/* =========================================================
   SmashX1 T10 League — Brand: gold/amber on deep black
   ========================================================= */
:root {
  --gold:        #FFD93D;
  --gold-2:      #F4B400;
  --orange:      #FF8C00;
  --ember:       #FF5A1F;
  --red:         #D62828;
  --ink:         #0a0a0a;
  --ink-2:       #141414;
  --ink-3:       #1c1c1c;
  --line:        rgba(255, 217, 61, 0.18);
  --muted:       #a8a39a;
  --white:       #f7f5ef;
  --grad-fire:   linear-gradient(135deg, #FFD93D 0%, #FF8C00 55%, #D62828 100%);
  --grad-dark:   radial-gradient(1200px 600px at 80% -10%, rgba(255,140,0,0.18), transparent 60%),
                 radial-gradient(800px 500px at -10% 30%, rgba(255,217,61,0.10), transparent 60%),
                 linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
  --shadow-pop:  0 18px 50px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,217,61,0.10) inset;
  --shadow-glow: 0 0 0 1px rgba(255,217,61,0.35), 0 14px 40px rgba(255,140,0,0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--white);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--orange); }
.container { max-width: 1180px; margin: 0 auto; padding: 0 22px; }

/* ============ HEADER / NAV ============ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(8,8,8,0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 22px;
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--white);
}
.brand-mark {
  display: inline-grid; place-items: center;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--grad-fire);
  box-shadow: 0 6px 22px rgba(255,140,0,0.45);
}
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px; letter-spacing: 1.5px; color: var(--white);
}
.brand-name .accent {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(255,217,61,0.6);
}
.brand-sub {
  font-size: 11px; letter-spacing: 4px; color: var(--gold);
  margin-top: 4px; font-weight: 700;
}
.nav-links { display: flex; gap: 28px; }
.nav-links a {
  color: var(--white); font-weight: 500; font-size: 14px;
  position: relative; padding: 6px 0;
}
.nav-links a:hover { color: var(--gold); }
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 2px; background: var(--grad-fire); transform: scaleX(0);
  transform-origin: left; transition: transform .25s ease;
}
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta { padding: 10px 18px; font-size: 13px; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 12px 22px;
  border-radius: 999px; border: 0; cursor: pointer;
  font-weight: 700; font-size: 14px; letter-spacing: 0.4px;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  font-family: inherit;
}
.btn-primary {
  background: var(--grad-fire); color: #1a0a00;
  box-shadow: 0 10px 26px rgba(255,140,0,0.35);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 14px 32px rgba(255,140,0,0.55); }
.btn-ghost {
  background: transparent; color: var(--gold);
  border: 1.5px solid rgba(255,217,61,0.45);
}
.btn-ghost:hover { background: rgba(255,217,61,0.08); border-color: var(--gold); }
.btn-lg { padding: 16px 30px; font-size: 15px; }
.btn-block { width: 100%; }

/* ============ HERO ============ */
.hero {
  position: relative; overflow: hidden;
  background: var(--grad-dark);
  padding: 70px 0 0;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 500px at 70% 30%, rgba(255,140,0,0.25), transparent 65%),
    radial-gradient(600px 400px at 30% 80%, rgba(214,40,40,0.15), transparent 70%);
  pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px;
  align-items: center; min-height: 520px;
  padding-bottom: 70px;
}
.eyebrow {
  display: inline-block; padding: 6px 14px;
  border: 1px solid rgba(255,217,61,0.45);
  border-radius: 999px;
  color: var(--gold); font-weight: 700; letter-spacing: 3px;
  font-size: 11px; text-transform: uppercase;
  background: rgba(255,217,61,0.05);
}
.hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 9vw, 124px);
  line-height: 0.92; letter-spacing: 1px;
  margin: 18px 0 14px;
}
.hero h1 .line-1 { display: block; color: var(--white); }
.hero h1 .line-2 {
  display: block;
  background: var(--grad-fire);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  filter: drop-shadow(0 4px 30px rgba(255,140,0,0.35));
}
.lede {
  max-width: 540px; font-size: 17px; color: #d6d2c8;
}
.hero-ctas { display: flex; gap: 14px; margin: 28px 0 36px; flex-wrap: wrap; }
.hero-stats {
  display: flex; gap: 36px; padding-top: 26px;
  border-top: 1px solid var(--line);
}
.hero-stats > div { display: flex; flex-direction: column; }
.hero-stats strong {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 38px; color: var(--gold); letter-spacing: 1px;
}
.hero-stats span { font-size: 12px; color: var(--muted); letter-spacing: 1.5px; text-transform: uppercase; }

