:root {
  color-scheme: dark;
  --bg: #06101f;
  --bg-deep: #030916;
  --panel: rgba(12, 23, 42, 0.76);
  --panel-strong: rgba(12, 23, 42, 0.92);
  --line: rgba(125, 161, 219, 0.18);
  --line-strong: rgba(234, 180, 74, 0.28);
  --text: #f4f8ff;
  --muted: #a2b6d8;
  --muted-strong: #c2d0e6;
  --blue: #4cb8ff;
  --blue-soft: rgba(76, 184, 255, 0.16);
  --gold: #ebb54a;
  --gold-soft: rgba(235, 181, 74, 0.18);
  --green: #82d782;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 12%, rgba(27, 101, 204, 0.34), transparent 32%),
    radial-gradient(circle at 88% 22%, rgba(235, 181, 74, 0.16), transparent 24%),
    radial-gradient(circle at 52% 100%, rgba(74, 144, 226, 0.16), transparent 34%),
    linear-gradient(180deg, var(--bg) 0%, #071427 46%, var(--bg-deep) 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.02) 45%, transparent 100%),
    repeating-linear-gradient(
      180deg,
      transparent 0,
      transparent 119px,
      rgba(255, 255, 255, 0.02) 120px
    );
  pointer-events: none;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.2));
}

.page-shell {
  width: min(1280px, calc(100vw - 36px));
  margin: 0 auto;
  padding: 20px 0 80px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0 24px;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(6, 16, 31, 0.9), rgba(6, 16, 31, 0.6));
}

