/* ============================================================
   Golden 777 Charms — promo website
   Theme: neon-and-gold big-win celebration, on midnight purple
   ============================================================ */

:root {
  --neon-gold: #F2C232;
  --mega-gold: #F5D24A;
  --jackpot-red: #E23A3A;
  --electric-purple: #7B36C9;
  --rare-purple: #9A4FE0;
  --midnight: #161018;
  --velvet: #241A2E;
  --velvet-2: #1A1322;
  --spark-white: #FBFBF7;
  --ink: #161018;
  --muted: #BCB1C8;
  --rule: rgba(245, 210, 74, 0.18);
  --gold-grad: linear-gradient(180deg, #FFE99A 0%, #F5D24A 38%, #C28B12 100%);
  --neon-grad: linear-gradient(135deg, #F2C232 0%, #E23A3A 50%, #9A4FE0 100%);
  --shadow-lg: 0 30px 80px -30px rgba(245, 210, 74, 0.35), 0 10px 30px -10px rgba(0,0,0,0.6);
}

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: var(--midnight);
  color: var(--spark-white);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-image:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(123, 54, 201, 0.25), transparent 70%),
    radial-gradient(ellipse 40% 30% at 100% 40%, rgba(242, 194, 50, 0.10), transparent 70%),
    radial-gradient(ellipse 40% 30% at 0% 80%, rgba(226, 58, 58, 0.10), transparent 70%);
  background-attachment: fixed;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--neon-gold); text-decoration: none; transition: color .2s; }
