:root {
  color-scheme: dark;
  --bg: #080b10;
  --panel: #11161e;
  --panel-2: #171e28;
  --text: #f5f7fa;
  --muted: #aab4c3;
  --line: rgba(255,255,255,.1);
  --lime: #d8ff65;
  --blue: #78a9ff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 75% 7%, #17253b 0, transparent 27rem), var(--bg); color: var(--text); }
a { color: inherit; }
.nav, footer { width: min(1160px, calc(100% - 40px)); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.nav { height: 84px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 750; letter-spacing: -.02em; }
.brand-mark { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid #ffffff2b; border-radius: 10px; background: linear-gradient(145deg,#222b37,#0c1016); box-shadow: inset 0 1px #ffffff24; }
.brand-mark i { width: 13px; height: 19px; border-radius: 6px; background: var(--lime); box-shadow: 0 0 24px #d8ff6588; }
nav { display: flex; gap: 28px; }
nav a { color: var(--muted); text-decoration: none; font-size: .9rem; }
nav a:hover, nav a.active { color: var(--text); }
main { width: min(1160px, calc(100% - 40px)); margin: auto; }
.hero { min-height: 680px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 8vw; padding: 72px 4vw 92px; }
.eyebrow { color: var(--lime); font-size: .72rem; font-weight: 800; letter-spacing: .18em; }
h1 { margin: 14px 0 24px; font-size: clamp(3.3rem, 7vw, 6.8rem); line-height: .94; letter-spacing: -.07em; }
h1 span { color: var(--muted); }
.lede { max-width: 600px; color: var(--muted); font-size: clamp(1.05rem,2vw,1.35rem); line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border-radius: 15px; text-decoration: none; font-weight: 750; }
.primary { color: #0a0d10; background: var(--lime); box-shadow: 0 12px 36px #d8ff6524; }
.secondary { background: #ffffff0b; border: 1px solid var(--line); }
.remote-art { width: min(330px, 78vw); min-height: 570px; justify-self: center; padding: 26px; border: 1px solid #ffffff22; border-radius: 54px; background: linear-gradient(145deg,#242b35,#0d1117 55%); box-shadow: inset 0 1px #ffffff30, 0 45px 100px #000a; transform: rotate(4deg); }
.remote-top, .remote-row { display: flex; align-items: center; justify-content: space-between; }
.remote-top { color: #697380; font-size: .56rem; letter-spacing: .2em; }
.remote-top span { width: 7px; height: 7px; background: #06080b; border-radius: 50%; box-shadow: inset 0 1px 2px #000; }
.power { width: 48px; height: 48px; display: grid; place-items: center; margin: 30px auto; border-radius: 50%; color: #ff7777; background: #0b0e13; border: 1px solid #ffffff13; box-shadow: 0 7px 12px #0009, inset 0 1px #ffffff18; }
.dpad { position: relative; width: 225px; height: 225px; margin: 0 auto 34px; border-radius: 50%; background: radial-gradient(circle at 45% 38%,#303946,#121820 70%); border: 1px solid #ffffff18; box-shadow: 0 18px 24px #0008, inset 0 1px #ffffff25; }
.dpad i, .dpad strong { position: absolute; font-style: normal; font-size: .72rem; }
.dpad .up { top: 18px; left: 105px; }.dpad .down { bottom: 18px; left: 105px; }.dpad .left { left: 20px; top: 103px; }.dpad .right { right: 20px; top: 103px; }
.dpad strong { width: 82px; height: 82px; display: grid; place-items: center; inset: 71px; border-radius: 50%; color: #111; background: var(--lime); box-shadow: 0 8px 18px #0007; }
.remote-row { gap: 22px; margin: 20px 14px; }
.remote-row span { flex: 1; height: 46px; display: grid; place-items: center; border: 1px solid #ffffff16; border-radius: 14px; background: #12171e; box-shadow: 0 7px 10px #0006; }
.remote-row.media span { font-size: .65rem; }
.remote-pill { margin: 22px 14px 0; padding: 15px; border-radius: 16px; background: #0c1015; color: #c9d0da; text-align: center; letter-spacing: .1em; }
.section { padding: 100px 0; border-top: 1px solid var(--line); }
h2 { margin: 10px 0 38px; font-size: clamp(2.2rem,4vw,4rem); letter-spacing: -.055em; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.cards article, .faq details { background: linear-gradient(145deg,var(--panel-2),var(--panel)); border: 1px solid var(--line); border-radius: 22px; }
.cards article { min-height: 245px; padding: 28px; }
.cards article > span { color: var(--blue); font-weight: 800; font-variant-numeric: tabular-nums; }
h3 { margin: 38px 0 12px; font-size: 1.35rem; }
.cards p, .faq p, .contact p, .policy p { color: var(--muted); line-height: 1.65; }
.faq { display: grid; gap: 12px; }
.faq details { padding: 0 24px; }
.faq summary { padding: 23px 0; cursor: pointer; font-size: 1.03rem; font-weight: 700; }
.faq p { margin: -4px 0 24px; max-width: 850px; }
.contact { margin: 50px 0 100px; padding: 44px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 28px; background: linear-gradient(120deg,#182538,#121820); border: 1px solid var(--line); }
.contact h2 { margin-bottom: 0; }.contact p { margin-bottom: 0; }
footer { gap: 24px; justify-content: flex-start; padding: 28px 0 52px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
footer span { margin-right: auto; } footer a { text-decoration: none; }
.policy { max-width: 820px; padding: 100px 0 120px; }
.policy h1 { font-size: clamp(3.6rem,8vw,6rem); }
.policy-lede { font-size: 1.35rem; border-bottom: 1px solid var(--line); padding-bottom: 42px; }
.policy h2 { margin: 50px 0 10px; font-size: 1.55rem; letter-spacing: -.025em; }
.policy a { color: var(--lime); }
@media (max-width: 800px) {
  .nav { height: 72px; }.nav nav { gap: 15px; }.nav nav a:first-child { display: none; }
  .hero { grid-template-columns: 1fr; padding: 58px 0 88px; }
  .remote-art { margin-top: 42px; }
  .cards { grid-template-columns: 1fr; }.cards article { min-height: 190px; }
  .contact { align-items: flex-start; flex-direction: column; padding: 30px; }
  .contact .button { width: 100%; }
}
