@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  color-scheme: dark;
  --ink: #f7f9ff;
  --muted: #a7b1c8;
  --line: rgba(255,255,255,.11);
  --cyan: #66dcff;
  --violet: #a68cff;
  --night: #030510;
  --panel: rgba(12,18,43,.74);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 76% 10%, rgba(54,94,225,.18), transparent 32rem),
    radial-gradient(circle at 13% 38%, rgba(92,43,170,.11), transparent 30rem),
    var(--night);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.site-header, main, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; font: 600 19px/1 "Manrope", sans-serif; letter-spacing: -.02em; }
.brand img { border-radius: 11px; box-shadow: 0 10px 28px rgba(62,102,255,.26); }
nav { display: flex; align-items: center; gap: 34px; font-size: 14px; color: var(--muted); }
nav a, footer a, .text-link { transition: color .2s ease; }
nav a:hover, footer a:hover, .text-link:hover { color: var(--cyan); }

.hero { min-height: 720px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; padding: 82px 0 88px; }
.eyebrow { margin: 0 0 20px; color: #c4cbe0; font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 22px; height: 1px; margin: 0 10px 4px 0; background: linear-gradient(90deg,var(--cyan),var(--violet)); }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.045em; line-height: 1.08; }
h1 { margin: 0; font-size: clamp(49px, 5.2vw, 76px); font-weight: 500; }
h1 em { color: transparent; background: linear-gradient(100deg,var(--cyan),#8cb5ff 45%,var(--violet)); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.lede { max-width: 570px; margin: 28px 0 30px; color: var(--muted); font-size: 18px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 22px; border: 1px solid var(--line); border-radius: 14px; font-size: 14px; font-weight: 600; transition: transform .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.25); }
.button.primary { color: #071020; background: linear-gradient(115deg,#80e7ff,#a59aff); border: 0; box-shadow: 0 14px 35px rgba(87,140,255,.2); }
.button.secondary { background: rgba(255,255,255,.045); backdrop-filter: blur(15px); }
.compatibility { margin-top: 22px; color: #68728c; font-size: 12px; }

.hero-visual { position: relative; min-height: 530px; isolation: isolate; }
.orb { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .7; z-index: -2; }
.orb-one { width: 420px; height: 420px; top: 20px; right: 0; background: radial-gradient(circle,#244aa8,rgba(25,29,82,.1) 70%); }
.orb-two { width: 260px; height: 260px; left: 5%; bottom: 12%; background: radial-gradient(circle,rgba(101,51,180,.55),transparent 70%); }
.tv-frame { position: absolute; width: 77%; right: 0; top: 76px; padding: 8px; border-radius: 15px; background: linear-gradient(145deg,#354059,#080b13); box-shadow: 0 35px 80px rgba(0,0,0,.55), 0 0 80px rgba(66,105,255,.12); transform: perspective(900px) rotateY(-5deg); }
.tv-frame img { display: block; width: 100%; border-radius: 8px; aspect-ratio: 16 / 9; object-fit: cover; }
.tv-stand { position: absolute; width: 25%; height: 45px; left: 37.5%; bottom: -42px; background: linear-gradient(#171c2a,#080a10); clip-path: polygon(38% 0,62% 0,76% 100%,24% 100%); }
.headset { position: absolute; width: 65%; left: -7%; bottom: 7px; filter: drop-shadow(0 28px 32px rgba(0,0,0,.55)) drop-shadow(-8px 2px 20px rgba(83,211,255,.13)); }
.signal { position: absolute; border: 1px solid rgba(105,218,255,.22); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(40deg); }
.signal-one { width: 170px; height: 170px; left: 34%; top: 33%; }
.signal-two { width: 245px; height: 245px; left: 27%; top: 26%; }
.live-pill { position: absolute; right: 4%; bottom: 24px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 100px; background: rgba(5,10,29,.72); backdrop-filter: blur(16px); color: #cbd5e8; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.live-pill i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #68e39e; box-shadow: 0 0 12px #68e39e; }

.proof { display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid var(--line); }
.proof div { display: flex; flex-direction: column; align-items: center; padding: 28px 12px; border-right: 1px solid var(--line); }
.proof div:last-child { border-right: 0; }
.proof strong { font: 600 22px/1.2 "Manrope", sans-serif; }
.proof span { margin-top: 4px; color: #707b95; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.story { padding: 140px 0; }
.section-heading { max-width: 700px; margin-bottom: 54px; }
h2 { margin: 0; font-size: clamp(40px,5vw,64px); font-weight: 500; }
.section-heading > p:last-child, .setup-copy > p { max-width: 620px; margin-top: 24px; color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.feature-card { min-height: 285px; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg,rgba(20,27,58,.72),rgba(7,10,27,.72)); overflow: hidden; }
.feature-card.featured { grid-column: span 2; min-height: 380px; background: radial-gradient(circle at 80% 10%,rgba(77,74,198,.25),transparent 40%),linear-gradient(145deg,rgba(17,30,68,.92),rgba(7,10,27,.78)); }
.feature-mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.045); color: var(--cyan); font-size: 21px; }
.card-label { margin: 26px 0 9px; color: #7f8aa4; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.feature-card h3 { margin: 0; max-width: 600px; font-size: 27px; font-weight: 500; }
.feature-card > p:last-child { max-width: 650px; color: var(--muted); font-size: 15px; }
.route { display: flex; align-items: center; gap: 14px; margin: 48px 0 32px; }
.route span { padding: 10px 14px; border: 1px solid rgba(113,219,255,.2); border-radius: 9px; background: rgba(80,153,255,.07); color: #d8e9fa; font-size: 10px; letter-spacing: .12em; }
.route b { height: 1px; flex: 1; background: linear-gradient(90deg,var(--cyan),var(--violet)); box-shadow: 0 0 12px rgba(88,192,255,.6); }

.setup { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; padding: 120px 70px; border: 1px solid var(--line); border-radius: 34px; background: radial-gradient(circle at 10% 100%,rgba(66,135,255,.15),transparent 38%),rgba(8,13,34,.72); }
.text-link { display: inline-block; margin-top: 22px; color: #d6def0; font-weight: 600; }
.text-link span { margin-left: 8px; color: var(--cyan); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.steps li:last-child { border-bottom: 0; }
.steps li > span { color: var(--cyan); font: 500 12px/1.8 "Manrope",sans-serif; letter-spacing: .12em; }
.steps strong { font: 500 19px/1.3 "Manrope",sans-serif; }
.steps p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }

.cta { padding: 160px 20px 150px; text-align: center; }
.cta img { margin-bottom: 28px; border-radius: 23px; box-shadow: 0 22px 65px rgba(70,100,255,.27); }
.cta h2 { font-size: clamp(38px,5vw,62px); }
.cta > p:not(.eyebrow) { max-width: 570px; margin: 24px auto 30px; color: var(--muted); }
.centred { justify-content: center; }

footer { min-height: 110px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border-top: 1px solid var(--line); color: #6f7890; font-size: 12px; }
footer .small { font-size: 15px; color: #dfe5f3; }
footer p { text-align: center; }
footer > div:last-child { display: flex; justify-content: flex-end; gap: 22px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { text-align: center; }
  .lede { margin-inline: auto; }
  .actions { justify-content: center; }
  .hero-visual { min-height: 470px; }
  .setup { grid-template-columns: 1fr; padding: 70px 42px; gap: 45px; }
  footer { grid-template-columns: 1fr; text-align: center; padding: 35px 0; }
  footer .brand, footer > div:last-child { justify-content: center; }
}

@media (max-width: 640px) {
  .site-header, main, footer { width: min(100% - 28px,1180px); }
  .site-header { height: 74px; }
  nav a:not(:last-child) { display: none; }
  .hero { min-height: auto; gap: 10px; padding: 58px 0 40px; }
  h1 { font-size: clamp(42px,13.6vw,61px); }
  .lede { font-size: 16px; }
  .button { width: 100%; }
  .hero-visual { min-height: 355px; }
  .tv-frame { width: 90%; top: 60px; }
  .headset { width: 78%; left: -9%; }
  .live-pill { display: none; }
  .proof { grid-template-columns: repeat(2,1fr); }
  .proof div:nth-child(2) { border-right: 0; }
  .proof div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .story { padding: 90px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card.featured { grid-column: auto; }
  .feature-card { padding: 27px; }
  .route { gap: 6px; }
  .route span { padding: 8px 7px; font-size: 8px; }
  .setup { padding: 55px 25px; border-radius: 25px; }
  .cta { padding: 110px 8px; }
}

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