:root {
  --bg: #020504;
  --panel: rgba(7, 17, 14, .76);
  --panel-strong: rgba(9, 24, 18, .94);
  --line: rgba(166, 255, 22, .18);
  --line-cyan: rgba(4, 248, 239, .22);
  --green: #a6ff16;
  --green-2: #74d900;
  --cyan: #04f8ef;
  --cyan-2: #08c9ff;
  --white: #f8fff9;
  --muted: rgba(248, 255, 249, .72);
  --dark: #03100c;
  --radius: 26px;
  --shadow: 0 0 38px rgba(166,255,22,.12), 0 0 72px rgba(4,248,239,.08);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 10% 10%, rgba(166,255,22,.13), transparent 23%),
    radial-gradient(circle at 90% 14%, rgba(4,248,239,.13), transparent 26%),
    radial-gradient(circle at 50% 100%, rgba(166,255,22,.07), transparent 36%),
    linear-gradient(140deg, #020504 0%, #06110d 46%, #020908 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before,
.noise {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body::before {
  background:
    linear-gradient(90deg, rgba(166,255,22,.09), transparent 20%, transparent 80%, rgba(4,248,239,.09)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 18px);
  mix-blend-mode: screen;
}

.noise {
  opacity: .35;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(166,255,22,.12) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 60%, rgba(4,248,239,.10) 0 1px, transparent 1px);
  background-size: 23px 23px, 31px 31px;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }

.glow {
  position: fixed;
  width: 34vmax;
  height: 34vmax;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .35;
  z-index: -1;
  pointer-events: none;
}
.glow-left { left: -18vmax; bottom: -18vmax; background: rgba(166,255,22,.36); }
.glow-right { right: -18vmax; top: -18vmax; background: rgba(4,248,239,.28); }

.topbar {
  position: sticky;
  top: 14px;
  z-index: 60;
  width: min(calc(100% - 24px), var(--max));
  margin: 14px auto 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(3, 12, 10, .74);
  backdrop-filter: blur(18px);
  box-shadow: 0 0 30px rgba(4,248,239,.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}
.brand .login-logo { height: 34px; width: auto; }
.brand .monster-logo { height: 29px; width: auto; }
.brand span {
  width: 1px;
  height: 30px;
  background: linear-gradient(180deg, transparent, rgba(166,255,22,.95), transparent);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.main-nav a {
  color: var(--muted);
  font-weight: 800;
  font-size: 14px;
}
.main-nav a.active,
.main-nav a:hover { color: var(--cyan); }

.nav-cta,
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: -.01em;
}
.nav-cta,
.btn-primary {
  color: #06100c;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  box-shadow: 0 0 24px rgba(166,255,22,.18);
}
.btn-secondary {
  border: 1px solid var(--line-cyan);
  background: rgba(4,248,239,.08);
  color: var(--white);
}
.menu-toggle { display: none; }

main {
  width: min(calc(100% - 24px), var(--max));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: clamp(70px, 8vw, 118px) 0;
  scroll-margin-top: 110px;
}

.hero {
  min-height: calc(100svh - 82px);
  display: grid;
  align-items: center;
  padding-top: clamp(42px, 6vw, 72px);
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(2,5,4,.94) 0%, rgba(2,7,6,.88) 22%, rgba(2,10,9,.68) 44%, rgba(2,10,9,.46) 60%, rgba(2,10,9,.24) 100%),
    radial-gradient(circle at 18% 45%, rgba(4, 8, 8, .62), transparent 34%),
    url('assets/hero/hero-bg.png');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(166,255,22,.10);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(4,248,239,.06), transparent 26%, transparent 78%, rgba(166,255,22,.06)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 18px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-grid,
.split {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 950;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--green), var(--cyan));
  box-shadow: 0 0 16px rgba(4,248,239,.45);
}

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  line-height: .96;
  font-weight: 950;
  letter-spacing: -.055em;
}
h1 {
  margin: 14px 0 18px;
  font-size: clamp(46px, 7vw, 94px);
  max-width: 10.5ch;
}
h2 {
  margin: 12px 0 18px;
  font-size: clamp(34px, 4.8vw, 68px);
}
p {
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 28px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.hero-metrics article,
.glass-card,
.objective-card,
.flow-card,
.budget-card,
.timeline-item,
.creative-card,
.kpi-card,
.map-node,
.final-card,
.callout,
.lp-mockup,
.lp-steps article {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(10, 24, 18, .84), rgba(4, 12, 11, .70));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.hero-metrics article::after,
.glass-card::after,
.objective-card::after,
.flow-card::after,
.budget-card::after,
.timeline-item::after,
.creative-card::after,
.kpi-card::after,
.map-node::after,
.final-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(166,255,22,.14), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(4,248,239,.12), transparent 34%);
  pointer-events: none;
}
.hero-metrics article {
  padding: 18px;
}
.hero-metrics strong {
  display: block;
  color: var(--green);
  font-size: 31px;
  line-height: 1;
}
.hero-metrics span { color: var(--muted); font-weight: 700; font-size: 14px; }

