/* ==========================================================================
   APL T20 — Design System v3
   High-energy broadcast aesthetic: near-black backgrounds, glowing gold
   accents, angled shapes, ghosted oversized type. Brand colors are the
   real APL identity (navy/gold/yellow from the official logo).
   ========================================================================== */

:root {
  --navy: #0b1d63;
  --navy-deep: #050814;
  --bg-0: #04060f;
  --bg-1: #070c1e;
  --bg-2: #0d1430;
  --bg-3: #131c42;
  --blue: #123d9b;
  --bright-blue: #17a7d8;
  --yellow: #ffd12a;
  --gold: #f5a51b;
  --gold-neon: #ffcf3f;
  --red-live: #ff3b4e;
  --ink: #f5f7fc;
  --muted: #97a2c2;
  --muted-dim: #626d8d;
  --line: rgba(255, 255, 255, 0.1);
  --line-soft: rgba(255, 255, 255, 0.06);
  --white: #ffffff;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.4);
  --shadow-strong: 0 30px 90px rgba(0, 0, 0, 0.6);
  --glow-gold: 0 0 24px rgba(255, 207, 63, 0.45);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: var(--bg-0);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--gold-neon); color: var(--navy-deep); }
.hidden { display: none !important; }

h1, h2, h3, h4 {
  margin: 0;
  font-family: "Big Shoulders Display", "Archivo", -apple-system, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.0;
  text-transform: uppercase;
}
h1 { font-size: clamp(2.9rem, 6.6vw, 5.6rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
h3 { font-size: 1.2rem; text-transform: none; font-weight: 700; }
p { margin: 0; }

.glow-text { color: var(--gold-neon); text-shadow: 0 0 18px rgba(255, 207, 63, 0.6), 0 0 46px rgba(255, 207, 63, 0.25); }

.eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-neon);
  margin-bottom: 18px;
}
.eyebrow::before, .eyebrow::after { content: ""; width: 34px; height: 1.5px; background: linear-gradient(90deg, transparent, var(--gold-neon)); }
.eyebrow::after { background: linear-gradient(90deg, var(--gold-neon), transparent); }
.eyebrow.left { justify-content: flex-start; }
.eyebrow.left::before { display: none; }
.eyebrow .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-neon); }

