/* ==========================================================================
   BallersHQ landing — Pitch Electric
   ========================================================================== */

:root {
  --bg: #0A0E14;
  --bg-alt: #0D1219;
  --surface-1: #121820;
  --surface-2: #18202A;
  --surface-3: #1E2734;
  --border: #283548;
  --border-dashed: #334155;

  --green: #00E676;
  --green-hover: #62FF96;
  --on-green: #051B11;
  --green-tint: rgba(0, 230, 118, 0.12);
  --green-line: rgba(0, 230, 118, 0.35);
  --green-glow: 0 0 24px rgba(0, 230, 118, 0.4);
  --cyan: #06B6D4;
  --cyan-tint: rgba(6, 182, 212, 0.15);
  --emerald: #10B981;
  --amber: #F59E0B;
  --amber-tint: rgba(245, 158, 11, 0.12);

  --text: #F8FAFC;
  --text-2: #94A3B8;
  --text-3: #64748B;
  --text-4: #475569;
  --sage: #BACBB9;

  --font-body: 'Plus Jakarta Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-num: 'Space Grotesk', 'Helvetica Neue', Arial, sans-serif;

  --radius-sm: 12px;
  --radius: 16px;
  --radius-lg: 20px;
  --radius-xl: 24px;
  --radius-2xl: 28px;

  --gutter: 20px;
  --container: 1200px;
  --section-y: 120px;
  --shadow-float: 0 12px 32px -4px rgba(0, 0, 0, 0.65);
  --shadow-deep: 0 30px 80px -10px rgba(0, 0, 0, 0.7);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; text-wrap: pretty; }
a { color: var(--green); text-decoration: none; }
a:hover { color: var(--green-hover); }
button, input { font: inherit; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }

:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
  border-radius: 8px;
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 100;
  padding: 10px 16px; border-radius: 9999px;
  background: var(--green); color: var(--on-green); font-weight: 700;
}
.skip-link:focus { top: 12px; color: var(--on-green); }

