.Header-module__hBw1pG__header{z-index:100;height:var(--header-height);-webkit-backdrop-filter:blur(12px);transition:border-color var(--transition-base), box-shadow var(--transition-base);background:#fffffff2;border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled{border-bottom-color:var(--color-border);box-shadow:var(--shadow-sm)}.Header-module__hBw1pG__inner{align-items:center;gap:2rem;height:100%;display:flex}.Header-module__hBw1pG__logo{flex-shrink:0;align-items:center;gap:.625rem;text-decoration:none;display:flex}.Header-module__hBw1pG__logoMark{flex-shrink:0;align-items:center;width:32px;height:32px;display:flex}.Header-module__hBw1pG__logoMark img{width:100%;height:100%}.Header-module__hBw1pG__logoText{color:var(--color-dark);letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.Header-module__hBw1pG__nav{flex:1}.Header-module__hBw1pG__navList{align-items:center;gap:.25rem;display:flex}.Header-module__hBw1pG__navItem{position:relative}.Header-module__hBw1pG__navLink{font-size:var(--font-size-sm);color:var(--color-text);border-radius:var(--radius-md);transition:background var(--transition-fast), color var(--transition-fast);white-space:nowrap;cursor:pointer;background:0 0;border:none;align-items:center;padding:.5rem .875rem;font-family:inherit;font-weight:500;display:flex}.Header-module__hBw1pG__navLink:hover{background:var(--color-bg-light);color:var(--color-accent)}.Header-module__hBw1pG__dropdown{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);min-width:200px;padding:.625rem;animation:.18s both Header-module__hBw1pG__fadeInUp;position:absolute;top:calc(100% + 8px);left:0}.Header-module__hBw1pG__dropdownList{flex-direction:column;gap:.125rem;display:flex}.Header-module__hBw1pG__dropdownLink{font-size:var(--font-size-sm);color:var(--color-text-body);border-radius:var(--radius-md);transition:background var(--transition-fast), color var(--transition-fast);padding:.625rem .875rem;display:block}.Header-module__hBw1pG__dropdownLink:hover{background:var(--color-accent-light);color:var(--color-accent)}.Header-module__hBw1pG__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Header-module__hBw1pG__hamburger{flex-direction:column;gap:5px;margin-left:auto;padding:.5rem;display:none}.Header-module__hBw1pG__hamburger span{background:var(--color-text);width:22px;height:2px;transition:all var(--transition-base);transform-origin:50%;border-radius:2px;display:block}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__open span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__open span:nth-child(2){opacity:0;transform:scaleX(0)}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__hBw1pG__mobileMenu{top:var(--header-height);background:var(--color-bg);z-index:99;padding:1.5rem 1rem 2rem;animation:.2s Header-module__hBw1pG__fadeIn;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.Header-module__hBw1pG__mobileNavList{flex-direction:column;gap:0;margin-bottom:2rem;display:flex}.Header-module__hBw1pG__mobileNavLink,.Header-module__hBw1pG__mobileNavLabel{font-size:var(--font-size-md);color:var(--color-text);border-bottom:1px solid var(--color-border);padding:.875rem 0;font-weight:600;display:block}.Header-module__hBw1pG__mobileSubList{padding:.5rem 0}.Header-module__hBw1pG__mobileSubLink{font-size:var(--font-size-sm);color:var(--color-text-body);padding:.5rem 1rem;display:block}.Header-module__hBw1pG__mobileCtas{flex-direction:column;gap:.75rem;margin-top:2rem;display:flex}@media (max-width:1024px){.Header-module__hBw1pG__nav,.Header-module__hBw1pG__actions{display:none}.Header-module__hBw1pG__hamburger{display:flex}}
.Hero-module__ZARIfG__hero{min-height:100vh;padding-top:var(--header-height);background:#f3f7f8;align-items:center;display:flex}.Hero-module__ZARIfG__inner{width:100%;max-width:none;padding:0}.Hero-module__ZARIfG__stage{min-height:calc(100vh - var(--header-height));background:#eef4f6;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroImage{object-fit:cover;object-position:68% 16%;transform-origin:72% 24%;animation:18s ease-in-out infinite alternate Hero-module__ZARIfG__heroDrift}.Hero-module__ZARIfG__leftShade{background:linear-gradient(90deg,#f4f8f9fa 0%,#f4f8f9f0 24%,#f4f8f9c2 40%,#f4f8f92e 62%,#f4f8f900 78%),radial-gradient(circle at 18% 32%,#ffffffd1,#0000 30%);position:absolute;inset:0}.Hero-module__ZARIfG__bottomShade{background:linear-gradient(#f3f7f800 0%,#f3f7f8d9 100%);height:18%;position:absolute;inset:auto 0 0}.Hero-module__ZARIfG__copy{z-index:1;max-width:46rem;position:absolute;top:50%;left:clamp(4%,5.8vw,7.5%);transform:translateY(-50%)}.Hero-module__ZARIfG__title{color:#07181d;letter-spacing:-.06em;text-wrap:balance;margin-bottom:1rem;font-size:clamp(2.8rem,4.9vw,5.4rem);font-weight:900;line-height:1.02}.Hero-module__ZARIfG__lead{color:#07181dc7;max-width:36rem;margin-bottom:1.9rem;font-size:clamp(.98rem,1.25vw,1.08rem);line-height:1.9}.Hero-module__ZARIfG__ctaGroup{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.Hero-module__ZARIfG__primaryCta,.Hero-module__ZARIfG__secondaryCta{border-radius:999px;justify-content:center;min-width:25rem;padding:1.05rem 1.8rem;font-size:1rem;font-weight:800}.Hero-module__ZARIfG__primaryCta{color:#fff;background:#1fb5ab;box-shadow:0 16px 34px #1fb5ab3d}.Hero-module__ZARIfG__primaryCta:hover{background:#18a198;transform:translateY(-2px)}.Hero-module__ZARIfG__secondaryCta{color:#10244f;background:#ffffffeb;box-shadow:0 16px 34px #07143c1a}.Hero-module__ZARIfG__secondaryCta:hover{background:#fff;transform:translateY(-2px)}.Hero-module__ZARIfG__frame{pointer-events:none;border:1px solid #ffffff4d;position:absolute;inset:0}@keyframes Hero-module__ZARIfG__heroDrift{0%{transform:scale(.94)translate(0,0)}to{transform:scale(.97)translate(-.8%,.4%)}}@media (max-width:1100px){.Hero-module__ZARIfG__copy{max-width:38rem}.Hero-module__ZARIfG__primaryCta,.Hero-module__ZARIfG__secondaryCta{min-width:21rem}}@media (max-width:900px){.Hero-module__ZARIfG__copy{text-align:center;width:calc(100% - 3rem);max-width:680px;top:14%;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__lead{margin-left:auto;margin-right:auto}.Hero-module__ZARIfG__ctaGroup{align-items:center}.Hero-module__ZARIfG__leftShade{background:linear-gradient(#f4f8f9f0 0%,#f4f8f9c2 28%,#f4f8f929 58%,#f4f8f900 82%)}.Hero-module__ZARIfG__heroImage{object-position:74% 18%}}@media (max-width:640px){.Hero-module__ZARIfG__title{font-size:clamp(2.3rem,9.5vw,4rem)}.Hero-module__ZARIfG__lead{font-size:.94rem}.Hero-module__ZARIfG__ctaGroup{width:100%}.Hero-module__ZARIfG__primaryCta,.Hero-module__ZARIfG__secondaryCta{width:100%;min-width:100%}.Hero-module__ZARIfG__heroImage{object-position:78% 18%}}
.CoverageSection-module__KoJv8W__coverage{padding:0 0 calc(var(--space-xl) + .5rem);background:linear-gradient(#f3f7f8 0%,#fff 100%);margin-top:-2.5rem;position:relative}.CoverageSection-module__KoJv8W__inner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #2aab9f1f;border-radius:34px;justify-content:center;padding:1.6rem;display:flex;box-shadow:0 22px 54px #0f272714}.CoverageSection-module__KoJv8W__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;width:min(100%,1080px);display:grid}.CoverageSection-module__KoJv8W__card{background:linear-gradient(#f4fbfaf5 0%,#e8f4f7e0 100%);border:1px solid #2aab9f1a;border-radius:28px;padding:1.45rem 1.25rem}.CoverageSection-module__KoJv8W__value{color:var(--color-dark);letter-spacing:-.04em;font-size:clamp(1.6rem,2.6vw,2.4rem);font-weight:900;line-height:1}.CoverageSection-module__KoJv8W__label{color:var(--color-dark);margin-top:.55rem;font-size:.95rem;font-weight:800}.CoverageSection-module__KoJv8W__note{color:#07181dad;margin-top:.55rem;font-size:.86rem;line-height:1.6}@media (max-width:980px){.CoverageSection-module__KoJv8W__coverage{margin-top:-1.25rem}.CoverageSection-module__KoJv8W__grid{grid-template-columns:1fr}}
.ProblemSection-module__A0rn6q__problem{padding-top:var(--space-2xl);padding-bottom:var(--space-2xl)}.ProblemSection-module__A0rn6q__problemBlock{text-align:center;max-width:800px;margin:0 auto 2.75rem}.ProblemSection-module__A0rn6q__problemIntro{font-size:var(--font-size-lg);color:var(--color-text);margin-bottom:2.4rem;font-weight:600;line-height:1.9}.ProblemSection-module__A0rn6q__problemCards{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.ProblemSection-module__A0rn6q__problemCard{background:var(--color-bg);border:2px solid var(--color-border);border-radius:var(--radius-lg);text-align:left;flex:1;align-items:center;gap:.75rem;min-width:220px;max-width:300px;padding:1rem 1.5rem;display:flex}.ProblemSection-module__A0rn6q__problemIcon{flex-shrink:0;font-size:1.5rem}.ProblemSection-module__A0rn6q__problemText{font-size:var(--font-size-sm);color:var(--color-text-body);font-weight:500;line-height:1.5}.ProblemSection-module__A0rn6q__arrow{color:var(--color-accent);font-weight:700;font-size:var(--font-size-sm);flex-direction:column;align-items:center;gap:.5rem;margin:2rem 0 5rem;display:flex}.ProblemSection-module__A0rn6q__arrowText{max-width:760px;font-size:var(--font-size-lg);text-align:center;line-height:1.7}.ProblemSection-module__A0rn6q__solutionTitle{text-align:center;max-width:600px;margin:1rem auto 3.25rem}.ProblemSection-module__A0rn6q__solutionGrid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.ProblemSection-module__A0rn6q__solutionCard{padding:2.3rem;position:relative}.ProblemSection-module__A0rn6q__solutionNum{color:#0000;font-feature-settings:"tnum";-webkit-text-stroke:2px var(--color-accent);margin-bottom:1rem;font-size:3rem;font-weight:900;line-height:1}.ProblemSection-module__A0rn6q__solutionCardTitle{font-size:var(--font-size-md);color:var(--color-text);margin-bottom:.75rem;font-weight:700;line-height:1.4}.ProblemSection-module__A0rn6q__solutionDesc{font-size:var(--font-size-sm);color:var(--color-text-body);line-height:1.8}@media (max-width:900px){.ProblemSection-module__A0rn6q__solutionGrid{grid-template-columns:1fr}}@media (max-width:600px){.ProblemSection-module__A0rn6q__arrowText{font-size:var(--font-size-md);line-height:1.6}.ProblemSection-module__A0rn6q__problemCards{flex-direction:column;align-items:center}.ProblemSection-module__A0rn6q__problemCard{width:100%;min-width:0;max-width:100%}}
.FeatureSection-module__RHRnLa__header{text-align:center;margin-bottom:2.6rem}.FeatureSection-module__RHRnLa__heading{letter-spacing:-.04em;color:var(--color-dark);font-size:clamp(2rem,4vw,3.3rem);line-height:1.1}.FeatureSection-module__RHRnLa__tabs{flex-wrap:wrap;justify-content:center;gap:.9rem;margin-bottom:2.5rem;display:flex}.FeatureSection-module__RHRnLa__tab{color:#001b1bad;transition:all var(--transition-base);background:#e6f7f6bf;border:1px solid #0000;border-radius:999px;padding:.9rem 1.5rem;font-size:.98rem;font-weight:700}.FeatureSection-module__RHRnLa__tab:hover{color:var(--color-accent);border-color:#2aab9f33}.FeatureSection-module__RHRnLa__tabActive{color:#fff;background:linear-gradient(135deg,#2aab9f,#4d8fd6);box-shadow:0 14px 34px #2aab9f38}.FeatureSection-module__RHRnLa__panel{background:linear-gradient(145deg,#fffffff5,#f1f9f8f5);border:1px solid #2aab9f1a;border-radius:34px;grid-template-columns:1.1fr .9fr;align-items:stretch;gap:2.5rem;padding:2.35rem;display:grid;box-shadow:0 24px 70px #0f272714}.FeatureSection-module__RHRnLa__panelCopy{flex-direction:column;justify-content:center;display:flex}.FeatureSection-module__RHRnLa__panelTitle{color:var(--color-dark);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(1.5rem,2.2vw,2.4rem);line-height:1.2}.FeatureSection-module__RHRnLa__panelDesc{color:var(--color-text-body);max-width:42rem;margin-bottom:1.9rem;font-size:1.02rem;line-height:1.9}.FeatureSection-module__RHRnLa__pointRow{flex-wrap:wrap;gap:1rem;display:flex}.FeatureSection-module__RHRnLa__pointCard{color:var(--color-dark);background:#fff;border:1px solid #2aab9f1a;border-radius:20px;padding:1rem 1.1rem;font-size:.92rem;font-weight:700;box-shadow:0 10px 24px #0f27270d}.FeatureSection-module__RHRnLa__panelVisual{justify-content:center;align-items:center;display:flex}.FeatureSection-module__RHRnLa__visualSurface{background:linear-gradient(160deg,#e6f7f6e6,#d7e8efeb);border-radius:30px;flex-direction:column;justify-content:flex-start;width:100%;min-height:360px;padding:1.6rem;display:flex;position:relative;overflow:hidden}.FeatureSection-module__RHRnLa__visualImageWrap{position:absolute;inset:0}.FeatureSection-module__RHRnLa__visualImage{object-fit:cover;object-position:center}.FeatureSection-module__RHRnLa__visualGlow{background:linear-gradient(#ffffff2e 0%,#ffffff14 100%),radial-gradient(circle,#ffffff1a,#ffffff0a 60%,#ffffff05 100%);position:absolute;inset:0}.FeatureSection-module__RHRnLa__visualSurfaceDeadline{background:linear-gradient(160deg,#eef9f7f0,#dbe8f5fa)}.FeatureSection-module__RHRnLa__visualSurfaceSearch{background:linear-gradient(160deg,#f2faf7f0,#e6f2effa)}.FeatureSection-module__RHRnLa__visualSurfaceCompare{background:linear-gradient(160deg,#ebf8f8f0,#dce7f8fa)}@media (max-width:900px){.FeatureSection-module__RHRnLa__panel{grid-template-columns:1fr;padding:1.5rem}.FeatureSection-module__RHRnLa__visualSurface{min-height:300px}}
.CaseStudiesSection-module__a8CAwq__header{text-align:center;margin-bottom:3rem}.CaseStudiesSection-module__a8CAwq__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem;max-width:1040px;margin:0 auto;display:grid}.CaseStudiesSection-module__a8CAwq__card{flex-direction:column;gap:.875rem;padding:2rem;display:flex}.CaseStudiesSection-module__a8CAwq__cardTag{font-size:var(--font-size-xs);letter-spacing:.08em;color:var(--color-accent);text-transform:uppercase;font-weight:700}.CaseStudiesSection-module__a8CAwq__question{font-size:var(--font-size-base);color:var(--color-text);font-weight:700;line-height:1.5}.CaseStudiesSection-module__a8CAwq__answer{font-size:var(--font-size-sm);color:var(--color-text-body);line-height:1.85}.CaseStudiesSection-module__a8CAwq__cta{justify-content:center;margin-top:3.5rem;display:flex}@media (max-width:900px){.CaseStudiesSection-module__a8CAwq__grid{grid-template-columns:1fr}}
.CtaSection-module___H-rNG__cta{padding:var(--space-2xl) 0;background:var(--color-dark);position:relative;overflow:hidden}.CtaSection-module___H-rNG__bgDeco1,.CtaSection-module___H-rNG__bgDeco2{pointer-events:none;border-radius:50%;position:absolute}.CtaSection-module___H-rNG__bgDeco1{background:radial-gradient(circle,#2aab9f33 0%,#0000 70%);width:600px;height:600px;top:-200px;right:-100px}.CtaSection-module___H-rNG__bgDeco2{background:radial-gradient(circle,#2aab9f1a 0%,#0000 70%);width:400px;height:400px;bottom:-100px;left:-80px}.CtaSection-module___H-rNG__inner{flex-direction:column;align-items:center;gap:1.8rem;max-width:900px;margin:0 auto;display:flex;position:relative}.CtaSection-module___H-rNG__card{text-align:center;flex-direction:column;align-items:center;gap:.9rem;max-width:680px;display:flex}.CtaSection-module___H-rNG__cardTitle{color:var(--color-white);font-size:clamp(1.85rem,3vw,2.4rem);font-weight:800;line-height:1.3}.CtaSection-module___H-rNG__cardDesc{font-size:var(--font-size-base);color:#ffffffb3;line-height:1.8}.CtaSection-module___H-rNG__formCard{box-shadow:var(--shadow-lg);background:#fffffff5;border:1px solid #ffffff2e;border-radius:28px;width:100%;padding:2.25rem}.CtaSection-module___H-rNG__formGrid{grid-template-columns:1fr 1fr;gap:1.15rem;display:grid}.CtaSection-module___H-rNG__field{flex-direction:column;gap:.5rem;display:flex}.CtaSection-module___H-rNG__labelRow{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.CtaSection-module___H-rNG__fieldFull{grid-column:1/-1}.CtaSection-module___H-rNG__label{color:var(--color-dark);font-size:var(--font-size-sm);font-weight:700}.CtaSection-module___H-rNG__requiredMark{color:#d91f43;font-size:.95rem;font-weight:900;line-height:1}.CtaSection-module___H-rNG__input{border:1px solid var(--color-border);width:100%;font-size:var(--font-size-base);color:var(--color-text);background:#fff;border-radius:14px;padding:.9rem 1rem}.CtaSection-module___H-rNG__input:focus{border-color:#2aab9f73;outline:none;box-shadow:0 0 0 4px #2aab9f1f}.CtaSection-module___H-rNG__textarea{resize:vertical;min-height:120px}.CtaSection-module___H-rNG__fieldError{color:#d91f43;font-size:.85rem}.CtaSection-module___H-rNG__submitBtn{justify-content:center;width:100%;margin-top:1.5rem}.CtaSection-module___H-rNG__submitBtn:disabled{opacity:.72;cursor:wait}.CtaSection-module___H-rNG__feedbackError{color:#d91f43;min-height:1.5rem;margin-top:1rem;font-size:.95rem}.CtaSection-module___H-rNG__modalOverlay{z-index:1000;background:#07121894;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.CtaSection-module___H-rNG__modal{text-align:center;background:#fff;border-radius:24px;width:min(100%,460px);padding:1.75rem;box-shadow:0 24px 80px #00000038}.CtaSection-module___H-rNG__modalTitle{color:var(--color-dark);font-size:1.35rem;font-weight:800}.CtaSection-module___H-rNG__modalText{color:var(--color-text);margin-top:.9rem;line-height:1.8}.CtaSection-module___H-rNG__modalButton{justify-content:center;width:100%;margin-top:1.25rem}@media (max-width:900px){.CtaSection-module___H-rNG__inner{gap:1.5rem}.CtaSection-module___H-rNG__formGrid{grid-template-columns:1fr}.CtaSection-module___H-rNG__formCard{padding:1.4rem}}
.Footer-module__S6Hkya__footer{background:var(--color-dark);color:#fffc;padding:var(--space-2xl) 0 var(--space-lg)}.Footer-module__S6Hkya__main{border-bottom:1px solid #ffffff1a;grid-template-columns:1.6fr repeat(4,1fr);gap:3rem;padding-bottom:3rem;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__S6Hkya__logoLink{align-items:center;gap:.625rem;text-decoration:none;display:flex}.Footer-module__S6Hkya__logoMark{align-items:center;display:flex}.Footer-module__S6Hkya__logoText{color:var(--color-white);font-size:1.125rem;font-weight:700}.Footer-module__S6Hkya__tagline{font-size:var(--font-size-sm);color:#ffffff8c;max-width:220px;line-height:1.8}.Footer-module__S6Hkya__socialLinks{gap:.75rem;display:flex}.Footer-module__S6Hkya__socialLink{border-radius:var(--radius-md);color:#fff9;width:36px;height:36px;transition:all var(--transition-fast);border:1px solid #fff3;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialLink:hover{color:var(--color-white);background:#ffffff1a;border-color:#fff6}.Footer-module__S6Hkya__navCol{flex-direction:column;gap:.875rem;display:flex}.Footer-module__S6Hkya__navTitle{font-size:var(--font-size-sm);color:var(--color-white);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.25rem;font-weight:700}.Footer-module__S6Hkya__navList{flex-direction:column;gap:.625rem;display:flex}.Footer-module__S6Hkya__navLink{font-size:var(--font-size-sm);color:#ffffff8c;transition:color var(--transition-fast)}.Footer-module__S6Hkya__navLink:hover{color:var(--color-accent)}.Footer-module__S6Hkya__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.75rem;display:flex}.Footer-module__S6Hkya__legalList{flex-wrap:wrap;gap:.25rem 1.5rem;display:flex}.Footer-module__S6Hkya__legalLink{font-size:var(--font-size-xs);color:#ffffff73;transition:color var(--transition-fast)}.Footer-module__S6Hkya__legalLink:hover{color:#fffc}.Footer-module__S6Hkya__copyright{font-size:var(--font-size-xs);color:#ffffff59}@media (max-width:1024px){.Footer-module__S6Hkya__main{grid-template-columns:1fr 1fr 1fr}.Footer-module__S6Hkya__brand{grid-column:1/-1}}@media (max-width:640px){.Footer-module__S6Hkya__main{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__S6Hkya__brand{grid-column:1/-1}.Footer-module__S6Hkya__bottom{flex-direction:column;align-items:flex-start}}
