:root {
  color-scheme: dark;
  --bg: #11131b;
  --bg-deep: #05060a;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.13);
  --text: #fff8ec;
  --muted: #c8c0b3;
  --line: rgba(232, 201, 119, 0.22);
  --line-strong: rgba(232, 201, 119, 0.42);
  --gold: #e8c977;
  --coral: #ff574a;
  --ember: #ff9d62;
  --mint: #59e39b;
  --blue: #67b7ff;
  --shadow: 0 34px 110px rgba(0, 0, 0, 0.52);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(17, 19, 27, 0.62), rgba(5, 6, 10, 0.9)),
    linear-gradient(135deg, #1e2029 0%, #11131b 40%, #07080d 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.88), transparent 86%);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

.radar-canvas {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0.72;
}

.site-shell {
  width: min(1190px, calc(100% - 42px));
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
  letter-spacing: 0;
  font-size: 1.55rem;
}

.brand-lockup img {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  box-shadow: 0 16px 36px rgba(255, 87, 74, 0.16);
}

.brand-lockup span span,
.hero h1 span {
  background: linear-gradient(100deg, #fff8ec 0%, #fff8ec 8%, #ffb38e 44%, #ff574a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nav-links {
  display: flex;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 6, 10, 0.42);
  backdrop-filter: blur(18px);
}

.nav-links a {
  padding: 10px 15px;
  color: var(--muted);
  border-radius: 999px;
  font-weight: 850;
  font-size: 0.9rem;
}

.nav-links a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  min-height: calc(100vh - 150px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 510px);
  align-items: center;
  gap: 78px;
  padding: 46px 0 74px;
}

.hero-copy {
  position: relative;
  max-width: 680px;
}

.live-kicker,
.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  font-weight: 950;
}

.live-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  margin-bottom: 24px;
  border: 1px solid rgba(89, 227, 155, 0.28);
  border-radius: 999px;
  color: #d9ffe9;
  background: rgba(5, 6, 10, 0.42);
  backdrop-filter: blur(18px);
}

.live-kicker span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 8px rgba(89, 227, 155, 0.12);
}

.eyebrow {
  margin: 0 0 14px;
}

.hero h1 {
  margin: 0;
  font-size: 7rem;
  line-height: 0.91;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 610px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 740;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.store-button,
.ghost-button {
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  font-weight: 950;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.store-button {
  gap: 14px;
  padding: 12px 22px 12px 18px;
  color: #07080b;
  background: linear-gradient(135deg, #fff6dc, #e8c977 52%, #ff7a4d);
  box-shadow: 0 22px 44px rgba(255, 109, 77, 0.2);
}

.store-button.compact {
  white-space: nowrap;
}

.store-button small {
  display: block;
  font-size: 0.76rem;
  opacity: 0.72;
  letter-spacing: 0.03em;
}

.play-mark {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 21px solid #07080b;
  filter: drop-shadow(6px 0 0 rgba(255, 255, 255, 0.23));
}

.ghost-button {
  padding: 0 22px;
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px);
}

.store-button:hover,
.ghost-button:hover {
  transform: translateY(-2px);
}

.store-button:hover {
  box-shadow: 0 26px 52px rgba(255, 109, 77, 0.26);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 640px;
  margin-top: 42px;
}

.hero-metrics div {
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(5, 6, 10, 0.26);
  backdrop-filter: blur(18px);
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  font-size: 1.65rem;
  line-height: 1;
}

.hero-metrics span {
  margin-top: 9px;
  color: var(--muted);
  font-weight: 820;
}

.device-zone {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  perspective: 1400px;
}

.phone-rig {
  position: relative;
  transform:
    rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg))
    rotateZ(2deg);
  transition: transform 220ms ease;
}

.phone-rig::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  width: 84%;
  height: 42px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  filter: blur(18px);
}

.phone {
  position: relative;
  width: 374px;
  aspect-ratio: 9 / 19;
  border: 12px solid #050608;
  border-radius: 50px;
  overflow: hidden;
  background: #0c0e15;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 44px 120px rgba(0, 0, 0, 0.68);
}

.phone-speaker {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 9;
  width: 112px;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #050608;
}

.phone-speaker::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 36px;
  width: 40px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.phone-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.2), transparent 18%, transparent 76%, rgba(255, 255, 255, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), transparent 22%, rgba(5, 6, 10, 0.2));
}

.phone-hud {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 14px;
  padding: 58px 18px 22px;
  background: linear-gradient(180deg, rgba(5, 6, 10, 0.04), rgba(5, 6, 10, 0.4) 62%, rgba(5, 6, 10, 0.82));
}

.scan-frame {
  position: relative;
  align-self: center;
  justify-self: center;
  width: 68%;
  aspect-ratio: 1;
  opacity: 0.9;
}

.scan-frame span {
  position: absolute;
  width: 54px;
  height: 54px;
  border-color: rgba(255, 87, 74, 0.86);
  border-style: solid;
}

.scan-frame span:nth-child(1) {
  top: 0;
  left: 0;
  border-width: 4px 0 0 4px;
}

.scan-frame span:nth-child(2) {
  top: 0;
  right: 0;
  border-width: 4px 4px 0 0;
}

.scan-frame span:nth-child(3) {
  bottom: 0;
  left: 0;
  border-width: 0 0 4px 4px;
}

.scan-frame span:nth-child(4) {
  right: 0;
  bottom: 0;
  border-width: 0 4px 4px 0;
}

