:root {
  --pitch: #02112a;
  --pitch-mid: #0a2744;
  --pitch-light: #3d6b9a;
  --turf: #e8eef4;
  --cream: #f7f3ea;
  --ink: #12201a;
  --muted: #5c6b64;
  --line: #d5dde6;
  --white: #ffffff;
  --accent: #c6ff3a;
  --accent-dark: #8fbf12;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(2, 17, 42, 0.18);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.eyebrow.dark { color: var(--pitch-light); }

h1, h2, h3 { font-family: "Bebas Neue", sans-serif; letter-spacing: 0.02em; line-height: 0.95; }
h1 { font-size: clamp(48px, 8vw, 92px); color: var(--white); }
h2 { font-size: clamp(36px, 5vw, 64px); margin-bottom: 14px; }
h3 { font-size: 28px; margin-bottom: 8px; }

.lead, .section-lead, .card p, .feature p { color: var(--muted); }
.section-lead { max-width: 680px; font-size: 18px; margin-bottom: 32px; }

.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 22px;
  background: rgba(247, 243, 234, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-brand { display: flex; align-items: center; gap: 10px; font-family: "Bebas Neue", sans-serif; font-size: 28px; color: var(--pitch); }
.nav-brand img { width: 40px; height: 40px; border-radius: 10px; }
.nav-brand .brand-mark { width: auto; height: 36px; border-radius: 0; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links > a { font-weight: 500; color: var(--muted); }
.nav-links > a:hover { color: var(--pitch); }
.nav-cta { display: flex; gap: 8px; }
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease;
}
.btn svg { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-1px); }
.btn-sm { padding: 8px 14px; font-size: 13px; background: var(--pitch); color: var(--white); }
.btn-lg { padding: 14px 22px; font-size: 16px; background: var(--white); color: var(--pitch); }
.btn-accent { background: var(--accent) !important; color: var(--pitch) !important; }
.btn-store { cursor: pointer; }

.hero {
  position: relative;
  overflow: hidden;
  background: var(--pitch);
  color: var(--white);
  padding: 72px 0 88px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px) 0 0 / 72px 72px,
    radial-gradient(circle at 80% 20%, rgba(198, 255, 58, 0.28), transparent 40%);
  mask-image: linear-gradient(180deg, #000 40%, transparent);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.hero-copy .lead { color: rgba(255,255,255,0.82); font-size: 19px; max-width: 540px; margin: 18px 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 16px; color: rgba(255,255,255,0.62); font-size: 14px; }
.hero-visual { position: relative; min-height: 420px; display: grid; place-items: center; }
.hero-ball {
  position: absolute;
  width: 260px;
  right: -24px;
  top: 8px;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,0.4));
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-8deg); }
  50% { transform: translateY(-14px) rotate(6deg); }
}

.phone {
  width: 280px;
  background: #071911;
  border-radius: 36px;
  padding: 12px;
  box-shadow: var(--shadow);
  border: 3px solid rgba(255,255,255,0.12);
}
.phone-bar { width: 88px; height: 8px; border-radius: 99px; background: #1a2e25; margin: 6px auto 10px; }
.phone-screen { background: #f7f3ea; border-radius: 26px; padding: 14px; min-height: 420px; }
.mock-hero { background: var(--pitch); color: white; border-radius: 18px; padding: 14px; margin-bottom: 10px; }
.mock-top { display: flex; justify-content: space-between; margin-bottom: 18px; }
.mock-logo, .mock-avatar { width: 36px; height: 36px; border-radius: 10px; background: var(--accent); }
.mock-avatar { border-radius: 50%; background: #f3c4d6; }
.mock-kicker { font-size: 11px; letter-spacing: 0.14em; opacity: 0.7; }
.mock-club { font-family: "Bebas Neue", sans-serif; font-size: 28px; }
.mock-meta { font-size: 12px; opacity: 0.75; }
.mock-card { background: white; border-radius: 16px; padding: 12px; margin-bottom: 8px; border-left: 4px solid var(--accent); }
.mock-label { font-size: 11px; color: var(--muted); }
.mock-title { font-weight: 700; font-size: 14px; }
.mock-ok { color: var(--pitch-light); font-weight: 700; }
.mock-chip { display: inline-block; margin-top: 6px; font-size: 11px; font-weight: 700; color: var(--pitch); background: var(--turf); border-radius: 99px; padding: 3px 8px; }

.section { padding: 88px 0; }
.section.band { background: var(--pitch); color: white; }
.section.band h2 { color: white; }
.section.band .split > div > p:not(.eyebrow) { color: rgba(255,255,255,0.82); }
.section.band .checks li { color: rgba(255,255,255,0.82); }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.card, .feature, .market-col, .bento-item, .bell-card, .money-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 8px 24px rgba(2, 17, 42, 0.06);
}

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split.reverse { grid-template-columns: 0.9fr 1.1fr; }
.checks { margin-top: 18px; display: grid; gap: 10px; list-style: none; }
.checks li { padding-left: 28px; position: relative; }
.checks li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }

.bento { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bento-item { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.12); color: white; }
.bento-item.tall { grid-row: span 2; background: var(--accent); color: var(--pitch); border: 0; }
.bento-item.tall span { color: rgba(18,32,26,0.8); }
.bento-item strong { display: block; font-size: 20px; margin-bottom: 6px; }
.rating-balls {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 10px 0 12px;
}
.rating-balls img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.rating-balls img.dim {
  opacity: 0.28;
  filter: grayscale(1);
}

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { border-left: 4px solid var(--pitch); }

.money-panel {
  background: #fff;
  color: var(--ink);
  padding: 22px;
  overflow: hidden;
  border: 0;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32);
}
.money-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
}
.money-head span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.money-head strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 44px;
  line-height: 1;
  color: var(--pitch);
}
.money-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
.money-pills span {
  background: var(--turf);
  color: var(--pitch);
  border-radius: 99px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 700;
}
.money-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}
.money-item b { color: var(--ink); font-size: 15px; }
.money-item small { display: block; color: var(--muted); font-weight: 400; }
.money-item em { font-style: normal; font-weight: 700; color: var(--accent-dark); }

