/* ================================================================
   CityscapeSpin – style.css
   Theme: Midnight City · Electric Blue · Neon Violet · VIP Gold
   Design System: Token-based, glassmorphism, premium micro-UX
   Domain: cityscapespin.com
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700&family=JetBrains+Mono:wght@400;600;700&display=swap');

/* ── DESIGN TOKENS ─────────────────────────────────────────── */
:root {
  /* Backgrounds – midnight city */
  --bg-dark:   #02020A;
  --bg-soft:   #05050F;
  --surface:   #090914;
  --surface-2: #0D0D1E;
  --surface-3: #121228;

  /* Borders */
  --border:        rgba(255, 255, 255, 0.020);
  --border-strong: rgba(56, 189, 248, 0.45);
  --border-blue:   rgba(56, 189, 248, 0.15);

  /* Accent – Electric Blue (primary) */
  --accent-primary: #38BDF8;
  --accent-bright:  #7DD3FC;
  --accent-deep:    #0284C7;
  --accent-dim:     rgba(56, 189, 248, 0.08);
  --accent-glow:    rgba(56, 189, 248, 0.28);

  /* Violet secondary (neon city) */
  --violet:         #A78BFA;
  --violet-bright:  #C4B5FD;
  --violet-dim:     rgba(167, 139, 250, 0.09);
  --violet-glow:    rgba(167, 139, 250, 0.22);

  /* Gold – VIP premium accents */
  --gold:           #F0C040;
  --gold-bright:    #FFD966;
  --gold-dim:       rgba(240, 192, 64, 0.09);
  --gold-glow:      rgba(240, 192, 64, 0.24);

  /* Text */
  --text-primary:   #EEF2FF;
  --text-secondary: #7C8DB5;
  --text-muted:     #252848;
  --text-accent:    #7DD3FC;

  /* Radius */
  --radius-sm:   8px;
  --radius:      14px;
  --radius-lg:   20px;
  --radius-xl:   28px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-soft:   0 12px 36px rgba(0, 0, 0, 0.72);
  --shadow-card:   0 10px 48px rgba(0, 0, 0, 0.82), 0 1px 0 rgba(255,255,255,0.015);
  --shadow-strong: 0 28px 80px rgba(0, 0, 0, 0.92);

  /* Glow – Blue */
  --glow-soft:    0 0 32px rgba(56, 189, 248, 0.16);
  --glow-blue:    0 0 50px rgba(56, 189, 248, 0.36);
  --glow-strong:  0 0 80px rgba(56, 189, 248, 0.48);

  /* Glass */
  --glass-bg:     rgba(2, 2, 10, 0.97);
  --glass-border: rgba(56, 189, 248, 0.07);

  /* Typography */
  --font-display: 'Outfit', -apple-system, sans-serif;
  --font-body:    'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono:    'JetBrains Mono', 'Courier New', monospace;

  /* Easing */
  --ease-out:  cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-snap: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ── RESET ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  font-size: 16px; line-height: 1.65;
  color: var(--text-primary);
  background-color: var(--bg-dark);
  background-image:
    radial-gradient(ellipse 80% 55% at 10% -10%,  rgba(56, 189, 248, 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 55% 48% at 95%  2%,  rgba(167, 139, 250, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse 66% 54% at 50% 115%, rgba(56, 189, 248, 0.04) 0%, transparent 55%),
    linear-gradient(175deg, #02020A 0%, #06060F 50%, #02020A 100%);
  min-height: 100vh; overflow-x: hidden;
}

/* City grid overlay */
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image:
    linear-gradient(rgba(56, 189, 248, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.018) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none; z-index: 0;
}

/* City skyline silhouette on body */
body::after {
  content: '';
  position: fixed; bottom: 0; left: 0; right: 0;
  height: 180px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180'%3E%3Cpath d='M0 180V120l20-2v-15h8V88h8V70h6V55h4V45h4V55h4V70h6V88h8v15h8v15l10-5v-30h6V95h8V80h6V65h8V80h6v15l12-8V55h8V35h8V25h6V15h4V10h4V15h6V25h8V35h8V55l12 8V95h6V80h8V65h6V80h8V95h6v30l10 5V95h8V82h8V65h4V52h6V45h6V52h4V65h8V82h8V95h8V75h8V60h6V45h8V60h6V75h8V95l10-3V80h8V62h6V50h6V62h8V80l12 3V95h8V82h8V65h4V52h6V45h6V52h4V65h8V82h8V95l10-5V65h8V48h6V38h4V30h6V25h6V30h4V38h6V48h8V65l10 5V95h8V78h8V62h4V50h8V62h4V78h8V95l12-2V72h8V55h6V44h6V55h6V72l12 2V95h8V80h6V65h8V80h6V95h8V108h10V180H0z' fill='rgba(56,189,248,0.025)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  pointer-events: none; z-index: 0;
  opacity: 0.7;
}

img { max-width: 100%; height: auto; display: block; }
a  { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }
input, textarea, select { font-family: inherit; }
ul, ol { list-style: none; }

/* ── KEYFRAMES ──────────────────────────────────────────────── */
@keyframes driftAurora {
  0%   { transform: translate(0, 0) scale(1); }
  33%  { transform: translate(55px, -40px) scale(1.07); }
  66%  { transform: translate(-28px, 52px) scale(0.95); }
  100% { transform: translate(22px, -16px) scale(1.04); }
}

@keyframes shimmer {
  0%   { transform: translateX(-100%) skewX(-12deg); }
  100% { transform: translateX(240%) skewX(-12deg); }
}

@keyframes bluePulse {
  0%, 100% { text-shadow: 0 0 20px rgba(56, 189, 248, 0.55); }
  50%       { text-shadow: 0 0 44px rgba(125, 211, 252, 0.92); }
}

@keyframes bluePulseBox {
  0%, 100% { box-shadow: 0 0 20px rgba(56, 189, 248, 0.25); }
  50%       { box-shadow: 0 0 48px rgba(125, 211, 252, 0.62); }
}

@keyframes spinSlow {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes cityGlow {
  0%   { opacity: 0.03; }
  50%  { opacity: 0.12; }
  100% { opacity: 0.03; }
}

@keyframes floatUp {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-7px); }
}

@keyframes violetPulse {
  0%, 100% { box-shadow: 0 0 16px rgba(167, 139, 250, 0.20); }
  50%       { box-shadow: 0 0 36px rgba(167, 139, 250, 0.50); }
}

/* ── AURORA / AMBIENT ──────────────────────────────────────── */
.aurora {
  position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden;
}
.aurora-blob {
  position: absolute; border-radius: 50%;
  filter: blur(240px); opacity: 0.10;
  animation: driftAurora 55s ease-in-out infinite alternate;
}
.aurora-blob-1 {
  width: 1100px; height: 1100px; top: -520px; left: -380px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.22), transparent 65%);
  animation-duration: 62s;
}
.aurora-blob-2 {
  width: 750px; height: 750px; top: 28%; right: -320px;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.12), transparent 65%);
  animation-duration: 42s; animation-delay: -22s;
}
.aurora-blob-3 {
  width: 900px; height: 900px; bottom: -440px; left: 15%;
  background: radial-gradient(circle, rgba(2, 132, 199, 0.09), transparent 65%);
  animation-duration: 68s; animation-delay: -40s;
}

