:root {
  color-scheme: dark;
  --ink: #f7f7f3;
  --muted: #9b9ba4;
  --line: rgba(255, 255, 255, 0.12);
  --panel: #151518;
  --black: #050507;
  --blue: #25bde9;
  --green: #36ee85;
  --red: #ff3348;
  --yellow: #fff12d;
  --orange: #ff6a00;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
main { overflow: hidden; }

.site-header { width: min(1180px, calc(100% - 40px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand, .footer-brand { display: flex; align-items: center; gap: 12px; font-weight: 720; letter-spacing: -0.02em; }
.brand img, .footer-brand img, .final-cta > img { border-radius: 24%; }
nav { display: flex; gap: 30px; color: #c1c1c8; font-size: 14px; }
nav a:hover, .footer-links a:hover { color: white; }

.hero { width: min(1180px, calc(100% - 40px)); min-height: 720px; margin: 0 auto; display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: center; gap: 40px; padding: 78px 0 86px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #c5c5cc; font-size: 12px; font-weight: 760; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(64px, 8vw, 116px); line-height: .86; letter-spacing: -.072em; font-weight: 800; }
h1 em { color: var(--green); font-style: normal; }
.hero-text { max-width: 650px; color: #b0b0b8; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; flex-wrap: wrap; }
.coming-soon { display: inline-flex; align-items: center; min-height: 48px; padding: 0 20px; border: 1px solid rgba(54, 238, 133, .45); border-radius: 999px; color: var(--green); background: rgba(54, 238, 133, .07); font-size: 14px; font-weight: 750; }
.hero-actions a, .text-link { color: #dedee3; font-size: 14px; font-weight: 700; border-bottom: 1px solid #55555d; padding: 10px 0 7px; }
.compatibility, .sample-note { margin-top: 24px; color: #6f6f78; font-size: 12px; }

.device-stage { position: relative; min-height: 590px; }
.court-ring { position: absolute; z-index: 0; width: 510px; height: 510px; top: 40px; right: -120px; border: 1px solid rgba(255, 106, 0, .23); border-radius: 50%; box-shadow: 0 0 100px rgba(255, 106, 0, .06); }
.phone-device { position: relative; overflow: hidden; width: 242px; border: 7px solid #2b2b2f; border-radius: 41px; background: #000; box-shadow: 0 32px 100px rgba(0,0,0,.68), inset 0 0 0 1px #5b5b60; }
.phone-device img { width: 100%; height: auto; }
.phone-speaker { position: absolute; z-index: 4; top: 7px; left: 50%; width: 78px; height: 19px; transform: translateX(-50%); border-radius: 0 0 13px 13px; background: #050507; }
.device-stage > .phone-device { position: absolute; z-index: 1; right: 13px; top: 0; transform: rotate(4deg); }
.watch-device { position: relative; width: 284px; padding: 12px; border: 3px solid #55565a; border-radius: 74px; background: linear-gradient(145deg, #38393c, #111214 38%, #303136); box-shadow: 0 40px 100px rgba(0,0,0,.75), inset 0 0 0 2px #141416, inset 0 0 0 4px rgba(255,255,255,.07); }
.watch-screen { overflow: hidden; border: 6px solid #060607; border-radius: 60px; background: #000; }
.watch-screen img { width: 100%; }
.watch-crown { position: absolute; right: -14px; top: 112px; width: 13px; height: 48px; border-radius: 0 9px 9px 0; background: #55565a; }
.watch-hero { position: absolute; z-index: 2; left: -3px; top: 190px; transform: rotate(-5deg); }

.signal-strip { min-height: 78px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #85858e; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.signal-strip span { text-align: center; padding: 12px; border-right: 1px solid var(--line); }
.signal-strip span:last-child { border-right: 0; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 132px 0; }
.section h2, .final-cta h2 { margin-bottom: 22px; font-size: clamp(48px, 6vw, 82px); line-height: .96; letter-spacing: -.06em; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 60px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 320px; padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, #19191d, #0f0f12); }
.feature-number { display: inline-flex; width: 46px; height: 30px; align-items: center; justify-content: center; margin-bottom: 82px; border: 1px solid #393940; border-radius: 999px; color: #85858e; font-size: 11px; }
.feature-card h3 { font-size: 24px; letter-spacing: -.035em; }
.feature-card p, .progress-copy > p, .privacy-copy p { color: #9898a1; line-height: 1.7; }

.workflow { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 110px; border-top: 1px solid var(--line); }
.watch-modes { width: 340px; margin: 0 auto; transform: rotate(3deg); }
.watch-modes .watch-crown { top: 142px; }
.workflow ol { list-style: none; padding: 0; margin: 44px 0 34px; counter-reset: step; }
.workflow li { counter-increment: step; display: grid; grid-template-columns: 36px 160px 1fr; align-items: baseline; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.workflow li::before { content: "0" counter(step); color: #5f5f68; font-size: 12px; }
.workflow li strong { font-size: 15px; }
.workflow li span { color: #93939b; line-height: 1.5; }
.mode-row { display: flex; gap: 9px; flex-wrap: wrap; }
.mode { display: inline-flex; min-width: 68px; height: 38px; align-items: center; justify-content: center; border-radius: 999px; font-weight: 800; background: #1c1c20; }
.mode-blue { color: var(--blue); }.mode-green { color: var(--green); }.mode-red { color: var(--red); }.mode-yellow { color: var(--yellow); }

.progress-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.progress-copy { max-width: 480px; }
.check-list { padding: 0; margin: 34px 0 0; list-style: none; }
.check-list li { position: relative; padding: 17px 0 17px 28px; border-top: 1px solid var(--line); color: #c4c4cb; }
.check-list li::before { content: "•"; position: absolute; left: 4px; color: var(--green); }
.phone-gallery { position: relative; min-height: 680px; }
.phone-gallery .phone-device { position: absolute; width: 276px; }
.phone-side { left: 32px; top: 52px; transform: rotate(-7deg); opacity: .75; }
.phone-front { right: 28px; top: 0; transform: rotate(5deg); }

.privacy-callout { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.privacy-copy { max-width: 480px; padding-bottom: 10px; }
.privacy-copy p { font-size: 20px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 14px; }

.final-cta { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 140px 0; text-align: center; }
.final-cta > img { margin: 0 auto 34px; box-shadow: 0 0 80px rgba(54,238,133,.13); }
.final-cta .eyebrow { justify-content: center; }
.final-cta > p:not(.eyebrow) { color: #96969f; font-size: 19px; }
.final-cta .coming-soon { margin-top: 24px; }

footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 40px 0 52px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.footer-links { display: flex; gap: 22px; color: #a4a4ac; font-size: 13px; }
footer > p { grid-column: 1 / -1; margin: 0; color: #606069; font-size: 11px; line-height: 1.6; }

.legal-shell { min-height: 100vh; }
.legal-header { width: min(900px, calc(100% - 40px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.back-link { color: #b8b8c0; font-size: 14px; }
.back-link:hover { color: white; }
.legal-main { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 120px; overflow: visible; }
.legal-main .eyebrow { margin-bottom: 22px; }
.legal-main h1 { margin-bottom: 18px; font-size: clamp(48px, 8vw, 76px); line-height: .95; }
.legal-main .updated { color: #777780; font-size: 13px; margin-bottom: 58px; }
.legal-main h2 { margin: 48px 0 14px; font-size: 24px; letter-spacing: -.035em; }
.legal-main h3 { margin: 28px 0 10px; font-size: 17px; }
.legal-main p, .legal-main li { color: #b0b0b8; line-height: 1.75; }
.legal-main a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.legal-main ul { padding-left: 22px; }
.legal-main .summary-box, .legal-main .notice-box { margin: 34px 0; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #111114; }
.legal-main .summary-box p:last-child, .legal-main .notice-box p:last-child { margin-bottom: 0; }
.placeholder { display: inline-block; padding: 2px 6px; border: 1px solid rgba(255, 241, 45, .45); border-radius: 5px; color: var(--yellow); background: rgba(255, 241, 45, .08); font-weight: 700; }
.support-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 36px 0; }
.support-card { padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: #111114; }
.support-card h2 { margin-top: 0; }
.legal-footer { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 34px 0 48px; border-top: 1px solid var(--line); color: #676770; font-size: 11px; line-height: 1.6; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 64px; }
  .device-stage { max-width: 560px; width: 100%; margin: 0 auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 230px; }
  .feature-number { margin-bottom: 44px; }
  .workflow, .progress-section, .privacy-callout { grid-template-columns: 1fr; gap: 64px; }
  .workflow-copy { order: -1; }
  .progress-copy { max-width: 650px; }
  .phone-gallery { max-width: 620px; width: 100%; margin: 0 auto; }
}

@media (max-width: 620px) {
  .site-header { min-height: 72px; }
  .brand span { font-size: 14px; }
  .brand img { width: 34px; height: 34px; }
  nav { gap: 14px; font-size: 12px; }
  nav a:first-child { display: none; }
  .hero { min-height: auto; padding: 58px 0 50px; }
  h1 { font-size: clamp(58px, 20vw, 82px); }
  .device-stage { min-height: 510px; margin-top: 10px; }
  .device-stage > .phone-device { width: 200px; right: -10px; }
  .watch-hero { width: 230px; left: -4px; top: 184px; border-radius: 61px; }
  .watch-hero .watch-screen { border-radius: 48px; }
  .watch-hero .watch-crown { top: 90px; }
  .court-ring { width: 390px; height: 390px; right: -160px; }
  .signal-strip { grid-template-columns: 1fr 1fr; }
  .signal-strip span:nth-child(2) { border-right: 0; }
  .signal-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 90px 0; }
  .section-heading { margin-bottom: 38px; }
  .workflow { gap: 46px; }
  .watch-modes { width: min(300px, 90%); }
  .workflow li { grid-template-columns: 28px 1fr; }
  .workflow li span { grid-column: 2; }
  .phone-gallery { min-height: 540px; }
  .phone-gallery .phone-device { width: 215px; }
  .phone-side { left: -20px; }
  .phone-front { right: -20px; }
  .privacy-callout { gap: 28px; }
  .support-cards { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}