a:hover { color: var(--mega-gold); }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============== TOPBAR ============== */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background-color: rgba(22, 16, 24, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rule);
}
.topbar .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  color: var(--spark-white);
}
.brand-mark {
  width: 40px; height: 40px;
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(242, 194, 50, 0.45);
}
.brand-name {
  font-family: 'Anton', 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.nav-links {
  display: flex; align-items: center; gap: 28px;
}
.nav-links a {
  color: var(--spark-white);
  font-weight: 500;
  font-size: 14.5px;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -6px;
  width: 0; height: 2px;
  background: var(--gold-grad);
  transition: width .25s;
}
.nav-links a:hover::after { width: 100%; }
.nav-toggle {
  display: none;
  background: none; border: none; color: var(--spark-white);
  cursor: pointer; padding: 6px;
}

/* ============== HERO ============== */
.hero {
  position: relative;
  padding: 96px 0 80px;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('images/hero_bg.webp');
  background-size: cover;
  background-position: center top;
  opacity: 0.55;
  z-index: 0;
}
.hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(22, 16, 24, 0.4) 0%, rgba(22, 16, 24, 0.92) 75%, var(--midnight) 100%);
  z-index: 1;
}
.hero .container { position: relative; z-index: 2; }
.hero-inner {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px;
  border: 1px solid var(--rule);
  background: rgba(36, 26, 46, 0.7);
  border-radius: 999px;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 28px;
}
.hero-badge .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--neon-gold);
  box-shadow: 0 0 10px var(--neon-gold);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.2); }
}
.hero-title {
  font-family: 'Anton', 'Bebas Neue', sans-serif;
  font-size: clamp(44px, 9vw, 96px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.hero-title .row { display: block; }
.hero-title .gild {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 0 60px rgba(245, 210, 74, 0.25);
}
.hero-title .neon {
  color: var(--rare-purple);
  text-shadow: 0 0 24px rgba(154, 79, 224, 0.7);
}
.hero-title .crimson {
  font-style: italic;
  font-weight: normal;
  font-family: 'Inter', sans-serif;
  font-size: clamp(20px, 3vw, 30px);
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--spark-white);
  display: block;
  margin-top: 12px;
}
.hero-sub {
  font-size: clamp(16px, 1.6vw, 19px);
  color: rgba(251, 251, 247, 0.84);
  max-width: 680px;
  margin: 0 auto 36px;
  text-align: center;
}
.hero-sub strong { color: var(--mega-gold); font-weight: 600; }
.hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  justify-content: center;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-align: center;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  cursor: pointer;
  border: none;
  transition: transform .15s, box-shadow .2s, background .2s;
  min-width: 200px;
  line-height: 1.2;
}
.btn-primary {
  background: var(--gold-grad);
  color: var(--ink);
  box-shadow: 0 14px 36px -10px rgba(245, 210, 74, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px -8px rgba(245, 210, 74, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  color: var(--ink);
}
.btn-ghost {
  background: transparent;
  color: var(--spark-white);
  border: 1.5px solid var(--rule);
}
.btn-ghost:hover {
  border-color: var(--neon-gold);
  background: rgba(242, 194, 50, 0.08);
  color: var(--spark-white);
}

/* ============== STAT STRIP ============== */
.stat-strip {
  padding: 36px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: rgba(36, 26, 46, 0.45);
}
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; text-align: center;
}
.stat .num {
  font-family: 'Anton', sans-serif;
  font-size: clamp(36px, 5vw, 54px);
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1;
  margin-bottom: 6px;
}
.stat .num.purple {
  background: linear-gradient(180deg, #D9A3FF 0%, #9A4FE0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.stat .num.red {
  background: linear-gradient(180deg, #FF7A7A 0%, #E23A3A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.stat .lbl {
  font-size: 13px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ============== SECTION SHELL ============== */
.section {
  padding: 96px 0;
  position: relative;
}
.section-bg-alt {
  background: rgba(36, 26, 46, 0.4);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}
.t-eyebrow {
  font-size: 12.5px;
  letter-spacing: 0.22em;
  color: var(--neon-gold);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;
}
.section h2 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(34px, 5.6vw, 56px);
  line-height: 1.05;
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.section-head p {
  color: rgba(251, 251, 247, 0.78);
  font-size: 16.5px;
  margin: 0;
}
.accent-gold { color: var(--neon-gold); }
.accent-purple { color: var(--rare-purple); }
.accent-red { color: var(--jackpot-red); }
.gradient-gold {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.glow-string {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; margin: 16px auto 22px;
  max-width: 320px;
}
.glow-string .line {
  flex: 1; height: 1px;
  background: linear-gradient(90deg, transparent, var(--rule), transparent);
}
.glow-string .ornament {
  color: var(--neon-gold);
  font-size: 18px;
  text-shadow: 0 0 12px rgba(242, 194, 50, 0.6);
}

/* ============== FEATURES ============== */
.features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature-card {
  background: linear-gradient(160deg, rgba(36, 26, 46, 0.95), rgba(26, 19, 34, 0.95));
  border: 1px solid var(--rule);
  border-radius: 18px;
  padding: 30px 26px;
  position: relative;
  overflow: hidden;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.feature-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(242, 194, 50, 0.08), transparent 60%);
  pointer-events: none;
}
.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 210, 74, 0.45);
  box-shadow: 0 24px 50px -20px rgba(0, 0, 0, 0.6), 0 0 30px -10px rgba(242, 194, 50, 0.3);
}
.feature-card.alt {
  background: linear-gradient(160deg, rgba(48, 22, 80, 0.65), rgba(26, 19, 34, 0.95));
  border-color: rgba(154, 79, 224, 0.25);
}
.feature-card.alt:hover { border-color: var(--rare-purple); }
.feature-card.red {
  background: linear-gradient(160deg, rgba(80, 22, 22, 0.6), rgba(26, 19, 34, 0.95));
  border-color: rgba(226, 58, 58, 0.25);
}
.feature-card.red:hover { border-color: var(--jackpot-red); }
.feature-card .ico {
  font-size: 32px;
  margin-bottom: 14px;
  color: var(--neon-gold);
  text-shadow: 0 0 16px rgba(242, 194, 50, 0.5);
}
.feature-card h3 {
  font-family: 'Anton', sans-serif;
  font-size: 22px;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: var(--spark-white);
}
.feature-card p {
  color: rgba(251, 251, 247, 0.78);
  font-size: 15px;
  margin: 0;
}
.feature-card p strong { color: var(--mega-gold); font-weight: 600; }

/* ============== LUCKY 5 ============== */
.lucky5-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}
.lucky-tile {
  background: linear-gradient(180deg, rgba(36, 26, 46, 0.9), rgba(22, 16, 24, 0.95));
  border: 1.5px solid rgba(245, 210, 74, 0.45);
  border-radius: 18px;
  padding: 22px 16px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform .2s;
}
.lucky-tile::before {
  content: '';
  position: absolute;
  top: -40%; left: -10%;
  width: 120%; height: 80%;
  background: radial-gradient(ellipse at center, rgba(245, 210, 74, 0.18), transparent 65%);
  pointer-events: none;
}
.lucky-tile:hover { transform: translateY(-6px); }
.lucky-tile .charm {
  width: 100%; max-width: 140px;
  margin: 0 auto 14px;
  position: relative; z-index: 1;
  filter: drop-shadow(0 8px 20px rgba(245, 210, 74, 0.4));
}
.lucky-tile h4 {
  font-family: 'Anton', sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 4px;
  color: var(--mega-gold);
  position: relative; z-index: 1;
}
.lucky-tile .family {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative; z-index: 1;
}

/* ============== HOPEFUL SECTION ============== */
.hopeful-wrap {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.hopeful-art {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(123, 54, 201, 0.25), rgba(22, 16, 24, 0.4));
  border: 1px solid rgba(154, 79, 224, 0.25);
  padding: 16px;
}
.hopeful-art img {
  width: 100%;
  border-radius: 16px;
}
.hopeful-copy h3 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(26px, 3.6vw, 38px);
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.hopeful-copy p {
  color: rgba(251, 251, 247, 0.82);
  font-size: 16px;
  margin: 0 0 14px;
}
.hopeful-copy p strong { color: var(--mega-gold); }
.stamp {
  display: inline-block;
  padding: 6px 12px;
  border: 1px dashed var(--rare-purple);
  border-radius: 4px;
  color: var(--rare-purple);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 18px;
}

/* ============== RANK ARC ============== */
.rank-row {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.rank-pill {
  background: linear-gradient(180deg, rgba(36, 26, 46, 0.9), rgba(22, 16, 24, 0.95));
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 22px 16px;
  text-align: center;
  transition: transform .2s, border-color .2s;
}
.rank-pill:hover { transform: translateY(-3px); border-color: var(--neon-gold); }
.rank-pill .step {
  font-family: 'Anton', sans-serif;
  font-size: 36px;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1;
  margin-bottom: 8px;
}
.rank-pill .name {
  margin: 0;
  font-weight: 600;
  font-size: 14.5px;
  color: var(--spark-white);
  letter-spacing: 0.02em;
}
.rank-pill.gold {
  border-color: var(--mega-gold);
  background: linear-gradient(180deg, rgba(245, 210, 74, 0.18), rgba(36, 26, 46, 0.95));
  box-shadow: 0 0 30px -10px rgba(245, 210, 74, 0.5);
}

/* ============== CHARM TAGS ============== */
.tag-pills {
  display: flex; flex-wrap: wrap; gap: 8px;
  justify-content: center;
  max-width: 900px; margin: 0 auto;
}
.tag-pill {
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid var(--rule);
  background: rgba(36, 26, 46, 0.7);
  color: var(--spark-white);
}
.tag-pill.gold { border-color: rgba(245, 210, 74, 0.5); color: var(--mega-gold); }
.tag-pill.purple { border-color: rgba(154, 79, 224, 0.5); color: var(--rare-purple); }
.tag-pill.red { border-color: rgba(226, 58, 58, 0.5); color: #FF8A8A; }

/* ============== SCREENSHOTS ============== */
.screens-wrap {
  position: relative;
  padding: 12px 0 50px;
}
.screen-frame {
  background: linear-gradient(160deg, #2a1f3a, #161018);
  padding: 10px;
  border-radius: 28px;
  border: 1px solid rgba(245, 210, 74, 0.25);
  box-shadow: 0 18px 50px -14px rgba(0, 0, 0, 0.7), 0 0 24px -8px rgba(242, 194, 50, 0.25);
  max-width: 280px; margin: 0 auto;
}
.screen-frame img {
  width: 100%;
  border-radius: 20px;
  display: block;
}
.screen-caption {
  text-align: center;
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.swiper { padding: 10px 0 50px; }
.swiper-pagination-bullet { background: var(--muted); opacity: 0.5; }
.swiper-pagination-bullet-active { background: var(--neon-gold); opacity: 1; }
.swiper-button-prev, .swiper-button-next { color: var(--neon-gold); }
.swiper-button-prev::after, .swiper-button-next::after { font-size: 24px; }

/* ============== AI / COMPLIANCE STRIP ============== */
.ai-strip {
  margin-top: 56px;
  background: rgba(36, 26, 46, 0.75);
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 18px 22px;
  display: flex; gap: 14px; align-items: flex-start;
  color: rgba(251, 251, 247, 0.82);
  font-size: 14.5px;
}
.ai-strip .ico-ai {
  color: var(--neon-gold);
  flex-shrink: 0;
  margin-top: 2px;
}
.ai-strip strong { color: var(--mega-gold); }

/* ============== CTA ============== */
.cta-section {
  position: relative;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid var(--rule);
}
.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('images/cta_bg.webp');
  background-size: cover; background-position: center;
  opacity: 0.35;
  z-index: 0;
}
.cta-section::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, var(--midnight) 0%, rgba(22, 16, 24, 0.6) 50%, var(--midnight) 100%);
  z-index: 1;
}
.cta-section .container { position: relative; z-index: 2; }
.cta-section h2 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(36px, 6vw, 64px);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 18px;
  line-height: 1;
}
.cta-section h2 .gold {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.cta-section p {
  color: rgba(251, 251, 247, 0.8);
  font-size: 17px;
  margin: 0 0 32px;
  max-width: 640px;
  margin-left: auto; margin-right: auto;
}

/* ============== FOOTER ============== */
footer {
  background: #0E0A12;
  border-top: 1px solid var(--rule);
  padding: 60px 0 30px;
  color: var(--muted);
}
footer .inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
footer .col-brand p {
  font-size: 14.5px;
  color: var(--muted);
  max-width: 340px;
  margin: 14px 0 0;
}
footer h5 {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--neon-gold);
  margin: 0 0 14px;
}
footer ul { list-style: none; margin: 0; padding: 0; }
footer ul li { margin-bottom: 8px; }
footer ul li a { color: var(--muted); font-size: 14px; }
footer ul li a:hover { color: var(--neon-gold); }
.compliance-footer {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 18px 0;
  text-align: center;
  margin-bottom: 18px;
}
.compliance-footer p { margin: 0; font-size: 13.5px; }
.compliance-footer .strong { color: var(--mega-gold); font-weight: 600; }
.legal {
  text-align: center;
  margin: 0;
  font-size: 12.5px;
  color: var(--muted);
}

/* ============== PRIVACY ACCEPT BUTTON ============== */
.privacy-accept-btn {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 100;
  padding: 18px 16px 22px;
  background: linear-gradient(180deg, transparent 0%, rgba(22, 16, 24, 0.92) 30%, var(--midnight) 100%);
  display: flex; align-items: center; justify-content: center;
}
.privacy-accept-btn.hidden { display: none; }
.accept-btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-align: center;
  padding: 14px 36px;
  border-radius: 12px;
  background: var(--gold-grad);
  color: var(--ink);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  box-shadow: 0 14px 32px -8px rgba(245, 210, 74, 0.6);
  min-width: 260px;
  line-height: 1.2;
}
.accept-btn:hover { transform: translateY(-2px); }