/* City light stars */
.aurora::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(1px 1px at 8%   5%,  rgba(125,211,252,0.80), transparent),
    radial-gradient(1px 1px at 26%  10%, rgba(125,211,252,0.45), transparent),
    radial-gradient(1.5px 1.5px at 44%  3%, rgba(255,255,255,0.80), transparent),
    radial-gradient(1px 1px at 63%  8%,  rgba(167,139,250,0.55), transparent),
    radial-gradient(1px 1px at 81%  5%,  rgba(255,255,255,0.45), transparent),
    radial-gradient(1.5px 1.5px at 91% 14%, rgba(56,189,248,0.60), transparent),
    radial-gradient(1px 1px at  3%  18%,  rgba(240,192,64,0.30), transparent),
    radial-gradient(1px 1px at 72%   2%,  rgba(255,255,255,0.40), transparent),
    radial-gradient(1px 1px at 51%  20%,  rgba(125,211,252,0.35), transparent),
    radial-gradient(1.2px 1.2px at 35%  6%, rgba(255,255,255,0.32), transparent);
  animation: cityGlow 11s ease-in-out infinite;
}

/* ── TRUST RIBBON ───────────────────────────────────────────── */
.trust-ribbon {
  position: relative; z-index: 10;
  background: rgba(2, 2, 10, 0.99);
  border-bottom: 1px solid rgba(56, 189, 248, 0.04);
  padding: 7px 0; overflow: hidden;
}
.trust-ribbon::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.70), rgba(167, 139, 250, 0.40), rgba(56, 189, 248, 0.35), transparent);
  pointer-events: none;
}
.trust-ribbon-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: center;
  gap: 22px; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 7px;
  font-family: var(--font-body); font-size: 11px; font-weight: 600;
  color: var(--text-secondary); letter-spacing: 0.06em; white-space: nowrap;
}
.trust-item svg { flex-shrink: 0; color: var(--accent-bright); }
.trust-sep { color: rgba(56, 189, 248, 0.28); font-size: 13px; }

/* ── NAVIGATION ─────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(2, 2, 10, 0.97);
  backdrop-filter: blur(48px) saturate(180%);
  -webkit-backdrop-filter: blur(48px) saturate(180%);
  border-bottom: 1px solid rgba(56, 189, 248, 0.04);
  padding: 0 24px;
}
.nav::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(120deg, transparent, rgba(56, 189, 248, 0.80), rgba(167, 139, 250, 0.30) 55%, rgba(56, 189, 248, 0.30), transparent);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; gap: 20px; height: 70px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; text-decoration: none; }
.nav-logo img { width: 40px; height: 40px; }
.nav-logo-text {
  font-family: var(--font-display); font-size: 16px; font-weight: 700;
  letter-spacing: 0.01em;
  background: linear-gradient(120deg, #EEF2FF 0%, #7DD3FC 35%, #38BDF8 65%, #A78BFA 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.nav-logo-text em {
  font-style: normal; -webkit-text-fill-color: var(--gold-bright); color: var(--gold-bright); font-weight: 700;
}
.nav-pill {
  font-family: var(--font-body); font-size: 10px; font-weight: 700;
  color: var(--accent-bright); border: 1px solid rgba(56, 189, 248, 0.35);
  padding: 3px 11px; border-radius: var(--radius-full); letter-spacing: 0.08em;
  background: rgba(56, 189, 248, 0.07);
}
.nav-links { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav-links a {
  font-family: var(--font-body); font-size: 13.5px; font-weight: 500;
  color: var(--text-secondary); padding: 7px 14px; border-radius: var(--radius);
  transition: color 220ms var(--ease-out), background 220ms var(--ease-out); letter-spacing: 0.01em;
}
.nav-links a:hover, .nav-links a.active { color: var(--text-primary); background: rgba(56, 189, 248, 0.06); }
.nav-links a.active { color: var(--accent-bright); }
.nav-cta-wrap { margin-left: 14px; }
.nav-toggle {
  display: none; flex-direction: column; justify-content: center;
  gap: 5px; width: 40px; height: 40px; margin-left: auto;
  padding: 4px; border-radius: var(--radius); background: rgba(56, 189, 248, 0.04);
}
.nav-toggle span {
  display: block; height: 2px; border-radius: 2px; background: var(--text-secondary);
  transition: transform 300ms var(--ease-out), opacity 220ms;
}

/* ── BUTTONS ──────────────────────────────────────────────────  */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 13px 34px;
  font-family: var(--font-body); font-size: 14px; font-weight: 700;
  letter-spacing: 0.05em; color: #020A14;
  background: linear-gradient(135deg, #7DD3FC 0%, #38BDF8 50%, #0284C7 100%);
  border-radius: var(--radius-full);
  box-shadow: 0 12px 40px -10px rgba(56, 189, 248, 0.72),
              0 4px 0 rgba(255,255,255,0.02),
              inset 0 1px 0 rgba(255,255,255,0.28);
  transition: transform 180ms var(--ease-snap), box-shadow 220ms var(--ease-out), filter 220ms;
  cursor: pointer; border: none; white-space: nowrap;
  position: relative; overflow: hidden; text-shadow: 0 1px 2px rgba(0,0,0,0.10);
}
.btn-primary::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.22), transparent 52%); pointer-events: none;
}
.btn-primary::after {
  content: ''; position: absolute; top: 0; left: -60%;
  width: 38%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,0.30), transparent);
  animation: shimmer 5.5s ease-in-out infinite; pointer-events: none;
}
.btn-primary:hover {
  transform: translateY(-2px) scale(1.020);
  box-shadow: 0 22px 54px -10px rgba(56, 189, 248, 0.88), inset 0 1px 0 rgba(255,255,255,0.28);
  filter: brightness(1.08);
}
.btn-primary:active { transform: translateY(0) scale(0.972); }

