:root {
  --orange: #F58426;
  --orange-deep: #E76A0C;
  --blue: #006BB6;
  --blue-deep: #003E7E;
  --ink: #0A0F1C;
  --paper: #FFF8EC;
  --paper-2: #FFEFD3;
  --line: rgba(10, 15, 28, 0.12);
  --shadow: 6px 6px 0 var(--ink);
  --shadow-sm: 3px 3px 0 var(--ink);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(10,15,28,0.08) 1px, transparent 0);
  background-size: 22px 22px;
}

.mono { font-family: 'JetBrains Mono', monospace; letter-spacing: 0.06em; }
.hidden { display: none !important; }
.u-orange { color: var(--orange); }
.u-blue { color: var(--blue); }

/* ---------- GATES ---------- */
.gate {
  position: fixed;
  inset: 0;
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 24px;
}
.gate-inner {
  max-width: 560px;
  text-align: center;
  background: var(--paper);
  color: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 18px;
  padding: 44px 32px;
  box-shadow: var(--shadow);
}
.gate-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(22px, 4.4vw, 34px);
  line-height: 1.05;
  margin: 16px 0 12px;
  text-transform: uppercase;
}
.gate-sub {
  font-size: 16px;
  opacity: 0.78;
  margin: 0 0 24px;
}
.radar {
  width: 64px; height: 64px;
  border-radius: 50%;
  border: 4px solid var(--blue);
  border-top-color: var(--orange);
  margin: 0 auto 18px;
  animation: spin 0.9s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.x-mark {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-family: 'Archivo Black', sans-serif;
  font-size: 38px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
  border: 3px solid var(--ink);
  box-shadow: var(--shadow-sm);
}

/* ---------- BUTTONS ---------- */
.btn-solid {
  display: inline-block;
  background: var(--orange);
  color: var(--ink);
  font-family: 'Archivo Black', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 15px;
  padding: 14px 22px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.15s ease;
}
.btn-solid:hover { transform: translate(-1px, -1px); box-shadow: 5px 5px 0 var(--ink); background: var(--orange-deep); color: #fff; }
.btn-solid:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.btn-xl { font-size: 18px; padding: 18px 28px; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 10px 18px;
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
}
.btn-ghost:hover { background: var(--ink); color: var(--paper); }

/* ---------- TOP BAR ---------- */
.top-bar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 28px;
  border-bottom: 2px solid var(--ink);
  background: var(--paper);
  position: sticky; top: 0; z-index: 50;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 36px; height: 36px;
  background: var(--blue);
  color: #fff;
  border: 2px solid var(--ink);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Archivo Black', sans-serif;
  font-size: 16px;
  box-shadow: var(--shadow-sm);
}
.brand-name { font-family: 'Archivo Black', sans-serif; font-size: 18px; letter-spacing: 0.01em; }
.top-pill {
  background: var(--ink);
  color: var(--paper);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px;
}
.top-pill .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 10px #4ade80;
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse { 50% { opacity: 0.4; } }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  padding: 72px 28px 88px;
  text-align: center;
  overflow: hidden;
  border-bottom: 2px solid var(--ink);
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 80% 10%, rgba(245,132,38,0.22), transparent 55%),
    radial-gradient(ellipse at 15% 90%, rgba(0,107,182,0.20), transparent 55%);
  pointer-events: none;
}
.hero > * { position: relative; }

.kicker {
  display: inline-block;
  background: var(--ink);
  color: var(--paper);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 12px;
  margin-bottom: 28px;
}

.hero-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(48px, 11vw, 140px);
  line-height: 0.88;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0 0 28px;
}
.hero-title .line { display: block; }
.line-orange { color: var(--orange); }
.line-blue { color: var(--blue); }
.line-stack { margin: 4px 0; }
.big-num {
  display: inline-block;
  font-size: clamp(80px, 18vw, 220px);
  line-height: 0.85;
  background: linear-gradient(180deg, var(--orange) 0%, var(--orange) 50%, var(--blue) 50%, var(--blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 3px var(--ink);
  letter-spacing: -0.04em;
}

.hero-sub {
  max-width: 640px;
  margin: 0 auto 32px;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.55;
  opacity: 0.86;
}
.hero-sub strong { color: var(--orange); font-weight: 700; }

.hero-stats {
  display: flex; flex-wrap: wrap; gap: 14px;
  justify-content: center;
  margin-top: 56px;
}
.stat {
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 14px;
  padding: 18px 24px;
  min-width: 160px;
  box-shadow: var(--shadow-sm);
}
.stat-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: 36px;
  line-height: 1;
  color: var(--blue);
}
.stat:nth-child(2) .stat-num { color: var(--orange); }
.stat:nth-child(3) .stat-num { color: var(--ink); }
.stat-label { font-size: 11px; margin-top: 6px; opacity: 0.7; }

/* ---------- SECTIONS ---------- */
.section-head { text-align: center; margin-bottom: 48px; }
.section-tag {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  margin-bottom: 16px;
  border: 2px solid var(--ink);
}
.section-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(34px, 5.5vw, 64px);
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -0.01em;
}

