:root{--ink:#101923;--ink-2:#182532;--cream:#f5f3ee;--paper:#fffefa;--muted:#65717a;--line:#d9ddd9;--coral:#f05a3b;--blue:#527cff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);scroll-behavior:smooth}
*{box-sizing:border-box}
body{margin:0;min-width:320px}
button,input{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img,video{display:block;max-width:100%}
::selection{background:#ffd5c8;color:var(--ink)}
:focus-visible{outline:3px solid var(--blue);outline-offset:4px}
.skip-link{position:absolute;left:16px;top:-80px;z-index:1000;padding:12px 16px;background:#fff;color:var(--ink);border-radius:9px}.skip-link:focus{top:16px}
.wrap{width:min(100% - 96px,1344px);margin-inline:auto}
.section-pad{padding:clamp(88px,10vw,152px) 0}
.eyebrow{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:800;letter-spacing:.18em;line-height:1.35;color:#53616b}
.eyebrow-light{color:#dce4eb}
.signal{width:7px;height:7px;flex:none;border-radius:50%;background:var(--coral);box-shadow:0 0 0 4px rgba(240,90,59,.18)}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{letter-spacing:-.05em}
h2{font-size:clamp(46px,5.45vw,80px);line-height:1.04;font-weight:780;margin:24px 0}
h2 em,h1 em{font-style:normal;color:var(--coral)}
.site-header{position:absolute;z-index:20;top:0;left:0;right:0;height:96px;display:flex;align-items:center;gap:40px;padding:0 max(48px,calc((100vw - 1344px)/2));color:#fff;border-bottom:1px solid rgba(255,255,255,.18)}
.brand{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;font-weight:900;font-size:26px;letter-spacing:-.09em;line-height:1}
.brand img{object-fit:contain;width:44px;height:44px}
.brand-period{color:var(--coral)}
.site-header nav{display:flex;gap:34px;align-items:center;margin-left:auto}
.site-header nav a{font-size:13px;font-weight:620;color:#e3e7e9;transition:color .2s}
.site-header nav a:hover{color:#fff}
.header-cta{border:1px solid rgba(255,255,255,.45);border-radius:999px;padding:13px 18px;font-size:13px;font-weight:730;white-space:nowrap;transition:background .22s,color .22s,transform .22s}
.header-cta:hover{background:#fff;color:var(--ink);transform:translateY(-2px)}
.header-cta span{margin-left:12px}
.hero{min-height:min(880px,100svh);min-height:max(720px,min(880px,100svh));position:relative;isolation:isolate;overflow:hidden;color:#fff;background:#112230}
.hero-image,.hero-shade{position:absolute;inset:0;z-index:-1}
.hero-image{background-image:url("/media/hero-city.webp");background-size:cover;background-position:center 53%;transform:scale(1.025);animation:hero-enter 1.4s ease-out both}
.hero-shade{background:linear-gradient(90deg,rgba(5,16,26,.92) 0%,rgba(6,17,28,.86) 29%,rgba(6,17,28,.42) 58%,rgba(6,17,28,.08) 100%),linear-gradient(0deg,rgba(5,15,25,.85),transparent 29%),linear-gradient(180deg,rgba(5,15,25,.28),transparent 24%)}
@keyframes hero-enter{from{opacity:.6;transform:scale(1.075)}to{opacity:1;transform:scale(1.025)}}
.hero-content{padding-top:clamp(208px,19vw,300px);padding-bottom:138px}
.hero h1{font-size:clamp(58px,7.2vw,112px);font-weight:800;line-height:.98;max-width:1050px;letter-spacing:-.075em;margin:28px 0 30px}
.hero-content>p{max-width:520px;color:#e3e7e8;font-size:clamp(17px,1.55vw,20px);line-height:1.55;letter-spacing:-.012em}
.hero-actions{display:flex;align-items:center;gap:32px;margin-top:38px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:36px;min-height:57px;border-radius:999px;padding:0 24px;font-size:14px;font-weight:780;transition:transform .23s,background .23s,box-shadow .23s}
.button:hover{transform:translateY(-3px)}
.button-coral{background:var(--coral);color:#fff;box-shadow:0 14px 32px rgba(240,90,59,.2)}
.button-coral:hover{background:#fc6b4e;box-shadow:0 17px 38px rgba(240,90,59,.3)}
.button span{font-size:19px;font-weight:500}
.watch-link{display:inline-flex;align-items:center;gap:12px;font-size:14px;font-weight:700;color:#fff}
.play-icon{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.7);border-radius:50%;font-size:11px;padding-left:2px;transition:background .2s,color .2s}
.watch-link:hover .play-icon{background:#fff;color:var(--ink)}
.hero-content .hero-note{margin-top:34px;color:#cad2d7;font-size:12px;letter-spacing:.01em}
.hero-bottom{position:absolute;bottom:34px;left:0;right:0;display:flex;justify-content:space-between;color:#d7e0e5;font-size:10px;font-weight:770;letter-spacing:.2em}
.intro-section{background:var(--cream)}
.intro-heading{display:grid;grid-template-columns:1.25fr .75fr;column-gap:80px;align-items:end;padding-bottom:66px}
.intro-heading .eyebrow{grid-column:1/-1}
.intro-heading h2{margin-bottom:0}
.intro-heading h2 span{color:#839097}
.intro-heading>p{font-size:18px;line-height:1.58;color:#59666f;max-width:400px;margin:0 0 8px}
.steps{border-top:1px solid #c7cecb}
.step{display:grid;grid-template-columns:120px minmax(0,1fr) 54px;gap:28px;align-items:start;border-bottom:1px solid #c7cecb;padding:32px 0 34px;transition:padding .2s}
.step-number{color:var(--coral);font-size:15px;font-weight:800;letter-spacing:.04em;padding-top:6px}
.step h3{font-size:clamp(29px,3.2vw,46px);line-height:1.1;margin:0 0 7px;font-weight:740}
.step p{font-size:16px;line-height:1.5;color:#66737a;margin:0}
.step-arrow{font-size:27px;font-weight:300;color:#9ca6aa;justify-self:end;transition:transform .2s,color .2s}
.step:hover .step-arrow{transform:translate(3px,-3px);color:var(--coral)}
.app-section{position:relative;overflow:hidden;background:#111c28;color:#fff}
.app-backdrop{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 78% 50%,rgba(73,106,147,.31),transparent 45%),radial-gradient(circle at 15% 80%,rgba(44,79,118,.16),transparent 40%)}
.app-layout{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,1fr);align-items:center;gap:8vw;min-height:690px}
.app-copy{padding:30px 0 60px}
.app-copy h2{font-size:clamp(54px,5.7vw,82px);margin-bottom:30px}
.app-copy>p{max-width:500px;font-size:18px;line-height:1.57;color:#becbd4}
.feature-list{list-style:none;margin:43px 0 0;padding:0;display:grid;gap:19px}
.feature-list li{display:flex;align-items:center;gap:15px;font-size:15px;font-weight:590;color:#e5ebee}
.feature-dot{display:inline-block;flex:none;width:7px;height:7px;border:1.5px solid var(--coral);transform:rotate(45deg)}
.preview-note{display:inline-block;margin-top:74px;color:#8497a6;font-size:11px;letter-spacing:.12em;text-transform:uppercase}
.product-stage{position:relative;min-height:650px;display:grid;place-items:center}
.orbit{position:absolute;width:610px;height:610px;border:1px solid rgba(176,198,220,.12);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}
.orbit-two{width:475px;height:475px}
.phone-shell{width:326px;height:660px;padding:8px;border-radius:46px;background:linear-gradient(130deg,#697582,#16202b 22%,#03080d 48%,#657181 92%);box-shadow:0 48px 94px rgba(0,0,0,.5),inset 0 0 0 1px rgba(255,255,255,.28);transform:rotate(5deg);transition:transform .4s}
.phone-shell:hover{transform:rotate(2deg) translateY(-8px)}
.phone-screen{position:relative;height:100%;border-radius:39px;overflow:hidden;background:#f7f8fb;color:#0f1c2c;padding:0 17px 25px}
.phone-screen:before{content:"";position:absolute;top:11px;left:50%;width:88px;height:24px;transform:translateX(-50%);border-radius:16px;background:#0e1721;z-index:2}
.phone-status{height:50px;padding:14px 9px 0;display:flex;align-items:flex-start;justify-content:space-between;font-size:11px;font-weight:750}
.status-icons{letter-spacing:-.1em;font-size:12px}
.phone-top{height:47px;display:flex;align-items:center;justify-content:space-between}
.phone-wordmark{font-size:21px;font-weight:900;letter-spacing:-.09em}.phone-wordmark span{color:var(--coral)}
.profile-glyph{display:grid;place-items:center;font-size:11px;width:29px;height:29px;border:1px solid #d7dce3;border-radius:50%;background:#fff}
.phone-head{padding:16px 0 8px}.phone-kicker{font-size:8px;font-weight:850;letter-spacing:.15em;color:#81909d}.phone-head h3{font-size:28px;margin:7px 0 0;letter-spacing:-.06em}.phone-head p{font-size:11px;color:#71808a;margin:3px 0}
.phone-tabs{display:flex;justify-content:space-between;border-radius:10px;background:#e8ebf0;padding:4px;margin:12px 0 14px;color:#74818f;font-size:10px;font-weight:720}
.phone-tabs span{flex:1;text-align:center;padding:8px 0}.phone-tabs .selected{background:#fff;color:#192a3c;border-radius:7px;box-shadow:0 1px 3px #a5adb553}
.phone-gallery{display:grid;grid-template-columns:1fr 1fr;gap:8px}.car-tile{position:relative;aspect-ratio:.64;border-radius:12px;overflow:hidden;background:#b7c5ca}.car-tile:after{content:"";position:absolute;inset:52% 0 0;background:linear-gradient(transparent,rgba(6,13,22,.86))}.car-tile img{width:100%;height:100%;object-fit:cover}.car-tile:first-child img{object-position:52%}.car-tile:last-child img{object-position:65%}.car-tile span{position:absolute;z-index:2;left:10px;bottom:11px;right:7px;color:#fff;font-size:14px;line-height:1.12;font-weight:750;letter-spacing:-.035em}
.phone-bottom{position:absolute;bottom:10px;left:12px;right:12px;display:flex;align-items:center;justify-content:space-around;height:52px;border:1px solid #e3e5e7;background:#fff;border-radius:19px;box-shadow:0 5px 18px #bec5d052}.phone-bottom>span{display:grid;place-items:center;font-size:19px;line-height:1;color:#657582}.phone-bottom>span:first-child{color:var(--coral)}.phone-bottom small{display:block;font-size:8px;line-height:1.5;font-weight:680}.phone-bottom .camera-action{display:grid;place-items:center;width:43px;height:43px;border-radius:14px;background:#dfe6f5;color:#1f5aca;font-size:22px}
.floating-note{position:absolute;z-index:3;right:0;bottom:74px;display:flex;align-items:center;gap:13px;padding:14px 18px;border:1px solid rgba(255,255,255,.22);border-radius:17px;background:rgba(247,250,252,.94);color:#142331;box-shadow:0 18px 42px rgba(0,0,0,.22);backdrop-filter:blur(18px);transform:rotate(-3deg)}
.note-sparkle{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#e8edff;color:#4e70dd}.floating-note strong,.floating-note span{display:block}.floating-note strong{font-size:12px;letter-spacing:-.01em}.floating-note div span{margin-top:3px;color:#687582;font-size:10px}
.film-section{background:#f0eee9}
.film-heading{display:flex;justify-content:space-between;align-items:end;gap:80px;padding-bottom:40px}.film-heading h2{margin-bottom:0}.film-heading>p{max-width:350px;color:#5c686f;font-size:17px;line-height:1.55;margin-bottom:7px}
.film-frame{border-radius:20px;overflow:hidden;background:#09111b;box-shadow:0 20px 55px rgba(16,25,35,.13);border:1px solid rgba(16,25,35,.1)}.film-frame video{width:100%;aspect-ratio:16/9;object-fit:cover}
.film-caption{display:flex;justify-content:space-between;margin-top:19px;color:#78838b;font-size:10px;font-weight:780;letter-spacing:.17em}
.trust-section{background:#fffefa}.trust-grid{display:grid;grid-template-columns:1fr .95fr;gap:clamp(60px,8vw,130px);align-items:center}
.trust-art{position:relative;min-height:660px;border-radius:7px;overflow:hidden;background:#17293b}.trust-art img{width:100%;height:100%;min-height:660px;object-fit:cover;object-position:65%}.trust-art:after{content:"";position:absolute;inset:60% 0 0;background:linear-gradient(transparent,rgba(9,19,29,.75))}.trust-art span{position:absolute;z-index:2;bottom:30px;left:34px;color:#fff;letter-spacing:.18em;font-size:11px;font-weight:760}
.trust-copy h2{font-size:clamp(45px,4.8vw,72px)}.trust-copy>p{font-size:17px;line-height:1.58;color:#66727a;max-width:560px}
.trust-points{margin-top:42px;border-top:1px solid #dce1dd}.trust-points>div{display:grid;grid-template-columns:38px 1fr;column-gap:12px;padding:19px 0;border-bottom:1px solid #dce1dd}.trust-points span{grid-row:1/3;color:var(--coral);font-size:11px;font-weight:850;padding-top:3px}.trust-points strong{font-size:16px;letter-spacing:-.02em}.trust-points p{font-size:13px;line-height:1.5;color:#69757c;margin:5px 0 0}
.access-section{position:relative;overflow:hidden;background:#182b43;color:#fff}.access-glow{position:absolute;inset:0;background:radial-gradient(circle at 25% 82%,rgba(69,99,174,.35),transparent 38%),radial-gradient(circle at 78% 8%,rgba(240,90,59,.12),transparent 34%);pointer-events:none}.access-layout{position:relative;display:grid;grid-template-columns:1fr minmax(370px,480px);gap:100px;align-items:center}.access-layout h2{font-size:clamp(52px,5.6vw,84px);margin-bottom:28px}.access-layout>div:first-child>p{max-width:430px;color:#c5d3df;font-size:18px;line-height:1.55}
.signup-card{background:#fff;color:var(--ink);border-radius:24px;padding:38px;box-shadow:0 30px 65px rgba(5,15,28,.2)}.signup-card h3{font-size:30px;margin:0 0 7px;letter-spacing:-.055em}.signup-card>p{font-size:14px;line-height:1.5;color:#66737d}.signup-card form{margin-top:29px}.signup-card form>label:first-child{display:block;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}.email-field{display:flex;align-items:center;border:1px solid #cad1d5;border-radius:12px;padding:5px;transition:border-color .2s,box-shadow .2s}.email-field:focus-within{border-color:#5681eb;box-shadow:0 0 0 3px #5681eb20}.email-field input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:13px 12px;color:var(--ink);font-size:15px}.email-field input::placeholder{color:#a1adb3}.email-field button{width:43px;height:43px;flex:none;border:0;border-radius:9px;background:var(--coral);color:#fff;font-size:24px;line-height:1;transition:background .2s,transform .2s}.email-field button:hover{background:#d94b30;transform:translate(1px,-1px)}.email-field button:disabled{opacity:.55;cursor:wait}.consent{display:flex;gap:10px;align-items:flex-start;margin-top:18px;cursor:pointer;color:#65717a;font-size:12px;line-height:1.5}.consent input{width:17px;height:17px;margin:0;flex:none;accent-color:#3768d4}.signup-footnote{margin:25px 0 0!important;font-size:11px!important;color:#879098!important}.signup-footnote a{text-decoration:underline;text-underline-offset:2px}.form-status{min-height:1em;margin:11px 0 0;font-size:12px;line-height:1.5;color:#1f6d4b}.form-status.error{color:#bb3f2c}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.faq-section{background:#f5f3ee}.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.faq-grid h2{font-size:clamp(48px,5vw,73px)}.faq-list{border-top:1px solid #cdd3cf}.faq-list details{border-bottom:1px solid #cdd3cf}.faq-list summary{display:flex;justify-content:space-between;align-items:center;gap:25px;list-style:none;cursor:pointer;padding:26px 0;font-size:19px;font-weight:690;letter-spacing:-.025em}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:26px;font-weight:300;color:var(--coral);transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{max-width:570px;color:#65717a;font-size:15px;line-height:1.55;margin:-5px 0 27px}
.site-footer{background:#0e1924;color:#fff;padding:52px 0 34px}.footer-top,.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-top>a:last-child{font-size:13px;color:#c6d1d9}.footer-bottom{border-top:1px solid #ffffff2b;margin-top:42px;padding-top:24px;color:#97a7b2;font-size:12px}.footer-bottom p{margin:0}.footer-bottom div{display:flex;gap:30px}.footer-bottom a:hover,.footer-top>a:last-child:hover{text-decoration:underline}
@media (max-width:1000px){.wrap{width:min(100% - 64px,1344px)}.site-header{padding:0 32px}.app-layout{gap:30px;grid-template-columns:1fr 1fr}.floating-note{right:-10px}.trust-grid{gap:50px}.trust-art,.trust-art img{min-height:580px}.access-layout{gap:46px}.hero h1{font-size:clamp(60px,7.4vw,85px)}}
@media (max-width:760px){.wrap{width:min(100% - 40px,1344px)}.section-pad{padding:80px 0}.site-header{height:76px;padding:0 20px}.site-header nav{display:none}.site-header .brand{margin-right:auto}.header-cta{padding:10px 13px;font-size:11px}.header-cta span{margin-left:5px}.brand{font-size:22px}.brand img{width:36px;height:36px}.hero{min-height:730px;min-height:100svh}.hero-image{background-position:66% center}.hero-shade{background:linear-gradient(90deg,rgba(5,16,26,.83),rgba(5,16,26,.28)),linear-gradient(0deg,rgba(5,15,25,.92) 0%,rgba(5,15,25,.64) 55%,rgba(5,15,25,.18) 100%)}.hero-content{padding-top:clamp(196px,26svh,290px);padding-bottom:110px}.hero h1{font-size:clamp(52px,10.5vw,78px);max-width:650px;margin:21px 0}.hero-content>p{font-size:16px;max-width:470px}.hero-actions{gap:18px;flex-wrap:wrap}.hero-bottom{bottom:24px}.intro-heading{display:block;padding-bottom:43px}.intro-heading>p{margin-top:23px}.step{grid-template-columns:48px 1fr 27px;gap:13px;padding:27px 0}.step h3{font-size:28px}.step p{font-size:14px}.app-layout{display:flex;flex-direction:column;gap:5px;min-height:0}.app-copy{padding:0}.app-copy h2{font-size:clamp(52px,10vw,72px)}.feature-list{margin-top:30px}.preview-note{margin-top:33px}.product-stage{width:100%;min-height:640px;margin-top:15px}.film-heading{display:block}.film-heading>p{margin-top:25px}.film-frame{border-radius:12px}.trust-grid{display:flex;flex-direction:column;gap:46px}.trust-art{width:100%;min-height:450px}.trust-art img{min-height:450px;max-height:600px}.trust-copy{width:100%}.access-layout{display:flex;flex-direction:column;gap:25px;align-items:stretch}.access-layout h2{font-size:clamp(52px,10vw,76px)}.signup-card{max-width:560px}.faq-grid{display:block}.faq-list{margin-top:36px}}
@media (max-width:480px){.hero h1{font-size:clamp(50px,13vw,65px);letter-spacing:-.073em}.hero h1 br{display:none}.hero-actions{align-items:flex-start;flex-direction:column}.watch-link{padding-left:3px}.hero-content .hero-note{margin-top:27px}.eyebrow{font-size:9px}.intro-heading h2,.trust-copy h2,.film-heading h2,.faq-grid h2{font-size:clamp(43px,11vw,59px)}.intro-heading>p,.app-copy>p,.trust-copy>p,.access-layout>div:first-child>p{font-size:16px}.step{grid-template-columns:31px 1fr 20px;gap:10px}.step h3{font-size:25px}.step-arrow{font-size:22px}.phone-shell{width:302px;height:620px}.phone-screen{padding-inline:15px}.phone-gallery{gap:7px}.floating-note{right:0;bottom:25px;padding:10px 12px}.product-stage{min-height:625px}.orbit{width:470px;height:470px}.orbit-two{width:360px;height:360px}.trust-art,.trust-art img{min-height:410px}.signup-card{padding:26px;border-radius:18px}.faq-list summary{font-size:17px}.film-caption{font-size:8px}.footer-bottom{align-items:flex-start;gap:22px;flex-direction:column}}
@media (prefers-reduced-motion:reduce){:root{scroll-behavior:auto}.hero-image{animation:none;transform:none}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
.privacy-page{background:var(--cream)}.privacy-page .site-header{position:relative;background:#101923;justify-content:space-between}.privacy-hero{background:#182b43;color:#fff;padding:100px 0 82px}.privacy-hero h1{font-size:clamp(54px,8vw,98px);line-height:1;letter-spacing:-.07em;margin:25px 0 20px}.privacy-hero p{color:#bdcbd6;font-size:19px;line-height:1.5;margin:0}.privacy-content{padding-top:72px;padding-bottom:100px}.privacy-main{max-width:780px}.privacy-main section{padding:26px 0 34px;border-bottom:1px solid #d5d9d5}.privacy-main section:first-child{padding-top:0}.privacy-main h2{font-size:31px;letter-spacing:-.045em;margin:0 0 14px}.privacy-main p{font-size:16px;line-height:1.65;color:#56636c;margin:0}.privacy-main section p+p{margin-top:15px}.manage-list{margin-top:24px}.manage-row{display:flex;align-items:center;justify-content:space-between;gap:15px;background:#fff;border:1px solid #dfe2dd;border-radius:12px;margin:10px 0;padding:13px 14px 13px 18px}.manage-row span{overflow-wrap:anywhere;font-size:14px;font-weight:650}.manage-row button{border:0;border-radius:8px;background:#dce6fa;color:#1a4da6;font-size:12px;font-weight:750;white-space:nowrap;padding:10px 13px}.manage-row button:hover{background:#c8d8fa}.manage-row button:disabled{opacity:.55}.privacy-main .form-status{min-height:1.5em;margin-top:12px;font-size:13px;color:#237353}.privacy-main .form-status.error{color:#bc3f2c}
@media (max-width:760px){.privacy-hero{padding:74px 0 64px}.privacy-content{padding-top:45px;padding-bottom:74px}}
.phone-bottom svg{width:19px;height:19px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;fill:none}.phone-bottom .camera-action svg{width:22px;height:22px}.profile-glyph svg{width:18px;height:18px;stroke:#253447;stroke-width:1.8;stroke-linecap:round;fill:none}
.film-transcript{max-width:760px;margin:20px 0 0;color:#69757d;font-size:13px;line-height:1.55}.film-transcript summary{width:max-content;max-width:100%;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.film-transcript p{margin:12px 0 0}