.hero-panel {
  min-height: 610px;
  border-radius: 36px;
  padding: 14px;
  background: linear-gradient(135deg, rgba(166,255,22,.10), rgba(4,248,239,.10));
  border: 1px solid rgba(166,255,22,.16);
  box-shadow: var(--shadow), 0 35px 120px rgba(0,0,0,.5);
  backdrop-filter: blur(6px);
}
.arena {
  height: 100%;
  min-height: 580px;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(2,7,6,.14), rgba(2,7,6,.34)),
    radial-gradient(circle at 25% 50%, rgba(4, 8, 8, .66), transparent 32%),
    url('assets/hero/hero-bg.png');
  background-size: cover;
  background-position: 72% center;
  background-repeat: no-repeat;
}
.arena::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,5,4,.82) 0%, rgba(2,7,6,.60) 26%, rgba(2,8,7,.28) 52%, rgba(2,8,7,.18) 100%),
    repeating-linear-gradient(100deg, rgba(255,255,255,.03) 0 1px, transparent 1px 34px);
}
.player-card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(430px, 82%);
  padding: 34px;
  border-radius: 28px;
  background: rgba(4, 12, 10, .78);
  border: 1px solid rgba(4,248,239,.3);
  box-shadow: 0 0 42px rgba(4,248,239,.14), inset 0 0 24px rgba(166,255,22,.06);
  text-align: center;
}
.hud-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--green), var(--cyan), transparent);
  margin-bottom: 22px;
}
.player-card .tag {
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
}
.player-card h2 {
  font-size: clamp(34px, 4vw, 54px);
  margin: 14px 0 12px;
}
.player-card a {
  display: inline-flex;
  margin-top: 18px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #06100c;
  background: var(--green);
  font-weight: 900;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(4,248,239,.22);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.orbit-a { width: 480px; height: 480px; }
.orbit-b { width: 620px; height: 620px; border-color: rgba(166,255,22,.18); }
.mini-card {
  position: absolute;
  padding: 18px 20px;
  min-width: 130px;
  border-radius: 18px;
  background: rgba(3, 12, 10, .82);
  border: 1px solid rgba(166,255,22,.24);
}
.mini-card b { display: block; color: var(--green); font-size: 40px; line-height: 1; }
.mini-card span { color: var(--muted); font-weight: 800; }
.card-a { left: 7%; top: 16%; }
.card-b { right: 8%; top: 22%; border-color: rgba(4,248,239,.28); }
.card-c { left: 12%; bottom: 12%; }

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.scroll-cue span {
  width: 24px;
  height: 38px;
  border: 1px solid rgba(166,255,22,.32);
  border-radius: 999px;
  position: relative;
}
.scroll-cue span::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  animation: scrollDot 1.6s infinite;
}
@keyframes scrollDot {
  0% { opacity: 0; transform: translate(-50%, 0); }
  30% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 14px); }
}

