/* ============================================================
   ORION STARS - Premium Stylesheet
   Cosmic dark theme with gold + cobalt accents
   Mobile-first, conversion-optimized
   ============================================================ */

:root {
  /* ===== Palette — refined June 2026 ===== */
  /* Deeper, richer backgrounds — less navy, more obsidian */
  --bg-deep:        #04060F;
  --bg-base:        #080B1B;
  --bg-elevated:    #0F1428;
  --bg-card:        #131A33;
  --bg-card-hover:  #1A2244;
  --border:         rgba(255, 200, 87, 0.10);
  --border-strong:  rgba(255, 200, 87, 0.22);
  --border-glow:    rgba(255, 200, 87, 0.4);

  /* Text — softened white, more contrast tiers */
  --text-primary:   #FAFBFF;
  --text-secondary: #C2CADE;
  --text-muted:     #7C879E;
  --text-faint:     #4A5266;

  /* Gold — warmer, more luxurious (less neon yellow) */
  --gold-1:         #FFC857;   /* hero gold — warmer than pure yellow */
  --gold-2:         #F2A93B;
  --gold-3:         #E8941F;
  --gold-soft:      #FFE0A8;
  --gold-glow:      rgba(255, 200, 87, 0.55);

  /* Cobalt — deeper, more saturated */
  --cobalt-1:       #5B6DDA;
  --cobalt-2:       #3D4FBF;
  --cobalt-3:       #2A3793;
  --cobalt-deep:    #1A2466;

  --purple:         #7C4FE0;
  --pink:           #EC4899;

  /* Channel brand colors */
  --whatsapp-1:     #25D366;
  --whatsapp-2:     #128C7E;
  --telegram-1:     #2AABEE;
  --telegram-2:     #229ED9;
  --messenger-1:    #006AFF;
  --messenger-2:    #0084FF;

  /* ===== Type — distinctive display, refined body ===== */
  --font-display: 'Manrope', system-ui, sans-serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;

  /* ===== Layout ===== */
  --container: 1200px;
  --radius-sm:  10px;
  --radius:     16px;
  --radius-lg:  24px;
  --radius-xl:  32px;

  /* ===== Shadows — multi-layer for premium depth ===== */
  --shadow-sm:    0 1px 2px rgba(0, 0, 0, 0.35);
  --shadow-md:    0 4px 16px rgba(0, 0, 0, 0.4), 0 2px 4px rgba(0, 0, 0, 0.3);
  --shadow-lg:    0 20px 40px rgba(0, 0, 0, 0.55), 0 6px 14px rgba(0, 0, 0, 0.35);
  --shadow-gold:  0 10px 30px rgba(255, 200, 87, 0.28), 0 2px 6px rgba(255, 200, 87, 0.15);
  --shadow-cobalt: 0 10px 30px rgba(61, 79, 191, 0.4), 0 2px 6px rgba(61, 79, 191, 0.2);
  --shadow-card:  0 16px 40px rgba(0, 0, 0, 0.45);
  --shadow-card-hover: 0 24px 60px rgba(0, 0, 0, 0.55), 0 0 0 1px var(--border-strong);

  /* ===== Motion — spring-like easing tokens ===== */
  --ease-out:     cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring:  cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-in:      cubic-bezier(0.7, 0, 0.84, 0);
  --dur-fast:     180ms;
  --dur-base:     240ms;
  --dur-slow:     400ms;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--bg-deep);
  color: var(--text-primary);
  line-height: 1.65;
  font-size: 16px;
  font-feature-settings: "ss01", "ss02", "cv01", "cv11";
  letter-spacing: -0.005em;
  overflow-x: hidden;
  padding-bottom: 80px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Display headings: tighter tracking, optical sizing */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  font-feature-settings: "ss01", "ss02";
}
h1 { letter-spacing: -0.03em; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: color .2s ease; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================================
   STARFIELD BACKGROUND
   ============================================================ */
.starfield {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse at top, rgba(63, 79, 179, 0.25), transparent 60%),
    radial-gradient(ellipse at bottom right, rgba(107, 70, 193, 0.18), transparent 50%),
    var(--bg-deep);
  pointer-events: none;
}

.stars {
  position: absolute;
  inset: 0;
  background-repeat: repeat;
}