.market-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.market-kicker { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pitch-light); margin-bottom: 8px; }
.market-col ul { margin-top: 12px; padding-left: 18px; color: var(--muted); display: grid; gap: 8px; }
.market-col.accent { background: var(--pitch); color: white; border: 0; }
.market-col.accent .market-kicker, .market-col.accent ul { color: rgba(255,255,255,0.82); }

.bell-card {
  background: #fff;
  color: var(--ink);
  border: 0;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32);
}
.bell-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 700;
  color: var(--ink);
}
.bell-icon {
  position: relative;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--pitch);
}
.bell-icon svg { width: 26px; height: 26px; display: block; }
.bell-icon b {
  position: absolute;
  top: -4px;
  right: -6px;
  background: #c62828;
  color: #fff;
  border-radius: 99px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #fff;
}
.bell-item { padding: 12px 0; border-top: 1px solid var(--line); }
.bell-item strong { color: var(--pitch); }
.bell-item small { display: block; color: var(--muted); font-weight: 400; }

.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; margin-top: 28px; }
.steps li {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  counter-increment: step;
}
.steps li::before {
  content: counter(step);
  display: grid;
  place-items: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--pitch);
  color: white;
  font-weight: 700;
  margin-bottom: 12px;
}
.steps strong { display: block; font-size: 20px; margin-bottom: 6px; }
.steps span { color: var(--muted); }

.cta { background: var(--pitch); color: white; padding: 88px 0; text-align: center; position: relative; overflow: hidden; }
.cta-inner { position: relative; }
.cta p { color: rgba(255,255,255,0.8); margin-bottom: 24px; }
.cta .hero-actions { justify-content: center; }
.cta-ball { width: 140px; margin: 0 auto 18px; animation: float 5s ease-in-out infinite; }

.footer { padding: 48px 0 24px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 24px; }
.legal-page { padding: 48px 0 64px; }
.legal-page h2 { color: var(--pitch); margin-bottom: 8px; }
.legal-updated { color: var(--muted); font-size: 14px; margin-bottom: 32px; }
.legal-page section { margin-bottom: 28px; max-width: 720px; }
.legal-page section p,
.legal-page section li { color: var(--muted); margin-top: 8px; line-height: 1.65; }
.legal-page section ul { padding-left: 20px; }
.legal-page a { color: var(--pitch); text-decoration: underline; }

.error-page {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 160px);
  display: grid;
  place-items: center;
  padding: 72px 0 88px;
  background: var(--pitch);
  color: var(--white);
  text-align: center;
}
.error-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(198, 255, 58, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 80% 80%, rgba(61, 107, 154, 0.35), transparent 50%),
    linear-gradient(160deg, var(--pitch) 0%, var(--pitch-mid) 100%);
}
.error-inner { position: relative; max-width: 560px; }
.error-ball {
  width: 88px;
  margin: 0 auto 18px;
  animation: float 5s ease-in-out infinite;
}
.error-code {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(96px, 18vw, 160px);
  line-height: 0.85;
  letter-spacing: 0.04em;
  color: var(--accent);
  margin-bottom: 8px;
}
.error-page h1 {
  font-size: clamp(36px, 6vw, 56px);
  margin-bottom: 14px;
}
.error-lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  margin-bottom: 28px;
}
.error-page .hero-actions { justify-content: center; }
.error-page .btn-lg:not(.btn-accent) {
  background: var(--white);
  color: var(--pitch);
}
.legal-contact { margin-top: 32px; font-weight: 600; color: var(--ink); }
.footer p, .footer a { color: var(--muted); display: block; margin-top: 6px; }
.footer-label { font-weight: 700; color: var(--pitch) !important; margin-bottom: 8px; }
.footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 28px;
  flex-wrap: wrap;
}
.footer-bottom p {
  display: inline;
  margin: 0;
  color: var(--muted);
}
.footer-made { white-space: nowrap; }

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  background: var(--ink);
  color: white;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  z-index: 50;
}

@media (max-width: 900px) {
  .hero-grid, .split, .split.reverse, .cards-3, .feature-grid, .market-cols, .steps, .footer-grid, .bento { grid-template-columns: 1fr; }
  .bento-item.tall { grid-row: auto; }
  .hero { padding-top: 48px; }
  .hero-visual { min-height: 0; }
  .hero-ball { width: 170px; right: -8px; top: 0; }
  .nav-toggle { display: grid; place-items: center; gap: 5px; }
  .nav-toggle span { display: block; width: 18px; height: 2px; background: var(--pitch); }
  .nav-links {
    display: none;
    position: absolute;
    top: 70px;
    left: 12px;
    right: 12px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav.open .nav-links { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-ball, .cta-ball { animation: none; }
  html { scroll-behavior: auto; }
}
