:root {
  --bg: #050505;
  --bg-card: rgba(12, 12, 12, 0.78);
  --gold: #f5c518;
  --gold-2: #ffd84a;
  --gold-dim: rgba(245, 197, 24, 0.14);
  --gold-line: rgba(245, 197, 24, 0.38);
  --text: #f6f6f2;
  --muted: #b0b0a8;
  --danger: #ff5a3d;
  --live: #3ddc84;
  --radius: 20px;
  --max: 1120px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  line-height: 1.5;
  background: #000;
}

body {
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.88) 42%, rgba(0, 0, 0, 0.94) 100%),
    url("../img/bg-stadium.jpg") center 28% / cover no-repeat fixed;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.hero {
  position: relative;
  padding: 48px 0 12px;
  text-align: center;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 680px;
  height: 680px;
  transform: translate(-50%, -18%);
  background: radial-gradient(circle, rgba(245, 197, 24, 0.22), transparent 64%);
  pointer-events: none;
  animation: glowPulse 6s ease-in-out infinite;
}

.hero-logo {
  display: inline-block;
  margin: 0 auto 18px;
}

.hero-logo img {
  height: 88px;
  width: auto;
  max-width: min(92vw, 420px);
  max-height: 88px;
  margin-inline: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 28px rgba(0, 0, 0, 0.55));
}

.kicker {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

h1 {
  margin: 0 auto 14px;
  max-width: 18ch;
  font-size: clamp(26px, 4.2vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 800;
}

h1 .gold {
  color: var(--gold);
}

.lede {
  margin: 0 auto 28px;
  max-width: 46ch;
  color: #d6d6ce;
  font-size: 18px;
}

.lede strong {
  color: var(--gold);
  font-weight: 700;
}

.store-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 12px;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.store-row a,
.store-soon {
  flex: 0 0 auto;
}

.store-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}

.store-slot img,
.store-badge,
.store-row img {
  display: block;
  height: 44px;
  width: auto;
  max-width: none;
  max-height: 44px;
  object-fit: contain;
}

.store-soon .store-slot img {
  filter: grayscale(0.2) brightness(0.68);
}

a:hover .store-slot img {
  filter: brightness(1.06);
}

.store-soon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  pointer-events: none;
  user-select: none;
}

.store-soon span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8d8d86;
  white-space: nowrap;
}

.phone-wrap {
  position: relative;
  width: min(292px, 78vw);
  margin: 0 auto 10px;
  z-index: 1;
}

.phone-wrap::before {
  content: "";
  position: absolute;
  inset: 6% -28% auto;
  height: 78%;
  background: radial-gradient(ellipse, rgba(245, 197, 24, 0.28), transparent 70%);
  z-index: -1;
  animation: auraPulse 5s ease-in-out infinite;
}