.stars-sm {
  background-image:
    radial-gradient(1px 1px at 25% 15%, #fff, transparent),
    radial-gradient(1px 1px at 75% 35%, #fff, transparent),
    radial-gradient(1px 1px at 50% 65%, #fff, transparent),
    radial-gradient(1px 1px at 10% 85%, #fff, transparent),
    radial-gradient(1px 1px at 90% 55%, #fff, transparent),
    radial-gradient(1px 1px at 35% 45%, #fff, transparent);
  background-size: 400px 400px;
  opacity: 0.4;
  animation: twinkle 6s ease-in-out infinite;
}

.stars-md {
  background-image:
    radial-gradient(1.5px 1.5px at 20% 30%, #FFD700, transparent),
    radial-gradient(1.5px 1.5px at 80% 70%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 60% 20%, #FFD700, transparent),
    radial-gradient(1.5px 1.5px at 40% 80%, #fff, transparent);
  background-size: 600px 600px;
  opacity: 0.5;
  animation: twinkle 4s ease-in-out infinite reverse;
}

.stars-lg {
  background-image:
    radial-gradient(2px 2px at 30% 50%, #FFD700, transparent),
    radial-gradient(2px 2px at 70% 30%, #fff, transparent),
    radial-gradient(2px 2px at 50% 80%, #FFE680, transparent);
  background-size: 800px 800px;
  opacity: 0.6;
  animation: twinkle 8s ease-in-out infinite;
}

@keyframes twinkle {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.7; }
}

/* ============================================================
   TOP BAR
   ============================================================ */
.top-bar {
  background: linear-gradient(90deg, rgba(255, 215, 0, 0.08), rgba(63, 79, 179, 0.08));
  border-bottom: 1px solid var(--border);
  font-size: 13px;
  padding: 10px 0;
  position: relative;
  z-index: 50;
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 0 20px;
  color: var(--text-secondary);
}

.top-bar-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-1);
  box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7);
  animation: pulse 2s infinite;
  flex-shrink: 0;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(255, 215, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0); }
}

.top-bar-text strong { color: var(--gold-1); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 11, 27, 0.78);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid var(--border);
  transition: padding var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 21px;
  letter-spacing: -0.025em;
  transition: opacity var(--dur-fast) var(--ease-out);
}
.brand:hover { opacity: 0.85; }

.brand-icon {
  display: grid;
  place-items: center;
  filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.5));
}

.brand-orion { color: var(--cobalt-1); }
.brand-stars { color: var(--text-primary); }

.main-nav {
  display: flex;
  gap: 32px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-secondary);
}

.main-nav a {
  position: relative;
  padding: 4px 0;
}

.main-nav a:hover { color: var(--gold-1); }
.main-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold-1);
  transition: width .2s ease;
}
.main-nav a:hover::after { width: 100%; }

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: linear-gradient(135deg, var(--whatsapp-1), var(--whatsapp-2));
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 999px;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
}

.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: 70px 0 100px;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -240px;
  left: 50%;
  transform: translateX(-50%);
  width: 920px;
  height: 920px;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 200, 87, 0.14), transparent 55%),
    radial-gradient(circle at 30% 60%, rgba(61, 79, 191, 0.18), transparent 55%);
  pointer-events: none;
  z-index: 0;
  filter: blur(20px);
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, transparent 70%, var(--bg-deep) 100%);
  pointer-events: none;
  z-index: 0;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-content { animation: fadeUp .8s ease-out; }

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  background: rgba(255, 200, 87, 0.06);
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  font-size: 12.5px;
  color: var(--text-secondary);
  font-weight: 500;
  letter-spacing: 0.02em;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.badge-pill .dot {
  width: 6px;
  height: 6px;
  background: var(--gold-1);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.badge-pill .star { color: var(--gold-1); }

.title-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--gold-1);
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: var(--font-display);
}

.title-eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-1));
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin-bottom: 28px;
}

.gradient-text {
  background: linear-gradient(135deg, var(--gold-soft) 0%, var(--gold-1) 40%, var(--gold-3) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 4px 24px rgba(255, 200, 87, 0.3));
}

.hero-sub {
  font-size: clamp(16px, 1.5vw, 19px);
  color: var(--text-secondary);
  margin-bottom: 36px;
  max-width: 560px;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  color: #fff;
  font-family: var(--font-body);
  transition: transform var(--dur-fast) var(--ease-spring),
              box-shadow var(--dur-base) var(--ease-out),
              filter var(--dur-fast) var(--ease-out);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: translateX(-100%);
  transition: transform .7s var(--ease-out);
}