/* ---------- Layout ---------- */
.container { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { padding-block: var(--section-y); position: relative; }
.section--alt { background: var(--bg-alt); border-block: 1px solid #18202A; }
.section--top-line { border-top: 1px solid #18202A; }
.stack { display: flex; flex-direction: column; }
.gap-8 { gap: 8px; } .gap-12 { gap: 12px; } .gap-14 { gap: 14px; } .gap-16 { gap: 16px; }
.gap-24 { gap: 24px; } .gap-28 { gap: 28px; } .gap-36 { gap: 36px; } .gap-56 { gap: 56px; }

.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.span-2 { grid-column: span 2; }
.span-3 { grid-column: span 3; }

.split { display: flex; align-items: center; gap: 96px; }
.split > .split__copy { flex: 1 1 0; min-width: 0; }
.split > .split__media { flex: 0 0 500px; max-width: 100%; }
.split--media-left > .split__media { order: -1; }

.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 80px; }
.section-head--center { flex-direction: column; align-items: center; text-align: center; gap: 16px; }

/* ---------- Type ---------- */
.sg { font-family: var(--font-num); font-feature-settings: 'tnum'; }
.caps {
  font-family: var(--font-num); font-size: 12px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.2;
}
.eyebrow { color: var(--green); }
.eyebrow--cyan { color: var(--cyan); }
.eyebrow--muted { color: var(--text-3); }
.h1 { font-size: 76px; line-height: 80px; font-weight: 800; letter-spacing: -0.035em; }
.h2 { font-size: 52px; line-height: 58px; font-weight: 800; letter-spacing: -0.03em; }
.h2--md { font-size: 48px; line-height: 54px; }
.h2--sm { font-size: 40px; line-height: 48px; }
.h3 { font-size: 22px; line-height: 30px; font-weight: 700; }
.h3--lg { font-size: 28px; line-height: 36px; letter-spacing: -0.02em; }
.h3--sm { font-size: 20px; line-height: 28px; }
.lead { font-size: 18px; line-height: 28px; color: var(--text-2); }
.lead--hero { font-size: 19px; line-height: 30px; max-width: 560px; }
.body { font-size: 15px; line-height: 24px; color: var(--text-2); }
.body-sm { font-size: 14px; line-height: 21px; color: var(--text-2); }
.text-green { color: var(--green); }
.text-muted { color: var(--text-2); }
.text-strong { color: var(--text); font-weight: 700; }
.max-560 { max-width: 560px; } .max-400 { max-width: 400px; } .max-700 { max-width: 700px; } .max-720 { max-width: 720px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 46px; padding: 0 24px; border-radius: 9999px; border: 1px solid transparent;
  font-family: var(--font-num); font-weight: 700; font-size: 15px; line-height: 1;
  cursor: pointer; white-space: nowrap;
  transition: transform 0.12s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.btn:active { transform: scale(0.98); }
.btn--primary { background: var(--green); color: var(--on-green); box-shadow: 0 0 24px rgba(0, 230, 118, 0.35); }
.btn--primary:hover { background: var(--green-hover); color: var(--on-green); box-shadow: var(--green-glow); }
.btn--outline { border-color: var(--green); color: var(--green); background: transparent; }
.btn--lg { height: 56px; font-size: 17px; padding: 0 28px; }
.btn--md { height: 54px; font-size: 16px; padding: 0 28px; }
.btn--block { width: 100%; }
.btn[disabled] { opacity: 0.7; cursor: progress; transform: none; }

/* ---------- Badges & chips ---------- */
.badge {
  display: inline-flex; align-items: center; gap: 6px; height: 24px; padding: 0 10px;
  border-radius: 9999px; font-family: var(--font-num); font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap;
}
.badge--sm { height: 22px; padding: 0 8px; font-size: 10px; }
.badge--xs { height: 18px; padding: 0 6px; font-size: 9px; }
.badge--green { background: var(--green-tint); color: var(--green); }
.badge--solid { background: var(--green); color: var(--on-green); }
.badge--cyan { background: var(--cyan-tint); color: var(--cyan); }
.badge--amber { background: var(--amber-tint); color: var(--amber); }
.badge--emerald { background: rgba(16, 185, 129, 0.15); color: var(--emerald); }
.badge--neutral { background: var(--surface-3); color: var(--text-2); }

.pill-live {
  display: inline-flex; align-items: center; gap: 10px; align-self: flex-start;
  height: 34px; padding: 0 14px; border-radius: 9999px;
  border: 1px solid var(--green-line); background: rgba(0, 230, 118, 0.08); color: var(--green);
}
.dot { width: 8px; height: 8px; border-radius: 9999px; background: var(--green); box-shadow: 0 0 10px var(--green); flex-shrink: 0; }

/* ---------- Cards ---------- */
.card { background: var(--surface-1); border: 1px solid var(--border); border-radius: var(--radius-lg); }
.card--xl { border-radius: var(--radius-xl); }
.card--pad { padding: 28px; }
.card--pad-lg { padding: 32px; }
.card--soon { background: var(--bg-alt); border: 1px dashed var(--border-dashed); }
.card--glow { background: radial-gradient(ellipse 420px 300px at 100% 100%, rgba(0, 230, 118, 0.14), rgba(0, 230, 118, 0) 70%), var(--surface-1); }
.inner { background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius); }

.icon-tile {
  width: 48px; height: 48px; flex-shrink: 0; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: var(--green-tint); color: var(--green);
}
.icon-tile--neutral { background: var(--surface-3); color: var(--text-2); }
.icon-tile--amber { background: var(--amber-tint); color: var(--amber); }
.icon-tile--round { border-radius: 9999px; width: 52px; height: 52px; }
.icon-tile--solid { background: var(--green); color: var(--on-green); box-shadow: 0 0 20px -2px rgba(0, 230, 118, 0.5); }
.row-between { display: flex; align-items: center; justify-content: space-between; gap: 12px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10, 14, 20, 0.88);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid #18202A;
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 90px; }
.nav__logo img { height: 30px; width: auto; }
.nav__links { display: flex; align-items: center; gap: 40px; }
.nav__links a { color: var(--text-2); font-size: 15px; font-weight: 500; }
.nav__links a:hover { color: var(--text); }
.nav__actions { display: flex; align-items: center; gap: 8px; }
.nav__toggle {
  display: none; width: 44px; height: 44px; border: 0; background: transparent;
  align-items: center; justify-content: center; cursor: pointer; border-radius: 12px;
}
.nav__join-sm { display: none; }
.mobile-menu {
  display: none; border-top: 1px solid #18202A; background: var(--bg);
  padding: 8px var(--gutter) 20px;
}
.mobile-menu.is-open { display: block; }
.mobile-menu a { display: block; padding: 14px 0; color: var(--text); font-size: 17px; font-weight: 600; border-bottom: 1px solid #18202A; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; padding-block: 88px 110px;
  background:
    radial-gradient(ellipse 900px 560px at 78% 18%, rgba(0, 230, 118, 0.16), rgba(0, 230, 118, 0) 70%),
    radial-gradient(ellipse 600px 400px at 8% 100%, rgba(6, 182, 212, 0.10), rgba(6, 182, 212, 0) 70%),
    var(--bg);
}
.hero__lines { position: absolute; right: 40px; top: 0; width: 800px; height: 820px; opacity: 0.07; pointer-events: none; }
.hero__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 64px; }
.hero__copy { flex: 0 1 640px; min-width: 0; display: flex; flex-direction: column; gap: 28px; }
.hero__media { position: relative; flex: 0 0 460px; height: 660px; display: flex; justify-content: center; }