.brandmark {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  text-decoration: none;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brandmark-logo {
  display: block;
  width: auto;
  height: 84px;
  object-fit: contain;
}

.brandmark-icon {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 auto;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 0.95rem;
}

.site-nav a {
  color: var(--muted-strong);
  text-decoration: none;
}

.nav-cta {
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: 44px;
  min-height: calc(100svh - 116px);
  padding: 36px 0 56px;
}

.eyebrow,
.section-label,
.signal-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1,
.story-copy h2,
.workflow-header h2,
.showcase-copy h2,
.faq-header h2,
.final-cta h2 {
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.hero-body,
.story-copy p,
.showcase-copy p,
.final-cta p,
.faq-list p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.hero-body {
  max-width: 620px;
  margin: 20px 0 0;
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #06101f;
  background: linear-gradient(180deg, #ffd06e 0%, #ebb54a 100%);
  box-shadow: 0 10px 28px rgba(235, 181, 74, 0.28);
}

.button-secondary {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.hero-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 560px;
}

.hero-visual {
  position: relative;
  min-height: 720px;
}

.visual-orbit {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.62;
  animation: drift 12s ease-in-out infinite;
}

.visual-orbit-left {
  width: 280px;
  height: 280px;
  top: 40px;
  left: 10px;
  background: radial-gradient(circle, rgba(76, 184, 255, 0.26) 0%, transparent 68%);
}

.visual-orbit-right {
  width: 300px;
  height: 300px;
  right: 20px;
  bottom: 120px;
  background: radial-gradient(circle, rgba(235, 181, 74, 0.18) 0%, transparent 68%);
  animation-delay: -6s;
}

.broadcast-frame,
.sidepanel-preview,
.story-proof,
.showcase-media,
.final-cta,
.signal-strip,
.workflow-section,
.story-section,
.showcase-section,
.faq-section {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(14, 25, 45, 0.76), rgba(9, 17, 31, 0.92));
  box-shadow: var(--shadow);
}

.broadcast-frame {
  position: absolute;
  inset: 0 72px 160px 0;
  border-radius: 36px;
  overflow: hidden;
  background-color: #071120;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 28% center;
}

.broadcast-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 34%),
    radial-gradient(circle at top right, rgba(76, 184, 255, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(4, 10, 20, 0.08), rgba(4, 10, 20, 0.56));
}

.broadcast-caption,
.showcase-caption {
  position: absolute;
  inset: auto 28px 28px 28px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 18% 25%, rgba(76, 184, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(10, 18, 34, 0.64), rgba(7, 13, 25, 0.82));
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 22px;
  max-width: 390px;
  backdrop-filter: blur(12px);
}

.placeholder-label {
  color: var(--gold);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.broadcast-caption-label {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.broadcast-caption strong,
.showcase-caption strong {
  font-size: 1.35rem;
  line-height: 1.12;
  max-width: 360px;
}

.sidepanel-preview {
  position: absolute;
  right: 0;
  top: 110px;
  width: min(390px, 92%);
  border-radius: 30px;
  padding: 20px;
  backdrop-filter: blur(20px);
  animation: float 8s ease-in-out infinite;
}

.preview-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.preview-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.autotune-pill,
.relevance-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.autotune-pill {
  min-height: 38px;
  padding: 0 14px;
  color: #052012;
  background: linear-gradient(180deg, #9ef0b3, #67cc82);
}

.preview-game {
  padding: 16px;
  border-radius: 24px;
  background: rgba(6, 14, 28, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.preview-game + .preview-game {
  margin-top: 12px;
}

.preview-game-active {
  border-color: var(--line-strong);
  background:
    linear-gradient(180deg, rgba(76, 184, 255, 0.09), rgba(235, 181, 74, 0.08)),
    rgba(6, 14, 28, 0.84);
}

.preview-game-row,
.preview-player,
.preview-subrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.preview-game-row {
  font-weight: 700;
}

.preview-subrow {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.92rem;
}

.preview-player {
  margin-top: 12px;
  font-size: 0.94rem;
  color: var(--muted-strong);
}

.player-chip {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid currentColor;
  font-weight: 700;
}

.player-chip-away {
  color: #6bd3ff;
}

.player-chip-home {
  color: #ffc28b;
}

.relevance-pill {
  min-width: 42px;
  min-height: 34px;
  padding: 0 10px;
  background: rgba(235, 181, 74, 0.18);
  color: var(--gold);
}

.relevance-pill.muted {
  background: rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

.signal-strip,
.story-section,
.workflow-section,
.showcase-section,
.faq-section,
.final-cta {
  border-radius: 32px;
  padding: 30px;
  margin-top: 26px;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 8px;
}

.signal-strip > div + div {
  border-left: 1px solid var(--line);
  padding-left: 20px;
}

.signal-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.story-section,
.showcase-section {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 30px;
}

.feature-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted-strong);
  line-height: 1.7;
}

.feature-list li + li {
  margin-top: 10px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold), #e69920);
}

.story-proof {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  border-radius: 28px;
  padding: 26px;
}

.proof-line {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.proof-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.proof-metric {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--text);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
}

.proof-line p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.workflow-header {
  max-width: 760px;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.workflow-steps article {
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
}

.step-number {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.14em;
}

.workflow-steps h3 {
  margin: 12px 0 10px;
  font-size: 1.35rem;
  line-height: 1.16;
}

.workflow-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.showcase-media {
  position: relative;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  background-color: #071120;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.showcase-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(4, 10, 20, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(4, 10, 20, 0.16), rgba(4, 10, 20, 0.64));
}

.showcase-product {
  background:
    radial-gradient(circle at 18% 18%, rgba(76, 184, 255, 0.18), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(235, 181, 74, 0.16), transparent 32%),
    linear-gradient(180deg, #081325 0%, #040b16 100%);
}

.showcase-product::before {
  background:
    linear-gradient(135deg, rgba(4, 10, 20, 0.08), transparent 40%),
    linear-gradient(180deg, rgba(4, 10, 20, 0.06), rgba(4, 10, 20, 0.22));
}

.product-shot {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.9fr);
  gap: 22px;
  height: 100%;
  min-height: 420px;
  padding: 28px;
  align-items: center;
}

.product-shot-video,
.product-shot-panel {
  position: relative;
  border: 1px solid rgba(137, 173, 226, 0.14);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.product-shot-video {
  min-height: 340px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #071120;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.product-shot-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(180deg, rgba(6, 12, 24, 0.06), rgba(6, 12, 24, 0.54));
  pointer-events: none;
}

.product-video-badge,
.product-video-score,
.product-video-meta {
  position: absolute;
  z-index: 1;
}

.product-video-badge {
  top: 18px;
  left: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(7, 17, 32, 0.82);
  border: 1px solid rgba(235, 181, 74, 0.32);
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-video-score {
  left: 18px;
  bottom: 72px;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 700;
  line-height: 0.96;
  max-width: 320px;
}

.product-video-meta {
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-video-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(7, 17, 32, 0.78);
  color: var(--muted-strong);
  font-size: 0.78rem;
  font-weight: 700;
}

.product-shot-panel {
  min-height: 340px;
  border-radius: 24px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(12, 23, 42, 0.96), rgba(7, 16, 29, 0.98));
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.product-panel-kicker {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-panel-chip {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(76, 184, 255, 0.14);
  color: #8fd4ff;
  font-size: 0.75rem;
  font-weight: 700;
}

.product-game-card {
  padding: 16px 16px 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(137, 173, 226, 0.1);
}

.product-game-card.is-active {
  background:
    linear-gradient(180deg, rgba(235, 181, 74, 0.13), rgba(255, 255, 255, 0.03));
  border-color: rgba(235, 181, 74, 0.28);
}

.product-game-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.product-game-top strong {
  font-size: 0.98rem;
  line-height: 1.1;
}

.product-game-top span {
  color: var(--gold);
  font-weight: 800;
}

.product-game-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.showcase-caption {
  inset: auto 20px 20px 20px;
  max-width: 360px;
}

.showcase-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.showcase-points p {
  margin: 0;
}

.showcase-points p + p {
  margin-top: 14px;
}

.faq-header {
  max-width: 780px;
}

.faq-list {
  margin-top: 22px;
}

.faq-list details {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-size: 1.16rem;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 12px 0 0;
  max-width: 820px;
}

.final-cta {
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: auto -10% -30% auto;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(235, 181, 74, 0.15), transparent 70%);
}

.final-cta > * {
  position: relative;
  z-index: 1;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(12px, -16px, 0);
  }
}

@media (max-width: 1120px) {
  .hero,
  .story-section,
  .showcase-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 28px;
  }

  .hero-visual {
    min-height: 760px;
  }

  .signal-strip,
  .workflow-steps {
    grid-template-columns: 1fr;
  }

  .signal-strip > div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 20px;
  }

  .site-header {
    position: static;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .product-shot {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100vw - 24px, 100%);
    padding-top: 12px;
  }

  .hero h1,
  .story-copy h2,
  .workflow-header h2,
  .showcase-copy h2,
  .faq-header h2,
  .final-cta h2 {
    font-size: clamp(2.5rem, 14vw, 4.2rem);
  }

  .broadcast-frame {
    inset: 0 0 250px 0;
  }

  .sidepanel-preview {
    top: auto;
    bottom: 0;
    width: 94%;
  }

  .hero-visual {
    min-height: 820px;
  }

  .signal-strip,
  .story-section,
  .workflow-section,
  .showcase-section,
  .faq-section,
  .final-cta {
    padding: 22px;
    border-radius: 26px;
  }

  .broadcast-caption,
  .showcase-caption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: none;
  }

  .broadcast-caption strong,
  .showcase-caption strong {
    font-size: 1.18rem;
  }

  .product-shot-video,
  .product-shot-panel {
    min-height: 260px;
  }

  .product-video-score {
    bottom: 66px;
    max-width: 280px;
  }
}

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