.cta:hover::before { transform: translateX(100%); }
.cta:hover { transform: translateY(-3px) scale(1.01); filter: brightness(1.08); }
.cta:active { transform: translateY(-1px) scale(0.99); transition-duration: 80ms; }

.cta-whatsapp {
  background: linear-gradient(135deg, var(--whatsapp-1), var(--whatsapp-2));
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}
.cta-whatsapp:hover { box-shadow: 0 10px 28px rgba(37, 211, 102, 0.5); }

.cta-telegram {
  background: linear-gradient(135deg, var(--telegram-1), var(--telegram-2));
  box-shadow: 0 6px 20px rgba(42, 171, 238, 0.35);
}
.cta-telegram:hover { box-shadow: 0 10px 28px rgba(42, 171, 238, 0.5); }

.cta-messenger {
  background: linear-gradient(135deg, var(--messenger-1), var(--messenger-2));
  box-shadow: 0 6px 20px rgba(0, 132, 255, 0.35);
}
.cta-messenger:hover { box-shadow: 0 10px 28px rgba(0, 132, 255, 0.5); }

.cta.big {
  padding: 18px 28px;
  font-size: 16px;
  flex-direction: column;
  gap: 4px;
  min-width: 180px;
}

.cta.big svg { margin-bottom: 4px; }

.cta-sub {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.85;
}

.hero-trust {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 500px;
}

.hero-trust li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-secondary);
  font-size: 14px;
}

.check {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.15);
  color: var(--whatsapp-1);
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

/* ===== Hero Visual ===== */
.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  animation: floatPhone 6s ease-in-out infinite;
}

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

.phone-frame {
  position: relative;
  width: 280px;
  height: 560px;
  background: linear-gradient(135deg, #1A1F3A, #0F1428);
  border-radius: 42px;
  padding: 14px;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.5),
    0 0 60px rgba(255, 215, 0, 0.2),
    inset 0 0 0 2px rgba(255, 215, 0, 0.15);
}

.phone-frame::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 22px;
  background: #050814;
  border-radius: 0 0 16px 16px;
  z-index: 2;
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0A0E1A 0%, #1E2B6E 100%);
  border-radius: 30px;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.phone-glow {
  position: absolute;
  top: -40%;
  left: -40%;
  width: 180%;
  height: 180%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.3), transparent 50%);
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.phone-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 20% 20%, #fff, transparent),
    radial-gradient(1px 1px at 70% 40%, #FFD700, transparent),
    radial-gradient(1px 1px at 40% 70%, #fff, transparent),
    radial-gradient(1px 1px at 85% 80%, #FFD700, transparent);
  background-size: 100% 100%;
  opacity: 0.6;
}

.phone-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.phone-logo { animation: spin 8s linear infinite; }

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.phone-title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #fff;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
}

.phone-subtitle {
  font-size: 13px;
  color: var(--gold-1);
  letter-spacing: 4px;
  font-weight: 600;
}

.phone-credits {
  background: rgba(255, 215, 0, 0.12);
  border: 1px solid var(--border-strong);
  border-radius: 14px;
  padding: 12px 24px;
  margin-top: 8px;
}

.credit-label {
  font-size: 10px;
  color: var(--text-muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.credit-amount {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  color: var(--gold-1);
  line-height: 1;
}

.phone-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  margin-top: 8px;
}

.phone-tile {
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--gold-1);
}
.phone-tile svg { width: 26px; height: 26px; }

.tile-1 { animation: tileGlow 3s ease-in-out infinite; }
.tile-2 { animation: tileGlow 3s ease-in-out infinite .5s; }
.tile-3 { animation: tileGlow 3s ease-in-out infinite 1s; }
.tile-4 { animation: tileGlow 3s ease-in-out infinite 1.5s; }

@keyframes tileGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(255, 215, 0, 0); }
  50% { box-shadow: 0 0 24px rgba(255, 215, 0, 0.4); }
}

.phone-btn {
  background: linear-gradient(135deg, var(--gold-1), var(--gold-3));
  color: #050814;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 12px 32px;
  border-radius: 999px;
  margin-top: 8px;
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
}

.phone-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.08) 50%, transparent 70%);
  animation: shine 5s ease-in-out infinite;
  pointer-events: none;
  border-radius: 42px;
}

@keyframes shine {
  0%, 100% { left: -100%; }
  50% { left: 100%; }
}

