:root {
  --ink: #020a18;
  --navy: #07172b;
  --navy-light: #0c223d;
  --card: #0a1c33;
  --green: #dfff00;
  --green-soft: #bdeb1d;
  --white: #f7f9fc;
  --grey: #9caabd;
  --line: #203854;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body { min-height: 100vh; margin: 0; display: flex; flex-direction: column; background: var(--ink); color: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
main { flex: 1; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; border-radius: 4px; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.accent-text { color: var(--green); }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(2, 10, 24, .96); border-bottom: 1px solid rgba(255, 255, 255, .08); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; text-decoration: none; font-size: 1.08rem; font-weight: 800; }
.brand img { width: 42px; height: 42px; border-radius: 12px; object-fit: cover; }
nav { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
nav a, .footer-links a { color: #c0cbd8; text-decoration: none; font-size: .9rem; }
nav a:hover, nav a:focus, .footer-links a:hover, .footer-links a:focus { color: var(--green); }
nav a.active { color: var(--green); box-shadow: inset 0 -2px 0 var(--green); }
nav .button { color: #08111d; }

.button { display: inline-block; padding: 13px 24px; border-radius: 999px; background: var(--green); color: #08111d; text-decoration: none; font-weight: 800; box-shadow: 0 8px 28px rgba(223, 255, 0, .12); transition: transform .2s, background .2s; }
.button:hover, .button:focus { transform: translateY(-2px); background: #edff61; }
nav .button, nav .button:visited, nav .button:hover, nav .button:focus, nav .button:active { color: #08111d; }
.small-button { padding: 10px 18px; font-size: .88rem; }

.hero { padding: 78px 0 90px; background: radial-gradient(circle at 78% 35%, rgba(48, 91, 141, .2), transparent 32%), var(--ink); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .75fr; align-items: center; gap: 86px; }
.eyebrow { margin: 0 0 13px; color: var(--green); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 25px; font-size: clamp(3.2rem, 7vw, 6.3rem); line-height: .94; letter-spacing: -.06em; }
h1 span { color: var(--green); }
.lead { max-width: 660px; color: #b5c1cf; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.button-row { display: flex; align-items: center; gap: 28px; margin: 34px 0 22px; }
.play-badge-link { display: inline-block; line-height: 0; }
.play-badge { display: block; width: 190px; height: auto; max-width: 100%; object-fit: contain; }
.text-link { color: var(--white); font-weight: 700; text-underline-offset: 5px; }
.beta-helper { margin: 0 0 10px; color: #8d9caf; font-size: .82rem; }
.trust-line { margin: 0; color: #73859a; font-size: .83rem; }
.brand-visual { max-width: 300px; max-height: 540px; justify-self: center; padding: 10px; border: 1px solid var(--line); border-radius: 34px; background: #051021; box-shadow: 28px 28px 0 rgba(223, 255, 0, .035), 0 35px 80px rgba(0, 0, 0, .4); transform: rotate(2deg); overflow: hidden; }
.brand-visual img { display: block; width: auto; max-width: 100%; height: auto; max-height: 518px; object-fit: contain; object-position: center; margin: 0 auto; border-radius: 26px; }

.section { padding: 95px 0; }
#features, #screenshots { scroll-margin-top: 100px; }
.section-heading { max-width: 700px; margin-bottom: 45px; }
h2 { margin-bottom: 15px; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p:last-child, .release-card > div > p:last-child { color: var(--grey); font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 225px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, var(--card), #061426); }
.feature-card > span { display: block; margin-bottom: 35px; color: var(--green); font-size: .72rem; font-weight: 800; }
.feature-card h3 { margin-bottom: 7px; font-size: 1.16rem; }
.feature-card p { margin-bottom: 0; color: var(--grey); font-size: .92rem; }

.screenshots-section { background: #050e1c; border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); }
.screenshot-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; align-items: start; }
.screenshot-card { margin: 0; }
.screenshot-card.phone-shot { grid-column: span 4; }
.screenshot-card.wide-shot { grid-column: span 8; }
.screenshot-card.watch-shot { grid-column: span 4; }
.image-frame { padding: 10px; border: 1px solid var(--line); border-radius: 28px; background: var(--navy); overflow: hidden; }
.phone-shot .image-frame { aspect-ratio: 9 / 16; }
.phone-shot .image-frame img { width: 100%; height: 100%; object-fit: contain; object-position: top; border-radius: 20px; }
.wide-shot .image-frame { aspect-ratio: 2.15 / 1; display: flex; align-items: center; }
.wide-shot .image-frame img { width: 100%; height: auto; border-radius: 19px; }
.watch-shot .image-frame { aspect-ratio: 1; display: grid; place-items: center; padding: 9%; background: radial-gradient(circle, #0b1d35, #030b17 68%); }
.watch-shot .image-frame img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.report-shot .image-frame img { object-position: top; }
figcaption { display: flex; flex-direction: column; padding: 16px 4px 30px; }
figcaption strong { font-size: 1.02rem; }
figcaption span { color: var(--grey); font-size: .86rem; }

.audience-section { background: var(--navy); }
.audience-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.audience-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.audience-list li { padding: 16px 20px; border: 1px solid #28425f; border-radius: 15px; background: rgba(255,255,255,.025); font-weight: 700; }
.audience-list li::before { content: ""; display: inline-block; width: 9px; height: 9px; margin-right: 13px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(223,255,0,.08); }

.release-card { display: grid; grid-template-columns: 130px minmax(0, 1fr) 220px; gap: 38px; align-items: center; padding: 45px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(135deg, #0c213c, #061326); }
.release-icon { padding: 8px; border-radius: 28px; background: #020916; }
.release-icon img { display: block; width: 100%; height: auto; object-fit: contain; border-radius: 22px; }
.release-card h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.release-card p:last-child { margin-bottom: 0; }
.release-actions { display: flex; width: 100%; max-width: 100%; align-items: center; justify-content: center; }

.site-footer { padding: 36px 0; border-top: 1px solid rgba(255,255,255,.08); background: #010713; color: var(--grey); }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 50px; }
.site-footer strong { color: var(--white); }
.site-footer p { margin: 2px 0 0; font-size: .84rem; }
.footer-links { display: flex; gap: 24px; }
.status { display: flex; align-items: center; gap: 9px; }
.status span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }

.legal-main, .contact-main { min-height: 72vh; padding: 78px 0 100px; background: radial-gradient(circle at 80% 10%, rgba(48,91,141,.15), transparent 30%), var(--ink); }
.narrow-container { max-width: 820px; }
.legal-main h1, .contact-main h1 { font-size: clamp(3rem, 7vw, 5rem); line-height: 1; letter-spacing: -.055em; margin-bottom: 12px; }
.last-updated { color: var(--grey); margin-bottom: 35px; }
.legal-card, .contact-card { padding: 44px 48px; border: 1px solid var(--line); border-radius: 28px; background: var(--card); }
.legal-card section + section { padding-top: 25px; margin-top: 25px; border-top: 1px solid var(--line); }
.legal-card h2 { margin-bottom: 8px; font-size: 1.35rem; letter-spacing: -.02em; }
.legal-card p, .contact-card > p { color: var(--grey); margin-bottom: 0; }
.legal-card p + p { margin-top: 14px; }
.legal-card strong { color: var(--white); }
.legal-card a { color: var(--green); }
.legal-list { margin: 0; padding-left: 22px; color: var(--grey); }
.legal-list li + li { margin-top: 8px; }
.contact-main { text-align: center; }
.contact-card .eyebrow { margin-top: 15px; }
.contact-card > p { max-width: 570px; margin: 0 auto 25px; }
.contact-card .button { margin-top: 4px; }
.contact-list { max-width: 400px; margin: 28px auto; padding: 0; list-style: none; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.contact-list li { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: #c6d1dc; font-size: .84rem; }
.contact-card .small-note { max-width: 640px; margin: 20px auto 0; color: #73859a !important; font-size: .8rem; line-height: 1.65; }

@media (max-width: 920px) {
  .header-inner { flex-wrap: wrap; padding: 14px 0; }
  .brand { width: 100%; }
  nav { width: 100%; justify-content: flex-start; flex-wrap: wrap; gap: 10px 18px; }
  nav a { padding: 4px 0; }
  nav .small-button { padding: 8px 14px; }
  #features, #screenshots { scroll-margin-top: 155px; }
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 40px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .screenshot-card.phone-shot { grid-column: span 6; }
  .screenshot-card.wide-shot { grid-column: span 12; }
  .screenshot-card.watch-shot { grid-column: span 6; }
  .release-card { grid-template-columns: 100px 1fr; }
  .release-card > .release-actions { grid-column: 2; justify-self: stretch; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .status { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 68px; gap: 10px; }
  .brand img { width: 38px; height: 38px; }
  .small-button { padding: 9px 14px; }
  .hero { padding: 55px 0 70px; }
  .hero-grid, .audience-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { text-align: left; }
  .brand-visual { max-width: 290px; max-height: 460px; }
  .brand-visual img { max-height: 438px; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 18px; }
  .section { padding: 70px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 180px; }
  .screenshot-card.phone-shot, .screenshot-card.wide-shot, .screenshot-card.watch-shot { grid-column: span 12; }
  .wide-shot .image-frame { aspect-ratio: auto; min-height: 180px; }
  .watch-shot .image-frame { max-width: 420px; margin: 0 auto; }
  .release-card { grid-template-columns: 1fr; padding: 30px 24px; }
  .release-icon { width: 100px; }
  .release-card > .release-actions { grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; }
  .status { grid-column: auto; }
  .legal-card, .contact-card { padding: 30px 23px; }
}