.section-head {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.strategy-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.map-node {
  padding: 24px;
  min-height: 192px;
  transition: transform .18s ease, border-color .18s ease;
}
.map-node:hover {
  transform: translateY(-4px);
  border-color: rgba(4,248,239,.36);
}
.map-node span {
  color: var(--green);
  font-weight: 950;
  font-size: 13px;
  letter-spacing: .18em;
}
.map-node h3 { margin: 10px 0 8px; font-size: 25px; }
.map-node p { font-size: 15px; margin-bottom: 0; }

.cards.four {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.glass-card {
  padding: 26px;
  min-height: 230px;
}
.glass-card h3,
.objective-card h3,
.flow-card h3,
.timeline-item h3,
.creative-card h3,
.kpi-card h3 {
  font-size: clamp(22px, 2.4vw, 32px);
  margin: 18px 0 10px;
}
.glass-card p { margin: 0; }

.icon {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(166,255,22,.14), rgba(4,248,239,.12));
  border: 1px solid rgba(166,255,22,.22);
  box-shadow: inset 0 0 18px rgba(4,248,239,.08);
  position: relative;
  color: var(--green);
}
.icon::before {
  font-size: 34px;
  line-height: 1;
}
.handshake::before { content: "↔"; transform: rotate(-20deg); }
.signal::before { content: "◉"; }
.cap::before { content: "▰"; transform: rotate(-12deg); }
.globe::before { content: "◎"; }
.target::before { content: "◎"; }
.people::before { content: "●●●"; font-size: 21px; letter-spacing: -5px; }
.megaphone::before { content: "◁"; transform: rotate(180deg); }
.retarget::before { content: "↻"; }
.gamepad::before { content: "◆"; }
.crosshair::before { content: "⊕"; }
.link::before { content: "∞"; }
.play::before { content: "▶"; }
.growth::before { content: "↗"; }
.bolt::before { content: "ϟ"; }
.pin::before { content: "⌖"; }
.clock::before { content: "◴"; }
.live::before { content: "▣"; }
.bulb::before { content: "◌"; }

.objective-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, .9fr);
  gap: 18px;
}
.objective-card { padding: 26px; }
.objective-card.big { grid-row: span 2; min-height: 360px; }
.objective-card span,
.flow-card span,
.timeline-item span {
  display: inline-block;
  margin-top: 18px;
  color: var(--cyan);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
}
.objective-card h3 { color: var(--white); }
.objective-card.big h3 { font-size: clamp(36px, 4vw, 56px); color: var(--green); }
.objective-card p { margin-bottom: 0; }

.callout {
  margin-top: 24px;
  padding: 22px;
  color: var(--white);
  line-height: 1.6;
}
.callout strong {
  display: block;
  color: var(--green);
  margin-bottom: 6px;
  font-size: 20px;
}

.audience-list {
  display: grid;
  gap: 14px;
}
.audience-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line-cyan);
  border-radius: 22px;
  background: rgba(4, 18, 17, .72);
}
.audience-list h3 { margin: 0 0 6px; color: var(--cyan); }
.audience-list p { margin: 0; font-size: 16px; }

.flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.flow-card { padding: 30px; }
.flow-card h3 { color: var(--green); text-transform: uppercase; }
.flow-card ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}
.flow-card li {
  color: var(--white);
  position: relative;
  padding-left: 20px;
}
.flow-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--green);
}
.connection-bar {
  margin: 24px auto 0;
  width: min(820px, 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(4, 12, 10, .74);
  color: var(--white);
  font-weight: 800;
}

.budget-grid {
  display: grid;
  grid-template-columns: 1.1fr .95fr .95fr;
  gap: 18px;
}
.budget-card {
  padding: 34px;
  min-height: 310px;
}
.budget-card span {
  display: block;
  color: var(--green);
  font-size: clamp(72px, 9vw, 118px);
  line-height: .85;
  font-weight: 950;
  letter-spacing: -.07em;
}
.budget-card h3 {
  font-size: 25px;
  margin: 18px 0 12px;
}
.budget-card strong {
  display: block;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  color: var(--white);
}
.budget-card p { margin: 18px 0 0; }

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 9%;
  right: 9%;
  height: 2px;
  background: linear-gradient(90deg, var(--green), var(--cyan), var(--green));
  opacity: .55;
}
.timeline-item {
  padding: 34px 24px 28px;
  text-align: center;
}
.timeline-item.active {
  border-color: rgba(4,248,239,.48);
  box-shadow: 0 0 48px rgba(4,248,239,.16);
}
.timeline-item strong { color: var(--cyan); }

