*{box-sizing:border-box;margin:0;padding:0}
body{background:linear-gradient(135deg,#FAFAFA 0%,#f5f0f2 100%);color:#1F1F1F;min-height:100vh;display:flex;flex-direction:column;font:16px/1.7 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}
main{flex:1;padding:3rem 1.5rem;max-width:1400px;margin:0 auto;width:100%}
header{background:linear-gradient(145deg,#1F1F1F 0%,#2d2d2d 100%);box-shadow:0 4px 12px #1f1f1f26;position:relative;z-index:100}
.elite_header__wrapper{max-width:1400px;margin:0 auto;padding:0}
.prestige_row__alpha{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1.8rem 2.5rem;border-bottom:1px solid #fea4bf33;gap:2rem}
.logo_distinction__container{display:flex;align-items:center;gap:1.5rem;z-index:105;position:relative}
.branding_mark__visual{height:85px;width:85px;object-fit:contain;display:block;background:#fafafa14;padding:.6rem;border-radius:8px;box-shadow:0 2px 8px #fea4bf33}
.credentials_showcase__grid{display:flex;gap:1.2rem;align-items:center;flex-wrap:wrap}
.trust_indicator__item{background:#fea4bf1f;border:1px solid #fea4bf4d;padding:.5rem 1rem;border-radius:6px;font-size:13px;color:#FAFAFA;font-weight:500;letter-spacing:.3px;white-space:nowrap}
.trust_indicator__item:nth-child(1){background:#fea4bf2e}
.trust_indicator__item:nth-child(2){border-color:#fafafa40;background:#fafafa14}
.prestige_row__beta{padding:1.2rem 2.5rem;background:linear-gradient(90deg,#1f1f1ff2 0%,#2d2d2de6 100%)}
.core_navigation__bar{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;list-style:none}
.nav_link__element{position:relative}
.nav_anchor__styled{display:block;color:#FAFAFA;text-decoration:none;padding:.9rem 1.8rem;font-size:15px;font-weight:500;transition:color 0.3s,background-color .3s;letter-spacing:.4px;border-radius:5px;position:relative}
.nav_anchor__styled:hover,.nav_anchor__styled:focus{color:#FEA4BF;outline:none;background:#fea4bf1a}
.nav_anchor__styled:focus{box-shadow:0 0 0 3px #fea4bf66}
footer{background:radial-gradient(ellipse at top left,#1F1F1F 0%,#292929 60%,#1F1F1F 100%);color:#FAFAFA;position:relative;overflow:hidden}
.footer_spotlight__section{max-width:1400px;margin:0 auto;padding:4rem 2.5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:3rem}
.dominant_focus__area{text-align:center;max-width:700px;padding:3rem 2rem;background:#fea4bf14;border:2px solid #fea4bf40;border-radius:12px;box-shadow:0 8px 24px #1f1f1f66;position:relative;z-index:10}
.company_title__nostalgic{font-size:32px;font-weight:700;color:#FEA4BF;margin-bottom:1.2rem;letter-spacing:1px;text-shadow:0 2px 8px #fea4bf4d}
.location_info__classic{font-size:16px;line-height:1.75;color:#FAFAFA;margin-bottom:.8rem}
.subtle_supporting__cast{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;width:100%;max-width:1100px;padding:0 1rem}
.link_cluster__zone{background:#fafafa0a;padding:1.5rem 1rem;border-radius:8px;border:1px solid #fea4bf26}
.zone_heading__retro{font-size:14px;font-weight:600;color:#FEA4BF;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}
.footer_link__collection{list-style:none;display:flex;flex-direction:column;gap:.6rem}
.footer_link__nostalgic{color:#FAFAFA;text-decoration:none;font-size:14px;transition:color .25s;display:inline-block}
.footer_link__nostalgic:hover,.footer_link__nostalgic:focus{color:#FEA4BF;text-decoration:underline;outline:none}
.footer_link__nostalgic:focus{box-shadow:0 0 0 2px #fea4bf80}
.rhythm_divider__dense{width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,#fea4bf4d 50%,transparent 100%);margin:2rem 0 1.5rem}
.copyright_sparse__area{text-align:center;padding:1.5rem 2rem;font-size:13px;color:#fafafab3;background:#1f1f1f66}
.cookie_consent__popup{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#1F1F1F 0%,#2d2d2d 100%);border:2px solid #FEA4BF;border-radius:10px;padding:1.8rem 2rem;box-shadow:0 8px 32px #1f1f1f80;max-width:560px;width:90%;z-index:9999;display:flex;flex-direction:column;gap:1.2rem;animation:slideUpFade .4s ease-out}
@keyframes slideUpFade {
from{opacity:0;transform:translateX(-50%) translateY(30px)}
to{opacity:1;transform:translateX(-50%) translateY(0)}
}
.cookie_consent__text{color:#FAFAFA;font-size:14px;line-height:1.6;text-align:center}
.cookie_consent__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.cookie_btn__primary,.cookie_btn__secondary{padding:.75rem 1.8rem;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color 0.3s,opacity .3s;min-width:140px}
.cookie_btn__primary{background:linear-gradient(135deg,#FEA4BF 0%,#fe8fa8 100%);color:#1F1F1F}
.cookie_btn__primary:hover,.cookie_btn__primary:focus{background:linear-gradient(135deg,#fe8fa8 0%,#FEA4BF 100%);outline:none;box-shadow:0 0 0 3px #fea4bf66}
.cookie_btn__secondary{background:#fafafa1a;color:#FAFAFA;border:1px solid #fafafa4d}
.cookie_btn__secondary:hover,.cookie_btn__secondary:focus{background:#fafafa26;outline:none;box-shadow:0 0 0 3px #fafafa4d}
.cookie_consent__hidden{display:none}
@media (max-width: 768px) {
.prestige_row__alpha{flex-direction:column;padding:1.5rem;gap:1.5rem;align-items:center}
.logo_distinction__container{flex-direction:column;gap:1rem}
.credentials_showcase__grid{justify-content:center}
.prestige_row__beta{padding:1rem 1.5rem}
.core_navigation__bar{flex-direction:column;gap:.5rem;width:100%}
.nav_anchor__styled{padding:.8rem 1.2rem;text-align:center;width:100%}
.footer_spotlight__section{padding:3rem 1.5rem 1.5rem;gap:2rem}
.dominant_focus__area{padding:2rem 1.5rem}
.company_title__nostalgic{font-size:26px}
.subtle_supporting__cast{grid-template-columns:1fr;gap:1rem}
.cookie_consent__popup{bottom:1rem;width:95%;padding:1.5rem}
.cookie_consent__actions{flex-direction:column}
.cookie_btn__primary,.cookie_btn__secondary{width:100%}
}
@media (max-width: 480px) {
.branding_mark__visual{height:70px;width:70px}
.trust_indicator__item{font-size:12px;padding:.4rem .8rem}
.nav_anchor__styled{font-size:14px}
.company_title__nostalgic{font-size:22px}
.location_info__classic{font-size:14px}
}
.mission-page-wrapper{font-family:'Roboto',sans-serif;color:#1F1F1F;line-height:1.7;background:#FAFAFA}
.mission-page-wrapper .mission-container{max-width:1200px;margin:0 auto;padding:0 20px}
.mission-hero-block{padding:90px 0 70px;background:linear-gradient(135deg,#FAFAFA 0%,#fff 50%,#fef5f8 100%);position:relative;overflow:hidden}
.mission-hero-block::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fea4bf26 0%,transparent 70%);border-radius:50%}
.mission-hero-content{max-width:780px;position:relative;z-index:2}
.mission-hero-content h1{font-size:3.2rem;font-weight:700;margin-bottom:28px;color:#1F1F1F;line-height:1.2;letter-spacing:-.5px}
.mission-hero-content h1::after{content:'';display:block;width:85px;height:5px;background:linear-gradient(90deg,#FEA4BF 0%,#ffd4e3 100%);margin-top:18px;border-radius:3px}
.mission-hero-content p{font-size:1.15rem;color:#444;margin-bottom:20px;max-width:680px}
.mission-hero-content .hero-emphasis{color:#FEA4BF;font-weight:500}
.vision-foundation-section{padding:85px 0;background:#fff;border-top:1px solid #e8e8e8}
.vision-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.vision-text-area h2{font-size:2.4rem;font-weight:600;color:#1F1F1F;margin-bottom:26px;position:relative;padding-left:18px}
.vision-text-area h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:45px;background:linear-gradient(180deg,#FEA4BF 0%,#ffd4e3 100%);border-radius:3px}
.vision-text-area h5{font-size:1.3rem;font-weight:600;color:#333;margin:32px 0 15px}
.vision-text-area p{font-size:1.05rem;color:#555;margin-bottom:18px;line-height:1.75}
.vision-visual-block{position:relative}
.vision-visual-block img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 12px 35px #1f1f1f1f}
.vision-visual-block::after{content:'';position:absolute;bottom:-25px;right:-25px;width:180px;height:180px;background:linear-gradient(135deg,#fea4bf4d 0%,#fea4bf1a 100%);border-radius:50%;z-index:-1}
.principles-showcase{padding:80px 0;background:linear-gradient(180deg,#fefbfc 0%,#FAFAFA 100%);position:relative}
.principles-showcase::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#FEA4BF 50%,transparent 100%)}
.principles-header{text-align:center;max-width:720px;margin:0 auto 55px}
.principles-header h2{font-size:2.6rem;font-weight:700;color:#1F1F1F;margin-bottom:22px}
.principles-header p{font-size:1.1rem;color:#666;line-height:1.7}
.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:45px}
.principle-card{background:#fff;padding:38px 30px;border-radius:10px;border:2px solid #f0f0f0;transition:all .3s ease;position:relative;overflow:hidden}
.principle-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FEA4BF 0%,#ffd4e3 100%);transform:scaleX(0);transition:transform .3s ease}
.principle-card:hover::before{transform:scaleX(1)}
.principle-card:hover{border-color:#FEA4BF;box-shadow:0 8px 25px #fea4bf33;transform:translateY(-4px)}
.principle-card h6{font-size:1.25rem;font-weight:600;color:#1F1F1F;margin-bottom:14px}
.principle-card p{font-size:1rem;color:#666;line-height:1.7;margin:0}
.approach-methodology{padding:85px 0;background:#fff}
.approach-split-layout{display:flex;flex-direction:row;gap:70px;align-items:center}
.approach-content-side{flex:1.1}
.approach-content-side h3{font-size:2.3rem;font-weight:600;color:#1F1F1F;margin-bottom:30px;line-height:1.3}
.approach-content-side h3 span{color:#FEA4BF;position:relative}
.approach-content-side h3 span::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:linear-gradient(90deg,#FEA4BF 0%,transparent 100%)}
.methodology-steps{margin-top:35px}
.method-step{display:flex;flex-direction:row;gap:22px;margin-bottom:32px;padding-bottom:28px;border-bottom:1px solid #f0f0f0}
.method-step:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.step-marker{flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,#FEA4BF 0%,#ffc4d6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1.2rem;box-shadow:0 4px 12px #fea4bf4d}
.step-content h6{font-size:1.2rem;font-weight:600;color:#1F1F1F;margin-bottom:10px}
.step-content p{font-size:1rem;color:#666;line-height:1.7;margin:0}
.approach-image-side{flex:.9}
.approach-image-side img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 15px 40px #1f1f1f26}
.team-voices-block{padding:90px 0;background:linear-gradient(135deg,#FAFAFA 0%,#fef8fa 100%);position:relative}
.team-voices-block::before{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#FEA4BF 50%,transparent 100%)}
.voices-intro{max-width:680px;margin-bottom:50px}
.voices-intro h2{font-size:2.5rem;font-weight:700;color:#1F1F1F;margin-bottom:20px}
.voices-intro p{font-size:1.08rem;color:#555;line-height:1.75}
.voices-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:45px}
.voice-card{background:#fff;padding:40px 35px;border-radius:12px;box-shadow:0 6px 20px #1f1f1f14;border-left:4px solid #FEA4BF;position:relative;transition:all .3s ease}
.voice-card:hover{box-shadow:0 10px 30px #fea4bf2e;transform:translateX(5px)}
.voice-quote{font-size:1.05rem;color:#444;line-height:1.8;margin-bottom:28px;font-style:italic;position:relative;padding-left:25px}
.voice-quote::before{content:'"';position:absolute;left:0;top:-8px;color:#FEA4BF;font:3rem/1 Georgia,serif}
.voice-author-row{display:flex;flex-direction:row;align-items:center;gap:18px}
.author-photo{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #FEA4BF}
.author-info h6{font-size:1.1rem;font-weight:600;color:#1F1F1F;margin-bottom:4px}
.author-info p{font-size:.95rem;color:#888;margin:0}
@media (max-width: 1024px) {
.mission-page-wrapper .mission-container{max-width:960px}
.vision-grid-layout{gap:45px}
.principles-grid{grid-template-columns:repeat(2,1fr);gap:30px}
.approach-split-layout{gap:50px}
}
@media (max-width: 768px) {
.mission-hero-content h1{font-size:2.3rem}
.mission-hero-content p{font-size:1.05rem}
.vision-grid-layout{grid-template-columns:1fr;gap:40px}
.vision-visual-block img{height:320px}
.principles-grid{grid-template-columns:1fr;gap:25px}
.approach-split-layout{flex-direction:column;gap:40px}
.approach-image-side img{height:350px}
.voices-grid{grid-template-columns:1fr;gap:30px}
.mission-hero-block{padding:60px 0 50px}
.vision-foundation-section,.principles-showcase,.approach-methodology,.team-voices-block{padding:60px 0}
}
@media (max-width: 480px) {
.mission-hero-content h1{font-size:1.9rem}
.vision-text-area h2,.principles-header h2,.approach-content-side h3,.voices-intro h2{font-size:1.8rem}
.principle-card,.voice-card{padding:28px 22px}
.method-step{flex-direction:row;gap:16px}
.step-marker{width:42px;height:42px;font-size:1.1rem}
}
.index-hero-area{background:linear-gradient(135deg,#FAFAFA 0%,#FEA4BF 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.index-hero-area::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fea4bf4d 0%,transparent 70%);border-radius:50%}
.hero-inner-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-content-block h1{font-size:3.2rem;font-weight:700;color:#1F1F1F;line-height:1.2;margin-bottom:24px;letter-spacing:-.5px}
.hero-content-block h1::after{content:'';display:block;width:80px;height:4px;background:#FEA4BF;margin-top:16px}
.hero-content-block p{font-size:1.15rem;color:#1F1F1F;line-height:1.8;margin-bottom:32px;opacity:.85}
.hero-cta-button{display:inline-block;padding:16px 42px;background:#1F1F1F;color:#FAFAFA;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #1f1f1f33}
.hero-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1f1f1f4d;background:#2d2d2d}
.hero-image-holder{position:relative}
.hero-image-holder img{width:100%;height:auto;border-radius:12px;box-shadow:0 12px 40px #1f1f1f26}
.tracking-insights-segment{background:#FAFAFA;padding:90px 20px}
.tracking-insights-segment .container-wrap{max-width:1200px;margin:0 auto}
.segment-header-intro{text-align:center;max-width:720px;margin:0 auto 60px}
.segment-header-intro h2{font-size:2.6rem;color:#1F1F1F;margin-bottom:20px;font-weight:700}
.segment-header-intro h2::before{content:'◆';color:#FEA4BF;margin-right:12px;font-size:1.8rem}
.segment-header-intro p{font-size:1.1rem;color:#1F1F1F;line-height:1.7;opacity:.8}
.insights-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.insight-card-item{background:#fff;padding:36px;border-radius:10px;border:2px solid #FAFAFA;transition:all .3s ease;position:relative}
.insight-card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FEA4BF 0%,#1F1F1F 100%);border-radius:10px 10px 0 0}
.insight-card-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1f1f1f1f;border-color:#FEA4BF}
.insight-card-item h4{font-size:1.4rem;color:#1F1F1F;margin-bottom:16px;font-weight:600}
.insight-card-item p{font-size:1rem;color:#1F1F1F;line-height:1.7;opacity:.8}
.visual-showcase-area{background:linear-gradient(180deg,#FEA4BF 0%,#FAFAFA 100%);padding:100px 20px}
.showcase-flex-wrapper{max-width:1200px;margin:0 auto;display:flex;gap:50px;align-items:center}
.showcase-text-side{flex:1}
.showcase-text-side h3{font-size:2.4rem;color:#1F1F1F;margin-bottom:24px;font-weight:700;line-height:1.3}
.showcase-text-side h3::after{content:'';display:block;width:60px;height:3px;background:#1F1F1F;margin-top:12px}
.showcase-text-side p{font-size:1.05rem;color:#1F1F1F;line-height:1.8;margin-bottom:20px;opacity:.85}
.showcase-image-side{flex:1}
.showcase-image-side img{width:100%;height:auto;border-radius:10px;box-shadow:0 10px 35px #1f1f1f26}
.methodology-timeline-block{background:#FAFAFA;padding:90px 20px}
.timeline-container-main{max-width:1000px;margin:0 auto}
.timeline-container-main h2{text-align:center;font-size:2.6rem;color:#1F1F1F;margin-bottom:70px;font-weight:700}
.timeline-container-main h2::before{content:'●';color:#FEA4BF;margin-right:10px}
.timeline-step-item{display:flex;gap:30px;margin-bottom:50px;position:relative;padding-left:70px}
.timeline-step-marker{position:absolute;left:0;top:0;width:50px;height:50px;background:#FEA4BF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#1F1F1F;box-shadow:0 4px 12px #fea4bf4d;z-index:1}
.timeline-step-content h5{font-size:1.5rem;color:#1F1F1F;margin-bottom:12px;font-weight:600}
.timeline-step-content p{font-size:1.05rem;color:#1F1F1F;line-height:1.7;opacity:.8}
.expertise-demonstration-zone{background:#fff;padding:90px 20px}
.expertise-main-wrapper{max-width:1200px;margin:0 auto}
.expertise-intro-text{text-align:center;max-width:800px;margin:0 auto 60px}
.expertise-intro-text h2{font-size:2.5rem;color:#1F1F1F;margin-bottom:20px;font-weight:700}
.expertise-intro-text h2::after{content:'';display:block;width:70px;height:3px;background:linear-gradient(90deg,#FEA4BF 0%,#1F1F1F 100%);margin:16px auto 0}
.expertise-intro-text p{font-size:1.1rem;color:#1F1F1F;line-height:1.7;opacity:.85}
.expertise-split-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:50px}
.expertise-image-column img{width:100%;height:auto;border-radius:10px;box-shadow:0 8px 28px #1f1f1f1f}
.expertise-details-column{display:flex;flex-direction:column;gap:28px}
.expertise-detail-block{background:#FAFAFA;padding:28px;border-radius:8px;border-left:4px solid #FEA4BF;transition:all .3s ease}
.expertise-detail-block:hover{background:#fff;box-shadow:0 6px 20px #1f1f1f1a;transform:translateX(4px)}
.expertise-detail-block h6{font-size:1.3rem;color:#1F1F1F;margin-bottom:10px;font-weight:600}
.expertise-detail-block p{font-size:1rem;color:#1F1F1F;line-height:1.7;opacity:.8}
.testimonial-trust-segment{background:linear-gradient(135deg,#FAFAFA 0%,#FEA4BF 100%);padding:90px 20px}
.testimonial-inner-container{max-width:1100px;margin:0 auto}
.testimonial-inner-container h2{text-align:center;font-size:2.6rem;color:#1F1F1F;margin-bottom:60px;font-weight:700}
.testimonial-inner-container h2::before{content:'"';color:#1F1F1F;font-size:3.5rem;margin-right:8px;opacity:.3}
.testimonial-card-wrapper{background:#fff;padding:50px;border-radius:12px;box-shadow:0 10px 35px #1f1f1f1f;position:relative}
.testimonial-card-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#1F1F1F 0%,#FEA4BF 100%);border-radius:12px 12px 0 0}
.testimonial-profile-section{display:flex;align-items:center;gap:24px;margin-bottom:28px}
.testimonial-profile-section img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #FEA4BF}
.testimonial-author-info h5{font-size:1.4rem;color:#1F1F1F;margin-bottom:6px;font-weight:600}
.testimonial-author-info p{font-size:1rem;color:#1F1F1F;opacity:.7}
.testimonial-quote-text{font-size:1.15rem;color:#1F1F1F;line-height:1.8;opacity:.85;font-style:italic}
@media (max-width: 1024px) {
.hero-inner-wrap{grid-template-columns:1fr;gap:40px}
.hero-content-block h1{font-size:2.6rem}
.insights-grid-layout{grid-template-columns:repeat(2,1fr);gap:30px}
.showcase-flex-wrapper{flex-direction:column}
.expertise-split-layout{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.index-hero-area{padding:80px 20px 60px}
.hero-content-block h1{font-size:2.2rem}
.segment-header-intro h2,.timeline-container-main h2,.expertise-intro-text h2,.testimonial-inner-container h2{font-size:2rem}
.insights-grid-layout{grid-template-columns:1fr}
.timeline-step-item{padding-left:60px}
.timeline-step-marker{width:40px;height:40px;font-size:1.1rem}
.testimonial-card-wrapper{padding:30px}
}
.kontakt-wrapper{background:linear-gradient(165deg,#FAFAFA 0%,#FEE4EC 100%);min-height:600px}
.kontakt-hauptbereich{max-width:1200px;margin:0 auto;padding:80px 24px 100px}
.kontakt-intro-sektion{margin-bottom:70px;max-width:680px}
.kontakt-intro-sektion h1{font-size:2.6rem;font-weight:700;color:#1F1F1F;margin:0 0 28px;line-height:1.2;letter-spacing:-.5px}
.kontakt-intro-sektion .beschreibung-text{font-size:1.05rem;color:#444;line-height:1.75;margin-bottom:0}
.kontakt-grid-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:start}
.formular-container-links{background:#FFF;border-radius:12px;padding:48px 42px;box-shadow:0 8px 24px #1f1f1f14}
.formular-container-links h2{font-size:1.75rem;color:#1F1F1F;margin:0 0 32px;font-weight:600}
.form-feld-gruppe{margin-bottom:28px}
.form-feld-gruppe label{display:block;font-size:.92rem;font-weight:500;color:#333;margin-bottom:8px}
.form-feld-gruppe input,.form-feld-gruppe select,.form-feld-gruppe textarea{width:100%;padding:14px 16px;border:2px solid #E8E8E8;border-radius:8px;font-size:1rem;color:#1F1F1F;background:#FAFAFA;transition:all .25s ease;font-family:inherit}
.form-feld-gruppe input:focus,.form-feld-gruppe select:focus,.form-feld-gruppe textarea:focus{outline:none;border-color:#FEA4BF;background:#FFF;box-shadow:0 0 0 3px #fea4bf1f}
.form-feld-gruppe textarea{min-height:140px;resize:vertical}
.datenschutz-zustimmung{margin:32px 0 24px;display:flex;align-items:start;gap:12px}
.datenschutz-zustimmung input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.datenschutz-zustimmung label{font-size:.9rem;line-height:1.6;color:#555;margin:0;cursor:pointer}
.datenschutz-zustimmung a{color:#1F1F1F;text-decoration:underline;transition:color .2s ease}
.datenschutz-zustimmung a:hover{color:#FEA4BF}
.formular-button-absenden{background:linear-gradient(135deg,#FEA4BF 0%,#FE88AA 100%);color:#1F1F1F;border:none;padding:16px 44px;font-size:1.05rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #fea4bf4d;width:100%}
.formular-button-absenden:hover{transform:translateY(-2px);box-shadow:0 8px 20px #fea4bf66;background:linear-gradient(135deg,#FE88AA 0%,#FE6C96 100%)}
.formular-button-absenden:active{transform:translateY(0)}
.info-karten-rechts{display:flex;flex-direction:column;gap:24px}
.einzelne-info-karte{background:#FFF;border-radius:10px;padding:32px 28px;border-left:4px solid #FEA4BF;box-shadow:0 4px 16px #1f1f1f0f}
.einzelne-info-karte h3{font-size:1.3rem;color:#1F1F1F;margin:0 0 16px;font-weight:600}
.einzelne-info-karte p{font-size:.98rem;color:#555;line-height:1.7;margin:0}
.einzelne-info-karte .highlight-text{color:#1F1F1F;font-weight:600}
.mittelbereich-spacer{background:linear-gradient(90deg,#FAFAFA 0%,#FFF 50%,#FAFAFA 100%);padding:90px 24px}
.mittelbereich-inhalt{max-width:1200px;margin:0 auto;text-align:center}
.mittelbereich-inhalt h2{font-size:2.1rem;color:#1F1F1F;margin:0 0 24px;font-weight:700}
.mittelbereich-inhalt .beschreibung-absatz{font-size:1.08rem;color:#444;line-height:1.8;max-width:780px;margin:0 auto 40px}
.themen-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:50px}
.themen-element{background:#FFF;padding:36px 24px;border-radius:10px;box-shadow:0 6px 18px #1f1f1f12;transition:transform .3s ease,box-shadow .3s ease}
.themen-element:hover{transform:translateY(-6px);box-shadow:0 12px 28px #1f1f1f1f}
.themen-element h4{font-size:1.25rem;color:#1F1F1F;margin:0 0 14px;font-weight:600}
.themen-element p{font-size:.96rem;color:#555;line-height:1.65;margin:0}
.unten-bereich-wrapper{background:#1F1F1F;padding:80px 24px}
.unten-bereich-content{max-width:1100px;margin:0 auto}
.unten-bereich-content h2{font-size:2rem;color:#FAFAFA;margin:0 0 42px;font-weight:700;text-align:center}
.faq-liste{display:flex;flex-direction:column;gap:20px}
.faq-eintrag{background:#fafafa0a;border-radius:8px;padding:28px 32px;border-left:3px solid #FEA4BF}
.faq-eintrag h5{font-size:1.2rem;color:#FEA4BF;margin:0 0 12px;font-weight:600}
.faq-eintrag p{font-size:.98rem;color:#D8D8D8;line-height:1.7;margin:0}
@media (max-width: 900px) {
.kontakt-grid-layout{grid-template-columns:1fr;gap:40px}
.kontakt-hauptbereich{padding:60px 20px 80px}
.kontakt-intro-sektion h1{font-size:2.2rem}
.themen-grid{grid-template-columns:1fr;gap:24px}
.formular-container-links{padding:36px 28px}
.mittelbereich-spacer{padding:70px 20px}
.unten-bereich-wrapper{padding:60px 20px}
}
@media (max-width: 600px) {
.kontakt-intro-sektion h1{font-size:1.9rem}
.formular-container-links h2{font-size:1.5rem}
.mittelbereich-inhalt h2{font-size:1.8rem}
.unten-bereich-content h2{font-size:1.75rem}
}
.ueber-uns-wrapper{font-family:'Roboto',Arial,sans-serif;background:linear-gradient(135deg,#FAFAFA 0%,#fff 100%);color:#1F1F1F;line-height:1.7;overflow-x:hidden}
.ueber-uns-wrapper .intro-hero-block{padding:90px 20px 80px;background:linear-gradient(165deg,#FEA4BF 0%,#ffcdd8 50%,#FAFAFA 100%);position:relative}
.ueber-uns-wrapper .intro-hero-block::before{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent 0%,#FEA4BF 50%,transparent 100%)}
.ueber-uns-wrapper .intro-content-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.ueber-uns-wrapper .intro-text-area h1{font-size:3.2rem;font-weight:700;margin:0 0 25px;color:#1F1F1F;line-height:1.2}
.ueber-uns-wrapper .intro-text-area h1::after{content:'';display:block;width:80px;height:5px;background:#1F1F1F;margin-top:18px;border-radius:3px}
.ueber-uns-wrapper .intro-text-area p{font-size:1.15rem;margin-bottom:18px;color:#2a2a2a}
.ueber-uns-wrapper .intro-visual-side{position:relative}
.ueber-uns-wrapper .intro-visual-side img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 12px 35px #1f1f1f26;transition:transform .4s ease}
.ueber-uns-wrapper .intro-visual-side img:hover{transform:scale(1.03)}
.ueber-uns-wrapper .team-philosophy-section{padding:100px 20px;background:#fff;position:relative}
.ueber-uns-wrapper .team-philosophy-section::before{content:'';position:absolute;top:0;left:10%;width:2px;height:100%;background:linear-gradient(180deg,transparent 0%,#FEA4BF 50%,transparent 100%);opacity:.3}
.ueber-uns-wrapper .philosophy-inner-wrap{max-width:1150px;margin:0 auto;display:flex;flex-direction:row-reverse;gap:70px;align-items:flex-start}
.ueber-uns-wrapper .philosophy-text-block{flex:1.2}
.ueber-uns-wrapper .philosophy-text-block h2{font-size:2.6rem;font-weight:600;margin:0 0 35px;color:#1F1F1F;position:relative;padding-left:22px}
.ueber-uns-wrapper .philosophy-text-block h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:60%;background:#FEA4BF;border-radius:3px}
.ueber-uns-wrapper .philosophy-text-block p{font-size:1.05rem;margin-bottom:20px;color:#3a3a3a;line-height:1.8}
.ueber-uns-wrapper .philosophy-images-cluster{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.ueber-uns-wrapper .philosophy-images-cluster img{width:100%;height:240px;object-fit:cover;border-radius:8px;box-shadow:0 6px 20px #1f1f1f1a;transition:box-shadow .3s ease}
.ueber-uns-wrapper .philosophy-images-cluster img:hover{box-shadow:0 10px 30px #fea4bf4d}
.ueber-uns-wrapper .philosophy-images-cluster img:nth-child(1){grid-column:1 / 2}
.ueber-uns-wrapper .philosophy-images-cluster img:nth-child(2){grid-column:2 / 3}
.ueber-uns-wrapper .philosophy-images-cluster img:nth-child(3){grid-column:1 / 3;height:200px}
.ueber-uns-wrapper .mission-cta-link{display:inline-block;margin-top:25px;padding:14px 32px;background:#1F1F1F;color:#FAFAFA;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease;box-shadow:0 4px 15px #1f1f1f33}
.ueber-uns-wrapper .mission-cta-link:hover{background:#FEA4BF;color:#1F1F1F;transform:translateY(-2px);box-shadow:0 6px 20px #fea4bf66}
.ueber-uns-wrapper .team-showcase-area{padding:90px 20px 100px;background:linear-gradient(180deg,#FAFAFA 0%,#fff 100%)}
.ueber-uns-wrapper .team-showcase-container{max-width:1100px;margin:0 auto}
.ueber-uns-wrapper .team-showcase-container h3{font-size:2.4rem;font-weight:600;text-align:center;margin:0 0 60px;color:#1F1F1F;position:relative}
.ueber-uns-wrapper .team-showcase-container h3::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,#FEA4BF 0%,#ffcdd8 100%);border-radius:2px}
.ueber-uns-wrapper .team-members-grid{display:flex;gap:50px;justify-content:center;align-items:flex-start;flex-wrap:wrap}
.ueber-uns-wrapper .team-member-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 8px 25px #1f1f1f14;max-width:380px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f0f0f0}
.ueber-uns-wrapper .team-member-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #fea4bf33}
.ueber-uns-wrapper .team-member-card img{width:140px;height:140px;border-radius:50%;object-fit:cover;margin:0 auto 22px;border:4px solid #FEA4BF;box-shadow:0 4px 15px #fea4bf4d}
.ueber-uns-wrapper .team-member-card h5{font-size:1.4rem;font-weight:600;margin:0 0 8px;color:#1F1F1F}
.ueber-uns-wrapper .team-member-card h6{font-size:1rem;font-weight:400;margin:0 0 18px;color:#FEA4BF;text-transform:uppercase;letter-spacing:.5px}
.ueber-uns-wrapper .team-member-card p{font-size:.98rem;color:#4a4a4a;line-height:1.7;margin:0}
@media (max-width: 968px) {
.ueber-uns-wrapper .intro-content-container{grid-template-columns:1fr;gap:40px}
.ueber-uns-wrapper .intro-text-area h1{font-size:2.5rem}
.ueber-uns-wrapper .intro-visual-side img{height:350px}
.ueber-uns-wrapper .philosophy-inner-wrap{flex-direction:column;gap:50px}
.ueber-uns-wrapper .philosophy-images-cluster{grid-template-columns:1fr}
.ueber-uns-wrapper .philosophy-images-cluster img:nth-child(3){grid-column:1 / 2}
.ueber-uns-wrapper .team-members-grid{flex-direction:column;align-items:center}
}
@media (max-width: 640px) {
.ueber-uns-wrapper .intro-hero-block{padding:60px 15px 50px}
.ueber-uns-wrapper .intro-text-area h1{font-size:2rem}
.ueber-uns-wrapper .philosophy-text-block h2{font-size:2rem}
.ueber-uns-wrapper .team-showcase-container h3{font-size:1.9rem}
.ueber-uns-wrapper .team-philosophy-section{padding:60px 15px}
.ueber-uns-wrapper .team-showcase-area{padding:60px 15px 70px}
}
.compliance-main-wrapper{font-family:'Roboto',Arial,sans-serif;color:#1F1F1F;background:#FAFAFA;line-height:1.7}
.compliance-main-wrapper .top-intro-compliance{background:linear-gradient(135deg,#FAFAFA 0%,#FEA4BF15 100%);padding:90px 20px 70px;text-align:center;position:relative;overflow:hidden}
.compliance-main-wrapper .top-intro-compliance::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#FEA4BF20 0%,transparent 70%);border-radius:50%;z-index:1}
.compliance-main-wrapper .top-intro-compliance .intro-content-holder{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.compliance-main-wrapper .top-intro-compliance h1{font-size:3rem;font-weight:700;color:#1F1F1F;margin:0 0 25px;letter-spacing:-.5px}
.compliance-main-wrapper .top-intro-compliance .intro-description{font-size:1.2rem;color:#1F1F1F;max-width:780px;margin:0 auto;line-height:1.8}
.compliance-main-wrapper .compliance-standards-grid{padding:80px 20px;background:#fff}
.compliance-main-wrapper .compliance-standards-grid .container-standards{max-width:1200px;margin:0 auto}
.compliance-main-wrapper .compliance-standards-grid h2{font-size:2.4rem;font-weight:600;color:#1F1F1F;margin:0 0 50px;text-align:center;position:relative;padding-bottom:20px}
.compliance-main-wrapper .compliance-standards-grid h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FEA4BF 0%,#1F1F1F 100%);border-radius:2px}
.compliance-main-wrapper .standards-layout-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.compliance-main-wrapper .standard-card-item{background:#FAFAFA;padding:35px;border-radius:12px;border-left:5px solid #FEA4BF;transition:transform .3s ease,box-shadow .3s ease}
.compliance-main-wrapper .standard-card-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #1f1f1f1a}
.compliance-main-wrapper .standard-card-item h3{font-size:1.5rem;font-weight:600;color:#1F1F1F;margin:0 0 15px}
.compliance-main-wrapper .standard-card-item p{font-size:1rem;color:#1F1F1F;margin:0;line-height:1.7}
.compliance-main-wrapper .data-protection-visual{padding:85px 20px;background:linear-gradient(180deg,#FEA4BF08 0%,#FAFAFA 100%);position:relative}
.compliance-main-wrapper .data-protection-visual .protection-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:60px}
.compliance-main-wrapper .data-protection-visual .protection-text-area{flex:1}
.compliance-main-wrapper .data-protection-visual h2{font-size:2.3rem;font-weight:600;color:#1F1F1F;margin:0 0 25px;line-height:1.3}
.compliance-main-wrapper .data-protection-visual .protection-intro{font-size:1.1rem;color:#1F1F1F;margin:0 0 30px;line-height:1.8}
.compliance-main-wrapper .data-protection-visual .protection-points-list{list-style:none;padding:0;margin:0}
.compliance-main-wrapper .data-protection-visual .protection-points-list li{font-size:1rem;color:#1F1F1F;margin:0 0 18px;padding-left:35px;position:relative;line-height:1.7}
.compliance-main-wrapper .data-protection-visual .protection-points-list li::before{content:'';position:absolute;left:0;top:0;width:24px;height:24px;background:#FEA4BF;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}
.compliance-main-wrapper .data-protection-visual .protection-image-area{flex:0 0 450px}
.compliance-main-wrapper .data-protection-visual .protection-image-area img{width:100%;height:auto;border-radius:12px;box-shadow:0 15px 40px #1f1f1f1f}
.compliance-main-wrapper .monitoring-compliance-section{padding:80px 20px;background:#fff}
.compliance-main-wrapper .monitoring-compliance-section .monitoring-container{max-width:1200px;margin:0 auto}
.compliance-main-wrapper .monitoring-compliance-section h2{font-size:2.4rem;font-weight:600;color:#1F1F1F;margin:0 0 20px;text-align:center}
.compliance-main-wrapper .monitoring-compliance-section .monitoring-subtitle{font-size:1.1rem;color:#1F1F1F;text-align:center;margin:0 auto 50px;max-width:750px;line-height:1.8}
.compliance-main-wrapper .monitoring-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.compliance-main-wrapper .monitoring-item-box{background:#FAFAFA;padding:40px 30px;border-radius:12px;text-align:center;transition:all .3s ease;border:2px solid transparent}
.compliance-main-wrapper .monitoring-item-box:hover{border-color:#FEA4BF;box-shadow:0 8px 25px #fea4bf26}
.compliance-main-wrapper .monitoring-item-box .icon-circle{width:70px;height:70px;background:linear-gradient(135deg,#FEA4BF 0%,#1F1F1F 100%);border-radius:50%;margin:0 auto 25px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;font-weight:700}
.compliance-main-wrapper .monitoring-item-box h4{font-size:1.3rem;font-weight:600;color:#1F1F1F;margin:0 0 15px}
.compliance-main-wrapper .monitoring-item-box p{font-size:.95rem;color:#1F1F1F;margin:0;line-height:1.7}
.compliance-main-wrapper .certifications-showcase{padding:85px 20px;background:linear-gradient(135deg,#FAFAFA 0%,#FEA4BF10 100%);position:relative}
.compliance-main-wrapper .certifications-showcase::before{content:'';position:absolute;bottom:-10%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#FEA4BF15 0%,transparent 70%);border-radius:50%}
.compliance-main-wrapper .certifications-showcase .certifications-wrapper{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.compliance-main-wrapper .certifications-showcase .certifications-image-side{flex:0 0 420px}
.compliance-main-wrapper .certifications-showcase .certifications-image-side img{width:100%;height:auto;border-radius:12px;box-shadow:0 15px 40px #1f1f1f1f}
.compliance-main-wrapper .certifications-showcase .certifications-text-side{flex:1}
.compliance-main-wrapper .certifications-showcase h2{font-size:2.3rem;font-weight:600;color:#1F1F1F;margin:0 0 25px;line-height:1.3}
.compliance-main-wrapper .certifications-showcase .certifications-description{font-size:1.05rem;color:#1F1F1F;margin:0 0 35px;line-height:1.8}
.compliance-main-wrapper .certifications-showcase .certification-badges-row{display:flex;flex-wrap:wrap;gap:20px}
.compliance-main-wrapper .certifications-showcase .badge-item{background:#fff;padding:15px 28px;border-radius:30px;font-size:.95rem;font-weight:600;color:#1F1F1F;border:2px solid #FEA4BF;transition:all .3s ease}
.compliance-main-wrapper .certifications-showcase .badge-item:hover{background:#FEA4BF;color:#fff;transform:scale(1.05)}
.compliance-main-wrapper .team-expertise-section{padding:80px 20px;background:#fff}
.compliance-main-wrapper .team-expertise-section .team-container{max-width:1200px;margin:0 auto}
.compliance-main-wrapper .team-expertise-section h2{font-size:2.4rem;font-weight:600;color:#1F1F1F;margin:0 0 20px;text-align:center}
.compliance-main-wrapper .team-expertise-section .team-intro-text{font-size:1.1rem;color:#1F1F1F;text-align:center;margin:0 auto 55px;max-width:780px;line-height:1.8}
.compliance-main-wrapper .team-members-row{display:flex;gap:40px;justify-content:center}
.compliance-main-wrapper .team-member-card{background:#FAFAFA;border-radius:12px;padding:35px;text-align:center;flex:0 0 calc(50% - 20px);max-width:450px;transition:transform .3s ease,box-shadow .3s ease}
.compliance-main-wrapper .team-member-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #1f1f1f1a}
.compliance-main-wrapper .team-member-card .member-photo{width:130px;height:130px;border-radius:50%;margin:0 auto 25px;object-fit:cover;border:4px solid #FEA4BF}
.compliance-main-wrapper .team-member-card h5{font-size:1.4rem;font-weight:600;color:#1F1F1F;margin:0 0 8px}
.compliance-main-wrapper .team-member-card .member-role{font-size:1rem;color:#FEA4BF;font-weight:600;margin:0 0 20px}
.compliance-main-wrapper .team-member-card .member-bio{font-size:.95rem;color:#1F1F1F;margin:0;line-height:1.7}
.compliance-main-wrapper .contact-compliance-cta{padding:90px 20px;background:linear-gradient(135deg,#1F1F1F 0%,#1F1F1F 100%);text-align:center;position:relative;overflow:hidden}
.compliance-main-wrapper .contact-compliance-cta::before{content:'';position:absolute;top:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#FEA4BF30 0%,transparent 70%);border-radius:50%}
.compliance-main-wrapper .contact-compliance-cta .cta-content-holder{max-width:900px;margin:0 auto;position:relative;z-index:2}
.compliance-main-wrapper .contact-compliance-cta h2{font-size:2.5rem;font-weight:700;color:#FAFAFA;margin:0 0 25px;line-height:1.3}
.compliance-main-wrapper .contact-compliance-cta .cta-description{font-size:1.15rem;color:#FAFAFA;margin:0 0 40px;line-height:1.8}
.compliance-main-wrapper .contact-compliance-cta .cta-button-primary{display:inline-block;background:#FEA4BF;color:#1F1F1F;padding:16px 45px;border-radius:30px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid #FEA4BF;position:relative;z-index:10}
.compliance-main-wrapper .contact-compliance-cta .cta-button-primary:hover{background:none;color:#FEA4BF;transform:scale(1.05);box-shadow:0 8px 25px #fea4bf4d}
@media (max-width: 992px) {
.compliance-main-wrapper .top-intro-compliance h1{font-size:2.3rem}
.compliance-main-wrapper .standards-layout-wrapper{grid-template-columns:1fr}
.compliance-main-wrapper .data-protection-visual .protection-container{flex-direction:column}
.compliance-main-wrapper .data-protection-visual .protection-image-area{flex:0 0 auto;width:100%;max-width:500px}
.compliance-main-wrapper .monitoring-grid-layout{grid-template-columns:1fr}
.compliance-main-wrapper .certifications-showcase .certifications-wrapper{flex-direction:column-reverse}
.compliance-main-wrapper .certifications-showcase .certifications-image-side{flex:0 0 auto;width:100%;max-width:500px}
.compliance-main-wrapper .team-members-row{flex-direction:column;align-items:center}
.compliance-main-wrapper .team-member-card{flex:0 0 auto;width:100%;max-width:500px}
}
@media (max-width: 768px) {
.compliance-main-wrapper .top-intro-compliance{padding:60px 20px 50px}
.compliance-main-wrapper .top-intro-compliance h1{font-size:1.9rem}
.compliance-main-wrapper .top-intro-compliance .intro-description{font-size:1.05rem}
.compliance-main-wrapper .compliance-standards-grid{padding:60px 20px}
.compliance-main-wrapper .compliance-standards-grid h2{font-size:2rem}
.compliance-main-wrapper .data-protection-visual{padding:60px 20px}
.compliance-main-wrapper .data-protection-visual h2{font-size:1.9rem}
.compliance-main-wrapper .monitoring-compliance-section{padding:60px 20px}
.compliance-main-wrapper .monitoring-compliance-section h2{font-size:2rem}
.compliance-main-wrapper .certifications-showcase{padding:60px 20px}
.compliance-main-wrapper .certifications-showcase h2{font-size:1.9rem}
.compliance-main-wrapper .team-expertise-section{padding:60px 20px}
.compliance-main-wrapper .team-expertise-section h2{font-size:2rem}
.compliance-main-wrapper .contact-compliance-cta{padding:60px 20px}
.compliance-main-wrapper .contact-compliance-cta h2{font-size:2rem}
}
.container{max-width:920px;margin:44px auto;padding:44px 36px;background:linear-gradient(127deg,#FAFAFA 65%,#FEA4BF 100%);box-shadow:0 4px 32px #1f1f1f1c 0 1.5px 4px #1f1f1f14;border-radius:18px;border:1.5px solid #FEA4BF;color:#1F1F1F;font:1.08rem/1.7 'Segoe UI','Arial',sans-serif}
.container h1{font-size:2.3rem;color:#FEA4BF;font-weight:700;margin-bottom:.8em;letter-spacing:.02em}
.container h2{font-size:1.5rem;color:#1F1F1F;margin-top:2.4em;margin-bottom:.7em;border-left:5px solid #FEA4BF;padding-left:.6em;font-weight:700;background:linear-gradient(90deg,#FEA4BF 3%,#FAFAFA 100%);border-radius:7px}
.container h3{font-size:1.18rem;color:#FEA4BF;margin-top:2em;margin-bottom:.6em;font-weight:600}
.container h4{font-size:1.05rem;color:#1F1F1F;font-weight:600;margin-bottom:.6em;margin-top:1.1em}
.container ul{margin:1.2em 0 1.2em 1.5em;padding-left:1.1em;border-left:3px solid #FEA4BF;background:#FAFAFA;border-radius:5px}
.container li{margin-bottom:1.1em;font-size:1rem;color:#1F1F1F;padding-left:.3em}
.container p{margin-bottom:1.4em;margin-top:0}
.container span{color:#FEA4BF;font-weight:600}
.container div{margin-bottom:1.5em}
@media (max-width: 700px) {
.container{padding:22px 7vw}
.container h1{font-size:1.45rem}
.container h2{font-size:1.08rem;padding-left:.34em}
.container h3{font-size:1rem}
.container h4{font-size:.97rem}
}
.orbitalsynthesis-container{font-family:'Segoe UI',Arial,sans-serif;background:linear-gradient(135deg,#FAFAFA 0%,#FEA4BF 100%);color:#1F1F1F;max-width:900px;margin:40px auto;border-radius:18px;box-shadow:0 8px 32px #1f1f1f17;padding:48px 40px;border:1px solid #FEA4BF}
.orbitalsynthesis-container h1,.orbitalsynthesis-container h2,.orbitalsynthesis-container h3,.orbitalsynthesis-container h4{font-weight:900;line-height:1.2;color:#1F1F1F;letter-spacing:.01em}
.orbitalsynthesis-container h1{font-size:2.6rem;margin-bottom:18px;background:linear-gradient(90deg,#FEA4BF 10%,#FAFAFA 90%);padding:8px 0;border-radius:8px;text-shadow:1px 1px 0 #FAFAFA}
.orbitalsynthesis-container h2{font-size:2rem;margin:34px 0 16px;border-left:6px solid #FEA4BF;padding-left:11px;background:linear-gradient(90deg,#FAFAFA 85%,#FEA4BF 100%);border-radius:5px}
.orbitalsynthesis-container h3{font-size:1.3rem;margin:26px 0 9px;color:#FEA4BF;border-bottom:2px solid #FEA4BF;padding-bottom:6px;background:#FAFAFA;border-radius:4px}
.orbitalsynthesis-container p{font-size:1.1rem;line-height:1.7;color:#1F1F1F;margin-bottom:15px}
.orbitalsynthesis-container ul{margin:14px 0 14px 24px;padding:0 0 0 5px}
.orbitalsynthesis-container li{font-size:1.07rem;color:#1F1F1F;margin-bottom:11px}
.orbitalsynthesis-container span{color:#FEA4BF;font-weight:600;background:linear-gradient(90deg,#FAFAFA 60%,#FEA4BF 100%);padding:1px 3px;border-radius:3px}
.orbitalsynthesis-container div{margin-bottom:13px}
.orbitalsynthesis-container main{width:100%;display:block}
.success-wrapper{min-height:70vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#FAFAFA 0%,#FEA4BF 100%);padding:60px 20px;position:relative;overflow:hidden}
.success-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fea4bf4d 0%,transparent 70%);border-radius:50%;animation:float-shape 8s ease-in-out infinite}
.success-wrapper::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#1f1f1f0d 0%,transparent 70%);border-radius:50%;animation:float-shape 10s ease-in-out infinite reverse}
@keyframes float-shape {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(30px,-40px) scale(1.1)}
}
.success-content-box{background:#fff;border-radius:16px;padding:70px 60px;max-width:720px;width:100%;box-shadow:0 20px 60px #1f1f1f1f 0 8px 20px #fea4bf14;position:relative;z-index:2;text-align:center}
.success-icon-area{margin-bottom:36px;position:relative;display:inline-block}
.success-checkmark-circle{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#FEA4BF 0%,#FAFAFA 100%);display:flex;align-items:center;justify-content:center;margin:0 auto;position:relative;animation:pulse-grow .6s ease-out}
@keyframes pulse-grow {
0%{transform:scale(0.3);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-circle::before{content:'';font-size:56px;color:#1F1F1F;font-weight:700;line-height:1}
.success-heading-main{font-size:42px;font-weight:700;color:#1F1F1F;margin:0 0 24px;line-height:1.3}
.success-subtext-primary{font-size:19px;color:#1F1F1F;line-height:1.7;margin:0 0 28px;opacity:.85}
.success-detail-section{background:#FAFAFA;border-radius:12px;padding:32px 40px;margin:36px 0;border-left:5px solid #FEA4BF}
.success-timeline-info{font-size:17px;color:#1F1F1F;line-height:1.8;margin:0 0 16px;text-align:left}
.success-timeline-info:last-child{margin-bottom:0}
.success-timeline-label{font-weight:600;color:#1F1F1F;display:inline-block;min-width:140px}
.success-actions-zone{margin-top:44px;display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.success-btn-primary{background:linear-gradient(135deg,#FEA4BF 0%,#1F1F1F 100%);color:#fff;padding:16px 36px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 14px #fea4bf66}
.success-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 24px #fea4bf80}
.success-btn-secondary{background:none;color:#1F1F1F;padding:16px 36px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid #1F1F1F;cursor:pointer}
.success-btn-secondary:hover{background:#1F1F1F;color:#fff;transform:translateY(-2px)}
.success-extra-info{margin-top:40px;padding-top:32px;border-top:2px solid #FAFAFA}
.success-contact-hint{font-size:16px;color:#1F1F1F;line-height:1.7;margin:0;opacity:.75}
@media (max-width: 768px) {
.success-wrapper{padding:40px 16px}
.success-content-box{padding:44px 28px}
.success-heading-main{font-size:32px;margin-bottom:18px}
.success-subtext-primary{font-size:17px}
.success-detail-section{padding:24px 20px}
.success-timeline-info{font-size:15px}
.success-timeline-label{display:block;min-width:auto;margin-bottom:6px}
.success-actions-zone{flex-direction:column;gap:14px}
.success-btn-primary,.success-btn-secondary{width:100%;padding:14px 24px;font-size:16px}
.success-checkmark-circle{width:80px;height:80px}
.success-checkmark-circle::before{font-size:44px}
}