:root{--brand-primary:#BE9B77;--brand-secondary:#D3BDA4;--brand-tertiary:#E9E5CB;--bg-light:#fafbfc;--bg-white:#fff;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d;--border-color:#e0e4e8;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 8px 24px #0000001f}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Work Sans',-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.7;color:var(--text-dark);background:var(--bg-light);min-height:100vh;display:flex;flex-direction:column}
header{background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-secondary) 100%);position:relative;box-shadow:var(--shadow-md)}
.header_container_9x{max-width:1320px;margin:0 auto;padding:0 24px}
.header-row_top_3k{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid #ffffff2e}
.logo_section_7m{display:flex;align-items:center;gap:14px;flex-shrink:0}
.logo_section_7m img{height:58px;width:58px;object-fit:contain;display:block}
.company_name_5r{font-family:'Manrope',sans-serif;font-size:1.5rem;font-weight:700;color:var(--bg-white);letter-spacing:-.02em}
.emergency_contact_2w{display:flex;align-items:center;gap:8px;color:var(--bg-white);font-weight:500;font-size:.95rem}
.emergency_contact_2w svg{width:18px;height:18px;opacity:.9}
.header-row_bottom_8p{display:flex;align-items:center;justify-content:center;padding:16px 0}
.main_nav_4d{display:flex;align-items:center;gap:clamp(18px,3vw,42px);list-style:none}
.main_nav_4d a{color:var(--bg-white);text-decoration:none;font-weight:500;font-size:1rem;padding:8px 14px;border-radius:6px;transition:background-color .25s ease,opacity .25s ease;display:inline-block}
.main_nav_4d a:hover,.main_nav_4d a:focus{background-color:#ffffff26;opacity:.92;outline:none}
.main_nav_4d a:focus-visible{outline:2px solid var(--bg-white);outline-offset:2px}
main{flex:1;width:100%}
footer{background:linear-gradient(160deg,var(--text-dark) 0%,#343a40 100%);color:#f8f9fa;padding:52px 0 28px;margin-top:auto}
.footer_wrapper_6t{max-width:1320px;margin:0 auto;padding:0 24px}
.footer_grid_1q{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:42px;margin-bottom:38px}
.footer_section_8n h3{font-family:'Manrope',sans-serif;font-size:1.15rem;font-weight:600;margin-bottom:18px;color:var(--brand-tertiary)}
.footer_section_8n p,.footer_section_8n address{font-style:normal;line-height:1.8;color:#dee2e6;font-size:.95rem}
.footer_section_8n a{color:#dee2e6;text-decoration:none;transition:color .25s ease;display:block;margin-bottom:10px}
.footer_section_8n a:hover,.footer_section_8n a:focus{color:var(--brand-secondary);outline:none}
.footer_section_8n a:focus-visible{outline:2px solid var(--brand-secondary);outline-offset:2px}
.footer_contact_5h{display:flex;flex-direction:column;gap:12px}
.contact_item_3v{display:flex;align-items:flex-start;gap:10px}
.contact_item_3v svg{width:20px;height:20px;flex-shrink:0;margin-top:2px;fill:var(--brand-secondary)}
.footer_bottom_9z{border-top:1px solid #ffffff1f;padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.copyright_text_2b{font-size:.9rem;color:#adb5bd}
.footer_logo_7k{display:flex;align-items:center;gap:10px}
.footer_logo_7k img{height:38px;width:38px;object-fit:contain}
.footer_logo_7k span{font-family:'Manrope',sans-serif;font-size:1.1rem;font-weight:600;color:var(--brand-tertiary)}
.consent_banner_4m{position:fixed;bottom:28px;right:28px;max-width:420px;background:var(--bg-white);border-radius:12px;box-shadow:var(--shadow-lg);padding:26px;z-index:9999;border:1px solid var(--border-color);animation:slideInUp_8k .4s ease-out}
@keyframes slideInUp_8k {
from{transform:translateY(100px);opacity:0}
to{transform:translateY(0);opacity:1}
}
.consent_banner_4m.hidden_9p{display:none}
.consent_header_6x{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px}
.consent_icon_2r{width:32px;height:32px;flex-shrink:0;fill:var(--brand-primary)}
.consent_header_6x h4{font-family:'Manrope',sans-serif;font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:6px}
.consent_text_5n{font-size:.93rem;line-height:1.65;color:var(--text-medium);margin-bottom:20px}
.consent_text_5n a{color:var(--brand-primary);text-decoration:none;font-weight:500;transition:color .2s ease}
.consent_text_5n a:hover{color:var(--text-dark)}
.consent_actions_7w{display:flex;gap:10px;flex-wrap:wrap}
.btn_consent_3t{padding:11px 22px;border-radius:7px;border:none;font-weight:600;font-size:.92rem;cursor:pointer;transition:all .25s ease;flex:1;min-width:fit-content}
.btn_accept_1h{background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));color:var(--bg-white)}
.btn_accept_1h:hover{opacity:.88;transform:translateY(-1px)}
.btn_reject_9q{background:transparent;color:var(--text-medium);border:1.5px solid var(--border-color)}
.btn_reject_9q:hover{background:var(--bg-light);border-color:var(--text-medium)}
.btn_consent_3t:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}
@media (max-width: 768px) {
.header-row_top_3k{flex-direction:column;align-items:flex-start;gap:14px;padding:16px 0}
.logo_section_7m{width:100%;justify-content:center}
.emergency_contact_2w{width:100%;justify-content:center}
.company_name_5r{font-size:1.3rem}
.main_nav_4d{flex-direction:column;width:100%;gap:6px}
.main_nav_4d li{width:100%}
.main_nav_4d a{display:block;text-align:center;padding:12px 16px}
.footer_grid_1q{grid-template-columns:1fr;gap:32px}
.footer_bottom_9z{flex-direction:column;text-align:center}
.consent_banner_4m{bottom:16px;right:16px;left:16px;max-width:none}
.consent_actions_7w{flex-direction:column}
.btn_consent_3t{width:100%}
}
@media (min-width: 769px) and (max-width: 1024px) {
.main_nav_4d{gap:22px}
.footer_grid_1q{grid-template-columns:repeat(2,1fr)}
}
.kurse-seite-2025{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.kurse-hero-block{background:linear-gradient(to bottom right,#E9E5CB 0%,#D3BDA4 50%,#BE9B77 100%);padding:4.5rem 1.5rem 3.5rem;position:relative;overflow:hidden}
.kurse-hero-block::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;z-index:1}
.kurse-hero-innenwrapper{max-width:920px;margin:0 auto;position:relative;z-index:2}
.kurse-haupttitel{font-size:2.8rem;font-weight:700;color:#212529;margin:0 0 1rem;line-height:1.2}
.kurse-hero-beschreibung{font-size:1.15rem;color:#343a40;line-height:1.7;margin:0 0 2rem;max-width:680px}
.kurse-zeitinfo-tag{display:inline-block;background:#ffffffd9;padding:.5rem 1.2rem;border-radius:25px;font-size:.95rem;color:#495057;font-weight:500}
.kurse-grid-bereich{padding:4rem 1.5rem;background:#fff}
.kurse-grid-container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}
.kurse-einzelkarte{background:#f8f9fa;border:2px solid #E9E5CB;border-radius:12px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.kurse-einzelkarte:hover{transform:translateY(-5px);box-shadow:0 8px 24px #be9b7726;border-color:#BE9B77}
.kurse-karte-datum{font-size:.85rem;color:#BE9B77;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .8rem}
.kurse-karte-titel{font-size:1.45rem;font-weight:700;color:#212529;margin:0 0 1rem;line-height:1.3}
.kurse-karte-text{font-size:.98rem;color:#495057;line-height:1.6;margin:0 0 1.5rem}
.kurse-dauer-info{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#343a40;margin-bottom:1rem}
.kurse-zeitikon{width:18px;height:18px;fill:#BE9B77}
.kurse-anmelde-btn{background:#BE9B77;color:#fff;border:none;padding:.7rem 1.8rem;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .3s ease;text-decoration:none;display:inline-block}
.kurse-anmelde-btn:hover{background:#a88563}
.kurse-portfolio-sektion{padding:4rem 1.5rem;background:linear-gradient(to right,#fafbfc 0%,#f8f9fa 100%)}
.kurse-portfolio-wrapper{max-width:1140px;margin:0 auto;display:flex;gap:3rem;align-items:center}
.kurse-portfolio-bild{flex:0 0 45%}
.kurse-portfolio-bild img{width:100%;height:auto;border-radius:16px;box-shadow:0 6px 20px #00000014;display:block}
.kurse-portfolio-inhalt{flex:1}
.kurse-portfolio-titel{font-size:2.1rem;font-weight:700;color:#212529;margin:0 0 1.5rem;line-height:1.25}
.kurse-portfolio-liste{list-style:none;padding:0;margin:0 0 2rem}
.kurse-portfolio-liste li{padding:.6rem 0 .6rem 2rem;font-size:1.05rem;color:#343a40;line-height:1.6;position:relative}
.kurse-portfolio-liste li::before{content:'';position:absolute;left:0;color:#BE9B77;font-weight:700;font-size:1.2rem}
.kurse-mentoren-bereich{padding:4rem 1.5rem;background:#fff}
.kurse-mentoren-container{max-width:960px;margin:0 auto}
.kurse-mentoren-uberschrift{text-align:center;font-size:2.3rem;font-weight:700;color:#212529;margin:0 0 3rem}
.kurse-mentor-profil{display:flex;gap:2.5rem;background:#f8f9fa;padding:2.5rem;border-radius:12px;border-left:5px solid #BE9B77}
.kurse-mentor-foto{flex:0 0 160px}
.kurse-mentor-foto img{width:160px;height:160px;border-radius:50%;object-fit:cover;border:4px solid #E9E5CB}
.kurse-mentor-details{flex:1}
.kurse-mentor-name{font-size:1.6rem;font-weight:700;color:#212529;margin:0 0 .5rem}
.kurse-mentor-rolle{font-size:1.05rem;color:#BE9B77;font-weight:600;margin:0 0 1.2rem}
.kurse-mentor-bio{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.kurse-abschluss-banner{padding:4.5rem 1.5rem;background:linear-gradient(135deg,#BE9B77 0%,#D3BDA4 100%);position:relative;overflow:hidden}
.kurse-abschluss-banner::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:#ffffff14;border-radius:50%}
.kurse-abschluss-wrapper{max-width:820px;margin:0 auto;text-align:center;position:relative;z-index:2}
.kurse-abschluss-titel{font-size:2.4rem;font-weight:700;color:#212529;margin:0 0 1.2rem;line-height:1.25}
.kurse-abschluss-text{font-size:1.1rem;color:#343a40;line-height:1.7;margin:0 0 2.5rem}
.kurse-kontakt-btn{background:#fff;color:#BE9B77;border:none;padding:1rem 2.5rem;border-radius:8px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;display:inline-block}
.kurse-kontakt-btn:hover{transform:scale(1.05);box-shadow:0 6px 18px #0000001f}
@media (max-width: 768px) {
.kurse-haupttitel{font-size:2rem}
.kurse-hero-block{padding:3rem 1.5rem 2.5rem}
.kurse-grid-container{grid-template-columns:1fr;gap:1.5rem}
.kurse-portfolio-wrapper{flex-direction:column;gap:2rem}
.kurse-portfolio-bild{flex:1 1 100%}
.kurse-mentor-profil{flex-direction:column;gap:1.5rem;text-align:center}
.kurse-mentor-foto{flex:1 1 100%;display:flex;justify-content:center}
.kurse-abschluss-titel{font-size:1.8rem}
.kurse-portfolio-titel{font-size:1.7rem}
.kurse-mentoren-uberschrift{font-size:1.9rem}
}
@media (max-width: 480px) {
.kurse-haupttitel{font-size:1.7rem}
.kurse-hero-beschreibung{font-size:1.05rem}
.kurse-einzelkarte{padding:1.5rem}
.kurse-karte-titel{font-size:1.25rem}
.kurse-mentor-foto img{width:120px;height:120px}
}
.karriere-hero-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#E9E5CB 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.karriere-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#be9b7726 0%,transparent 70%);border-radius:50%}
.karriere-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.karriere-hero-title{font-size:2.8rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.karriere-hero-subtitle{font-size:1.25rem;color:#495057;margin-bottom:2rem;line-height:1.6;max-width:700px}
.karriere-intro-text{font-size:1.05rem;color:#343a40;line-height:1.7;max-width:800px;margin-bottom:2.5rem}
.karriere-values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}
.karriere-value-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.karriere-value-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #be9b7733}
.karriere-value-icon{width:50px;height:50px;background:linear-gradient(135deg,#BE9B77 0%,#D3BDA4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;font-size:1.5rem;color:#fff}
.karriere-value-title{font-size:1.3rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.karriere-value-desc{font-size:1rem;color:#495057;line-height:1.6}
.karriere-positions-section{padding:5rem 1.5rem;background:#fff}
.karriere-positions-container{max-width:1200px;margin:0 auto}
.karriere-section-header{text-align:center;margin-bottom:4rem}
.karriere-section-title{font-size:2.4rem;color:#212529;margin-bottom:1rem;font-weight:700}
.karriere-section-lead{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.karriere-positions-layout{display:flex;gap:3rem;align-items:flex-start}
.karriere-positions-list{flex:1.5}
.karriere-job-card{background:#f8f9fa;border-left:4px solid #BE9B77;padding:2rem;margin-bottom:2rem;border-radius:4px;transition:all .3s ease}
.karriere-job-card:hover{background:#fff;box-shadow:0 4px 16px #0000001a;border-left-color:#D3BDA4}
.karriere-job-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}
.karriere-job-title{font-size:1.4rem;color:#212529;font-weight:600;margin-bottom:.5rem}
.karriere-job-meta{display:flex;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}
.karriere-job-meta-item{font-size:.95rem;color:#495057;display:flex;align-items:center;gap:.5rem}
.karriere-job-desc{font-size:1rem;color:#343a40;line-height:1.6;margin-bottom:1.5rem}
.karriere-job-requirements{margin-bottom:1.5rem}
.karriere-requirements-title{font-size:1.05rem;color:#212529;font-weight:600;margin-bottom:.8rem}
.karriere-requirements-list{list-style:none;padding:0;margin:0}
.karriere-requirements-list li{font-size:.95rem;color:#495057;padding-left:1.5rem;position:relative;margin-bottom:.5rem;line-height:1.5}
.karriere-requirements-list li::before{content:'';position:absolute;left:0;color:#BE9B77;font-weight:700}
.karriere-apply-btn{background:linear-gradient(135deg,#BE9B77 0%,#D3BDA4 100%);color:#fff;padding:.85rem 2rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}
.karriere-apply-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #be9b774d}
.karriere-sidebar-content{flex:1;position:sticky;top:2rem}
.karriere-team-profile{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #00000014}
.karriere-profile-img{width:100%;height:300px;object-fit:cover}
.karriere-profile-content{padding:2rem}
.karriere-profile-name{font-size:1.4rem;color:#212529;margin-bottom:.5rem;font-weight:600}
.karriere-profile-role{font-size:1rem;color:#BE9B77;margin-bottom:1.5rem;font-weight:500}
.karriere-profile-quote{font-size:1rem;color:#495057;line-height:1.6;font-style:italic;border-left:3px solid #E9E5CB;padding-left:1rem}
.karriere-benefits-section{padding:5rem 1.5rem;background:linear-gradient(180deg,#fafbfc 0%,#E9E5CB 100%);position:relative}
.karriere-benefits-container{max-width:1400px;margin:0 auto}
.karriere-benefits-intro{text-align:center;margin-bottom:4rem}
.karriere-benefits-title{font-size:2.4rem;color:#212529;margin-bottom:1rem;font-weight:700}
.karriere-benefits-lead{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.karriere-benefits-masonry{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;grid-auto-rows:minmax(100px,auto)}
.karriere-benefit-item{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #00000014;transition:all .3s ease}
.karriere-benefit-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #be9b7733}
.karriere-benefit-item:nth-child(1){grid-row:span 2}
.karriere-benefit-item:nth-child(4){grid-row:span 2}
.karriere-benefit-icon-wrapper{width:60px;height:60px;background:linear-gradient(135deg,#BE9B77 0%,#D3BDA4 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.8rem}
.karriere-benefit-heading{font-size:1.3rem;color:#212529;margin-bottom:1rem;font-weight:600}
.karriere-benefit-text{font-size:1rem;color:#495057;line-height:1.6}
.karriere-showcase-img{width:100%;height:auto;border-radius:8px;margin-top:1rem}
@media (max-width: 992px) {
.karriere-positions-layout{flex-direction:column}
.karriere-sidebar-content{position:static;max-width:500px;margin:0 auto}
.karriere-benefits-masonry{grid-template-columns:repeat(2,1fr)}
.karriere-benefit-item:nth-child(1),.karriere-benefit-item:nth-child(4){grid-row:span 1}
}
@media (max-width: 768px) {
.karriere-hero-title{font-size:2.2rem}
.karriere-hero-subtitle{font-size:1.1rem}
.karriere-values-grid{grid-template-columns:1fr;gap:1.5rem}
.karriere-section-title{font-size:2rem}
.karriere-job-header{flex-direction:column}
.karriere-benefits-masonry{grid-template-columns:1fr}
.karriere-hero-wrapper{padding:3rem 1rem 2.5rem}
.karriere-positions-section,.karriere-benefits-section{padding:3rem 1rem}
}
@media (max-width: 480px) {
.karriere-hero-title{font-size:1.8rem}
.karriere-job-card{padding:1.5rem}
.karriere-benefit-item{padding:1.5rem}
}
.budget-hero-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#E9E5CB 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.budget-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#be9b7726 0%,transparent 70%);border-radius:50%}
.budget-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;position:relative;z-index:2}
.budget-hero-text h1{font-size:3.2rem;color:#212529;margin-bottom:20px;line-height:1.2;font-weight:700}
.budget-hero-text p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:30px}
.budget-hero-img{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000026;transform:rotate(-2deg);transition:transform .4s ease}
.budget-hero-img:hover{transform:rotate(0deg) scale(1.02)}
.budget-hero-img img{width:100%;height:450px;object-fit:cover;display:block}
.budget-cta-group{display:flex;gap:15px;flex-wrap:wrap}
.budget-btn-primary{background:#BE9B77;color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block;box-shadow:0 4px 12px #be9b774d}
.budget-btn-primary:hover{background:#a8876a;transform:translateY(-2px);box-shadow:0 6px 20px #be9b7766}
.budget-btn-secondary{background:transparent;color:#495057;padding:14px 32px;border:2px solid #BE9B77;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block}
.budget-btn-secondary:hover{background:#BE9B77;color:#fff;transform:translateY(-2px)}
.budget-approach-section{padding:70px 20px;background:#fff}
.budget-approach-container{max-width:1200px;margin:0 auto}
.budget-approach-grid{display:grid;grid-template-columns:380px 1fr;gap:60px;align-items:start}
.budget-approach-sidebar{position:sticky;top:20px}
.budget-approach-sidebar img{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 10px 40px #0000001f}
.budget-approach-content h2{font-size:2.5rem;color:#212529;margin-bottom:30px;font-weight:700}
.budget-approach-items{display:flex;flex-direction:column;gap:25px}
.budget-approach-item{background:#f8f9fa;padding:25px;border-radius:8px;border-left:4px solid #BE9B77;transition:all .3s ease}
.budget-approach-item:hover{background:#E9E5CB;transform:translateX(8px)}
.budget-approach-item h3{font-size:1.4rem;color:#212529;margin-bottom:12px;font-weight:600}
.budget-approach-item p{font-size:1.05rem;color:#495057;line-height:1.6;margin:0}
.budget-pricing-wave{padding:80px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);position:relative}
.budget-pricing-wave::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#BE9B77 0%,#D3BDA4 50%,#E9E5CB 100%)}
.budget-pricing-container{max-width:1100px;margin:0 auto}
.budget-pricing-header{text-align:center;margin-bottom:50px}
.budget-pricing-header h2{font-size:2.6rem;color:#212529;margin-bottom:15px;font-weight:700}
.budget-pricing-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto}
.budget-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.budget-pricing-card{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 8px 30px #00000014;text-align:center;transition:all .4s ease;border:2px solid transparent}
.budget-pricing-card:hover{transform:translateY(-8px);box-shadow:0 15px 50px #be9b7733;border-color:#BE9B77}
.budget-pricing-card.featured{background:linear-gradient(135deg,#BE9B77 0%,#D3BDA4 100%);color:#fff;transform:scale(1.05)}
.budget-pricing-card.featured h3,.budget-pricing-card.featured .budget-pricing-amount{color:#fff}
.budget-pricing-card h3{font-size:1.5rem;color:#212529;margin-bottom:15px;font-weight:600}
.budget-pricing-amount{font-size:3rem;color:#BE9B77;font-weight:700;margin-bottom:10px}
.budget-pricing-period{font-size:.95rem;color:#495057;margin-bottom:25px}
.budget-pricing-card.featured .budget-pricing-period{color:#ffffffe6}
.budget-pricing-features{list-style:none;padding:0;margin:0 0 30px;text-align:left}
.budget-pricing-features li{padding:10px 0;font-size:1rem;color:#495057;border-bottom:1px solid #f0f0f0}
.budget-pricing-card.featured .budget-pricing-features li{color:#fffffff2;border-bottom-color:#fff3}
.budget-pricing-features li::before{content:'';color:#BE9B77;font-weight:700;margin-right:10px}
.budget-pricing-card.featured .budget-pricing-features li::before{color:#fff}
.budget-pricing-btn{display:inline-block;padding:12px 30px;background:#BE9B77;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease}
.budget-pricing-btn:hover{background:#a8876a;transform:scale(1.05)}
.budget-pricing-card.featured .budget-pricing-btn{background:#fff;color:#BE9B77}
.budget-pricing-card.featured .budget-pricing-btn:hover{background:#f8f9fa}
.budget-methods-zigzag{padding:70px 20px;background:#fff}
.budget-methods-container{max-width:1200px;margin:0 auto}
.budget-methods-title{text-align:center;font-size:2.5rem;color:#212529;margin-bottom:60px;font-weight:700}
.budget-method-row{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;margin-bottom:50px}
.budget-method-row:nth-child(even){direction:rtl}
.budget-method-row:nth-child(even) > *{direction:ltr}
.budget-method-image{position:relative}
.budget-method-image img{width:100%;height:380px;object-fit:cover;border-radius:10px;box-shadow:0 12px 35px #0000001a}
.budget-method-text h3{font-size:1.9rem;color:#212529;margin-bottom:18px;font-weight:600}
.budget-method-text p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:15px}
.budget-testimonial-radial{padding:80px 20px;background:linear-gradient(135deg,#E9E5CB 0%,#D3BDA4 100%);position:relative;overflow:hidden}
.budget-testimonial-container{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.budget-testimonial-profile{margin-bottom:30px}
.budget-testimonial-profile img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:5px solid #fff;box-shadow:0 8px 25px #00000026;margin:0 auto 20px;display:block}
.budget-testimonial-quote{font-size:1.35rem;color:#212529;line-height:1.8;font-style:italic;margin-bottom:25px;position:relative;padding:0 40px}
.budget-testimonial-quote::before{content:'"';font-size:4rem;color:#BE9B77;position:absolute;left:0;top:-20px;font-family:Georgia,serif}
.budget-testimonial-author{font-size:1.15rem;color:#495057;font-weight:600}
.budget-testimonial-role{font-size:.95rem;color:#6c757d;margin-top:5px}
.budget-cta-diagonal{padding:90px 20px;background:#fff;position:relative;overflow:hidden}
.budget-cta-diagonal::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#BE9B77 0%,#D3BDA4 100%);transform:skewY(-3deg);transform-origin:top left}
.budget-cta-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.budget-cta-content h2{font-size:2.8rem;color:#fff;margin-bottom:20px;font-weight:700}
.budget-cta-content p{font-size:1.2rem;color:#fffffff2;margin-bottom:35px;line-height:1.6}
.budget-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.budget-cta-btn-light{background:#fff;color:#BE9B77;padding:15px 35px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block;box-shadow:0 4px 15px #0003}
.budget-cta-btn-light:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d;background:#f8f9fa}
.budget-cta-btn-outline{background:transparent;color:#fff;padding:15px 35px;border:2px solid #fff;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block}
.budget-cta-btn-outline:hover{background:#ffffff26;transform:translateY(-3px)}
@media (max-width: 968px) {
.budget-hero-content{grid-template-columns:1fr;gap:40px}
.budget-hero-text h1{font-size:2.4rem}
.budget-hero-img{transform:rotate(0deg)}
.budget-approach-grid{grid-template-columns:1fr;gap:40px}
.budget-approach-sidebar{position:static}
.budget-approach-sidebar img{height:320px}
.budget-pricing-grid{grid-template-columns:1fr}
.budget-pricing-card.featured{transform:scale(1)}
.budget-method-row{grid-template-columns:1fr;gap:30px}
.budget-method-row:nth-child(even){direction:ltr}
.budget-method-image img{height:280px}
.budget-cta-buttons{flex-direction:column;align-items:center}
.budget-cta-content h2{font-size:2.2rem}
}
@media (max-width: 640px) {
.budget-hero-wrapper{padding:50px 15px 40px}
.budget-hero-text h1{font-size:1.9rem}
.budget-hero-text p{font-size:1rem}
.budget-cta-group{flex-direction:column}
.budget-btn-primary,.budget-btn-secondary{width:100%;text-align:center}
.budget-approach-content h2{font-size:2rem}
.budget-pricing-header h2{font-size:2rem}
.budget-methods-title{font-size:2rem}
.budget-testimonial-quote{font-size:1.1rem;padding:0 20px}
.budget-cta-content h2{font-size:1.8rem}
.budget-cta-content p{font-size:1.05rem}
}
.kontaktseite-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.kontakt-header-bereich{background:linear-gradient(165deg,#E9E5CB 0%,#D3BDA4 35%,#BE9B77 100%);padding:4.5rem 1.5rem 3rem;position:relative;overflow:hidden}
.kontakt-header-bereich::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff1a;border-radius:50%;z-index:1}
.kontakt-header-bereich::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#be9b7733;border-radius:50%;z-index:1}
.kontakt-titel-container{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.kontakt-haupttitel{font-size:2.8rem;color:#212529;margin:0 0 1rem;font-weight:700;line-height:1.2}
.kontakt-untertitel{font-size:1.15rem;color:#343a40;margin:0;line-height:1.6;max-width:680px}
.kontakt-hauptinhalt{max-width:1100px;margin:0 auto;padding:4rem 1.5rem}
.kontakt-grid-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:3rem;align-items:start}
.kontakt-info-karte{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 12px #00000014;position:sticky;top:2rem}
.info-karte-titel{font-size:1.6rem;color:#212529;margin:0 0 1.8rem;font-weight:600}
.kontakt-detail-item{margin-bottom:1.8rem;padding-left:2.8rem;position:relative}
.kontakt-detail-item:last-child{margin-bottom:0}
.kontakt-detail-item::before{content:'';position:absolute;left:0;top:3px;width:32px;height:32px;background:linear-gradient(135deg,#BE9B77,#D3BDA4);border-radius:8px}
.detail-label{display:block;font-size:.85rem;color:#6c757d;margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.detail-wert{font-size:1.05rem;color:#212529;line-height:1.5}
.detail-wert a{color:#BE9B77;text-decoration:none;transition:color .3s ease}
.detail-wert a:hover{color:#9a7d5f}
.kontakt-formular-bereich{background:#fff;padding:2.8rem;border-radius:12px;box-shadow:0 4px 12px #00000014}
.formular-titel{font-size:1.6rem;color:#212529;margin:0 0 .6rem;font-weight:600}
.formular-beschreibung{font-size:1rem;color:#495057;margin:0 0 2rem;line-height:1.6}
.nachricht-formular{display:flex;flex-direction:column;gap:1.4rem}
.formular-gruppe{display:flex;flex-direction:column}
.formular-label{font-size:.95rem;color:#343a40;margin-bottom:.5rem;font-weight:500}
.formular-eingabe,.formular-textarea{padding:.85rem 1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;color:#212529;transition:all .3s ease;background:#fafbfc}
.formular-eingabe:focus,.formular-textarea:focus{outline:none;border-color:#BE9B77;background:#fff;box-shadow:0 0 0 3px #be9b771a}
.formular-textarea{min-height:140px;resize:vertical;font-family:inherit}
.datenschutz-checkbox-gruppe{display:flex;align-items:flex-start;gap:.8rem;margin-top:.5rem}
.datenschutz-checkbox-gruppe input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#BE9B77;flex-shrink:0}
.datenschutz-text{font-size:.9rem;color:#495057;line-height:1.5}
.datenschutz-text a{color:#BE9B77;text-decoration:none;font-weight:500}
.datenschutz-text a:hover{text-decoration:underline}
.formular-senden-button{background:linear-gradient(135deg,#BE9B77,#D3BDA4);color:#fff;padding:1rem 2.5rem;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #be9b774d;position:relative;z-index:10}
.formular-senden-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #be9b7766}
.formular-senden-button:active{transform:translateY(0)}
.erreichbarkeit-info-sektion{background:linear-gradient(to right,#E9E5CB,#D3BDA4);padding:3.5rem 1.5rem;margin-top:5rem}
.erreichbarkeit-container{max-width:1100px;margin:0 auto;text-align:center}
.erreichbarkeit-titel{font-size:1.8rem;color:#212529;margin:0 0 1.2rem;font-weight:600}
.erreichbarkeit-details{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:2rem}
.erreichbarkeit-box{background:#fff6;padding:1.8rem 2.2rem;border-radius:10px;min-width:220px}
.erreichbarkeit-box-titel{font-size:.9rem;color:#495057;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.erreichbarkeit-box-wert{font-size:1.15rem;color:#212529;margin:0;font-weight:500}
@media (max-width: 968px) {
.kontakt-grid-layout{grid-template-columns:1fr;gap:2.5rem}
.kontakt-info-karte{position:static}
.kontakt-haupttitel{font-size:2.2rem}
.erreichbarkeit-details{gap:1.5rem}
}
@media (max-width: 640px) {
.kontakt-header-bereich{padding:3rem 1.5rem 2rem}
.kontakt-haupttitel{font-size:1.9rem}
.kontakt-untertitel{font-size:1rem}
.kontakt-formular-bereich,.kontakt-info-karte{padding:2rem 1.5rem}
.erreichbarkeit-details{flex-direction:column;gap:1rem}
.erreichbarkeit-box{min-width:100%}
}
.lernprogramm-haupt{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.lernprogramm-einfuehrung{padding:80px 20px 60px;max-width:1200px;margin:0 auto;position:relative}
.lernprogramm-einfuehrung::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:2px;height:120px;background:linear-gradient(to bottom,transparent,#BE9B77)}
.intro-titel-container{text-align:center;margin-bottom:50px}
.intro-titel-container h1{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:20px;letter-spacing:-.5px}
.intro-untertitel{font-size:1.2rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.intro-grid-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:60px;align-items:start}
.intro-bild-bereich{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #be9b7726}
.intro-bild-bereich img{width:100%;height:450px;object-fit:cover;display:block}
.intro-text-bereich{padding:20px 0}
.intro-text-bereich h2{font-size:1.9rem;color:#212529;margin-bottom:25px;font-weight:600}
.intro-text-bereich p{color:#495057;font-size:1.05rem;line-height:1.8;margin-bottom:18px}
.intro-wichtig-box{background:#E9E5CB;padding:25px;border-radius:8px;border-left:4px solid #BE9B77;margin-top:30px}
.intro-wichtig-box strong{color:#212529;display:block;margin-bottom:10px;font-size:1.1rem}
.lernpfad-zeitleiste{padding:80px 20px;max-width:1400px;margin:0 auto;background:#fff}
.zeitleiste-kopf{text-align:center;margin-bottom:70px}
.zeitleiste-kopf h2{font-size:2.5rem;color:#212529;font-weight:700;margin-bottom:18px}
.zeitleiste-beschreibung{color:#495057;font-size:1.1rem;max-width:650px;margin:0 auto;line-height:1.7}
.zeitleiste-container{position:relative;padding:40px 0}
.phase-element{display:grid;grid-template-columns:1fr 80px 1fr;gap:30px;margin-bottom:60px;align-items:center}
.phase-element:nth-child(even) .phase-inhalt-links{grid-column:3;text-align:left}
.phase-element:nth-child(even) .phase-marker{grid-column:2}
.phase-element:nth-child(even) .phase-inhalt-rechts{grid-column:1;text-align:right}
.phase-inhalt-links,.phase-inhalt-rechts{background:#f8f9fa;padding:30px;border-radius:10px;box-shadow:0 4px 15px #0000000f;transition:all .3s ease}
.phase-inhalt-links:hover,.phase-inhalt-rechts:hover{transform:translateY(-5px);box-shadow:0 8px 25px #be9b7733}
.phase-marker{display:flex;flex-direction:column;align-items:center;position:relative;z-index:5}
.phase-kreis{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#BE9B77,#D3BDA4);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;box-shadow:0 4px 20px #be9b774d;position:relative}
.phase-kreis::before{content:'';position:absolute;top:70px;left:50%;transform:translateX(-50%);width:3px;height:90px;background:linear-gradient(to bottom,#D3BDA4,#E9E5CB)}
.phase-element:last-child .phase-kreis::before{display:none}
.phase-inhalt-links h3,.phase-inhalt-rechts h3{font-size:1.6rem;color:#212529;margin-bottom:15px;font-weight:600}
.phase-dauer{color:#BE9B77;font-weight:600;margin-bottom:12px;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}
.phase-inhalt-links p,.phase-inhalt-rechts p{color:#495057;line-height:1.7;font-size:1rem}
.phase-liste{list-style:none;padding:0;margin-top:18px}
.phase-liste li{padding-left:25px;position:relative;margin-bottom:10px;color:#495057;line-height:1.6}
.phase-liste li::before{content:'→';position:absolute;left:0;color:#BE9B77;font-weight:700}
.erfahrungen-abschnitt{padding:80px 20px;max-width:1200px;margin:0 auto;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%)}
.erfahrungen-titel{text-align:center;margin-bottom:60px}
.erfahrungen-titel h2{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:15px}
.erfahrungen-titel p{color:#495057;font-size:1.1rem;max-width:600px;margin:0 auto}
.testimonial-raster{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:50px}
.testimonial-karte{background:#fff;border-radius:12px;padding:35px;box-shadow:0 6px 20px #00000014;transition:all .3s ease;border-top:4px solid #E9E5CB}
.testimonial-karte:hover{transform:translateY(-8px);box-shadow:0 12px 35px #be9b7733;border-top-color:#BE9B77}
.testimonial-profil{display:flex;align-items:center;margin-bottom:25px;gap:18px}
.testimonial-bild{width:70px;height:70px;border-radius:50%;overflow:hidden;border:3px solid #E9E5CB}
.testimonial-bild img{width:100%;height:100%;object-fit:cover}
.testimonial-info h4{font-size:1.2rem;color:#212529;margin-bottom:5px;font-weight:600}
.testimonial-rolle{color:#BE9B77;font-size:.9rem;font-weight:500}
.testimonial-text{color:#495057;line-height:1.7;font-size:1rem;margin-bottom:20px}
.testimonial-vorher-nachher{background:#f8f9fa;padding:20px;border-radius:8px;margin-top:20px}
.vorher-nachher-zeile{display:grid;grid-template-columns:auto 1fr;gap:12px;margin-bottom:12px;align-items:start}
.vorher-nachher-zeile:last-child{margin-bottom:0}
.vorher-nachher-label{font-weight:600;color:#212529;font-size:.9rem;white-space:nowrap}
.vorher-nachher-inhalt{color:#495057;font-size:.9rem;line-height:1.5}
@media (max-width: 1024px) {
.intro-grid-wrapper{grid-template-columns:1fr;gap:30px}
.intro-bild-bereich img{height:350px}
.phase-element{grid-template-columns:1fr;gap:20px}
.phase-element:nth-child(even) .phase-inhalt-links,.phase-element:nth-child(even) .phase-inhalt-rechts{grid-column:1;text-align:left}
.phase-element:nth-child(even) .phase-marker{grid-column:1}
.phase-marker{margin-bottom:20px}
.phase-kreis::before{display:none}
.testimonial-raster{grid-template-columns:1fr;gap:25px}
}
@media (max-width: 768px) {
.lernprogramm-einfuehrung{padding:50px 15px 40px}
.intro-titel-container h1{font-size:2rem}
.intro-untertitel{font-size:1.05rem}
.intro-bild-bereich img{height:280px}
.zeitleiste-kopf h2{font-size:1.9rem}
.erfahrungen-titel h2{font-size:1.8rem}
.testimonial-karte{padding:25px}
}
.intl-students-hero{background:linear-gradient(135deg,#fafbfc 0%,#E9E5CB 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.intl-students-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#be9b771a 0%,transparent 70%);border-radius:50%}
.intl-hero-content{max-width:750px;margin:0 auto;position:relative;z-index:2}
.intl-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.intl-hero-content .hero-subtitle{font-size:1.25rem;color:#495057;margin-bottom:35px;line-height:1.6}
.intl-hero-meta{display:flex;gap:30px;flex-wrap:wrap;margin-bottom:40px}
.intl-meta-item{display:flex;align-items:center;gap:12px;background:#fff;padding:15px 25px;border-radius:8px;box-shadow:0 2px 8px #0000000f}
.intl-meta-icon{width:45px;height:45px;background:linear-gradient(135deg,#BE9B77 0%,#D3BDA4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;font-weight:600}
.intl-meta-text{font-size:.95rem;color:#343a40;line-height:1.4}
.intl-hero-cta{display:inline-block;background:#BE9B77;color:#fff;padding:16px 40px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #be9b774d}
.intl-hero-cta:hover{background:#a8876a;transform:translateY(-2px);box-shadow:0 6px 16px #be9b7766;color:#fff}
.intl-practical-section{padding:90px 20px;background:#fff}
.intl-practical-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.intl-practical-visual{position:relative}
.intl-practical-visual img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001a}
.intl-practical-visual::after{content:'';position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:linear-gradient(135deg,#D3BDA4 0%,#E9E5CB 100%);border-radius:12px;z-index:-1}
.intl-practical-content h2{font-size:2.3rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.3}
.intl-practical-intro{font-size:1.1rem;color:#495057;margin-bottom:35px;line-height:1.7}
.intl-challenge-list{display:flex;flex-direction:column;gap:22px}
.intl-challenge-item{display:flex;gap:18px;padding:20px;background:#f8f9fa;border-radius:8px;border-left:4px solid #BE9B77;transition:all .3s ease}
.intl-challenge-item:hover{background:#fafbfc;transform:translateX(5px)}
.intl-challenge-number{flex-shrink:0;width:40px;height:40px;background:#BE9B77;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}
.intl-challenge-text h3{font-size:1.15rem;color:#212529;margin-bottom:8px;font-weight:600}
.intl-challenge-text p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.intl-support-section{padding:90px 20px;background:linear-gradient(180deg,#fafbfc 0%,#E9E5CB 100%);position:relative}
.intl-support-container{max-width:1100px;margin:0 auto}
.intl-support-header{text-align:center;margin-bottom:60px}
.intl-support-header h2{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:700}
.intl-support-header p{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.intl-support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:50px}
.intl-support-card{background:#fff;padding:35px 28px;border-radius:10px;box-shadow:0 4px 16px #00000014;transition:all .3s ease;position:relative;overflow:hidden}
.intl-support-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#BE9B77 0%,#D3BDA4 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.intl-support-card:hover::before{transform:scaleX(1)}
.intl-support-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}
.intl-card-icon{width:60px;height:60px;background:linear-gradient(135deg,#BE9B77 0%,#D3BDA4 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;margin-bottom:22px;font-weight:700}
.intl-support-card h3{font-size:1.3rem;color:#212529;margin-bottom:15px;font-weight:600}
.intl-support-card p{font-size:.98rem;color:#495057;line-height:1.7;margin:0}
.intl-testimonial-box{background:#fff;padding:40px;border-radius:12px;box-shadow:0 6px 20px #0000001a;display:flex;gap:35px;align-items:center}
.intl-testimonial-portrait{flex-shrink:0}
.intl-testimonial-portrait img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #E9E5CB}
.intl-testimonial-content{flex:1}
.intl-testimonial-quote{font-size:1.08rem;color:#343a40;line-height:1.8;margin-bottom:20px;font-style:italic;position:relative;padding-left:25px}
.intl-testimonial-quote::before{content:'"';position:absolute;left:0;top:-10px;font-size:3rem;color:#BE9B77;font-family:Georgia,serif;line-height:1}
.intl-testimonial-author{display:flex;align-items:center;gap:15px}
.intl-author-info h4{font-size:1.05rem;color:#212529;margin-bottom:4px;font-weight:600}
.intl-author-info p{font-size:.9rem;color:#495057;margin:0}
.intl-resources-section{padding:90px 20px;background:#fff}
.intl-resources-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:50px}
.intl-resources-main h2{font-size:2.4rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.3}
.intl-resources-intro{font-size:1.1rem;color:#495057;margin-bottom:40px;line-height:1.7}
.intl-resource-stack{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}
.intl-resource-row{display:flex;gap:20px}
.intl-resource-block{flex:1;background:#f8f9fa;padding:25px;border-radius:8px;border:2px solid transparent;transition:all .3s ease}
.intl-resource-block:hover{border-color:#BE9B77;background:#fff;box-shadow:0 4px 12px #00000014}
.intl-resource-block h3{font-size:1.15rem;color:#212529;margin-bottom:10px;font-weight:600;display:flex;align-items:center;gap:10px}
.intl-resource-block h3::before{content:'→';color:#BE9B77;font-size:1.3rem;font-weight:700}
.intl-resource-block p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.intl-resources-sidebar img{width:100%;height:550px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001a}
.intl-cta-bottom{display:flex;gap:20px;flex-wrap:wrap}
.intl-cta-link{display:inline-block;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease}
.intl-cta-primary{background:#BE9B77;color:#fff}
.intl-cta-primary:hover{background:#a8876a;transform:translateY(-2px);color:#fff}
.intl-cta-secondary{background:#fff;color:#BE9B77;border:2px solid #BE9B77}
.intl-cta-secondary:hover{background:#BE9B77;color:#fff}
@media (max-width: 968px) {
.intl-students-hero h1{font-size:2.2rem}
.intl-practical-wrapper{grid-template-columns:1fr;gap:40px}
.intl-practical-visual::after{display:none}
.intl-support-grid{grid-template-columns:1fr;gap:25px}
.intl-testimonial-box{flex-direction:column;text-align:center}
.intl-resources-layout{grid-template-columns:1fr}
.intl-resource-row{flex-direction:column}
}
@media (max-width: 640px) {
.intl-students-hero{padding:60px 15px 40px}
.intl-hero-content h1{font-size:1.8rem}
.intl-hero-meta{flex-direction:column;gap:15px}
.intl-practical-section,.intl-support-section,.intl-resources-section{padding:60px 15px}
.intl-support-header h2,.intl-resources-main h2{font-size:1.9rem}
.intl-cta-bottom{flex-direction:column}
.intl-cta-link{width:100%;text-align:center}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.policy-hero-banner{background:linear-gradient(165deg,#E9E5CB 0%,#D3BDA4 50%,#BE9B77 100%);padding:4rem 2rem 3rem;position:relative;overflow:hidden}
.policy-hero-banner::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff1a;border-radius:50%;z-index:1}
.policy-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.policy-main-title{font-size:2.8rem;color:#212529;margin:0 0 1rem;font-weight:700;line-height:1.2}
.policy-subtitle-text{font-size:1.15rem;color:#495057;margin:0;line-height:1.6}
.policy-last-updated{background:#fff;border-left:4px solid #BE9B77;padding:1.2rem 1.5rem;margin:2rem auto;max-width:900px;border-radius:0 8px 8px 0;box-shadow:0 2px 8px #0000000f}
.policy-update-label{font-size:.9rem;color:#BE9B77;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .3rem}
.policy-update-date{font-size:1rem;color:#343a40;margin:0;font-weight:500}
.policy-content-container{max-width:900px;margin:0 auto;padding:3rem 2rem 4rem}
.policy-intro-section{background:#fff;padding:2.5rem;border-radius:12px;margin-bottom:2.5rem;box-shadow:0 3px 12px #00000014;border-top:3px solid #BE9B77}
.policy-intro-text{font-size:1.05rem;color:#495057;line-height:1.8;margin:0 0 1.2rem}
.policy-intro-text:last-child{margin-bottom:0}
.cookie-type-card{background:#fff;padding:2.2rem;margin-bottom:2rem;border-radius:10px;box-shadow:0 2px 10px #00000012;border-left:5px solid #D3BDA4;transition:transform .3s ease,box-shadow .3s ease}
.cookie-type-card:hover{transform:translateY(-3px);box-shadow:0 4px 16px #be9b7726}
.cookie-card-header{display:flex;align-items:center;margin-bottom:1.3rem;padding-bottom:1rem;border-bottom:2px solid #f8f9fa}
.cookie-icon-wrapper{width:50px;height:50px;background:linear-gradient(135deg,#E9E5CB 0%,#D3BDA4 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-right:1.2rem;flex-shrink:0}
.cookie-icon-symbol{font-size:1.5rem;color:#BE9B77;font-weight:700}
.cookie-type-heading{font-size:1.6rem;color:#212529;margin:0;font-weight:700}
.cookie-description-text{font-size:1rem;color:#495057;line-height:1.7;margin:0 0 1rem}
.cookie-examples-list{background:#fafbfc;padding:1.2rem 1.5rem;border-radius:8px;margin-top:1rem}
.cookie-examples-heading{font-size:.95rem;color:#BE9B77;font-weight:600;margin:0 0 .8rem;text-transform:uppercase;letter-spacing:.5px}
.cookie-example-item{font-size:.95rem;color:#495057;line-height:1.6;padding-left:1.5rem;position:relative;margin-bottom:.5rem}
.cookie-example-item::before{content:'→';position:absolute;left:0;color:#BE9B77;font-weight:600}
.cookie-example-item:last-child{margin-bottom:0}
.browser-control-section{background:linear-gradient(135deg,#E9E5CB 0%,#fff 100%);padding:2.5rem;border-radius:12px;margin:3rem 0 2.5rem;border:2px solid #D3BDA4}
.browser-section-title{font-size:1.8rem;color:#212529;margin:0 0 1.5rem;font-weight:700}
.browser-intro-paragraph{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 1.8rem}
.browser-list-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.2rem}
.browser-item-card{background:#fff;padding:1.3rem 1.5rem;border-radius:8px;border:1px solid #e9e5cb;transition:all .3s ease}
.browser-item-card:hover{border-color:#BE9B77;box-shadow:0 3px 12px #be9b771f}
.browser-name-text{font-size:1.1rem;color:#343a40;font-weight:600;margin:0}
.data-retention-block{background:#fff;padding:2.5rem;border-radius:10px;margin-bottom:2.5rem;box-shadow:0 2px 10px #00000012}
.retention-heading{font-size:1.7rem;color:#212529;margin:0 0 1.5rem;font-weight:700;border-bottom:3px solid #E9E5CB;padding-bottom:.8rem}
.retention-description{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 1.5rem}
.retention-timeline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1.5rem}
.timeline-item-box{background:#fafbfc;padding:1.5rem;border-radius:8px;border-top:4px solid #BE9B77;text-align:center}
.timeline-duration-text{font-size:1.8rem;color:#BE9B77;font-weight:700;margin:0 0 .5rem}
.timeline-type-label{font-size:.95rem;color:#495057;margin:0;font-weight:500}
.user-rights-panel{background:linear-gradient(to right,#fff 0%,#fafbfc 100%);padding:2.5rem;border-radius:12px;margin-bottom:2.5rem;border:2px solid #E9E5CB}
.rights-panel-title{font-size:1.7rem;color:#212529;margin:0 0 1.8rem;font-weight:700}
.rights-grid-layout{display:grid;gap:1.3rem}
.right-item-wrapper{background:#fff;padding:1.5rem;border-radius:8px;border-left:4px solid #D3BDA4;box-shadow:0 2px 8px #0000000d}
.right-item-title{font-size:1.15rem;color:#343a40;font-weight:600;margin:0 0 .6rem}
.right-item-description{font-size:.98rem;color:#495057;line-height:1.6;margin:0}
.contact-info-footer{background:linear-gradient(135deg,#BE9B77 0%,#D3BDA4 100%);padding:2.5rem;border-radius:12px;text-align:center;margin-top:3rem}
.contact-footer-heading{font-size:1.6rem;color:#fff;margin:0 0 1.2rem;font-weight:700}
.contact-footer-text{font-size:1.05rem;color:#fff;line-height:1.7;margin:0 0 1.5rem}
.contact-details-wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:1.5rem}
.contact-detail-item{font-size:1rem;color:#fff;font-weight:500}
.contact-detail-link{color:#fff;text-decoration:underline;transition:opacity .3s ease}
.contact-detail-link:hover{opacity:.8}
@media (max-width: 768px) {
.policy-main-title{font-size:2rem}
.policy-hero-banner{padding:3rem 1.5rem 2.5rem}
.policy-content-container{padding:2rem 1.5rem 3rem}
.cookie-type-card,.policy-intro-section,.browser-control-section,.data-retention-block,.user-rights-panel{padding:1.8rem}
.cookie-card-header{flex-direction:column;align-items:flex-start}
.cookie-icon-wrapper{margin-bottom:1rem}
.browser-list-container{grid-template-columns:1fr}
.retention-timeline-grid{grid-template-columns:1fr}
.contact-details-wrapper{flex-direction:column;gap:1rem}
}
.datenschutz-seite-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.datenschutz-header-bereich{background:linear-gradient(to right,#E9E5CB,#D3BDA4);padding:80px 20px 60px;text-align:center;border-bottom:4px solid #BE9B77;box-shadow:0 4px 12px #be9b771a}
.datenschutz-header-bereich h1{font-size:2.8rem;color:#212529;font-weight:700;margin:0 0 15px;letter-spacing:-.5px}
.datenschutz-datum-info{font-size:1.05rem;color:#495057;font-weight:500;margin:0}
.datenschutz-inhalt-container{max-width:920px;margin:0 auto;padding:60px 25px 80px;background:#fff;box-shadow:0 2px 20px #0000000f;margin-top:40px;margin-bottom:40px;border-radius:8px}
.datenschutz-einfuhrung-block{background:#f8f9fa;padding:35px 30px;border-left:5px solid #BE9B77;margin-bottom:50px;border-radius:4px}
.datenschutz-einfuhrung-block p{font-size:1.1rem;line-height:1.7;color:#343a40;margin:0 0 18px}
.datenschutz-einfuhrung-block p:last-child{margin-bottom:0}
.datenschutz-abschnitt-gruppe{margin-bottom:55px}
.datenschutz-abschnitt-gruppe h2{font-size:1.95rem;color:#212529;font-weight:700;margin:0 0 25px;padding-bottom:12px;border-bottom:3px solid #D3BDA4;position:relative}
.datenschutz-abschnitt-gruppe h2::after{content:'';position:absolute;bottom:-3px;left:0;width:80px;height:3px;background:#BE9B77}
.datenschutz-abschnitt-gruppe h3{font-size:1.45rem;color:#343a40;font-weight:600;margin:30px 0 18px}
.datenschutz-abschnitt-gruppe p{font-size:1.05rem;line-height:1.75;color:#495057;margin:0 0 20px}
.datenschutz-abschnitt-gruppe ul{margin:20px 0 25px;padding-left:0;list-style:none}
.datenschutz-abschnitt-gruppe ul li{font-size:1.05rem;line-height:1.7;color:#495057;margin-bottom:14px;padding-left:35px;position:relative}
.datenschutz-abschnitt-gruppe ul li::before{content:'→';position:absolute;left:0;color:#BE9B77;font-weight:700;font-size:1.3rem}
.datenschutz-rechte-box{background:linear-gradient(135deg,#E9E5CB 0%,#D3BDA4 100%);padding:35px 30px;border-radius:6px;margin:30px 0;box-shadow:0 3px 15px #be9b771f}
.datenschutz-rechte-box h3{color:#212529;font-size:1.5rem;font-weight:700;margin:0 0 20px}
.datenschutz-rechte-box ul{margin:0;padding-left:0;list-style:none}
.datenschutz-rechte-box ul li{background:#fff;padding:18px 22px;margin-bottom:12px;border-radius:4px;font-size:1.05rem;color:#343a40;border-left:4px solid #BE9B77;box-shadow:0 2px 6px #0000000d}
.datenschutz-rechte-box ul li:last-child{margin-bottom:0}
.datenschutz-tabelle-wrapper{overflow-x:auto;margin:30px 0;border-radius:6px;box-shadow:0 2px 12px #0000000f}
.datenschutz-daten-tabelle{width:100%;border-collapse:collapse;background:#fff}
.datenschutz-daten-tabelle thead{background:linear-gradient(to right,#BE9B77,#D3BDA4)}
.datenschutz-daten-tabelle thead th{padding:18px 20px;text-align:left;font-size:1.1rem;font-weight:700;color:#212529;border-bottom:3px solid #BE9B77}
.datenschutz-daten-tabelle tbody tr{border-bottom:1px solid #E9E5CB}
.datenschutz-daten-tabelle tbody tr:nth-child(even){background:#f8f9fa}
.datenschutz-daten-tabelle tbody tr:hover{background:#E9E5CB;transition:background .3s ease}
.datenschutz-daten-tabelle tbody td{padding:16px 20px;font-size:1.02rem;color:#495057;line-height:1.6}
.datenschutz-kontakt-footer{background:linear-gradient(135deg,#f8f9fa 0%,#E9E5CB 100%);padding:45px 35px;border-radius:8px;margin-top:60px;border:2px solid #D3BDA4;text-align:center}
.datenschutz-kontakt-footer h2{font-size:1.85rem;color:#212529;font-weight:700;margin:0 0 25px;border:none}
.datenschutz-kontakt-footer h2::after{display:none}
.datenschutz-kontakt-footer p{font-size:1.08rem;line-height:1.7;color:#343a40;margin:0 0 15px}
.datenschutz-kontakt-details{margin-top:25px;padding-top:25px;border-top:2px solid #BE9B77}
.datenschutz-kontakt-zeile{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:12px;font-size:1.05rem;color:#495057}
.datenschutz-kontakt-zeile strong{color:#212529;font-weight:600}
.datenschutz-kontakt-zeile a{color:#BE9B77;text-decoration:none;font-weight:600;transition:color .3s ease}
.datenschutz-kontakt-zeile a:hover{color:#343a40;text-decoration:underline}
.datenschutz-wichtig-hinweis{background:#fff9f0;border:2px solid #BE9B77;padding:30px;border-radius:6px;margin:35px 0}
.datenschutz-wichtig-hinweis p{font-size:1.08rem;line-height:1.75;color:#343a40;margin:0 0 15px;font-weight:500}
.datenschutz-wichtig-hinweis p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.datenschutz-header-bereich{padding:60px 20px 45px}
.datenschutz-header-bereich h1{font-size:2.2rem}
.datenschutz-inhalt-container{padding:40px 20px 60px;margin-top:20px;margin-bottom:20px}
.datenschutz-abschnitt-gruppe h2{font-size:1.65rem}
.datenschutz-abschnitt-gruppe h3{font-size:1.3rem}
.datenschutz-einfuhrung-block{padding:25px 20px}
.datenschutz-rechte-box{padding:25px 20px}
.datenschutz-kontakt-footer{padding:35px 25px}
.datenschutz-kontakt-zeile{flex-direction:column;gap:5px}
.datenschutz-daten-tabelle thead th,.datenschutz-daten-tabelle tbody td{padding:12px 15px;font-size:.95rem}
}
@media (max-width: 480px) {
.datenschutz-header-bereich h1{font-size:1.85rem}
.datenschutz-abschnitt-gruppe h2{font-size:1.45rem}
.datenschutz-inhalt-container{padding:30px 15px 50px}
}
.erfolg-seite-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:100vh;padding:0;margin:0}
.erfolg-haupt-container{max-width:920px;margin:0 auto;padding:80px 24px 60px}
.erfolg-bestaetigung-box{background:#fff;border-radius:16px;padding:56px 44px;box-shadow:0 4px 24px #be9b771f;text-align:center;margin-bottom:48px;border:1px solid #E9E5CB}
.erfolg-icon-kreis{width:92px;height:92px;background:linear-gradient(135deg,#BE9B77 0%,#D3BDA4 100%);border-radius:50%;margin:0 auto 28px;display:flex;align-items:center;justify-content:center;position:relative;animation:erfolg-puls 2s ease-in-out infinite}
@keyframes erfolg-puls {
0%,100%{transform:scale(1);box-shadow:0 0 0 0 #be9b7766}
50%{transform:scale(1.05);box-shadow:0 0 0 20px #be9b7700}
}
.erfolg-icon-kreis::after{content:"";font-size:48px;color:#fff;font-weight:700;line-height:1}
.erfolg-haupttitel{font-size:38px;font-weight:700;color:#212529;margin:0 0 16px;letter-spacing:-.5px}
.erfolg-untertitel{font-size:19px;color:#495057;line-height:1.6;margin:0 0 32px;max-width:620px;margin-left:auto;margin-right:auto}
.erfolg-info-bereich{background:#f8f9fa;border-left:4px solid #BE9B77;padding:28px 32px;border-radius:8px;margin-bottom:40px;text-align:left}
.erfolg-info-titel{font-size:21px;font-weight:600;color:#212529;margin:0 0 14px}
.erfolg-info-text{font-size:16px;color:#495057;line-height:1.7;margin:0 0 12px}
.erfolg-info-text:last-child{margin-bottom:0}
.erfolg-zeitlinie-box{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin:48px 0}
.erfolg-schritt-karte{background:#fff;padding:32px 24px;border-radius:12px;border:2px solid #E9E5CB;text-align:center;transition:all .3s ease}
.erfolg-schritt-karte:hover{transform:translateY(-4px);box-shadow:0 8px 20px #be9b7726;border-color:#D3BDA4}
.erfolg-schritt-nummer{width:44px;height:44px;background:#BE9B77;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin:0 auto 18px}
.erfolg-schritt-titel{font-size:18px;font-weight:600;color:#212529;margin:0 0 10px}
.erfolg-schritt-beschreibung{font-size:15px;color:#495057;line-height:1.6;margin:0}
.erfolg-button-bereich{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:44px}
.erfolg-button-primaer{background:linear-gradient(135deg,#BE9B77 0%,#D3BDA4 100%);color:#fff;padding:16px 36px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;border:none;box-shadow:0 4px 12px #be9b7740}
.erfolg-button-primaer:hover{transform:translateY(-2px);box-shadow:0 6px 20px #be9b7759;color:#fff}
.erfolg-button-sekundaer{background:#fff;color:#BE9B77;padding:16px 36px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;border:2px solid #BE9B77}
.erfolg-button-sekundaer:hover{background:#BE9B77;color:#fff;transform:translateY(-2px)}
.erfolg-kontakt-box{background:linear-gradient(135deg,#E9E5CB 0%,#D3BDA4 100%);padding:40px 36px;border-radius:12px;margin-top:48px;text-align:center}
.erfolg-kontakt-titel{font-size:23px;font-weight:600;color:#212529;margin:0 0 20px}
.erfolg-kontakt-details{display:flex;flex-direction:column;gap:12px;align-items:center}
.erfolg-kontakt-zeile{display:flex;align-items:center;gap:10px;font-size:16px;color:#343a40;text-decoration:none;transition:color .3s ease}
.erfolg-kontakt-zeile:hover{color:#BE9B77}
.erfolg-kontakt-icon{width:20px;height:20px;fill:#BE9B77}
.erfolg-zusatz-info{background:#fff;padding:36px;border-radius:12px;margin-top:40px;border:1px solid #E9E5CB}
.erfolg-zusatz-titel{font-size:21px;font-weight:600;color:#212529;margin:0 0 20px;text-align:center}
.erfolg-ressourcen-liste{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;list-style:none;padding:0;margin:0}
.erfolg-ressourcen-item{background:#f8f9fa;padding:20px 18px;border-radius:8px;text-align:center;transition:background .3s ease}
.erfolg-ressourcen-item:hover{background:#E9E5CB}
.erfolg-ressourcen-link{color:#BE9B77;text-decoration:none;font-size:16px;font-weight:500;display:block}
.erfolg-ressourcen-link:hover{text-decoration:underline}
@media (max-width: 768px) {
.erfolg-haupt-container{padding:60px 20px 40px}
.erfolg-bestaetigung-box{padding:40px 28px}
.erfolg-haupttitel{font-size:30px}
.erfolg-untertitel{font-size:17px}
.erfolg-button-bereich{flex-direction:column;align-items:stretch}
.erfolg-button-primaer,.erfolg-button-sekundaer{justify-content:center;width:100%}
.erfolg-zeitlinie-box{grid-template-columns:1fr}
.erfolg-kontakt-details{font-size:15px}
}
@media (max-width: 480px) {
.erfolg-icon-kreis{width:76px;height:76px}
.erfolg-icon-kreis::after{font-size:38px}
.erfolg-info-bereich{padding:22px 20px}
.erfolg-kontakt-box{padding:32px 24px}
}
.error-404-page{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#E9E5CB 100%);padding:0;margin:0}
.error-404-content-wrapper{max-width:1100px;margin:0 auto;padding:80px 20px 60px}
.error-404-visual-block{text-align:center;margin-bottom:50px;position:relative}
.error-404-number-display{font-size:180px;font-weight:800;line-height:1;color:#BE9B77;margin:0;text-shadow:3px 3px 0 #D3BDA4,6px 6px 0 #E9E5CB;letter-spacing:-5px}
.error-404-decorative-shape{width:200px;height:200px;background:linear-gradient(135deg,#D3BDA4 0%,#E9E5CB 100%);border-radius:50% 40% 60% 50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1;opacity:.3;animation:float-shape 6s ease-in-out infinite}
@keyframes float-shape {
0%,100%{transform:translate(-50%,-50%) rotate(0deg)}
50%{transform:translate(-50%,-55%) rotate(180deg)}
}
.error-404-message-section{background:#fff;border-radius:12px;padding:45px 40px;box-shadow:0 4px 20px #be9b7726;margin-bottom:40px;border-left:5px solid #BE9B77}
.error-404-main-heading{font-size:32px;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.3}
.error-404-description-text{font-size:18px;color:#495057;line-height:1.7;margin:0 0 25px}
.error-404-subtext{font-size:16px;color:#6c757d;line-height:1.6;margin:0}
.error-404-action-container{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-top:35px}
.error-404-btn-primary{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#BE9B77 0%,#D3BDA4 100%);color:#fff;font-size:17px;font-weight:600;padding:16px 32px;border-radius:8px;text-decoration:none;transition:all .3s ease;border:none;box-shadow:0 3px 12px #be9b774d;position:relative;z-index:10}
.error-404-btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 18px #be9b7766;background:linear-gradient(135deg,#a8876a 0%,#c0ab95 100%)}
.error-404-btn-secondary{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#BE9B77;font-size:17px;font-weight:600;padding:16px 32px;border-radius:8px;text-decoration:none;transition:all .3s ease;border:2px solid #BE9B77;position:relative;z-index:10}
.error-404-btn-secondary:hover{background:#BE9B77;color:#fff;transform:translateY(-2px);box-shadow:0 5px 18px #be9b774d}
.error-404-suggestions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:50px}
.error-404-suggestion-card{background:#fff;border-radius:10px;padding:30px 25px;box-shadow:0 2px 12px #00000014;transition:all .3s ease;border-top:3px solid #D3BDA4}
.error-404-suggestion-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #be9b7733;border-top-color:#BE9B77}
.error-404-card-icon{width:50px;height:50px;background:linear-gradient(135deg,#E9E5CB 0%,#D3BDA4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:24px;color:#BE9B77}
.error-404-card-title{font-size:20px;font-weight:700;color:#212529;margin:0 0 12px}
.error-404-card-description{font-size:15px;color:#6c757d;line-height:1.6;margin:0 0 18px}
.error-404-card-link{display:inline-flex;align-items:center;gap:8px;color:#BE9B77;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s ease;position:relative;z-index:10}
.error-404-card-link:hover{color:#a8876a;gap:12px}
.error-404-help-section{background:linear-gradient(135deg,#E9E5CB 0%,#f8f9fa 100%);border-radius:12px;padding:40px 35px;margin-top:45px;text-align:center}
.error-404-help-heading{font-size:24px;font-weight:700;color:#212529;margin:0 0 15px}
.error-404-help-text{font-size:16px;color:#495057;line-height:1.7;margin:0 0 25px}
.error-404-contact-link{color:#BE9B77;font-weight:600;text-decoration:none;border-bottom:2px solid #D3BDA4;transition:all .3s ease;position:relative;z-index:10}
.error-404-contact-link:hover{color:#a8876a;border-bottom-color:#BE9B77}
@media (max-width: 768px) {
.error-404-content-wrapper{padding:60px 15px 40px}
.error-404-number-display{font-size:120px;letter-spacing:-3px}
.error-404-decorative-shape{width:150px;height:150px}
.error-404-message-section{padding:30px 25px}
.error-404-main-heading{font-size:26px}
.error-404-description-text{font-size:16px}
.error-404-action-container{flex-direction:column;align-items:stretch}
.error-404-btn-primary,.error-404-btn-secondary{justify-content:center;width:100%}
.error-404-suggestions-grid{grid-template-columns:1fr;gap:20px}
.error-404-help-section{padding:30px 25px}
.error-404-help-heading{font-size:20px}
}
@media (max-width: 480px) {
.error-404-number-display{font-size:90px}
.error-404-message-section{padding:25px 20px}
.error-404-suggestion-card{padding:25px 20px}
}