.lp-section {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.lp-builder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) .82fr;
  gap: 18px;
}
.lp-mockup {
  padding: 18px;
}
.mock-hero {
  min-height: 280px;
  border-radius: 22px;
  padding: 26px;
  background:
    radial-gradient(circle at 72% 30%, rgba(4,248,239,.26), transparent 24%),
    linear-gradient(135deg, rgba(166,255,22,.16), rgba(4,248,239,.08));
  border: 1px solid rgba(4,248,239,.22);
}
.mock-hero span { color: var(--green); text-transform: uppercase; font-size: 12px; font-weight: 950; letter-spacing: .16em; }
.mock-hero h3 { font-size: 48px; margin: 12px 0 8px; }
.mock-hero button,
.mock-form button {
  border: 0;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--green);
  color: #06100c;
  font-weight: 950;
  cursor: default;
}
.mock-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 14px 0;
}
.mock-grid article {
  min-height: 84px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--green);
  font-weight: 900;
  font-size: 12px;
}
.mock-form {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line-cyan);
  border-radius: 18px;
}
.mock-form strong { color: var(--green); text-transform: uppercase; text-align: center; }
.mock-form input {
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(166,255,22,.22);
  background: rgba(0,0,0,.16);
  color: var(--white);
  padding: 0 14px;
}
.lp-steps {
  display: grid;
  gap: 12px;
}
.lp-steps article {
  padding: 18px;
  font-weight: 800;
  line-height: 1.45;
}
.lp-steps b {
  display: inline-block;
  color: var(--cyan);
  font-size: 26px;
  margin-right: 10px;
}

.creative-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.creative-card {
  padding: 24px;
  min-height: 260px;
}
.creative-card h3 { color: var(--green); }

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.kpi-card {
  padding: 26px;
  min-height: 230px;
}
.kpi-card h3 { color: var(--green); }
.kpi-card strong {
  display: block;
  color: var(--white);
  font-size: 20px;
  line-height: 1.35;
}

.final-section { padding-bottom: 96px; }
.final-card {
  padding: clamp(30px, 5vw, 58px);
  text-align: center;
}
.final-card h2 { max-width: 780px; margin-left: auto; margin-right: auto; }
.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 28px auto 30px;
}
.steps span {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--white);
  background: rgba(4, 12, 10, .56);
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.delay-1 { transition-delay: .12s; }

@media (max-width: 1120px) {
  .main-nav { display: none; }
  .topbar { grid-template-columns: auto auto auto; }
  .menu-toggle {
    display: inline-grid;
    gap: 4px;
    width: 44px;
    height: 44px;
    place-content: center;
    background: rgba(4,248,239,.08);
    border: 1px solid var(--line-cyan);
    border-radius: 14px;
  }
  .menu-toggle i {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--white);
  }
  .main-nav.open {
    position: absolute;
    display: grid;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    padding: 16px;
    border-radius: 18px;
    background: rgba(3, 12, 10, .94);
    border: 1px solid var(--line);
    backdrop-filter: blur(18px);
  }
  .main-nav.open a { padding: 10px; }
  .hero-grid,
  .split,
  .lp-section,
  .lp-builder { grid-template-columns: 1fr; }
  .hero-panel { min-height: 520px; }
  .arena { min-height: 500px; }
  .objective-grid,
  .flow,
  .budget-grid,
  .timeline,
  .creative-grid,
  .kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .objective-card.big { grid-row: auto; min-height: auto; }
  .strategy-map { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .topbar {
    top: 10px;
    width: calc(100% - 20px);
    padding: 10px;
  }
  .brand .login-logo { height: 26px; }
  .brand .monster-logo { height: 22px; }
  .nav-cta { display: none; }
  main { width: calc(100% - 20px); }
  h1 { font-size: 44px; }
  h2 { font-size: 34px; }
  .section { padding: 58px 0; }
  .hero-metrics,
  .strategy-map,
  .cards.four,
  .objective-grid,
  .flow,
  .budget-grid,
  .timeline,
  .creative-grid,
  .kpi-grid,
  .mock-grid { grid-template-columns: 1fr; }
  .hero-panel { min-height: 460px; }
  .arena { min-height: 440px; }
  .orbit-a, .orbit-b { display: none; }
  .mini-card { position: static; margin: 10px; display: inline-block; }
  .player-card { width: calc(100% - 28px); }
  .timeline::before { display: none; }
  .lp-steps article { font-size: 15px; }
}