.float-coin {
  position: absolute;
  filter: drop-shadow(0 6px 16px rgba(255, 215, 0, 0.45));
  animation: floatCoin 4s ease-in-out infinite;
}
.float-coin svg { display: block; }

.coin-1 { top: 8%; left: -9%; animation-delay: 0s; }
.coin-1 svg { width: 56px; height: 56px; }
.coin-2 { top: 48%; right: -7%; animation-delay: 1.5s; }
.coin-2 svg { width: 44px; height: 44px; }
.coin-3 { bottom: 14%; left: -4%; animation-delay: 3s; }
.coin-3 svg { width: 48px; height: 48px; }

@keyframes floatCoin {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(15deg); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   STATS STRIP
   ============================================================ */
.stats-strip {
  background:
    linear-gradient(90deg,
      rgba(91, 109, 218, 0.06) 0%,
      rgba(255, 200, 87, 0.04) 50%,
      rgba(91, 109, 218, 0.06) 100%);
  border-block: 1px solid var(--border);
  padding: 36px 0;
  position: relative;
}

.stats-strip::before,
.stats-strip::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-1));
  opacity: 0.35;
}
.stats-strip::before { left: 0; }
.stats-strip::after { right: 0; transform: scaleX(-1); }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  text-align: center;
  align-items: center;
}

.stat {
  position: relative;
}

.stat:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background: linear-gradient(180deg, transparent, var(--border-strong), transparent);
}

.stat-num {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 800;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold-1) 60%, var(--gold-3));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.025em;
}

.stat-label {
  font-size: 12.5px;
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ============================================================
   SECTIONS — refined rhythm
   ============================================================ */
.section {
  padding: 110px 0;
  position: relative;
}

/* Sectional dividers — hairline gold gradient between sections */
.section + .section::before,
.section + .section-alt::before,
.section-alt + .section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(80%, 800px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 200, 87, 0.18), transparent);
}

.section-alt {
  background:
    linear-gradient(180deg, transparent 0%, rgba(15, 20, 40, 0.4) 50%, transparent 100%);
  position: relative;
}

.section-alt::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(91, 109, 218, 0.06), transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.section-alt > * { position: relative; z-index: 1; }

.section-head {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 72px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--gold-1);
  font-weight: 700;
  margin-bottom: 18px;
  font-family: var(--font-display);
}

.eyebrow::before,
.eyebrow::after {
  content: '';
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-1), transparent);
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.2vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
  background: linear-gradient(180deg, var(--text-primary) 0%, var(--text-secondary) 110%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-sub {
  color: var(--text-secondary);
  font-size: clamp(15px, 1.3vw, 17.5px);
  line-height: 1.6;
  max-width: 580px;
  margin-inline: auto;
}

.section-cta {
  text-align: center;
  margin-top: 64px;
}

.section-cta p {
  color: var(--text-secondary);
  margin-bottom: 22px;
  font-size: 16px;
}

.triple-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* ============================================================
   GAMES GRID
   ============================================================ */
.games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.game-card {
  background:
    linear-gradient(180deg, rgba(255, 200, 87, 0.02) 0%, transparent 50%),
    var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 34px 30px;
  transition: transform var(--dur-base) var(--ease-spring),
              border-color var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.game-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, var(--border-glow), transparent 40%, transparent 60%, var(--border-glow));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity var(--dur-base) var(--ease-out);
  pointer-events: none;
}

.game-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-1), transparent);
  opacity: 0;
  transition: opacity var(--dur-base) var(--ease-out);
}

.game-card:hover {
  transform: translateY(-8px);
  border-color: transparent;
  box-shadow: var(--shadow-card-hover);
}

.game-card:hover::before,
.game-card:hover::after { opacity: 1; }

.game-card.featured {
  background:
    linear-gradient(135deg, rgba(255, 200, 87, 0.06) 0%, rgba(91, 109, 218, 0.08) 100%),
    var(--bg-card);
  border-color: var(--border-strong);
}

.featured-tag {
  position: absolute;
  top: 18px;
  right: 18px;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-1), var(--gold-3));
  color: var(--bg-deep);
  font-size: 10.5px;
  font-weight: 800;
  padding: 6px 13px;
  border-radius: 999px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: var(--font-display);
  box-shadow: 0 4px 12px rgba(255, 200, 87, 0.35);
}

