:root{--surface:#fff;--surface-alt:#f7f7f8;--ink:#111;--muted:#565656;--accent:#002fa7;--rule:#d7d7db;--font-sans:"Helvetica Neue", Helvetica, Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{background:var(--surface);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.5}body,button,input{font-family:var(--font-sans)}img{max-width:100%;height:auto;display:block}a{color:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.skip-link{z-index:100;background:var(--accent);color:var(--surface);padding:.75rem 1rem;position:fixed;top:1rem;left:1rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:50;border-bottom:1px solid var(--rule);background:#fffffff5;grid-template-columns:minmax(260px,1fr) auto auto;align-items:stretch;width:100%;min-height:72px;display:grid;position:sticky;top:0}.brand{color:var(--ink);letter-spacing:-.02em;align-items:center;gap:.75rem;padding:0 2rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.brand__mark{background:var(--accent);width:18px;height:18px}.site-nav{align-items:stretch;display:flex}.site-nav a,.header-cta{border-left:1px solid var(--rule);align-items:center;padding:0 1.35rem;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.site-nav a:hover{background:var(--surface-alt)}.header-cta{border-color:var(--accent);background:var(--accent);color:var(--surface)}.hero,.section,.fact-strip,.final-cta,.site-footer{width:100%}.hero{border-bottom:1px solid var(--rule);grid-template-columns:7fr 5fr;min-height:min(760px,100vh - 72px);display:grid}.hero__copy{flex-direction:column;justify-content:center;padding:clamp(4rem,8vw,8rem) clamp(2rem,6vw,7rem);display:flex}.eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 1.5rem;font-size:.75rem;font-weight:700}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.045em;line-height:.98}h1{max-width:900px;margin-bottom:2rem;font-size:clamp(3.4rem,7.1vw,7.5rem);font-weight:700}.hero__lead{max-width:680px;color:var(--muted);margin-bottom:2.25rem;font-size:clamp(1.1rem,1.6vw,1.4rem);line-height:1.55}.hero__actions{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.button{border:1px solid var(--accent);background:var(--accent);min-height:54px;color:var(--surface);justify-content:center;align-items:center;padding:.85rem 1.4rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background-color .16s,color .16s;display:inline-flex}.button:hover{background:var(--surface);color:var(--accent)}.button--light{border-color:var(--surface);background:var(--surface);color:var(--accent)}.button--light:hover{background:var(--accent);color:var(--surface)}.button--full{width:100%}.text-link{border-bottom:1px solid var(--ink);padding-bottom:.2rem;font-size:.9rem;font-weight:700;text-decoration:none}.hero__visual{border-left:1px solid var(--rule);background:var(--surface-alt);place-items:center;min-width:0;display:grid;position:relative;overflow:hidden}.hero__visual img{z-index:2;mix-blend-mode:multiply;width:min(78%,570px);height:auto;position:relative}.hero__orbit{aspect-ratio:1;border:1px solid var(--accent);border-radius:50%;width:72%;position:absolute}.hero__orbit:before,.hero__orbit:after{border:1px solid var(--rule);content:"";border-radius:50%;position:absolute;inset:13%}.hero__orbit:after{inset:31%}.hero__index{color:var(--accent);letter-spacing:-.08em;font-size:clamp(4rem,8vw,8rem);font-weight:700;font-stretch:75%;line-height:1;position:absolute;top:1.5rem;right:2rem}.hero__caption{z-index:3;border-top:1px solid var(--rule);background:var(--surface);justify-content:space-between;padding:1.25rem 1.5rem;font-size:.85rem;display:flex;position:absolute;bottom:0;left:0;right:0}.fact-strip{border-bottom:1px solid var(--rule);grid-template-columns:repeat(4,1fr);display:grid}.fact-strip p{border-right:1px solid var(--rule);flex-direction:column;justify-content:space-between;min-height:130px;margin:0;padding:1.5rem;display:flex}.fact-strip p:last-child{border-right:0}.fact-strip strong{color:var(--accent);letter-spacing:-.06em;font-size:clamp(2rem,3vw,3.4rem);line-height:1}.fact-strip span{color:var(--muted);font-size:.82rem}.section{border-bottom:1px solid var(--rule);padding:clamp(5rem,10vw,10rem) clamp(1.5rem,6vw,7rem)}.section-heading{grid-template-columns:minmax(160px,1.2fr) minmax(320px,4fr) minmax(240px,2fr);align-items:start;gap:2rem;margin-bottom:clamp(3.5rem,7vw,7rem);display:grid}.section-heading .eyebrow{grid-column:1}.section-heading h2{grid-column:2;margin-bottom:0;font-size:clamp(2.8rem,5vw,5.6rem)}.section-heading>p:last-child{color:var(--muted);grid-column:3;margin-bottom:0}.product-grid{border-top:1px solid var(--rule);border-left:1px solid var(--rule);grid-template-columns:repeat(2,1fr);display:grid}.product-card{border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);grid-template-columns:minmax(220px,.8fr) 1.2fr;display:grid;position:relative}.product-card__number{z-index:2;color:var(--accent);letter-spacing:-.08em;font-size:2.25rem;font-weight:700;position:absolute;top:1rem;left:1rem}.product-card__image{border-right:1px solid var(--rule);background:var(--surface-alt);place-items:center;min-height:100%;display:grid;overflow:hidden}.product-card__image img{mix-blend-mode:multiply;width:100%}.product-card__body{flex-direction:column;min-width:0;padding:clamp(1.5rem,3vw,3rem);display:flex}.product-card__type{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:700}.product-card h3{margin-bottom:1.25rem;font-size:clamp(2rem,3.2vw,3.7rem)}.product-card__body>p:not(.product-card__type){color:var(--muted)}.plain-list{border-top:1px solid var(--rule);margin:0 0 2.5rem;padding:0;list-style:none}.plain-list li{border-bottom:1px solid var(--rule);padding:.75rem 0;font-size:.85rem}.product-card__price{align-items:end;gap:.75rem;margin-top:auto;margin-bottom:1.5rem;display:flex}.product-card__price strong{color:var(--accent);letter-spacing:-.07em;font-size:clamp(2.5rem,4vw,4.7rem);line-height:.8}.product-card__price span{color:var(--muted);font-size:.8rem}.product-card__details{align-self:flex-start;margin-top:1.25rem}.price-note{color:var(--muted);margin:1rem 0 0;font-size:.85rem}.calculator-section{background:var(--accent);color:var(--surface)}.section-heading--light .eyebrow,.section-heading--light>p:last-child{color:var(--surface)}.calculator{border:1px solid var(--surface);grid-template-columns:1.25fr .75fr;display:grid}.calculator__form{grid-template-columns:1fr .55fr;display:grid}.calculator__fieldset{border:0;border-right:1px solid var(--surface);margin:0;padding:0}.calculator__legend,.calculator__days>label{border-bottom:1px solid var(--surface);letter-spacing:.1em;text-transform:uppercase;width:100%;padding:1rem 1.25rem;font-size:.75rem;font-weight:700;display:block}.calculator__option{border-bottom:1px solid var(--surface);cursor:pointer;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;min-height:90px;padding:1.25rem;display:grid}.calculator__option:last-child{border-bottom:0}.calculator__option:has(input:checked){background:var(--surface);color:var(--accent)}.calculator__option input{width:20px;height:20px;accent-color:var(--accent);margin:0}.calculator__option span,.calculator__option strong{font-size:.9rem}.calculator__days{flex-direction:column;display:flex}.calculator__stepper{flex:1;grid-template-columns:52px 1fr 52px;place-items:stretch stretch;display:grid}.calculator__stepper button,.calculator__stepper input{border:0;border-right:1px solid var(--surface);min-width:0;color:var(--surface);text-align:center;background:0 0;border-radius:0;font-weight:700}.calculator__stepper button{cursor:pointer;font-size:1.5rem}.calculator__stepper button:last-child{border-right:0}.calculator__stepper input{letter-spacing:-.08em;appearance:textfield;font-size:clamp(3rem,7vw,7rem)}.calculator__stepper input::-webkit-outer-spin-button{appearance:none;margin:0}.calculator__stepper input::-webkit-inner-spin-button{appearance:none;margin:0}.calculator__result{border-left:1px solid var(--surface);background:var(--surface);color:var(--accent);flex-direction:column;padding:clamp(1.5rem,3.5vw,4rem);display:flex}.calculator__result>span{letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.75rem;font-weight:700}.calculator__result>strong{letter-spacing:-.09em;margin-bottom:.75rem;font-size:clamp(4rem,8vw,8rem);line-height:.8}.calculator__result p{color:var(--muted);margin-bottom:2.5rem;font-size:.85rem}.calculator__result .button{border-color:var(--accent);background:var(--accent);color:var(--surface);margin-top:auto}.calculator__result .button:hover{background:var(--surface);color:var(--accent)}.use-cases__grid{border-top:1px solid var(--rule);border-left:1px solid var(--rule);grid-template-columns:repeat(4,1fr);display:grid}.use-cases__grid article{border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);min-height:320px;padding:1.5rem}.use-cases__grid span,.process__list>li>span{color:var(--accent);letter-spacing:-.08em;margin-bottom:5rem;font-size:2.5rem;font-weight:700;display:block}.use-cases__grid h3{margin-bottom:1rem;font-size:1.5rem;line-height:1.08}.use-cases__grid p{color:var(--muted);margin-bottom:0;font-size:.9rem}.process{background:var(--surface-alt)}.process__list{border-top:1px solid var(--rule);margin:0;padding:0;list-style:none}.process__list li{border-bottom:1px solid var(--rule);grid-template-columns:1fr 5fr;gap:2rem;padding:2rem 0;display:grid}.process__list>li>span{margin:0}.process__list li div{grid-template-columns:1.5fr 1fr;align-items:baseline;gap:2rem;display:grid}.process__list h3{margin:0;font-size:clamp(1.8rem,3vw,3.4rem)}.process__list p{color:var(--muted);margin:0}.seo-copy{grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,10rem);display:grid}.seo-copy h2{font-size:clamp(2.8rem,5vw,5.5rem)}.seo-copy__content{color:var(--muted);padding-top:3rem;font-size:1.1rem;line-height:1.75}.seo-copy__content p{margin-bottom:2rem}.faq__list{border-top:1px solid var(--rule)}.faq details{border-bottom:1px solid var(--rule)}.faq summary{cursor:pointer;grid-template-columns:100px 1fr;gap:1rem;padding:1.75rem 4rem 1.75rem 0;font-size:clamp(1.1rem,2vw,1.7rem);font-weight:700;list-style:none;display:grid;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{color:var(--accent);content:"+";font-size:2rem;font-weight:400;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.faq details[open] summary:after{content:"−"}.faq summary span{color:var(--accent)}.faq details p{max-width:740px;color:var(--muted);margin:0 0 2rem 116px}.final-cta{border-bottom:1px solid var(--accent);background:var(--accent);min-height:560px;color:var(--surface);grid-template-columns:1fr 1fr;align-items:center;padding:clamp(3rem,7vw,7rem);display:grid;position:relative;overflow:hidden}.final-cta__number{color:var(--surface);letter-spacing:-.13em;opacity:.12;font-size:clamp(17rem,39vw,38rem);font-weight:700;line-height:.7;position:absolute;bottom:-.19em;left:-.06em}.final-cta>div{z-index:2;grid-column:2;position:relative}.final-cta .eyebrow{color:var(--surface)}.final-cta h2{margin-bottom:2.5rem;font-size:clamp(3rem,5.5vw,6rem)}.site-footer{background:var(--surface);grid-template-columns:1fr 1.2fr 2fr auto;align-items:start;gap:3rem;padding:3rem 2rem;font-size:.75rem;display:grid}.brand--footer{padding:0;font-size:.85rem}.site-footer p{color:var(--muted);margin:0}.site-footer p:last-child{text-align:right}.site-footer__links{gap:.55rem;display:grid}.site-footer__links a{color:var(--muted);text-underline-offset:.2rem}.breadcrumbs{border-bottom:1px solid var(--rule);background:var(--surface-alt);width:100%;padding:1rem clamp(1.5rem,6vw,7rem);font-size:.75rem}.breadcrumbs ol{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li:not(:last-child):after{color:var(--muted);content:"/";margin-left:.5rem}.breadcrumbs a{color:var(--muted);text-underline-offset:.2rem}.subpage-hero{border-bottom:1px solid var(--rule);grid-template-columns:7fr 5fr;min-height:650px;display:grid}.subpage-hero__copy{flex-direction:column;justify-content:center;min-width:0;padding:clamp(4rem,8vw,8rem) clamp(1.5rem,6vw,7rem);display:flex}.subpage-hero h1{max-width:1000px;margin-bottom:2rem;font-size:clamp(3.4rem,7vw,7.4rem)}.subpage-hero__lead{max-width:720px;color:var(--muted);margin-bottom:2.25rem;font-size:clamp(1.05rem,1.6vw,1.35rem);line-height:1.6}.subpage-hero__visual{border-left:1px solid var(--rule);background:var(--surface-alt);place-items:center;min-width:0;display:grid;position:relative;overflow:hidden}.subpage-hero__visual img{z-index:2;mix-blend-mode:multiply;width:min(78%,580px);position:relative}.subpage-hero__number{color:var(--accent);letter-spacing:-.13em;opacity:.09;font-size:clamp(12rem,27vw,28rem);font-weight:700;line-height:.8;position:absolute;bottom:-.16em;right:-.06em}.subpage-hero__grid{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;display:grid;position:absolute;inset:0}.subpage-hero__grid span{border-right:1px solid var(--rule);border-bottom:1px solid var(--rule)}.fact-strip--subpage strong{overflow-wrap:anywhere;font-size:clamp(1.7rem,2.7vw,3.25rem)}.editorial-section{grid-template-columns:minmax(80px,.6fr) minmax(300px,2fr) minmax(320px,2.4fr);align-items:start;gap:clamp(2rem,5vw,6rem);display:grid}.editorial-section--alt{background:var(--surface-alt)}.editorial-section__number{color:var(--accent);letter-spacing:-.09em;font-size:clamp(3rem,6vw,7rem);font-weight:700;line-height:.8}.editorial-section h2{margin:0;font-size:clamp(2.4rem,4vw,4.8rem)}.editorial-section__body{max-width:760px;color:var(--muted);font-size:1.05rem;line-height:1.75}.editorial-section__body p{margin-bottom:1.5rem}.check-list{border-top:1px solid var(--rule);color:var(--ink);margin:2.25rem 0 0;padding:0;list-style:none}.check-list li{border-bottom:1px solid var(--rule);padding:.9rem 0 .9rem 2rem;position:relative}.check-list li:before{background:var(--accent);content:"";width:.7rem;height:.7rem;position:absolute;top:1.1rem;left:0}.related-section{background:var(--surface-alt)}.related-grid{border-top:1px solid var(--rule);border-left:1px solid var(--rule);grid-template-columns:repeat(3,1fr);display:grid}.related-grid a{border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);min-height:300px;padding:1.5rem;text-decoration:none;transition:background-color .16s,color .16s}.related-grid a:hover{background:var(--accent);color:var(--surface)}.related-grid span{color:var(--accent);letter-spacing:-.08em;margin-bottom:5rem;font-size:2.5rem;font-weight:700;display:block}.related-grid a:hover span,.related-grid a:hover p{color:var(--surface)}.related-grid h3{margin-bottom:1rem;font-size:clamp(1.5rem,2.2vw,2.4rem)}.related-grid p{color:var(--muted);margin:0}.page-cta{background:var(--accent);min-height:520px;color:var(--surface);grid-template-columns:1fr 1fr;align-items:center;padding:clamp(3rem,7vw,7rem);display:grid;position:relative;overflow:hidden}.page-cta__number{letter-spacing:-.13em;opacity:.12;font-size:clamp(16rem,37vw,36rem);font-weight:700;line-height:.75;position:absolute;bottom:-.22em;left:-.04em}.page-cta>div{z-index:1;grid-column:2;position:relative}.page-cta .eyebrow{color:var(--surface)}.page-cta h2{margin-bottom:2.5rem;font-size:clamp(3rem,5.5vw,6rem)}@media (width<=1180px){.site-nav{display:none}.site-header{grid-template-columns:1fr auto}.hero{grid-template-columns:1.1fr .9fr}.product-grid{grid-template-columns:1fr}.product-card{grid-template-columns:minmax(260px,.75fr) 1.25fr}.use-cases__grid{grid-template-columns:repeat(2,1fr)}.site-footer{grid-template-columns:1fr 1fr}}@media (width<=840px){html{scroll-padding-top:64px}.site-header{min-height:64px}.brand{padding:0 1rem;font-size:.82rem}.header-cta{padding:0 1rem}.hero,.subpage-hero{grid-template-columns:1fr;min-height:0}.subpage-hero__copy{padding:5rem 1.5rem 4rem}.subpage-hero h1{font-size:clamp(3.1rem,13vw,5.5rem)}.subpage-hero__visual{border-top:1px solid var(--rule);border-left:0;min-height:460px}.hero__copy{padding:5rem 1.5rem 4rem}h1{font-size:clamp(3.2rem,14vw,5.6rem)}.hero__visual{border-top:1px solid var(--rule);border-left:0;min-height:520px}.fact-strip{grid-template-columns:repeat(2,1fr)}.fact-strip p:nth-child(2){border-right:0}.fact-strip p:nth-child(-n+2){border-bottom:1px solid var(--rule)}.section-heading{grid-template-columns:1fr;gap:1.25rem}.section-heading .eyebrow,.section-heading h2,.section-heading>p:last-child{grid-column:1}.product-card{grid-template-columns:1fr}.product-card__image{border-right:0;border-bottom:1px solid var(--rule);min-height:380px}.product-card__image img{width:min(80%,440px)}.calculator,.calculator__form{grid-template-columns:1fr}.calculator__fieldset{border-right:0;border-bottom:1px solid var(--surface)}.calculator__days{min-height:220px}.calculator__result{border-top:1px solid var(--surface);border-left:0;min-height:390px}.process__list li,.process__list li div,.seo-copy{grid-template-columns:1fr}.editorial-section{grid-template-columns:80px 1fr}.editorial-section__body{grid-column:2}.related-grid{grid-template-columns:1fr}.related-grid a{min-height:250px}.page-cta{grid-template-columns:1fr;min-height:500px}.page-cta>div{grid-column:1}.seo-copy__content{padding-top:0}.final-cta{grid-template-columns:1fr;min-height:500px}.final-cta>div{grid-column:1}.site-footer{grid-template-columns:1fr;gap:2rem}.site-footer p:last-child{text-align:left}}@media (width<=560px){.brand__mark{width:14px;height:14px}.header-cta{font-size:.75rem}.hero__visual{min-height:400px}.breadcrumbs{padding-left:1.25rem;padding-right:1.25rem}.subpage-hero__visual{min-height:360px}.fact-strip--subpage strong{font-size:1.55rem}.editorial-section{grid-template-columns:1fr;gap:1.5rem}.editorial-section__body{grid-column:1}.editorial-section__number{font-size:3.5rem}.page-cta{min-height:460px;padding:4rem 1.25rem}.hero__caption{flex-direction:column;gap:.25rem}.fact-strip p{min-height:118px;padding:1rem}.section{padding:5rem 1.25rem}.product-card__image{min-height:300px}.product-card__body{padding:1.5rem}.calculator__option{grid-template-columns:auto 1fr}.calculator__option strong{grid-column:2}.use-cases__grid{grid-template-columns:1fr}.use-cases__grid article{min-height:280px}.faq summary{grid-template-columns:52px 1fr;padding-right:3rem}.faq details p{margin-left:68px}.final-cta{min-height:460px;padding:4rem 1.25rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