.scrolled {
  box-shadow: 0 0 30px rgba(4,248,239,.10), 0 10px 30px rgba(0,0,0,.24);
}
@media (max-width: 1120px) {
  .hero::before { background-position: 66% center; }
  .arena { background-position: 68% center; }
}
@media (max-width: 720px) {
  .hero::before {
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(2,5,4,.92) 0%, rgba(2,7,6,.84) 22%, rgba(2,8,7,.56) 56%, rgba(2,10,9,.34) 100%),
      radial-gradient(circle at 50% 18%, rgba(4,248,239,.14), transparent 26%),
      url('assets/hero/hero-bg.png');
    background-size: cover;
    background-position: 70% center;
    background-repeat: no-repeat;
  }
  .hero::after { border-radius: 24px; }
  .hero-panel {
    min-height: 360px;
    padding: 10px;
    border-radius: 24px;
  }
  .arena {
    min-height: 340px;
    border-radius: 18px;
    background-position: 74% center;
  }
  .arena::before {
    background:
      linear-gradient(180deg, rgba(2,5,4,.82) 0%, rgba(2,6,5,.50) 34%, rgba(2,8,7,.26) 100%),
      repeating-linear-gradient(100deg, rgba(255,255,255,.024) 0 1px, transparent 1px 30px);
  }
  .player-card {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    margin: 0;
    padding: 22px;
    border-radius: 20px;
  }
  .player-card h2 { font-size: 28px; }
  .player-card p { font-size: 15px; }
}