.section-inner { max-width: var(--container); margin: 0 auto; padding: 0 6vw; position: relative; z-index: 1; }
.section { padding: 120px 0; position: relative; overflow: hidden; }
.section-alt {
  background:
    radial-gradient(ellipse 900px 560px at 12% -10%, rgba(18,61,155,0.22), transparent 60%),
    radial-gradient(ellipse 700px 520px at 92% 110%, rgba(255,207,63,0.05), transparent 55%),
    linear-gradient(180deg, var(--bg-1) 0%, #081027 100%);
}
.section-deep {
  background:
    radial-gradient(ellipse 800px 500px at 88% -10%, rgba(23,167,216,0.1), transparent 55%),
    radial-gradient(ellipse 900px 600px at 8% 110%, rgba(11,29,99,0.35), transparent 60%),
    linear-gradient(180deg, var(--bg-0) 0%, #050a1c 100%);
}
.section-heading { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-heading p:last-child { color: var(--muted); font-size: 1.06rem; margin-top: 16px; }
.section-heading.left { max-width: 640px; margin-left: 0; text-align: left; }
.section-heading.left .eyebrow { justify-content: flex-start; }
.section-heading.left .eyebrow::before { display: none; }

/* Giant ghosted background word — decorative texture layer */
.ghost-word {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: "Big Shoulders Display", sans-serif; font-weight: 800; text-transform: uppercase;
  font-size: clamp(5rem, 16vw, 13rem); color: rgba(255,255,255,0.035); white-space: nowrap;
  letter-spacing: 0.05em; pointer-events: none; z-index: 0; user-select: none;
}

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split-reverse { direction: rtl; }
.split-reverse > * { direction: ltr; }

/* ---------- Buttons (angled / parallelogram) ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), background 220ms var(--ease), color 220ms var(--ease);
  will-change: transform;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
  border-radius: 4px;
}
.btn-primary { background: linear-gradient(100deg, var(--gold-neon), var(--gold)); color: var(--navy-deep); box-shadow: var(--glow-gold); }
.btn-primary:hover { box-shadow: 0 0 36px rgba(255, 207, 63, 0.7); transform: translateY(-3px); }
.btn-secondary { background: rgba(255,255,255,0.06); color: var(--white); border: 1.5px solid rgba(255,255,255,0.25); backdrop-filter: blur(6px); }
.btn-secondary:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.45); transform: translateY(-3px); }
.btn-dark { background: var(--navy); color: var(--white); }
.btn-dark:hover { background: var(--blue); transform: translateY(-3px); }
.btn-outline { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-outline:hover { border-color: var(--gold-neon); color: var(--gold-neon); transform: translateY(-3px); }
.btn-block { width: 100%; }
.btn:disabled { opacity: 0.55; cursor: not-allowed; transform: none !important; }
/* Registration wizard buttons stay pill-shaped for form-UX clarity */
.wizard-card .btn, .status-card .btn { clip-path: none; border-radius: 999px; text-transform: none; letter-spacing: 0.01em; }
/* .btn-outline's light color (var(--ink)) is meant for dark backgrounds;
   the wizard/status cards are white, so give it a readable dark treatment
   here instead of the site-wide near-white text. */
.wizard-card .btn-outline, .status-card .btn-outline {
  color: var(--navy);
  border: 1.5px solid #d5dcea;
  background: #fff;
}
.wizard-card .btn-outline:hover, .status-card .btn-outline:hover {
  border-color: var(--bright-blue);
  color: var(--bright-blue);
  background: #f4f9fc;
}

/* ---------- Header ---------- */
/* Note: backdrop-filter lives on ::before, not on .site-header itself.
   A filter/backdrop-filter on .site-header would create a new containing
   block for its position:fixed descendants (like the mobile .site-nav
   panel), making that panel position itself relative to this ~88px header
   box instead of the viewport and breaking its full-screen background. */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: 14px 5vw;
  color: var(--white);
  background: rgba(4, 6, 15, 0.5);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background 220ms ease, min-height 220ms ease, box-shadow 220ms ease;
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.site-header.is-scrolled {
  min-height: 70px;
  background: rgba(4, 6, 15, 0.94);
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
  border-bottom-color: rgba(255,207,63,0.25);
}
.brand img { width: 160px; height: auto; transition: width 220ms ease; }
.site-header.is-scrolled .brand img { width: 142px; }

.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a {
  position: relative;
  padding: 10px 15px;
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: rgba(255,255,255,0.75);
  transition: color 200ms ease;
}
.site-nav a::after {
  content: ""; position: absolute; left: 15px; right: 15px; bottom: 4px; height: 2px;
  background: var(--gold-neon); transform: scaleX(0); transform-origin: left; transition: transform 220ms var(--ease);
}
.site-nav a:hover { color: #fff; }
.site-nav a:hover::after { transform: scaleX(1); }
.site-nav a.is-active { color: var(--gold-neon); }
.site-nav a.is-active::after { transform: scaleX(1); }
.site-nav .nav-cta {
  margin-left: 10px;
  background: linear-gradient(100deg, var(--gold-neon), var(--gold));
  color: var(--navy-deep) !important;
  font-weight: 800;
  padding: 11px 22px;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
  box-shadow: var(--glow-gold);
}
.site-nav .nav-cta::after { display: none; }
.site-nav .nav-ticket {
  margin-left: 6px;
  padding: 10px 18px;
  border: 1.5px solid rgba(255,255,255,0.3);
  color: #fff;
  font-weight: 700;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
  transition: border-color 200ms ease, background 200ms ease;
}
.site-nav .nav-ticket:hover { background: rgba(255,255,255,0.08); border-color: var(--gold-neon); }
.site-nav .nav-ticket::after { display: none; }

.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 8px; z-index: 210; }
.menu-toggle span { width: 26px; height: 2.5px; background: #fff; border-radius: 2px; transition: transform 220ms ease, opacity 220ms ease; }
.menu-toggle.is-active span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: #fff; background: var(--bg-0); text-align: center; }
.hero-video, .hero-poster-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.5; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255,207,63,0.08), transparent 55%),
    linear-gradient(180deg, rgba(4,6,15,0.75) 0%, rgba(4,6,15,0.5) 30%, rgba(4,6,15,0.97) 100%);
}
.hero-content { position: relative; z-index: 2; padding: 130px 6vw 0; max-width: 980px; margin: 0 auto; }
.hero-ribbon {
  display: inline-flex; align-items: center; gap: 10px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.2em;
  color: var(--gold-neon); text-transform: uppercase; margin-bottom: 26px;
}
.hero-ribbon::before, .hero-ribbon::after { content: "\2726"; font-size: 0.7rem; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px;
  background: rgba(255,59,78,0.12); border: 1px solid rgba(255,59,78,0.4);
  border-radius: 999px; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase;
  color: #ff9aa5; margin-bottom: 24px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red-live); box-shadow: 0 0 0 4px rgba(255,59,78,0.25); animation: pulse-dot 1.8s infinite; }
@keyframes pulse-dot { 0%,100% { box-shadow: 0 0 0 4px rgba(255,59,78,0.25); } 50% { box-shadow: 0 0 0 8px rgba(255,59,78,0.1); } }
.hero h1 { line-height: 0.98; }
.hero h1 .line2 { display: block; }
.hero-quote { font-family: "Archivo", sans-serif; font-style: italic; font-size: 1.05rem; color: rgba(255,255,255,0.55); margin-top: 22px; text-transform: none; }
.hero-copy { font-size: clamp(1.02rem, 1.5vw, 1.2rem); color: rgba(255,255,255,0.72); max-width: 620px; margin: 18px auto 0; }
.hero-actions { display: flex; gap: 16px; margin-top: 38px; flex-wrap: wrap; justify-content: center; }

/* Hero entrance — the one authored focal moment on the site: the ribbon,
   badge, headline, quote, actions, and countdown rise in sequence, and the
   glow line ignites last, ending exactly at .glow-text's steady-state shadow. */
@keyframes hero-rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-glow-ignite {
  0% { text-shadow: 0 0 0 rgba(255,207,63,0); }
  65% { text-shadow: 0 0 34px rgba(255,207,63,0.85), 0 0 60px rgba(255,207,63,0.45); }
  100% { text-shadow: 0 0 18px rgba(255,207,63,0.6), 0 0 46px rgba(255,207,63,0.25); }
}
.hero-ribbon { animation: hero-rise 700ms cubic-bezier(0.16,1,0.3,1) 60ms both; }
.hero-badge { animation: hero-rise 700ms cubic-bezier(0.16,1,0.3,1) 160ms both; }
.hero h1 { animation: hero-rise 800ms cubic-bezier(0.16,1,0.3,1) 260ms both; }
.hero h1 .line2 { animation: hero-glow-ignite 900ms ease-out 620ms both; }
.hero-quote { animation: hero-rise 700ms cubic-bezier(0.16,1,0.3,1) 520ms both; }
.hero-actions { animation: hero-rise 700ms cubic-bezier(0.16,1,0.3,1) 620ms both; }
.countdown-panel { animation: hero-rise 700ms cubic-bezier(0.16,1,0.3,1) 720ms both; }
@media (prefers-reduced-motion: reduce) {
  .hero-ribbon, .hero-badge, .hero h1, .hero-quote, .hero-actions, .countdown-panel { animation: none; opacity: 1; transform: none; }
  .hero h1 .line2 { animation: none; }
}

/* Bordered countdown panel */
.countdown-panel { position: relative; z-index: 2; max-width: 720px; margin: 56px auto 0; padding: 0 6vw; }
.countdown-panel-inner {
  background: rgba(13,20,48,0.6); border: 1px solid var(--line); border-radius: var(--radius-sm);
  backdrop-filter: blur(10px); overflow: hidden;
}
.countdown-panel-head {
  display: flex; align-items: center; justify-content: center; gap: 10px; padding: 12px;
  background: rgba(255,59,78,0.08); border-bottom: 1px solid var(--line);
  font-size: 0.74rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: #ff9aa5;
}
.countdown-panel-head .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red-live); }
.countdown { display: flex; justify-content: center; gap: 0; }
.countdown .unit { flex: 1; text-align: center; padding: 20px 10px; border-right: 1px solid var(--line-soft); }
.countdown .unit:last-child { border-right: none; }
.countdown .unit strong { display: block; font-family: "Big Shoulders Display", sans-serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; color: var(--gold-neon); font-variant-numeric: tabular-nums; }
.countdown .unit span { display: block; font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted-dim); margin-top: 2px; }