/* ============== LEGAL PAGES ============== */
.legal-page {
  padding: 80px 0;
  min-height: 60vh;
}
.legal-page h1 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(34px, 5vw, 52px);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 8px;
  text-align: center;
}
.legal-page .legal-date {
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 50px;
}
.legal-page .content {
  max-width: 820px;
  margin: 0 auto;
  background: rgba(36, 26, 46, 0.5);
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 40px 36px;
}
.legal-page .content h2 {
  font-family: 'Anton', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 36px 0 14px;
  color: var(--neon-gold);
}
.legal-page .content h2:first-child { margin-top: 0; }
.legal-page .content h3 {
  font-size: 17px;
  margin: 22px 0 10px;
  color: var(--spark-white);
}
.legal-page .content p,
.legal-page .content li {
  color: rgba(251, 251, 247, 0.85);
  font-size: 15.5px;
  line-height: 1.7;
  text-align: left;
}
.legal-page .content ul { padding-left: 22px; }
.legal-page .content li { margin-bottom: 8px; }
.legal-page .content a { color: var(--mega-gold); }
.legal-page .content a:hover { text-decoration: underline; }

/* ============== CONTACT FORM ============== */
.contact-form {
  max-width: 640px;
  margin: 40px auto 0;
  background: rgba(36, 26, 46, 0.65);
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 36px;
}
.form-row { margin-bottom: 18px; }
.form-row label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neon-gold);
  font-weight: 600;
  margin-bottom: 8px;
}
.form-row input,
.form-row textarea {
  width: 100%;
  background: rgba(22, 16, 24, 0.8);
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--spark-white);
  font-family: inherit;
  font-size: 15px;
  transition: border-color .2s;
}
.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--neon-gold);
}
.form-row textarea { min-height: 140px; resize: vertical; }
.form-submit {
  text-align: center;
  margin-top: 24px;
}