/* ---------- HOW ---------- */
.how { padding: 88px 28px; max-width: 1120px; margin: 0 auto; }
.steps {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.step {
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 18px;
  padding: 28px 24px;
  position: relative;
  box-shadow: var(--shadow);
  transition: transform 0.15s ease;
}
.step:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--ink); }
.step:nth-child(1) { background: linear-gradient(180deg, #fff, #FFE7CF); }
.step:nth-child(2) { background: linear-gradient(180deg, #fff, #DCEEFB); }
.step:nth-child(3) { background: linear-gradient(180deg, #fff, #FFE7CF); }
.step-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: 56px;
  line-height: 1;
  color: var(--orange);
  -webkit-text-stroke: 2px var(--ink);
  margin-bottom: 12px;
}
.step:nth-child(2) .step-num { color: var(--blue); }
.step h3 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.step p { margin: 0; line-height: 1.55; opacity: 0.82; }

/* ---------- SCHEDULE ---------- */
.schedule {
  padding: 88px 28px;
  max-width: 1120px;
  margin: 0 auto;
}
.schedule-note { max-width: 600px; margin: 16px auto 0; opacity: 0.75; }
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 36px;
}
.game {
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 16px;
  padding: 22px 20px;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: transform 0.15s ease;
}
.game:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.game.msg { background: linear-gradient(135deg, var(--orange) 0%, #FFB270 100%); color: var(--ink); }
.game.msg .game-loc { background: var(--ink); color: var(--orange); }
.game.away { background: linear-gradient(135deg, var(--blue) 0%, #4FA0DA 100%); color: #fff; }
.game.away .game-loc { background: var(--paper); color: var(--blue); }
.game.if { opacity: 0.55; }
.game-head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 10px;
}
.game-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: 32px;
  line-height: 1;
}
.game-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.game-date {
  font-family: 'Archivo Black', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 6px 0 4px;
}
.game-time { font-size: 13px; opacity: 0.85; margin-bottom: 14px; font-family: 'JetBrains Mono', monospace; }
.game-loc {
  display: inline-block;
  background: var(--ink);
  color: var(--paper);
  padding: 5px 11px;
  border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* ---------- CLAIM ---------- */
.claim {
  padding: 88px 28px 120px;
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
  border-top: 2px dashed var(--ink);
}
.claim-card {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 22px;
  padding: 44px 36px;
  box-shadow: var(--shadow);
  position: relative;
}
.claim-card::before {
  content: '';
  position: absolute;
  top: -14px; left: -14px;
  width: 60px; height: 60px;
  background: var(--orange);
  border: 3px solid var(--ink);
  border-radius: 50%;
  z-index: -1;
}
.claim-card::after {
  content: '';
  position: absolute;
  bottom: -14px; right: -14px;
  width: 60px; height: 60px;
  background: var(--blue);
  border: 3px solid var(--ink);
  border-radius: 50%;
  z-index: -1;
}
.claim-head { text-align: center; margin-bottom: 32px; }
.claim-sub { margin-top: 14px; opacity: 0.78; }
.claim-form { display: flex; flex-direction: column; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-label { font-size: 11px; font-weight: 700; opacity: 0.7; }
.field input {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  padding: 14px 16px;
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: #fff;
  outline: none;
  transition: border 0.15s ease, box-shadow 0.15s ease;
}
.field input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(245,132,38,0.25); }
.claim-form .btn-solid { margin-top: 6px; }
.form-msg { margin: 6px 0 0; min-height: 22px; font-size: 14px; }
.form-msg.success { color: var(--blue-deep); font-weight: 700; }
.form-msg.error { color: #c0392b; font-weight: 700; }

/* ---------- FOOTER ---------- */
.foot { background: var(--ink); color: var(--paper); }
.foot-row {
  max-width: 1120px;
  margin: 0 auto;
  padding: 36px 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
}
.brand-foot .brand-mark { background: var(--orange); }
.brand-foot .brand-name { color: var(--paper); }
.foot-fine { max-width: 540px; font-size: 12px; opacity: 0.66; line-height: 1.5; margin: 0; }
.foot-stripe {
  height: 12px;
  background: repeating-linear-gradient(
    -45deg,
    var(--orange) 0 24px,
    var(--blue) 24px 48px
  );
}

@media (max-width: 640px) {
  .top-bar { padding: 14px 18px; }
  .hero { padding: 56px 18px 72px; }
  .how, .schedule { padding: 64px 18px; }
  .claim { padding: 64px 18px 88px; }
  .claim-card { padding: 32px 22px; }
  .hero-stats { flex-direction: column; align-items: stretch; }
  .stat { min-width: 0; }
}