.game-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.16), rgba(63, 79, 179, 0.12));
  border: 1px solid rgba(255, 215, 0, 0.22);
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  color: var(--gold-1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: box-shadow .3s ease, transform .3s ease;
}
.game-icon svg { width: 32px; height: 32px; }
.game-card:hover .game-icon {
  transform: translateY(-2px) rotate(-3deg);
  box-shadow: 0 0 28px rgba(255, 215, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.game-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.game-card p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.game-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold-1);
  font-weight: 600;
  font-size: 14px;
  transition: gap .2s ease;
}

.game-link:hover { gap: 10px; color: var(--gold-soft); }

/* ============================================================
   WHY US
   ============================================================ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.why-card {
  background:
    linear-gradient(180deg, rgba(255, 200, 87, 0.025) 0%, transparent 50%),
    var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 38px 30px;
  position: relative;
  transition: transform var(--dur-base) var(--ease-spring),
              border-color var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out);
  overflow: hidden;
}

.why-card::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 200, 87, 0.06) 0%, transparent 30%);
  opacity: 0;
  transition: opacity var(--dur-base) var(--ease-out);
  pointer-events: none;
}

.why-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-card);
}

.why-card:hover::after { opacity: 1; }

.why-num {
  font-family: var(--font-display);
  font-size: 62px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--gold-soft) 0%, var(--gold-1) 50%, var(--gold-3) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.95;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
  filter: drop-shadow(0 4px 12px rgba(255, 200, 87, 0.2));
}

.why-card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.why-card p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.65;
}

/* ============================================================
   STEPS
   ============================================================ */
.steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 20px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.step {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-num {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--gold-1), var(--gold-3));
  color: #050814;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
}

.step-body h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.step-body p {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.55;
}

.step-line {
  height: 2px;
  background: linear-gradient(90deg, var(--border-strong), transparent, var(--border-strong));
  margin-top: 28px;
  min-width: 30px;
}

/* ============================================================
   BENEFITS
   ============================================================ */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.benefit {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.04), rgba(63, 79, 179, 0.04));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: left;
  transition: transform .3s ease, border-color .3s ease;
}

.benefit:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
}

.benefit-ico {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  color: var(--gold-1);
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.14), rgba(63, 79, 179, 0.1));
  border: 1px solid rgba(255, 215, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: box-shadow .3s ease;
}
.benefit-ico svg { width: 30px; height: 30px; }
.benefit:hover .benefit-ico { box-shadow: 0 0 22px rgba(255, 215, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08); }

.benefit h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.benefit p {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.6;
}

/* ============================================================
   REVIEWS
   ============================================================ */
.rating-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.rating-stars {
  color: var(--gold-1);
  font-size: 24px;
  letter-spacing: 2px;
}

.rating-text {
  color: var(--text-secondary);
  font-size: 15px;
}

.rating-text strong {
  color: var(--gold-1);
  font-family: var(--font-display);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.review {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform .3s ease, border-color .3s ease;
}

.review:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
}

.review-stars {
  color: var(--gold-1);
  font-size: 16px;
  letter-spacing: 2px;
}

.review p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.65;
  flex-grow: 1;
  font-style: italic;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  flex-shrink: 0;
}

.review-name {
  font-weight: 600;
  font-size: 14px;
  color: var(--text-primary);
}

.review-loc {
  font-size: 12px;
  color: var(--text-muted);
}

/* ============================================================
   PAYMENTS
   ============================================================ */
.payments-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.pay-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 16px;
  text-align: center;
  transition: transform .3s ease, border-color .3s ease;
}

.pay-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  background: var(--bg-card-hover);
}

.pay-ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  color: var(--gold-1);
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.13), rgba(63, 79, 179, 0.1));
  border: 1px solid rgba(255, 215, 0, 0.2);
  transition: box-shadow .3s ease;
}
.pay-ico svg { width: 28px; height: 28px; }
.pay-card:hover .pay-ico { box-shadow: 0 0 20px rgba(255, 215, 0, 0.22); }

/* Subpage feature-card icons */
.feature-card .ico {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  color: var(--gold-1);
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.14), rgba(63, 79, 179, 0.1));
  border: 1px solid rgba(255, 215, 0, 0.2);
}
.feature-card .ico svg { width: 28px; height: 28px; }

.pay-card h4 {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.pay-card p {
  font-size: 12px;
  color: var(--text-muted);
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-wrap { max-width: 860px; }

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out),
              background var(--dur-base) var(--ease-out);
}