/* ============== RESPONSIVE ============== */
@media (max-width: 920px) {
  .features-grid { grid-template-columns: 1fr 1fr; }
  .lucky5-grid { grid-template-columns: repeat(3, 1fr); }
  .hopeful-wrap { grid-template-columns: 1fr; }
  .rank-row { grid-template-columns: repeat(2, 1fr); }
  footer .inner { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
}

@media (max-width: 640px) {
  .nav-links {
    position: absolute;
    top: 68px; left: 0; right: 0;
    background: rgba(22, 16, 24, 0.97);
    backdrop-filter: blur(12px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 24px;
    border-bottom: 1px solid var(--rule);
    transform: translateY(-12px);
    opacity: 0; pointer-events: none;
    transition: opacity .2s, transform .2s;
  }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid var(--rule); }
  .nav-links a:last-child { border-bottom: none; }
  .nav-toggle { display: inline-flex; }

  .hero { padding: 60px 0 50px; }
  .section { padding: 64px 0; }
  .section-head { margin-bottom: 36px; }

  .features-grid { grid-template-columns: 1fr; }
  .lucky5-grid { grid-template-columns: 1fr 1fr; }
  .rank-row { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .btn { min-width: 220px; }
  .legal-page .content { padding: 28px 20px; }
  .contact-form { padding: 24px 20px; }
}
