:root{--primary-color:#A8B2B2;--secondary-color:#D2DEDE;--tertiary-color:#ECF2F0;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d;--background-light:#fff;--background-subtle:#f8f9fa;--shadow-sm:0 2px 8px #a8b2b21f;--shadow-md:0 4px 16px #a8b2b22e;--shadow-lg:0 8px 24px #a8b2b23d}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:16px;line-height:1.7;color:var(--text-dark);background:linear-gradient(135deg,#fff 0%,#fafbfc 50%,var(--tertiary-color) 100%);min-height:100vh;overflow-x:hidden}
.header_wrapper_7k3{background:linear-gradient(135deg,var(--background-light) 0%,var(--tertiary-color) 100%);box-shadow:var(--shadow-md);position:relative;z-index:100}
.header_row_top_9m2{display:flex;justify-content:space-between;align-items:center;padding:18px 5%;border-bottom:1px solid #a8b2b226;perspective:1000px;transform-style:preserve-3d}
.logo_container_4q8{display:flex;align-items:center;gap:16px;position:relative;z-index:105}
.logo_container_4q8 img{height:62px;width:62px;object-fit:contain;transform:translateZ(20px);transition:transform .3s ease}
.logo_container_4q8:hover img{transform:translateZ(30px)}
.tagline_section_2p5{text-align:right;max-width:520px}
.tagline_section_2p5 p{font-size:15px;color:var(--text-medium);line-height:1.5;margin:0}
.header_row_bottom_6n1{display:flex;justify-content:space-between;align-items:center;padding:22px 5%;gap:35px}
.navigation_menu_8l7{display:flex;gap:8px;align-items:center;flex:1}
.navigation_menu_8l7 a{color:var(--text-dark);text-decoration:none;padding:12px 24px;font-size:16px;font-weight:500;border-radius:8px;transition:background-color .25s ease,color .25s ease;position:relative;min-height:44px;display:flex;align-items:center}
.navigation_menu_8l7 a:hover{background-color:var(--secondary-color);color:var(--text-dark)}
.navigation_menu_8l7 a:focus{outline:2px solid var(--primary-color);outline-offset:2px}
.cta_button_group_5r9{display:flex;gap:12px;align-items:center}
.cta_primary_3x4{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--text-dark);padding:13px 28px;border-radius:8px;text-decoration:none;font-weight:600;font-size:15px;box-shadow:var(--shadow-sm);transition:box-shadow .3s ease,opacity .3s ease;min-height:44px;display:flex;align-items:center;justify-content:center}
.cta_primary_3x4:hover{opacity:.88;box-shadow:var(--shadow-md)}
.cta_primary_3x4:focus{outline:2px solid var(--text-dark);outline-offset:2px}
.footer_main_wrapper_1z8{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--text-dark);padding:60px 5% 40px;margin-top:80px;position:relative;overflow:hidden}
.footer_main_wrapper_1z8::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--tertiary-color),var(--primary-color),var(--tertiary-color))}
.footer_content_grid_7j2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:45px;margin-bottom:50px}
.footer_section_4m9 h3{font-size:19px;font-weight:700;margin-bottom:20px;color:var(--text-dark)}
.footer_section_4m9 p,.footer_section_4m9 a{font-size:15px;line-height:1.8;color:var(--text-medium);margin-bottom:10px;text-decoration:none;display:block;transition:color .25s ease}
.footer_section_4m9 a:hover{color:var(--text-dark)}
.footer_section_4m9 a:focus{outline:2px solid var(--text-dark);outline-offset:2px;border-radius:4px}
.footer_logo_area_6p3{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.footer_logo_area_6p3 img{height:55px;width:55px;object-fit:contain}
.footer_bottom_bar_2n4{border-top:1px solid #21252926;padding-top:28px;text-align:center}
.footer_bottom_bar_2n4 p{font-size:14px;color:var(--text-medium);margin:0}
.consent_modal_8k5{position:fixed;bottom:0;left:0;right:0;background:var(--background-light);box-shadow:0 -4px 20px #a8b2b24d;padding:28px 5%;z-index:9999;display:none;border-top:3px solid var(--primary-color);animation:slideUpFade .4s ease-out}
@keyframes slideUpFade {
from{opacity:0;transform:translateY(50px)}
to{opacity:1;transform:translateY(0)}
}
.consent_inner_3j7{max-width:1200px;margin:0 auto;display:flex;gap:30px;align-items:center;justify-content:space-between}
.consent_text_4r2{flex:1}
.consent_text_4r2 p{font-size:15px;color:var(--text-medium);line-height:1.6;margin:0}
.consent_text_4r2 a{color:var(--primary-color);text-decoration:underline;font-weight:600}
.consent_actions_9m1{display:flex;gap:14px;flex-shrink:0}
.consent_btn_5p8{padding:12px 26px;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .25s ease,background-color .25s ease;min-width:120px;min-height:44px}
.consent_btn_accept_7k2{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--text-dark)}
.consent_btn_accept_7k2:hover{opacity:.85}
.consent_btn_reject_3n6{background:var(--background-subtle);color:var(--text-dark);border:1px solid var(--secondary-color)}
.consent_btn_reject_3n6:hover{background-color:var(--secondary-color)}
.consent_btn_5p8:focus{outline:2px solid var(--text-dark);outline-offset:2px}
@media (max-width: 992px) {
.header_row_top_9m2,.header_row_bottom_6n1{padding:16px 4%}
.tagline_section_2p5{max-width:400px}
.navigation_menu_8l7{gap:6px}
.navigation_menu_8l7 a{padding:10px 18px;font-size:15px}
.footer_content_grid_7j2{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:35px}
}
@media (max-width: 768px) {
.header_row_top_9m2,.header_row_bottom_6n1{flex-direction:column;gap:20px;padding:18px 4%}
.logo_container_4q8{justify-content:center}
.tagline_section_2p5{text-align:center;max-width:100%}
.navigation_menu_8l7{flex-direction:column;width:100%;gap:8px}
.navigation_menu_8l7 a{width:100%;text-align:center;padding:14px 20px}
.cta_button_group_5r9{width:100%;flex-direction:column}
.cta_primary_3x4{width:100%}
.footer_content_grid_7j2{grid-template-columns:1fr;gap:30px}
.consent_inner_3j7{flex-direction:column;gap:20px}
.consent_actions_9m1{width:100%;flex-direction:column}
.consent_btn_5p8{width:100%}
}
@media (max-width: 480px) {
body{font-size:15px}
.logo_container_4q8 img{height:52px;width:52px}
.tagline_section_2p5 p{font-size:14px}
.navigation_menu_8l7 a{font-size:15px;padding:12px 16px}
.footer_main_wrapper_1z8{padding:45px 4% 30px}
}
.aboutus-hero-wrapper{background:linear-gradient(135deg,#ECF2F0 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.aboutus-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a8b2b226 0%,transparent 70%);border-radius:50%}
.aboutus-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.aboutus-hero-content h1{font-size:2.8rem;color:#2c3e50;margin-bottom:25px;font-weight:700;line-height:1.2}
.aboutus-hero-content .hero-subtitle{font-size:1.15rem;color:#5a6c7d;line-height:1.7;margin-bottom:0}
.aboutus-story-section{padding:70px 20px;background:#fff}
.aboutus-story-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:start}
.aboutus-story-text h2{font-size:2.2rem;color:#2c3e50;margin-bottom:30px;font-weight:600}
.aboutus-story-text p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.aboutus-story-text .story-highlight{background:#f8f9fa;padding:25px;border-left:4px solid #A8B2B2;margin:30px 0;font-style:italic;color:#343a40}
.aboutus-story-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a}
.aboutus-story-image img{width:100%;height:auto;display:block}
.aboutus-values-block{background:linear-gradient(180deg,#f8f9fa 0%,#ECF2F0 100%);padding:70px 20px}
.aboutus-values-inner{max-width:1100px;margin:0 auto;text-align:center}
.aboutus-values-inner h2{font-size:2.2rem;color:#2c3e50;margin-bottom:50px;font-weight:600}
.aboutus-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.aboutus-value-card{background:#fff;padding:40px 30px;border-radius:10px;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.aboutus-value-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #0000001f}
.aboutus-value-card h3{font-size:1.4rem;color:#2c3e50;margin-bottom:18px;font-weight:600}
.aboutus-value-card p{font-size:1rem;color:#5a6c7d;line-height:1.7;margin:0}
.aboutus-team-section{padding:70px 20px;background:#fff}
.aboutus-team-wrapper{max-width:1000px;margin:0 auto}
.aboutus-team-intro{text-align:center;margin-bottom:50px}
.aboutus-team-intro h2{font-size:2.2rem;color:#2c3e50;margin-bottom:20px;font-weight:600}
.aboutus-team-intro p{font-size:1.1rem;color:#5a6c7d;max-width:700px;margin:0 auto;line-height:1.7}
.aboutus-team-member-featured{display:grid;grid-template-columns:280px 1fr;gap:45px;align-items:center;background:#f8f9fa;padding:40px;border-radius:12px;margin-top:40px}
.aboutus-team-photo{border-radius:10px;overflow:hidden;box-shadow:0 8px 25px #0000001a}
.aboutus-team-photo img{width:100%;height:auto;display:block}
.aboutus-team-info h3{font-size:1.8rem;color:#2c3e50;margin-bottom:8px;font-weight:600}
.aboutus-team-info .team-role{font-size:1.1rem;color:#A8B2B2;margin-bottom:20px;font-weight:500}
.aboutus-team-info p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:15px}
.aboutus-approach-section{background:linear-gradient(135deg,#D2DEDE 0%,#ECF2F0 100%);padding:70px 20px;position:relative}
.aboutus-approach-content{max-width:1200px;margin:0 auto;display:flex;gap:60px;align-items:center}
.aboutus-approach-images{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.aboutus-approach-img-wrapper{border-radius:10px;overflow:hidden;box-shadow:0 8px 25px #0000001a}
.aboutus-approach-img-wrapper img{width:100%;height:220px;object-fit:cover;display:block}
.aboutus-approach-text{flex:1}
.aboutus-approach-text h2{font-size:2.2rem;color:#2c3e50;margin-bottom:30px;font-weight:600}
.aboutus-approach-text p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.aboutus-cta-btn{display:inline-block;background:#A8B2B2;color:#fff;padding:14px 35px;border-radius:6px;text-decoration:none;font-size:1.05rem;font-weight:500;margin-top:15px;transition:background .3s ease,transform .3s ease}
.aboutus-cta-btn:hover{background:#8a9999;transform:translateY(-2px);color:#fff;text-decoration:none}
@media (max-width: 992px) {
.aboutus-story-container{grid-template-columns:1fr;gap:40px}
.aboutus-values-grid{grid-template-columns:1fr;gap:25px}
.aboutus-team-member-featured{grid-template-columns:1fr;gap:30px;text-align:center}
.aboutus-team-photo{max-width:280px;margin:0 auto}
.aboutus-approach-content{flex-direction:column;gap:40px}
.aboutus-approach-images{order:2}
.aboutus-approach-text{order:1}
}
@media (max-width: 768px) {
.aboutus-hero-content h1{font-size:2.2rem}
.aboutus-story-text h2,.aboutus-values-inner h2,.aboutus-team-intro h2,.aboutus-approach-text h2{font-size:1.8rem}
.aboutus-approach-images{grid-template-columns:1fr}
}
.studymaterials-hero-wrapper{background:linear-gradient(135deg,#ECF2F0 0%,#D2DEDE 100%);padding:90px 20px 80px;position:relative;overflow:hidden}
.studymaterials-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#a8b2b226;border-radius:50%;z-index:1}
.studymaterials-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.studymaterials-hero-title{font-size:48px;font-weight:700;color:#212529;margin-bottom:24px;line-height:1.2}
.studymaterials-hero-subtitle{font-size:20px;color:#495057;line-height:1.6;max-width:680px}
.studymaterials-resources-section{padding:70px 20px;background:#fff}
.studymaterials-resources-container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:380px 1fr;gap:50px;align-items:start}
.studymaterials-resource-image-block{position:sticky;top:30px}
.studymaterials-resource-img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #a8b2b240}
.studymaterials-resource-content-block{padding:20px 0}
.studymaterials-section-heading{font-size:36px;font-weight:700;color:#212529;margin-bottom:28px;line-height:1.3}
.studymaterials-resource-item{background:#f8f9fa;padding:28px 32px;border-radius:8px;margin-bottom:24px;border-left:4px solid #A8B2B2;transition:all .3s ease}
.studymaterials-resource-item:hover{transform:translateX(8px);box-shadow:0 4px 16px #a8b2b233}
.studymaterials-resource-title{font-size:22px;font-weight:600;color:#343a40;margin-bottom:12px}
.studymaterials-resource-description{font-size:16px;color:#495057;line-height:1.7;margin:0}
.studymaterials-guides-section{padding:80px 20px;background:linear-gradient(180deg,#ECF2F0 0%,#fff 100%)}
.studymaterials-guides-wrapper{max-width:1140px;margin:0 auto}
.studymaterials-guides-header{text-align:center;margin-bottom:60px}
.studymaterials-guides-maintitle{font-size:38px;font-weight:700;color:#212529;margin-bottom:18px}
.studymaterials-guides-intro{font-size:18px;color:#495057;max-width:720px;margin:0 auto;line-height:1.6}
.studymaterials-guides-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.studymaterials-guide-card{background:#fff;padding:36px 28px;border-radius:10px;box-shadow:0 2px 12px #a8b2b226;transition:all .3s ease;border-top:3px solid #D2DEDE}
.studymaterials-guide-card:hover{transform:translateY(-6px);box-shadow:0 8px 28px #a8b2b240;border-top-color:#A8B2B2}
.studymaterials-guide-icon{width:56px;height:56px;background:linear-gradient(135deg,#A8B2B2 0%,#D2DEDE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:26px;color:#fff}
.studymaterials-guide-name{font-size:20px;font-weight:600;color:#212529;margin-bottom:14px}
.studymaterials-guide-text{font-size:15px;color:#495057;line-height:1.7;margin:0}
.studymaterials-experts-section{padding:70px 20px 90px;background:#fff}
.studymaterials-experts-container{max-width:1140px;margin:0 auto}
.studymaterials-experts-heading{font-size:36px;font-weight:700;color:#212529;margin-bottom:50px;text-align:center}
.studymaterials-experts-layout{display:flex;gap:40px;align-items:stretch}
.studymaterials-expert-profile{flex:1;background:#f8f9fa;border-radius:10px;overflow:hidden;box-shadow:0 4px 16px #a8b2b22e;display:flex;flex-direction:column}
.studymaterials-expert-photo{width:100%;height:320px;object-fit:cover}
.studymaterials-expert-info{padding:28px 24px;flex-grow:1;display:flex;flex-direction:column}
.studymaterials-expert-name{font-size:22px;font-weight:600;color:#212529;margin-bottom:8px}
.studymaterials-expert-role{font-size:16px;color:#A8B2B2;margin-bottom:16px;font-weight:500}
.studymaterials-expert-bio{font-size:15px;color:#495057;line-height:1.7;margin:0}
.studymaterials-cta-section{padding:90px 20px;background:linear-gradient(135deg,#A8B2B2 0%,#D2DEDE 100%);position:relative;overflow:hidden}
.studymaterials-cta-section::after{content:'';position:absolute;bottom:-40%;left:-15%;width:500px;height:500px;background:#ffffff1a;border-radius:50%}
.studymaterials-cta-wrapper{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.studymaterials-cta-title{font-size:40px;font-weight:700;color:#fff;margin-bottom:22px;line-height:1.3}
.studymaterials-cta-message{font-size:19px;color:#fff;line-height:1.6;margin-bottom:36px;opacity:.95}
.studymaterials-cta-button{display:inline-block;padding:16px 44px;background:#fff;color:#A8B2B2;font-size:17px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #00000026}
.studymaterials-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000040;color:#A8B2B2;text-decoration:none;background:#f8f9fa}
@media (max-width: 992px) {
.studymaterials-resources-container{grid-template-columns:1fr;gap:40px}
.studymaterials-resource-image-block{position:relative;top:0}
.studymaterials-experts-layout{flex-direction:column}
}
@media (max-width: 768px) {
.studymaterials-hero-title{font-size:36px}
.studymaterials-hero-subtitle{font-size:18px}
.studymaterials-section-heading,.studymaterials-guides-maintitle,.studymaterials-experts-heading{font-size:30px}
.studymaterials-cta-title{font-size:32px}
.studymaterials-guides-grid{grid-template-columns:1fr}
.studymaterials-resource-img{height:320px}
}
@media (max-width: 576px) {
.studymaterials-hero-wrapper{padding:60px 15px 50px}
.studymaterials-hero-title{font-size:28px}
.studymaterials-resource-item{padding:20px 18px}
.studymaterials-guide-card{padding:28px 20px}
.studymaterials-cta-button{padding:14px 32px;font-size:16px}
}
.budgetpage-wrapper{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#212529;line-height:1.7;background:#fff}
.budgetpage-hero-section{background:linear-gradient(135deg,#ECF2F0 0%,#D2DEDE 100%);padding:80px 20px 70px;position:relative;overflow:hidden}
.budgetpage-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#a8b2b226;border-radius:50%;z-index:1}
.budgetpage-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.budgetpage-hero-text h1{font-size:2.8rem;font-weight:700;color:#212529;margin-bottom:24px;line-height:1.2}
.budgetpage-hero-text p{font-size:1.15rem;color:#495057;margin-bottom:18px}
.budgetpage-hero-image{position:relative}
.budgetpage-hero-image img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px #0000001f;transition:transform .4s ease}
.budgetpage-hero-image img:hover{transform:scale(1.03)}
.budgetpage-cta-primary{display:inline-block;padding:14px 32px;background:#A8B2B2;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1rem;margin-top:16px;transition:all .3s ease;box-shadow:0 4px 12px #a8b2b24d}
.budgetpage-cta-primary:hover{background:#8a9595;transform:translateY(-2px);box-shadow:0 6px 18px #a8b2b266;color:#fff;text-decoration:none}
.budgetpage-approach-block{padding:70px 20px;background:#f8f9fa}
.budgetpage-approach-inner{max-width:1100px;margin:0 auto;display:flex;gap:60px;align-items:flex-start}
.budgetpage-approach-visual{flex:0 0 380px;position:relative}
.budgetpage-approach-visual img{width:100%;height:480px;object-fit:cover;border-radius:8px;border:3px solid #D2DEDE}
.budgetpage-approach-content{flex:1}
.budgetpage-approach-content h2{font-size:2.3rem;color:#212529;margin-bottom:26px;font-weight:700}
.budgetpage-method-item{margin-bottom:28px;padding-left:40px;position:relative}
.budgetpage-method-item::before{content:'';position:absolute;left:0;top:6px;width:24px;height:24px;background:#A8B2B2;border-radius:50%}
.budgetpage-method-item h3{font-size:1.25rem;color:#343a40;margin-bottom:10px;font-weight:600}
.budgetpage-method-item p{font-size:1.02rem;color:#495057;line-height:1.7}
.budgetpage-timeline-section{padding:75px 20px;background:#fff}
.budgetpage-timeline-container{max-width:1150px;margin:0 auto}
.budgetpage-timeline-header{text-align:center;margin-bottom:55px}
.budgetpage-timeline-header h2{font-size:2.4rem;color:#212529;margin-bottom:18px;font-weight:700}
.budgetpage-timeline-header p{font-size:1.1rem;color:#495057;max-width:720px;margin:0 auto}
.budgetpage-timeline-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:45px}
.budgetpage-timeline-card{background:#fafbfc;border:2px solid #ECF2F0;border-radius:10px;padding:35px 30px;position:relative;transition:all .3s ease}
.budgetpage-timeline-card:hover{border-color:#A8B2B2;box-shadow:0 8px 24px #a8b2b226;transform:translateY(-4px)}
.budgetpage-timeline-card img{width:100%;height:200px;object-fit:cover;border-radius:6px;margin-bottom:20px}
.budgetpage-timeline-number{position:absolute;top:-18px;left:30px;width:42px;height:42px;background:#A8B2B2;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 3px 10px #a8b2b266}
.budgetpage-timeline-card h3{font-size:1.4rem;color:#343a40;margin-bottom:14px;font-weight:600}
.budgetpage-timeline-card p{font-size:1.02rem;color:#495057;line-height:1.7}
.budgetpage-testimonial-section{padding:70px 20px;background:linear-gradient(180deg,#ECF2F0 0%,#fff 100%);border-top:3px solid #D2DEDE}
.budgetpage-testimonial-wrapper{max-width:1050px;margin:0 auto}
.budgetpage-testimonial-header{text-align:center;margin-bottom:50px}
.budgetpage-testimonial-header h2{font-size:2.3rem;color:#212529;margin-bottom:16px;font-weight:700}
.budgetpage-testimonial-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.budgetpage-testimonial-box{background:#fff;padding:35px;border-radius:10px;box-shadow:0 4px 16px #00000014;border-left:4px solid #A8B2B2;transition:all .3s ease}
.budgetpage-testimonial-box:hover{box-shadow:0 8px 28px #0000001f;transform:translateX(6px)}
.budgetpage-testimonial-profile{display:flex;align-items:center;gap:18px;margin-bottom:20px}
.budgetpage-testimonial-profile img{width:65px;height:65px;border-radius:50%;object-fit:cover;border:3px solid #ECF2F0}
.budgetpage-testimonial-info h4{font-size:1.15rem;color:#343a40;margin-bottom:4px;font-weight:600}
.budgetpage-testimonial-info span{font-size:.92rem;color:#6c757d}
.budgetpage-testimonial-box p{font-size:1.02rem;color:#495057;line-height:1.75;font-style:italic}
.budgetpage-cta-secondary{display:inline-block;padding:12px 28px;background:transparent;color:#A8B2B2;text-decoration:none;border:2px solid #A8B2B2;border-radius:6px;font-weight:600;font-size:1rem;margin-top:30px;transition:all .3s ease}
.budgetpage-cta-secondary:hover{background:#A8B2B2;color:#fff;text-decoration:none}
@media (max-width: 992px) {
.budgetpage-hero-content{grid-template-columns:1fr;gap:35px}
.budgetpage-hero-text h1{font-size:2.3rem}
.budgetpage-hero-image img{height:350px}
.budgetpage-approach-inner{flex-direction:column;gap:40px}
.budgetpage-approach-visual{flex:0 0 auto;width:100%}
.budgetpage-approach-visual img{height:380px}
.budgetpage-timeline-grid{grid-template-columns:1fr;gap:35px}
.budgetpage-testimonial-grid{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 768px) {
.budgetpage-hero-section{padding:60px 15px 50px}
.budgetpage-hero-text h1{font-size:2rem}
.budgetpage-hero-text p{font-size:1.05rem}
.budgetpage-hero-image img{height:280px}
.budgetpage-approach-block{padding:50px 15px}
.budgetpage-approach-content h2{font-size:1.9rem}
.budgetpage-approach-visual img{height:300px}
.budgetpage-timeline-section{padding:55px 15px}
.budgetpage-timeline-header h2{font-size:2rem}
.budgetpage-timeline-card{padding:30px 20px}
.budgetpage-timeline-card img{height:180px}
.budgetpage-testimonial-section{padding:50px 15px}
.budgetpage-testimonial-header h2{font-size:2rem}
.budgetpage-testimonial-box{padding:28px 22px}
}
.kontakt-hauptseite{background:linear-gradient(135deg,#fafbfc 0%,#ECF2F0 100%);min-height:100vh}
.kontakt-einleitung-bereich{padding:80px 20px 60px;max-width:1100px;margin:0 auto}
.kontakt-einleitung-bereich h1{font-size:2.8rem;color:#2c3e50;margin-bottom:25px;font-weight:700;line-height:1.2}
.kontakt-einleitung-bereich .intro-text{font-size:1.15rem;color:#495057;line-height:1.7;max-width:800px}
.kontakt-grid-wrapper{max-width:1200px;margin:0 auto;padding:0 20px 80px;display:grid;grid-template-columns:1fr 1.3fr;gap:50px;align-items:start}
.kontakt-info-karte{background:#fff;border-radius:12px;padding:40px 35px;box-shadow:0 4px 20px #a8b2b226;position:sticky;top:30px}
.kontakt-info-karte h2{font-size:1.75rem;color:#2c3e50;margin-bottom:30px;font-weight:600;border-bottom:3px solid #A8B2B2;padding-bottom:15px}
.info-eintrag{margin-bottom:28px;display:flex;align-items:flex-start;gap:15px}
.info-eintrag i{color:#A8B2B2;font-size:1.3rem;width:30px;flex-shrink:0;margin-top:4px}
.info-details{flex:1}
.info-details .label{font-size:.88rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-weight:600}
.info-details .wert{font-size:1.05rem;color:#343a40;line-height:1.6}
.info-details a{color:#495057;text-decoration:none;transition:color .3s ease}
.info-details a:hover{color:#A8B2B2}
.bildbereich-kontakt{margin-top:35px;border-radius:10px;overflow:hidden;box-shadow:0 3px 15px #00000014}
.bildbereich-kontakt img{width:100%;height:220px;object-fit:cover;display:block}
.formular-container-haupt{background:#fff;border-radius:12px;padding:45px 40px;box-shadow:0 4px 20px #a8b2b226}
.formular-container-haupt h2{font-size:1.9rem;color:#2c3e50;margin-bottom:15px;font-weight:600}
.formular-container-haupt .form-beschreibung{font-size:1.05rem;color:#6c757d;margin-bottom:35px;line-height:1.6}
.formular-gruppe{margin-bottom:25px}
.formular-gruppe label{display:block;font-size:.95rem;color:#495057;margin-bottom:8px;font-weight:600}
.formular-gruppe input,.formular-gruppe textarea{width:100%;padding:14px 16px;border:2px solid #D2DEDE;border-radius:8px;font-size:1rem;color:#343a40;transition:all .3s ease;font-family:inherit;background:#fafbfc}
.formular-gruppe input:focus,.formular-gruppe textarea:focus{outline:none;border-color:#A8B2B2;background:#fff;box-shadow:0 0 0 4px #a8b2b21a}
.formular-gruppe textarea{resize:vertical;min-height:160px;line-height:1.6}
.datenschutz-checkbox{display:flex;align-items:flex-start;gap:12px;margin:30px 0;padding:18px;background:#f8f9fa;border-radius:8px;border:1px solid #D2DEDE}
.datenschutz-checkbox input[type="checkbox"]{width:20px;height:20px;margin-top:2px;flex-shrink:0;cursor:pointer}
.datenschutz-checkbox label{font-size:.95rem;color:#495057;line-height:1.5;margin:0;cursor:pointer}
.datenschutz-checkbox a{color:#A8B2B2;text-decoration:underline;font-weight:600}
.datenschutz-checkbox a:hover{color:#8a9494}
.senden-button{background:linear-gradient(135deg,#A8B2B2 0%,#8a9494 100%);color:#fff;border:none;padding:16px 45px;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #a8b2b24d}
.senden-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #a8b2b266;background:linear-gradient(135deg,#8a9494 0%,#A8B2B2 100%)}
.senden-button:active{transform:translateY(0)}
.zusatzinfo-bereich{max-width:1200px;margin:0 auto;padding:60px 20px 80px}
.info-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.info-card-item{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 3px 15px #a8b2b21f;transition:transform .3s ease,box-shadow .3s ease}
.info-card-item:hover{transform:translateY(-5px);box-shadow:0 6px 25px #a8b2b233}
.card-bild-wrapper{width:100%;height:200px;overflow:hidden}
.card-bild-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.info-card-item:hover .card-bild-wrapper img{transform:scale(1.08)}
.card-inhalt{padding:30px 25px}
.card-inhalt h3{font-size:1.4rem;color:#2c3e50;margin-bottom:15px;font-weight:600}
.card-inhalt p{font-size:1rem;color:#6c757d;line-height:1.7;margin-bottom:20px}
.card-link{display:inline-flex;align-items:center;gap:8px;color:#A8B2B2;font-weight:600;text-decoration:none;font-size:1rem;transition:gap .3s ease}
.card-link:hover{gap:12px;color:#8a9494}
.card-link i{font-size:.9rem}
@media (max-width: 992px) {
.kontakt-grid-wrapper{grid-template-columns:1fr;gap:40px}
.kontakt-info-karte{position:relative;top:0}
.info-cards-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.kontakt-einleitung-bereich{padding:60px 20px 40px}
.kontakt-einleitung-bereich h1{font-size:2.2rem}
.kontakt-einleitung-bereich .intro-text{font-size:1.05rem}
.formular-container-haupt{padding:35px 25px}
.kontakt-info-karte{padding:30px 25px}
.senden-button{width:100%;padding:14px 30px}
}
@media (max-width: 480px) {
.kontakt-einleitung-bereich h1{font-size:1.85rem}
.formular-container-haupt h2{font-size:1.6rem}
.kontakt-info-karte h2{font-size:1.5rem}
}
.partners-wrapper-2025{background:#fff;min-height:100vh}
.partners-hero-section{background:linear-gradient(135deg,#ECF2F0 0%,#D2DEDE 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.partners-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#a8b2b226;border-radius:50%;z-index:1}
.partners-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.partners-hero-title{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:20px;line-height:1.2}
.partners-hero-subtitle{font-size:1.15rem;color:#495057;max-width:680px;line-height:1.7;margin-bottom:0}
.partner-showcase-block{padding:90px 20px;background:#fafbfc}
.partner-showcase-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.partner-visual-side{position:relative}
.partner-main-image{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001a}
.partner-content-side h2{font-size:2.2rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.3}
.partner-intro-text{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:28px}
.partner-benefit-list{list-style:none;padding:0;margin:0 0 35px}
.partner-benefit-list li{padding:14px 0;color:#343a40;font-size:1rem;border-bottom:1px solid #D2DEDE;line-height:1.6}
.partner-benefit-list li:last-child{border-bottom:none}
.partner-benefit-list li::before{content:'';color:#A8B2B2;font-weight:700;margin-right:12px;font-size:1.2rem}
.testimonial-grid-section{padding:85px 20px;background:#fff}
.testimonial-grid-container{max-width:1140px;margin:0 auto}
.testimonial-section-header{text-align:center;margin-bottom:60px}
.testimonial-section-header h2{font-size:2.3rem;color:#212529;font-weight:700;margin-bottom:18px}
.testimonial-section-header p{font-size:1.08rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.testimonial-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.testimonial-card-item{background:#fafbfc;border-radius:10px;padding:35px;box-shadow:0 4px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.testimonial-card-item:hover{transform:translateY(-6px);box-shadow:0 8px 28px #0000001f}
.testimonial-profile-section{display:flex;align-items:center;margin-bottom:22px}
.testimonial-avatar{width:70px;height:70px;border-radius:50%;object-fit:cover;margin-right:18px;border:3px solid #D2DEDE}
.testimonial-author-info h4{font-size:1.15rem;color:#212529;font-weight:600;margin:0 0 5px}
.testimonial-author-role{font-size:.9rem;color:#A8B2B2;margin:0}
.testimonial-text-content{font-size:1.02rem;color:#495057;line-height:1.7;font-style:italic;margin:0}
.partnership-approach-block{padding:90px 20px;background:linear-gradient(180deg,#ECF2F0 0%,#fff 100%)}
.partnership-approach-container{max-width:1140px;margin:0 auto}
.approach-header-section{max-width:780px;margin:0 auto 55px;text-align:center}
.approach-header-section h2{font-size:2.25rem;color:#212529;font-weight:700;margin-bottom:20px}
.approach-header-section p{font-size:1.06rem;color:#495057;line-height:1.8}
.approach-columns-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:center}
.approach-image-column img{width:100%;height:380px;object-fit:cover;border-radius:10px;box-shadow:0 6px 20px #00000014}
.approach-steps-list{display:flex;flex-direction:column;gap:28px}
.approach-step-item{background:#fff;padding:28px;border-radius:8px;border-left:4px solid #A8B2B2;box-shadow:0 3px 12px #0000000d;transition:all .3s ease}
.approach-step-item:hover{border-left-color:#212529;box-shadow:0 5px 20px #0000001a}
.approach-step-title{font-size:1.2rem;color:#212529;font-weight:600;margin:0 0 12px;display:flex;align-items:center}
.step-number-badge{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#A8B2B2;color:#fff;border-radius:50%;font-size:.9rem;font-weight:700;margin-right:14px;flex-shrink:0}
.approach-step-description{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.partners-cta-button{display:inline-block;padding:14px 32px;background:#A8B2B2;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #a8b2b24d;margin-top:25px}
.partners-cta-button:hover{background:#212529;color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #21252966;text-decoration:none}
@media (max-width: 992px) {
.partner-showcase-inner{grid-template-columns:1fr;gap:45px}
.approach-columns-layout{grid-template-columns:1fr;gap:40px}
.testimonial-cards-grid{grid-template-columns:1fr}
.partners-hero-title{font-size:2.2rem}
.partner-content-side h2{font-size:1.9rem}
}
@media (max-width: 768px) {
.partners-hero-section{padding:60px 15px 45px}
.partners-hero-title{font-size:1.85rem}
.partners-hero-subtitle{font-size:1.05rem}
.partner-showcase-block{padding:60px 15px}
.partner-main-image{height:320px}
.testimonial-grid-section{padding:60px 15px}
.partnership-approach-block{padding:60px 15px}
.approach-image-column img{height:300px}
.approach-step-item{padding:22px}
}
@media (max-width: 576px) {
.partners-hero-title{font-size:1.6rem}
.partner-content-side h2,.testimonial-section-header h2,.approach-header-section h2{font-size:1.7rem}
.testimonial-card-item{padding:25px}
.testimonial-avatar{width:60px;height:60px}
.approach-step-title{font-size:1.1rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fff 0%,#fafbfc 50%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.cookie-main-container{max-width:920px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 20px #a8b2b21f;padding:50px}
@media (max-width: 768px) {
.cookie-main-container{padding:30px 20px}
}
.cookie-header-block{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:3px solid #ECF2F0}
.cookie-main-title{font-size:2.5rem;color:#212529;font-weight:700;margin-bottom:15px;line-height:1.3}
@media (max-width: 768px) {
.cookie-main-title{font-size:1.9rem}
}
.cookie-update-date{font-size:.95rem;color:#6c757d;font-style:italic}
.cookie-intro-text{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:40px;padding:25px;background:#fafbfc;border-left:4px solid #A8B2B2;border-radius:6px}
.cookie-content-section{margin-bottom:45px}
.cookie-section-heading{font-size:1.75rem;color:#343a40;font-weight:600;margin-bottom:20px;padding-left:15px;border-left:5px solid #D2DEDE}
.cookie-subsection-title{font-size:1.35rem;color:#495057;font-weight:600;margin:25px 0 15px}
.cookie-text-block{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:18px}
.cookie-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.cookie-type-card{background:linear-gradient(145deg,#fff 0%,#f8f9fa 100%);padding:25px;border-radius:10px;border:2px solid #ECF2F0;transition:all .3s ease}
.cookie-type-card:hover{border-color:#A8B2B2;box-shadow:0 6px 18px #a8b2b226;transform:translateY(-3px)}
.cookie-type-label{font-size:1.2rem;color:#343a40;font-weight:700;margin-bottom:12px;display:block}
.cookie-type-description{font-size:1rem;color:#6c757d;line-height:1.6}
.cookie-list-styled{margin:20px 0;padding-left:0;list-style:none}
.cookie-list-styled li{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:12px;padding-left:30px;position:relative}
.cookie-list-styled li:before{content:"→";position:absolute;left:0;color:#A8B2B2;font-weight:700;font-size:1.2rem}
.cookie-control-box{background:linear-gradient(135deg,#ECF2F0 0%,#D2DEDE 100%);padding:30px;border-radius:10px;margin:35px 0;border:1px solid #A8B2B2}
.cookie-control-heading{font-size:1.4rem;color:#212529;font-weight:700;margin-bottom:18px}
.cookie-browser-list{display:flex;flex-direction:column;gap:15px;margin-top:20px}
.cookie-browser-item{background:#fff;padding:18px 22px;border-radius:8px;font-size:1.05rem;color:#343a40;font-weight:500;box-shadow:0 2px 8px #0000000d}
.cookie-emphasis-text{background:#fafbfc;padding:20px;border-radius:8px;font-size:1.05rem;color:#495057;line-height:1.7;margin:25px 0;border-left:4px solid #D2DEDE}
.cookie-retention-table{width:100%;margin:30px 0;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #00000014}
.cookie-retention-table thead{background:linear-gradient(135deg,#A8B2B2 0%,#D2DEDE 100%)}
.cookie-retention-table th{padding:18px;text-align:left;font-size:1.1rem;color:#212529;font-weight:700}
.cookie-retention-table td{padding:16px 18px;font-size:1.05rem;color:#495057;border-bottom:1px solid #ECF2F0}
.cookie-retention-table tr:last-child td{border-bottom:none}
.cookie-retention-table tbody tr:hover{background:#fafbfc}
@media (max-width: 768px) {
.cookie-retention-table{font-size:.9rem}
.cookie-retention-table th,.cookie-retention-table td{padding:12px 10px}
}
.cookie-contact-footer{margin-top:50px;padding:30px;background:#f8f9fa;border-radius:10px;text-align:center;border:2px solid #ECF2F0}
.cookie-contact-title{font-size:1.5rem;color:#343a40;font-weight:700;margin-bottom:15px}
.cookie-contact-info{font-size:1.05rem;color:#495057;line-height:1.8}
.cookie-contact-link{color:#A8B2B2;font-weight:600;text-decoration:none;transition:color .3s ease}
.cookie-contact-link:hover{color:#212529;text-decoration:underline}
.cookie-purpose-flex{display:flex;flex-wrap:wrap;gap:20px;margin:25px 0}
.cookie-purpose-item{flex:1 1 calc(50% - 10px);background:#fff;padding:20px;border-radius:8px;border:2px solid #ECF2F0;min-width:250px}
@media (max-width: 768px) {
.cookie-purpose-item{flex:1 1 100%}
}
.cookie-purpose-number{display:inline-block;width:32px;height:32px;background:#A8B2B2;color:#fff;border-radius:50%;text-align:center;line-height:32px;font-weight:700;margin-right:10px}
.cookie-purpose-text{display:inline;font-size:1.05rem;color:#495057;line-height:1.7}
.datenschutz-seite-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.datenschutz-header-bereich{background:linear-gradient(160deg,#ECF2F0 0%,#D2DEDE 100%);padding:4.5rem 2rem 3.5rem;text-align:center;position:relative;overflow:hidden}
.datenschutz-header-bereich::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#a8b2b226;border-radius:50%;z-index:1}
.datenschutz-header-bereich::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:#d2dede33;border-radius:50%;z-index:1}
.datenschutz-haupttitel{font-size:2.8rem;font-weight:700;color:#2c3e50;margin:0 0 1rem;position:relative;z-index:2;letter-spacing:-.5px}
.datenschutz-untertitel{font-size:1.15rem;color:#546e7a;margin:0 auto;max-width:720px;line-height:1.7;position:relative;z-index:2}
.datenschutz-aktualisierung{font-size:.95rem;color:#607d8b;margin-top:1.8rem;font-weight:500;position:relative;z-index:2}
.datenschutz-inhalt-container{max-width:960px;margin:0 auto;padding:3rem 2rem 5rem}
.datenschutz-einleitung-box{background:#fff;border-left:5px solid #A8B2B2;padding:2rem 2.5rem;margin-bottom:3rem;border-radius:8px;box-shadow:0 2px 12px #0000000f}
.datenschutz-einleitung-box p{font-size:1.05rem;line-height:1.8;color:#37474f;margin:0 0 1rem}
.datenschutz-einleitung-box p:last-child{margin-bottom:0}
.datenschutz-abschnitt{background:#fff;padding:2.5rem;margin-bottom:2rem;border-radius:10px;box-shadow:0 3px 15px #0000000d;border-top:3px solid #D2DEDE}
.datenschutz-abschnitt-titel{font-size:1.75rem;font-weight:700;color:#2c3e50;margin:0 0 1.5rem;display:flex;align-items:center;gap:.8rem}
.datenschutz-abschnitt-nummer{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#A8B2B2,#D2DEDE);color:#fff;border-radius:50%;font-size:1.1rem;font-weight:700;flex-shrink:0}
.datenschutz-text-absatz{font-size:1.02rem;line-height:1.85;color:#455a64;margin:0 0 1.3rem}
.datenschutz-text-absatz:last-child{margin-bottom:0}
.datenschutz-liste-standard{margin:1.5rem 0;padding-left:0;list-style:none}
.datenschutz-liste-standard li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1.02rem;line-height:1.75;color:#455a64}
.datenschutz-liste-standard li::before{content:'';position:absolute;left:0;top:.6rem;width:8px;height:8px;background:#A8B2B2;border-radius:50%}
.datenschutz-untertitel-abschnitt{font-size:1.35rem;font-weight:600;color:#34495e;margin:2rem 0 1.2rem}
.datenschutz-highlight-box{background:linear-gradient(135deg,#ECF2F0 0%,#fff 100%);border-left:4px solid #A8B2B2;padding:1.8rem 2rem;margin:2rem 0;border-radius:6px}
.datenschutz-highlight-box p{font-size:1.02rem;line-height:1.8;color:#455a64;margin:0 0 1rem}
.datenschutz-highlight-box p:last-child{margin-bottom:0}
.datenschutz-highlight-box strong{color:#2c3e50;font-weight:600}
.datenschutz-tabelle-wrapper{overflow-x:auto;margin:2rem 0;border-radius:8px;box-shadow:0 2px 10px #0000000d}
.datenschutz-tabelle{width:100%;border-collapse:collapse;background:#fff}
.datenschutz-tabelle th{background:linear-gradient(135deg,#A8B2B2,#D2DEDE);color:#fff;padding:1rem 1.5rem;text-align:left;font-weight:600;font-size:1.02rem}
.datenschutz-tabelle td{padding:1rem 1.5rem;border-bottom:1px solid #ecf0f1;color:#455a64;font-size:.98rem;line-height:1.6}
.datenschutz-tabelle tr:last-child td{border-bottom:none}
.datenschutz-tabelle tr:nth-child(even){background:#fafbfc}
.datenschutz-kontakt-bereich{background:linear-gradient(135deg,#D2DEDE 0%,#ECF2F0 100%);padding:2.5rem;border-radius:10px;margin-top:3rem;text-align:center}
.datenschutz-kontakt-titel{font-size:1.6rem;font-weight:700;color:#2c3e50;margin:0 0 1.5rem}
.datenschutz-kontakt-info{font-size:1.05rem;line-height:1.9;color:#455a64;margin:0}
.datenschutz-kontakt-info a{color:#A8B2B2;text-decoration:none;font-weight:600;transition:color .3s ease}
.datenschutz-kontakt-info a:hover{color:#8a9696;text-decoration:underline}
.datenschutz-wichtig-hinweis{background:#fff;border:2px solid #A8B2B2;padding:2rem;border-radius:8px;margin:2.5rem 0}
.datenschutz-wichtig-hinweis p{font-size:1.02rem;line-height:1.8;color:#37474f;margin:0;font-weight:500}
.datenschutz-cookies-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}
.datenschutz-cookie-karte{background:#fff;border:1px solid #e0e7e9;border-radius:8px;padding:1.8rem;transition:transform .3s ease,box-shadow .3s ease}
.datenschutz-cookie-karte:hover{transform:translateY(-4px);box-shadow:0 6px 20px #00000014}
.datenschutz-cookie-typ{font-size:1.15rem;font-weight:700;color:#2c3e50;margin:0 0 1rem}
.datenschutz-cookie-beschreibung{font-size:.98rem;line-height:1.7;color:#546e7a;margin:0}
@media (max-width: 768px) {
.datenschutz-header-bereich{padding:3rem 1.5rem 2.5rem}
.datenschutz-haupttitel{font-size:2rem}
.datenschutz-untertitel{font-size:1.05rem}
.datenschutz-inhalt-container{padding:2rem 1.5rem 3rem}
.datenschutz-abschnitt{padding:1.8rem 1.5rem}
.datenschutz-abschnitt-titel{font-size:1.45rem;flex-direction:column;align-items:flex-start;gap:.6rem}
.datenschutz-einleitung-box{padding:1.5rem 1.8rem}
.datenschutz-highlight-box{padding:1.5rem}
.datenschutz-kontakt-bereich{padding:2rem 1.5rem}
.datenschutz-cookies-info{grid-template-columns:1fr}
.datenschutz-tabelle th,.datenschutz-tabelle td{padding:.8rem 1rem;font-size:.92rem}
}
@media (max-width: 480px) {
.datenschutz-haupttitel{font-size:1.7rem}
.datenschutz-abschnitt-titel{font-size:1.3rem}
.datenschutz-text-absatz,.datenschutz-liste-standard li{font-size:.98rem}
}
.erfolg-hauptcontainer{min-height:100vh;background:linear-gradient(135deg,#ECF2F0 0%,#fff 50%,#D2DEDE 100%);padding:0;position:relative;overflow:hidden}
.erfolg-hauptcontainer::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#a8b2b226 0%,transparent 70%);border-radius:50%;z-index:1}
.erfolg-hauptcontainer::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#d2dede33 0%,transparent 70%);border-radius:50%;z-index:1}
.erfolg-inhaltsbereich{position:relative;z-index:2;max-width:720px;margin:0 auto;padding:80px 25px 60px}
.erfolg-symbolbereich{text-align:center;margin-bottom:35px;animation:erfolg-einblenden .8s ease-out}
@keyframes erfolg-einblenden {
0%{opacity:0;transform:scale(0.7) translateY(-20px)}
100%{opacity:1;transform:scale(1) translateY(0)}
}
.erfolg-checksymbol{width:110px;height:110px;background:linear-gradient(135deg,#A8B2B2 0%,#8a9b9b 100%);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #a8b2b24d;position:relative}
.erfolg-checksymbol::before{content:'';position:absolute;width:130px;height:130px;border:3px solid #d2dede66;border-radius:50%;animation:erfolg-puls 2s ease-out infinite}
@keyframes erfolg-puls {
0%{transform:scale(1);opacity:1}
100%{transform:scale(1.3);opacity:0}
}
.erfolg-checksymbol::after{content:'';font-size:58px;color:#fff;font-weight:700;line-height:1}
.erfolg-haupttitel{font-size:42px;font-weight:700;color:#2c3e3e;text-align:center;margin:0 0 18px;line-height:1.2;animation:erfolg-texteinblenden .8s ease-out .2s both}
@keyframes erfolg-texteinblenden {
0%{opacity:0;transform:translateY(15px)}
100%{opacity:1;transform:translateY(0)}
}
.erfolg-untertitel{font-size:19px;color:#5a6a6a;text-align:center;margin:0 0 45px;line-height:1.6;animation:erfolg-texteinblenden .8s ease-out .4s both}
.erfolg-nachrichtenbox{background:#fff;border-radius:12px;padding:40px 35px;box-shadow:0 4px 20px #0000000f;margin-bottom:35px;border-left:5px solid #A8B2B2;animation:erfolg-texteinblenden .8s ease-out .6s both}
.erfolg-nachrichtenbox h2{font-size:24px;color:#2c3e3e;margin:0 0 20px;font-weight:600}
.erfolg-nachrichtenbox p{font-size:16px;color:#495057;line-height:1.7;margin:0 0 16px}
.erfolg-nachrichtenbox p:last-child{margin-bottom:0}
.erfolg-infobereich{background:linear-gradient(135deg,#ECF2F0 0%,#D2DEDE 100%);border-radius:12px;padding:35px 30px;margin-bottom:40px;animation:erfolg-texteinblenden .8s ease-out .8s both}
.erfolg-infobereich h3{font-size:20px;color:#2c3e3e;margin:0 0 22px;font-weight:600;display:flex;align-items:center;gap:12px}
.erfolg-infobereich h3::before{content:'◆';color:#A8B2B2;font-size:16px}
.erfolg-infopunkte{list-style:none;padding:0;margin:0}
.erfolg-infopunkte li{font-size:16px;color:#495057;line-height:1.6;margin-bottom:14px;padding-left:28px;position:relative}
.erfolg-infopunkte li::before{content:'→';position:absolute;left:0;color:#A8B2B2;font-weight:700}
.erfolg-infopunkte li:last-child{margin-bottom:0}
.erfolg-buttonbereich{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:45px;animation:erfolg-texteinblenden .8s ease-out 1s both}
.erfolg-button-primaer{display:inline-block;background:linear-gradient(135deg,#A8B2B2 0%,#8a9b9b 100%);color:#fff;padding:16px 38px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #a8b2b240;border:none;cursor:pointer}
.erfolg-button-primaer:hover{transform:translateY(-2px);box-shadow:0 6px 22px #a8b2b259;color:#fff;text-decoration:none}
.erfolg-button-sekundaer{display:inline-block;background:#fff;color:#A8B2B2;padding:16px 38px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;transition:all .3s ease;border:2px solid #A8B2B2;cursor:pointer}
.erfolg-button-sekundaer:hover{background:#ECF2F0;color:#2c3e3e;text-decoration:none;transform:translateY(-2px)}
.erfolg-kontaktbox{background:#fff;border-radius:12px;padding:30px;text-align:center;margin-top:45px;box-shadow:0 2px 12px #0000000a;animation:erfolg-texteinblenden .8s ease-out 1.2s both}
.erfolg-kontaktbox h3{font-size:19px;color:#2c3e3e;margin:0 0 18px;font-weight:600}
.erfolg-kontaktdetails{display:flex;flex-direction:column;gap:12px;align-items:center}
.erfolg-kontaktzeile{font-size:15px;color:#495057;display:flex;align-items:center;gap:10px}
.erfolg-kontaktzeile span{color:#A8B2B2;font-weight:600}
@media (max-width: 768px) {
.erfolg-inhaltsbereich{padding:60px 20px 40px}
.erfolg-haupttitel{font-size:32px;margin-bottom:14px}
.erfolg-untertitel{font-size:17px;margin-bottom:35px}
.erfolg-checksymbol{width:90px;height:90px}
.erfolg-checksymbol::after{font-size:48px}
.erfolg-nachrichtenbox{padding:28px 22px}
.erfolg-nachrichtenbox h2{font-size:21px}
.erfolg-infobereich{padding:28px 22px}
.erfolg-buttonbereich{flex-direction:column;gap:14px}
.erfolg-button-primaer,.erfolg-button-sekundaer{width:100%;text-align:center;padding:15px 25px}
.erfolg-kontaktdetails{font-size:14px}
}
@media (max-width: 480px) {
.erfolg-haupttitel{font-size:28px}
.erfolg-untertitel{font-size:16px}
.erfolg-nachrichtenbox h2{font-size:19px}
.erfolg-infobereich h3{font-size:18px}
.erfolg-kontaktbox{padding:25px 18px}
}