.faq-item[open] {
  border-color: var(--border-strong);
  background:
    linear-gradient(180deg, rgba(255, 200, 87, 0.03) 0%, transparent 100%),
    var(--bg-card);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.faq-item summary {
  padding: 24px 26px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  list-style: none;
  position: relative;
  transition: background var(--dur-fast) var(--ease-out);
  font-family: var(--font-display);
  letter-spacing: -0.01em;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: '+';
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--gold-1);
  font-weight: 300;
  line-height: 1;
  transition: transform .3s ease;
  flex-shrink: 0;
}

.faq-item[open] summary::after { transform: rotate(45deg); }

.faq-item summary:hover { background: rgba(255, 215, 0, 0.03); }

.faq-answer {
  padding: 0 24px 22px;
}

.faq-answer p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.7;
}

.faq-answer strong { color: var(--gold-1); }

/* ============================================================
   FINAL CTA
   ============================================================ */
.final-cta {
  padding: 80px 0;
}

.final-cta-card {
  background:
    radial-gradient(circle at top right, rgba(255, 215, 0, 0.15), transparent 50%),
    radial-gradient(circle at bottom left, rgba(63, 79, 179, 0.2), transparent 50%),
    var(--bg-card);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-xl);
  padding: 70px 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(255, 215, 0, 0.05), transparent, rgba(63, 79, 179, 0.05), transparent);
  animation: rotate 20s linear infinite;
  pointer-events: none;
}

.final-cta-content { position: relative; z-index: 1; }

.final-cta-card h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  max-width: 700px;
  margin-inline: auto;
}

.final-cta-card p {
  color: var(--text-secondary);
  font-size: 17px;
  max-width: 600px;
  margin: 0 auto 36px;
}

.final-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 36px;
}

.final-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  color: var(--text-secondary);
  font-size: 14px;
}

.final-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--bg-base);
  border-top: 1px solid var(--border);
  padding: 70px 0 30px;
  margin-top: 60px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.footer-brand p {
  color: var(--text-secondary);
  font-size: 14px;
  margin: 20px 0;
  max-width: 320px;
  line-height: 1.65;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  transition: transform .2s ease;
}

.footer-social a:hover { transform: translateY(-3px); }

.social-wa { background: var(--whatsapp-1); }
.social-tg { background: var(--telegram-1); }
.social-fb { background: var(--messenger-2); }
.social-fbpage { background: #1877F2; }

.footer-contact {
  list-style: none;
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-contact a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-secondary);
  font-size: 14px;
  transition: color .2s ease, transform .2s ease;
}

.footer-contact a:hover { color: var(--gold-1); transform: translateX(3px); }

.footer-contact strong {
  color: var(--text-primary);
  font-weight: 600;
  margin-right: 4px;
}

.fc-ico {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 15px;
  color: #fff;
  flex-shrink: 0;
  font-weight: 700;
}

.fc-wa { background: linear-gradient(135deg, var(--whatsapp-1), var(--whatsapp-2)); }
.fc-tg { background: linear-gradient(135deg, var(--telegram-1), var(--telegram-2)); transform: rotate(0deg); }
.fc-fb { background: #1877F2; font-family: Georgia, serif; }

.footer-col h4 {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-1);
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-col a {
  display: block;
  color: var(--text-secondary);
  font-size: 14px;
  padding: 6px 0;
  transition: color .2s ease, padding .2s ease;
}

.footer-col a:hover {
  color: var(--gold-1);
  padding-left: 4px;
}

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid var(--border);
  text-align: center;
}

.footer-bottom p {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.footer-meta { font-size: 12px; opacity: 0.7; }

/* ============================================================
   STICKY FLOATING CTA
   ============================================================ */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: rgba(10, 14, 26, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--border-strong);
  padding: 10px env(safe-area-inset-right) calc(10px + env(safe-area-inset-bottom)) env(safe-area-inset-left);
  z-index: 999;
  gap: 8px;
}

.sticky-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 6px;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  min-height: 56px;
  transition: transform .2s ease, filter .2s ease;
}

.sticky-btn:active { transform: scale(0.96); }

.sticky-wa { background: linear-gradient(135deg, var(--whatsapp-1), var(--whatsapp-2)); }
.sticky-tg { background: linear-gradient(135deg, var(--telegram-1), var(--telegram-2)); }
.sticky-fb { background: linear-gradient(135deg, var(--messenger-1), var(--messenger-2)); }