.hero {
  min-height: auto;
  padding-top: clamp(30px, 5vw, 56px);
}
.hero-shell {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  min-height: clamp(620px, 78vh, 760px);
  padding: clamp(32px, 4vw, 48px);
  background:
    linear-gradient(90deg, rgba(2,5,4,.94) 0%, rgba(3,7,7,.90) 24%, rgba(3,8,8,.76) 48%, rgba(3,9,9,.46) 74%, rgba(3,9,9,.24) 100%),
    radial-gradient(circle at 22% 32%, rgba(3,11,12,.42), transparent 24%),
    url('assets/hero/hero-bg.png');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid rgba(166,255,22,.12);
  box-shadow: var(--shadow), 0 30px 100px rgba(0,0,0,.36);
}
.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 50%, rgba(4,248,239,.16), transparent 18%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.024) 0 1px, transparent 1px 20px);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  min-height: clamp(556px, 66vh, 652px);
  align-items: stretch;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
}
.hero-copy h1 {
  font-size: clamp(38px, 4.6vw, 72px);
  max-width: 11ch;
  margin-bottom: 14px;
}
.hero-copy p {
  max-width: 600px;
}
.hero-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
  max-width: 600px;
}
.hero-list li {
  position: relative;
  padding-left: 22px;
  color: var(--white);
  font-weight: 700;
  line-height: 1.5;
}
.hero-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 0 14px rgba(4,248,239,.34);
}
.hero-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  align-items: flex-end;
}
.hero-sim-card {
  width: min(430px, 100%);
  padding: 28px;
  border-radius: 28px;
  background: rgba(4, 12, 11, .72);
  border: 1px solid rgba(4,248,239,.20);
  box-shadow: 0 0 40px rgba(0,0,0,.24), inset 0 0 24px rgba(166,255,22,.05);
  backdrop-filter: blur(14px);
}
.card-eyebrow {
  display: inline-block;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 950;
}
.hero-sim-card h2 {
  font-size: clamp(28px, 2.6vw, 48px);
  margin: 14px 0 14px;
  line-height: 1.02;
}
.hero-sim-card p {
  font-size: 16px;
  margin-bottom: 18px;
}
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: var(--white);
  font-weight: 800;
  font-size: 14px;
}
.hero-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  padding: 0 18px;
  border-radius: 999px;
  color: #06100c;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  font-weight: 900;
}
.hero-side-stats {
  width: min(430px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.hero-side-stats article {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
}
.hero-side-stats strong {
  display: block;
  color: var(--white);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1;
}
.hero-side-stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}
.scroll-cue {
  bottom: 18px;
  z-index: 1;
}
@media (max-width: 1120px) {
  .hero-shell {
    min-height: auto;
    background-position: 72% center;
  }
  .hero-grid {
    min-height: auto;
  }
  .hero-side,
  .hero-copy {
    max-width: none;
  }
  .hero-side {
    align-items: stretch;
  }
}
@media (max-width: 720px) {
  .hero-shell {
    border-radius: 24px;
    padding: 22px 18px 72px;
    background:
      linear-gradient(180deg, rgba(2,5,4,.94) 0%, rgba(3,7,7,.84) 24%, rgba(3,8,8,.60) 58%, rgba(3,9,9,.36) 100%),
      url('assets/hero/hero-bg.png');
    background-size: cover;
    background-position: 74% center;
    background-repeat: no-repeat;
  }
  .hero-grid {
    gap: 18px;
  }
  .hero-copy h1 {
    font-size: 40px;
    max-width: 12ch;
  }
  .hero-sim-card,
  .hero-side-stats {
    width: 100%;
  }
  .hero-side-stats {
    grid-template-columns: 1fr;
  }
}


:root {
  --hero-shell-pad: clamp(22px, 2.2vw, 30px);
  --hero-object-pad: clamp(20px, 2vw, 28px);
}

.hero-shell {
  padding: var(--hero-shell-pad);
  min-height: clamp(600px, 74vh, 700px);
}
.hero-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: clamp(18px, 2vw, 28px);
  min-height: clamp(520px, 62vh, 620px);
}
.hero-copy {
  max-width: none;
  min-height: 100%;
  padding: var(--hero-object-pad);
  justify-content: space-between;
}
.hero-copy h1 {
  font-size: clamp(36px, 4.2vw, 70px);
  max-width: 9.5ch;
}
.hero-copy p,
.hero-list {
  max-width: 560px;
}
.hero-actions {
  margin: 24px 0 0;
}
.hero-side {
  width: 100%;
  min-height: 100%;
  justify-content: space-between;
  gap: 14px;
}
.hero-sim-card,
.hero-side-stats {
  width: 100%;
}
.hero-sim-card {
  padding: var(--hero-object-pad);
  border-radius: 24px;
}
.hero-sim-card h2 {
  font-size: clamp(24px, 2.55vw, 44px);
  max-width: 10ch;
}
.hero-tags {
  margin-bottom: 18px;
}
.hero-side-stats article {
  padding: 16px 18px;
  min-height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-side-stats strong {
  font-size: clamp(22px, 2.2vw, 36px);
}

.map-node,
.glass-card,
.objective-card,
.flow-card,
.budget-card,
.timeline-item,
.creative-card,
.kpi-card,
.lp-steps article,
.callout,
.audience-list article {
  padding: 22px;
}

@media (max-width: 1120px) {
  .hero-shell {
    padding: 24px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-copy,
  .hero-side {
    padding: 0;
  }
  .hero-copy p,
  .hero-list {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .hero-shell {
    padding: 18px 18px 68px;
    min-height: auto;
  }
  .hero-copy h1 {
    font-size: 38px;
    max-width: 10ch;
  }
  .hero-sim-card,
  .hero-side-stats article,
  .map-node,
  .glass-card,
  .objective-card,
  .flow-card,
  .budget-card,
  .timeline-item,
  .creative-card,
  .kpi-card,
  .lp-steps article,
  .callout,
  .audience-list article {
    padding: 18px;
  }
}
