:root {
  color-scheme: dark;
  --red: #e50914;
  --red-bright: #ff2935;
  --ink: #070708;
  --surface: #111114;
  --surface-2: #18181c;
  --text: #f8f8fa;
  --muted: #aaaab4;
  --line: rgba(255, 255, 255, .1);
  --max: 1180px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 85% 5%, rgba(229, 9, 20, .17), transparent 28rem),
    radial-gradient(circle at 5% 38%, rgba(116, 28, 255, .09), transparent 32rem),
    var(--ink);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: .8rem 1rem;
  border-radius: .7rem;
  background: #fff;
  color: #000;
  font-weight: 800;
}
.skip-link:focus { top: 1rem; }

.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 7, 8, .78);
  backdrop-filter: blur(18px);
}
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 900; letter-spacing: -.03em; }
.brand img { width: 38px; height: 38px; }
.brand span { font-size: 1.15rem; }
.nav-links { display: flex; align-items: center; gap: 1.4rem; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: .9rem; font-weight: 700; }
.nav-links a:hover { color: #fff; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .72rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: .8rem;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); border-color: rgba(255, 255, 255, .3); }
.button-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--red-bright), #b30009);
  box-shadow: 0 14px 34px rgba(229, 9, 20, .28);
}

.hero { padding: clamp(4rem, 9vw, 8rem) 0 5rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(2rem, 6vw, 5.5rem); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 1rem;
  color: #ffadb2;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 2px; background: var(--red); content: ""; }
h1, h2, h3 { margin: 0; line-height: 1.06; letter-spacing: -.04em; text-wrap: balance; }
h1 { max-width: 780px; font-size: clamp(3rem, 6.8vw, 6.4rem); }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: 1.18rem; letter-spacing: -.02em; }
.gradient-text { background: linear-gradient(100deg, #fff 5%, #ff6871 62%, #e50914); background-clip: text; color: transparent; }
.hero-copy { max-width: 650px; margin: 1.4rem 0 0; color: #c8c8cf; font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.trust-line { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.4rem; color: #85858f; font-size: .83rem; font-weight: 700; }
.trust-line span::before { margin-right: .42rem; color: #57d17c; content: "✓"; }

.tv-frame {
  position: relative;
  aspect-ratio: 16/10;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 2rem;
  background: linear-gradient(145deg, #24242a, #0a0a0c 70%);
  box-shadow: var(--shadow), 0 0 100px rgba(229, 9, 20, .12);
  transform: perspective(1100px) rotateY(-5deg) rotateX(2deg);
}
.tv-screen { height: 100%; overflow: hidden; border-radius: 1.25rem; background: radial-gradient(circle at 70% 20%, #47151a, #09090b 50%); }
.mock-nav { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.1rem; font-size: .6rem; color: #bdbdc5; }
.mock-brand { display: flex; align-items: center; gap: .45rem; color: #fff; font-size: .75rem; font-weight: 900; }
.mock-brand i { display: block; width: 1.2rem; height: 1.2rem; border-radius: .35rem; background: var(--red); }
.mock-hero { display: flex; min-height: 42%; flex-direction: column; justify-content: flex-end; padding: 1.5rem; background: linear-gradient(90deg, #09090b 5%, transparent 75%), radial-gradient(circle at 70% 45%, #82202a, transparent 34%); }
.mock-hero strong { max-width: 55%; font-size: clamp(1rem, 2.2vw, 1.8rem); line-height: 1; }
.mock-hero small { margin-top: .5rem; color: #bbb; }
.mock-row { padding: 1rem 1.5rem; }
.mock-row > b { display: block; margin-bottom: .6rem; font-size: .65rem; }
.mock-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: .55rem; }
.mock-card { position: relative; aspect-ratio: 16/10; overflow: hidden; border-radius: .45rem; background: linear-gradient(135deg, #38383f, #151518); }
.mock-card:nth-child(2) { outline: 2px solid #fff; transform: scale(1.07); box-shadow: 0 8px 24px #000; }
.mock-card::after { position: absolute; inset: auto .45rem .4rem; height: .25rem; border-radius: 1rem; background: rgba(255,255,255,.65); content: ""; }

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-heading { max-width: 700px; margin-bottom: 2.4rem; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card {
  min-height: 225px;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .025));
}
.card-icon { display: grid; width: 42px; height: 42px; margin-bottom: 1.25rem; place-items: center; border-radius: .8rem; background: rgba(229, 9, 20, .14); color: #ff7179; font-size: 1.2rem; }
.card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 7vw, 6rem); }
.feature-list { display: grid; gap: 1rem; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: auto 1fr; gap: .85rem; color: #c7c7cd; }
.feature-list li::before { display: grid; width: 1.55rem; height: 1.55rem; place-items: center; border-radius: 50%; background: rgba(229,9,20,.18); color: #ff6f77; content: "✓"; font-size: .75rem; font-weight: 900; }
.quote {
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(229, 9, 20, .28);
  border-radius: 1.5rem;
  background: linear-gradient(140deg, rgba(229,9,20,.14), rgba(255,255,255,.025));
}
.quote p { margin: 0; font-size: clamp(1.35rem, 2.5vw, 2.2rem); font-weight: 800; line-height: 1.3; letter-spacing: -.025em; }

.faq { max-width: 850px; }
details { border-bottom: 1px solid var(--line); }
summary { padding: 1.3rem 0; cursor: pointer; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { float: right; color: var(--red-bright); content: "+"; font-size: 1.4rem; }
details[open] summary::after { content: "−"; }
details p { max-width: 760px; margin-top: 0; color: var(--muted); }

.cta { padding: 0 0 6rem; }
.cta-box {
  padding: clamp(2rem, 6vw, 4.5rem);
  border-radius: 1.6rem;
  background: radial-gradient(circle at 90% 0, rgba(255,255,255,.18), transparent 25rem), linear-gradient(135deg, #cb0711, #780006);
  box-shadow: 0 28px 80px rgba(229, 9, 20, .2);
}
.cta-box p { max-width: 650px; color: #ffdadd; }

.site-footer { border-top: 1px solid var(--line); padding: 2.5rem 0; color: #85858f; }
.footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; }
.footer-links a { color: #aaaab3; text-decoration: none; font-size: .88rem; }
.legal-note { max-width: 760px; margin-top: 1rem; font-size: .78rem; }

.legal-hero { padding: 5rem 0 2.5rem; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 4rem; padding-bottom: 6rem; }
.legal-nav { position: sticky; top: 100px; align-self: start; display: grid; gap: .7rem; }
.legal-nav a { color: var(--muted); text-decoration: none; font-size: .88rem; }
.legal-copy h2 { margin: 2.5rem 0 .8rem; font-size: 1.55rem; }
.legal-copy h3 { margin: 1.7rem 0 .5rem; font-size: 1.08rem; }
.legal-copy p, .legal-copy li { color: #c1c1c8; }
.legal-copy a { color: #ff7c84; }
.legal-copy .notice { padding: 1rem 1.1rem; border-left: 3px solid var(--red); background: rgba(229,9,20,.08); }
.meta { color: var(--muted); font-size: .9rem; }
.steps { counter-reset: steps; display: grid; gap: 1rem; padding: 0; list-style: none; }
.steps li { position: relative; padding: 1.2rem 1.2rem 1.2rem 4rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--surface); }
.steps li::before { counter-increment: steps; position: absolute; left: 1.2rem; top: 1.1rem; display: grid; width: 1.9rem; height: 1.9rem; place-items: center; border-radius: 50%; background: var(--red); color: #fff; content: counter(steps); font-weight: 900; }

@media (max-width: 820px) {
  .nav-links > a:not(.button) { display: none; }
  .hero-grid, .split, .grid-3, .legal-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 3.2rem; }
  .tv-frame { transform: none; }
  .legal-nav { position: static; display: flex; flex-wrap: wrap; }
}

@media (max-width: 520px) {
  .brand span { font-size: 1rem; }
  .nav .button { min-height: 42px; padding: .55rem .8rem; font-size: .82rem; }
  .actions .button { width: 100%; }
  .grid-3 { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