.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 12px 30px;
  font-family: var(--font-body); font-size: 14px; font-weight: 600;
  letter-spacing: 0.04em; color: var(--accent-bright);
  background: rgba(56, 189, 248, 0.04);
  border: 1.5px solid rgba(56, 189, 248, 0.28);
  border-radius: var(--radius-full);
  transition: background 220ms var(--ease-out), border-color 220ms, transform 180ms var(--ease-snap), box-shadow 220ms;
  cursor: pointer; white-space: nowrap;
}
.btn-ghost:hover {
  background: rgba(56, 189, 248, 0.10);
  border-color: rgba(125, 211, 252, 0.60);
  transform: translateY(-1px); box-shadow: var(--glow-soft);
}
.btn-ghost:active { transform: translateY(0); }

.btn-violet {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 13px 30px;
  font-family: var(--font-body); font-size: 14px; font-weight: 700;
  letter-spacing: 0.05em; color: #fff;
  background: linear-gradient(135deg, #C4B5FD 0%, #A78BFA 50%, #7C3AED 100%);
  border-radius: var(--radius-full);
  box-shadow: 0 10px 30px -8px rgba(167, 139, 250, 0.65), inset 0 1px 0 rgba(255,255,255,0.20);
  transition: transform 180ms var(--ease-snap), box-shadow 220ms, filter 220ms;
  cursor: pointer; border: none; white-space: nowrap;
}
.btn-violet:hover { transform: translateY(-2px) scale(1.016); box-shadow: 0 18px 42px -8px rgba(167, 139, 250, 0.80); filter: brightness(1.08); }
.btn-violet:active { transform: translateY(0) scale(0.974); }
.btn-sm { padding: 8px 20px; font-size: 13px; }
.cta-microcopy { display: block; font-size: 11.5px; color: var(--text-muted); margin-top: 10px; letter-spacing: 0.02em; text-align: center; }

/* ── HERO ─────────────────────────────────────────────────────── */
.hero { position: relative; z-index: 1; padding: 112px 24px 96px; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 88% 70% at 50% -14%, rgba(56, 189, 248, 0.08), transparent 60%),
    radial-gradient(ellipse 46% 42% at 5% 62%, rgba(167, 139, 250, 0.04), transparent 50%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; top: 0; right: 0;
  width: 600px; height: 600px;
  background: radial-gradient(ellipse at 80% 18%, rgba(56, 189, 248, 0.05), transparent 68%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 80px; position: relative;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-bright);
  background: rgba(56, 189, 248, 0.07); border: 1px solid rgba(56, 189, 248, 0.28);
  padding: 5px 16px; border-radius: var(--radius-full); margin-bottom: 28px;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(26px, 4.4vw, 60px); font-weight: 800;
  line-height: 1.03; letter-spacing: -0.02em;
  color: var(--text-primary); margin-bottom: 24px;
}
.hero-title span {
  background: linear-gradient(120deg, #EEF2FF 0%, #7DD3FC 30%, #38BDF8 60%, #A78BFA 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-title em {
  font-style: normal; display: block; font-size: 0.30em; font-weight: 600;
  background: linear-gradient(120deg, #7DD3FC, #38BDF8, #A78BFA);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  letter-spacing: 0.16em; margin-top: 20px; font-family: var(--font-body);
}
.hero-sub { font-size: 16.5px; color: var(--text-secondary); max-width: 500px; line-height: 1.84; margin-bottom: 44px; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 12px; }
.hero-trust { display: flex; align-items: center; gap: 24px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 7px; font-family: var(--font-body); font-size: 12px; color: var(--text-muted); }
.hero-trust-item svg { color: var(--accent-bright); }

/* Preview card */
.hero-preview {
  background: linear-gradient(160deg, rgba(9, 9, 20, 0.99) 0%, rgba(13, 13, 30, 0.98) 100%);
  border: 1px solid rgba(56, 189, 248, 0.15);
  border-radius: var(--radius-xl); padding: 36px;
  box-shadow: var(--shadow-card), 0 0 110px rgba(2, 132, 199, 0.06);
  position: relative; overflow: hidden; backdrop-filter: blur(32px);
}
.hero-preview::before {
  content: ''; position: absolute; top: -1px; left: 20px; right: 20px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.88), rgba(167, 139, 250, 0.45), rgba(56, 189, 248, 0.50), transparent);
}
.hero-preview::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 82% 44% at 50% 0%, rgba(2, 132, 199, 0.04), transparent 60%);
  pointer-events: none;
}
.preview-label {
  font-family: var(--font-body); font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-bright);
  background: rgba(56, 189, 248, 0.08); border: 1px solid rgba(56, 189, 248, 0.25);
  padding: 3px 13px; border-radius: var(--radius-full);
  display: inline-block; margin-bottom: 28px; position: relative; z-index: 1;
}
.preview-reels { display: flex; gap: 10px; justify-content: center; margin-bottom: 26px; position: relative; z-index: 1; }
.preview-reel {
  width: 66px; height: 78px; background: var(--surface-2);
  border: 1px solid rgba(56, 189, 248, 0.10);
  border-radius: var(--radius); display: flex; align-items: center; justify-content: center;
  font-size: 26px; transition: box-shadow 300ms, border-color 300ms;
}
.preview-reel.lit {
  border-color: var(--accent-bright);
  box-shadow: 0 0 28px rgba(56, 189, 248, 0.65), inset 0 1px 0 rgba(255,255,255,0.02);
  animation: bluePulseBox 2.4s ease-in-out infinite;
}
.preview-balance-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; background: var(--surface);
  border: 1px solid rgba(56, 189, 248, 0.07);
  border-radius: var(--radius); margin-bottom: 20px; position: relative; z-index: 1;
}
.preview-bal-label { font-family: var(--font-body); font-size: 11px; color: var(--text-muted); letter-spacing: 0.06em; }
.preview-bal-value {
  font-family: var(--font-mono); font-size: 22px; font-weight: 700;
  color: var(--accent-bright); text-shadow: 0 0 24px rgba(56, 189, 248, 0.60);
  transition: color 300ms; animation: bluePulse 3.2s ease-in-out infinite;
}
.security-badge {
  display: flex; align-items: center; gap: 10px; padding: 13px 17px;
  background: rgba(56, 189, 248, 0.04); border: 1px solid rgba(56, 189, 248, 0.10);
  border-radius: var(--radius); margin-top: 16px; position: relative; z-index: 1;
}
.security-badge svg { color: var(--accent-bright); flex-shrink: 0; }
.security-badge-text { font-size: 11px; color: var(--text-muted); line-height: 1.4; }
.security-badge-text strong { color: var(--text-secondary); font-size: 12px; display: block; }