.hero-art {
  position: relative;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flame-orb {
  position: absolute; inset: 0; margin: auto;
  width: 380px; height: 380px;
  background: var(--grad-fire);
  border-radius: 50%; filter: blur(60px); opacity: 0.55;
  animation: pulse 4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50%      { transform: scale(1.08); opacity: 0.75; }
}
.lion-svg {
  position: relative; z-index: 2;
  width: 380px; height: 380px;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
}

/* ============ TICKER ============ */
.ticker {
  background: var(--grad-fire); color: #1a0a00;
  font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
  overflow: hidden; position: relative; z-index: 2;
}
.ticker-track {
  display: flex; gap: 30px; padding: 12px 0;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}
.ticker-track span { font-size: 13px; }
@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============ SECTIONS ============ */
.section { padding: 90px 0; position: relative; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  margin: 18px 0 14px; letter-spacing: 1px;
  background: var(--grad-fire);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.section-head p { color: #cfcabe; font-size: 16px; }

/* ABOUT */
.about { background: linear-gradient(180deg, #050505 0%, #0a0a0a 100%); }
.features {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
}
.feature {
  padding: 28px 24px; border-radius: 18px;
  background: linear-gradient(180deg, #181818 0%, #0e0e0e 100%);
  border: 1px solid var(--line);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.feature:hover {
  transform: translateY(-4px);
  border-color: rgba(255,217,61,0.5);
  box-shadow: var(--shadow-pop);
}
.feature-ico {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--grad-fire); display: grid; place-items: center;
  font-size: 24px; margin-bottom: 16px;
}
.feature h3 { margin: 0 0 6px; font-size: 17px; color: var(--gold); }
.feature p  { margin: 0; color: #c4bfb3; font-size: 14px; }

/* FORMAT */
.format { background: var(--ink); }
.format-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px;
  align-items: center;
}
.format-copy h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(34px, 4.5vw, 52px); margin: 14px 0 22px; letter-spacing: 1px;
}
.check-list { list-style: none; padding: 0; margin: 0 0 28px; }
.check-list li {
  padding: 12px 0 12px 32px; position: relative;
  border-bottom: 1px solid var(--line); color: #d6d2c8;
}
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 12px;
  color: var(--gold); font-weight: 900;
}
.format-card {
  padding: 36px; border-radius: 22px;
  background: linear-gradient(180deg, #1a1a1a 0%, #0c0c0c 100%);
  border: 1px solid rgba(255,217,61,0.35);
  box-shadow: var(--shadow-glow);
  position: relative; overflow: hidden;
}
.format-card::before {
  content: ""; position: absolute; top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: var(--grad-fire); filter: blur(50px); opacity: 0.3;
}
.format-card h3 {
  margin: 0 0 16px; color: var(--gold); letter-spacing: 2px;
  font-size: 13px; text-transform: uppercase;
}
.price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 24px; }
.price .currency { font-size: 28px; color: var(--gold); }
.price .amount {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 80px; line-height: 1; color: var(--white);
  letter-spacing: 1px;
}
.price .per { color: var(--muted); font-size: 14px; margin-left: 6px; }
.includes { list-style: none; padding: 0; margin: 0 0 22px; }
.includes li { padding: 6px 0; color: #d6d2c8; font-size: 14px; }

/* ============ PARTNERS ============ */
.partners { background: linear-gradient(180deg, #060606 0%, #0d0d0d 100%); }

.partner-feature {
  display: flex; align-items: center; gap: 56px;
  padding: 52px; border-radius: 24px;
  background: linear-gradient(135deg, #0f1a2e 0%, #0a0a0a 60%, #1a0a0a 100%);
  border: 1px solid rgba(0, 71, 171, 0.4);
  box-shadow: 0 0 0 1px rgba(0,71,171,0.12) inset, 0 24px 60px rgba(0,0,0,0.6);
  position: relative; overflow: hidden;
  margin-bottom: 48px;
}
.partner-feature::before {
  content: ""; position: absolute; top: -80px; right: -80px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(232,0,29,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.partner-feature::after {
  content: ""; position: absolute; bottom: -60px; left: -60px;
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(0,71,171,0.2) 0%, transparent 70%);
  pointer-events: none;
}

.partner-logo-wrap {
  flex-shrink: 0;
  width: 200px; height: 120px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.96);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  padding: 16px 20px;
  position: relative; z-index: 1;
}
.partner-logo { width: 100%; height: 100%; object-fit: contain; }
.partner-logo-fallback {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  width: 100%; height: 100%;
}

.partner-info { flex: 1; position: relative; z-index: 1; }

.partner-badges {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px;
}
.partner-badge {
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 5px 12px; border-radius: 20px;
}
.badge-ball   { background: rgba(0,71,171,0.25); color: #5b9bff; border: 1px solid rgba(0,71,171,0.5); }
.badge-sponsor { background: rgba(232,0,29,0.18); color: #ff6b7a; border: 1px solid rgba(232,0,29,0.4); }
.badge-ground  { background: rgba(255,217,61,0.12); color: var(--gold); border: 1px solid rgba(255,217,61,0.3); }

.partner-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(32px, 4vw, 52px); letter-spacing: 2px;
  margin: 0 0 4px; line-height: 1;
  background: linear-gradient(90deg, #5b9bff 0%, #ffffff 50%, #ff6b7a 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.partner-sub {
  font-size: 13px; color: var(--muted); letter-spacing: 2px;
  text-transform: uppercase; margin: 0 0 16px; font-weight: 600;
}
.partner-desc {
  font-size: 16px; color: #c4bfb3; line-height: 1.65; margin: 0; max-width: 520px;
}

.partner-video-wrap { margin-top: 8px; }

.video-card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,71,171,0.3);
  box-shadow: 0 20px 60px rgba(0,0,0,0.7);
  background: #0a0f1a;
  text-decoration: none;
  transition: box-shadow .25s ease, border-color .25s ease;
}
.video-card:hover {
  border-color: rgba(255,0,0,0.5);
  box-shadow: 0 24px 70px rgba(0,0,0,0.8), 0 0 0 1px rgba(255,0,0,0.2);
}
.video-thumb-overlay {
  position: relative;
  padding-bottom: 56.25%;
  background-color: #06090f;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
}
.sixit-branded-thumb {
  background: radial-gradient(ellipse at 30% 50%, rgba(0,48,135,0.35) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 50%, rgba(232,0,29,0.25) 0%, transparent 60%),
              linear-gradient(135deg, #04080f 0%, #080410 50%, #0f0408 100%);
}
.sixit-thumb-deco {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: min(280px, 55%); opacity: 0.18;
  pointer-events: none;
}
.sixit-thumb-deco svg { width: 100%; height: auto; }
.sixit-thumb-center {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; z-index: 1; pointer-events: none;
}
.sixit-thumb-wordmark {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 8vw, 96px);
  letter-spacing: 6px; line-height: 1;
  color: #fff;
  text-shadow: 0 0 60px rgba(255,255,255,0.1);
}
.sixit-thumb-sub {
  font-size: clamp(10px, 1.6vw, 16px);
  letter-spacing: 8px; color: rgba(255,255,255,0.45);
  font-weight: 700; margin-top: 4px;
}
.video-play-ring {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -60%);
  z-index: 2;
  width: 72px; height: 72px; border-radius: 50%;
  background: rgba(255,0,0,0.88);
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s ease, background .2s ease;
  box-shadow: 0 0 0 10px rgba(255,0,0,0.18);
}
.video-card:hover .video-play-ring { transform: translate(-50%,-60%) scale(1.1); background: #ff0000; }
.video-card-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 16px 20px;
  display: flex; align-items: center; justify-content: space-between;
  color: var(--white); font-size: 15px; font-weight: 600;
}
.video-yt-badge {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.5px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
  padding: 5px 12px; border-radius: 20px; cursor: pointer;
  transition: background .2s;
}
.video-yt-badge:hover { background: rgba(255,0,0,0.3); border-color: #ff0000; }

@media (max-width: 768px) {
  .partner-feature { flex-direction: column; gap: 28px; padding: 28px 22px; }
  .partner-logo-wrap { width: 100%; height: 90px; }
}

/* ============ REGISTRATION ============ */
.register { background: linear-gradient(180deg, #0a0a0a 0%, #050505 100%); }
.reg-shell {
  max-width: 880px; margin: 0 auto;
  padding: 36px; border-radius: 22px;
  background: linear-gradient(180deg, #161616 0%, #0a0a0a 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-pop);
}

/* Stepper */
.stepper {
  display: flex; gap: 6px; list-style: none;
  padding: 0; margin: 0 0 32px;
  counter-reset: step;
  flex-wrap: wrap;
}
.step {
  flex: 1; min-width: 120px;
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; border-radius: 12px;
  color: var(--muted); font-size: 13px; font-weight: 600;
  background: rgba(255,255,255,0.02);
  border: 1px solid transparent;
  transition: all .25s ease;
}
.step span {
  width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--ink-3); color: var(--muted);
  font-size: 12px; font-weight: 800;
  border: 1px solid var(--line);
}
.step.active {
  background: rgba(255,217,61,0.07);
  border-color: rgba(255,217,61,0.4);
  color: var(--gold);
}
.step.active span {
  background: var(--grad-fire); color: #1a0a00; border-color: transparent;
}
.step.done span { background: var(--gold); color: #1a0a00; border-color: transparent; }
.step.done { color: var(--gold); }

/* Form */
fieldset { border: 0; padding: 0; margin: 0; }
legend {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px; letter-spacing: 1px; color: var(--white);
  margin-bottom: 22px;
}
.step-panel { display: none; }
.step-panel.active { display: block; animation: fade .25s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }

.grid-2 {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 20px;
}
.grid-span-2 { grid-column: span 2; }

label {
  display: flex; flex-direction: column; gap: 6px;
  font-size: 13px; color: #cfcabe; font-weight: 500;
}
label > span { color: var(--white); font-weight: 600; }
input, select, textarea {
  width: 100%; padding: 12px 14px;
  border-radius: 10px;
  background: #0d0d0d;
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--white); font-family: inherit; font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
input::placeholder, textarea::placeholder { color: #6a6a6a; }
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: rgba(255,217,61,0.6);
  box-shadow: 0 0 0 3px rgba(255,217,61,0.15);
}
input:invalid:not(:placeholder-shown),
select:invalid:not(:focus),
textarea:invalid:not(:placeholder-shown) { border-color: rgba(214,40,40,0.6); }

.checkbox {
  flex-direction: row; align-items: flex-start; gap: 10px;
  background: rgba(255,217,61,0.04); padding: 14px;
  border: 1px solid var(--line); border-radius: 10px;
}
.checkbox input { width: auto; margin-top: 3px; }
.checkbox span { font-weight: 500; color: #d6d2c8; }

.step-nav {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 28px; gap: 12px;
}

/* Review */
.review-block {
  background: #0d0d0d; border: 1px solid var(--line);
  border-radius: 14px; padding: 22px;
  margin-bottom: 18px;
}
.review-block h4 {
  font-size: 12px; color: var(--gold); margin: 0 0 12px;
  letter-spacing: 2px; text-transform: uppercase;
}
.review-block + .review-block { margin-top: 14px; }
.review-row {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 8px 0; border-bottom: 1px dashed rgba(255,255,255,0.06);
  font-size: 14px;
}
.review-row:last-child { border-bottom: 0; }
.review-row span { color: var(--muted); }
.review-row strong { color: var(--white); font-weight: 600; text-align: right; }

.fee-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 22px; margin-top: 8px;
  background: rgba(255,217,61,0.06);
  border: 1px solid rgba(255,217,61,0.35);
  border-radius: 12px;
}
.fee-row strong {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px; color: var(--gold); letter-spacing: 1px;
}

/* Payment */
.pay-shell {
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 20px;
}
.pay-card, .pay-side {
  padding: 24px; border-radius: 14px;
  background: #0d0d0d; border: 1px solid var(--line);
}
.pay-card h3 {
  margin: 0 0 18px; color: var(--gold);
  letter-spacing: 2px; font-size: 13px; text-transform: uppercase;
}
.pay-row {
  display: flex; justify-content: space-between;
  padding: 10px 0; font-size: 14px; color: #cfcabe;
  border-bottom: 1px dashed rgba(255,255,255,0.06);
}
.pay-row.total {
  font-size: 17px; padding-top: 14px; margin-top: 4px;
  border-top: 1px solid var(--line); border-bottom: 0;
  color: var(--white);
}
.pay-row.total strong {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px; color: var(--gold); letter-spacing: 1px;
}
.pay-note { color: var(--muted); font-size: 12.5px; margin: 14px 0 18px; }
.pay-help { font-size: 12px; color: var(--muted); margin: 14px 0 0; text-align: center; }
.pay-help a { color: var(--gold); }
.badge-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.pay-badge {
  font-size: 12px; padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,217,61,0.08);
  border: 1px solid rgba(255,217,61,0.3);
  color: var(--gold); font-weight: 600;
}

/* ============ MODAL ============ */
.modal {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(0,0,0,0.8); backdrop-filter: blur(6px);
  display: none; place-items: center;
  padding: 20px;
}
.modal.open { display: grid; }
.modal-card {
  max-width: 480px; width: 100%;
  background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
  border: 1px solid rgba(255,217,61,0.4);
  border-radius: 22px;
  padding: 36px 30px;
  text-align: center;
  box-shadow: var(--shadow-glow);
  animation: pop .35s cubic-bezier(.22,1.5,.36,1);
}
@keyframes pop { from { transform: scale(.9); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.success-ico {
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--grad-fire); display: grid; place-items: center;
  font-size: 42px; margin: 0 auto 20px;
  box-shadow: 0 0 0 8px rgba(255,217,61,0.1);
}
.modal-card h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 38px; letter-spacing: 1px;
  background: var(--grad-fire); -webkit-background-clip: text;
  background-clip: text; color: transparent;
  margin: 0 0 8px;
}
.modal-card > p { color: #cfcabe; margin: 0 0 18px; }
.reg-id {
  padding: 14px; border-radius: 12px;
  background: rgba(255,217,61,0.06);
  border: 1px dashed rgba(255,217,61,0.4);
  margin-bottom: 16px;
}
.reg-id span {
  display: block; font-size: 11px; letter-spacing: 2px;
  color: var(--gold); text-transform: uppercase; margin-bottom: 4px;
}
.reg-id strong {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px; letter-spacing: 2px; color: var(--white);
}
.modal-sub { font-size: 13px; color: var(--muted); margin: 0 0 22px; }

/* ============ FOOTER ============ */
.site-footer {
  background: #050505;
  border-top: 1px solid var(--line);
  padding-top: 60px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px;
  padding-bottom: 40px;
}
.site-footer h4 {
  color: var(--gold); font-size: 13px;
  letter-spacing: 2px; text-transform: uppercase;
  margin: 0 0 14px;
}
.site-footer p { margin: 4px 0; color: #cfcabe; font-size: 14px; }
.foot-tag { color: var(--muted) !important; margin-top: 14px !important; font-style: italic; }
.foot-links { list-style: none; padding: 0; margin: 0; }
.foot-links li { padding: 4px 0; }
.foot-links a { color: #cfcabe; font-size: 14px; }
.foot-links a:hover { color: var(--gold); }
.footbar {
  border-top: 1px solid var(--line);
  padding: 18px 0;
  font-size: 12px; color: var(--muted);
}
.footbar .container {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 920px) {
  .nav-links { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 20px; padding-bottom: 50px; }
  .hero-art { height: 320px; }
  .flame-orb, .lion-svg { width: 280px; height: 280px; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .format-grid { grid-template-columns: 1fr; }
  .pay-shell { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stepper { gap: 4px; }
  .step { font-size: 11px; padding: 8px 10px; min-width: 0; }
  .step span { width: 22px; height: 22px; }
}
@media (max-width: 540px) {
  .section { padding: 60px 0; }
  .reg-shell { padding: 22px; }
  .grid-2 { grid-template-columns: 1fr; }
  .grid-span-2 { grid-column: auto; }
  .hero-stats { gap: 22px; }
  .hero-stats strong { font-size: 30px; }
  .features { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footbar .container { flex-direction: column; align-items: flex-start; }
  .nav-cta { display: none; }
}
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 32px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-cards .format-card {
  width: 100%;
  min-width: 0;
}
.format-card.featured {
  border: 2px solid #FF8C00;
  position: relative;
}
.plan-badge {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FF8C00;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .pricing-cards { grid-template-columns: 1fr; }
}