.phone {
  position: relative;
  aspect-ratio: 9 / 18.8;
  border-radius: 44px;
  padding: 10px;
  background: linear-gradient(165deg, #4a4a4a, #161616 18%, #050505 55%);
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(255, 255, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  animation: phoneFloat 5.5s ease-in-out infinite;
}

.phone-notch {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 96px;
  height: 22px;
  transform: translateX(-50%);
  background: #000;
  border-radius: 20px;
  z-index: 3;
}

.phone-screen {
  height: 100%;
  border-radius: 34px;
  overflow: hidden;
  background: #07090d;
  padding: 42px 11px 8px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.phone-status {
  display: flex;
  justify-content: space-between;
  color: #9a9a93;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 8px;
}

.phone-appbar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.phone-appbar img {
  height: 26px;
  width: auto;
  max-width: 140px;
  max-height: 26px;
  object-fit: contain;
}

.phone-league {
  color: #8b8b84;
  font-size: 10px;
  margin-bottom: 7px;
  text-align: center;
}

.score-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 6px;
  background: linear-gradient(180deg, #161b22, #101318);
  border: 1px solid rgba(245, 197, 24, 0.22);
  border-radius: 16px;
  padding: 10px 8px 8px;
}

.team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 600;
}

.crest-img {
  width: 34px;
  height: 34px;
  max-width: 34px;
  max-height: 34px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

.crest-img.sm {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
}

.score-mid {
  text-align: center;
}

.score {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.live {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--live);
  font-size: 9px;
  font-weight: 700;
  margin-top: 4px;
}

.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--live);
  box-shadow: 0 0 0 0 rgba(61, 220, 132, 0.7);
  animation: livePulse 1.6s ease-out infinite;
}

.phone-events {
  margin-top: 8px;
  font-size: 10px;
  color: #b7b7b0;
  line-height: 1.55;
}

.phone-stat {
  margin-top: 8px;
}

.phone-stat-lab {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #9aa;
  margin-bottom: 4px;
}

.phone-stat-lab span {
  color: #fff;
  font-weight: 700;
}

.phone-stat-bar {
  height: 5px;
  border-radius: 99px;
  background: #2a313a;
  overflow: hidden;
}

.phone-stat-bar i {
  display: block;
  height: 100%;
  background: var(--gold);
  border-radius: 99px;
}

.next-title {
  margin: 10px 0 6px;
  font-size: 11px;
  color: #9aa;
}

.next-item {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto minmax(0, 1fr) 20px;
  align-items: center;
  gap: 5px;
  background: #101318;
  border-radius: 10px;
  padding: 7px 8px;
  font-size: 10px;
  margin-bottom: 5px;
  color: #cfcfc8;
}

.next-item .side-l,
.next-item .side-r {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-item .side-r {
  text-align: right;
}

.next-item .kick {
  font-size: 10px;
  font-weight: 800;
  color: var(--gold);
}

.phone-table {
  margin-top: 2px;
}

.tbl-row {
  display: grid;
  grid-template-columns: 14px 20px 1fr auto;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  padding: 5px 2px;
  color: #d2d2cb;
}

.tbl-row b {
  color: var(--gold);
  font-size: 10px;
}

.tbl-row em {
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

.phone-tabs {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  padding: 8px 0 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 9px;
  text-align: center;
  color: #8b8b84;
}

.phone-tabs b {
  color: var(--gold);
  font-weight: 700;
}

.pitch {
  position: relative;
  width: min(520px, 92vw);
  height: 280px;
  margin: 8px auto 28px;
  border-radius: 18px;
  border: 1.5px solid var(--gold-line);
  background:
    linear-gradient(90deg, transparent 49.4%, rgba(245, 197, 24, 0.35) 49.4%, rgba(245, 197, 24, 0.35) 50.6%, transparent 50.6%),
    repeating-linear-gradient(90deg, #0c3d1f 0 52px, #0e4724 52px 104px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45), inset 0 0 0 10px rgba(245, 197, 24, 0.08);
  overflow: hidden;
}

.pitch::before,
.pitch::after {
  content: "";
  position: absolute;
  top: 18%;
  width: 70px;
  height: 64%;
  border: 1.5px solid rgba(245, 197, 24, 0.45);
  border-radius: 8px;
}

.pitch::before {
  left: 0;
  border-left: 0;
}

.pitch::after {
  right: 0;
  border-right: 0;
}

.pitch-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 86px;
  height: 86px;
  transform: translate(-50%, -50%);
  border: 1.5px solid rgba(245, 197, 24, 0.5);
  border-radius: 50%;
}

.pitch-ball {
  position: absolute;
  width: 44px;
  height: 44px;
  animation: ballRun 8s var(--ease) infinite;
}

.pitch-ball img {
  width: 44px;
  height: 44px;
  max-width: 44px;
  max-height: 44px;
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.45));
  animation: ballSpin 1.15s linear infinite;
}

@keyframes ballSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.ticker {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 28px 0 8px;
}

.ticker span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f2f2ea;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(8, 8, 8, 0.55));
  border: 1px solid rgba(245, 197, 24, 0.32);
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.ticker span svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.ticker span.is-on {
  color: #111;
  background: linear-gradient(180deg, #ffd84a, var(--gold));
  border-color: #e0b40a;
  box-shadow: 0 8px 22px rgba(245, 197, 24, 0.28);
}

.ticker .live-chip svg {
  color: #3ddc84;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 36px 0 8px;
}

.stat {
  text-align: center;
  padding: 22px 12px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bg-card);
  backdrop-filter: blur(14px);
}

.stat b {
  display: block;
  font-size: 22px;
  letter-spacing: -0.04em;
  color: var(--gold);
}

.stat span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 40px 0 8px;
}

.feature,
.panel {
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
  transition: transform 0.35s var(--ease), border-color 0.35s, box-shadow 0.35s;
}

.feature {
  padding: 28px 22px;
  text-align: center;
}

.feature:hover,
.panel:hover {
  transform: translateY(-4px);
  border-color: var(--gold-line);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.icon-ring {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  display: grid;
  place-items: center;
  color: var(--gold);
  background: var(--gold-dim);
}

.feature h2,
.panel h2,
.section-title {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.feature p,
.panel p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  padding: 48px 0 72px;
  align-items: start;
}

.panel {
  padding: 32px;
}

.panel.alert {
  border-color: rgba(255, 90, 61, 0.38);
  background: linear-gradient(180deg, rgba(28, 14, 12, 0.88), rgba(16, 16, 16, 0.82));
}

.age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--danger);
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 16px;
  box-shadow: 0 10px 28px rgba(255, 90, 61, 0.28);
}