/* ── SECTION COMMON ─────────────────────────────────────────── */
section { position: relative; z-index: 1; }
.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-bright);
  background: rgba(56, 189, 248, 0.06); border: 1px solid rgba(56, 189, 248, 0.20);
  padding: 5px 15px; border-radius: var(--radius-full); margin-bottom: 14px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(20px, 3.5vw, 50px); font-weight: 700;
  line-height: 1.07; letter-spacing: -0.015em;
  color: var(--text-primary); margin-bottom: 14px;
}
.section-title span {
  background: linear-gradient(120deg, #EEF2FF 0%, #7DD3FC 35%, #38BDF8 65%, #A78BFA 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.section-sub { font-size: 15.5px; color: var(--text-secondary); max-width: 540px; line-height: 1.84; }
.section-divider {
  display: flex; align-items: center; gap: 10px;
  width: 100%; max-width: 80px; margin: 16px 0;
}
.section-divider::before {
  content: '';
  flex: 1; height: 2px;
  background: linear-gradient(90deg, var(--accent-primary), var(--violet), rgba(56, 189, 248, 0.20), transparent);
  border-radius: 2px;
}
.section-header { margin-bottom: 50px; }
.section-header.centered { text-align: center; }
.section-header.centered .section-sub { margin: 0 auto; }
.section-header.centered .section-divider { margin: 16px auto; justify-content: center; }
.section-header.centered .section-label { display: inline-flex; }

/* ── SCROLL REVEAL ──────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.62s var(--ease-out), transform 0.62s var(--ease-out); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── GAMES SECTION ──────────────────────────────────────────── */
.games-section {
  padding: 96px 24px;
  background: linear-gradient(180deg, transparent, rgba(9, 9, 20, 0.72) 28%, rgba(9, 9, 20, 0.72) 72%, transparent);
}
.games-section-inner { max-width: 1200px; margin: 0 auto; }
.games-header-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.games-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }
.game-card {
  display: flex; flex-direction: column; background: var(--surface);
  border: 1px solid rgba(56, 189, 248, 0.05);
  border-radius: var(--radius-lg); overflow: hidden; text-decoration: none;
  transition: transform 220ms var(--ease-out), box-shadow 220ms, border-color 220ms;
}
.game-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-card), 0 0 48px rgba(2, 132, 199, 0.18); border-color: rgba(56, 189, 248, 0.38); }
.game-thumb {
  position: relative; height: 140px;
  background: var(--game-gradient, linear-gradient(135deg, #090914, #02020A));
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.game-thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,0.64)); }
.game-thumb-icon { font-size: 48px; position: relative; z-index: 1; filter: drop-shadow(0 2px 16px rgba(0,0,0,0.78)); }
.game-tag {
  position: absolute; top: 10px; right: 10px; z-index: 2;
  font-family: var(--font-body); font-size: 10px; font-weight: 700; letter-spacing: 0.07em; padding: 3px 9px; border-radius: var(--radius-full);
}
.game-tag.hot { background: rgba(167, 139, 250, 0.92); color: #fff; }
.game-tag.new { background: rgba(56, 189, 248, 0.92); color: #020A14; }
.game-tag.vip { background: linear-gradient(135deg, #F0C040, #D4AF37); color: #020A14; }
.game-play-pill {
  position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%) translateY(6px);
  z-index: 2; opacity: 0; font-family: var(--font-body); font-size: 11px; font-weight: 700;
  letter-spacing: 0.07em; color: #020A14;
  background: linear-gradient(135deg, #7DD3FC, #38BDF8);
  padding: 4px 14px; border-radius: var(--radius-full);
  transition: opacity 200ms, transform 200ms var(--ease-out);
  white-space: nowrap; box-shadow: 0 4px 18px rgba(56, 189, 248, 0.55);
}
.game-card:hover .game-play-pill { opacity: 1; transform: translateX(-50%) translateY(0); }
.game-meta { padding: 16px 18px; flex: 1; display: flex; flex-direction: column; gap: 5px; }
.game-name { font-family: var(--font-body); font-size: 13.5px; font-weight: 700; color: var(--text-primary); }
.game-genre { font-size: 12px; color: var(--text-muted); }
.game-stat-row { display: flex; gap: 10px; margin-top: 6px; font-size: 11px; color: var(--text-muted); }
.game-stat-row strong { color: var(--accent-bright); }

/* ── BONUS STRIP ──────────────────────────────────────────────── */
.bonus-strip {
  padding: 88px 24px;
  background: linear-gradient(135deg, rgba(9, 9, 20, 0.99) 0%, rgba(13, 13, 30, 1.00) 100%);
  border-top: 1px solid rgba(56, 189, 248, 0.05); border-bottom: 1px solid rgba(56, 189, 248, 0.05);
  position: relative; overflow: hidden;
}
.bonus-strip::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.70), rgba(167, 139, 250, 0.40), rgba(56, 189, 248, 0.35), transparent);
}
.bonus-strip::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 66% 78% at 50% 50%, rgba(2, 132, 199, 0.035), transparent 70%); pointer-events: none;
}
.bonus-strip-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.bonus-urgency { font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: 0.20em; text-transform: uppercase; color: var(--accent-bright); margin-bottom: 6px; }
.bonus-urgency::before { content: '◈ '; color: var(--violet-bright); }
.bonus-layout { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 52px; }
.bonus-timer-wrap { display: flex; align-items: center; gap: 18px; margin: 18px 0 30px; flex-wrap: wrap; }
.timer-label { font-family: var(--font-body); font-size: 12px; color: var(--text-muted); letter-spacing: 0.06em; }
#bonus-timer {
  font-family: var(--font-mono); font-size: 36px; font-weight: 700; color: var(--accent-bright);
  text-shadow: 0 0 32px rgba(56, 189, 248, 0.75); transition: color 300ms; animation: bluePulse 3.2s ease-in-out infinite;
}
#bonus-timer.low-time { color: var(--violet-bright); text-shadow: 0 0 24px rgba(167, 139, 250, 0.60); animation: none; }
.bonus-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
#bonus-toast { font-size: 12.5px; color: var(--text-secondary); opacity: 0; transition: opacity 300ms; font-family: var(--font-body); }
#bonus-toast.show { opacity: 1; }
.bonus-tiers { display: flex; flex-direction: column; gap: 13px; min-width: 295px; }
.bonus-tier {
  display: flex; align-items: center; justify-content: space-between; padding: 18px 24px;
  background: var(--surface-2); border: 1px solid rgba(56, 189, 248, 0.07);
  border-radius: var(--radius-lg); transition: border-color 220ms, box-shadow 220ms;
}
.bonus-tier:hover { border-color: rgba(56, 189, 248, 0.42); box-shadow: var(--glow-soft); }
.bonus-tier-name { font-family: var(--font-body); font-size: 13px; font-weight: 700; color: var(--text-primary); }
.bonus-tier-sub { font-size: 11px; color: var(--text-muted); margin-top: 2px; }
.bonus-tier-amount {
  font-family: var(--font-mono); font-size: 16px; font-weight: 700;
  background: linear-gradient(120deg, #7DD3FC, #38BDF8);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ── ABOUT SECTION ──────────────────────────────────────────── */
.about-section { padding: 96px 24px; }
.about-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 40px; }
.stat-box {
  padding: 28px; background: var(--surface); border: 1px solid rgba(56, 189, 248, 0.06);
  border-radius: var(--radius-lg); transition: border-color 220ms, box-shadow 220ms; position: relative; overflow: hidden;
}
.stat-box::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.24), rgba(167, 139, 250, 0.12), transparent);
}
.stat-box:hover { border-color: rgba(56, 189, 248, 0.38); box-shadow: var(--glow-soft); }
.stat-value {
  font-family: var(--font-mono); font-size: 30px; font-weight: 700;
  background: linear-gradient(120deg, #EEF2FF, #7DD3FC);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 5px;
}
.stat-label { font-size: 12px; color: var(--text-muted); font-family: var(--font-body); }
.about-commitments { display: flex; flex-direction: column; gap: 16px; margin-top: 10px; }
.commitment-item {
  display: flex; gap: 17px; align-items: flex-start; padding: 24px;
  background: var(--surface); border: 1px solid rgba(56, 189, 248, 0.05);
  border-radius: var(--radius-lg); transition: border-color 220ms, box-shadow 220ms;
}
.commitment-item:hover { border-color: rgba(56, 189, 248, 0.28); box-shadow: var(--glow-soft); }
.commitment-icon {
  width: 48px; height: 48px; flex-shrink: 0; background: rgba(56, 189, 248, 0.07);
  border: 1px solid rgba(56, 189, 248, 0.20); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.commitment-title { font-family: var(--font-body); font-size: 14px; font-weight: 700; color: var(--text-primary); margin-bottom: 4px; }
.commitment-text { font-size: 13px; color: var(--text-secondary); line-height: 1.74; }

/* ── FEATURES GRID ──────────────────────────────────────────── */
.features-section { padding: 96px 24px; }
.features-inner { max-width: 1200px; margin: 0 auto; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(288px, 1fr)); gap: 22px; margin-top: 10px; }
.feature-card {
  padding: 36px 32px; background: var(--surface); border: 1px solid rgba(56, 189, 248, 0.05);
  border-radius: var(--radius-lg); transition: transform 220ms var(--ease-out), border-color 220ms, box-shadow 220ms;
  position: relative; overflow: hidden;
}
.feature-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.24), rgba(167, 139, 250, 0.12), rgba(56, 189, 248, 0.10), transparent);
}
.feature-card:hover { transform: translateY(-6px); border-color: rgba(56, 189, 248, 0.34); box-shadow: var(--shadow-card), var(--glow-soft); }
.feature-icon {
  width: 56px; height: 56px; background: rgba(56, 189, 248, 0.07); border: 1px solid rgba(56, 189, 248, 0.20);
  border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 26px;
}
.feature-title { font-family: var(--font-body); font-size: 15px; font-weight: 700; color: var(--text-primary); margin-bottom: 10px; }
.feature-text { font-size: 14px; color: var(--text-secondary); line-height: 1.74; }