/* Waitlist form */
.waitlist {
  display: flex; flex-direction: column; gap: 14px; padding: 20px;
  border-radius: var(--radius-lg); background: var(--surface-1); border: 1px solid var(--border);
  box-shadow: var(--shadow-float);
}
.waitlist__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.waitlist__label { font-size: 14px; font-weight: 600; margin: 0; padding: 0; }
.waitlist fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.segmented {
  display: inline-grid; grid-template-columns: repeat(2, auto); gap: 4px; padding: 4px;
  border-radius: 9999px; background: var(--bg); border: 1px solid var(--border);
}
.segmented label { position: relative; cursor: pointer; }
.segmented input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.segmented span {
  display: flex; align-items: center; justify-content: center; height: 36px; padding: 0 18px;
  border-radius: 9999px; color: var(--text-2); font-size: 14px; font-weight: 600; white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.segmented input:checked + span { background: var(--green); color: var(--on-green); font-weight: 700; }
.segmented input:focus-visible + span { outline: 2px solid var(--green); outline-offset: 2px; }
.waitlist__fields { display: flex; gap: 12px; }
.input {
  width: 100%; height: 54px; padding: 0 18px; border-radius: var(--radius-sm);
  background: var(--bg); border: 1px solid var(--border); color: var(--text); font-size: 15px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.input::placeholder { color: var(--text-4); }
.input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(0, 230, 118, 0.15); }
.input[aria-invalid="true"] { border-color: #F87171; box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.15); }
.field--email { flex: 1 1 auto; min-width: 0; }
.field--phone { flex: 0 0 200px; }
.waitlist__note { font-size: 13px; color: var(--text-3); text-align: center; }
.form-status { font-size: 14px; line-height: 21px; text-align: center; min-height: 0; }
.form-status:empty { display: none; }
.form-status--error { color: #FCA5A5; }
.form-status--success { color: var(--green); }
.waitlist-success {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 12px 8px;
}
.waitlist-success__icon {
  width: 52px; height: 52px; border-radius: 9999px; background: var(--green); color: var(--on-green);
  display: flex; align-items: center; justify-content: center; box-shadow: var(--green-glow);
}
.waitlist-success h3 { font-size: 20px; line-height: 28px; }

/* Phone mock */
.phone-glow { position: absolute; left: 60px; top: 40px; width: 340px; height: 600px; border-radius: 9999px; background: rgba(0, 230, 118, 0.22); filter: blur(90px); }
.phone {
  position: relative; width: 320px; height: 656px; border-radius: 48px; background: var(--bg);
  border: 8px solid var(--surface-3); box-shadow: 0 30px 80px -10px rgba(0, 0, 0, 0.8), inset 0 0 0 1px var(--border);
  overflow: hidden; display: flex; flex-direction: column; gap: 12px; padding: 44px 14px 14px;
}
.phone__title { font-size: 16px; font-weight: 700; }
.phone__ref { font-size: 10px; color: var(--text-2); }
.confirm-banner {
  display: flex; gap: 10px; align-items: center; padding: 12px; border-radius: 14px;
  background: linear-gradient(90deg, rgba(0, 230, 118, 0.22), rgba(0, 230, 118, 0.04));
  border: 1px solid var(--green-line);
}
.check-circle {
  width: 34px; height: 34px; border-radius: 9999px; background: var(--green); color: var(--on-green);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.arena-card { overflow: hidden; }
.arena-card__media {
  position: relative; height: 118px;
  background:
    radial-gradient(ellipse 160px 60px at 30% 0%, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 70%),
    radial-gradient(ellipse 160px 60px at 80% 0%, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 70%),
    linear-gradient(180deg, #0F2A1C 0%, #0B6B3A 100%);
}
.arena-card__media svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.arena-card__media .badge { position: absolute; right: 10px; top: 10px; }
.arena-card__body { padding: 12px; display: flex; flex-direction: column; gap: 8px; }
.qr-ticket { display: flex; gap: 12px; align-items: center; padding: 12px; border-radius: 16px; background: var(--text); color: var(--bg); }
.qr-ticket svg { width: 76px; height: 76px; }
.qr-ticket .caps { color: var(--text-4); font-size: 10px; }
.float-chip {
  position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 16px;
  border-radius: 16px; background: var(--surface-1); border: 1px solid var(--border); box-shadow: var(--shadow-float);
}
.float-chip--hero { left: -56px; top: 190px; }
.chip-icon { width: 36px; height: 36px; border-radius: 9999px; background: var(--cyan-tint); color: var(--cyan); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* Avatars */
.avatars { display: flex; }
.avatar {
  width: 32px; height: 32px; border-radius: 9999px; border: 2px solid var(--surface-2);
  display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0;
}
.avatars .avatar + .avatar { margin-left: -8px; }
.avatar--sm { width: 28px; height: 28px; font-size: 10px; }
.avatar--md { width: 34px; height: 34px; font-size: 12px; border: 0; }
.avatar--green { background: #0B6B3A; }
.avatar--teal { background: #155E75; }
.avatar--violet { background: #6D28D9; }
.avatar--muted { background: var(--surface-3); color: var(--text-2); }
.avatar--dashed { background: var(--surface-1); border: 2px dashed var(--text-4); color: var(--text-2); }

/* ---------- Founding arenas ---------- */
.founders { padding-block: 36px; background: var(--bg-alt); border-block: 1px solid #18202A; }
.founders__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.founders__label { flex: 0 0 180px; }
.founders__logos { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; flex: 1 1 auto; }
.logo-slot {
  height: 48px; border-radius: var(--radius-sm); border: 1px dashed var(--border);
  display: flex; align-items: center; justify-content: center; color: var(--text-4); font-size: 13px; font-weight: 600;
}

/* ---------- Problem cards ---------- */
.problem-card { display: flex; flex-direction: column; overflow: hidden; }
.problem-card__body { padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.problem-card__fix {
  margin-top: auto; padding: 20px 28px; display: flex; gap: 12px; align-items: center;
  background: rgba(0, 230, 118, 0.06); border-top: 1px solid rgba(0, 230, 118, 0.2);
  font-size: 15px; font-weight: 600;
}

/* ---------- How it works ---------- */
.step-card { display: flex; flex-direction: column; gap: 16px; padding: 28px; }
.step-card__num { font-family: var(--font-num); font-size: 40px; font-weight: 700; color: var(--surface-3); line-height: 1; }

/* ---------- Players bento ---------- */
.feature-hero { display: flex; gap: 32px; padding: 36px; overflow: hidden; }
.feature-hero__copy { flex: 0 0 340px; display: flex; flex-direction: column; gap: 14px; }
.feature-hero__mock { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 12px; align-self: center; }
.feature-card { display: flex; flex-direction: column; gap: 14px; padding: 32px; }
.feature-card__foot { margin-top: auto; }
.game-card { display: flex; flex-direction: column; gap: 12px; padding: 18px; border-radius: 18px; }
.price-bar {
  height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 6px 0 16px;
  border-radius: 9999px; background: var(--bg); border: 1px solid var(--border);
}
.price-bar__btn { height: 34px; padding: 0 16px; display: flex; align-items: center; border-radius: 9999px; background: var(--green); color: var(--on-green); font-size: 13px; font-weight: 700; }
.list-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px; border-radius: var(--radius-sm); }
.rating { display: grid; grid-template-columns: 64px minmax(0, 1fr) 28px; gap: 6px 10px; align-items: center; font-size: 12px; color: var(--text-2); }
.bar { height: 6px; border-radius: 9999px; background: var(--surface-3); overflow: hidden; }
.bar__fill { display: block; height: 100%; border-radius: 9999px; background: var(--green); }
.w-50 { width: 50%; } .w-82 { width: 82%; } .w-88 { width: 88%; } .w-92 { width: 92%; }

/* ---------- Steps (chip-in, claim) ---------- */
.steps { display: flex; flex-direction: column; gap: 24px; }
.step { display: flex; gap: 18px; }
.step__num {
  width: 44px; height: 44px; flex-shrink: 0; border-radius: 9999px; background: var(--green-tint); color: var(--green);
  display: flex; align-items: center; justify-content: center; font-family: var(--font-num); font-size: 16px; font-weight: 700;
}
.step__num--active { background: var(--green); color: var(--on-green); box-shadow: 0 0 20px -2px rgba(0, 230, 118, 0.5); }
.step__title { font-size: 19px; font-weight: 700; line-height: 1.4; }
.soon-strip {
  display: flex; align-items: center; gap: 16px; padding: 18px 22px; border-radius: 18px;
  background: var(--bg-alt); border: 1px dashed var(--border-dashed); font-size: 15px; line-height: 23px; color: var(--text-2);
}

.glow-left { background: radial-gradient(ellipse 760px 520px at 15% 50%, rgba(0, 230, 118, 0.12), rgba(0, 230, 118, 0) 70%), var(--bg); }
.glow-right { background: radial-gradient(ellipse 800px 520px at 85% 50%, rgba(0, 230, 118, 0.14), rgba(0, 230, 118, 0) 70%), var(--bg-alt); }
.glow-cyan { background: radial-gradient(ellipse 700px 500px at 0% 50%, rgba(6, 182, 212, 0.10), rgba(6, 182, 212, 0) 70%), var(--bg-alt); }

/* Panel mocks */
.panel {
  display: flex; flex-direction: column; gap: 14px; padding: 24px; border-radius: var(--radius-2xl);
  background: var(--surface-1); border: 1px solid var(--border); box-shadow: var(--shadow-deep);
}
.panel__title { font-size: 18px; font-weight: 700; }
.progress { height: 10px; border-radius: 9999px; background: var(--surface-3); overflow: hidden; }
.progress .bar__fill { box-shadow: 0 0 12px var(--green); }
.contrib { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-radius: 14px; }
.contrib--open { border: 1px dashed var(--border-dashed); }
.contrib__main { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; }
.plus-ring { width: 34px; height: 34px; border-radius: 9999px; border: 1px dashed var(--text-4); display: flex; align-items: center; justify-content: center; color: var(--text-2); flex-shrink: 0; }
.share-btn { height: 34px; padding: 0 14px; display: flex; align-items: center; gap: 6px; border-radius: 9999px; background: var(--green); color: var(--on-green); font-size: 13px; font-weight: 700; flex-shrink: 0; }
.payfor { display: flex; flex-direction: column; gap: 10px; padding: 14px; border-radius: var(--radius); background: var(--bg); border: 1px solid var(--border); }
.payfor__opts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.payfor__opt {
  height: 56px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  border-radius: var(--radius-sm); font-size: 13px; font-weight: 600; white-space: nowrap;
  background: var(--surface-2); border: 1px solid var(--border); color: var(--text-1);
}
.payfor__amt { color: var(--text-2); font-weight: 500; }
.payfor__cta {
  height: 48px; display: flex; align-items: center; justify-content: center; gap: 4px; border-radius: 9999px;
  background: var(--green); color: var(--on-green); font-family: var(--font-num); font-weight: 700; font-size: 15px;
}
.payfor__opt--on { background: var(--green-tint); border-color: var(--green); color: var(--green); font-weight: 700; }
.payfor__opt--on .payfor__amt { color: var(--green); font-weight: 700; }
.show-sm { display: none; }
.live-strip {
  display: flex; align-items: center; gap: 16px; padding: 18px 22px; border-radius: 18px;
  background: rgba(0, 230, 118, 0.06); border: 1px solid rgba(0, 230, 118, 0.3); font-size: 15px; line-height: 23px; color: var(--text-2);
}
.live-strip__icon { width: 40px; height: 40px; flex-shrink: 0; border-radius: 9999px; background: var(--green-tint); color: var(--green); display: flex; align-items: center; justify-content: center; }
.segmented-mock { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; padding: 4px; border-radius: 9999px; background: var(--bg); border: 1px solid var(--border); }
.segmented-mock span { height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 9999px; color: var(--text-2); font-size: 13px; font-weight: 600; }
.segmented-mock .is-on { background: var(--green); color: var(--on-green); font-weight: 700; }
.stepper { display: flex; align-items: center; justify-content: space-between; }
.stepper__btn { width: 36px; height: 36px; border-radius: 10px; background: var(--surface-3); display: flex; align-items: center; justify-content: center; color: var(--text-2); }
.stepper__btn--plus { color: var(--green); }
.earn-row {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px; border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(0, 230, 118, 0.18), rgba(0, 230, 118, 0.04)); border: 1px solid var(--green-line);
}
.fake-btn { height: 52px; display: flex; align-items: center; justify-content: center; border-radius: 9999px; background: var(--green); color: var(--on-green); font-family: var(--font-num); font-weight: 700; font-size: 16px; box-shadow: var(--green-glow); }

/* Arena dashboard */
.request { display: flex; flex-direction: column; gap: 12px; padding: 16px; border-radius: var(--radius); background: var(--surface-2); border: 1px solid rgba(245, 158, 11, 0.4); }
.btn-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.btn-pair span { height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 9999px; font-size: 14px; }
.btn-pair .ghost { background: var(--surface-3); border: 1px solid var(--border); font-weight: 600; }
.btn-pair .go { background: var(--green); color: var(--on-green); font-weight: 700; }
.slots { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.slot { height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 10px; font-family: var(--font-num); font-size: 13px; font-weight: 600; }
.slot--booked { background: var(--green-tint); color: var(--green); }
.slot--blocked { background: var(--bg); color: var(--text-4); text-decoration: line-through; }
.slot--pending { background: var(--amber-tint); color: var(--amber); }
.legend { display: flex; gap: 16px; font-size: 12px; color: var(--text-2); flex-wrap: wrap; }
.legend span { display: flex; align-items: center; gap: 6px; }
.legend i { width: 8px; height: 8px; border-radius: 9999px; display: block; }
.ghost-pill { height: 40px; padding: 0 16px; display: flex; align-items: center; gap: 8px; border-radius: 9999px; background: var(--surface-3); border: 1px solid var(--border); font-size: 13px; font-weight: 600; }
.benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 32px; }
.benefit { display: flex; gap: 14px; }
.benefit svg { color: var(--cyan); }
.benefit__title { font-size: 16px; font-weight: 700; }

/* ---------- Sports ---------- */
.sports { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 1000px; }
.sport {
  height: 46px; padding: 0 22px; display: flex; align-items: center; border-radius: 9999px;
  background: var(--surface-2); border: 1px solid var(--border); font-size: 16px; font-weight: 600;
}
.sport--on { background: var(--green); color: var(--on-green); border-color: var(--green); font-weight: 700; box-shadow: 0 0 20px -2px rgba(0, 230, 118, 0.35); }
.sport--more { background: transparent; border-style: dashed; color: var(--text-2); }

/* ---------- Trust ---------- */
.trust { padding: 56px; border-radius: var(--radius-2xl); }
.trust__item { display: flex; flex-direction: column; gap: 12px; }
.trust__item svg { color: var(--green); }
.trust__title { font-size: 17px; font-weight: 700; }

/* ---------- FAQ ---------- */
.faq { display: flex; gap: 96px; }
.faq__head { flex: 0 0 380px; display: flex; flex-direction: column; gap: 16px; align-self: flex-start; position: sticky; top: 120px; }
.faq__list { flex: 1 1 auto; min-width: 0; }
.faq details { border-bottom: 1px solid var(--border); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding: 24px 0; font-size: 19px; font-weight: 700; line-height: 1.4;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .faq__icon { color: var(--text-2); transition: transform 0.2s ease, color 0.2s ease; flex-shrink: 0; }
.faq details[open] summary .faq__icon { transform: rotate(45deg); color: var(--green); }
.faq details p { padding: 0 0 24px; font-size: 16px; line-height: 26px; color: var(--text-2); max-width: 640px; margin-top: -10px; }

/* ---------- Final CTA ---------- */
.cta {
  position: relative; overflow: hidden; padding: 80px; border-radius: 32px; text-align: center;
  background: radial-gradient(ellipse 700px 380px at 50% 0%, rgba(0, 230, 118, 0.30), rgba(0, 230, 118, 0) 70%), #0F2A1C;
  border: 1px solid var(--green-line); display: flex; flex-direction: column; align-items: center; gap: 24px;
}
.cta__lines { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.12; pointer-events: none; }
.cta > *:not(.cta__lines) { position: relative; }
.cta__title { font-size: 60px; line-height: 64px; font-weight: 800; letter-spacing: -0.035em; max-width: 820px; }
.cta__lead { font-size: 18px; line-height: 28px; color: var(--sage); max-width: 560px; }
.cta-form { width: min(620px, 100%); }
.inline-form {
  display: flex; gap: 12px; padding: 8px; border-radius: 9999px; background: var(--bg); border: 1px solid var(--border);
}
.inline-form .input { height: 52px; border: 0; background: transparent; border-radius: 9999px; padding: 0 20px; font-size: 16px; }
.inline-form .input:focus { box-shadow: none; }
.inline-form:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(0, 230, 118, 0.15); }
.inline-form .btn { height: 52px; }
.cta .form-status { margin-top: 12px; }

/* ---------- Footer ---------- */
.site-footer { padding-block: 48px 56px; border-top: 1px solid #18202A; }
.footer__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; }
.footer__brand img { height: 26px; width: auto; }
.footer__cols { display: flex; gap: 80px; }
.footer__col { display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
.footer__col a, .footer__col span { color: var(--text-2); display: flex; align-items: center; gap: 8px; }
.footer__col a:hover { color: var(--text); }
.footer__col .caps { font-size: 11px; color: var(--text-4); }
.footer__bottom { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding-top: 24px; margin-top: 36px; border-top: 1px solid #18202A; font-size: 13px; color: var(--text-4); }

/* ---------- 404 ---------- */
.notfound { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; text-align: center; padding: 40px var(--gutter);
  background: radial-gradient(ellipse 600px 400px at 50% 20%, rgba(0, 230, 118, 0.16), rgba(0, 230, 118, 0) 70%), var(--bg); }
.notfound__code { font-family: var(--font-num); font-size: 120px; line-height: 1; font-weight: 700; color: var(--green); letter-spacing: -0.04em; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1180px) {
  .split { gap: 56px; }
  .split > .split__media { flex-basis: 440px; }
  .faq { gap: 56px; }
  .faq__head { flex-basis: 300px; }
  .footer__cols { gap: 48px; }
  .hero__media { flex-basis: 400px; }
  .float-chip--hero { left: -20px; }
}

@media (max-width: 1024px) {
  :root { --section-y: 88px; }
  .h1 { font-size: 60px; line-height: 64px; }
  .h2 { font-size: 42px; line-height: 48px; }
  .h2--md { font-size: 40px; line-height: 46px; }
  .hero__inner { flex-direction: column; align-items: stretch; }
  .hero__copy { flex-basis: auto; }
  .hero__media { flex-basis: auto; align-self: center; width: 460px; max-width: 100%; }
  .split { flex-direction: column; align-items: stretch; }
  .split > .split__media { flex-basis: auto; width: 100%; max-width: 560px; align-self: center; }
  .split--media-left > .split__media { order: 0; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 .span-2, .grid-3 .span-3 { grid-column: span 2; }
  .feature-hero { flex-direction: column; }
  .feature-hero__copy { flex-basis: auto; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .section-head--center { align-items: center; }
  .trust .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq { flex-direction: column; gap: 24px; }
  .faq__head { position: static; flex-basis: auto; }
  .founders__inner { flex-direction: column; align-items: stretch; gap: 14px; }
  .founders__label { flex-basis: auto; text-align: center; }
  .footer__top { flex-direction: column; }
  .cta__title { font-size: 48px; line-height: 52px; }
}

@media (max-width: 900px) {
  .nav { height: 72px; }
  .nav__logo img { height: 22px; }
  .nav__links, .nav__join-lg { display: none; }
  .nav__toggle { display: inline-flex; }
  .nav__join-sm { display: inline-flex; height: 40px; padding: 0 16px; font-size: 14px; }
}

@media (max-width: 768px) {
  :root { --section-y: 64px; }
  .h1 { font-size: 46px; line-height: 50px; }
  .h2, .h2--md, .h2--sm { font-size: 32px; line-height: 38px; }
  .h3--lg { font-size: 22px; line-height: 30px; }
  .lead, .lead--hero { font-size: 16px; line-height: 25px; }
  .gap-56 { gap: 28px; }
  .gap-36 { gap: 28px; }

  .hero { padding-block: 40px 48px; background: radial-gradient(ellipse 400px 360px at 80% 8%, rgba(0, 230, 118, 0.18), rgba(0, 230, 118, 0) 70%), var(--bg); }
  .hero__lines { display: none; }
  .hero__inner { gap: 32px; }
  .hero__copy { gap: 22px; }
  .pill-live { height: 30px; padding: 0 12px; gap: 8px; }
  .pill-live .caps { font-size: 11px; }
  .waitlist { padding: 16px; gap: 12px; }
  .waitlist__top { flex-direction: column; align-items: stretch; }
  .segmented { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .segmented span { height: 40px; }
  .waitlist__fields { flex-direction: column; }
  .field--phone { flex-basis: auto; }
  .input { height: 50px; padding: 0 16px; }
  .waitlist .btn--lg { height: 54px; font-size: 16px; }
  .waitlist__note { font-size: 12px; }

  .hero__media { height: 400px; width: 100%; overflow: hidden; }
  .hero__media::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 80px; background: linear-gradient(180deg, rgba(10, 14, 20, 0), var(--bg)); }
  .phone-glow { left: 50%; transform: translateX(-50%); width: 250px; height: 360px; filter: blur(70px); }
  .phone { width: 280px; height: 560px; border-radius: 42px; border-width: 7px; padding: 36px 12px 12px; gap: 10px; }
  .float-chip--hero { display: none; }
  .arena-card__media { height: 96px; }
  .qr-ticket svg { width: 64px; height: 64px; }

  .founders { padding-block: 24px; }
  .founders__logos { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .founders__logos .logo-slot:nth-child(n+4) { display: none; }
  .logo-slot { height: 40px; font-size: 11px; }

  .grid-3, .grid-4, .grid-2 { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .grid-3 .span-2, .grid-3 .span-3 { grid-column: auto; }
  .card--pad, .card--pad-lg, .feature-card { padding: 20px; }
  .feature-hero { padding: 22px; gap: 14px; }
  .problem-card__body { padding: 20px; gap: 8px; }
  .problem-card__body .icon-tile { display: none; }
  .problem-card__fix { padding: 14px 20px; font-size: 14px; }
  .h3 { font-size: 19px; line-height: 26px; }

  /* How it works: vertical timeline */
  .how .grid-4 { gap: 0; }
  .how .step-card { flex-direction: row; gap: 16px; padding: 0 0 24px; background: none; border: 0; border-radius: 0; position: relative; }
  .how .step-card:not(:last-child)::before { content: ''; position: absolute; left: 19px; top: 46px; bottom: 6px; width: 2px; background: var(--border); }
  .how .step-card .row-between { flex: 0 0 40px; flex-direction: column; justify-content: flex-start; }
  .how .step-card .icon-tile { width: 40px; height: 40px; }
  .how .step-card .icon-tile svg { width: 20px; height: 20px; }
  .how .step-card__num { display: none; }
  .how .step-card__text { display: flex; flex-direction: column; gap: 4px; padding-top: 6px; }
  .how .h3--sm { font-size: 18px; line-height: 24px; }
  .how .body { font-size: 14px; line-height: 22px; }

  .steps { gap: 18px; }
  .step { gap: 14px; }
  .step__num { width: 36px; height: 36px; font-size: 14px; }
  .step__title { font-size: 16px; }
  .step .body { font-size: 14px; line-height: 21px; }
  .soon-strip { flex-direction: column; align-items: flex-start; gap: 8px; padding: 16px 18px; font-size: 14px; line-height: 22px; }
  .live-strip { padding: 16px 18px; font-size: 14px; line-height: 22px; }
  .live-strip__icon { display: none; }

  .panel { padding: 16px; border-radius: 22px; gap: 12px; }
  .payfor__opt { font-size: 13px; }
  .earn-row .sg { font-size: 26px !important; }
  .benefits { grid-template-columns: minmax(0, 1fr); gap: 18px; }

  .sports-section { padding-block: 48px; }
  .sports-section .stack { align-items: flex-start; }
  .sports { justify-content: flex-start; gap: 8px; }
  .sport { height: 40px; padding: 0 16px; font-size: 14px; }
  .sport--extra { display: none; }

  .trust { padding: 24px; border-radius: 22px; }
  .trust .section-head { gap: 8px; }
  .trust .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; }
  .trust__item { gap: 8px; }
  .trust__title { font-size: 14px; }
  .trust__item .body-sm { font-size: 13px; line-height: 19px; }
  .trust__head-copy { display: none; }

  .faq summary { font-size: 16px; padding: 18px 0; gap: 16px; }
  .faq details p { font-size: 14px; line-height: 22px; padding-bottom: 18px; margin-top: -6px; }

  .cta { padding: 36px 22px; border-radius: 24px; gap: 16px; }
  .cta__title { font-size: 32px; line-height: 36px; }
  .cta__lead { font-size: 15px; line-height: 23px; }
  .inline-form { flex-direction: column; padding: 0; border: 0; background: none; border-radius: 0; gap: 12px; }
  .inline-form:focus-within { box-shadow: none; }
  .inline-form .input { height: 50px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 0 16px; }
  .inline-form .input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(0, 230, 118, 0.15); }
  .inline-form .btn { height: 54px; width: 100%; }

  .site-footer { padding-block: 32px 40px; }
  .footer__cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; width: 100%; }
  .footer__col--product { display: none; }
  .footer__bottom { flex-direction: column; margin-top: 24px; font-size: 12px; }
}

@media (max-width: 380px) {
  .h1 { font-size: 40px; line-height: 44px; }
  .payfor__opt { font-size: 12px; }
  .segmented span { padding: 0 10px; }
}

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

/* ---------- Icons & utilities ---------- */
.ic { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.ic--bold { stroke-width: 2.2; }
.ic--heavy { stroke-width: 2.6; }
.t-10 { font-size: 10px; } .t-11 { font-size: 11px; } .t-12 { font-size: 12px; } .t-13 { font-size: 13px; }
.t-14 { font-size: 14px; } .t-15 { font-size: 15px; } .t-16 { font-size: 16px; } .t-17 { font-size: 17px; }
.t-18 { font-size: 18px; } .t-20 { font-size: 20px; } .t-22 { font-size: 22px; } .t-24 { font-size: 24px; }
.t-26 { font-size: 26px; } .t-32 { font-size: 32px; letter-spacing: -0.03em; } .t-36 { font-size: 36px; line-height: 42px; letter-spacing: -0.03em; }
.fw-5 { font-weight: 500; } .fw-6 { font-weight: 600; } .fw-7 { font-weight: 700; }
.c-2 { color: var(--text-2); } .c-3 { color: var(--text-3); } .c-4 { color: var(--text-4); }
.c-green { color: var(--green); } .c-amber { color: var(--amber); } .c-cyan { color: var(--cyan); } .c-sage { color: var(--sage); } .c-text { color: var(--text); }
.col { display: flex; flex-direction: column; } .col-2 { display: flex; flex-direction: column; gap: 2px; } .col-4 { display: flex; flex-direction: column; gap: 4px; }
.row { display: flex; align-items: center; } .row-6 { display: flex; align-items: center; gap: 6px; } .row-10 { display: flex; align-items: center; gap: 10px; } .row-16 { display: flex; align-items: center; gap: 16px; } .row-20 { display: flex; align-items: center; gap: 20px; }
.mt-auto { margin-top: auto; }
.grow { flex: 1 1 auto; min-width: 0; }
.center { text-align: center; }

/* ---------- Component extras ---------- */
ol { margin: 0; padding: 0; list-style: none; }
.gap-4 { gap: 4px; }
.waitlist fieldset.waitlist__top { display: flex; }
.waitlist__label { float: left; }
.squad-row { padding: 12px; }
.fake-btn--sm { height: 48px; font-size: 14px; gap: 8px; box-shadow: none; }
.list-row--lg { padding: 12px 18px; border-radius: 14px; }
.rating-card { padding: 14px; border-radius: 14px; }
.panel-pad { padding: 16px; }
.panel-pad-sm { padding: 14px 16px; }
.legend--green { background: var(--green); } .legend--grey { background: var(--text-4); } .legend--amber { background: var(--amber); }
.sports-wrap { align-items: center; }
.section--cta { padding-block: var(--section-y) 100px; }
.arena-cta { flex-wrap: wrap; }
.trust-grid { gap: 32px; }
.split--arenas > .split__media { flex-basis: 520px; }
.split--arenas .panel { padding: 24px; }
@media (max-width: 768px) {
  .grid.keep-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .sports-wrap { align-items: flex-start; }
  .arena-cta .btn { width: 100%; }
  .arena-cta > span { display: none; }
  .section--cta { padding-block: 48px; }
  .squad-row { padding: 10px; }
  .earn-row { padding: 14px; }
  .hero__media .fake-btn--sm { display: none; }
  .list-row--lg { display: none; }
  .t-36 { font-size: 30px; line-height: 36px; }
}
@media (max-width: 768px) {
  .footer__cols { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); }
  .footer__col a, .footer__col span { overflow-wrap: anywhere; min-width: 0; }
  .footer__col .ic { display: none; }
}

/* ---------- Fixes from visual QA ---------- */
.footer__brand { align-items: flex-start; }
.footer__brand img, .nav__logo img { width: auto; }
.step-card__text { display: flex; flex-direction: column; gap: 16px; }
.hide-sm { display: inline; }
@media (max-width: 1024px) {
  .split--arenas { gap: 28px; }
  .split--arenas .split__copy { display: contents; }
  .split--arenas .split__copy > .stack { order: 0; }
  .split--arenas > .split__media { order: 1; }
  .split--arenas .benefits { order: 2; }
  .split--arenas .arena-cta { order: 3; }
}
@media (max-width: 768px) {
  .hide-sm { display: none; }
  .feature-hero__mock { align-self: stretch; }
  .how .section-head--center { align-items: flex-start; text-align: left; gap: 12px; }
  .split--arenas .panel > .inner { display: none; }
  .split--arenas > .split__media { max-width: none; }
  .show-sm { display: inline; }
}
@media (max-width: 1024px) {
  .split--arenas > .split__media { flex-basis: auto; }
  .feature-hero__mock { align-self: stretch; max-width: 520px; }
}

/* Launch countdown */
.launch { display: flex; flex-direction: column; gap: 14px; align-self: flex-start; }
.countdown { display: flex; align-items: flex-start; gap: 10px; }
.countdown[hidden] { display: none; }
.countdown__unit {
  min-width: 72px; padding: 10px 12px; border-radius: 14px; background: var(--surface-1); border: 1px solid var(--border);
  display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.countdown__num { font-family: var(--font-num); font-feature-settings: 'tnum'; font-size: 30px; line-height: 34px; font-weight: 700; letter-spacing: -0.02em; color: var(--text); }
.countdown__label { font-family: var(--font-num); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-3); }
.countdown__sep { font-family: var(--font-num); font-size: 24px; line-height: 56px; font-weight: 700; color: var(--text-4); }
.cta__count { font-family: var(--font-num); font-feature-settings: 'tnum'; font-size: 14px; font-weight: 700; letter-spacing: 0.04em; color: var(--green); }
@media (max-width: 768px) {
  .launch { align-self: stretch; gap: 12px; }
  .countdown { gap: 6px; }
  .countdown__unit { flex: 1 1 0; min-width: 0; padding: 8px 4px; border-radius: 12px; }
  .countdown__num { font-size: 24px; line-height: 28px; }
  .countdown__sep { font-size: 18px; line-height: 48px; }
  .cta__count { font-size: 13px; }
}