.hud-pill {
  justify-self: start;
  padding: 10px 14px;
  border: 1px solid rgba(89, 227, 155, 0.38);
  border-radius: 999px;
  color: #d8ffe8;
  background: rgba(22, 25, 35, 0.72);
  font-weight: 950;
  backdrop-filter: blur(18px);
}

.login-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(22, 25, 35, 0.8);
  backdrop-filter: blur(22px);
}

.login-card img {
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

.login-card strong,
.login-card span {
  display: block;
}

.login-card span {
  margin-top: 2px;
  color: var(--muted);
  font-weight: 820;
}

.signal-card {
  position: absolute;
  z-index: 12;
  width: 184px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(5, 6, 10, 0.54);
  backdrop-filter: blur(24px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.signal-card span,
.signal-card small {
  display: block;
  color: var(--muted);
  font-weight: 850;
}

.signal-card span {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.72rem;
}

.signal-card strong {
  display: block;
  margin: 7px 0 5px;
  font-size: 2rem;
  line-height: 1;
}

.signal-card-score {
  top: 88px;
  left: 4px;
}

.signal-card-city {
  top: 182px;
  right: 0;
}

.signal-card-report {
  bottom: 86px;
  left: 18px;
  width: 218px;
}

.signal-card-report strong {
  font-size: 1.45rem;
}

.ticker {
  overflow: hidden;
  margin: -24px 0 46px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #090a0f;
  background: linear-gradient(90deg, #e8c977, #ff9d62, #ff574a);
}

.ticker-track {
  display: flex;
  gap: 48px;
  width: max-content;
  padding: 14px 0;
  animation: ticker 28s linear infinite;
  font-weight: 950;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.system-band,
.intelligence-band,
.launch-strip {
  padding: 78px 0;
}

.section-heading {
  max-width: 780px;
}

.section-heading h2,
.report-copy h2,
.launch-strip h2 {
  margin: 0;
  font-size: 3.65rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.system-tile,
.report-panel {
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(5, 6, 10, 0.38);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.system-tile {
  min-height: 242px;
  padding: 24px;
}

.tile-index {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #07080b;
  background: linear-gradient(135deg, #fff6dc, var(--gold));
  font-weight: 950;
}

.system-tile h3 {
  margin: 24px 0 10px;
  font-size: 1.65rem;
}

.system-tile p,
.report-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-weight: 740;
}

.intelligence-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
  gap: 70px;
  align-items: center;
}

.report-copy p {
  max-width: 650px;
  margin-top: 22px;
  font-size: 1.08rem;
}

.report-panel {
  padding: 24px;
}

.score-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.score-row span {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 950;
}

.score-row strong {
  font-size: 3.75rem;
  line-height: 0.9;
}

.bars {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.bars label {
  color: var(--muted);
  font-weight: 900;
}

.bars label span {
  display: block;
  height: 12px;
  margin-top: 8px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--mint), var(--gold) var(--bar), rgba(255, 255, 255, 0.12) var(--bar)),
    rgba(255, 255, 255, 0.12);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.chips span {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #090a0f;
  background: linear-gradient(135deg, #fff6dc, var(--gold));
  font-weight: 950;
}

.launch-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 28px 0 72px;
  padding: 34px;
  border: 1px solid var(--line-strong);
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(232, 201, 119, 0.11), rgba(255, 87, 74, 0.12)),
    rgba(5, 6, 10, 0.52);
  backdrop-filter: blur(22px);
}

.launch-strip h2 {
  font-size: 2.45rem;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 30px 0 44px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 820;
}

.footer span {
  color: var(--text);
  font-weight: 950;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-shell {
    width: min(100% - 30px, 720px);
  }

  .nav-links {
    display: none;
  }

  .hero,
  .intelligence-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 42px;
    padding-top: 32px;
  }

  .hero h1 {
    font-size: 5.5rem;
  }

  .hero-lead {
    font-size: 1.18rem;
  }

  .device-zone {
    min-height: 700px;
  }

  .system-grid {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .report-copy h2 {
    font-size: 3rem;
  }
}

@media (max-width: 620px) {
  .site-shell {
    width: calc(100% - 22px);
  }

  .brand-lockup > span {
    display: none;
  }

  .topbar {
    padding: 18px 0;
  }

  .hero h1 {
    font-size: 3.45rem;
    line-height: 0.98;
  }

  .hero-lead,
  .report-copy p {
    font-size: 1.02rem;
  }

  .hero-actions,
  .hero-metrics,
  .launch-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .store-button,
  .ghost-button {
    width: 100%;
  }

  .device-zone {
    min-height: 610px;
  }

  .phone {
    width: min(326px, 88vw);
    border-width: 10px;
  }

  .signal-card {
    width: 150px;
    padding: 13px;
  }

  .signal-card strong {
    font-size: 1.55rem;
  }

  .signal-card-score {
    top: 36px;
    left: 0;
  }

  .signal-card-city {
    top: 130px;
    right: 0;
  }

  .signal-card-report {
    bottom: 46px;
    left: 0;
    width: 188px;
  }

  .signal-card-report strong {
    font-size: 1.2rem;
  }

  .section-heading h2,
  .report-copy h2 {
    font-size: 2.25rem;
  }

  .launch-strip {
    padding: 24px;
  }

  .launch-strip h2 {
    font-size: 2rem;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