/* ── CTA BANNER ─────────────────────────────────────────────── */
.cta-banner { padding: 96px 24px; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 76% 88% at 50% 50%, rgba(2, 132, 199, 0.04), transparent 70%); pointer-events: none;
}
.cta-banner-inner { max-width: 740px; margin: 0 auto; position: relative; }
.cta-banner .section-title { margin-bottom: 18px; }
.cta-banner .section-sub { margin: 0 auto 44px; }
.cta-banner-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ── RG CALLOUT ─────────────────────────────────────────────── */
.rg-callout { padding: 48px 24px; background: rgba(9, 9, 20, 0.97); border-top: 1px solid rgba(56, 189, 248, 0.05); border-bottom: 1px solid rgba(56, 189, 248, 0.05); }
.rg-callout-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.rg-text { display: flex; align-items: flex-start; gap: 16px; flex: 1; min-width: 280px; }
.rg-icon { width: 52px; height: 52px; flex-shrink: 0; background: rgba(56, 189, 248, 0.06); border: 1px solid rgba(56, 189, 248, 0.20); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.rg-title { font-family: var(--font-body); font-size: 14px; font-weight: 700; color: var(--text-primary); margin-bottom: 4px; }
.rg-desc { font-size: 12.5px; color: var(--text-secondary); line-height: 1.70; max-width: 490px; }
.rg-logos { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.rg-logo-box {
  padding: 10px 20px; background: rgba(255,255,255,0.001); border: 1px solid rgba(56, 189, 248, 0.09);
  border-radius: var(--radius); font-family: var(--font-body); font-size: 12px; font-weight: 700; color: var(--text-muted);
  transition: border-color 200ms, color 200ms, background 200ms;
}
.rg-logo-box:hover { border-color: rgba(56, 189, 248, 0.44); color: var(--accent-bright); background: rgba(56, 189, 248, 0.06); }

/* ── FOOTER ─────────────────────────────────────────────────── */
.footer { background: var(--bg-soft); border-top: 1px solid rgba(56, 189, 248, 0.04); padding: 72px 24px 40px; position: relative; z-index: 1; }
.footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.60), rgba(167, 139, 250, 0.28), rgba(56, 189, 248, 0.28), transparent); }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 52px; padding-bottom: 58px; border-bottom: 1px solid rgba(56, 189, 248, 0.04); }
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-logo { display: flex; align-items: center; gap: 12px; }
.footer-logo img { width: 36px; height: 36px; }
.footer-logo-text {
  font-family: var(--font-display); font-size: 15px; font-weight: 700; letter-spacing: 0.01em;
  background: linear-gradient(120deg, #EEF2FF 0%, #7DD3FC 40%, #38BDF8 70%, #A78BFA 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.footer-desc { font-size: 13px; color: var(--text-secondary); line-height: 1.84; max-width: 295px; }
.footer-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.footer-badge { font-family: var(--font-body); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; padding: 3px 10px; border: 1px solid rgba(56, 189, 248, 0.15); border-radius: var(--radius-full); color: var(--text-muted); }
.footer-col-title { font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-secondary); margin-bottom: 18px; }
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col ul li a { font-size: 13.5px; color: var(--text-muted); transition: color 200ms; }
.footer-col ul li a:hover { color: var(--accent-bright); }
.footer-social { display: flex; gap: 10px; margin-top: 4px; }
.footer-social-link {
  width: 38px; height: 38px; background: rgba(56, 189, 248, 0.04); border: 1px solid rgba(56, 189, 248, 0.10);
  border-radius: var(--radius); display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: var(--text-muted); transition: color 200ms, border-color 200ms, background 200ms; text-decoration: none;
}
.footer-social-link:hover { color: var(--accent-bright); border-color: rgba(56, 189, 248, 0.44); background: rgba(56, 189, 248, 0.07); }
.footer-bottom { padding-top: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-copy { font-size: 12px; color: var(--text-muted); }
.footer-legal { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-legal a { font-size: 12px; color: var(--text-muted); transition: color 200ms; }
.footer-legal a:hover { color: var(--accent-bright); }
.footer-disclaimer { margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(56, 189, 248, 0.04); font-size: 11px; color: var(--text-muted); line-height: 1.84; max-width: 900px; }

/* ── CONTACT FORM ───────────────────────────────────────────── */
.contact-section { padding: 96px 24px; }
.contact-inner { max-width: 1200px; margin: 0 auto; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 22px; }
.contact-card { display: flex; gap: 17px; padding: 24px; background: var(--surface); border: 1px solid rgba(56, 189, 248, 0.06); border-radius: var(--radius-lg); transition: border-color 220ms, box-shadow 220ms; }
.contact-card:hover { border-color: rgba(56, 189, 248, 0.28); box-shadow: var(--glow-soft); }
.contact-card-icon { width: 48px; height: 48px; flex-shrink: 0; background: rgba(56, 189, 248, 0.07); border: 1px solid rgba(56, 189, 248, 0.20); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.contact-card-title { font-family: var(--font-body); font-size: 13px; font-weight: 700; color: var(--text-primary); margin-bottom: 3px; }
.contact-card-value { font-size: 13px; color: var(--text-secondary); }
.contact-form {
  display: flex; flex-direction: column; gap: 18px; padding: 40px;
  background: var(--surface); border: 1px solid rgba(56, 189, 248, 0.07);
  border-radius: var(--radius-xl); position: relative; overflow: hidden;
}
.contact-form::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.70), rgba(167, 139, 250, 0.35), rgba(56, 189, 248, 0.35), transparent); }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-label { font-family: var(--font-body); font-size: 12px; font-weight: 600; color: var(--text-secondary); letter-spacing: 0.04em; }
.form-input, .form-textarea { background: var(--surface-2); border: 1.5px solid rgba(56, 189, 248, 0.09); border-radius: var(--radius); color: var(--text-primary); font-size: 14px; padding: 12px 16px; transition: border-color 200ms, box-shadow 200ms; outline: none; }
.form-input::placeholder, .form-textarea::placeholder { color: var(--text-muted); }
.form-input:focus, .form-textarea:focus { border-color: var(--accent-primary); box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.13); }
.form-input.invalid, .form-textarea.invalid { border-color: var(--violet); }
.form-textarea { resize: vertical; min-height: 116px; }
.form-error { font-size: 11.5px; color: var(--violet-bright); font-family: var(--font-body); display: none; }
.form-error.show { display: block; }
#contact-success { display: none; padding: 14px 18px; background: rgba(56, 189, 248, 0.07); border: 1px solid rgba(56, 189, 248, 0.34); border-radius: var(--radius); font-size: 13px; color: var(--accent-bright); font-family: var(--font-body); }
#contact-success.show { display: block; }