.glance-strip {
  position: relative; z-index: 2; margin-top: 64px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,0.1);
  background: rgba(4,6,15,0.6);
}
.glance-strip article { padding: 30px 6vw; text-align: center; border-right: 1px solid rgba(255,255,255,0.08); }
.glance-strip article:last-child { border-right: none; }
.glance-strip strong { display: block; font-family: "Big Shoulders Display", sans-serif; font-size: clamp(2rem, 3.4vw, 3rem); font-weight: 800; color: var(--gold-neon); }
.glance-strip span { font-size: 0.8rem; color: rgba(255,255,255,0.6); font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }

/* ---------- Marquee ticker ---------- */
.marquee {
  background: var(--bg-1);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  overflow: hidden;
  padding: 16px 0;
  white-space: nowrap;
}
.marquee-track { display: inline-flex; gap: 56px; animation: marquee-scroll 32s linear infinite; will-change: transform; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span {
  font-size: 0.86rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted);
  display: inline-flex; align-items: center; gap: 14px;
}
.marquee-track span::after { content: "\2726"; color: var(--gold-neon); font-size: 0.8rem; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ---------- Ghosted stat row ---------- */
.stat-band { position: relative; padding: 90px 0; text-align: center; }
.stat-grid-hero { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.stat-grid-hero article { padding: 0 10px; }
.stat-grid-hero strong { display: block; font-family: "Big Shoulders Display", sans-serif; font-weight: 800; font-size: clamp(2.4rem, 5vw, 4rem); color: #fff; }
.stat-grid-hero span { display: block; margin-top: 8px; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-neon); font-weight: 700; }
.stat-grid-hero .rule { width: 40px; height: 2px; background: var(--muted-dim); margin: 10px auto 0; }

/* ---------- Content blocks ---------- */
.content-stack { display: flex; flex-direction: column; gap: 20px; }
.content-stack h2 { color: #fff; }
.content-stack p { color: var(--muted); font-size: 1.05rem; }

.image-panel { border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-soft); position: relative; isolation: isolate; border: 1px solid var(--line-soft); }
.image-panel img, .image-panel video { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms var(--ease); }
.image-panel:hover img, .image-panel:hover video { transform: scale(1.05); }
.image-panel-tall { aspect-ratio: 4 / 5; }
.video-panel { aspect-ratio: 4 / 5; }

.feature-grid { display: grid; gap: 20px; margin-top: 8px; }
.feature-grid.two { grid-template-columns: 1fr 1fr; }
.feature-card {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 26px; transition: transform 260ms var(--ease), box-shadow 260ms var(--ease), border-color 260ms var(--ease);
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft), 0 0 32px rgba(255,207,63,0.12); border-color: var(--gold-neon); }
.card-kicker { display: inline-block; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold-neon); margin-bottom: 8px; }
.feature-card h3 { color: #fff; margin-bottom: 8px; }
.feature-card p { color: var(--muted); font-size: 0.94rem; }

.tick-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.tick-list li { position: relative; padding-left: 30px; color: rgba(255,255,255,0.85); font-weight: 600; }
.tick-list li::before {
  content: "\2713"; position: absolute; left: 0; top: -1px; width: 20px; height: 20px;
  background: var(--gold-neon); color: var(--navy-deep); font-size: 12px; font-weight: 900;
  display: flex; align-items: center; justify-content: center; clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
}

/* ---------- Roadmap / timeline ---------- */
.roadmap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; position: relative; }
.roadmap::before { content: ""; position: absolute; top: 23px; left: 5%; right: 5%; height: 2px; background: linear-gradient(90deg, var(--gold-neon), var(--bright-blue)); opacity: 0.3; }
.roadmap-step { position: relative; text-align: center; padding: 0 12px; }
.roadmap-step .num {
  width: 48px; height: 48px; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center;
  background: var(--bg-1); border: 2px solid var(--gold-neon); color: var(--gold-neon); font-weight: 800; position: relative; z-index: 1;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.roadmap-step.is-active .num { background: var(--gold-neon); color: var(--navy-deep); box-shadow: var(--glow-gold); }
.roadmap-step h3 { font-size: 1rem; color: #fff; margin-bottom: 6px; }
.roadmap-step p { color: var(--muted); font-size: 0.86rem; }

/* ---------- League section ---------- */
.league-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; margin-bottom: 44px; }
.format-card, .city-card {
  background: linear-gradient(160deg, var(--bg-3), var(--bg-1)); color: #fff; border-radius: var(--radius-sm); padding: 34px;
  border: 1px solid var(--line);
  background-image: radial-gradient(circle at top right, rgba(255,207,63,0.14), transparent 60%);
}
.format-card h3 { margin: 10px 0 22px; font-size: 1.5rem; }
.format-steps { display: flex; gap: 10px; flex-wrap: wrap; }
.format-steps span { padding: 8px 16px; background: rgba(255,255,255,0.06); border-radius: 4px; font-size: 0.8rem; font-weight: 700; border: 1px solid rgba(255,255,255,0.14); clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%); }
.city-card .cities { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.city-card .cities span { padding: 9px 16px; background: rgba(255,255,255,0.05); border-radius: 4px; font-size: 0.85rem; font-weight: 700; clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%); }

