:root{--background: rgb(255, 255, 255);--surface: rgb(246, 246, 246);--text: rgb(19, 19, 20);--text-secondary: rgb(70, 71, 78);--border: rgb(232, 232, 233);--accent: rgb(215, 26, 33);--serif: "Instrument Serif", Georgia, serif;--sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--maxw: 1250px;--radius: 24px}@media (prefers-color-scheme: dark){:root{--background: rgb(19, 19, 20);--surface: rgb(0, 0, 0);--text: rgb(224, 225, 228);--text-secondary: rgb(158, 156, 166);--border: rgb(36, 36, 38);--accent: rgb(255, 69, 58)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--text) 34%,transparent) var(--background)}html::-webkit-scrollbar{width:12px}html::-webkit-scrollbar-track{background:var(--background)}html::-webkit-scrollbar-thumb{min-height:56px;background:color-mix(in srgb,var(--text) 34%,transparent);border:3px solid var(--background);border-radius:999px}html::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--text) 52%,transparent)}html::-webkit-scrollbar-corner{background:var(--background)}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}body{background:var(--background);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.h1{font-family:var(--serif);font-weight:400;font-size:120px;line-height:1.1em;letter-spacing:-.03em;text-wrap:balance}.h2{font-family:var(--serif);font-weight:400;font-size:64px;line-height:1em;letter-spacing:-.04em;text-wrap:balance}.h3{font-family:var(--serif);font-weight:400;font-size:36px;line-height:1.25em;letter-spacing:-.01em}.h4{font-family:var(--serif);font-weight:400;font-size:22px;line-height:1.3em;letter-spacing:-.01em}.body16{font-family:var(--sans);font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:-.01em;color:var(--text-secondary)}.caption{font-family:var(--sans);font-weight:500;font-size:13px;line-height:1.4em;letter-spacing:.01em;color:var(--text-secondary)}.label{font-family:var(--sans);font-weight:500;font-size:15px;line-height:1.2em}.label-strong{font-family:var(--sans);font-weight:600;font-size:15px;line-height:1.3em}.text-link{font-family:var(--sans);font-weight:500;font-size:15px;line-height:1.3em;color:var(--text);transition:opacity .2s ease}.text-link:hover{opacity:.6}.nav-link{font-family:var(--sans);font-weight:500;font-size:15px;line-height:28px;color:var(--text-secondary);transition:color .2s ease}.nav-link:hover{color:var(--text)}.logo{font-family:var(--serif);font-weight:400;font-size:26px;line-height:1.25em;letter-spacing:-.01em}.main{width:100%;display:flex;flex-direction:column;align-items:center}.inner{width:100%;max-width:var(--maxw);margin:0 auto}.nav{position:sticky;top:0;z-index:50;width:100%;display:flex;justify-content:center;padding:20px 56px;background:color-mix(in srgb,var(--background) 92%,transparent);border-bottom:1px solid var(--border)}.nav-inner{width:100%;max-width:var(--maxw);display:flex;align-items:center;justify-content:space-between}.nav-left{display:flex;align-items:center;gap:8px}.brand-logo{width:30px;height:30px;border-radius:9px;object-fit:cover;box-shadow:0 0 0 1px var(--border)}.nav-links{display:flex;align-items:center;gap:32px}.nav-cta{font-family:var(--sans);font-weight:500;font-size:15px;color:var(--background);background:var(--text);padding:10px 18px;border-radius:999px;transition:transform .2s ease,opacity .2s ease}.nav-cta:hover{transform:translateY(-1px);opacity:.9}@media (max-width: 800px){.nav{padding:16px 24px}.nav-links .nav-link{display:none}}.hero{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px 56px 0;overflow:clip}.hero-inner{width:100%;max-width:var(--maxw);display:flex;gap:48px;align-items:center;position:relative}.hero-copy{flex:1;max-width:620px;display:flex;flex-direction:column;gap:28px;padding-bottom:48px;z-index:2}.hero-copy .h1{animation:rise .9s cubic-bezier(.22,.61,.36,1) both}.hero-copy .subtitle{max-width:460px;animation:rise .9s cubic-bezier(.22,.61,.36,1) .1s both}.hero-form{width:100%;max-width:440px;display:flex;flex-direction:column;gap:16px;padding-top:8px;animation:rise .9s cubic-bezier(.22,.61,.36,1) .2s both}.hero-image{position:absolute;width:778px;max-width:62%;right:0;top:50%;transform:translateY(-50%);z-index:1;animation:fade 1.2s ease .15s both;-webkit-mask-image:linear-gradient(to bottom,rgb(0 0 0 / 1) 0%,rgb(0 0 0 / 1) 76%,rgb(0 0 0 / .9) 82%,transparent 100%);mask-image:linear-gradient(to bottom,rgb(0 0 0 / 1) 0%,rgb(0 0 0 / 1) 76%,rgb(0 0 0 / .9) 82%,transparent 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}@keyframes rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes fade{0%{opacity:0;transform:translateY(-50%) scale(.98)}to{opacity:1;transform:translateY(-50%) scale(1)}}.avatars{display:flex;align-items:center;gap:20px;padding-left:16px}.avatar-stack{display:flex}.avatar-stack .av{width:24px;height:24px;border-radius:40px;object-fit:cover;margin-left:-8px;border:2px solid var(--background)}.avatar-stack .av:first-child{margin-left:0}.waitlist{width:100%;display:flex;gap:8px;position:relative;min-height:48px}.waitlist input{flex:1;min-width:0;font-family:var(--sans);font-size:15px;color:var(--text);background:var(--background);border:1px solid var(--border);border-radius:999px;padding:13px 18px;outline:none;transition:border-color .22s cubic-bezier(.25,1,.5,1),box-shadow .22s cubic-bezier(.25,1,.5,1),transform .22s cubic-bezier(.25,1,.5,1)}.waitlist input::placeholder{color:var(--text-secondary)}.waitlist input:focus{border-color:var(--text);box-shadow:0 8px 24px #00000014;transform:translateY(-1px)}.waitlist button{font-family:var(--sans);font-weight:500;font-size:15px;color:var(--background);background:var(--text);border:0;border-radius:999px;padding:13px 22px;cursor:pointer;white-space:nowrap;position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:126px;transition:transform .2s cubic-bezier(.25,1,.5,1),opacity .2s cubic-bezier(.25,1,.5,1)}.waitlist button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 28%,rgb(255 255 255 / .28) 50%,transparent 72%);transform:translate(-140%);transition:transform .48s cubic-bezier(.16,1,.3,1)}.waitlist button:hover{transform:translateY(-1px);opacity:.92}.waitlist button:hover:after{transform:translate(140%)}.waitlist button:active{transform:translateY(0) scale(.97)}.waitlist button:disabled{cursor:default;opacity:1}.waitlist.is-submitting input{opacity:.62}.waitlist.has-error input{border-color:#c4675d}.waitlist-error{position:absolute;top:calc(100% + 7px);left:18px;color:#dc8c81;font-size:12px;line-height:1.35}.waitlist-spinner{width:14px;height:14px;border:1.5px solid rgb(255 255 255 / .38);border-top-color:currentColor;border-radius:50%;animation:waitlist-spin .7s linear infinite}.waitlist-success{width:100%;min-height:48px;border:1px solid var(--border);border-radius:999px;padding:7px 18px 7px 7px;background:var(--surface);display:flex;align-items:center;gap:12px;position:relative;overflow:hidden;isolation:isolate;animation:waitlist-success-in .42s cubic-bezier(.16,1,.3,1) both}.waitlist-success:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,rgb(255 255 255 / .1),transparent 58%);transform-origin:left;animation:waitlist-success-wash .48s cubic-bezier(.16,1,.3,1) both}.waitlist-success-mark{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;color:var(--background);background:var(--text);border-radius:50%;animation:waitlist-mark-in .38s cubic-bezier(.16,1,.3,1) both}.waitlist-success-mark svg{width:18px;height:18px;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.waitlist-success-mark path{stroke-dasharray:24;stroke-dashoffset:0;animation:waitlist-check-draw .32s cubic-bezier(.25,1,.5,1) .1s both}.waitlist-success-copy{display:flex;flex-direction:column;gap:1px;min-width:0}@keyframes waitlist-spin{to{transform:rotate(360deg)}}@keyframes waitlist-success-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes waitlist-success-wash{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes waitlist-mark-in{0%{opacity:0;transform:scale(.72) rotate(-8deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes waitlist-check-draw{0%{stroke-dashoffset:24}to{stroke-dashoffset:0}}.shake{animation:shake .32s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.section{width:100%;display:flex;flex-direction:column;align-items:center;padding:100px 56px}.section.flush{padding:100px 0}.section-header{width:100%;max-width:640px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;margin:0 auto}.reveal{opacity:0;transform:translate3d(0,40px,0);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.reveal.in{opacity:1;transform:none}.feature-story{width:100%;height:500svh;padding:0;position:relative;background:var(--surface)}.feature-story-sticky{position:sticky;top:71px;width:100%;max-width:none;height:calc(100svh - 71px);margin:0 auto}.feature-stage{width:100%;height:100%;background:var(--surface);border-radius:0;overflow:clip;position:relative;isolation:isolate}.feature-panel{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr);align-items:center;gap:clamp(32px,6vw,92px);padding:clamp(52px,8vw,120px);padding-bottom:clamp(76px,9vw,108px);pointer-events:none;visibility:hidden}.feature-panel.is-active{pointer-events:auto;visibility:visible;z-index:2}.feature-panel.is-before,.feature-panel.is-after{z-index:1;transition:visibility 0s linear .48s}.feature-story-copy{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:flex-start;gap:14px;opacity:0;transition:opacity .34s cubic-bezier(.25,1,.5,1),transform .52s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.feature-story-copy .h3{max-width:480px}.feature-story-copy .body16{max-width:460px}.feature-step-label{font-family:var(--sans);font-size:13px;font-weight:600;line-height:1;letter-spacing:.08em;color:var(--text-secondary)}.feature-story-phone{align-self:stretch;min-width:0;position:relative;opacity:0;transition:opacity .38s cubic-bezier(.25,1,.5,1);will-change:opacity}.feature-panel.is-before .feature-story-copy{transform:translate3d(0,-42px,0)}.feature-panel.is-after .feature-story-copy{transform:translate3d(0,42px,0)}.feature-panel.is-before .feature-story-phone,.feature-panel.is-after .feature-story-phone{transform:none}.feature-panel.is-active .feature-story-copy,.feature-panel.is-active .feature-story-phone{opacity:1;transform:translateZ(0) scale(1)}.feature-progress{position:absolute;left:clamp(28px,8vw,120px);right:clamp(28px,8vw,120px);bottom:28px;z-index:3;display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.feature-progress>span{height:2px;background:color-mix(in srgb,var(--text) 12%,transparent);overflow:hidden;position:relative}.feature-progress>span:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--text);transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.16,1,.3,1)}.feature-progress>span.is-filled:after{transform:scaleX(1)}.feature-phone{width:300px;height:620px;object-fit:cover;object-position:center;flex:none;transform:none}.feature-phone--saved{height:626px;margin-top:-25px}.feature-story-phone .feature-phone{position:absolute;top:50%;left:50%;width:clamp(250px,28vw,330px);height:clamp(516px,57.9vw,682px);max-height:none;object-fit:cover;margin:0;transform:translate3d(-50%,-50%,0)}.feature-story-phone .feature-phone--saved,.feature-story-phone .feature-phone--lockscreen,.feature-story-phone .feature-phone--plans,.feature-story-phone .feature-phone--search,.feature-story-phone .feature-phone--apps{width:clamp(250px,28vw,330px);height:clamp(516px,57.9vw,682px);object-fit:contain}@media (max-width: 800px){.feature-story{height:500svh;padding:0}.feature-story-sticky{top:63px;height:calc(100svh - 63px);height:calc(100dvh - 63px)}.feature-panel{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);align-items:start;gap:clamp(14px,2.5dvh,24px);padding:clamp(24px,4dvh,36px) 28px clamp(40px,7dvh,70px)}.feature-panel.is-before,.feature-panel.is-after{transition:none}.feature-story-copy{align-items:center;text-align:center;max-width:560px;margin:0 auto;gap:10px;transition:opacity .24s cubic-bezier(.25,1,.5,1)}.feature-panel.is-before .feature-story-copy,.feature-panel.is-after .feature-story-copy{transform:none}.feature-story-copy .h3{font-size:clamp(30px,8vw,44px)}.feature-story-phone{min-height:0;display:flex;align-items:center;justify-content:center;transition:opacity .24s cubic-bezier(.25,1,.5,1)}.feature-story-phone .feature-phone{position:static;top:auto;left:auto;width:min(240px,62vw);height:100%;max-width:min(240px,62vw);max-height:100%;object-fit:cover;object-position:center;transform:none}.feature-story-phone .feature-phone--saved,.feature-story-phone .feature-phone--lockscreen,.feature-story-phone .feature-phone--plans,.feature-story-phone .feature-phone--search,.feature-story-phone .feature-phone--apps{width:min(240px,62vw);height:100%;max-width:min(240px,62vw);object-fit:contain}.feature-progress{left:28px;right:28px;bottom:24px}}.phone{width:300px;height:620px;border-radius:44px;background:linear-gradient(145deg,#2a2a2c,#0e0e10);padding:10px;box-shadow:0 40px 80px -30px #00000073,inset 0 1px 2px #fff3;flex:none}.phone-screen{width:100%;height:100%;border-radius:36px;background:var(--background);overflow:hidden;position:relative;display:flex;flex-direction:column}.phone-notch{position:absolute;top:12px;left:50%;transform:translate(-50%);width:92px;height:26px;background:#0e0e10;border-radius:999px;z-index:3}.phone-status{display:flex;justify-content:space-between;align-items:center;padding:16px 22px 0;font-family:var(--sans);font-weight:600;font-size:13px;color:var(--text)}.phone-screen{--p-bg: #ffffff;--p-surface: #f4f4f5;--p-text: #16161a;--p-sub: #8a8a92;--p-border: #ececee;--p-accent: rgb(215, 26, 33);background:var(--p-bg);color:var(--p-text)}.phone-status{color:var(--p-text)}.phone-body{flex:1;padding:30px 16px 18px;display:flex;flex-direction:column;gap:9px;overflow:hidden;font-family:var(--sans)}.scr-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:6px}.scr-title{font-family:var(--serif);font-size:26px;line-height:1.1;letter-spacing:-.01em;color:var(--p-text)}.scr-sub{font-size:11px;color:var(--p-sub);margin-top:2px}.scr-add{width:28px;height:28px;border-radius:999px;background:var(--p-surface);display:grid;place-items:center;color:var(--p-text);flex:none}.scr-ic{width:26px;height:26px;border-radius:8px;background:var(--p-surface);color:var(--p-text);display:grid;place-items:center;flex:none}.scr-ic.accent{background:color-mix(in srgb,var(--p-accent) 14%,transparent);color:var(--p-accent)}.scr-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:var(--p-surface);font-size:12.5px;font-weight:500;color:var(--p-text)}.scr-row.small{font-size:12px;padding:9px 11px}.scr-cap{font-size:10.5px;color:var(--p-sub);padding:2px}.pass{border-radius:16px;background:linear-gradient(150deg,#1f2937,#0f172a);color:#fff;padding:14px;display:flex;flex-direction:column;gap:12px}.pass-top{display:flex;justify-content:space-between;font-size:10px;opacity:.75}.pass-brand{font-weight:600;opacity:1}.pass-route{display:flex;align-items:center;justify-content:space-between}.pass-plane{color:#fff9}.pass-code{font-size:22px;font-weight:700;letter-spacing:-.02em}.pass-city{font-size:9px;opacity:.6}.pass-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;border-top:1px dashed rgba(255,255,255,.2);padding-top:10px}.pass-grid span{font-size:8.5px;opacity:.55;display:block}.pass-grid b{font-size:12px;font-weight:600}.phone--lockscreen .phone-body{padding:0;justify-content:flex-end;background:linear-gradient(180deg,#3a3730,#17150f)}.ls-fill{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;gap:2px}.ls-clock{font-size:46px;font-weight:600;letter-spacing:-.02em}.ls-date{font-size:12px;opacity:.8}.sheet{background:var(--p-bg);border-radius:22px 22px 0 0;padding:10px 14px 16px;display:flex;flex-direction:column;gap:8px;box-shadow:0 -10px 30px #00000040}.sheet-grip{width:36px;height:4px;border-radius:999px;background:var(--p-border);align-self:center;margin-bottom:4px}.sheet-row{display:flex;align-items:center;gap:10px;padding:9px 11px;border-radius:12px;background:var(--p-surface);font-size:12.5px;font-weight:500}.sheet-done{margin-top:4px;border:0;border-radius:12px;background:var(--p-text);color:var(--p-bg);font-family:var(--sans);font-weight:600;font-size:13px;padding:11px}.plan-label{font-size:10.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--p-sub);margin:6px 2px 1px}.plan-row{display:flex;align-items:center;gap:10px;padding:9px 11px;border-radius:12px;background:var(--p-surface)}.plan-name{flex:1;font-size:12.5px;font-weight:500;color:var(--p-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.plan-time{font-size:11px;font-weight:600;color:var(--p-sub);flex:none}.search-bar{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;background:var(--p-surface);color:var(--p-sub);font-size:12px;font-weight:500}.search-photo{height:118px;border-radius:14px;background:linear-gradient(150deg,#e9b27a,#c8603c 55%,#7c4a3a);position:relative;overflow:hidden}.search-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(80% 60% at 30% 20%,rgba(255,255,255,.4),transparent 60%),linear-gradient(180deg,transparent 50%,rgba(0,0,0,.35))}.app-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:2px}.app-tile{display:flex;align-items:center;gap:9px;padding:11px;border-radius:12px;background:var(--p-surface);font-size:12px;font-weight:500;color:var(--p-text)}.app-tile-ic{width:26px;height:26px;border-radius:8px;background:var(--p-bg);border:1px solid var(--p-border);display:grid;place-items:center;color:var(--p-text);flex:none}.apps-inner{width:100%;max-width:var(--maxw);display:flex;align-items:center;justify-content:space-between;gap:40px}.apps-inner>.feature-phone{margin-right:40px}.apps-copy{flex:1;max-width:560px;display:flex;flex-direction:column;gap:24px}.app-chips{width:100%;border-radius:16px;overflow:clip;display:flex;flex-direction:column;gap:12px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}.ticker{display:flex;gap:16px;width:max-content}.ticker.a{animation:scrollx 26s linear infinite}.ticker.b{animation:scrollx 30s linear infinite reverse}@keyframes scrollx{0%{transform:translate(0)}to{transform:translate(-50%)}}.chip{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px 16px;display:flex;align-items:center;gap:10px;white-space:nowrap}.chip-ic{width:20px;height:20px;flex:none;color:var(--text)}@media (max-width: 900px){.apps-inner{flex-direction:column;text-align:center}.apps-copy{align-items:center;width:100%;max-width:100%}.apps-inner>.feature-phone{margin-right:0}}.changelog{width:100%;display:flex;gap:24px;padding:0 56px;overflow-x:auto;justify-content:center;scrollbar-width:none}.changelog::-webkit-scrollbar{display:none}.update-card{width:380px;height:480px;flex:none;background:var(--background);border:1px solid var(--border);border-radius:16px;overflow:clip;transition:transform .3s ease,box-shadow .3s ease}.update-card:hover{transform:translateY(-6px);box-shadow:0 30px 60px -30px #0000004d}.update-cover{width:100%;height:100%;background:var(--surface);padding:20px;display:flex;flex-direction:column}.badge{width:fit-content;background:var(--background);border:1px solid var(--border);border-radius:999px;padding:7px 14px;display:flex;align-items:center;gap:8px}.badge .dot{width:8px;height:8px;border-radius:999px;background:var(--accent)}.update-mid{flex:1;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;text-align:center}.testi-inner{width:100%;max-width:var(--maxw);display:flex;gap:80px;align-items:center}.testi-copy{flex:1;max-width:460px;display:flex;flex-direction:column;gap:24px}.tweet-stack{flex:1;display:flex;flex-direction:column;gap:28px}.tweet-row{display:flex;width:100%}.tweet-row.end{justify-content:flex-end}.tweet-card{width:86%;background:var(--background);border:1px solid var(--border);border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:16px}.tweet-author{display:flex;align-items:center;gap:12px}.tweet-author .av{width:44px;height:44px;border-radius:999px;object-fit:cover;background:var(--surface)}.tweet-names{flex:1;display:flex;flex-direction:column;gap:2px}.tweet-x{width:20px;height:20px;color:#1d9bf0}@media (max-width: 900px){.testi-inner{flex-direction:column;gap:40px}.testi-copy{align-items:center;text-align:center}.tweet-card{width:100%}}.cta-card{width:100%;max-width:var(--maxw);height:560px;min-height:560px;background:var(--surface);border-radius:var(--radius);overflow:clip;display:flex;justify-content:space-between;align-items:flex-end;position:relative}.cta-copy{flex:0 1 660px;max-width:660px;display:flex;flex-direction:column;gap:24px;padding:40px 40px 40px 80px;justify-content:center;align-self:stretch;position:relative;z-index:1}.cta-hand{position:absolute;top:24px;right:-12px;width:min(42vw,520px);max-width:none;height:auto}@media (max-width: 1000px){.cta-copy{flex-basis:58%;padding-left:48px}.cta-hand{width:min(46vw,440px);right:-28px;top:54px}}@media (max-width: 800px){.cta-card{height:auto;min-height:0}.cta-copy{flex-basis:auto;padding:48px 32px}.cta-hand{display:none}}.footer{width:100%;display:flex;justify-content:center;border-top:1px solid var(--border);padding:56px}.footer-inner{width:100%;max-width:var(--maxw);display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap}.footer-cols{display:flex;gap:72px;flex-wrap:wrap}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-col .head{font-family:var(--sans);font-weight:600;font-size:13px;letter-spacing:.02em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:4px}@media (max-width: 1100px){.h1{font-size:88px}.h2{font-size:52px}}@media (max-width: 800px){.section{padding:72px 24px}.section.flush{padding:72px 0}.hero{padding:40px 24px 0}.hero-inner{flex-direction:column;align-items:flex-start}.hero-copy .h1,.hero-copy .subtitle,.hero-form{animation:mobile-hero-in .48s cubic-bezier(.16,1,.3,1) both}.hero-form{animation:none;opacity:1;transform:none}@keyframes mobile-hero-in{0%{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:translateZ(0)}}.hero-image{position:relative;right:auto;top:auto;transform:none;width:100%;max-width:420px;align-self:center;animation:fade 1s ease .15s both}@keyframes fade{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.h1{font-size:64px}.h2{font-size:40px}.h3{font-size:30px}.footer-inner{flex-direction:column}}@media (max-width: 440px){.h1{font-size:52px}.waitlist{flex-direction:column}.waitlist button{width:100%}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}.reveal,.feature-phone{opacity:1;transform:none}.feature-story{height:auto}.feature-story-sticky{position:static;height:auto}.feature-stage{display:grid;gap:0;background:var(--surface);overflow:visible}.feature-stage:after,.feature-progress{display:none}.feature-panel,.feature-panel.is-active,.feature-panel.is-before,.feature-panel.is-after{position:relative;visibility:visible;pointer-events:auto;z-index:auto;min-height:calc(100svh - 71px);background:transparent;border-radius:0;overflow:clip}.feature-story-copy,.feature-story-phone,.feature-panel.is-active .feature-story-copy,.feature-panel.is-active .feature-story-phone,.feature-panel.is-before .feature-story-copy,.feature-panel.is-before .feature-story-phone,.feature-panel.is-after .feature-story-copy,.feature-panel.is-after .feature-story-phone{opacity:1;transform:none}}