.steps {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.step {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
}

.step b {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gold-dim);
  color: var(--gold);
  display: grid;
  place-items: center;
}

.qr-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 28px 0 56px;
  color: var(--muted);
  font-size: 13px;
}

.qr-desktop img {
  width: 108px;
  height: 108px;
  border-radius: 12px;
  background: #fff;
  padding: 6px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-gold {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #111;
  padding: 14px 24px;
  font-size: 15px;
  box-shadow: 0 8px 28px rgba(245, 197, 24, 0.28);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 14px 22px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  animation: fadeUp 0.8s var(--ease) forwards;
}

.d1 { animation-delay: 0.05s; }
.d2 { animation-delay: 0.16s; }
.d3 { animation-delay: 0.28s; }
.d4 { animation-delay: 0.4s; }
.d5 { animation-delay: 0.52s; }

.site-footer {
  border-top: 1px solid rgba(245, 197, 24, 0.16);
  padding: 36px 0 32px;
  color: var(--muted);
  font-size: 13px;
  background: rgba(0, 0, 0, 0.62);
  text-align: center;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.footer-brand img {
  height: 52px;
  width: auto;
  max-width: 280px;
  margin-inline: auto;
  opacity: 0.95;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
}

.footer-links a {
  color: #d4d4cc;
  font-weight: 600;
}

.footer-inner a:hover {
  color: #fff;
}

.footer-copy {
  margin: 0;
  font-size: 12px;
  color: #8a8a82;
  line-height: 1.45;
}

@media (min-width: 861px) {
  .site-footer {
    text-align: left;
  }

  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 24px;
  }

  .footer-brand img {
    margin-inline: 0;
  }

  .footer-copy {
    width: 100%;
    order: 3;
  }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

@keyframes phoneFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.75; transform: translate(-50%, -18%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -18%) scale(1.08); }
}

@keyframes auraPulse {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(61, 220, 132, 0.65); }
  100% { box-shadow: 0 0 0 10px rgba(61, 220, 132, 0); }
}

@keyframes ballRun {
  0% { left: 12%; top: 58%; }
  25% { left: 46%; top: 30%; }
  50% { left: 78%; top: 48%; }
  75% { left: 40%; top: 68%; }
  100% { left: 12%; top: 58%; }
}

.odds-demo {
  max-width: 440px;
  margin: 8px auto 48px;
  text-align: left;
}

.odds-demo-kicker {
  text-align: center;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.odds-card {
  background: linear-gradient(180deg, rgba(22, 22, 18, 0.94), rgba(8, 8, 8, 0.92));
  border: 1px solid rgba(245, 197, 24, 0.38);
  border-radius: 22px;
  padding: 20px 18px 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.odds-chip {
  display: block;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(245, 197, 24, 0.35);
  background: rgba(245, 197, 24, 0.1);
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.odds-match {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: 10px;
  margin: 0 0 12px;
}

.odds-score {
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.05em;
  padding-top: 6px;
  line-height: 1;
}

.odds-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #f0f0e8;
}

.odds-side img,
.odds-match img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}

.odds-book {
  margin: 0 0 12px;
  font-size: 12px;
  color: #9a9a92;
  text-align: center;
}

.odds-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.odds-cell {
  background: #101318;
  border: 1px solid rgba(245, 197, 24, 0.22);
  border-radius: 14px;
  padding: 12px 6px 10px;
  text-align: center;
}

.odds-cell span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #9aa;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.odds-cell b {
  font-size: 20px;
  color: var(--gold);
  letter-spacing: -0.03em;
}

@media (max-width: 860px) {
  .features,
  .split,
  .stats {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 32px;
  }

  .hero-logo img {
    height: 72px;
    max-height: 72px;
    max-width: min(88vw, 340px);
  }

  h1 {
    font-size: 28px;
  }

  .store-row {
    gap: 10px;
  }

  .store-slot {
    height: 40px;
  }

  .store-slot img,
  .store-badge,
  .store-row img {
    height: 40px;
    width: auto;
    max-width: none;
    max-height: 40px;
  }

  .pitch {
    height: 210px;
  }

  .qr-desktop {
    display: none;
  }

  body {
    background-attachment: scroll;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
