:root{color-scheme:dark;--bg:#080d16;--panel:#101a26;--text:#eef6fc;--muted:#a5b5c5;--line:#253342;--cyan:#83edff;--orange:#ff9f54}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.65}a{color:inherit;text-underline-offset:5px}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible,video:focus-visible{outline:3px solid var(--orange);outline-offset:6px}img{max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.08}h2{font-size:clamp(34px,4.5vw,58px);letter-spacing:-.045em;margin-bottom:22px}h3{font-size:23px;letter-spacing:-.025em}.wrap{width:min(1240px,calc(100% - 88px));margin-inline:auto}.skip{position:absolute;left:16px;top:-80px;background:var(--cyan);color:var(--bg);padding:10px;z-index:10}.skip:focus{top:10px}.header{height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;line-height:1.1;letter-spacing:.09em;font-size:15px}.brand img{border-radius:9px}.brand small{display:block;color:var(--cyan);font-size:10px;letter-spacing:.28em;margin-top:5px}.header nav{display:flex;gap:34px;align-items:center;font-size:14px}.header nav a{text-decoration:none}.nav-cta{border:1px solid #526373;padding:10px 18px}.nav-cta span{margin-left:12px;color:var(--cyan)}.hero{position:relative;min-height:740px;overflow:hidden;border-block:1px solid var(--line);isolation:isolate}.hero-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:65% center;z-index:-3}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,11,19,.97),rgba(5,11,19,.88) 28%,rgba(5,11,19,.3) 70%),linear-gradient(0deg,#080d16,transparent 35%);z-index:-2}.hero-content{padding-block:85px 110px}.eyebrow{font-size:12px;letter-spacing:.19em;font-weight:700;color:var(--cyan);margin-bottom:25px;display:flex;align-items:center;gap:10px}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--orange);flex-shrink:0}.hero h1{font-size:clamp(64px,7.8vw,116px);line-height:.93;letter-spacing:-.065em;font-weight:900;margin-bottom:28px}.hero h1 em{font-style:normal;color:var(--cyan)}.hero-copy{font-size:19px;line-height:1.6;color:#c1cfdd}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:15px 22px;font-size:14px;line-height:1.5;text-decoration:none;font-weight:700;min-height:52px;transition:background .18s,transform .18s}.button:hover{transform:translateY(-2px)}.primary{background:var(--cyan);color:#09202a}.primary:hover{background:#b2f4ff}.secondary{background:#0a1626c9;border:1px solid #4a5e73}.secondary:hover{background:#183044}.hero-note{font-size:12px;color:#b2c1cd;margin:18px 0 0}.hero-bottom{position:absolute;inset:auto 0 28px;display:flex;justify-content:space-between;font-size:11px;letter-spacing:.18em;color:#b4c5d4}.hero-bottom b{color:var(--orange);margin-inline:12px}.hero-bottom>span:last-child>span{margin-left:25px;color:var(--cyan)}.specbar{border-bottom:1px solid var(--line);background:#0e1721}.specbar>.wrap{display:grid;grid-template-columns:repeat(4,1fr);padding-block:23px;gap:20px;color:var(--muted);font-size:13px}.specbar b{font-size:14px;color:var(--text);margin-right:10px}.section{padding-block:100px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin-bottom:40px}.section-heading>p{max-width:370px;color:var(--muted);margin-bottom:22px}.section-heading h2{margin-bottom:10px}.features{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);margin-bottom:45px}.features article{padding:30px 28px 12px 0}.features article+article{padding-left:28px;border-left:1px solid var(--line)}.number{display:block;color:var(--cyan);font-size:11px;letter-spacing:.14em;margin-bottom:24px}.features p{font-size:15px;color:var(--muted)}.screens{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.screens figure{margin:0;min-width:0}.screens img{display:block;width:100%;border:1px solid #344452;border-radius:12px;aspect-ratio:9/16;object-fit:cover}.screens figcaption{font-size:12px;color:var(--muted);margin-top:14px;letter-spacing:.02em}.caption{color:#879bad;font-size:12px;margin-top:26px}.preview-section{background:#0d1620;border-block:1px solid var(--line)}video{display:block;width:100%;aspect-ratio:16/9;background:#03070d;border:1px solid #344452;border-radius:4px}.video-note{display:flex;justify-content:space-between;gap:25px;margin-top:17px;font-size:12px;color:var(--muted)}.video-note a{white-space:nowrap;color:var(--cyan)}.testing{display:grid;grid-template-columns:1fr 1fr;gap:110px}.testing>div>p:not(.eyebrow){color:var(--muted)}.status{display:flex;gap:13px;background:var(--panel);border-left:2px solid var(--orange);padding:20px;margin:25px 0}.status>.dot{margin-top:9px}.status strong{font-size:14px}.status p{font-size:13px;color:var(--muted);line-height:1.6;margin:7px 0 0}.steps{margin:0;list-style:none;padding:0}.steps li{display:flex;gap:25px;padding:31px 0;border-bottom:1px solid var(--line)}.steps li:first-child{padding-top:12px}.steps>li>span{font-size:14px;color:var(--orange);margin-top:4px}.steps h3{font-size:23px;margin-bottom:12px}.steps p{color:var(--muted);font-size:15px;margin:0}.steps a{color:var(--cyan)}.faq{padding-top:0;max-width:920px}.faq h2{margin-bottom:36px}.faq details{border-top:1px solid var(--line);padding:20px 0}.faq details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;font-size:18px;font-weight:600;line-height:1.5}.faq details p{margin:20px 0 0;color:var(--muted)}.footer{border-top:1px solid var(--line);padding-block:36px;display:flex;justify-content:space-between;gap:26px;align-items:center;flex-wrap:wrap}.footer strong{font-size:13px;letter-spacing:.08em}.footer p,.footer small{font-size:12px;color:var(--muted);margin:5px 0 0}.footer nav{display:flex;gap:26px;font-size:13px}.legal{max-width:850px;min-height:60vh;padding-block:80px 100px}.legal h1{font-size:clamp(42px,6vw,70px);letter-spacing:-.04em}.legal-meta{font-size:14px;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:30px}.legal article section{margin-top:40px}.legal article h2{font-size:25px;letter-spacing:-.02em;margin-bottom:16px}.legal article p,.legal li{color:#bac9d5}.legal article a{color:var(--cyan)}.legal .lead{font-size:22px;color:var(--muted)}
@media(max-width:850px){.wrap{width:calc(100% - 44px)}.header{height:80px}.header nav{gap:20px}.hero{min-height:680px}.hero-content{padding-top:75px}.hero-shade{background:linear-gradient(90deg,#050b13e8,#050b138a),linear-gradient(0deg,#080d16,transparent 70%)}.hero-art{object-position:60% center}.section{padding-block:70px}.section-heading{gap:25px}.section-heading>p{max-width:285px;font-size:15px}.testing{gap:40px}.specbar>.wrap{grid-template-columns:repeat(2,1fr);gap:12px}.screens{gap:12px}.features article{padding-right:18px}.features article+article{padding-left:18px}.features h3{font-size:20px}.faq{padding-top:0}}
@media(max-width:600px){.wrap{width:calc(100% - 36px)}.header nav>a:not(.nav-cta){display:none}.header nav .nav-cta{padding:9px 12px;font-size:12px}.brand{font-size:12px;gap:8px}.brand img{width:32px;height:32px}.hero{min-height:650px}.hero-content{padding-block:65px 100px}.hero h1{font-size:clamp(60px,15.2vw,88px)}.hero-copy{font-size:17px}.hero .eyebrow{font-size:10px}.hero-bottom{font-size:9px}.hero-bottom>span:last-child{display:none}.hero-note{max-width:270px;line-height:1.6}.actions{gap:10px}.button{font-size:13px;padding:14px 16px}.specbar>.wrap{gap:13px 8px}.specbar span{font-size:11px}.specbar b{font-size:12px;display:block}.section-heading{display:block;margin-bottom:26px}.section-heading>p{max-width:none;margin-top:20px}.features{grid-template-columns:1fr}.features article,.features article+article{padding:24px 0 10px;border-left:0;border-bottom:1px solid var(--line)}.number{margin-bottom:14px}.features h3{font-size:23px}.screens{grid-template-columns:repeat(4,minmax(205px,65vw));overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory}.screens figure{scroll-snap-align:start}.video-note{display:block}.video-note a{display:inline-block;margin-top:5px}.testing{grid-template-columns:1fr;gap:35px}.testing h2{font-size:46px}.faq{padding-top:0}.footer{display:block}.footer nav{margin-block:24px;gap:23px}.legal{padding-top:55px}.legal h1{font-size:45px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}.button:hover{transform:none}}

/* Short, compositor-friendly motion. All content remains visible without animation support. */
.gallery-hint{display:none;color:var(--muted);font-size:13px;margin-bottom:15px}.steps strong{color:var(--text)}
@media(prefers-reduced-motion:no-preference){
 @keyframes sky-arrive{from{opacity:.25;transform:translateY(16px)}to{opacity:1;transform:none}}
 @keyframes skyline-settle{from{transform:scale(1.035)}to{transform:scale(1)}}
 .hero-art{animation:skyline-settle 2.2s cubic-bezier(.16,1,.3,1) both}
 .hero-content>.eyebrow{animation:sky-arrive .7s ease-out both}
 .hero h1{animation:sky-arrive .8s .08s ease-out both}
 .hero-copy{animation:sky-arrive .8s .16s ease-out both}
 .hero .actions{animation:sky-arrive .8s .24s ease-out both}
 .hero-note{animation:sky-arrive .8s .32s ease-out both}
 .screens figure{transition:transform .3s ease}
 .screens img{transition:border-color .3s ease}
 .features article{transition:background-color .25s ease}
 .nav-cta{transition:border-color .2s ease,background-color .2s ease}
 .nav-cta:hover{border-color:var(--cyan);background:#83edff0c}
 @supports(animation-timeline:view()){
  @keyframes section-arrive{from{opacity:.35;transform:translateY(22px)}to{opacity:1;transform:none}}
  .section-heading,.features,.preview-section video,.testing>div,.steps,.faq>h2{animation:section-arrive linear both;animation-timeline:view();animation-range:entry 0% entry 24%}
 }
}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.screens figure:hover{transform:translateY(-5px)}.screens figure:hover img{border-color:var(--cyan)}.features article:hover{background:#83edff04}}
@media(max-width:600px){.gallery-hint{display:block}.steps li{padding-block:24px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