/* ── PAGE HEADER ─────────────────────────────────────────────── */
.page-header { padding: 84px 24px 66px; text-align: center; position: relative; z-index: 1; border-bottom: 1px solid rgba(56, 189, 248, 0.05); }
.page-header::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 66% 78% at 50% 0%, rgba(2, 132, 199, 0.05), transparent 65%); pointer-events: none; }
.page-header-inner { max-width: 720px; margin: 0 auto; position: relative; }
.page-header .section-label { display: inline-flex; margin-bottom: 18px; }
.page-header .section-title { font-size: clamp(20px, 3.8vw, 48px); }
.page-header .section-sub { margin: 0 auto; }

/* ── LEGAL CONTENT ───────────────────────────────────────────── */
.legal-section { padding: 72px 24px; }
.legal-inner { max-width: 800px; margin: 0 auto; }
.legal-content h2 { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--text-primary); margin: 40px 0 12px; border-bottom: 1px solid rgba(56, 189, 248, 0.09); padding-bottom: 9px; letter-spacing: 0.02em; }
.legal-content h2:first-of-type { margin-top: 8px; }
.legal-content h3 { font-family: var(--font-body); font-size: 14px; font-weight: 700; color: var(--accent-bright); margin: 22px 0 9px; }
.legal-content p { font-size: 14px; color: var(--text-secondary); line-height: 1.90; margin-bottom: 12px; }
.legal-content ul { padding-left: 20px; list-style: disc; margin-bottom: 14px; }
.legal-content ul li { font-size: 14px; color: var(--text-secondary); line-height: 1.88; margin-bottom: 6px; }
.legal-content a { color: var(--accent-bright); text-decoration: underline; text-underline-offset: 2px; }
.legal-alert { background: linear-gradient(135deg, rgba(56, 189, 248, 0.07) 0%, rgba(56, 189, 248, 0.02) 100%); border: 1px solid rgba(56, 189, 248, 0.26); border-radius: var(--radius); padding: 18px 22px; font-size: 14px; color: var(--text-secondary); line-height: 1.68; margin-bottom: 8px; }
.legal-alert strong { color: var(--accent-bright); }
.legal-block { padding: 36px; background: var(--surface); border: 1px solid rgba(56, 189, 248, 0.05); border-radius: var(--radius-lg); }
.legal-block h2 { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--text-primary); margin-bottom: 13px; }
.legal-block h3 { font-family: var(--font-body); font-size: 14px; font-weight: 700; color: var(--text-secondary); margin: 18px 0 9px; }
.legal-block p { font-size: 14px; color: var(--text-secondary); line-height: 1.88; margin-bottom: 10px; }
.legal-block ul { padding-left: 18px; list-style: disc; }
.legal-block ul li { font-size: 14px; color: var(--text-secondary); line-height: 1.88; margin-bottom: 6px; }
.legal-block a { color: var(--accent-bright); text-decoration: underline; text-underline-offset: 2px; }
.legal-meta { font-size: 12px; color: var(--text-muted); font-style: italic; margin-top: 12px; }

