.Hero-module__ZARIfG__hero{padding-top:calc(var(--nav-height) + 4rem);background:radial-gradient(circle at top right,#1a4d7a 0%,var(--primary-color)40%,#051d36 100%);color:var(--white);padding-bottom:8rem;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";opacity:.15;pointer-events:none;background-image:radial-gradient(#ffffff1a 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 100%);mask-image:linear-gradient(#000 0%,#0000 100%)}.Hero-module__ZARIfG__container{z-index:2;width:100%;max-width:var(--container-width);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin:0 auto;padding:0 1.5rem;display:grid;position:relative}.Hero-module__ZARIfG__heroText{padding-right:2rem}.Hero-module__ZARIfG__eyebrow{color:#fffffff2;letter-spacing:.03em;text-transform:uppercase;background:#ffffff14;border:1px solid #fff3;align-items:center;margin-bottom:1rem;padding:.45rem .75rem;font-size:.85rem;font-weight:700;display:inline-flex}.Hero-module__ZARIfG__hero h1{color:var(--white);margin-bottom:1.5rem;font-size:3.25rem;font-weight:800;line-height:1.1}@media (max-width:768px){.Hero-module__ZARIfG__hero h1{margin-bottom:1rem;font-size:2rem}.Hero-module__ZARIfG__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__ZARIfG__heroText{padding-right:0}.Hero-module__ZARIfG__eyebrow{justify-content:center}.Hero-module__ZARIfG__heroCtaWrapper{justify-content:center;display:flex}.Hero-module__ZARIfG__trustBadges{justify-content:center}}.Hero-module__ZARIfG__subhead{color:#ffffffe6;max-width:65ch;margin-bottom:2.5rem;font-size:1.2rem;font-weight:400;line-height:1.6}.Hero-module__ZARIfG__highlight{color:var(--accent-color);font-weight:700;display:inline-block;position:relative}.Hero-module__ZARIfG__trustBadges{align-items:center;gap:1.5rem;margin-top:2rem;margin-bottom:2rem;display:flex}.Hero-module__ZARIfG__heroPartnerBadge{opacity:1;filter:drop-shadow(0 4px 6px #0000001a);width:auto;height:90px}.Hero-module__ZARIfG__heroImageWrapper{justify-content:flex-end;align-items:center;display:flex}.Hero-module__ZARIfG__heroImage{filter:drop-shadow(0 20px 40px #0000004d);width:100%;max-width:580px;height:auto;animation:6s ease-in-out infinite Hero-module__ZARIfG__float}@keyframes Hero-module__ZARIfG__float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (max-width:768px){.Hero-module__ZARIfG__heroImageWrapper{justify-content:center;margin-top:2rem}.Hero-module__ZARIfG__heroImage{max-width:400px}}
.Services-module__dpHhBa__sectionHeader{text-align:center;max-width:800px;margin:0 auto 4rem}.Services-module__dpHhBa__sectionHeader h2{margin-bottom:1.5rem;font-size:2.5rem}.Services-module__dpHhBa__sectionHeader p{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.15rem}.Services-module__dpHhBa__grid3{border:none;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (max-width:992px){.Services-module__dpHhBa__grid3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Services-module__dpHhBa__grid3{grid-template-columns:1fr}}.Services-module__dpHhBa__serviceCard{background:var(--white);z-index:1;box-shadow:var(--shadow-md);color:inherit;border:1px solid #0000;height:100%;padding:3.5rem 2.5rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:block;position:relative}.Services-module__dpHhBa__serviceCard:hover{box-shadow:var(--shadow-xl);z-index:2;transform:translateY(-10px)}.Services-module__dpHhBa__serviceCard:after{content:"";background-color:var(--action-color);transform-origin:0;width:100%;height:4px;transition:transform .4s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.Services-module__dpHhBa__serviceCard:hover:after{transform:scaleX(1)}.Services-module__dpHhBa__iconWrapper{background-color:#0000;border:none;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:2rem;padding:0;display:flex}.Services-module__dpHhBa__iconWrapper img{object-fit:contain;width:100%;height:100%;transition:transform .3s}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__iconWrapper img{transform:scale(1.1)rotate(5deg)}.Services-module__dpHhBa__serviceCard h3{margin-bottom:1rem;font-size:1.35rem}.Services-module__dpHhBa__serviceCardDelayed{transition-delay:.1s}.Services-module__dpHhBa__serviceCardOffset{transition-delay:.2s}.Services-module__dpHhBa__serviceLink{color:var(--primary-color);align-items:center;margin-top:1.5rem;font-weight:700;display:inline-flex}
.DeliveryModels-module__ukRpza__sectionHeader{text-align:center;max-width:800px;margin:0 auto 4rem}.DeliveryModels-module__ukRpza__sectionHeader h2{margin-bottom:1.5rem;font-size:2.5rem}.DeliveryModels-module__ukRpza__sectionHeader p{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.15rem}.DeliveryModels-module__ukRpza__twoCol{grid-template-columns:1fr 1fr;align-items:stretch;gap:6rem;display:grid}@media (max-width:1024px){.DeliveryModels-module__ukRpza__twoCol{gap:3rem}}@media (max-width:768px){.DeliveryModels-module__ukRpza__twoCol{grid-template-columns:1fr}}.DeliveryModels-module__ukRpza__collabCard{background:var(--white);border:1px solid var(--border-color);z-index:1;box-shadow:var(--shadow-sm);flex-direction:column;height:100%;padding:3.5rem 2.5rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative}.DeliveryModels-module__ukRpza__collabCard:hover{box-shadow:var(--shadow-xl);border-color:var(--primary-color);z-index:2;transform:translateY(-8px)}.DeliveryModels-module__ukRpza__iconWrapper{background-color:var(--heading-color);width:70px;height:70px;color:var(--white);border-radius:0;justify-content:center;align-items:center;margin-bottom:2rem;font-size:1.75rem;display:flex}.DeliveryModels-module__ukRpza__collabCard h3{color:var(--heading-color);margin-bottom:1rem;font-size:1.5rem}.DeliveryModels-module__ukRpza__collabCard p{color:var(--text-light);flex-grow:1;margin-bottom:2rem}.DeliveryModels-module__ukRpza__featureList{margin-top:0;margin-bottom:2.5rem;padding:0;list-style:none}.DeliveryModels-module__ukRpza__featureList li{color:var(--text-color);align-items:center;gap:1rem;margin-bottom:.75rem;font-size:.95rem;display:flex}.DeliveryModels-module__ukRpza__featureList li i{color:var(--action-color);font-size:.9rem}.DeliveryModels-module__ukRpza__recommended{border:2px solid var(--primary-color);box-shadow:var(--shadow-md)}.DeliveryModels-module__ukRpza__collabBadge{background-color:var(--action-color);color:var(--heading-color);text-transform:uppercase;letter-spacing:.05em;z-index:10;padding:.5rem 1.25rem;font-size:.75rem;font-weight:800;position:absolute;top:0;right:0}.DeliveryModels-module__ukRpza__mtAuto{margin-top:auto}
.Method-module__7aCbZW__sectionHeader{text-align:center;max-width:800px;margin:0 auto 4rem}.Method-module__7aCbZW__sectionHeader h2{margin-bottom:1.5rem;font-size:2.5rem}.Method-module__7aCbZW__sectionHeader p{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.15rem}.Method-module__7aCbZW__methodGrid{border:none;grid-template-columns:repeat(4,1fr);align-items:flex-start;gap:2rem;display:grid}@media (max-width:1024px){.Method-module__7aCbZW__methodGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Method-module__7aCbZW__methodGrid{grid-template-columns:1fr}}.Method-module__7aCbZW__stepCard{background:var(--white);border-top:4px solid var(--action-color);box-shadow:var(--shadow-md);z-index:1;border:none;height:100%;padding:3rem 2.5rem;transition:all .3s;position:relative}.Method-module__7aCbZW__stepCard:hover{box-shadow:var(--shadow-xl);z-index:2;transform:translateY(-5px)}.Method-module__7aCbZW__stepNum{color:#0f42690d;font-size:5rem;font-weight:900;line-height:1;font-family:var(--font-main);transition:all .3s;position:absolute;top:.5rem;right:1.5rem}.Method-module__7aCbZW__stepCard:hover .Method-module__7aCbZW__stepNum{color:#a2cc3e26;transform:scale(1.1)}.Method-module__7aCbZW__stepContent{z-index:1;margin-top:2rem;position:relative}.Method-module__7aCbZW__stepContent h4{color:var(--heading-color);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.Method-module__7aCbZW__stepContent p{color:var(--text-light);font-size:.95rem}
.Comparison-module__3wjtJG__sectionHeader{text-align:center;max-width:800px;margin:0 auto 4rem}.Comparison-module__3wjtJG__sectionHeader h2{color:var(--white);margin-bottom:1.5rem;font-size:2.5rem}.Comparison-module__3wjtJG__sectionHeader p{color:var(--white);max-width:600px;margin:0 auto;font-size:1.15rem}.Comparison-module__3wjtJG__sectionComparison{background-color:var(--bg-dark);color:var(--white);padding-bottom:8rem;position:relative;overflow:hidden}.Comparison-module__3wjtJG__comparisonWrapper{justify-content:center;align-items:center;gap:2rem;max-width:1100px;margin:0 auto;display:flex;position:relative}@media (max-width:900px){.Comparison-module__3wjtJG__comparisonWrapper{flex-direction:column;gap:0}}.Comparison-module__3wjtJG__compCard{background:var(--white);z-index:1;height:100%;box-shadow:var(--shadow-xl);border:1px solid #ffffff0d;flex:1;padding:0;position:relative}@media (max-width:900px){.Comparison-module__3wjtJG__compCard{width:100%;transform:none!important}}.Comparison-module__3wjtJG__googleCard{z-index:2;border-top:6px solid var(--action-color);transform:scale(1.05)}@media (max-width:900px){.Comparison-module__3wjtJG__googleCard{z-index:2;box-shadow:var(--shadow-xl)}}.Comparison-module__3wjtJG__socialCard{opacity:.9;background:#f1f4f8;border-top:6px solid #cbd5e1;transform:scale(.95)}@media (max-width:900px){.Comparison-module__3wjtJG__socialCard{z-index:1;margin-top:-1rem;padding-top:2rem}}.Comparison-module__3wjtJG__cardHeader{text-align:center;border-bottom:1px solid var(--border-color);background:var(--white);padding:2.5rem 2rem 1.5rem}.Comparison-module__3wjtJG__socialCard .Comparison-module__3wjtJG__cardHeader{background:#f1f4f8;border-bottom-color:#0000000d}.Comparison-module__3wjtJG__iconBox{background:var(--bg-dark);width:60px;height:60px;color:var(--white);justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.75rem;display:flex}.Comparison-module__3wjtJG__socialIcon{color:var(--text-light);background:#cbd5e1}.Comparison-module__3wjtJG__cardHeader h3{color:var(--heading-color);margin-bottom:.5rem;font-size:1.5rem}.Comparison-module__3wjtJG__badgeRecommended{background:var(--action-color);color:var(--heading-color);text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:800;display:inline-block}.Comparison-module__3wjtJG__cardBody{padding:2rem}.Comparison-module__3wjtJG__compFeatures{margin:0;padding:0;list-style:none}.Comparison-module__3wjtJG__compFeatures li{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.Comparison-module__3wjtJG__compFeatures li:last-child{margin-bottom:0}.Comparison-module__3wjtJG__checkIcon,.Comparison-module__3wjtJG__crossIcon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;font-size:.85rem;display:flex}.Comparison-module__3wjtJG__checkIcon{color:var(--action-hover);background:#a2cc3e33}.Comparison-module__3wjtJG__checkIcon.Comparison-module__3wjtJG__neutral{color:var(--text-light);background:#e2e8f0}.Comparison-module__3wjtJG__crossIcon{color:#e74c3c;background:#e74c3c1a}.Comparison-module__3wjtJG__featureText strong{color:var(--heading-color);margin-bottom:.2rem;font-size:.95rem;display:block}.Comparison-module__3wjtJG__featureText p{color:var(--text-light);margin:0;font-size:.85rem;line-height:1.5}.Comparison-module__3wjtJG__socialCard .Comparison-module__3wjtJG__featureText p{color:#475569}.Comparison-module__3wjtJG__vsBadge{background:var(--heading-color);width:60px;height:60px;color:var(--white);z-index:10;justify-content:center;align-items:center;font-size:1.25rem;font-style:italic;font-weight:900;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)skew(-10deg);box-shadow:0 0 0 8px #0f426933}.Comparison-module__3wjtJG__vsBadge span{transform:skew(10deg)}@media (max-width:900px){.Comparison-module__3wjtJG__vsBadge{box-shadow:0 0 0 4px var(--bg-dark);margin:0 auto;position:relative;top:auto;left:auto;transform:skew(-10deg)translateY(-50%)}}
.WhyConsultant-module__6AYWVG__sectionHeader{text-align:center;max-width:800px;margin:0 auto 4rem}.WhyConsultant-module__6AYWVG__sectionHeader h2{margin-bottom:1.5rem;font-size:2.5rem}.WhyConsultant-module__6AYWVG__sectionHeader p{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.15rem}.WhyConsultant-module__6AYWVG__caseStudyBadge{background:var(--primary-color);color:var(--white);text-transform:uppercase;letter-spacing:.1em;box-shadow:var(--shadow-md);z-index:2;margin-bottom:1.5rem;padding:.75rem 2rem;font-size:.9rem;font-weight:800;display:inline-block;position:relative}.WhyConsultant-module__6AYWVG__caseStudyCard{box-shadow:var(--shadow-lg);background:linear-gradient(#0f42690a 0%,#0f426905 100%);border:1px solid #0f42691f;margin-bottom:3rem;padding:2.5rem}.WhyConsultant-module__6AYWVG__caseStudyTop{grid-template-columns:minmax(0,1.7fr) minmax(280px,1fr);align-items:start;gap:2rem;display:grid}.WhyConsultant-module__6AYWVG__caseStudyOverview h3{color:var(--heading-color);margin-bottom:1rem;font-size:1.65rem}.WhyConsultant-module__6AYWVG__caseStudyOverview p{color:var(--text-light);margin:0 0 1rem;line-height:1.75}.WhyConsultant-module__6AYWVG__caseStudyOverview p:last-child{margin-bottom:0}.WhyConsultant-module__6AYWVG__caseStudyMeta{gap:1rem;display:grid}.WhyConsultant-module__6AYWVG__metaItem{background:var(--white);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);padding:1.25rem 1.4rem}.WhyConsultant-module__6AYWVG__metaItem span{letter-spacing:.05em;text-transform:uppercase;color:var(--text-light);margin-bottom:.35rem;font-size:.8rem;font-weight:700;display:block}.WhyConsultant-module__6AYWVG__metaItem strong{color:var(--heading-color);font-size:1rem}.WhyConsultant-module__6AYWVG__grid3{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}@media (max-width:992px){.WhyConsultant-module__6AYWVG__grid3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.WhyConsultant-module__6AYWVG__grid3{grid-template-columns:1fr}}.WhyConsultant-module__6AYWVG__consultantFeature{text-align:left;background:var(--white);border:none;border-top:4px solid var(--border-color);box-shadow:var(--shadow-md);padding:2.5rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;top:0}.WhyConsultant-module__6AYWVG__consultantFeature:hover{background:var(--white);box-shadow:var(--shadow-xl);border-top-color:var(--action-color);transform:translateY(-8px)}.WhyConsultant-module__6AYWVG__featureHead{align-items:center;gap:1.25rem;margin-bottom:1.5rem;display:flex}.WhyConsultant-module__6AYWVG__featureHead svg{color:var(--primary-color);background:#0f42690d;border:1px solid #0f42690d;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;transition:all .3s;display:flex}.WhyConsultant-module__6AYWVG__consultantFeature:hover .WhyConsultant-module__6AYWVG__featureHead svg{background:var(--action-color);color:var(--heading-color);border-color:var(--action-color)}.WhyConsultant-module__6AYWVG__featureHead h4{color:var(--heading-color);margin:0;font-size:1.2rem;font-weight:700;line-height:1.3}.WhyConsultant-module__6AYWVG__consultantFeature p{color:var(--text-light);margin:0;font-size:.95rem;line-height:1.7}.WhyConsultant-module__6AYWVG__consultantFeature strong{color:var(--primary-color);background:linear-gradient(120deg,#a2cc3e33 0% 100%) 0 85%/100% 40% no-repeat;font-weight:800}.WhyConsultant-module__6AYWVG__textCenter{text-align:center}.WhyConsultant-module__6AYWVG__caseStudyNote{text-align:center;max-width:780px;color:var(--text-light);margin:0 auto 2rem;line-height:1.75}@media (max-width:992px){.WhyConsultant-module__6AYWVG__caseStudyTop{grid-template-columns:1fr}}@media (max-width:768px){.WhyConsultant-module__6AYWVG__caseStudyCard{padding:1.5rem}.WhyConsultant-module__6AYWVG__caseStudyOverview h3{font-size:1.4rem}}
.Reviews-module__yTtV6W__sectionHeader{text-align:center;max-width:800px;margin:0 auto 4rem}.Reviews-module__yTtV6W__sectionHeader h2{margin-bottom:1.5rem;font-size:2.5rem}.Reviews-module__yTtV6W__reviewsSection{background-color:var(--bg-alt);padding:6rem 0;overflow:hidden}.Reviews-module__yTtV6W__marqueeWrapper{opacity:0;flex-direction:column;gap:2rem;width:100%;padding:2rem 0;animation:.8s .2s forwards Reviews-module__yTtV6W__fadeInUp;display:flex;transform:translateY(20px)}@keyframes Reviews-module__yTtV6W__fadeInUp{to{opacity:1;transform:translateY(0)}}.Reviews-module__yTtV6W__marqueeRow{white-space:nowrap;width:100%;position:relative;overflow:hidden}.Reviews-module__yTtV6W__marqueeContent{gap:2rem;width:max-content;display:flex}.Reviews-module__yTtV6W__scrollingLeft .Reviews-module__yTtV6W__marqueeContent{animation:60s linear infinite Reviews-module__yTtV6W__scrollLeft}.Reviews-module__yTtV6W__scrollingRight .Reviews-module__yTtV6W__marqueeContent{animation:60s linear infinite Reviews-module__yTtV6W__scrollRight;transform:translate(-50%)}@keyframes Reviews-module__yTtV6W__scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes Reviews-module__yTtV6W__scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.Reviews-module__yTtV6W__reviewCard{background:var(--white);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);white-space:normal;flex-direction:column;flex-shrink:0;justify-content:space-between;min-width:450px;max-width:450px;padding:2.5rem;transition:all .3s;display:flex}.Reviews-module__yTtV6W__reviewCard:hover{box-shadow:var(--shadow-xl);border-color:var(--primary-color);transform:translateY(-5px)}.Reviews-module__yTtV6W__reviewQuote{color:var(--heading-color);margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.6;position:relative}.Reviews-module__yTtV6W__reviewQuote:before{content:"“";color:#a2cc3e33;font-family:serif;font-size:4rem;line-height:1;position:absolute;top:-2rem;left:-1rem}.Reviews-module__yTtV6W__reviewMeta{border-top:1px solid var(--border-color);align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.Reviews-module__yTtV6W__avatarPlaceholder{background-color:var(--bg-dark);width:50px;height:50px;color:var(--white);border-radius:0;flex-shrink:0;justify-content:center;align-items:center;margin-right:0;font-size:1rem;font-weight:700;display:flex}.Reviews-module__yTtV6W__reviewInfo{text-align:left;flex-direction:column;display:flex}.Reviews-module__yTtV6W__reviewInfo strong{color:var(--heading-color);margin-bottom:.1rem;font-size:1rem;font-weight:700;display:block}.Reviews-module__yTtV6W__reviewInfo span{color:var(--text-light);opacity:1;font-size:.85rem}@media (max-width:768px){.Reviews-module__yTtV6W__sectionHeader h2{font-size:2rem}.Reviews-module__yTtV6W__marqueeWrapper{gap:1.5rem}.Reviews-module__yTtV6W__reviewCard{padding:1.5rem;flex-shrink:0!important;min-width:290px!important;max-width:290px!important}.Reviews-module__yTtV6W__scrollingLeft .Reviews-module__yTtV6W__marqueeContent,.Reviews-module__yTtV6W__scrollingRight .Reviews-module__yTtV6W__marqueeContent{animation-duration:30s}.Reviews-module__yTtV6W__reviewQuote{margin-bottom:1.5rem;font-size:.9rem}.Reviews-module__yTtV6W__reviewQuote:before{font-size:3rem;top:-1.5rem}}
.FAQ-module__V8_xEa__faqGrid{gap:1rem;max-width:900px;margin:0 auto;display:grid}.FAQ-module__V8_xEa__faqItem{border:1px solid var(--border-color);background:var(--white);transition:border-color .2s,box-shadow .2s,transform .2s}.FAQ-module__V8_xEa__faqQuestion{cursor:pointer;color:var(--heading-color);justify-content:space-between;align-items:center;gap:1rem;padding:1.35rem 1.5rem;font-size:1.1rem;font-weight:700;list-style:none;transition:background-color .2s,color .2s;display:flex}.FAQ-module__V8_xEa__faqQuestion::-webkit-details-marker{display:none}.FAQ-module__V8_xEa__faqIcon{border:1px solid var(--border-color);width:1.75rem;height:1.75rem;color:var(--accent-color);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.FAQ-module__V8_xEa__faqIcon:before{content:"+";font-size:1.2rem;line-height:1}.FAQ-module__V8_xEa__faqQuestion:hover{background-color:var(--bg-alt)}.FAQ-module__V8_xEa__faqQuestion:focus-visible{outline:2px solid var(--accent-color);outline-offset:-2px}.FAQ-module__V8_xEa__faqAnswer{color:var(--text-color);padding:0 1.5rem 1.4rem;line-height:1.7}.FAQ-module__V8_xEa__faqAnswer p{margin:0}.FAQ-module__V8_xEa__faqItem[open]{box-shadow:var(--shadow-md);border-color:var(--primary-color);transform:translateY(-1px)}.FAQ-module__V8_xEa__faqItem[open] .FAQ-module__V8_xEa__faqQuestion{color:var(--primary-color);background:#a2cc3e14}.FAQ-module__V8_xEa__faqItem[open] .FAQ-module__V8_xEa__faqIcon:before{content:"−"}.FAQ-module__V8_xEa__faqFooter{text-align:center;max-width:900px;color:var(--text-light);margin:1.5rem auto 0}.FAQ-module__V8_xEa__faqFooter a{color:var(--primary-color);font-weight:600}@media (max-width:768px){.FAQ-module__V8_xEa__faqQuestion{padding:1.15rem 1.2rem;font-size:1rem}.FAQ-module__V8_xEa__faqAnswer{padding:0 1.2rem 1.2rem}}
.CTA-module__CdZh3q__ctaDark{background-color:var(--action-hover);text-align:center;color:var(--white);padding:6rem 0;position:relative;overflow:hidden}.CTA-module__CdZh3q__ctaDark h2{color:var(--white);margin-bottom:1.5rem;font-size:2.5rem}.CTA-module__CdZh3q__ctaDark p{color:#ffffffb3;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.CTA-module__CdZh3q__ctaButton{background-color:var(--primary-color)!important;color:var(--white)!important;border:1px solid var(--primary-color)!important}.CTA-module__CdZh3q__ctaButton:hover{background-color:var(--white)!important;color:var(--primary-color)!important;border-color:var(--white)!important}
