.home-page{overflow-x:hidden}
.home-hero{display:grid;min-height:875px;grid-template-columns:minmax(650px,.96fr) minmax(610px,1fr);align-items:stretch;padding-left:clamp(32px,5vw,120px);overflow:hidden;background:#fff}
.home-hero-copy{position:relative;z-index:2;min-width:0;padding:52px 30px 34px 0}
.home-live-badge{display:inline-flex;align-items:center;gap:14px;padding:8px 18px 8px 10px;border-radius:999px;background:#f1f3f2;font-size:15px;font-weight:700}
.home-live-badge span{display:inline-flex;align-items:center;gap:7px;padding:3px 9px;border-radius:999px;background:#d9f3e8;color:var(--accent-ink);font-family:'IBM Plex Mono',monospace;font-size:12px;transform-origin:center;animation:home-live-badge-breathe 2.4s ease-in-out infinite}
.home-live-badge span i{width:8px;height:8px;border-radius:50%;background:#0ca47d;animation:home-live-dot-pulse 1.6s ease-out infinite}
.home-live-badge__flag{display:inline-block;margin-right:8px}
@keyframes home-live-badge-breathe{0%,100%{transform:scale(1)}50%{transform:scale(1.035)}}
@keyframes home-live-dot-pulse{0%{box-shadow:0 0 0 0 rgba(12,164,125,.45)}70%,100%{box-shadow:0 0 0 6px rgba(12,164,125,0)}}
.home-hero h1{max-width:735px;margin:28px 0 0;font-size:clamp(54px,4.55vw,74px);font-weight:700;line-height:1.04;letter-spacing:-.045em;text-wrap:balance}
.home-hero h1 em{color:var(--accent);background:var(--accent-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-style:normal}
.home-hero .home-lede{max-width:620px;margin:17px 0 0;color:#64716f;font-size:22px;line-height:1.45}
.home-hero-services{display:grid;max-width:716px;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin-top:36px}
.home-hero-services a{display:flex;min-width:0;height:132px;align-items:center;justify-content:center;flex-direction:column;gap:7px;padding:8px 6px 11px;border:1px solid #dfe4e2;border-radius:14px;background:rgba(255,255,255,.9);font-size:13px;font-weight:700;hyphens:auto;line-height:1.2;text-align:center;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
html:not([lang="en"]) .home-hero-services a{padding-inline:3px;font-size:12px}
.home-hero-services a:hover{border-color:#91cdbb;box-shadow:0 12px 24px -22px rgba(8,32,28,.42);transform:translateY(-1px)}
.home-hero-services svg{display:block;width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;transition:color .18s ease,transform .18s ease}
.home-hero-services a:hover svg{color:var(--accent-ink);transform:translateY(-1px)}
.home-hero .button-group{gap:18px;margin-top:32px}
.home-hero .button-group .button{min-height:64px;padding-inline:40px}
.home-hero .button-group .button--primary{min-width:316px;color:var(--accent-fg);background:var(--accent-gradient);font-weight:800}
.home-hero .button-group .button--primary span{margin-left:9px;font-size:25px;font-weight:400}
.home-hero .button-group .button--outline{min-width:222px;gap:14px;padding:16px 32px;border:1.5px solid var(--ink);border-radius:999px;box-shadow:none;white-space:nowrap}
.home-play{display:inline-flex;width:16px;height:18px;align-items:center;justify-content:center;font-size:16px;line-height:1;transform:translateY(-1px)}
.home-hero-assurances{display:flex;align-items:center;gap:16px;margin-top:57px;color:#687774;font-size:14px;font-weight:600}
.home-hero-assurances>span{display:flex;align-items:center;gap:8px;white-space:nowrap}
.home-hero-assurances svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.home-hero-assurances>i{font-style:normal}
.home-hero-media{position:relative;min-width:0;overflow:visible}
.home-hero-media::before{display:none}
.home-hero-media>img{width:100%;height:732px;object-fit:cover;object-position:right center;border:0 solid transparent;border-bottom-left-radius:26px;clip-path:polygon(6% 0,100% 0,100% 100%,0 100%)}
.offer-summary{position:absolute;z-index:3;width:min(490px,74%);left:8.6%;bottom:75px;padding:24px 27px 0;border-radius:24px;background:rgba(255,255,255,.97);box-shadow:0 26px 60px -32px rgba(8,32,28,.42);animation:offer-summary-in .72s cubic-bezier(.22,.8,.3,1) .16s both}
.offer-summary svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.offer-summary__heading>span{display:flex;align-items:center;gap:9px;color:var(--accent);font-size:13px;font-weight:800}
.offer-summary__heading h2{margin:12px 0 0;font-size:22px;font-weight:700;line-height:1.15;letter-spacing:-.025em}
.offer-summary__heading p{margin:5px 0 16px;color:#687774;font-size:13px}
.offer-summary__list{border-top:1px solid #e1e6e4}
.offer-summary__list article{display:grid;min-height:88px;grid-template-columns:45px minmax(135px,1fr) 72px 91px;align-items:center;gap:10px;border-bottom:1px solid #e1e6e4;opacity:0;animation:offer-summary-row-in .48s cubic-bezier(.22,.8,.3,1) both}
.offer-summary__list article:nth-child(1){animation-delay:.46s}.offer-summary__list article:nth-child(2){animation-delay:.54s}.offer-summary__list article:nth-child(3){animation-delay:.62s}
.provider-avatar{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;color:#fff;font-family:Outfit,sans-serif;font-size:27px}
.provider-avatar svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.provider-avatar--mountain{background:#152550}.provider-avatar--gold{background:#d99f3e}.provider-avatar--altura{background:var(--accent)}
.offer-summary__list article>div>strong,.offer-summary__list article>div>small,.offer-summary__list article>p>strong,.offer-summary__list article>p>small{display:block}
.offer-summary__list article>div>strong{font-size:12px;line-height:1.25;white-space:nowrap}
.offer-summary__list article>div>strong b{color:var(--accent);font-size:11px}
.offer-summary__list small{margin-top:5px;color:#61706d;font-size:10px;font-weight:600;line-height:1.2}
.offer-summary__list article>p{margin:0}
.offer-summary__list article>p>strong{font-size:14px}.offer-summary__list article>p>small{font-size:9px}
.offer-summary__list article>a{padding:10px 11px;border-radius:14px;background:color-mix(in srgb,var(--accent) 14%,white);color:var(--accent-fg);font-size:11px;font-weight:800;text-align:center;white-space:nowrap;transition:background .18s ease,transform .18s ease}
.offer-summary__list article>a:hover{background:color-mix(in srgb,var(--accent) 22%,white);transform:translateX(3px)}
.offer-summary__compare{display:flex;min-height:70px;align-items:center;justify-content:center;gap:13px;color:var(--accent);font-size:15px;font-weight:800;opacity:0;animation:offer-summary-row-in .48s cubic-bezier(.22,.8,.3,1) .72s both}
.offer-summary__compare span{font-size:23px;font-weight:400;transition:transform .2s ease}.offer-summary__compare:hover span{transform:translateX(4px)}
.home-mono{display:block;color:var(--muted);font-family:var(--font-mono);font-size:12px;letter-spacing:.12em;text-transform:uppercase}

@keyframes offer-summary-in{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes offer-summary-row-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

.home-request{padding-block:88px 96px}
.home-request-card{padding:36px;border:1px solid rgba(8,32,28,.1);border-radius:32px;background:var(--card);box-shadow:0 24px 60px -40px rgba(8,32,28,.45)}
.home-request-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:20px;align-items:end}
.home-request .button--primary{color:var(--accent-fg);background:var(--accent-gradient);font-weight:800}
.home-request label>span,.service-picker-fieldset legend{display:block;margin-bottom:8px;color:var(--muted);font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.home-request input,.home-request select{width:100%;height:68px;padding:0 18px;border:2px solid rgba(8,32,28,.14);border-radius:18px;background:var(--bg);color:var(--ink);font-size:19px;font-weight:600}
.home-request select{appearance:none;-webkit-appearance:none;padding-right:52px;background-color:var(--bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%2308201c' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5.5 7.5 4.5 4.5 4.5-4.5'/%3E%3C/svg%3E");background-position:right 20px center;background-repeat:no-repeat;background-size:18px 18px}
.home-form-note{margin:22px 0 0;color:var(--muted);font-size:15px;font-weight:600}

.home-band-inner{padding-block:104px}
.home-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin:64px 0 56px;padding:0;list-style:none}
.home-steps li{padding-top:28px;border-top:2px solid rgba(255,255,255,.25)}
.home-steps li>span{display:flex;width:52px;height:52px;align-items:center;justify-content:center;border-radius:50%;background:var(--accent);color:var(--accent-fg);font-family:Outfit,sans-serif;font-size:23px;font-weight:800}
.home-steps h3{margin:22px 0 0;font-size:29px;font-weight:700}
.home-steps p{margin:12px 0 0;color:rgba(255,255,255,.72);font-size:18px;line-height:1.55}

.home-section{padding-block:104px}
.home-moves{padding-bottom:0}
.home-moments{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:20px;margin-top:48px}
.home-moments figure{position:relative;height:440px;margin:0;overflow:hidden;border-radius:28px;background:var(--soft)}
.home-moments img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.home-moments figure:hover img{transform:scale(1.03)}
.home-moments figcaption{position:absolute;top:18px;left:18px;padding:8px 14px;border-radius:999px;background:var(--card);font-size:14px;font-weight:700}
.home-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}
.home-heading-row .section-intro{max-width:660px}
.home-services-lede{max-width:520px;margin:14px 0 0;color:var(--muted);font-size:18px;line-height:1.5}
.home-services-all{display:inline-flex;align-items:center;gap:16px;margin-bottom:106px;font-size:17px;font-weight:700}
.home-services-all span{font-size:24px;transition:transform .2s ease}
.home-services-all:hover span{transform:translateX(4px)}
.home-service-tabs{display:grid;width:min(760px,62%);grid-template-columns:repeat(3,1fr);gap:5px;margin:28px auto 34px;padding:5px;border:1px solid rgba(8,32,28,.16);border-radius:999px;background:var(--card)}
.home-service-tabs button{display:flex;min-height:58px;align-items:center;justify-content:center;gap:13px;padding:10px 20px;border:0;border-radius:999px;background:transparent;color:var(--ink);cursor:pointer;font-size:17px;font-weight:700;white-space:nowrap;transition:background .2s ease,color .2s ease}
.home-service-tabs button+button{border-left:1px solid rgba(8,32,28,.14);border-top-left-radius:0;border-bottom-left-radius:0}
.home-service-tabs button.is-active{border-left-color:transparent;border-radius:999px;background:var(--deep);color:#fff}
.home-service-tabs svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.home-services-showcase{display:grid;min-height:550px;grid-template-columns:minmax(300px,.43fr) minmax(440px,.57fr);overflow:hidden;border:1px solid rgba(8,32,28,.13);border-radius:28px;background:var(--card);box-shadow:0 20px 45px -36px rgba(8,32,28,.35)}
.home-services-photo{min-height:550px;overflow:hidden}
.home-services-photo img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}
.home-services-showcase:hover .home-services-photo img{transform:scale(1.015)}
.home-service-panels{display:flex;min-width:0;flex-direction:column;padding:18px 26px 0}
.home-service-panel{overflow:hidden;border:1px solid rgba(8,32,28,.13);border-radius:24px}
.home-service-panel[hidden]{display:none}
.home-service-panel>a{display:grid;min-height:110px;grid-template-columns:68px minmax(0,1fr) 24px;align-items:center;gap:20px;padding:14px 28px;border-bottom:1px solid rgba(8,32,28,.11);transition:background .18s ease}
.home-service-panel>a:last-child{border-bottom:0}
.home-service-panel>a:hover{background:var(--soft)}
.home-service-icon{display:grid;width:62px;height:62px;place-items:center;border-radius:50%;background:var(--soft);color:var(--deep)}
.home-service-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.home-service-panel strong,.home-service-panel small{display:block}
.home-service-panel strong{font-family:Outfit,sans-serif;font-size:21px;font-weight:700;letter-spacing:-.02em}
.home-service-panel small{margin-top:3px;color:var(--muted);font-size:16px;font-weight:500}
.home-service-panel>a>i{color:var(--accent-ink);font-family:Outfit,sans-serif;font-size:35px;font-style:normal;font-weight:400;line-height:1;transition:transform .2s ease}
.home-service-panel>a:hover>i{transform:translateX(4px)}
.home-services-explore{display:flex;min-height:70px;align-items:center;justify-content:center;gap:20px;margin:0 36px;border-top:1px solid rgba(8,32,28,.12);font-size:17px;font-weight:700}
.home-services-explore span{font-size:24px;transition:transform .2s ease}
.home-services-explore:hover span{transform:translateX(4px)}

.home-trust{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:72px;align-items:center;padding-block:104px}
.home-trust .button{margin-top:28px}
.home-trust-grid{display:grid;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.home-trust-grid article{min-width:0;min-height:190px;padding:28px;border-radius:24px;background:var(--card)}
.home-trust-grid h3{margin:0;font-size:32px;font-weight:800}
.home-trust-grid p{margin:10px 0 0;color:var(--muted);font-weight:600;line-height:1.5}
.home-trust-grid .home-trust-dark{background:var(--deep);color:var(--bg)}
.home-trust-grid .home-trust-dark p{color:rgba(255,255,255,.66)}

.home-market-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:48px}
.home-market-heading .section-intro{max-width:680px}
.home-market-heading>.button{width:auto;margin-top:32px;gap:14px}
.home-market-feature{position:relative;display:flex;min-height:455px;align-items:center;margin-top:42px;overflow:hidden;border-radius:26px;background:var(--deep);color:#fff}
.home-market-feature>img{position:absolute;width:72%;height:100%;top:0;right:0;object-fit:cover;object-position:right center;filter:hue-rotate(285deg) saturate(.84) brightness(.76);animation:home-earth-rotate 32s ease-in-out infinite;backface-visibility:hidden;transform:translate3d(4%,1.5%,0) scale(1.05);transform-origin:50% 100%;will-change:transform,filter}
.home-market-feature::after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,#063b34 0%,rgba(6,59,52,.96) 27%,rgba(6,59,52,.66) 49%,rgba(6,59,52,.05) 78%)}
.home-market-feature-copy{position:relative;z-index:1;width:60%;align-self:stretch;margin-block:clamp(32px,2.75vw,52px);margin-left:clamp(32px,2.75vw,52px);padding:clamp(48px,4vw,64px) clamp(34px,2.4vw,46px);border:1px solid rgba(255,255,255,.13);border-radius:22px;background:rgba(4,35,30,.72);box-shadow:0 24px 50px -36px rgba(0,0,0,.72);backdrop-filter:blur(9px)}
.home-market-feature h3{margin:0;font-size:32px;font-weight:700;line-height:1.1;letter-spacing:-.025em}
.home-market-feature-copy>p{max-width:570px;margin:12px 0 0;color:rgba(255,255,255,.76);font-size:16px;line-height:1.6}
.home-market-feature ul{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:clamp(25px,3vw,46px) 0 0;padding:0;list-style:none}
.home-market-feature li{display:flex;min-width:0;align-items:center;gap:11px;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:rgba(255,255,255,.065)}
.home-market-feature li>span{display:grid;width:40px;height:40px;flex:0 0 auto;place-items:center;border:1px solid rgba(15,191,161,.34);border-radius:12px;background:rgba(15,191,161,.14);color:#67ead4}
.home-market-feature svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.home-market-feature li b,.home-market-feature li small{display:block}
.home-market-feature li b{font-size:13px;line-height:1.25}
.home-market-feature li small{margin-top:3px;color:rgba(255,255,255,.66);font-size:12px;font-weight:500;line-height:1.25}
.home-market-viewport{overflow-x:auto;margin-top:24px;padding-block:1px 4px;scroll-snap-type:x proximity;scrollbar-width:none}
.home-market-viewport::-webkit-scrollbar{display:none}
.home-market-grid{display:grid;min-width:max-content;grid-template-columns:repeat(6,minmax(260px,1fr));gap:16px}
.home-market-grid article{position:relative;display:flex;width:max(260px,calc((100vw - (var(--page-gutter) * 2) - 80px) / 6));min-height:535px;flex-direction:column;padding:28px;border:1px solid rgba(8,32,28,.11);border-radius:20px;background:var(--card);box-shadow:0 18px 38px -32px rgba(8,32,28,.42);scroll-snap-align:start;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.home-market-grid article:hover{border-color:rgba(8,32,28,.2);box-shadow:0 24px 44px -30px rgba(8,32,28,.36);transform:translateY(-2px)}
.home-market-card__top{position:relative}
.home-market-card__media{position:relative;width:142px;height:142px;flex:0 0 auto}
.home-market-card__media>img{width:100%;height:100%;border-radius:50%;object-fit:cover}
.home-market-card__flag{position:absolute;right:-8px;bottom:-6px;display:grid;width:49px;height:49px;place-items:center;border:2px solid var(--card);border-radius:50%;background:#fff;box-shadow:0 3px 12px rgba(8,32,28,.16);font-size:28px;line-height:1}
.home-market-card__flag--add{border:1px solid #cae0da;background:var(--soft);color:var(--accent-ink);font-family:Outfit,sans-serif;font-size:32px;font-weight:400}
.home-market-card__status{position:absolute;top:-8px;right:-8px;display:inline-flex;min-height:40px;align-items:center;gap:7px;padding:9px 15px;border-radius:999px;background:var(--soft);color:var(--accent-ink);font-size:13px;line-height:1;white-space:nowrap}
.home-market-card__status i{width:6px;height:6px;border-radius:50%;background:currentColor}
.home-market-grid h3{margin:36px 0 0;font-size:29px;font-weight:700;line-height:1.1}
.home-market-grid article>ul{display:grid;gap:14px;margin:26px 0 0;padding:0;color:#344b55;font-size:14px;font-weight:500;line-height:1.55;list-style:none}
.home-market-grid article>ul li{display:flex;align-items:flex-start;gap:10px}
.home-market-grid article>ul svg{width:20px;height:20px;flex:0 0 auto;margin-top:1px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.home-market-grid a{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:31px;border-top:1px solid rgba(8,32,28,.1);color:var(--accent-ink);font-size:15px;font-weight:700}
.home-market-grid a span{font-size:24px;font-weight:400;line-height:1;transition:transform .2s ease}
.home-market-grid a:hover span{transform:translateX(4px)}
.home-market-grid .is-live{overflow:hidden;border-color:var(--deep);background:linear-gradient(145deg,#073d34,#075045);color:var(--bg)}
.home-market-grid .is-live::before{position:absolute;inset:0;content:"";background-image:radial-gradient(circle,rgba(15,191,161,.18) 1px,transparent 1.5px);background-position:40px 58px;background-size:7px 7px;opacity:.52;mask-image:linear-gradient(115deg,transparent 2%,#000 38%,transparent 83%)}
.home-market-grid .is-live>*{position:relative;z-index:1}
.home-market-grid .is-live .home-market-card__status{background:linear-gradient(110deg,#51e6cf,#25cbb0);color:#07352d}
.home-market-grid .is-live .home-market-card__flag{border-color:#fff}
.home-market-grid .is-live>ul{color:rgba(255,255,255,.9)}
.home-market-grid .is-live a{border-top-color:rgba(255,255,255,.2);color:#25d7ba}
.home-market-controls{display:flex;align-items:center;justify-content:space-between;margin-top:46px}
.home-market-progress{display:flex;gap:24px;margin-left:40%}
.home-market-progress i{display:block;width:50px;height:6px;border-radius:999px;background:#d9dedc}
.home-market-progress i.is-active{background:var(--deep)}
.home-market-controls>div:last-child{display:flex;gap:12px}
.home-market-controls button{display:grid;width:58px;height:58px;place-items:center;border:1px solid #9eafab;border-radius:50%;background:var(--card);color:var(--deep);cursor:pointer;font-size:25px;transition:background .2s ease,color .2s ease,transform .2s ease}
.home-market-controls button.is-active,.home-market-controls button:hover{background:var(--deep);color:#fff}
.home-market-controls button:hover{transform:translateY(-1px)}
.waitlist-modal{width:min(520px,calc(100% - 28px));padding:0;border:0;border-radius:26px;background:#fff;color:var(--deep);box-shadow:0 28px 90px rgba(3,28,24,.28)}
.waitlist-modal::backdrop{background:rgba(5,35,30,.64);backdrop-filter:blur(4px)}
.waitlist-modal>div{padding:44px 44px 40px}
.waitlist-modal__close{position:absolute;top:17px;right:17px;display:grid;width:36px;height:36px;place-items:center;padding:0;border:1px solid #d9e5e1;border-radius:50%;background:#fff;color:#5f746e;cursor:pointer;font-size:24px;line-height:1}
.waitlist-modal__icon{display:grid!important;width:54px;height:54px;margin:38px 44px -24px;padding:0!important;place-items:center;border-radius:16px;background:#ddf7f0;color:var(--accent-ink);font-size:23px}
.waitlist-modal .eyebrow{color:var(--accent-ink);font-size:11px}
.waitlist-modal h2{margin:10px 0 10px;font-size:34px;line-height:1.08}
.waitlist-modal h2 span{color:var(--accent-ink)}
.waitlist-modal p{margin:0;color:#60746e;line-height:1.55}
.waitlist-modal form{display:grid;gap:12px;margin-top:25px}
.waitlist-modal label{display:grid;gap:7px;color:#294941;font-size:13px;font-weight:700}
.waitlist-modal input{width:100%;height:54px;padding:0 16px;border:1px solid #cbdad5;border-radius:12px;background:#fbfdfc;color:var(--deep);font:inherit;outline:none}
.waitlist-modal input:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(15,191,161,.13)}
.waitlist-modal form .button{width:100%;justify-content:space-between}
.waitlist-modal form .button:disabled{cursor:wait;opacity:.65}
.waitlist-modal>div>small{display:block;margin-top:16px;color:#80908c;font-size:11px;line-height:1.5}
.waitlist-modal>div>small a{color:var(--accent-ink);text-decoration:underline}
.waitlist-modal .waitlist-modal__error{padding:10px 12px;border-radius:9px;background:#fff0ed;color:#9a493b;font-size:12px}
.waitlist-modal__success{text-align:center}
.waitlist-modal__success>span{display:grid;width:62px;height:62px;margin:0 auto 19px;place-items:center;border-radius:50%;background:#ddf7f0;color:#087764;font-size:28px;font-weight:800}
.waitlist-modal__success h2{margin-bottom:8px}
.waitlist-modal__success .button{width:100%;margin-top:28px}
body:has(.waitlist-modal[open]){overflow:hidden}

@keyframes home-earth-rotate{
  0%,100%{filter:hue-rotate(285deg) saturate(.84) brightness(.74);transform:translate3d(4%,1.5%,0) scale(1.05)}
  50%{filter:hue-rotate(285deg) saturate(.9) brightness(.82);transform:translate3d(-4%,-1%,0) scale(1.1)}
}

.home-testimonials .home-band-inner{padding-block:104px}
.home-quote-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:52px}
.home-quote-grid figure{display:flex;min-height:300px;flex-direction:column;justify-content:space-between;margin:0;padding:32px;border-radius:26px;background:var(--card);color:var(--ink)}
.home-quote-grid blockquote{margin:0;font-family:Outfit,sans-serif;font-size:23px;font-weight:600;line-height:1.32;letter-spacing:-.02em}
.home-quote-grid figcaption{display:flex;align-items:center;gap:14px;margin-top:28px}
.home-quote-grid figcaption>img{width:48px;height:48px;flex:0 0 auto;border-radius:50%;object-fit:cover}
.home-quote-grid figcaption b{font-size:17px}
.home-quote-grid figcaption small{display:block;color:var(--muted);font-size:15px;font-weight:600}

.home-faq{width:100%;max-width:1060px;padding:104px 32px}
.home-faq-list{margin-top:40px;border-top:1px solid rgba(8,32,28,.14)}
.home-faq-list article{border-bottom:1px solid rgba(8,32,28,.14)}
.home-faq-list button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:24px;padding:28px 0;border:0;background:transparent;color:var(--ink);cursor:pointer;text-align:left}
.home-faq-list button span{font-family:Outfit,sans-serif;font-size:25px;font-weight:700;letter-spacing:-.02em}
.home-faq-list button i{display:flex;width:44px;height:44px;flex:0 0 auto;align-items:center;justify-content:center;border:2px solid rgba(8,32,28,.18);border-radius:50%;font-family:Outfit,sans-serif;font-size:24px;font-style:normal;font-weight:700}
.home-faq-list article.is-open button i{border-color:var(--accent);background:var(--accent)}
.home-faq-list article p{display:none;max-width:780px;margin:0;padding:0 80px 30px 0;color:var(--muted);font-size:19px;line-height:1.55}
.home-faq-list article.is-open p{display:block}

.home-providers{padding-bottom:104px}
.home-providers>div{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:56px;align-items:center;padding:clamp(36px,4vw,72px);border-radius:36px;background:var(--accent);color:var(--accent-fg)}
.home-providers .eyebrow{color:inherit;opacity:.7}
.home-providers h2{margin:16px 0 0;font-size:48px;font-weight:800;line-height:1.03}
.home-providers p{max-width:520px;margin:18px 0 0;font-size:20px;line-height:1.55;opacity:.85}
.home-provider-actions{display:flex;flex-direction:column;gap:14px}
.home-provider-actions .button{background:var(--accent-fg);color:var(--accent)}
.home-provider-actions .home-provider-outline{border:2px solid var(--accent-fg);background:transparent;color:var(--accent-fg)}

@media(max-width:1350px){
  .marketing-nav{gap:24px}.marketing-nav__links{gap:20px;white-space:nowrap}.marketing-nav__actions{gap:16px}.marketing-nav__actions .button{min-width:196px;padding-inline:22px}
}

@media(max-width:1120px){
  .marketing-nav__links{display:none}.home-hero{min-height:0;grid-template-columns:1fr;padding:0 32px 64px}.home-hero-copy{max-width:820px;padding:64px 0 24px}.home-hero-media{margin-inline:-32px}.home-hero-media::before{display:none}.home-hero-media>img{height:min(68vw,680px)}.offer-summary{left:6%;bottom:-26px}.home-request-fields{grid-template-columns:1fr 1fr}.home-request-fields .button{grid-column:1/-1}.home-service-tabs{width:min(760px,78%)}.home-service-panel>a{padding-inline:20px}.home-market-feature-copy{width:calc(100% - 64px);margin-inline:32px}.home-market-viewport{overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.home-market-viewport::-webkit-scrollbar{display:none}.home-market-grid{min-width:0;grid-template-columns:none;grid-auto-columns:260px;grid-auto-flow:column;padding-bottom:8px}.home-market-grid article{width:auto;scroll-snap-align:start}
}
@media(max-width:900px){
  .shell,.home-faq{width:100%;padding-inline:20px}.home-hero{padding-inline:20px}.home-hero-copy{padding-top:44px}.home-hero-services{grid-template-columns:repeat(4,1fr)}.home-hero-media{display:flex;align-items:stretch;flex-direction:column;margin-inline:-20px}.home-hero-media>img{display:block;height:auto;min-height:0;aspect-ratio:16/10;object-position:58% center;clip-path:none}.offer-summary{position:relative;right:auto;bottom:auto;left:auto;align-self:center;width:calc(100% - 40px);margin:-31.25% auto 0}.home-steps,.home-trust,.home-providers>div{grid-template-columns:1fr}.home-moments{grid-template-columns:1fr}.home-quote-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.marketing-footer__grid{grid-template-columns:1fr 1fr}.home-trust{gap:48px}.home-heading-row{align-items:flex-start;flex-direction:column}.home-heading-row .button{align-self:flex-start}.home-services-all{margin-bottom:0}.home-service-tabs{width:100%}.home-services-showcase{grid-template-columns:minmax(260px,.4fr) minmax(420px,.6fr)}.home-service-panels{padding-inline:16px}.home-service-panel>a{grid-template-columns:58px minmax(0,1fr) 20px;gap:15px;padding-inline:16px}.home-service-icon{width:54px;height:54px}.home-market-feature-copy{width:calc(100% - 48px);margin-inline:24px;padding-inline:30px}.home-market-feature>img{width:88%}.home-market-feature li{padding-inline:14px}.home-market-progress{margin-left:20%}
}
@media(max-width:640px){
  .shell,.home-faq{width:100%;padding-inline:14px}.brand-logo{font-size:22px}.home-hero{padding:0 14px 52px}.home-hero-copy{padding-top:34px}.home-live-badge{gap:8px;padding-right:12px;font-size:11px}.home-hero-services{display:flex;max-width:none;gap:8px;margin:28px -14px 0;padding:0 14px 8px;overflow-x:auto;scrollbar-width:none}.home-hero-services::-webkit-scrollbar{display:none}.home-hero-services a{width:104px;min-width:104px;height:124px}.home-hero-services img{width:48px;height:48px}.home-hero .button-group{display:grid;gap:12px;margin-top:28px}.home-hero .button-group .button{width:100%;min-width:0}.home-hero-assurances{justify-content:center;gap:8px;margin-top:26px;font-size:10px}.home-hero-assurances>span{gap:4px}.home-hero-assurances svg{width:17px;height:17px}.home-hero-media{margin:32px -14px 0}.home-hero-media>img{height:auto;min-height:0;aspect-ratio:4/3;object-position:58% center}.offer-summary{right:auto;bottom:auto;left:auto;width:calc(100% - 24px);margin:-37.5% auto 0;padding:18px 16px 0;border-radius:20px}.offer-summary__heading h2{font-size:19px}.offer-summary__list article{min-height:72px;grid-template-columns:38px minmax(116px,1fr) 58px 72px;gap:7px}.provider-avatar{width:36px;height:36px;font-size:22px}.offer-summary__list article>div>strong{font-size:10px}.offer-summary__list article>div>strong b{font-size:9px}.offer-summary__list small{font-size:8px}.offer-summary__list article>p>strong{font-size:12px}.offer-summary__list article>a{padding:8px 7px;font-size:9px}.offer-summary__compare{min-height:55px;font-size:13px}.home-request{padding-block:54px}.home-request-card{padding:22px;border-radius:24px}.home-request-fields{grid-template-columns:1fr}.home-request-fields .button{grid-column:auto}.button{width:100%;padding-inline:24px}.button-group{display:grid}.home-band-inner,.home-section,.home-trust,.home-faq{padding-block:76px}.section-intro h2{font-size:40px}.home-steps{grid-template-columns:1fr;gap:44px;margin-top:48px}.home-moments figure{height:320px}.home-quote-grid,.home-trust-grid{grid-template-columns:1fr}.home-trust-grid article{min-height:0}.home-quote-grid figure{min-height:260px}.home-faq-list button span{font-size:21px}.home-faq-list article p{padding-right:0;font-size:17px}.home-providers{padding-bottom:76px}.home-providers>div{gap:36px;padding:32px 24px}.home-providers h2{font-size:39px}.marketing-footer{padding-top:64px}.marketing-footer__grid{grid-template-columns:1fr;gap:38px}.marketing-footer__bar span:last-child{width:100%;margin-left:0}.home-services-lede{font-size:16px}.home-service-tabs{display:flex;justify-content:flex-start;overflow-x:auto;border-radius:20px;scrollbar-width:none}.home-service-tabs::-webkit-scrollbar{display:none}.home-service-tabs button{min-width:max-content;flex:1;padding-inline:18px}.home-services-showcase{grid-template-columns:1fr}.home-services-photo{min-height:300px;height:300px}.home-service-panels{padding:14px 12px 0}.home-service-panel>a{min-height:96px;grid-template-columns:50px minmax(0,1fr) 18px;gap:12px;padding:12px}.home-service-icon{width:48px;height:48px}.home-service-icon svg{width:28px;height:28px}.home-service-panel strong{font-size:18px}.home-service-panel small{font-size:14px}.home-services-explore{margin-inline:12px}.home-market-heading{flex-direction:column}.home-market-heading>.button{width:auto;margin-top:0}.home-market-feature{display:block;min-height:510px}.home-market-feature>img{width:100%;height:58%;top:auto;bottom:0;object-position:center bottom}.home-market-feature::after{background:linear-gradient(180deg,#063b34 0%,#063b34 55%,rgba(6,59,52,.45) 79%,rgba(6,59,52,.05) 100%)}.home-market-feature-copy{width:auto;margin:24px;padding:30px 22px}.home-market-feature h3{font-size:24px}.home-market-feature ul{display:grid;gap:16px;margin-top:24px}.home-market-feature li{padding:0;border:0}.home-market-grid{grid-auto-columns:260px}.home-market-controls{align-items:center}.home-market-progress{gap:7px;margin-left:0}.home-market-progress i{width:22px}.home-market-controls button{width:40px;height:40px}
  .home-live-badge{max-width:100%}.home-live-badge span{font-size:10px}.home-live-badge strong{min-width:0;line-height:1.25}.home-hero h1{max-width:100%;margin-top:24px;font-size:clamp(36px,10.25vw,43px);line-height:1.01;letter-spacing:-.05em;text-wrap:pretty}.home-hero h1 br{display:none}.home-hero .home-lede{max-width:34ch;margin-top:16px;font-size:17px;line-height:1.4}
}

@media(max-width:640px){
  .home-market-feature{min-height:620px}
  .home-market-feature-copy{margin:16px;padding:24px 20px}
  .home-market-feature ul{grid-template-columns:1fr;gap:10px}
  .home-market-feature li{padding:10px 12px;border:1px solid rgba(255,255,255,.1)}
}

@media(max-width:640px){.waitlist-modal__icon{margin:28px 24px -14px}.waitlist-modal>div{padding:34px 24px 28px}.waitlist-modal h2{font-size:29px}}
@media(prefers-reduced-motion:reduce){.home-page *{scroll-behavior:auto!important;transition:none!important}.home-live-badge span,.home-live-badge span i,.home-market-feature>img,.offer-summary,.offer-summary__list article,.offer-summary__compare{animation:none!important;opacity:1!important;transform:none!important}.home-live-badge span i{box-shadow:0 0 0 3px rgba(12,164,125,.1)}.home-market-feature>img{transform:none!important}}