/* ── ABOUT PAGE ──────────────────────────────────────────────── */
.about-page-section { padding: 72px 24px; }
.about-page-inner { max-width: 1000px; margin: 0 auto; }
.about-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 10px; }
.about-page-card { padding: 36px; background: var(--surface); border: 1px solid rgba(56, 189, 248, 0.06); border-radius: var(--radius-xl); transition: border-color 220ms, box-shadow 220ms; position: relative; overflow: hidden; }
.about-page-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.22), rgba(167, 139, 250, 0.12), rgba(56, 189, 248, 0.10), transparent); }
.about-page-card:hover { border-color: rgba(56, 189, 248, 0.34); box-shadow: var(--glow-soft); }
.about-page-card h3 { font-family: var(--font-display); font-size: 14px; font-weight: 700; color: var(--text-primary); margin-bottom: 10px; letter-spacing: 0.01em; }
.about-page-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.88; }
.team-values { display: flex; flex-direction: column; gap: 16px; margin-top: 10px; }
.value-item { display: flex; gap: 14px; align-items: flex-start; padding: 24px; background: var(--surface); border: 1px solid rgba(56, 189, 248, 0.05); border-radius: var(--radius-lg); transition: border-color 220ms, box-shadow 220ms; }
.value-item:hover { border-color: rgba(56, 189, 248, 0.28); box-shadow: var(--glow-soft); }
.value-icon { width: 48px; height: 48px; flex-shrink: 0; background: rgba(56, 189, 248, 0.07); border: 1px solid rgba(56, 189, 248, 0.17); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.value-title { font-family: var(--font-body); font-size: 14px; font-weight: 700; color: var(--text-primary); margin-bottom: 3px; }
.value-desc { font-size: 13px; color: var(--text-secondary); line-height: 1.70; }

/* ── PLAY PAGE ───────────────────────────────────────────────── */
.play-page { padding: 72px 24px; }
.play-inner { max-width: 1200px; margin: 0 auto; }
.play-layout { display: grid; grid-template-columns: 1fr 395px; gap: 34px; align-items: start; }
.game-frame-wrap { background: var(--surface); border: 1px solid rgba(56, 189, 248, 0.08); border-radius: var(--radius-xl); overflow: hidden; position: relative; }
.game-frame-wrap::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.85), rgba(167, 139, 250, 0.45), rgba(56, 189, 248, 0.50), transparent); z-index: 1; }
.game-frame-wrap iframe { display: block; width: 100%; height: 600px; border: none; }
.play-sidebar { display: flex; flex-direction: column; gap: 20px; }
.play-card { padding: 26px; background: var(--surface); border: 1px solid rgba(56, 189, 248, 0.07); border-radius: var(--radius-xl); position: relative; overflow: hidden; }
.play-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.34), rgba(167, 139, 250, 0.16), rgba(56, 189, 248, 0.16), transparent); }
.play-card-title { font-family: var(--font-body); font-size: 13px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 14px; }
.play-stat { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; border-bottom: 1px solid rgba(56, 189, 248, 0.05); }
.play-stat:last-child { border-bottom: none; }
.play-stat-label { font-size: 13px; color: var(--text-secondary); }
.play-stat-value { font-family: var(--font-mono); font-size: 15px; font-weight: 700; color: var(--accent-bright); }
.bet-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.bet-opt { padding: 9px; text-align: center; background: var(--surface-2); border: 1.5px solid rgba(56, 189, 248, 0.07); border-radius: var(--radius); font-family: var(--font-mono); font-size: 13px; font-weight: 700; color: var(--text-secondary); cursor: pointer; transition: border-color 200ms, color 200ms, background 200ms; }
.bet-opt.active, .bet-opt:hover { border-color: var(--accent-primary); color: var(--accent-bright); background: rgba(56, 189, 248, 0.08); }
#spin-btn {
  width: 100%; padding: 16px; font-family: var(--font-body); font-size: 15px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: #020A14;
  background: linear-gradient(135deg, #7DD3FC, #38BDF8, #0284C7);
  border: none; border-radius: var(--radius-full); cursor: pointer;
  box-shadow: 0 10px 36px -8px rgba(56, 189, 248, 0.78);
  transition: transform 180ms var(--ease-snap), box-shadow 220ms, filter 220ms;
  display: flex; align-items: center; justify-content: center; gap: 10px; position: relative; overflow: hidden;
}
#spin-btn::after { content: ''; position: absolute; top: 0; left: -60%; width: 38%; height: 100%; background: linear-gradient(105deg, transparent, rgba(255,255,255,0.26), transparent); animation: shimmer 5.5s ease-in-out infinite; pointer-events: none; }
#spin-btn:hover { transform: translateY(-2px); filter: brightness(1.10); box-shadow: 0 20px 48px -8px rgba(56, 189, 248, 0.92); }
#spin-btn:active { transform: translateY(0) scale(0.975); }
#spin-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
#spin-icon-el { font-size: 18px; transition: transform 600ms var(--ease-out); }
#win-msg { display: none; padding: 13px 18px; background: rgba(56, 189, 248, 0.08); border: 1px solid rgba(56, 189, 248, 0.40); border-radius: var(--radius); font-family: var(--font-body); font-size: 14px; font-weight: 700; color: var(--accent-bright); text-align: center; }
#win-msg.show { display: block; }
.reel-track { display: flex; gap: 12px; justify-content: center; padding: 12px 0; }
.reel { width: 58px; height: 70px; background: var(--surface-2); border: 1.5px solid rgba(56, 189, 248, 0.08); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 24px; transition: border-color 300ms, box-shadow 300ms; }
.reel.win-reel { border-color: var(--accent-bright); box-shadow: 0 0 28px rgba(56, 189, 248, 0.68); }