/* ============================================================
   SUBPAGE LAYOUT (money pages)
   ============================================================ */
.subpage-hero {
  padding: 50px 0 40px;
  position: relative;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.breadcrumb a { color: var(--text-secondary); transition: color .2s ease; }
.breadcrumb a:hover { color: var(--gold-1); }
.breadcrumb .sep { opacity: 0.5; }
.breadcrumb [aria-current] { color: var(--gold-1); }

.subpage-hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 50px;
  align-items: center;
}

.subpage-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.subpage-lead {
  font-size: clamp(16px, 1.5vw, 18px);
  color: var(--text-secondary);
  margin-bottom: 28px;
  max-width: 560px;
}

.subpage-hero .hero-cta-row { margin-bottom: 24px; }

/* Quick-fact card on subpage hero */
.fact-card {
  background: var(--bg-card);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-card);
}

.fact-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.fact-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.fact-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--text-secondary);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.fact-list li:last-child { border-bottom: none; padding-bottom: 0; }
.fact-list strong { color: var(--gold-1); font-weight: 600; text-align: right; }

/* Prose content blocks */
.prose {
  max-width: 760px;
  margin: 0 auto;
}

.prose h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 48px 0 18px;
  line-height: 1.2;
}

.prose h3 {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  margin: 32px 0 12px;
}

.prose p { color: var(--text-secondary); font-size: 16px; margin-bottom: 16px; }
.prose strong { color: var(--text-primary); }
.prose a { color: var(--gold-1); text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover { color: var(--gold-soft); }

.prose ul, .prose ol { margin: 0 0 20px 0; padding-left: 0; list-style: none; }
.prose ul li, .prose ol li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  color: var(--text-secondary);
  font-size: 16px;
}
.prose ul li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: rgba(37, 211, 102, 0.15);
  color: var(--whatsapp-1);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
}
.prose ol { counter-reset: step; }
.prose ol li { counter-increment: step; }
.prose ol li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, var(--gold-1), var(--gold-3));
  color: #050814;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
}

/* Numbered step cards (how-to) */
.howto-steps {
  display: grid;
  gap: 16px;
  max-width: 760px;
  margin: 0 auto;
}
.howto-step {
  display: flex;
  gap: 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 26px;
  transition: border-color .3s ease;
}
.howto-step:hover { border-color: var(--border-strong); }
.howto-step .num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--gold-1), var(--gold-3));
  color: #050814;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.howto-step h3 { font-family: var(--font-display); font-size: 18px; margin-bottom: 6px; }
.howto-step p { color: var(--text-secondary); font-size: 15px; margin: 0; }

/* Inline CTA card (mid-content) */
.inline-cta {
  background:
    radial-gradient(circle at top right, rgba(255, 215, 0, 0.12), transparent 50%),
    var(--bg-card);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  padding: 36px;
  text-align: center;
  max-width: 760px;
  margin: 48px auto;
}
.inline-cta h3 { font-family: var(--font-display); font-size: 24px; margin-bottom: 10px; }
.inline-cta p { color: var(--text-secondary); margin-bottom: 24px; }

/* Feature grid (3-up) reused via .games-grid/.why-grid; add a compact variant */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: transform .3s ease, border-color .3s ease;
}
.feature-card:hover { transform: translateY(-4px); border-color: var(--border-strong); }
.feature-card .ico { font-size: 32px; margin-bottom: 14px; }
.feature-card h3 { font-family: var(--font-display); font-size: 18px; margin-bottom: 8px; }
.feature-card p { color: var(--text-secondary); font-size: 14px; margin: 0; }

/* Related pages links */
.related-pages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  max-width: 1000px;
  margin: 0 auto;
}
.related-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  font-weight: 600;
  font-size: 15px;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.related-card:hover { border-color: var(--border-strong); transform: translateY(-2px); background: var(--bg-card-hover); }
.related-card .arr { color: var(--gold-1); }

@media (max-width: 1024px) {
  .subpage-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .feature-grid { grid-template-columns: 1fr; }
  .fact-card, .inline-cta { padding: 24px; }
  .howto-step { padding: 20px; gap: 14px; }
}

/* ============================================================
   BLOG
   ============================================================ */
