:root{--primary-depth:#070919;--accent-vibrant:#7073F1;--surface-light:#EDEEF1;--pure-white:#fff;--text-primary:#212529;--text-secondary:#495057;--text-muted:#6c757d;--border-subtle:#dee2e6;--shadow-soft:#07091914;--shadow-medium:#0709191f;--gradient-primary:linear-gradient(135deg,#070919 0%,#7073F1 100%);--gradient-soft:linear-gradient(180deg,#fff 0%,#EDEEF1 100%)}
*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--pure-white);color:var(--text-primary);line-height:1.7;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}
a{text-decoration:none;color:inherit;transition:opacity .25s ease}
a:focus-visible{outline:3px solid var(--accent-vibrant);outline-offset:3px;border-radius:2px}
header{background:var(--pure-white);border-bottom:1px solid var(--border-subtle);position:relative;z-index:100}
.pub_masthead__zone{background:var(--gradient-soft);padding:2.2rem 5%;text-align:center;border-bottom:3px solid var(--primary-depth)}
.pub_masthead__zone h1{letter-spacing:-.02em;color:var(--primary-depth);margin:0;font:700 clamp(1.75rem,4vw,2.8rem) 'Space Grotesk',sans-serif}
.pub_masthead__tagline{font-size:clamp(0.9rem,1.8vw,1.1rem);color:var(--text-secondary);margin-top:.6rem;font-weight:400;letter-spacing:.01em}
.editorial_bar__container{background:var(--pure-white);padding:0 5%;display:flex;justify-content:space-between;align-items:center;min-height:75px;gap:2rem;box-shadow:0 2px 8px var(--shadow-soft)}
.editorial_logo__holder{flex-shrink:0;display:flex;align-items:center;position:relative;z-index:102}
.editorial_logo__holder img{height:65px;width:65px;object-fit:contain;display:block}
.nav_editorial__primary{display:flex;align-items:center;gap:2.8rem;flex-wrap:wrap;justify-content:flex-end;flex:1}
.nav_editorial__primary a{color:var(--text-primary);padding:.6rem 0;position:relative;white-space:nowrap;letter-spacing:.01em;font:500 1rem 'Space Grotesk',sans-serif}
.nav_editorial__primary a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-vibrant);transition:width .3s ease}
.nav_editorial__primary a:hover{color:var(--accent-vibrant)}
.nav_editorial__primary a:hover::after{width:100%}
.nav_item__with_sub{position:relative}
.nav_submenu__dropdown{position:absolute;top:100%;left:0;background:var(--pure-white);border:1px solid var(--border-subtle);border-radius:4px;box-shadow:0 4px 12px var(--shadow-medium);min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .25s ease,transform .25s ease,visibility .25s;z-index:200;margin-top:.5rem}
.nav_item__with_sub:hover .nav_submenu__dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.nav_submenu__dropdown a{display:block;padding:.85rem 1.2rem;font-size:.95rem;color:var(--text-primary);border-bottom:1px solid var(--surface-light)}
.nav_submenu__dropdown a:last-child{border-bottom:none}
.nav_submenu__dropdown a:hover{background:var(--surface-light);color:var(--accent-vibrant)}
main{flex:1}
footer{background:var(--primary-depth);color:var(--surface-light);padding:3.5rem 5% 2rem;margin-top:4rem}
.footer_editorial__layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;max-width:1400px;margin:0 auto;padding-bottom:2.5rem;border-bottom:1px solid #edeef133}
.footer_column__section h3{color:var(--pure-white);margin-bottom:1.2rem;letter-spacing:.02em;font:600 1.15rem 'Space Grotesk',sans-serif}
.footer_column__section p{font-size:.95rem;line-height:1.75;color:var(--surface-light);margin-bottom:.8rem}
.footer_column__section a{display:block;color:var(--surface-light);font-size:.95rem;padding:.5rem 0;transition:color .25s ease}
.footer_column__section a:hover{color:var(--accent-vibrant)}
.footer_legal__disclaimer{background:#7073f114;border-left:3px solid var(--accent-vibrant);padding:1.2rem 1.5rem;margin-top:1.5rem;border-radius:4px;font-size:.88rem;line-height:1.65;color:var(--surface-light)}
.footer_meta__area{text-align:center;padding-top:2rem;max-width:1400px;margin:0 auto}
.footer_meta__area p{font-size:.9rem;color:var(--surface-light);opacity:.85}
.consent_modal__frame{position:fixed;bottom:30px;right:30px;background:var(--pure-white);border:1px solid var(--border-subtle);border-radius:12px;box-shadow:0 8px 32px #07091926;max-width:480px;width:calc(100% - 60px);padding:2rem;z-index:9999;display:none;animation:slideInUp .4s ease-out}
@keyframes slideInUp {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.consent_modal__frame.is_visible{display:block}
.consent_heading__text{color:var(--primary-depth);margin-bottom:1rem;font:600 1.3rem 'Space Grotesk',sans-serif}
.consent_description__paragraph{font-size:.95rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1.5rem}
.consent_actions__row{display:flex;gap:.9rem;flex-wrap:wrap}
.consent_btn__base{flex:1;min-width:140px;padding:.85rem 1.5rem;border:none;border-radius:6px;cursor:pointer;transition:all .25s ease;outline:none;font:600 .95rem 'Manrope',sans-serif}
.consent_btn__base:focus-visible{outline:3px solid var(--accent-vibrant);outline-offset:2px}
.consent_btn__accept{background:var(--gradient-primary);color:var(--pure-white)}
.consent_btn__accept:hover{opacity:.9;transform:translateY(-1px)}
.consent_btn__reject{background:var(--surface-light);color:var(--text-primary);border:1px solid var(--border-subtle)}
.consent_btn__reject:hover{background:var(--border-subtle)}
@media (max-width: 768px) {
.pub_masthead__zone{padding:1.5rem 4%}
.editorial_bar__container{flex-direction:column;padding:1.2rem 4%;gap:1.5rem;min-height:auto}
.nav_editorial__primary{flex-direction:column;align-items:center;gap:1rem;width:100%}
.nav_editorial__primary a{padding:.7rem 1rem;width:100%;text-align:center}
.nav_submenu__dropdown{position:static;transform:none;opacity:1;visibility:visible;margin-top:.5rem;border:none;box-shadow:none;background:var(--surface-light)}
.footer_editorial__layout{grid-template-columns:1fr;gap:2rem}
.consent_modal__frame{bottom:20px;right:20px;left:20px;width:calc(100% - 40px);max-width:none;padding:1.5rem}
.consent_actions__row{flex-direction:column}
.consent_btn__base{width:100%}
}
@media (max-width: 480px) {
.pub_masthead__zone h1{font-size:1.5rem}
.pub_masthead__tagline{font-size:.85rem}
.editorial_logo__holder img{height:55px;width:55px}
.consent_heading__text{font-size:1.15rem}
}
.investisseurs-page-wrapper{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7;overflow-x:hidden}
.investisseurs-hero-block{background:linear-gradient(135deg,#EDEEF1 0%,#fff 100%);padding:140px 20px 100px;position:relative}
.investisseurs-hero-block::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#7073f114 0%,transparent 70%);border-radius:50%}
.investisseurs-hero-content{max-width:780px;margin:0 auto;position:relative;z-index:2}
.investisseurs-hero-content h1{font-size:3.2rem;font-weight:700;color:#070919;margin-bottom:28px;line-height:1.2}
.investisseurs-hero-content h1::after{content:'';display:block;width:90px;height:5px;background:linear-gradient(90deg,#7073F1 0%,#7073f14d 100%);margin-top:22px}
.investisseurs-hero-content p{font-size:1.25rem;color:#495057;margin-bottom:38px;line-height:1.8}
.investisseurs-hero-meta{display:flex;gap:45px;flex-wrap:wrap;margin-top:45px}
.investisseurs-meta-item{display:flex;align-items:center;gap:12px}
.investisseurs-meta-item svg{width:22px;height:22px;fill:#7073F1}
.investisseurs-meta-item span{font-size:.95rem;color:#343a40;font-weight:500}
.investisseurs-vision-section{padding:110px 20px;background:#fff;position:relative}
.investisseurs-vision-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#EDEEF1 50%,transparent 100%)}
.investisseurs-vision-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:70px;align-items:start}
.investisseurs-vision-image-wrap{position:relative}
.investisseurs-vision-image-wrap img{width:100%;height:520px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #0709191f}
.investisseurs-vision-image-wrap::before{content:'';position:absolute;top:-20px;left:-20px;width:140px;height:140px;border:3px solid #7073F1;border-radius:12px;z-index:-1}
.investisseurs-vision-content h2{font-size:2.5rem;font-weight:700;color:#070919;margin-bottom:32px;line-height:1.25}
.investisseurs-vision-content h2::before{content:'';display:inline-block;width:6px;height:38px;background:#7073F1;margin-right:16px;vertical-align:middle}
.investisseurs-vision-content p{font-size:1.05rem;color:#495057;margin-bottom:24px;line-height:1.75}
.investisseurs-vision-highlight{background:linear-gradient(120deg,#f8f9fa 0%,#EDEEF1 100%);padding:28px 32px;border-radius:8px;border-left:4px solid #7073F1;margin-top:35px}
.investisseurs-vision-highlight p{font-size:1.1rem;color:#343a40;font-weight:500;margin:0;line-height:1.7}
.investisseurs-approche-block{padding:100px 20px;background:linear-gradient(165deg,#f8f9fa 0%,#fff 100%);clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin-top:-2px}
.investisseurs-approche-container{max-width:1100px;margin:0 auto}
.investisseurs-approche-header{text-align:center;margin-bottom:75px}
.investisseurs-approche-header h2{font-size:2.6rem;font-weight:700;color:#070919;margin-bottom:20px}
.investisseurs-approche-header h2 span{color:#7073F1;position:relative}
.investisseurs-approche-header h2 span::after{content:'';position:absolute;bottom:-5px;left:0;right:0;height:3px;background:linear-gradient(90deg,#7073F1 0%,#7073f14d 100%)}
.investisseurs-approche-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.investisseurs-approche-card{background:#fff;padding:40px 32px;border-radius:10px;box-shadow:0 8px 30px #07091914;transition:all .3s ease;border-top:4px solid transparent}
.investisseurs-approche-card:hover{transform:translateY(-8px);box-shadow:0 15px 45px #07091926;border-top-color:#7073F1}
.investisseurs-approche-card-icon{width:60px;height:60px;background:linear-gradient(135deg,#7073F1 0%,#7073f1b3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px}
.investisseurs-approche-card-icon svg{width:28px;height:28px;fill:#fff}
.investisseurs-approche-card h3{font-size:1.4rem;font-weight:600;color:#070919;margin-bottom:16px}
.investisseurs-approche-card p{font-size:.98rem;color:#495057;line-height:1.7;margin:0}
.investisseurs-equipe-section{padding:110px 20px;background:#fff}
.investisseurs-equipe-wrapper{max-width:1150px;margin:0 auto}
.investisseurs-equipe-intro{margin-bottom:65px}
.investisseurs-equipe-intro h2{font-size:2.5rem;font-weight:700;color:#070919;margin-bottom:28px;position:relative;display:inline-block}
.investisseurs-equipe-intro h2::after{content:'';position:absolute;bottom:-10px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#7073F1 0%,transparent 100%)}
.investisseurs-equipe-intro p{font-size:1.08rem;color:#495057;max-width:750px;line-height:1.75;margin-top:25px}
.investisseurs-equipe-profiles{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}
.investisseurs-profile-card{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);border-radius:12px;overflow:hidden;box-shadow:0 10px 35px #07091917;transition:all .35s ease}
.investisseurs-profile-card:hover{box-shadow:0 18px 50px #07091929;transform:translateY(-5px)}
.investisseurs-profile-image{width:100%;height:300px;object-fit:cover}
.investisseurs-profile-info{padding:30px 28px}
.investisseurs-profile-info h3{font-size:1.35rem;font-weight:600;color:#070919;margin-bottom:8px}
.investisseurs-profile-info .investisseurs-profile-role{font-size:.95rem;color:#7073F1;font-weight:500;margin-bottom:18px;display:block}
.investisseurs-profile-info p{font-size:.96rem;color:#495057;line-height:1.65;margin:0}
.investisseurs-engagement-finale{padding:100px 20px 120px;background:linear-gradient(175deg,#EDEEF1 0%,#f8f9fa 100%);position:relative}
.investisseurs-engagement-finale::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1400px;height:3px;background:linear-gradient(90deg,transparent 0%,#7073F1 50%,transparent 100%)}
.investisseurs-engagement-content{max-width:900px;margin:0 auto;text-align:center}
.investisseurs-engagement-content h2{font-size:2.7rem;font-weight:700;color:#070919;margin-bottom:32px;line-height:1.3}
.investisseurs-engagement-content h2::before{content:'';display:block;width:80px;height:5px;background:#7073F1;margin:0 auto 30px}
.investisseurs-engagement-content p{font-size:1.15rem;color:#495057;line-height:1.8;margin-bottom:45px}
.investisseurs-engagement-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:60px}
.investisseurs-stat-box{background:#fff;padding:35px 25px;border-radius:10px;box-shadow:0 8px 25px #07091914;transition:all .3s ease}
.investisseurs-stat-box:hover{transform:scale(1.05);box-shadow:0 12px 35px #07091924}
.investisseurs-stat-box .investisseurs-stat-number{font-size:2.8rem;font-weight:700;color:#7073F1;margin-bottom:12px;display:block}
.investisseurs-stat-box .investisseurs-stat-label{font-size:1.05rem;color:#343a40;font-weight:500;line-height:1.5}
.investisseurs-cta-button{display:inline-block;padding:18px 50px;background:linear-gradient(135deg,#7073F1 0%,#5558d1 100%);color:#fff;font-size:1.1rem;font-weight:600;border-radius:8px;text-decoration:none;box-shadow:0 8px 25px #7073f14d;transition:all .3s ease;margin-top:25px;position:relative;z-index:10}
.investisseurs-cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #7073f173;background:linear-gradient(135deg,#5558d1 0%,#7073F1 100%);color:#fff}
@media (max-width: 992px) {
.investisseurs-hero-content h1{font-size:2.5rem}
.investisseurs-vision-grid{grid-template-columns:1fr;gap:50px}
.investisseurs-vision-image-wrap img{height:400px}
.investisseurs-approche-cards{grid-template-columns:1fr;gap:30px}
.investisseurs-equipe-profiles{grid-template-columns:1fr;gap:35px}
.investisseurs-engagement-stats{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 768px) {
.investisseurs-hero-block{padding:100px 20px 70px}
.investisseurs-hero-content h1{font-size:2rem}
.investisseurs-hero-content p{font-size:1.1rem}
.investisseurs-hero-meta{gap:25px}
.investisseurs-vision-section{padding:70px 20px}
.investisseurs-vision-content h2{font-size:2rem}
.investisseurs-approche-block{padding:70px 20px;clip-path:none}
.investisseurs-approche-header h2{font-size:2rem}
.investisseurs-equipe-section{padding:70px 20px}
.investisseurs-equipe-intro h2{font-size:2rem}
.investisseurs-engagement-finale{padding:70px 20px 90px}
.investisseurs-engagement-content h2{font-size:2.1rem}
.investisseurs-cta-button{padding:16px 40px;font-size:1rem}
}
.index-hero-main{background:linear-gradient(135deg,#EDEEF1 0%,#fff 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.index-hero-main::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(circle,#7073f114 0%,transparent 70%);z-index:1}
.hero-content-wrapper{max-width:1200px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}
.hero-text-section h1{font-size:3.2rem;color:#070919;font-weight:700;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.02em}
.hero-text-section h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#7073F1 0%,transparent 100%);margin-top:1rem}
.hero-text-section p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:2rem}
.hero-cta-group{display:flex;gap:1rem;flex-wrap:wrap}
.hero-btn-primary{background:#7073F1;color:#fff;padding:1rem 2.2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px #7073f140;border:2px solid #7073F1}
.hero-btn-primary:hover{background:#5a5dd8;transform:translateY(-2px);box-shadow:0 6px 20px #7073f159}
.hero-btn-secondary{background:none;color:#070919;padding:1rem 2.2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;border:2px solid #070919;transition:all .3s ease}
.hero-btn-secondary:hover{background:#070919;color:#fff}
.hero-image-section{position:relative}
.hero-image-section img{width:100%;height:450px;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #07091926}
.methodology-sequence-block{background:#fff;padding:5rem 2rem;position:relative}
.methodology-container{max-width:1200px;margin:0 auto}
.methodology-header{text-align:center;margin-bottom:4rem}
.methodology-header h2{font-size:2.5rem;color:#070919;font-weight:700;margin-bottom:1rem;position:relative;display:inline-block}
.methodology-header h2::before{content:'';position:absolute;left:-60px;top:50%;transform:translateY(-50%);width:40px;height:3px;background:#7073F1}
.methodology-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.timeline-horizontal-wrapper{position:relative;padding:3rem 0}
.timeline-connector-line{position:absolute;top:80px;left:80px;right:80px;height:3px;background:linear-gradient(90deg,#7073F1 0%,#EDEEF1 100%);z-index:1}
.timeline-stages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative;z-index:2}
.timeline-stage-item{text-align:center;position:relative}
.stage-number-circle{width:70px;height:70px;border-radius:50%;background:#7073F1;color:#fff;font-size:1.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 25px #7073f14d;position:relative;z-index:3}
.stage-content-box{padding:0 .5rem}
.stage-content-box h3{font-size:1.3rem;color:#070919;font-weight:600;margin-bottom:.8rem}
.stage-content-box p{font-size:.95rem;color:#495057;line-height:1.6}
.approach-differentiators-section{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:5rem 2rem}
.approach-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.approach-text-column h2{font-size:2.4rem;color:#070919;font-weight:700;margin-bottom:1.5rem;position:relative;padding-left:1.5rem}
.approach-text-column h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#7073F1 0%,transparent 100%)}
.approach-text-column p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:2rem}
.approach-image-column img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 15px 50px #0709191f}
.differentiator-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}
.differentiator-card-item{background:#fff;padding:1.8rem;border-radius:10px;border-left:4px solid #7073F1;box-shadow:0 4px 15px #0709190f;transition:all .3s ease}
.differentiator-card-item:hover{transform:translateX(8px);box-shadow:0 6px 20px #7073f126}
.differentiator-card-item h4{font-size:1.15rem;color:#070919;font-weight:600;margin-bottom:.6rem}
.differentiator-card-item p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.insights-showcase-section{background:#070919;padding:5rem 2rem;position:relative;overflow:hidden}
.insights-showcase-section::after{content:'';position:absolute;bottom:-30%;left:-15%;width:50%;height:150%;background:radial-gradient(circle,#7073f11f 0%,transparent 60%);z-index:1}
.insights-content-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.insights-grid-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:3rem;align-items:center}
.insights-image-wrapper img{width:100%;height:520px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #0006}
.insights-text-content h2{font-size:2.5rem;color:#fff;font-weight:700;margin-bottom:1.5rem;line-height:1.3}
.insights-text-content h2::after{content:'';display:block;width:70px;height:3px;background:#7073F1;margin-top:1rem}
.insights-text-content p{font-size:1.1rem;color:#EDEEF1;line-height:1.7;margin-bottom:1.5rem}
.insights-feature-list{list-style:none;padding:0;margin:2rem 0}
.insights-feature-list li{font-size:1.05rem;color:#EDEEF1;padding:.8rem 0;padding-left:2rem;position:relative;line-height:1.6}
.insights-feature-list li::before{content:'→';position:absolute;left:0;color:#7073F1;font-weight:700;font-size:1.3rem}
.insights-cta-link{display:inline-block;background:#7073F1;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;margin-top:1.5rem;transition:all .3s ease;box-shadow:0 6px 20px #7073f14d}
.insights-cta-link:hover{background:#5a5dd8;transform:translateY(-3px);box-shadow:0 8px 25px #7073f166}
.testimonial-expert-section{background:#f8f9fa;padding:5rem 2rem}
.testimonial-wrapper{max-width:1100px;margin:0 auto}
.testimonial-cards-asymmetric{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}
.testimonial-card-block{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 8px 30px #07091914;position:relative;border-top:4px solid #7073F1}
.testimonial-card-block::before{content:'"';position:absolute;top:1.5rem;left:1.5rem;color:#7073f11a;font:5rem/1 Georgia,serif}
.testimonial-text-quote{font-size:1.05rem;color:#343a40;line-height:1.7;margin-bottom:2rem;font-style:italic;position:relative;z-index:2}
.testimonial-author-info{display:flex;align-items:center;gap:1.2rem;padding-top:1.5rem;border-top:2px solid #EDEEF1}
.author-portrait-img{width:65px;height:65px;border-radius:50%;object-fit:cover;border:3px solid #7073F1}
.author-details h4{font-size:1.1rem;color:#070919;font-weight:600;margin-bottom:.3rem}
.author-details p{font-size:.95rem;color:#495057;margin:0}
.final-engagement-section{background:linear-gradient(135deg,#7073F1 0%,#5a5dd8 100%);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}
.final-engagement-section::before{content:'';position:absolute;top:-50%;left:-25%;width:70%;height:200%;background:radial-gradient(circle,#ffffff1a 0%,transparent 60%);z-index:1}
.engagement-content-box{max-width:800px;margin:0 auto;position:relative;z-index:2}
.engagement-content-box h2{font-size:2.8rem;color:#fff;font-weight:700;margin-bottom:1.2rem;line-height:1.3}
.engagement-content-box p{font-size:1.2rem;color:#fffffff2;line-height:1.7;margin-bottom:2.5rem}
.engagement-cta-buttons{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}
.engagement-btn-light{background:#fff;color:#7073F1;padding:1.1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 6px 20px #00000026}
.engagement-btn-light:hover{background:#EDEEF1;transform:translateY(-3px);box-shadow:0 8px 25px #0003}
.engagement-btn-outline{background:none;color:#fff;padding:1.1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;border:2px solid #fff;transition:all .3s ease}
.engagement-btn-outline:hover{background:#ffffff26;transform:translateY(-3px)}
.contact-info-footer-bar{background:#070919;padding:2rem;text-align:center}
.contact-info-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}
.contact-detail-item{color:#EDEEF1;font-size:.95rem}
.contact-detail-item a{color:#7073F1;text-decoration:none;font-weight:500;transition:color .3s ease}
.contact-detail-item a:hover{color:#5a5dd8}
@media (max-width: 968px) {
.hero-content-wrapper{grid-template-columns:1fr;gap:2.5rem}
.hero-text-section h1{font-size:2.4rem}
.hero-image-section img{height:350px}
.timeline-stages-grid{grid-template-columns:repeat(2,1fr)}
.timeline-connector-line{display:none}
.approach-content-wrapper{grid-template-columns:1fr;gap:2.5rem}
.differentiator-cards-grid{grid-template-columns:1fr}
.insights-grid-layout{grid-template-columns:1fr;gap:2.5rem}
.insights-image-wrapper img{height:400px}
.testimonial-cards-asymmetric{grid-template-columns:1fr}
.engagement-content-box h2{font-size:2.2rem}
.contact-info-content{flex-direction:column;text-align:center}
}
@media (max-width: 640px) {
.index-hero-main{padding:3rem 1.5rem 2.5rem}
.hero-text-section h1{font-size:2rem}
.hero-cta-group{flex-direction:column}
.hero-btn-primary,.hero-btn-secondary{width:100%;text-align:center}
.methodology-header h2{font-size:1.9rem}
.methodology-header h2::before{display:none}
.timeline-stages-grid{grid-template-columns:1fr}
.approach-text-column h2{font-size:1.9rem}
.insights-text-content h2{font-size:2rem}
.engagement-content-box h2{font-size:1.8rem}
.engagement-cta-buttons{flex-direction:column}
.engagement-btn-light,.engagement-btn-outline{width:100%}
}
.contact-wrapper-primary{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:auto}
.contact-intro-band{background:#fff;padding:80px 20px 70px;border-bottom:1px solid #EDEEF1}
.contact-intro-band .container{max-width:920px;margin:0 auto}
.contact-intro-band h1{font-size:2.8rem;color:#070919;font-weight:700;margin:0 0 24px;line-height:1.2;letter-spacing:-.02em}
.contact-intro-band .intro-narrative{font-size:1.15rem;color:#495057;line-height:1.7;margin:0 0 20px}
.contact-intro-band .intro-narrative:last-child{margin-bottom:0}
.form-communication-section{padding:90px 20px;background:#f8f9fa}
.form-communication-section .container{max-width:1100px;margin:0 auto}
.form-grid-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:70px;align-items:start}
.form-context-panel{background:#fff;padding:45px;border-radius:12px;box-shadow:0 2px 12px #0709190f;border-left:4px solid #7073F1}
.form-context-panel h2{font-size:1.6rem;color:#070919;font-weight:600;margin:0 0 18px;line-height:1.3}
.form-context-panel p{font-size:1rem;color:#495057;line-height:1.65;margin:0 0 16px}
.form-context-panel p:last-child{margin-bottom:0}
.availability-note-box{background:#fafbfc;padding:20px;border-radius:8px;margin-top:28px;border:1px solid #EDEEF1}
.availability-note-box strong{display:block;color:#070919;font-size:.95rem;margin-bottom:8px}
.availability-note-box span{color:#495057;font-size:.9rem;line-height:1.6;display:block}
.primary-form-container{background:#fff;padding:50px 45px;border-radius:12px;box-shadow:0 4px 20px #07091914}
.primary-form-container h3{font-size:1.5rem;color:#070919;font-weight:600;margin:0 0 30px}
.form-field-group{margin-bottom:26px}
.form-field-group label{display:block;font-size:.95rem;color:#343a40;font-weight:500;margin-bottom:8px}
.form-field-group input[type="text"],.form-field-group input[type="email"],.form-field-group input[type="tel"],.form-field-group textarea,.form-field-group select{width:100%;padding:14px 16px;font-size:1rem;color:#212529;background:#fafbfc;border:2px solid #EDEEF1;border-radius:8px;transition:all .25s ease;font-family:inherit}
.form-field-group input[type="text"]:focus,.form-field-group input[type="email"]:focus,.form-field-group input[type="tel"]:focus,.form-field-group textarea:focus,.form-field-group select:focus{outline:none;border-color:#7073F1;background:#fff;box-shadow:0 0 0 3px #7073f11a}
.form-field-group textarea{min-height:140px;resize:vertical;line-height:1.6}
.form-field-group select{cursor:pointer;appearance:none;padding-right:45px;background:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23495057' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 16px center}
.form-row-double{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.consent-checkbox-wrapper{margin:32px 0 28px;display:flex;align-items:start;gap:12px}
.consent-checkbox-wrapper input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;accent-color:#7073F1;flex-shrink:0}
.consent-checkbox-wrapper label{font-size:.9rem;color:#495057;line-height:1.6;cursor:pointer}
.consent-checkbox-wrapper a{color:#7073F1;text-decoration:none;font-weight:500;transition:color .2s ease}
.consent-checkbox-wrapper a:hover{color:#070919;text-decoration:underline}
.form-submit-action{background:#7073F1;color:#fff;font-size:1.05rem;font-weight:600;padding:16px 40px;border:none;border-radius:8px;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 12px #7073f140;position:relative;z-index:10}
.form-submit-action:hover{background:#070919;box-shadow:0 6px 18px #0709194d;transform:translateY(-2px)}
.form-submit-action:active{transform:translateY(0)}
.direct-channels-section{padding:85px 20px;background:#fff;border-top:1px solid #EDEEF1}
.direct-channels-section .container{max-width:1000px;margin:0 auto}
.direct-channels-section h2{font-size:2rem;color:#070919;font-weight:700;text-align:center;margin:0 0 50px}
.channels-grid-display{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.channel-card-item{background:#fafbfc;padding:38px 32px;border-radius:10px;border:2px solid #EDEEF1;text-align:center;transition:all .3s ease}
.channel-card-item:hover{border-color:#7073F1;box-shadow:0 6px 20px #7073f126;transform:translateY(-4px)}
.channel-icon-visual{width:56px;height:56px;background:linear-gradient(135deg,#7073F1 0%,#5558d9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 4px 12px #7073f140}
.channel-icon-visual::before{content:'';width:26px;height:26px;background:#fff;display:block;border-radius:3px}
.channel-card-item h3{font-size:1.2rem;color:#070919;font-weight:600;margin:0 0 12px}
.channel-card-item p{font-size:.95rem;color:#495057;line-height:1.6;margin:0 0 16px}
.channel-card-item a{color:#7073F1;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s ease;word-break:break-all}
.channel-card-item a:hover{color:#070919;text-decoration:underline}
.location-details-section{padding:80px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%)}
.location-details-section .container{max-width:900px;margin:0 auto}
.location-details-section h2{font-size:1.9rem;color:#070919;font-weight:700;margin:0 0 28px;text-align:center}
.location-content-wrapper{background:#fff;padding:45px 50px;border-radius:12px;box-shadow:0 3px 15px #07091914;border-top:4px solid #7073F1}
.location-address-block{margin-bottom:32px}
.location-address-block h3{font-size:1.3rem;color:#070919;font-weight:600;margin:0 0 16px;display:flex;align-items:center;gap:12px}
.location-address-block h3::before{content:'';width:8px;height:8px;background:#7073F1;border-radius:50%;display:block}
.location-address-block p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0;padding-left:20px}
.location-note-emphasis{background:#fafbfc;padding:24px;border-radius:8px;border-left:4px solid #7073F1;margin-top:28px}
.location-note-emphasis p{font-size:.95rem;color:#495057;line-height:1.65;margin:0}
.response-timeline-section{padding:75px 20px;background:#fff;border-top:1px solid #EDEEF1}
.response-timeline-section .container{max-width:850px;margin:0 auto;text-align:center}
.response-timeline-section h2{font-size:1.85rem;color:#070919;font-weight:700;margin:0 0 22px}
.response-timeline-section p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 40px;max-width:700px;margin-left:auto;margin-right:auto}
.timeline-steps-container{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px;position:relative}
.timeline-step-item{position:relative;padding-top:70px}
.timeline-step-number{width:52px;height:52px;background:linear-gradient(135deg,#7073F1 0%,#5558d9 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;position:absolute;top:0;left:50%;transform:translateX(-50%);box-shadow:0 4px 14px #7073f14d;z-index:2}
.timeline-step-item h3{font-size:1.15rem;color:#070919;font-weight:600;margin:0 0 12px}
.timeline-step-item p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
@media (max-width: 768px) {
.contact-intro-band{padding:50px 20px 40px}
.contact-intro-band h1{font-size:2rem;margin-bottom:18px}
.contact-intro-band .intro-narrative{font-size:1rem}
.form-communication-section{padding:50px 20px}
.form-grid-layout{grid-template-columns:1fr;gap:40px}
.form-context-panel{padding:30px}
.primary-form-container{padding:35px 25px}
.form-row-double{grid-template-columns:1fr;gap:0}
.direct-channels-section{padding:50px 20px}
.direct-channels-section h2{font-size:1.6rem;margin-bottom:35px}
.channels-grid-display{grid-template-columns:1fr;gap:25px}
.location-details-section{padding:50px 20px}
.location-content-wrapper{padding:30px 25px}
.response-timeline-section{padding:50px 20px}
.response-timeline-section h2{font-size:1.5rem}
.timeline-steps-container{grid-template-columns:1fr;gap:50px}
.timeline-step-item{padding-top:0;padding-left:70px;text-align:left}
.timeline-step-number{left:0;transform:none;top:0}
}
.apropos-hero-section{background:linear-gradient(135deg,#EDEEF1 0%,#fff 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.apropos-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7073f114 0%,transparent 70%);border-radius:50%}
.apropos-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.apropos-hero-title{font-size:3.2rem;color:#070919;margin-bottom:24px;font-weight:700;line-height:1.2}
.apropos-hero-title::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#7073F1 0%,transparent 100%);margin-top:16px}
.apropos-hero-subtitle{font-size:1.3rem;color:#495057;line-height:1.7;max-width:720px}
.apropos-story-wrapper{background:#fff;padding:90px 20px}
.apropos-story-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.apropos-story-image{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0709191f}
.apropos-story-text h2{font-size:2.4rem;color:#070919;margin-bottom:28px;font-weight:700;position:relative;padding-left:20px}
.apropos-story-text h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:40px;background:#7073F1;border-radius:3px}
.apropos-story-text p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:18px}
.apropos-values-section{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:85px 20px}
.apropos-values-container{max-width:1200px;margin:0 auto}
.apropos-values-header{text-align:center;margin-bottom:65px}
.apropos-values-header h2{font-size:2.6rem;color:#070919;margin-bottom:20px;font-weight:700}
.apropos-values-header p{font-size:1.15rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.apropos-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.apropos-value-card{background:#fff;padding:42px 32px;border-radius:10px;box-shadow:0 4px 16px #07091914;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid transparent}
.apropos-value-card:nth-child(1){border-top-color:#7073F1}
.apropos-value-card:nth-child(2){border-top-color:#070919}
.apropos-value-card:nth-child(3){border-top-color:#7073F1}
.apropos-value-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #07091924}
.apropos-value-card h3{font-size:1.5rem;color:#070919;margin-bottom:16px;font-weight:600}
.apropos-value-card p{font-size:1rem;color:#495057;line-height:1.7}
.apropos-team-section{background:#fff;padding:90px 20px}
.apropos-team-wrapper{max-width:1200px;margin:0 auto}
.apropos-team-intro{margin-bottom:70px}
.apropos-team-intro h2{font-size:2.5rem;color:#070919;margin-bottom:22px;font-weight:700}
.apropos-team-intro p{font-size:1.1rem;color:#495057;line-height:1.8;max-width:800px}
.apropos-team-members{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.apropos-member-card{display:flex;gap:30px;background:#f8f9fa;padding:36px;border-radius:12px;transition:background .3s ease}
.apropos-member-card:hover{background:#EDEEF1}
.apropos-member-photo{width:140px;height:140px;object-fit:cover;border-radius:50%;flex-shrink:0;border:4px solid #fff;box-shadow:0 4px 12px #0709191a}
.apropos-member-info h3{font-size:1.4rem;color:#070919;margin-bottom:8px;font-weight:600}
.apropos-member-role{font-size:.95rem;color:#7073F1;margin-bottom:16px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.apropos-member-info p{font-size:1rem;color:#495057;line-height:1.7}
.apropos-approach-section{background:linear-gradient(135deg,#070919 0%,#1a1d3a 100%);padding:95px 20px;position:relative;overflow:hidden}
.apropos-approach-section::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#7073f126 0%,transparent 70%);border-radius:50%}
.apropos-approach-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.apropos-approach-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center}
.apropos-approach-content h2{font-size:2.7rem;color:#fff;margin-bottom:32px;font-weight:700;line-height:1.3}
.apropos-approach-list{display:flex;flex-direction:column;gap:28px}
.apropos-approach-item{display:flex;gap:20px;align-items:flex-start}
.apropos-approach-number{width:48px;height:48px;background:#7073F1;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#fff;flex-shrink:0}
.apropos-approach-detail h3{font-size:1.3rem;color:#fff;margin-bottom:10px;font-weight:600}
.apropos-approach-detail p{font-size:1rem;color:#EDEEF1;line-height:1.7}
.apropos-approach-visual{width:100%;height:520px;object-fit:cover;border-radius:12px;box-shadow:0 16px 48px #0000004d}
.apropos-timeline-section{background:#fff;padding:90px 20px}
.apropos-timeline-wrapper{max-width:1000px;margin:0 auto}
.apropos-timeline-header{text-align:center;margin-bottom:75px}
.apropos-timeline-header h2{font-size:2.6rem;color:#070919;margin-bottom:18px;font-weight:700}
.apropos-timeline-header p{font-size:1.1rem;color:#495057;line-height:1.7}
.apropos-timeline-track{position:relative;padding-left:80px}
.apropos-timeline-track::before{content:'';position:absolute;left:29px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#7073F1 0%,#EDEEF1 100%)}
.apropos-timeline-event{position:relative;margin-bottom:55px;padding-left:0}
.apropos-timeline-marker{position:absolute;left:-65px;top:5px;width:60px;height:60px;background:#7073F1;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#fff;box-shadow:0 4px 12px #7073f14d;z-index:3}
.apropos-timeline-content{background:#f8f9fa;padding:32px;border-radius:10px;border-left:4px solid #7073F1}
.apropos-timeline-content h3{font-size:1.4rem;color:#070919;margin-bottom:12px;font-weight:600}
.apropos-timeline-content p{font-size:1rem;color:#495057;line-height:1.8}
.apropos-cta-section{background:linear-gradient(135deg,#EDEEF1 0%,#f8f9fa 100%);padding:100px 20px;text-align:center}
.apropos-cta-content{max-width:800px;margin:0 auto}
.apropos-cta-content h2{font-size:2.8rem;color:#070919;margin-bottom:26px;font-weight:700;line-height:1.3}
.apropos-cta-content p{font-size:1.2rem;color:#495057;line-height:1.7;margin-bottom:40px}
.apropos-cta-button{display:inline-block;background:#7073F1;color:#fff;padding:18px 48px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #7073f14d}
.apropos-cta-button:hover{background:#070919;transform:translateY(-3px);box-shadow:0 8px 24px #07091966}
@media (max-width: 992px) {
.apropos-hero-title{font-size:2.5rem}
.apropos-story-grid{grid-template-columns:1fr;gap:45px}
.apropos-values-grid{grid-template-columns:1fr;gap:30px}
.apropos-approach-layout{grid-template-columns:1fr;gap:50px}
.apropos-approach-visual{height:400px}
.apropos-team-members{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.apropos-hero-section{padding:80px 20px 60px}
.apropos-hero-title{font-size:2rem}
.apropos-hero-subtitle{font-size:1.1rem}
.apropos-story-image{height:320px}
.apropos-story-text h2{font-size:1.9rem}
.apropos-values-header h2{font-size:2rem}
.apropos-approach-content h2{font-size:2rem}
.apropos-timeline-track{padding-left:60px}
.apropos-timeline-marker{left:-55px;width:50px;height:50px;font-size:1rem}
.apropos-timeline-track::before{left:24px}
.apropos-member-card{flex-direction:column;align-items:center;text-align:center}
.apropos-cta-content h2{font-size:2rem}
}
.services-main-wrap{background:#fff;color:#070919;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.7}
.services-main-wrap a{text-decoration:none;color:inherit}
.services-hero-analytics{background:linear-gradient(135deg,#f8f9fa 0%,#EDEEF1 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.services-hero-analytics::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7073f114 0%,transparent 70%);border-radius:50%}
.services-hero-analytics .container{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.services-hero-content-block{max-width:720px;margin:0 auto;text-align:center}
.services-hero-analytics h1{font-size:3rem;font-weight:700;color:#070919;margin:0 0 24px;line-height:1.2}
.services-hero-analytics h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#7073F1 0%,#070919 100%);margin:20px auto 0}
.services-hero-analytics p{font-size:1.15rem;color:#495057;margin:0;line-height:1.8}
.services-intro-section{padding:80px 20px;background:#fff}
.services-intro-section .container{max-width:1140px;margin:0 auto}
.services-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.services-intro-text h2{font-size:2.2rem;color:#070919;margin:0 0 28px;font-weight:700;line-height:1.3}
.services-intro-text h2::before{content:'';display:inline-block;width:6px;height:42px;background:#7073F1;margin-right:16px;vertical-align:middle}
.services-intro-text p{font-size:1.05rem;color:#343a40;margin:0 0 20px;line-height:1.8}
.services-intro-text p:last-of-type{margin-bottom:0}
.services-intro-visual{position:relative}
.services-intro-visual img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #0709191f}
.services-capabilities-band{background:linear-gradient(180deg,#070919 0%,#1a1d3a 100%);padding:70px 20px;position:relative}
.services-capabilities-band::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#7073F1 50%,transparent 100%)}
.services-capabilities-band .container{max-width:1140px;margin:0 auto}
.services-capabilities-header{text-align:center;margin-bottom:50px}
.services-capabilities-header h2{font-size:2.4rem;color:#fff;margin:0 0 18px;font-weight:700}
.services-capabilities-header p{font-size:1.1rem;color:#EDEEF1;margin:0;max-width:680px;margin-left:auto;margin-right:auto}
.services-capabilities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.services-capability-card{background:#edeef10f;padding:36px 28px;border-radius:8px;border:1px solid #7073f133;transition:all .3s ease}
.services-capability-card:hover{background:#edeef11a;border-color:#7073F1;transform:translateY(-4px)}
.services-capability-icon{width:56px;height:56px;background:linear-gradient(135deg,#7073F1 0%,#5558c9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#fff;margin-bottom:20px}
.services-capability-card h3{font-size:1.35rem;color:#fff;margin:0 0 14px;font-weight:600}
.services-capability-card p{font-size:.98rem;color:#EDEEF1;margin:0;line-height:1.7}
.services-approach-section{padding:80px 20px;background:#f8f9fa}
.services-approach-section .container{max-width:1140px;margin:0 auto}
.services-approach-layout{display:grid;grid-template-columns:380px 1fr;gap:70px;align-items:start}
.services-approach-sidebar h2{font-size:2.3rem;color:#070919;margin:0 0 24px;font-weight:700;line-height:1.25}
.services-approach-sidebar p{font-size:1.05rem;color:#495057;margin:0;line-height:1.7}
.services-approach-steps{display:flex;flex-direction:column;gap:32px}
.services-step-item{background:#fff;padding:32px 36px;border-radius:10px;border-left:4px solid #7073F1;box-shadow:0 4px 16px #0709190f;position:relative}
.services-step-number{position:absolute;left:-18px;top:32px;width:40px;height:40px;background:#7073F1;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;z-index:5}
.services-step-item h3{font-size:1.3rem;color:#070919;margin:0 0 12px;font-weight:600}
.services-step-item p{font-size:1rem;color:#343a40;margin:0;line-height:1.7}
.services-expertise-showcase{padding:80px 20px;background:#fff;position:relative}
.services-expertise-showcase .container{max-width:1140px;margin:0 auto}
.services-expertise-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.services-expertise-visuals{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.services-expert-profile{background:linear-gradient(135deg,#f8f9fa 0%,#EDEEF1 100%);padding:28px;border-radius:10px;text-align:center;box-shadow:0 6px 24px #07091914}
.services-expert-profile img{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:16px}
.services-expert-profile h4{font-size:1.15rem;color:#070919;margin:0 0 6px;font-weight:600}
.services-expert-profile p{font-size:.92rem;color:#495057;margin:0}
.services-expertise-content h2{font-size:2.2rem;color:#070919;margin:0 0 28px;font-weight:700;line-height:1.3}
.services-expertise-content h2 span{color:#7073F1}
.services-expertise-content p{font-size:1.05rem;color:#343a40;margin:0 0 22px;line-height:1.8}
.services-expertise-list{list-style:none;padding:0;margin:32px 0 0}
.services-expertise-list li{padding:14px 0 14px 40px;position:relative;font-size:1.02rem;color:#343a40;line-height:1.6}
.services-expertise-list li::before{content:'';position:absolute;left:0;top:14px;width:28px;height:28px;background:#7073F1;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.services-cta-final{background:linear-gradient(135deg,#7073F1 0%,#5558c9 100%);padding:70px 20px;text-align:center;position:relative;overflow:hidden}
.services-cta-final::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:#ffffff0f;border-radius:50%}
.services-cta-final::after{content:'';position:absolute;bottom:-120px;right:-80px;width:320px;height:320px;background:#ffffff0d;border-radius:50%}
.services-cta-final .container{max-width:860px;margin:0 auto;position:relative;z-index:2}
.services-cta-final h2{font-size:2.4rem;color:#fff;margin:0 0 20px;font-weight:700;line-height:1.3}
.services-cta-final p{font-size:1.15rem;color:#EDEEF1;margin:0 0 36px;line-height:1.7}
.services-cta-button{display:inline-block;background:#fff;color:#070919;padding:16px 42px;border-radius:6px;font-size:1.08rem;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #00000026;position:relative;z-index:10}
.services-cta-button:hover{background:#EDEEF1;transform:translateY(-2px);box-shadow:0 8px 26px #0003}
@media (max-width: 768px) {
.services-hero-analytics{padding:60px 20px 50px}
.services-hero-analytics h1{font-size:2rem}
.services-intro-grid,.services-approach-layout,.services-expertise-layout{grid-template-columns:1fr;gap:40px}
.services-capabilities-grid{grid-template-columns:1fr;gap:24px}
.services-expertise-visuals{grid-template-columns:1fr}
.services-step-number{position:relative;left:0;top:0;margin-bottom:16px}
.services-cta-final h2{font-size:1.8rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#212529;line-height:1.7}
.cookie-policy-hero{background:linear-gradient(165deg,#070919 0%,#1a1d3a 100%);padding:120px 20px 80px;text-align:center;position:relative;overflow:hidden}
.cookie-policy-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#7073f126 0%,transparent 70%);border-radius:50%}
.cookie-policy-hero::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#7073f11a 0%,transparent 70%);border-radius:50%}
.cookie-hero-title{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 20px;position:relative;z-index:2;letter-spacing:-.02em}
.cookie-hero-subtitle{font-size:1.15rem;color:#EDEEF1;margin:0;position:relative;z-index:2;max-width:680px;margin-left:auto;margin-right:auto;opacity:.92}
.cookie-policy-content{max-width:100%;padding:0;background:#fff}
.cookie-main-block{padding:90px 40px;background:#fff}
.cookie-section-cluster{max-width:1400px;margin:0 auto}
.cookie-introductory-passage{background:linear-gradient(120deg,#f8f9fa 0%,#fff 100%);border-left:4px solid #7073F1;padding:45px 50px;margin:0 0 70px;border-radius:0 12px 12px 0;box-shadow:0 2px 12px #0709190a}
.cookie-intro-text{font-size:1.1rem;line-height:1.8;color:#343a40;margin:0 0 25px}
.cookie-intro-text:last-child{margin-bottom:0}
.cookie-thematic-segment{margin:0 0 85px;padding:0 20px}
.cookie-segment-heading{font-size:2rem;font-weight:700;color:#070919;margin:0 0 35px;position:relative;display:inline-block}
.cookie-segment-heading::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:3px;background:linear-gradient(90deg,#7073F1 0%,transparent 100%)}
.cookie-narrative-block{background:#fafbfc;padding:40px 45px;margin:0 0 35px;border-radius:8px;border:1px solid #EDEEF1;transition:all .3s ease}
.cookie-narrative-block:hover{box-shadow:0 4px 20px #07091914;border-color:#7073F1}
.cookie-block-title{font-size:1.4rem;font-weight:600;color:#070919;margin:0 0 18px;display:flex;align-items:center;gap:12px}
.cookie-block-title::before{content:'';width:8px;height:8px;background:#7073F1;border-radius:50%;flex-shrink:0}
.cookie-text-fragment{font-size:1.02rem;line-height:1.75;color:#495057;margin:0 0 20px}
.cookie-text-fragment:last-child{margin-bottom:0}
.cookie-enumeration-container{background:#fff;padding:35px 40px;border-radius:8px;border:2px solid #EDEEF1;margin:30px 0}
.cookie-list-item{padding:18px 0 18px 35px;position:relative;border-bottom:1px solid #f5f6fa;font-size:1.02rem;color:#343a40;line-height:1.7}
.cookie-list-item:last-child{border-bottom:none}
.cookie-list-item::before{content:'→';position:absolute;left:0;top:18px;color:#7073F1;font-weight:700;font-size:1.3rem}
.cookie-asymmetric-layout{display:grid;grid-template-columns:1.2fr 0.8fr;gap:50px;margin:50px 0;align-items:start}
.cookie-primary-column{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:45px;border-radius:12px;box-shadow:0 3px 15px #0709190f}
.cookie-secondary-column{background:#fff;padding:40px;border:2px solid #EDEEF1;border-radius:12px;position:sticky;top:30px}
.cookie-column-header{font-size:1.5rem;font-weight:600;color:#070919;margin:0 0 25px;padding-bottom:15px;border-bottom:2px solid #7073F1}
.cookie-compact-list{list-style:none;padding:0;margin:0}
.cookie-compact-item{padding:12px 0;color:#495057;font-size:.98rem;line-height:1.6;display:flex;gap:10px}
.cookie-compact-item::before{content:'●';color:#7073F1;font-size:.7rem;margin-top:7px;flex-shrink:0}
.cookie-mosaic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin:50px 0}
.cookie-mosaic-card{background:#fff;padding:35px;border-radius:10px;border:1px solid #EDEEF1;transition:all .3s ease;position:relative;overflow:hidden}
.cookie-mosaic-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#7073F1 0%,#070919 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.cookie-mosaic-card:hover::before{transform:scaleX(1)}
.cookie-mosaic-card:hover{box-shadow:0 6px 25px #0709191a;transform:translateY(-3px)}
.cookie-card-label{font-size:1.25rem;font-weight:600;color:#070919;margin:0 0 15px}
.cookie-card-description{font-size:.98rem;line-height:1.7;color:#495057;margin:0}
.cookie-reflective-segment{background:linear-gradient(165deg,#070919 0%,#1a1d3a 100%);padding:70px 50px;margin:70px 0;border-radius:16px;position:relative;overflow:hidden}
.cookie-reflective-segment::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#7073f133 0%,transparent 70%);border-radius:50%}
.cookie-reflective-title{font-size:1.8rem;font-weight:700;color:#fff;margin:0 0 30px;position:relative;z-index:2}
.cookie-reflective-text{font-size:1.05rem;line-height:1.8;color:#EDEEF1;margin:0 0 20px;position:relative;z-index:2;opacity:.95}
.cookie-reflective-text:last-child{margin-bottom:0}
.cookie-oblique-panel{background:#f8f9fa;padding:50px 45px;margin:60px 0;border-radius:12px;position:relative;border:1px solid #EDEEF1}
.cookie-oblique-panel::after{content:'';position:absolute;top:20px;right:20px;width:80px;height:80px;background:linear-gradient(135deg,#7073F1 0%,transparent 100%);opacity:.08;border-radius:50%}
.cookie-panel-heading{font-size:1.6rem;font-weight:600;color:#070919;margin:0 0 25px}
.cookie-panel-content{font-size:1.02rem;line-height:1.75;color:#495057;margin:0}
.cookie-layered-explanation{margin:50px 0;padding:0 20px}
.cookie-layer-block{background:#fff;padding:40px 45px;margin:0 0 25px;border-left:5px solid #7073F1;border-radius:0 8px 8px 0;box-shadow:0 2px 10px #0709190d}
.cookie-layer-heading{font-size:1.35rem;font-weight:600;color:#070919;margin:0 0 18px}
.cookie-layer-text{font-size:1rem;line-height:1.75;color:#495057;margin:0}
.cookie-contact-canvas{background:linear-gradient(120deg,#fafbfc 0%,#f8f9fa 100%);padding:60px 50px;margin:80px 0 0;border-radius:12px;border:2px solid #EDEEF1;text-align:center}
.cookie-contact-title{font-size:1.7rem;font-weight:600;color:#070919;margin:0 0 15px}
.cookie-contact-phrase{font-size:1.05rem;color:#495057;margin:0 0 30px;line-height:1.7}
.cookie-contact-details{display:flex;flex-direction:column;gap:12px;align-items:center;margin:25px 0 0}
.cookie-contact-line{font-size:1rem;color:#343a40;display:flex;align-items:center;gap:10px}
.cookie-contact-line::before{content:'';width:6px;height:6px;background:#7073F1;border-radius:50%}
.cookie-emphasis-term{color:#7073F1;font-weight:600}
@media (max-width: 968px) {
.cookie-policy-hero{padding:80px 20px 60px}
.cookie-hero-title{font-size:2.2rem}
.cookie-hero-subtitle{font-size:1.05rem}
.cookie-main-block{padding:60px 25px}
.cookie-introductory-passage{padding:35px 30px;margin-bottom:50px}
.cookie-thematic-segment{margin-bottom:60px;padding:0 10px}
.cookie-segment-heading{font-size:1.6rem;margin-bottom:25px}
.cookie-narrative-block{padding:30px 25px;margin-bottom:25px}
.cookie-asymmetric-layout{grid-template-columns:1fr;gap:30px}
.cookie-secondary-column{position:static}
.cookie-primary-column{padding:35px 30px}
.cookie-secondary-column{padding:30px 25px}
.cookie-mosaic-grid{grid-template-columns:1fr;gap:20px}
.cookie-reflective-segment{padding:50px 30px;margin:50px 0}
.cookie-reflective-title{font-size:1.5rem}
.cookie-oblique-panel{padding:40px 30px;margin:40px 0}
.cookie-contact-canvas{padding:45px 30px;margin-top:60px}
.cookie-enumeration-container{padding:25px 20px}
.cookie-list-item{padding-left:28px}
}
@media (max-width: 576px) {
.cookie-hero-title{font-size:1.8rem}
.cookie-hero-subtitle{font-size:.98rem}
.cookie-main-block{padding:40px 20px}
.cookie-introductory-passage{padding:25px 20px;margin-bottom:40px}
.cookie-segment-heading{font-size:1.4rem}
.cookie-narrative-block{padding:25px 20px}
.cookie-block-title{font-size:1.2rem}
.cookie-primary-column,.cookie-secondary-column{padding:25px 20px}
.cookie-mosaic-card{padding:25px 20px}
.cookie-reflective-segment{padding:35px 20px}
.cookie-oblique-panel{padding:30px 20px}
.cookie-contact-canvas{padding:35px 20px}
.cookie-contact-title{font-size:1.4rem}
.cookie-contact-details{gap:10px}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0}
.policy-hero-section{background:linear-gradient(165deg,#070919 0%,#1a1d3a 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.policy-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#7073f126 0%,transparent 70%);border-radius:50%}
.policy-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.policy-hero-content h1{color:#fff;font-size:2.8rem;font-weight:700;margin:0 0 20px;line-height:1.2}
.policy-update-notice{display:inline-block;background:#7073f133;color:#EDEEF1;padding:8px 18px;border-radius:20px;font-size:.95rem;margin-bottom:25px;border:1px solid #7073f14d}
.policy-intro-text{color:#EDEEF1;font-size:1.15rem;line-height:1.7;margin:0}
.policy-main-content{max-width:1400px;margin:0 auto;padding:70px 20px 100px}
.policy-content-grid{display:grid;grid-template-columns:280px 1fr;gap:60px;align-items:start}
.policy-nav-sidebar{position:sticky;top:30px;background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 12px #0709190f;border:1px solid #EDEEF1}
.policy-nav-sidebar h2{color:#070919;font-size:1.1rem;font-weight:600;margin:0 0 20px;padding-bottom:15px;border-bottom:2px solid #7073F1}
.policy-nav-list{list-style:none;padding:0;margin:0}
.policy-nav-list li{margin-bottom:12px}
.policy-nav-list a{color:#495057;text-decoration:none;font-size:.95rem;display:block;padding:8px 12px;border-radius:6px;transition:all .25s ease;border-left:3px solid transparent}
.policy-nav-list a:hover{background:#f8f9fa;color:#7073F1;border-left-color:#7073F1;transform:translateX(4px)}
.policy-document-body{background:#fff;border-radius:12px;padding:60px;box-shadow:0 2px 16px #0709190a;border:1px solid #EDEEF1}
.policy-section{margin-bottom:65px;position:relative}
.policy-section:last-child{margin-bottom:0}
.policy-section h2{color:#070919;font-size:1.95rem;font-weight:700;margin:0 0 25px;line-height:1.3;position:relative;padding-left:20px}
.policy-section h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:28px;background:linear-gradient(180deg,#7073F1 0%,#070919 100%);border-radius:3px}
.policy-section h3{color:#212529;font-size:1.4rem;font-weight:600;margin:35px 0 18px;line-height:1.4}
.policy-section p{color:#343a40;font-size:1.05rem;line-height:1.8;margin:0 0 20px}
.policy-section ul{margin:20px 0;padding-left:0;list-style:none}
.policy-section ul li{color:#343a40;font-size:1.05rem;line-height:1.8;margin-bottom:14px;padding-left:30px;position:relative}
.policy-section ul li::before{content:'';position:absolute;left:0;top:11px;width:8px;height:8px;background:#7073F1;border-radius:50%}
.policy-highlight-box{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-left:4px solid #7073F1;padding:25px 30px;margin:30px 0;border-radius:8px;box-shadow:0 2px 8px #0709190a}
.policy-highlight-box p{margin:0;color:#212529;font-size:1.05rem;line-height:1.7}
.policy-table-wrapper{overflow-x:auto;margin:30px 0;border-radius:8px;border:1px solid #EDEEF1}
.policy-data-table{width:100%;border-collapse:collapse;background:#fff}
.policy-data-table thead{background:linear-gradient(135deg,#070919 0%,#1a1d3a 100%)}
.policy-data-table th{color:#fff;font-size:1rem;font-weight:600;padding:18px 20px;text-align:left;border-bottom:2px solid #7073F1}
.policy-data-table td{color:#343a40;font-size:1rem;padding:16px 20px;border-bottom:1px solid #EDEEF1;line-height:1.6}
.policy-data-table tbody tr:hover{background:#f8f9fa}
.policy-data-table tbody tr:last-child td{border-bottom:none}
.policy-contact-section{background:linear-gradient(135deg,#070919 0%,#1a1d3a 100%);border-radius:12px;padding:45px;margin-top:60px;position:relative;overflow:hidden}
.policy-contact-section::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#7073f126 0%,transparent 70%);border-radius:50%}
.policy-contact-section h2{color:#fff;font-size:1.75rem;font-weight:700;margin:0 0 25px;padding-left:0}
.policy-contact-section h2::before{display:none}
.policy-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;position:relative;z-index:2}
.policy-contact-item{background:#edeef11a;border-radius:8px;padding:25px;border:1px solid #edeef126}
.policy-contact-item h3{color:#7073F1;font-size:1.1rem;font-weight:600;margin:0 0 12px}
.policy-contact-item p{color:#EDEEF1;font-size:1rem;margin:0;line-height:1.6}
.policy-contact-item a{color:#fff;text-decoration:none;transition:color .25s ease}
.policy-contact-item a:hover{color:#7073F1}
.policy-emphasis{color:#7073F1;font-weight:600}
.policy-section-divider{height:2px;background:linear-gradient(90deg,transparent 0%,#EDEEF1 20%,#EDEEF1 80%,transparent 100%);margin:50px 0;border:none}
@media (max-width: 1024px) {
.policy-content-grid{grid-template-columns:1fr;gap:40px}
.policy-nav-sidebar{position:static;order:-1}
.policy-document-body{padding:40px 30px}
}
@media (max-width: 768px) {
.policy-hero-section{padding:60px 20px 40px}
.policy-hero-content h1{font-size:2rem}
.policy-main-content{padding:50px 15px 70px}
.policy-document-body{padding:30px 20px}
.policy-section h2{font-size:1.6rem}
.policy-section h3{font-size:1.25rem}
.policy-contact-section{padding:35px 25px}
.policy-contact-grid{grid-template-columns:1fr;gap:20px}
}
.success-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#EDEEF1 50%,#f8f9fa 100%);min-height:85vh;display:flex;align-items:center;padding:2rem 1rem}
.success-content-block{max-width:680px;margin:0 auto;background:#fff;border-radius:16px;padding:3.5rem 2rem;box-shadow:0 8px 24px #07091914;position:relative;overflow:hidden}
.success-content-block::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#7073F1 0%,#070919 100%)}
.success-icon-area{text-align:center;margin-bottom:2rem}
.success-check-circle{width:84px;height:84px;margin:0 auto;background:linear-gradient(135deg,#7073F1 0%,#5a5dd8 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:successPulse 2s ease-in-out infinite}
.success-check-circle::after{content:'';position:absolute;width:100%;height:100%;border:3px solid #7073F1;border-radius:50%;animation:successRipple 1.5s ease-out infinite;opacity:0}
.success-check-mark{width:38px;height:38px;fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;animation:successDraw .8s ease-out .3s forwards}
@keyframes successPulse {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
@keyframes successRipple {
0%{transform:scale(1);opacity:.6}
100%{transform:scale(1.4);opacity:0}
}
@keyframes successDraw {
to{stroke-dashoffset:0}
}
.success-main-title{font-size:2rem;font-weight:700;color:#070919;margin:0 0 1.25rem;text-align:center;line-height:1.3}
.success-description-text{font-size:1.05rem;line-height:1.7;color:#495057;margin:0 0 2rem;text-align:center}
.success-timeline-box{background:#f8f9fa;border-left:4px solid #7073F1;padding:1.75rem 1.5rem;margin:2rem 0;border-radius:0 8px 8px 0}
.success-timeline-heading{font-size:1.1rem;font-weight:600;color:#070919;margin:0 0 1rem}
.success-step-item{display:flex;gap:1rem;margin-bottom:1.25rem;align-items:flex-start}
.success-step-item:last-child{margin-bottom:0}
.success-step-number{min-width:32px;height:32px;background:#7073F1;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}
.success-step-content{flex:1;padding-top:.25rem}
.success-step-text{font-size:.95rem;line-height:1.6;color:#343a40;margin:0}
.success-info-panel{background:linear-gradient(135deg,#eef0ff 0%,#f5f6fa 100%);border-radius:8px;padding:1.5rem;margin:2rem 0}
.success-info-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#7073F1;margin:0 0 .5rem}
.success-info-value{font-size:1rem;color:#070919;margin:0;line-height:1.6}
.success-contact-section{text-align:center;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #EDEEF1}
.success-contact-intro{font-size:.95rem;color:#495057;margin:0 0 1.5rem;line-height:1.6}
.success-contact-details{display:flex;flex-direction:column;gap:.75rem;align-items:center;margin-bottom:2rem}
.success-contact-item{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:#343a40}
.success-contact-icon{width:18px;height:18px;fill:#7073F1}
.success-contact-link{color:#7073F1;text-decoration:none;font-weight:500;transition:color .3s ease}
.success-contact-link:hover{color:#5a5dd8;text-decoration:underline}
.success-button-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.success-primary-btn{display:inline-flex;align-items:center;gap:.5rem;background:#7073F1;color:#fff;padding:.9rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;border:2px solid #7073F1;z-index:10;position:relative}
.success-primary-btn:hover{background:#5a5dd8;border-color:#5a5dd8;transform:translateY(-2px);box-shadow:0 6px 16px #7073f140}
.success-secondary-btn{display:inline-flex;align-items:center;gap:.5rem;background:none;color:#070919;padding:.9rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;border:2px solid #EDEEF1;z-index:10;position:relative}
.success-secondary-btn:hover{background:#EDEEF1;border-color:#d0d2e0;transform:translateY(-2px)}
@media (max-width: 768px) {
.success-wrapper{padding:1.5rem 1rem}
.success-content-block{padding:2.5rem 1.5rem}
.success-main-title{font-size:1.65rem}
.success-description-text{font-size:1rem}
.success-timeline-box{padding:1.5rem 1.25rem}
.success-button-group{flex-direction:column;width:100%}
.success-primary-btn,.success-secondary-btn{width:100%;justify-content:center}
.success-contact-details{align-items:flex-start}
}
@media (max-width: 480px) {
.success-check-circle{width:72px;height:72px}
.success-check-mark{width:32px;height:32px}
.success-main-title{font-size:1.5rem}
.success-step-item{gap:.75rem}
.success-step-number{min-width:28px;height:28px;font-size:.85rem}
}