/* ── AGE GATE ────────────────────────────────────────────────── */
.age-gate { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(2, 2, 10, 0.98); backdrop-filter: blur(40px); align-items: center; justify-content: center; padding: 24px; }
.age-gate.show { display: flex; }
.age-gate-box { max-width: 500px; width: 100%; background: var(--surface); border: 1px solid rgba(56, 189, 248, 0.28); border-radius: var(--radius-xl); padding: 54px 48px; text-align: center; box-shadow: var(--shadow-strong), 0 0 110px rgba(2, 132, 199, 0.10); position: relative; overflow: hidden; }
.age-gate-box::before { content: ''; position: absolute; top: 0; left: 20px; right: 20px; height: 1px; background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.90), rgba(167, 139, 250, 0.45), rgba(56, 189, 248, 0.50), transparent); }
.age-gate-box::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 84% 54% at 50% 0%, rgba(2, 132, 199, 0.05), transparent 62%); pointer-events: none; }
.age-gate-icon { font-size: 52px; margin-bottom: 22px; animation: floatUp 3.8s ease-in-out infinite; }
.age-gate-title { font-family: var(--font-display); font-size: 24px; font-weight: 800; letter-spacing: 0.01em; color: var(--text-primary); margin-bottom: 12px; }
.age-gate-sub { font-size: 14px; color: var(--text-secondary); margin-bottom: 36px; line-height: 1.72; }
.age-gate-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.age-gate-legal { margin-top: 22px; font-size: 11px; color: var(--text-muted); line-height: 1.70; position: relative; z-index: 1; }
.age-gate-legal a { color: var(--accent-bright); text-decoration: underline; }
.bonus-redeem-spinning { opacity: 0.65; cursor: wait; }

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; max-width: 720px; gap: 52px; }
  .about-inner { grid-template-columns: 1fr; gap: 52px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .play-layout { grid-template-columns: 1fr; }
  .game-frame-wrap iframe { height: 500px; }
  .about-page-grid { grid-template-columns: 1fr; }
  .bonus-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; gap: 4px; position: absolute; top: 70px; left: 0; right: 0; background: rgba(2, 2, 10, 0.99); border-bottom: 1px solid rgba(56, 189, 248, 0.07); padding: 14px 16px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 14px; width: 100%; }
  .nav-cta-wrap { display: none; }
  .nav-toggle { display: flex; }
  .hero { padding: 68px 20px 64px; }
  .hero-title { font-size: clamp(22px, 6.5vw, 44px); }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .games-section, .bonus-strip, .about-section, .features-section, .cta-banner { padding: 64px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .form-row { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .trust-ribbon-inner { gap: 12px; }
  .trust-sep { display: none; }
  .preview-reel { width: 58px; height: 70px; font-size: 22px; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 22px; }
  .section-title { font-size: 20px; }
  .bonus-tiers { gap: 10px; }
  .about-stats { grid-template-columns: 1fr; }
  .contact-form { padding: 28px 18px; }
  .age-gate-box { padding: 40px 24px; }
}