.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  color: var(--text-muted);
  font-size: 14px;
  margin-bottom: 24px;
}
.article-meta .tag {
  background: rgba(255, 215, 0, 0.1);
  color: var(--gold-1);
  border: 1px solid var(--border-strong);
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 12px;
}
.article-hero {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 0 10px;
  text-align: center;
}
.article-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -1px;
  margin-bottom: 18px;
}
.article-hero .article-meta { justify-content: center; }
.article-lead {
  font-size: clamp(17px, 1.6vw, 20px);
  color: var(--text-secondary);
  max-width: 720px;
  margin: 0 auto;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.blog-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: transform .3s ease, border-color .3s ease;
}
.blog-card:hover { transform: translateY(-5px); border-color: var(--border-strong); }
.blog-card .cat {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold-1);
  margin-bottom: 12px;
}
.blog-card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 12px;
}
.blog-card p { color: var(--text-secondary); font-size: 15px; flex-grow: 1; margin-bottom: 16px; }
.blog-card .read {
  color: var(--gold-1);
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap .2s ease;
}
.blog-card:hover .read { gap: 10px; }

@media (max-width: 1024px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .blog-grid { grid-template-columns: 1fr; } }

/* ============================================================
   RESPONSIVE — TABLET
   ============================================================ */
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .hero-content { order: 1; }
  .hero-visual { order: 2; }

  .hero-badges,
  .hero-cta-row,
  .hero-trust { justify-content: center; }

  .hero-trust { max-width: none; }

  .main-nav { display: none; }
  .nav-toggle { display: flex; }

  .games-grid,
  .why-grid,
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }

  .benefits-grid { grid-template-columns: repeat(2, 1fr); }

  .payments-grid { grid-template-columns: repeat(3, 1fr); }

  .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }

  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .step-line { display: none; }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .footer-brand { grid-column: 1 / -1; }

  /* Desktop sticky CTA (pill) on tablet+ */
  @media (min-width: 768px) {
    .sticky-cta {
      bottom: 20px;
      left: auto;
      right: 20px;
      grid-template-columns: auto auto auto;
      border-radius: 16px;
      padding: 8px;
      border: 1px solid var(--border-strong);
    }
    .sticky-btn {
      flex-direction: row;
      padding: 12px 16px;
      min-width: 120px;
    }
    body { padding-bottom: 0; }
  }
}

/* ============================================================
   RESPONSIVE — MOBILE
   ============================================================ */
@media (max-width: 768px) {
  .container { padding: 0 16px; }

  .section { padding: 70px 0; }

  .top-bar { font-size: 12px; padding: 8px 0; }

  .header-inner { padding: 12px 16px; gap: 12px; }
  .brand { font-size: 18px; }
  .brand-icon svg { width: 26px; height: 26px; }
  .header-cta { padding: 8px 14px; font-size: 13px; }

  .hero { padding: 40px 0 60px; }

  .phone-frame { width: 240px; height: 480px; }
  .phone-title { font-size: 20px; }
  .credit-amount { font-size: 26px; }

  .hero-cta-row { flex-direction: column; }
  .cta { width: 100%; }

  .hero-trust { grid-template-columns: 1fr; }

  .games-grid,
  .why-grid,
  .reviews-grid,
  .benefits-grid { grid-template-columns: 1fr; gap: 16px; }

  .payments-grid { grid-template-columns: repeat(2, 1fr); }

  .stats-grid { grid-template-columns: repeat(2, 1fr); }

  .game-card,
  .why-card,
  .review { padding: 24px 20px; }

  .final-cta-card { padding: 50px 24px; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-brand p { max-width: none; }

  .triple-cta { flex-direction: column; }
  .triple-cta .cta { width: 100%; }

  .final-cta-buttons { flex-direction: column; }
  .cta.big { width: 100%; }
}

@media (max-width: 480px) {
  .phone-frame { width: 220px; height: 440px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .stat:nth-child(5) { grid-column: 1 / -1; }
  .sticky-btn { font-size: 11px; padding: 10px 4px; min-height: 52px; }
  .sticky-btn svg { width: 18px; height: 18px; }
}

/* ============================================================
   MOBILE NAV OVERLAY (toggled by JS)
   ============================================================ */
.main-nav.open {
  display: flex;
  position: fixed;
  inset: 0;
  background: rgba(5, 8, 20, 0.98);
  backdrop-filter: blur(20px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  font-size: 22px;
  z-index: 99;
}

.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   ACCESSIBILITY
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}

:focus-visible {
  outline: 2px solid var(--gold-1);
  outline-offset: 3px;
  border-radius: 4px;
}
