:root {
  --accent: #1e8fd5;
  --secondary: #ff8a3d;
  --ink: #f5f7f1;
  --muted: #a3a79d;
  --dark: #0b0c0e;
  --panel: #141619;
  --line: rgba(255,255,255,.11);
  --paper: #f1f2ed;
  --paper-ink: #111310;
  --radius: 28px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--dark); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 99; padding: 10px 14px; border-radius: 10px; background: var(--accent); color: #000; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.08); }
.site-header.solid { position: relative; background: var(--dark); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-weight: 750; letter-spacing: -.02em; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; background: var(--accent); color: #0a0b08; font-size: 11px; font-weight: 900; letter-spacing: -.08em; transform: rotate(-3deg); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: #c9ccc3; text-decoration: none; font-size: 14px; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: var(--accent); }

.hero { min-height: 850px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 54px; padding-top: 125px; overflow: hidden; }
.eyebrow { margin: 0 0 20px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 18px var(--accent); }
h1, h2, h3, p { text-wrap: pretty; }
.hero h1 { margin: 0; max-width: 740px; font-size: clamp(62px, 6.4vw, 94px); line-height: .91; letter-spacing: -.075em; }
.hero h1 span { color: var(--accent); }
.hero-intro { max-width: 580px; margin: 30px 0 0; color: #b9bdb4; font-size: clamp(18px, 1.7vw, 22px); line-height: 1.55; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 36px; }
.store-button { width: max-content; display: flex; align-items: center; gap: 11px; padding: 11px 19px 11px 15px; border: 1px solid rgba(255,255,255,.19); border-radius: 13px; background: #f7f8f4; color: #10110e; font-size: 18px; font-weight: 700; line-height: 1.05; }
.store-button small { display: block; margin-bottom: 3px; font-size: 9px; font-weight: 650; letter-spacing: .03em; text-transform: uppercase; }
.apple-glyph { width: 25px; height: 29px; display: grid; place-items: center; font-size: 34px; line-height: 0; }
.text-link { color: #d3d6ce; font-size: 14px; text-decoration: none; border-bottom: 1px solid #60635d; padding-bottom: 5px; }

.device-stage { position: relative; min-height: 620px; }
.glow { position: absolute; width: 410px; height: 410px; right: 3%; top: 15%; border-radius: 50%; background: rgba(30,143,213,.25); filter: blur(90px); }
.phone { position: absolute; z-index: 1; width: 275px; height: 558px; right: 3%; top: 5%; padding: 8px; border: 2px solid #555a54; border-radius: 47px; background: #030403; box-shadow: 0 40px 90px rgba(0,0,0,.55); transform: rotate(4deg); }
.phone-screen { height: 100%; padding: 54px 18px 18px; border-radius: 38px; overflow: hidden; background: linear-gradient(160deg,#202520,#0e100f 52%); }
.phone-island { position: absolute; z-index: 2; top: 17px; left: 50%; width: 78px; height: 24px; border-radius: 20px; background: #000; transform: translateX(-50%); }
.screen-top { display: flex; align-items: center; justify-content: space-between; font-size: 19px; font-weight: 800; letter-spacing: -.04em; }
.screen-avatar { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; background: var(--accent); color: #000; font-size: 9px; }
.screen-kicker { margin: 40px 0 4px; color: #747a70; font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.screen-title { margin: 0 0 18px; font-size: 27px; font-weight: 750; letter-spacing: -.05em; }
.history-card { margin: 10px 0; padding: 15px 13px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: rgba(255,255,255,.05); }
.history-card small, .history-card strong { display: block; }
.history-card small { margin-bottom: 7px; color: #868b81; font-size: 7px; letter-spacing: .1em; }
.history-card strong { font-size: 14px; }
.history-card > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: #292c28; font-size: 11px; font-weight: 850; }
.history-card.win > span { background: var(--accent); color: #000; }
.watch { position: absolute; z-index: 3; width: 235px; height: 315px; left: 1%; bottom: 3%; filter: drop-shadow(0 35px 45px rgba(0,0,0,.52)); transform: rotate(-7deg); }
.watch::before, .watch::after { content: ""; position: absolute; z-index: -1; width: 112px; height: 100px; left: 50%; transform: translateX(-50%); border-radius: 28px; background: linear-gradient(90deg,#282b27,#4d514a,#242722); }
.watch::before { top: -45px; }.watch::after { bottom: -44px; }
.watch-body { position: absolute; inset: 42px 9px; padding: 7px; border-radius: 55px; background: linear-gradient(135deg,#70746e,#252825 38%,#0f100f); }
.watch-screen { height: 100%; padding: 27px 20px 20px; border-radius: 48px; background: #050605; border: 1px solid #3e433d; }
.watch-crown { position: absolute; z-index: 3; right: 0; top: 91px; width: 13px; height: 35px; border-radius: 4px 9px 9px 4px; background: #53574f; }
.watch-screen > small { color: #7f857a; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.watch-score { margin: 8px 0 2px; display: flex; align-items: baseline; gap: 12px; }.watch-score strong { color: var(--accent); font-size: 64px; line-height: 1; letter-spacing: -.08em; }.watch-score span { color: #60655d; font-size: 27px; font-weight: 750; }
.watch-games { display: flex; justify-content: space-between; color: #8c9188; font-size: 8px; }.watch-action { margin-top: 16px; padding: 10px; border-radius: 10px; background: var(--accent); color: #0b0c09; text-align: center; font-size: 10px; font-weight: 900; letter-spacing: .06em; }

.proof-strip { border-block: 1px solid var(--line); overflow: hidden; }
.proof-row { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #777c73; font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.proof-row i { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

.wrist-section, .history-section { min-height: 780px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; padding-block: 110px; }
.section-heading h2 { margin: 0; font-size: clamp(48px, 5.2vw, 74px); line-height: .98; letter-spacing: -.065em; }
.section-heading > p:last-child { max-width: 510px; margin: 28px 0 0; color: #aeb2a9; font-size: 18px; line-height: 1.65; }
.score-demo { padding: 34px; border-radius: var(--radius); background: var(--paper); color: var(--paper-ink); box-shadow: 0 25px 80px rgba(0,0,0,.28); transform: rotate(2deg); }
.demo-meta { display: flex; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid #d3d6ce; color: #74786f; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.demo-score { min-height: 105px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #d3d6ce; }.demo-score span { font-size: 17px; font-weight: 650; }.demo-score strong { color: #a1a49c; font-size: 62px; letter-spacing: -.06em; }.demo-score.active strong { color: #111; }
.demo-sets { display: flex; justify-content: space-between; margin: 25px 0; color: #6b6f66; font-size: 14px; }.demo-sets strong { color: #111; }
.demo-button { padding: 20px; border-radius: 16px; background: var(--accent); text-align: center; font-weight: 850; }

.formats-section { padding: 125px 0; background: var(--paper); color: var(--paper-ink); }
.section-heading.compact { max-width: 620px; margin-bottom: 68px; }.formats-section .eyebrow { color: #15689c; }
.format-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.format-card { min-height: 440px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #d6d8d1; border-radius: var(--radius); background: #e7e8e2; }
.format-card.blue { background: var(--accent); border-color: var(--accent); }
.card-number { align-self: flex-end; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.format-card h3 { margin: 0 0 10px; font-size: 34px; letter-spacing: -.05em; }.format-card p { margin: 0; color: #5e625a; line-height: 1.55; }.format-card.blue p { color: #082a40; }
.mini-score { display: flex; align-items: center; gap: 16px; padding: 18px; border-radius: 17px; background: #111310; color: white; }.mini-score strong { font-size: 42px; }.mini-score span { color: var(--accent); }
.round-pill { width: max-content; padding: 14px 17px; border: 1px solid rgba(0,0,0,.25); border-radius: 99px; font-size: 10px; font-weight: 900; letter-spacing: .09em; }
.ranking-lines i { display: block; height: 12px; margin-top: 8px; border-radius: 20px; background: #b7bab1; }.ranking-lines i:nth-child(1){width:100%;background:#111}.ranking-lines i:nth-child(2){width:76%}.ranking-lines i:nth-child(3){width:53%}.format-card.orange-detail .card-number{color:#b84c08}.format-card.orange-detail .ranking-lines i:first-child{background:var(--secondary)}

.history-visual { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: #121411; }
.history-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }.history-head span { font-size: 23px; font-weight: 750; }.history-head small { color: var(--accent); }
.match-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 18px 0; border-top: 1px solid var(--line); }.match-row strong,.match-row small { display:block; }.match-row small { margin-top: 4px; color:#777c73; }.match-row b { font-size: 14px; }
.result-badge { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--accent); color: #000; font-size: 12px; font-weight: 900; }.result-badge.neutral { background: #292c28; color: #fff; }

.devices-section { padding-bottom: 125px; }
.devices-card { min-height: 510px; padding: 74px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; overflow: hidden; border-radius: 38px; background: var(--accent); color: #0c0e09; }
.devices-card .eyebrow { color: #06283d; }.devices-card h2 { margin: 0; font-size: clamp(46px,5vw,68px); line-height: .98; letter-spacing: -.065em; }.devices-card p:last-child { max-width: 570px; margin: 26px 0 0; color: #082d44; font-size: 17px; line-height: 1.6; }
.device-orbits { position: relative; height: 360px; }.device-orbits::before,.device-orbits::after { content:""; position:absolute; border:1px solid rgba(0,0,0,.18); border-radius:50%; inset:10%; }.device-orbits::after { inset:-10%; }
.orbit-phone,.orbit-watch { position:absolute; z-index:2; display:grid; place-items:center; background:#0b0c0e; color:var(--accent); font-weight:900; box-shadow:0 25px 50px rgba(0,0,0,.25); }.orbit-phone { width:130px;height:265px;right:8%;top:12%;border-radius:28px;transform:rotate(8deg); }.orbit-watch { width:135px;height:150px;left:4%;bottom:10%;border:16px solid #292c27;border-radius:42px;font-size:38px;transform:rotate(-8deg); }

.final-cta { padding: 110px 0 150px; text-align: center; }.final-cta h2 { margin: 0; font-size: clamp(64px,8vw,112px); line-height: .88; letter-spacing: -.075em; }.final-cta > p:not(.eyebrow) { margin: 30px 0; color: var(--muted); font-size: 18px; }.final-cta .store-button { margin-inline: auto; }
.site-footer { padding: 50px 0; border-top: 1px solid var(--line); }.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 60px; }.footer-grid > div p { margin: 15px 0 0; color: #72776e; font-size: 13px; }.footer-grid nav { display: flex; gap: 28px; }.footer-grid nav a { color: #b9bdb4; font-size: 13px; text-decoration: none; }.copyright { margin: 0; color: #656960; font-size: 12px; }

.content-page { padding-top: 110px; padding-bottom: 140px; }.page-heading { max-width: 900px; margin-bottom: 90px; }.page-heading h1 { margin:0; font-size:clamp(62px,8vw,110px);line-height:.9;letter-spacing:-.075em; }.page-heading > p:not(.eyebrow) { max-width:700px;margin:32px 0 0;color:#aeb2a9;font-size:20px;line-height:1.6; }.email-link { display:inline-flex;gap:10px;margin-top:35px;padding-bottom:7px;border-bottom:2px solid var(--accent);color:var(--accent);font-size:clamp(22px,3vw,34px);font-weight:700;letter-spacing:-.03em;text-decoration:none; }
.support-panel { display:grid;grid-template-columns:120px 1fr;gap:35px;padding:55px;border-radius:var(--radius);background:var(--paper);color:var(--paper-ink); }.panel-index { font-size:12px;font-weight:800; }.support-panel h2 { margin:0;font-size:clamp(36px,5vw,60px);letter-spacing:-.055em; }.support-panel > div > p { max-width:650px;color:#60645b;line-height:1.6; }.check-list { margin:42px 0 0;padding:0;list-style:none; }.check-list li { display:grid;grid-template-columns:auto 1fr;align-items:start;gap:20px;padding:22px 0;border-top:1px solid #d0d2ca; }.check-list li > span { width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#111;color:var(--accent);font-size:11px;font-weight:850; }.check-list strong,.check-list small { display:block; }.check-list strong { font-size:18px; }.check-list small { margin-top:6px;color:#696d65;font-size:14px;line-height:1.5; }.quick-note { margin-top:80px;padding-top:50px;border-top:1px solid var(--line); }.quick-note h2 { max-width:820px;margin:0;font-size:clamp(28px,4vw,48px);line-height:1.15;letter-spacing:-.045em; }

.policy-page .page-heading { margin-bottom:70px; }.draft-badge { width:max-content;margin-top:30px;padding:11px 15px;border:1px solid #175d88;border-radius:99px;color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase; }.policy-layout { display:grid;grid-template-columns:220px 1fr;gap:80px;align-items:start; }.policy-nav { position:sticky;top:35px;display:flex;flex-direction:column;gap:14px;padding:24px;border:1px solid var(--line);border-radius:20px; }.policy-nav strong { margin-bottom:6px;color:var(--accent);font-size:11px;letter-spacing:.12em;text-transform:uppercase; }.policy-nav a { color:#9da198;font-size:13px;text-decoration:none; }.policy-nav a:hover { color:var(--accent); }.policy-copy { max-width:760px; }.policy-copy section { position:relative;padding:0 0 55px 52px;scroll-margin-top:30px; }.policy-copy section > span { position:absolute;left:0;top:9px;color:var(--accent);font-size:10px;font-weight:850; }.policy-copy h2 { margin:0 0 20px;font-size:32px;letter-spacing:-.04em; }.policy-copy p { margin:0 0 18px;color:#b1b5ac;line-height:1.75; }.policy-copy mark { padding:2px 5px;border-radius:4px;background:rgba(30,143,213,.13);color:var(--accent); }.policy-copy a { color:var(--accent); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.js .reveal.is-visible { opacity:1;transform:none; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

@media (max-width: 900px) {
  :root { --shell: min(720px, calc(100% - 32px)); }
  .hero { min-height:auto;grid-template-columns:1fr;padding-top:175px;padding-bottom:75px; }.device-stage{min-height:600px}.phone{right:8%}.watch{left:8%}
  .wrist-section,.history-section { min-height:auto;grid-template-columns:1fr;gap:65px;padding-block:100px; }.history-section .history-visual{order:2}
  .format-grid{grid-template-columns:1fr}.format-card{min-height:330px}.devices-card{grid-template-columns:1fr;padding:55px}.device-orbits{height:320px;margin-top:25px}
  .footer-grid{grid-template-columns:1fr auto;align-items:start}.copyright{grid-column:1/-1}.policy-layout{grid-template-columns:1fr;gap:45px}.policy-nav{position:static;display:none}.support-panel{grid-template-columns:1fr}.panel-index{display:none}
}

@media (max-width: 600px) {
  .nav-wrap{min-height:72px}.site-nav{gap:15px}.site-nav a{font-size:12px}.site-nav a:first-child{display:none}
  .hero{padding-top:145px}.hero h1{font-size:55px}.hero-actions{align-items:flex-start;flex-direction:column}.device-stage{min-height:510px}.phone{width:220px;height:448px;right:2%;border-radius:38px}.phone-screen{padding:47px 13px 13px;border-radius:30px}.screen-kicker{margin-top:24px}.history-card{padding:10px}.history-card:nth-of-type(3){display:none}.watch{width:185px;height:260px;left:-4%;bottom:-2%}.watch-body{inset:40px 8px}.watch-score strong{font-size:49px}.watch-screen{padding:24px 15px 15px}.watch-action{margin-top:10px}
  .proof-row{justify-content:flex-start;overflow:hidden}.proof-row span:nth-of-type(n+4),.proof-row i:nth-of-type(n+4){display:none}
  .section-heading h2{font-size:45px}.wrist-section,.history-section{padding-block:80px}.score-demo,.history-visual{padding:22px}.demo-score{min-height:86px}.demo-score strong{font-size:49px}.match-row{grid-template-columns:auto 1fr}.match-row b{grid-column:2}
  .formats-section{padding:90px 0}.section-heading.compact{margin-bottom:45px}.devices-section{padding-bottom:85px}.devices-card{min-height:620px;padding:38px 25px}.devices-card h2{font-size:44px}.orbit-phone{right:2%}.orbit-watch{left:0}.final-cta{padding:90px 0 110px}.final-cta h2{font-size:61px}
  .footer-grid{grid-template-columns:1fr}.footer-grid nav{margin-top:15px}.copyright{grid-column:auto}
  .content-page{padding-top:80px;padding-bottom:100px}.page-heading{margin-bottom:60px}.page-heading h1{font-size:58px}.page-heading > p:not(.eyebrow){font-size:17px}.email-link{font-size:20px}.support-panel{padding:30px 22px}.check-list li{gap:13px}.quick-note{margin-top:55px}.policy-copy section{padding-left:36px}.policy-copy h2{font-size:27px}
}

@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.js .reveal{opacity:1;transform:none;transition:none} }