.reveal-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.players article {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 24px 16px; text-align: center;
  transition: transform 260ms var(--ease), box-shadow 260ms var(--ease), border-color 260ms var(--ease);
}
.players article:hover { transform: translateY(-8px); box-shadow: var(--shadow-soft), 0 0 36px rgba(255,207,63,0.15); border-color: var(--gold-neon); }
.players span { display: block; font-weight: 800; color: #fff; font-size: 1rem; }
.players small { display: block; margin-top: 6px; color: var(--muted); font-size: 0.78rem; }

/* ---------- Partnership / process ---------- */
.opportunity-list { display: flex; flex-direction: column; gap: 16px; margin-top: 8px; }
.opportunity-list article { padding: 18px 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 4px; }
.opportunity-list strong { color: #fff; font-size: 1.02rem; }
.opportunity-list span { color: var(--muted); font-size: 0.94rem; }
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.process article { padding: 28px; border-radius: var(--radius-sm); background: var(--bg-2); border: 1px solid var(--line); }
.process span { font-family: "Big Shoulders Display", sans-serif; font-size: 2.2rem; font-weight: 800; color: rgba(255,207,63,0.35); }
.process h3 { margin-top: 8px; color: #fff; font-size: 1.05rem; }

/* ---------- Registration CTA banner ---------- */
.registration-cta {
  background: linear-gradient(120deg, var(--navy), var(--blue) 55%, var(--bright-blue));
  border-radius: var(--radius);
  padding: 60px 6vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
}
.registration-cta::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(255,207,63,0.28), transparent 55%);
}
.registration-cta > * { position: relative; z-index: 1; }
.registration-cta h2 { max-width: 560px; }
.registration-cta p { color: rgba(255,255,255,0.8); margin-top: 10px; max-width: 480px; }
.registration-cta .cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- News ---------- */
.post-filters { display: flex; gap: 10px; margin-bottom: 12px; flex-wrap: wrap; justify-content: center; }
.filter-pill {
  padding: 10px 22px; border: 1px solid var(--line); background: transparent;
  color: rgba(255,255,255,0.7); font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.03em;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
}
.filter-pill:hover { background: rgba(255,255,255,0.06); }
.filter-pill.is-active { background: var(--gold-neon); color: var(--navy-deep); border-color: var(--gold-neon); }
.filter-select-label { display: none; color: rgba(255,255,255,0.8); font-size: 0.85rem; font-weight: 700; margin-bottom: 20px; }
.filter-select { display: block; margin-top: 6px; padding: 10px 14px; border-radius: 6px; width: 100%; background: var(--bg-2); color: #fff; border: 1px solid var(--line); }

.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.news-card {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; color: var(--ink);
  transition: transform 280ms var(--ease), box-shadow 280ms var(--ease), border-color 280ms var(--ease); display: flex; flex-direction: column;
}
.news-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-strong), 0 0 40px rgba(255,207,63,0.14); border-color: var(--gold-neon); }
.news-card .thumb { aspect-ratio: 16/10; overflow: hidden; }
.news-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms var(--ease); }
.news-card:hover .thumb img { transform: scale(1.08); }
.news-card .body { padding: 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.news-card .tag { align-self: flex-start; font-size: 0.66rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--navy-deep); background: var(--gold-neon); padding: 4px 10px; clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%); }
.news-card h3 { font-size: 1.05rem; color: #fff; text-transform: none; }
.news-card p { color: var(--muted); font-size: 0.9rem; }
.news-card time { font-size: 0.78rem; color: var(--muted-dim); margin-top: auto; }
.news-empty { color: rgba(255,255,255,0.5); padding: 40px 0; text-align: center; }

/* ---------- Partners ---------- */
.partners-inner { text-align: center; }
.logo-grid-panel { margin-top: 20px; background: var(--bg-1); border-radius: var(--radius-sm); padding: 34px; border: 1px solid var(--line); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact-details { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.contact-details a { color: var(--bright-blue); font-weight: 700; }
.contact-details p { color: var(--muted); }
.contact-details strong { color: #fff; }
.contact-form { display: flex; flex-direction: column; gap: 16px; background: var(--bg-1); padding: 34px; border-radius: var(--radius-sm); border: 1px solid var(--line); }
.contact-form label { display: flex; flex-direction: column; gap: 8px; font-size: 0.85rem; font-weight: 700; color: var(--muted); }
.contact-form input, .contact-form select, .contact-form textarea {
  padding: 13px 16px; border-radius: 6px; border: 1.5px solid var(--line); font-size: 0.95rem; color: var(--ink); background: var(--bg-2);
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--gold-neon); box-shadow: 0 0 0 4px rgba(255,207,63,0.14); }
.hidden-field { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.form-status { font-size: 0.88rem; font-weight: 700; min-height: 18px; }
.form-status.success { color: #34d399; }
.form-status.error { color: #ff6b6b; }

/* ---------- Footer ---------- */
.site-footer { background: #020309; color: rgba(255,255,255,0.65); padding: 64px 6vw 28px; border-top: 1px solid var(--line-soft); }
.footer-inner { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-inner img { width: 150px; margin-bottom: 14px; }
.footer-inner nav { display: flex; flex-direction: column; gap: 10px; }
.footer-inner nav a { font-weight: 600; font-size: 0.92rem; transition: color 180ms ease; }
.footer-inner nav a:hover { color: var(--gold-neon); }
.footer-contact p { margin-bottom: 10px; font-size: 0.92rem; }
.footer-contact strong { color: #fff; }
.footer-contact a { color: var(--bright-blue); }
.footer-bottom { max-width: var(--container); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding-top: 22px; font-size: 0.82rem; flex-wrap: wrap; gap: 12px; }
.admin-entry { background: none; border: 1px solid rgba(255,255,255,0.14); color: rgba(255,255,255,0.4); padding: 8px 16px; border-radius: 4px; font-size: 0.76rem; }
.admin-entry:hover { color: #fff; border-color: rgba(255,255,255,0.4); }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Sibling stagger — these grids read as a list, so their reveal cascades
   in one item at a time instead of arriving as a single flat block. */
.reveal-grid article.reveal, .feature-grid article.reveal, .news-grid .news-card.reveal,
.stat-grid-hero article.reveal, .process article.reveal {
  transition-delay: calc(var(--stagger-i, 0) * 70ms);
}
.reveal-grid article:nth-child(1), .feature-grid article:nth-child(1), .news-grid .news-card:nth-child(1), .stat-grid-hero article:nth-child(1), .process article:nth-child(1) { --stagger-i: 0; }
.reveal-grid article:nth-child(2), .feature-grid article:nth-child(2), .news-grid .news-card:nth-child(2), .stat-grid-hero article:nth-child(2), .process article:nth-child(2) { --stagger-i: 1; }
.reveal-grid article:nth-child(3), .feature-grid article:nth-child(3), .news-grid .news-card:nth-child(3), .stat-grid-hero article:nth-child(3), .process article:nth-child(3) { --stagger-i: 2; }
.reveal-grid article:nth-child(4), .news-grid .news-card:nth-child(4) { --stagger-i: 3; }
.reveal-grid article:nth-child(5) { --stagger-i: 4; }

/* Directional reveal variants — apply reveal-left/reveal-right to any element
   for a horizontal slide-in instead of the default rise. */
.reveal-left { opacity: 0; transform: translateX(-48px); transition: opacity 750ms var(--ease), transform 750ms var(--ease); }
.reveal-left.is-visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(48px); transition: opacity 750ms var(--ease), transform 750ms var(--ease); }
.reveal-right.is-visible { opacity: 1; transform: translateX(0); }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-left, .reveal-right { opacity: 1; transform: none; transition: none; }
}

/* ---------- First-visit loading screen ---------- */
.load-overlay {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px;
  background: radial-gradient(1200px 600px at 50% 20%, #0c1c4a 0%, var(--navy-deep, #050912) 65%, #030509 100%);
  animation: loadFadeIn 200ms ease;
}
.load-overlay.is-hiding { animation: loadFadeOut 480ms ease forwards; }
.load-logo { width: 96px; height: auto; animation: loadPulse 1400ms ease-in-out infinite; }
.load-ring {
  width: 34px; height: 34px; border-radius: 50%;
  border: 3px solid rgba(255,207,63,0.18); border-top-color: var(--gold-neon, #ffcf3f);
  animation: loadSpin 750ms linear infinite;
}
@keyframes loadFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes loadFadeOut { to { opacity: 0; visibility: hidden; } }
@keyframes loadSpin { to { transform: rotate(360deg); } }
@keyframes loadPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.55; } }
@media (prefers-reduced-motion: reduce) {
  .load-logo, .load-ring { animation: none; }
}

/* ---------- Extra hover polish: buttons, cards, images ---------- */
.btn { transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), background 220ms var(--ease); }
.btn:hover { transform: translateY(-3px); }
.btn-primary:hover { box-shadow: 0 14px 34px rgba(255,207,63,0.32); }
.btn-outline:hover { box-shadow: 0 10px 26px rgba(255,255,255,0.08); }

.news-card, .feature-card, .players article, .process article, .format-card, .city-card {
  transition: transform 320ms var(--ease), box-shadow 320ms var(--ease);
}
.news-card:hover, .feature-card:hover, .players article:hover, .format-card:hover, .city-card:hover {
  transform: translateY(-6px);
}

.news-card img, .players article img, .about-photo img, .hero-media img {
  transition: transform 500ms var(--ease);
}
.news-card:hover img, .players article:hover img { transform: scale(1.06); }
.news-card { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  .btn, .news-card, .feature-card, .players article, .process article, .format-card, .city-card, .news-card img, .players article img {
    transition: none !important;
  }
  .btn:hover, .news-card:hover, .feature-card:hover, .players article:hover, .format-card:hover, .city-card:hover { transform: none; }
}

/* ---------- Announcement popup modal ---------- */
.announce-overlay {
  position: fixed; inset: 0; z-index: 500; background: rgba(2,3,9,0.8); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center; padding: 24px;
  opacity: 0; pointer-events: none; transition: opacity 260ms ease;
}
.announce-overlay.is-visible { opacity: 1; pointer-events: auto; }
.announce-card {
  position: relative; max-width: 460px; width: 100%; background: linear-gradient(160deg, var(--bg-3), var(--bg-1));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 40px 36px; text-align: center;
  box-shadow: var(--shadow-strong); transform: translateY(16px) scale(0.97); transition: transform 260ms var(--ease);
}
.announce-overlay.is-visible .announce-card { transform: translateY(0) scale(1); }
.announce-card::before { content: ""; position: absolute; top: 0; left: 8%; right: 8%; height: 3px; background: linear-gradient(90deg, var(--red-live), var(--gold-neon), var(--bright-blue)); }
.announce-close { position: absolute; top: 14px; right: 14px; background: rgba(255,255,255,0.06); border: none; color: var(--muted); width: 30px; height: 30px; border-radius: 50%; font-size: 18px; }
.announce-close:hover { color: #fff; background: rgba(255,255,255,0.14); }
.announce-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,59,78,0.14); border: 1px solid rgba(255,59,78,0.4); color: #ff9aa5; padding: 6px 16px; border-radius: 999px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 20px; }
.announce-card img { width: 100px; margin: 0 auto 18px; }
.announce-card h3 { color: #fff; font-size: 1.5rem; margin-bottom: 10px; text-transform: uppercase; }
.announce-card p { color: var(--muted); font-size: 0.94rem; margin-bottom: 22px; }
.announce-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 24px; }
.announce-grid div { background: rgba(255,255,255,0.04); border: 1px solid var(--line-soft); border-radius: 8px; padding: 12px; text-align: left; }
.announce-grid strong { display: block; color: var(--gold-neon); font-size: 0.85rem; }
.announce-grid span { font-size: 0.72rem; color: var(--muted-dim); }
.announce-maybe { display: block; margin-top: 14px; color: var(--muted-dim); font-size: 0.8rem; }
.announce-maybe:hover { color: var(--muted); }

/* ---------- Inner page hero (about/league/partnership/news/contact) ---------- */
.page-hero {
  position: relative; padding: 190px 6vw 100px; color: #fff;
  background: var(--bg-0);
  overflow: hidden; text-align: center;
}
.page-hero::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255,207,63,0.1), transparent 55%);
}
.page-hero > * { position: relative; z-index: 1; max-width: 780px; margin-left: auto; margin-right: auto; }
.page-hero .eyebrow { justify-content: center; }
.page-hero p.lead { font-size: 1.12rem; color: rgba(255,255,255,0.68); margin-top: 18px; }

/* ---------- Utility ---------- */
.mt-lg { margin-top: 48px; }
.text-center { text-align: center; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
  .split, .contact-grid { grid-template-columns: 1fr; }
  .split-reverse { direction: ltr; }
  .split-reverse .image-panel { order: -1; }
  .league-grid { grid-template-columns: 1fr; }
  .reveal-grid { grid-template-columns: repeat(3, 1fr); }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .process { grid-template-columns: 1fr; }
  .roadmap { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .roadmap::before { display: none; }
  .stat-grid-hero { grid-template-columns: repeat(2, 1fr); row-gap: 32px; }
}

@media (max-width: 760px) {
  .menu-toggle { display: flex; }
  .site-nav {
    position: fixed; inset: 0; top: 0; padding: 120px 32px 40px; flex-direction: column; align-items: flex-start;
    background: rgba(4,6,15,0.98); transform: translateX(100%); transition: transform 320ms var(--ease);
    gap: 4px; width: min(80vw, 340px); right: 0; left: auto;
  }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a { width: 100%; padding: 14px 18px; font-size: 1rem; }
  .hero-content { padding: 130px 6vw 0; }
  .glance-strip { grid-template-columns: 1fr; }
  .glance-strip article { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .reveal-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; text-align: left; }
  .registration-cta { flex-direction: column; align-items: flex-start; text-align: left; }
  .filter-select-label { display: block; }
  .post-filters { display: none; }
  .section { padding: 80px 0; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .countdown .unit { padding: 14px 6px; }
  .countdown .unit strong { font-size: 1.5rem; }
  .roadmap { grid-template-columns: 1fr; }
  .stat-grid-hero { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .stat-grid-hero article { padding: 0; }
  .stat-grid-hero strong { font-size: clamp(1.3rem, 7.5vw, 2rem); }
  .stat-grid-hero span { font-size: 0.56rem; letter-spacing: 0.01em; white-space: nowrap; }
  .stat-grid-hero .rule { margin: 6px auto 0; }
}

/* ---------- Registration wizard ---------- */
.wizard-hero { padding: 160px 6vw 40px; background: var(--bg-0); color: #fff; text-align: center; }
.wizard-hero p.lead { color: rgba(255,255,255,0.7); max-width: 640px; margin: 14px auto 0; }
.wizard-shell { max-width: 880px; margin: -40px auto 100px; padding: 0 6vw; position: relative; z-index: 5; }
.wizard-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-strong); padding: 48px; color: #0a1224; }
.wizard-steps { display: flex; justify-content: space-between; margin-bottom: 40px; gap: 6px; }
.wizard-step { flex: 1; text-align: center; position: relative; }
.wizard-step .dot { width: 34px; height: 34px; border-radius: 50%; background: #e3e8f2; color: #56637a; display: flex; align-items: center; justify-content: center; font-weight: 800; margin: 0 auto 8px; transition: background 220ms ease, color 220ms ease; }
.wizard-step.is-active .dot { background: var(--navy); color: #fff; }
.wizard-step.is-done .dot { background: var(--gold); color: #fff; }
.wizard-step span.label { font-size: 0.72rem; font-weight: 700; color: #56637a; text-transform: uppercase; letter-spacing: 0.04em; }
.wizard-step::after { content: ""; position: absolute; top: 17px; left: 50%; width: 100%; height: 2px; background: #e3e8f2; z-index: -1; }
.wizard-step:last-child::after { display: none; }
.wizard-step.is-done::after { background: var(--gold); }

.wizard-panel { display: none; }
.wizard-panel.is-active { display: block; animation: fadeSlide 320ms var(--ease); }
@keyframes fadeSlide { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.wizard-panel h2 { color: var(--navy); font-size: 1.5rem; margin-bottom: 6px; text-transform: none; }
.wizard-panel > p.step-sub { color: #56637a; margin-bottom: 28px; }

.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.84rem; font-weight: 700; color: var(--navy); }
.field .req { color: #c33; }
.field input, .field select, .field textarea {
  padding: 13px 15px; border: 1.5px solid #e3e8f2; border-radius: 10px; font-size: 0.95rem; color: #0a1224;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--bright-blue); box-shadow: 0 0 0 4px rgba(23,167,216,0.14); }
.field .hint { font-size: 0.78rem; color: #93a0b8; }
.field .err { font-size: 0.78rem; color: #c33; font-weight: 700; min-height: 16px; }

.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.choice-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.choice-card { position: relative; }
.choice-card input { position: absolute; opacity: 0; }
.choice-card label {
  display: flex; align-items: center; gap: 10px; padding: 14px 16px; border: 1.5px solid #e3e8f2; border-radius: 10px;
  font-size: 0.9rem; font-weight: 700; color: #0a1224; cursor: pointer; transition: border-color 180ms ease, background 180ms ease;
}
.choice-card input:checked + label { border-color: var(--navy); background: #eef2ff; color: var(--navy); }
.choice-card input:focus-visible + label { outline: 2px solid var(--bright-blue); outline-offset: 2px; }

.category-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 14px; }
.category-card input { position: absolute; opacity: 0; }
.category-card label {
  display: block; padding: 18px; border: 1.5px solid #e3e8f2; border-radius: 12px; cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.category-card label strong { display: block; color: var(--navy); font-size: 1rem; margin-bottom: 4px; }
.category-card label span { font-size: 0.78rem; color: #93a0b8; }
.category-card input:checked + label { border-color: var(--gold); box-shadow: 0 10px 26px rgba(245,165,27,0.2); transform: translateY(-2px); }

.upload-box {
  border: 2px dashed #e3e8f2; border-radius: 14px; padding: 22px; text-align: center; cursor: pointer;
  transition: border-color 200ms ease, background 200ms ease; position: relative; margin-bottom: 20px;
}
.upload-box:hover, .upload-box.is-dragover { border-color: var(--bright-blue); background: #f0fbff; }
.upload-box input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.upload-box .upload-title { font-weight: 700; color: var(--navy); font-size: 0.92rem; }
.upload-box .upload-hint { font-size: 0.78rem; color: #93a0b8; margin-top: 4px; }
.upload-box .upload-filename { font-size: 0.82rem; font-weight: 700; color: #147a45; margin-top: 8px; }
.upload-box.has-error { border-color: #c33; }

.wizard-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 32px; gap: 12px; flex-wrap: wrap; }
.wizard-actions .spacer { flex: 1; }
.form-error-banner { background: #fde3e1; color: #ad2b23; padding: 14px 18px; border-radius: 10px; font-size: 0.88rem; font-weight: 700; margin-bottom: 20px; display: none; }
.form-error-banner.is-visible { display: block; }

.review-summary { display: flex; flex-direction: column; gap: 18px; margin-bottom: 26px; }
.review-block h4 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.06em; color: #93a0b8; border-bottom: 1px solid #e3e8f2; padding-bottom: 6px; margin-bottom: 10px; }
.review-row { display: flex; justify-content: space-between; gap: 12px; font-size: 0.9rem; padding: 4px 0; }
.review-row span:first-child { color: #56637a; }
.review-row span:last-child { font-weight: 700; text-align: right; }
.consent-list { display: flex; flex-direction: column; gap: 12px; margin: 24px 0; }
.consent-row { display: flex; gap: 12px; align-items: flex-start; font-size: 0.88rem; color: #0a1224; }
.consent-row input { margin-top: 3px; }

.success-screen { text-align: center; padding: 20px 0; }
.success-screen .success-icon { width: 74px; height: 74px; border-radius: 50%; background: #147a45; color: #fff; font-size: 34px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.success-screen h2 { color: var(--navy); margin-bottom: 10px; text-transform: none; }
.success-screen .reg-code { display: inline-block; margin: 18px 0; padding: 12px 24px; background: #f5f8fc; border-radius: 10px; font-weight: 800; letter-spacing: 0.04em; color: var(--navy); font-size: 1.1rem; }
.success-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 18px; }

@media (max-width: 760px) {
  .wizard-card { padding: 28px 20px; }
  .field-grid { grid-template-columns: 1fr; }
  .choice-grid, .choice-grid.cols-3 { grid-template-columns: 1fr; }
  .wizard-step span.label { display: none; }
  .wizard-shell { margin-top: -20px; }
}

/* ---------- Registration status page ---------- */
.status-shell { max-width: 640px; margin: -40px auto 100px; padding: 0 6vw; position: relative; z-index: 5; }
.status-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-strong); padding: 44px; color: #0a1224; }
.status-tabs { display: flex; gap: 10px; margin-bottom: 26px; }
.status-tabs button { flex: 1; padding: 12px; border-radius: 10px; border: 1.5px solid #e3e8f2; background: #fff; font-weight: 700; color: #56637a; }
.status-tabs button.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }
.status-results { margin-top: 24px; display: flex; flex-direction: column; gap: 14px; }
.status-result-card { border: 1.5px solid #e3e8f2; border-radius: 12px; padding: 18px 20px; }
.status-result-card .code { font-weight: 800; color: var(--navy); }
.status-badge { display:inline-block; padding: 4px 12px; border-radius: 999px; font-size: 0.78rem; font-weight: 800; background: #f5f8fc; color: var(--navy); margin-top: 6px; }
