/* ============================================
   Crypto Casino Portal - Dark Mode Theme
   ============================================ */

:root {
  --bg: #07040d;
  --bg-2: #0c0719;
  --bg-3: #120a24;
  --surface: rgba(20, 12, 36, 0.7);
  --surface-2: rgba(28, 17, 50, 0.65);
  --border: rgba(168, 85, 247, 0.18);
  --border-strong: rgba(255, 215, 107, 0.35);
  --text: #f5f1ff;
  --text-2: #c8bfe1;
  --text-3: #8d83ad;
  --gold: #ffd86b;
  --gold-2: #ffb43c;
  --purple: #a855f7;
  --purple-2: #7c3aed;
  --cyan: #22d3ee;
  --green: #34d399;
  --pink: #ec4899;
  --shadow-1: 0 10px 30px -10px rgba(168, 85, 247, 0.45);
  --shadow-glow-gold: 0 0 40px rgba(255, 216, 107, 0.35);
  --shadow-glow-purple: 0 0 60px rgba(168, 85, 247, 0.45);
  --radius: 16px;
  --radius-lg: 24px;
  --radius-sm: 10px;
  --container: 1200px;
  --grad-gp: linear-gradient(135deg, #ffd86b 0%, #ff8a3c 35%, #a855f7 75%, #6d28d9 100%);
  --grad-pc: linear-gradient(135deg, #a855f7 0%, #22d3ee 100%);
  --grad-text: linear-gradient(120deg, #ffd86b, #ff7eb3, #a855f7, #22d3ee);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ----------- reset ------------ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--gold-2); }
ul, ol { padding-left: 1.25rem; }
ul li, ol li { margin-bottom: 0.4rem; color: var(--text-2); }
strong { color: var(--text); font-weight: 600; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

h1, h2, h3, h4 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: var(--text);
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2.4rem, 5.2vw, 4.4rem); font-weight: 800; letter-spacing: -0.035em; }
h2 { font-size: clamp(1.85rem, 3.5vw, 2.75rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
h4 { font-size: 1rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-3); }

p { color: var(--text-2); }

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

/* ----------- background fx ------------ */
.bg-fx { position: fixed; inset: 0; pointer-events: none; z-index: -1; overflow: hidden; }
.bg-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(168, 85, 247, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 85, 247, 0.07) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(ellipse at top, rgba(0,0,0,0.85), transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at top, rgba(0,0,0,0.85), transparent 75%);
  opacity: 0.5;
}
.bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.55;
  animation: floatGlow 18s ease-in-out infinite;
}
.bg-glow--1 { width: 520px; height: 520px; background: radial-gradient(circle, #a855f7 0%, transparent 70%); top: -120px; left: -120px; }
.bg-glow--2 { width: 600px; height: 600px; background: radial-gradient(circle, #ffd86b 0%, transparent 70%); top: 30%; right: -180px; animation-delay: -6s; opacity: 0.35; }
.bg-glow--3 { width: 480px; height: 480px; background: radial-gradient(circle, #22d3ee 0%, transparent 70%); bottom: -120px; left: 25%; animation-delay: -12s; opacity: 0.3; }
.bg-noise {
  position: absolute; inset: 0; opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

@keyframes floatGlow {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(40px, -30px) scale(1.05); }
  66% { transform: translate(-30px, 40px) scale(0.95); }
}

/* floating coins */
.floating-coins { position: absolute; inset: 0; pointer-events: none; }
.coin {
  position: absolute;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: rgba(255, 216, 107, 0.18);
  animation: floatCoin 22s linear infinite;
  text-shadow: 0 0 20px rgba(255, 216, 107, 0.4);
}
.coin--btc { left: 8%; top: 18%; animation-duration: 26s; }
.coin--eth { left: 78%; top: 12%; animation-duration: 30s; animation-delay: -4s; color: rgba(168, 85, 247, 0.22); text-shadow: 0 0 20px rgba(168, 85, 247, 0.4); font-size: 32px; }
.coin--usdt { left: 14%; top: 65%; animation-duration: 28s; animation-delay: -8s; color: rgba(52, 211, 153, 0.2); text-shadow: 0 0 20px rgba(52, 211, 153, 0.4); }
.coin--sol { left: 72%; top: 70%; animation-duration: 32s; animation-delay: -12s; color: rgba(34, 211, 238, 0.22); text-shadow: 0 0 20px rgba(34, 211, 238, 0.4); font-size: 30px; }
.coin--doge { left: 50%; top: 20%; animation-duration: 34s; animation-delay: -16s; color: rgba(236, 72, 153, 0.18); text-shadow: 0 0 20px rgba(236, 72, 153, 0.4); }
.coin--ltc { left: 40%; top: 80%; animation-duration: 30s; animation-delay: -20s; color: rgba(200, 191, 225, 0.2); }
@keyframes floatCoin {
  0% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-60px) rotate(180deg); }
  100% { transform: translateY(0) rotate(360deg); }
}

/* ----------- header ------------ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(7, 4, 13, 0.7);
  border-bottom: 1px solid var(--border);
  transition: all 0.3s var(--ease);
}
.site-header.scrolled {
  background: rgba(7, 4, 13, 0.85);
  box-shadow: 0 8px 32px -16px rgba(0, 0, 0, 0.6);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  padding-top: 18px; padding-bottom: 18px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-weight: 700; }
.brand:hover { color: var(--text); }
.brand-mark { display: inline-flex; filter: drop-shadow(0 0 12px rgba(255, 216, 107, 0.4)); }
.brand-name { font-family: 'Space Grotesk', sans-serif; font-size: 1.05rem; letter-spacing: -0.01em; }
.brand-name--accent { background: var(--grad-gp); -webkit-background-clip: text; background-clip: text; color: transparent; }

.primary-nav { display: flex; align-items: center; gap: 28px; flex-wrap: nowrap; }
.primary-nav a {
  color: var(--text-2); font-weight: 500; font-size: 0.95rem; position: relative; transition: color 0.2s ease;
  white-space: nowrap;
}
.primary-nav a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px;
  background: var(--grad-gp); border-radius: 2px;
  transform: scaleX(0); transform-origin: left; transition: transform 0.3s var(--ease);
}
.primary-nav a:hover { color: var(--text); }
.primary-nav a:hover::after { transform: scaleX(1); }

.header-cta { padding: 10px 18px; font-size: 0.9rem; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: 0.25s var(--ease); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav { display: none; flex-direction: column; padding: 10px 24px 22px; gap: 4px; border-top: 1px solid var(--border); }
.mobile-nav a { padding: 12px 14px; color: var(--text-2); font-weight: 500; border-radius: 10px; transition: 0.2s ease; }
.mobile-nav a:hover { background: var(--surface); color: var(--text); }

/* ----------- buttons ------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; border-radius: 12px; font-weight: 600;
  transition: 0.25s var(--ease); cursor: pointer; border: 1px solid transparent;
  font-size: 0.95rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.btn--lg { padding: 16px 28px; font-size: 1rem; }
.btn--block { width: 100%; }
.btn--primary {
  background: var(--grad-gp);
  color: #1a0d33;
  box-shadow: 0 12px 30px -12px rgba(255, 184, 60, 0.6), 0 0 0 1px rgba(255, 216, 107, 0.3) inset;
}
.btn--primary::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.6s ease;
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -12px rgba(255, 184, 60, 0.7), 0 0 0 1px rgba(255, 216, 107, 0.5) inset; color: #1a0d33; }
.btn--primary:hover::before { left: 100%; }
.btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  color: var(--text);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover { background: rgba(255, 255, 255, 0.08); border-color: var(--gold); color: var(--text); transform: translateY(-2px); }

/* ----------- eyebrow / common ------------ */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(168, 85, 247, 0.12);
  border: 1px solid rgba(168, 85, 247, 0.3);
  color: var(--text);
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 18px;
}
.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.7);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(52, 211, 153, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}

.grad-text {
  color: var(--text);
}

/* ----------- hero ------------ */
.hero { padding: 80px 0 100px; position: relative; }
.hero-inner {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center;
}
.hero-content { max-width: 640px; }
.hero h1 { margin: 18px 0 24px; }
.hero-sub { font-size: 1.15rem; color: var(--text-2); margin-bottom: 14px; }
.hero-cta { display: flex; gap: 14px; margin: 32px 0 40px; flex-wrap: wrap; }
.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; list-style: none; padding: 0; margin: 0;
  border-top: 1px solid var(--border); padding-top: 28px;
}
.hero-stats li { margin: 0; }
.hero-stats strong {
  display: block; font-family: 'Space Grotesk', sans-serif; font-size: 1.95rem; font-weight: 700;
  background: var(--grad-gp); -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1;
  margin-bottom: 6px;
}
.hero-stats span { font-size: 0.78rem; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.05em; }

.hero-card {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 216, 107, 0.6), rgba(168, 85, 247, 0.6), rgba(34, 211, 238, 0.6));
  background-size: 200% 200%;
  animation: borderShift 6s ease infinite;
}
@keyframes borderShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.hero-card-glow {
  position: absolute; inset: -30px; border-radius: var(--radius-lg);
  background: radial-gradient(circle at 50% 50%, rgba(168, 85, 247, 0.45), transparent 60%);
  filter: blur(40px); z-index: -1;
}
.hero-card-inner {
  background: linear-gradient(180deg, rgba(20, 12, 40, 0.95), rgba(12, 7, 25, 0.95));
  border-radius: calc(var(--radius-lg) - 2px);
  padding: 28px;
  position: relative;
}
.hero-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.badge {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  padding: 4px 10px; border-radius: 999px;
}
.badge--gold { background: rgba(255, 216, 107, 0.16); color: var(--gold); border: 1px solid rgba(255, 216, 107, 0.4); }
.hero-card-rank {
  font-family: 'Space Grotesk', sans-serif; font-size: 1.4rem; font-weight: 700;
  background: var(--grad-gp); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-card-title { font-size: 1.7rem; margin-bottom: 4px; }
.hero-card-tag { color: var(--text-3); font-size: 0.9rem; margin-bottom: 22px; }

.hero-card-bonus {
  background: linear-gradient(135deg, rgba(255, 216, 107, 0.12), rgba(168, 85, 247, 0.12));
  border: 1px solid rgba(255, 216, 107, 0.25);
  border-radius: var(--radius);
  padding: 18px;
  text-align: center;
  margin-bottom: 22px;
}
.hero-card-bonus-label { display: block; font-size: 0.72rem; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 6px; }
.hero-card-bonus-value {
  display: block; font-family: 'Space Grotesk', sans-serif; font-size: 1.7rem; font-weight: 700;
  background: var(--grad-gp); -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1.1;
}
.hero-card-bonus-extra { display: block; font-size: 0.85rem; color: var(--text-2); margin-top: 6px; }

.hero-card-features { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 10px; }
.hero-card-features li { display: flex; align-items: center; gap: 10px; color: var(--text-2); font-size: 0.92rem; margin: 0; }
.hero-card-features li svg { color: var(--green); flex-shrink: 0; }

.hero-card-coins { display: flex; gap: 10px; justify-content: center; margin-top: 18px; }
.hero-card-coins span {
  width: 32px; height: 32px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  color: var(--gold);
  transition: 0.25s var(--ease);
}
.hero-card-coins span:hover { transform: translateY(-3px) scale(1.1); border-color: var(--gold); box-shadow: 0 0 20px rgba(255, 216, 107, 0.4); }

/* ----------- intro (Title + Author + Lead + Cards) ------------ */
.intro { padding: 48px 0 72px; }
.intro-inner { max-width: 920px; }
.intro-title {
  margin: 16px 0 20px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
}
.intro-lead {
  font-size: 1.02rem;
  color: var(--text-2);
  margin: 20px 0 24px;
  max-width: 780px;
}
.intro .bonus-stack { margin-top: 8px; }

.disclosure-notice {
  font-size: 0.82rem;
  color: var(--text-3);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 14px;
  margin: 0 0 16px;
  line-height: 1.5;
}
.disclosure-notice strong { color: var(--text-2); font-weight: 600; }

/* ----------- WordPress-style post (article) ------------ */
.post { padding: 40px 0 80px; }
.post-container { max-width: 820px; }

.post-header { margin-bottom: 32px; }
.post-header .eyebrow { display: inline-flex; }
.post-title {
  margin: 18px 0 24px;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--text);
}

/* Article body typography */
.post-body {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--text-2);
  max-width: 760px;
  margin: 0 auto;
}
.post-body > * + * { margin-top: 1.1em; }

.post-body p { margin: 0; }
.post-body .post-lead {
  font-size: 1.18rem;
  line-height: 1.65;
  color: var(--text);
  font-weight: 500;
}

.post-body h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.005em;
  color: var(--text);
  margin-top: 2.4em;
  margin-bottom: 0.6em;
  scroll-margin-top: 90px;
}
.post-body h3 {
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
  margin-top: 1.9em;
  margin-bottom: 0.5em;
  scroll-margin-top: 90px;
}

.post-body ul,
.post-body ol {
  margin: 0;
  padding-left: 1.4em;
}
.post-body ul li,
.post-body ol li {
  margin: 0.45em 0;
  padding-left: 0.2em;
}
.post-body ul li::marker { color: var(--accent-1); }
.post-body ol li::marker { color: var(--accent-1); font-weight: 600; }

.post-body a {
  color: var(--accent-2);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(168, 85, 247, 0.45);
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}
.post-body a:hover {
  color: var(--accent-1);
  text-decoration-color: var(--accent-1);
}

.post-body strong { color: var(--text); font-weight: 700; }
.post-body em { color: var(--text-2); }

.post-body .disclosure-notice { margin: 1.6em 0 0; }
.post-body .bonus-stack { margin: 1.6em 0; max-width: 100%; }

/* Featured / inline figures */
.post-figure {
  margin: 2em 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.post-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.post-figure figcaption {
  font-size: 0.85rem;
  color: var(--text-3);
  padding: 10px 14px;
  border-top: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

@media (max-width: 720px) {
  .post { padding: 28px 0 60px; }
  .post-body { font-size: 1rem; line-height: 1.7; }
  .post-body .post-lead { font-size: 1.08rem; }
  .post-body h2 { margin-top: 2em; }
  .post-body h3 { margin-top: 1.6em; }
}

/* ----------- static pages (about, contact, privacy) ------------ */
.static-page { padding: 56px 0 80px; }
.static-page .container { max-width: 820px; }
.static-head { margin-bottom: 40px; }
.static-head h1 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  margin: 14px 0 14px;
  line-height: 1.2;
}
.static-lead {
  font-size: 1.02rem;
  color: var(--text-2);
}
.static-section { margin-bottom: 32px; }
.static-section h2 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: var(--text);
}
.static-section p {
  font-size: 0.96rem;
  color: var(--text-2);
  margin-bottom: 12px;
  line-height: 1.7;
}
.static-section p:last-child { margin-bottom: 0; }
.static-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
  display: grid;
  gap: 8px;
}
.static-list li {
  position: relative;
  padding-left: 22px;
  color: var(--text-2);
  font-size: 0.96rem;
  margin: 0;
  line-height: 1.6;
}
.static-list li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

/* ----------- author box (compact single-line) ------------ */
.author-box {
  display: flex; align-items: center; gap: 14px;
  padding: 12px 16px;
  background: rgba(20, 12, 40, 0.55);
  border: 1px solid var(--border);
  border-radius: 999px;
  max-width: 100%;
  width: fit-content;
  backdrop-filter: blur(8px);
}
.author-avatar {
  position: relative; flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 50%; overflow: hidden;
  box-shadow: 0 0 0 2px rgba(7, 4, 13, 1), 0 0 0 3px rgba(255, 216, 107, 0.35);
}
.author-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.author-verified {
  position: absolute; bottom: -1px; right: -1px;
  width: 16px; height: 16px; border-radius: 50%;
  background: linear-gradient(135deg, #22d3ee, #2563eb);
  border: 2px solid #07040d;
  display: inline-flex; align-items: center; justify-content: center;
  color: white;
  z-index: 1;
}
.author-main {
  display: flex; flex-direction: column; gap: 2px;
  min-width: 0;
}
.author-line {
  display: flex; align-items: center; flex-wrap: wrap; gap: 6px;
  font-size: 0.88rem; color: var(--text-2);
  line-height: 1.3;
}
.author-line .author-by { color: var(--text-3); font-size: 0.8rem; }
.author-line .author-name {
  color: var(--text); font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.95rem;
}
.author-line .author-role { color: var(--text-3); font-size: 0.82rem; }
.author-line .dot,
.author-meta-line .dot { color: var(--text-3); opacity: 0.5; }
.author-meta-line {
  display: flex; align-items: center; flex-wrap: wrap; gap: 6px;
  font-size: 0.76rem; color: var(--text-3);
  line-height: 1.3;
}
.author-meta-line strong { color: var(--text-2); font-weight: 500; }
.author-meta-line .fact-checked {
  display: inline-flex; align-items: center; gap: 4px;
  color: var(--green); font-weight: 600;
}
.author-meta-line .fact-checked span:first-child {
  display: inline-flex; align-items: center; justify-content: center;
  width: 14px; height: 14px; border-radius: 50%;
  background: rgba(52, 211, 153, 0.18);
  font-size: 0.65rem; line-height: 1;
}

@media (max-width: 560px) {
  .author-box { border-radius: 18px; }
  .author-line { font-size: 0.85rem; }
  .author-line .author-name { font-size: 0.92rem; }
}

/* ----------- bonus cards stack (screenshot-style) ------------ */
.bonus-section { padding-top: 32px; padding-bottom: 80px; }
.bonus-stack { display: grid; gap: 16px; max-width: 980px; margin: 0 auto; }
.bonus-row {
  background: rgba(11, 6, 22, 0.85);
  border: 1px solid rgba(168, 85, 247, 0.18);
  border-radius: 18px;
  overflow: hidden;
  transition: 0.3s var(--ease);
  backdrop-filter: blur(8px);
}
.bonus-row:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 184, 60, 0.4);
  box-shadow: 0 24px 50px -24px rgba(255, 138, 60, 0.35);
}
.bonus-row-top {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 20px;
}
.bonus-logo {
  width: 110px; height: 110px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(20, 12, 40, 0.9), rgba(7, 4, 13, 0.95));
  border: 1px solid rgba(168, 85, 247, 0.22);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.bonus-logo::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 30%, var(--logo-glow, rgba(255, 216, 107, 0.18)), transparent 70%);
  opacity: 0.6;
  pointer-events: none;
}

.bonus-logo img {
  position: relative;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.bonus-logo--rooli {
  background: linear-gradient(180deg, #e91e2c 0%, #c4101e 100%);
  border-color: rgba(255, 80, 80, 0.4);
  --logo-glow: rgba(233, 30, 44, 0.5);
}
.bonus-logo--spinfever {
  background: radial-gradient(ellipse at center, #2a1638 0%, #0b0612 100%);
  border-color: rgba(236, 72, 153, 0.35);
  --logo-glow: rgba(236, 72, 153, 0.4);
}

.bonus-row-info { min-width: 0; }
.bonus-row-info h3 {
  font-size: 1.2rem; margin: 0 0 4px;
}
.bonus-row-label {
  display: inline-block;
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 6px;
}
.bonus-row-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.45rem; font-weight: 700; color: var(--text);
  margin: 0 0 6px; line-height: 1.2;
}
.bonus-row-headline strong {
  background: linear-gradient(135deg, #ffd86b, #ff8a3c);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-weight: 800;
}
.bonus-row-desc {
  font-size: 0.9rem; color: var(--text-3); margin: 0;
}
.bonus-row-cta { flex-shrink: 0; }
.btn-claim {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 26px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  border-radius: 10px;
  border: 1px solid rgba(255, 216, 107, 0.4);
  transition: 0.25s var(--ease);
  white-space: nowrap;
  min-width: 140px;
}
.btn-claim:hover {
  background: rgba(255, 216, 107, 0.1);
  border-color: rgba(255, 216, 107, 0.7);
  color: var(--text);
}

.bonus-row-disclaimer {
  border-top: 1px solid rgba(168, 85, 247, 0.14);
  padding: 12px 24px;
  font-size: 0.78rem;
  color: var(--text-3);
  background: rgba(7, 4, 13, 0.4);
}

@media (max-width: 760px) {
  .bonus-row-top {
    grid-template-columns: 88px 1fr;
    gap: 16px;
    padding: 18px;
  }
  .bonus-logo { width: 88px; height: 88px; }
  .bonus-logo .logo-mark { font-size: 1.6rem; }
  .bonus-logo .logo-text { font-size: 0.7rem; }
  .bonus-row-cta {
    grid-column: 1 / -1;
  }
  .btn-claim { width: 100%; padding: 16px 24px; }
  .bonus-row-headline { font-size: 1.2rem; }
}

/* ----------- sections ------------ */
.section { padding: 96px 0; position: relative; }
.section--alt { background: linear-gradient(180deg, transparent, rgba(168, 85, 247, 0.04), transparent); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.section-head h2 { margin-bottom: 14px; }
.section-sub { font-size: 1.08rem; color: var(--text-2); }
.section-foot { margin-top: 40px; max-width: 800px; margin-left: auto; margin-right: auto; text-align: center; }

/* ----------- picks grid ------------ */
.picks-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px; margin-bottom: 24px;
}
.pick-card {
  position: relative;
  padding: 28px 24px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  transition: 0.35s var(--ease);
  overflow: hidden;
  animation-delay: calc(var(--i, 0) * 60ms);
}
.pick-card::before {
  content: ''; position: absolute; inset: 0; border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 216, 107, 0.08), transparent 60%);
  opacity: 0; transition: opacity 0.3s ease;
}
.pick-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 216, 107, 0.35);
  box-shadow: 0 24px 60px -24px rgba(168, 85, 247, 0.5);
}
.pick-card:hover::before { opacity: 1; }
.pick-rank {
  position: absolute; top: 16px; right: 20px;
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 2.4rem;
  background: var(--grad-gp); -webkit-background-clip: text; background-clip: text; color: transparent;
  opacity: 0.4;
}
.pick-badge {
  display: inline-block; font-size: 0.7rem; font-weight: 700;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(34, 211, 238, 0.14);
  color: var(--cyan);
  border: 1px solid rgba(34, 211, 238, 0.3);
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.pick-card h3 { margin-bottom: 8px; position: relative; }
.pick-card p { font-size: 0.93rem; margin-bottom: 18px; position: relative; }
.pick-meta {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.85rem; color: var(--text-3);
  border-top: 1px solid var(--border);
  padding-top: 14px; position: relative;
}
.pick-meta span:first-child { color: var(--gold); letter-spacing: 1px; }
.pick-link {
  display: inline-block; margin-top: 14px; color: var(--gold); font-weight: 600; font-size: 0.9rem;
  position: relative;
}
.pick-link:hover { color: var(--gold-2); transform: translateX(4px); }

.picks-note {
  text-align: center; max-width: 700px; margin: 32px auto 0; color: var(--text-3);
  font-size: 0.95rem;
}

/* ----------- rank grid ------------ */
.rank-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px; margin-bottom: 40px;
}
.rank-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  transition: 0.3s var(--ease);
}
.rank-card:hover { border-color: var(--border-strong); transform: translateY(-4px); }
.rank-icon {
  width: 48px; height: 48px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 216, 107, 0.16), rgba(168, 85, 247, 0.16));
  border: 1px solid var(--border);
  font-size: 1.4rem;
  margin-bottom: 14px;
}
.rank-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.rank-card p { font-size: 0.9rem; }

.testing-callout {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  display: grid; gap: 14px;
}
.testing-callout p { font-size: 0.95rem; }
.testing-callout h3 { margin-bottom: 6px; }
.ol-pretty { list-style: none; padding: 0; counter-reset: item; display: grid; gap: 10px; }
.ol-pretty li { counter-increment: item; padding-left: 36px; position: relative; color: var(--text-2); font-size: 0.95rem; }
.ol-pretty li::before {
  content: counter(item); position: absolute; left: 0; top: 0;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--grad-gp); color: #1a0d33;
  font-weight: 700; font-size: 0.85rem;
  display: inline-flex; align-items: center; justify-content: center;
}

/* ----------- comparison table ------------ */
.table-wrap {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 6px;
  overflow-x: auto;
  position: relative;
}
.comp-table {
  width: 100%; border-collapse: collapse; min-width: 760px;
}
.comp-table thead th {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--text-3); font-weight: 700;
  padding: 18px 16px; text-align: left;
  border-bottom: 1px solid var(--border);
}
.comp-table tbody tr {
  transition: background 0.2s ease;
}
.comp-table tbody tr:hover { background: rgba(168, 85, 247, 0.06); }
.comp-table tbody td {
  padding: 18px 16px;
  border-bottom: 1px solid rgba(168, 85, 247, 0.08);
  color: var(--text-2);
  font-size: 0.93rem;
  vertical-align: middle;
}
.comp-table tbody tr:last-child td { border-bottom: none; }
.comp-table tbody td:first-child { width: 50px; }
.comp-table strong { color: var(--text); }
.rk {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%;
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 0.85rem;
  background: rgba(255, 255, 255, 0.05); color: var(--text-3);
}
.rk.gold { background: linear-gradient(135deg, #ffd86b, #ff8a3c); color: #1a0d33; box-shadow: 0 0 16px rgba(255, 216, 107, 0.5); }
.rk.silver { background: linear-gradient(135deg, #d8d4e8, #9c95b8); color: #1a0d33; }
.rk.bronze { background: linear-gradient(135deg, #d49457, #8b5a2b); color: #1a0d33; }

/* ----------- review cards ------------ */
.review-card {
  background: linear-gradient(180deg, rgba(20, 12, 40, 0.7), rgba(12, 7, 25, 0.5));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  transition: 0.3s var(--ease);
}
.review-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--grad-gp);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s var(--ease);
}
.review-card:hover { border-color: rgba(255, 216, 107, 0.3); }
.review-card:hover::before { transform: scaleX(1); }

.review-head {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 24px;
  margin-bottom: 20px; flex-wrap: wrap;
}
.review-head > div:first-child { flex: 1; min-width: 260px; }
.review-rank {
  display: inline-block;
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--gold);
  padding: 4px 10px; border-radius: 999px;
  background: rgba(255, 216, 107, 0.1);
  border: 1px solid rgba(255, 216, 107, 0.25);
  margin-bottom: 12px;
}
.review-card h3 { font-size: 1.5rem; }
.review-bonus {
  text-align: center; padding: 14px 22px;
  background: linear-gradient(135deg, rgba(255, 216, 107, 0.1), rgba(168, 85, 247, 0.1));
  border: 1px solid rgba(255, 216, 107, 0.2);
  border-radius: var(--radius);
  min-width: 200px;
}
.review-bonus span { display: block; font-size: 0.78rem; color: var(--text-3); }
.review-bonus strong {
  display: block; font-family: 'Space Grotesk', sans-serif; font-size: 1.6rem;
  background: var(--grad-gp); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin: 4px 0;
}
.review-list { list-style: none; padding: 0; margin-top: 18px; display: grid; gap: 10px; }
.review-list li { padding-left: 22px; position: relative; color: var(--text-2); font-size: 0.95rem; margin: 0; }
.review-list li::before {
  content: '◆'; position: absolute; left: 0; top: 0; color: var(--gold); font-size: 0.7rem; line-height: 1.6;
}

/* ----------- image break ------------ */
.image-break { padding: 40px 0; }
.image-break figure {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-1);
}
.image-break img { width: 100%; height: auto; transition: transform 0.6s var(--ease); }
.image-break figure:hover img { transform: scale(1.03); }
.image-break figcaption {
  padding: 16px 24px; background: rgba(7, 4, 13, 0.85); color: var(--text-3);
  font-size: 0.88rem; text-align: center; border-top: 1px solid var(--border);
}
.inline-figure {
  margin-top: 40px; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--border);
}
.inline-figure img { width: 100%; height: auto; }
.inline-figure figcaption {
  padding: 14px 22px; background: rgba(7, 4, 13, 0.7); color: var(--text-3);
  font-size: 0.86rem; text-align: center; border-top: 1px solid var(--border);
}

/* ----------- steps ------------ */
.steps {
  list-style: none; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px; margin-bottom: 56px;
}
.step {
  position: relative;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: 0.3s var(--ease);
}
.step:hover { border-color: var(--border-strong); transform: translateY(-3px); }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--grad-gp); color: #1a0d33;
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  margin-bottom: 12px;
}
.step h3 { font-size: 1.05rem; margin-bottom: 6px; }
.step p { font-size: 0.9rem; }

.models-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.model-card {
  padding: 24px;
  background: linear-gradient(180deg, rgba(168, 85, 247, 0.08), transparent);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: 0.3s var(--ease);
}
.model-card:hover { transform: translateY(-4px); border-color: var(--border-strong); box-shadow: 0 16px 40px -16px rgba(168, 85, 247, 0.3); }
.model-card h3 { margin-bottom: 8px; background: var(--grad-pc); -webkit-background-clip: text; background-clip: text; color: transparent; }
.model-card p { font-size: 0.93rem; }

/* ----------- two col ------------ */
.two-col {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: start;
}
.two-col h2 { margin-bottom: 20px; }
.two-col p { margin-bottom: 14px; }

.checklist-card {
  position: sticky; top: 100px;
  background: linear-gradient(180deg, rgba(20, 12, 40, 0.85), rgba(12, 7, 25, 0.85));
  border: 1px solid rgba(255, 216, 107, 0.25);
  border-radius: var(--radius-lg);
  padding: 28px;
}
.checklist-card h3 { margin-bottom: 16px; font-size: 1.15rem; }
.check-list { list-style: none; padding: 0; display: grid; gap: 8px; }
.check-list li {
  padding-left: 28px; position: relative; color: var(--text-2); font-size: 0.93rem;
  margin: 0;
}
.check-list li::before {
  content: '✓'; position: absolute; left: 0; top: 0; color: var(--green);
  width: 18px; height: 18px; border-radius: 50%;
  background: rgba(52, 211, 153, 0.16);
  display: inline-flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 700;
  line-height: 1;
}
.disclaimer { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); font-size: 0.82rem; color: var(--text-3); }

/* ----------- bonus grid ------------ */
.bonus-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px; margin-bottom: 40px;
}
.bonus-card {
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: 0.3s var(--ease);
  position: relative; overflow: hidden;
}
.bonus-card::after {
  content: ''; position: absolute; top: -50%; right: -50%; width: 100px; height: 100px;
  background: radial-gradient(circle, rgba(255, 216, 107, 0.18), transparent 70%);
  border-radius: 50%; opacity: 0; transition: opacity 0.3s ease;
}
.bonus-card:hover { transform: translateY(-4px); border-color: var(--border-strong); }
.bonus-card:hover::after { opacity: 1; }
.bonus-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.bonus-card p { font-size: 0.9rem; margin: 0; }

.terms-callout {
  padding: 32px;
  background: linear-gradient(135deg, rgba(255, 216, 107, 0.06), rgba(168, 85, 247, 0.06));
  border: 1px solid rgba(255, 216, 107, 0.2);
  border-radius: var(--radius-lg);
}
.terms-callout h3 { margin-bottom: 18px; }
.grid-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; margin-bottom: 18px; }
.grid-list li { padding-left: 22px; position: relative; color: var(--text-2); font-size: 0.92rem; margin: 0; }
.grid-list li::before { content: '→'; position: absolute; left: 0; top: 0; color: var(--gold); }

/* ----------- games ------------ */
.games-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-bottom: 56px;
}
.games-layout h3 { margin-bottom: 16px; }
.providers-grid {
  display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px;
}
.provider {
  padding: 8px 14px; border-radius: 999px;
  background: rgba(168, 85, 247, 0.08);
  border: 1px solid var(--border);
  color: var(--text-2);
  font-size: 0.85rem; font-weight: 500;
  transition: 0.25s var(--ease);
}
.provider:hover { transform: translateY(-2px); border-color: var(--gold); color: var(--gold); }
.muted { color: var(--text-3); font-size: 0.9rem; }
.small { font-size: 0.85rem; }

.provably-fair {
  padding: 32px;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.05), rgba(168, 85, 247, 0.08));
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: var(--radius-lg);
}
.provably-fair h3 { margin-bottom: 14px; }
.pf-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin: 22px 0; }
.pf-step {
  padding: 18px; background: rgba(7, 4, 13, 0.6); border: 1px solid var(--border); border-radius: var(--radius);
  display: flex; flex-direction: column; gap: 10px;
}
.pf-num {
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--grad-pc); color: #07040d;
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
}
.pf-step p { font-size: 0.9rem; margin: 0; }

/* ----------- coins / payments ------------ */
.coins-grid {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  margin-bottom: 48px;
}
.coin-chip {
  padding: 10px 18px; border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 216, 107, 0.06), rgba(168, 85, 247, 0.06));
  border: 1px solid var(--border);
  color: var(--text); font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  transition: 0.25s var(--ease);
}
.coin-chip:hover { transform: translateY(-3px) scale(1.05); border-color: var(--gold); box-shadow: 0 0 24px rgba(255, 216, 107, 0.3); }

/* ----------- choose ------------ */
.checklist-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px; margin: 40px 0;
}
.check-tile {
  padding: 16px 20px; border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text-2);
  font-size: 0.92rem;
  transition: 0.25s var(--ease);
}
.check-tile:hover { border-color: rgba(52, 211, 153, 0.4); color: var(--text); transform: translateX(4px); }

.closing-card {
  margin-top: 32px; padding: 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255, 216, 107, 0.08), rgba(168, 85, 247, 0.08));
  border: 1px solid rgba(255, 216, 107, 0.25);
  text-align: center;
}
.closing-card p { font-size: 1.05rem; color: var(--text); margin: 0; }

/* ----------- faq ------------ */
.faq-list { display: grid; gap: 12px; max-width: 880px; margin: 0 auto; }
.faq {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: 0.3s var(--ease);
}
.faq[open] { border-color: var(--border-strong); background: linear-gradient(180deg, rgba(255, 216, 107, 0.04), var(--surface)); }
.faq summary {
  list-style: none; cursor: pointer;
  padding: 20px 24px;
  font-weight: 600; font-size: 1.02rem; color: var(--text);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq-icon { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.faq-icon::before, .faq-icon::after {
  content: ''; position: absolute; left: 50%; top: 50%; background: var(--gold);
  transition: 0.3s var(--ease);
}
.faq-icon::before { width: 14px; height: 2px; transform: translate(-50%, -50%); }
.faq-icon::after { width: 2px; height: 14px; transform: translate(-50%, -50%); }
.faq[open] .faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.faq-body { padding: 0 24px 22px; }
.faq-body p { color: var(--text-2); font-size: 0.95rem; }

/* ----------- final cta ------------ */
.cta-section { padding: 60px 0 100px; }
.cta-card {
  text-align: center; padding: 56px 32px;
  background: linear-gradient(135deg, rgba(255, 216, 107, 0.1), rgba(168, 85, 247, 0.15));
  border: 1px solid rgba(255, 216, 107, 0.3);
  border-radius: var(--radius-lg);
  position: relative; overflow: hidden;
}
.cta-card::before {
  content: ''; position: absolute; top: -50%; left: -10%; right: -10%; height: 200%;
  background: radial-gradient(ellipse at center, rgba(168, 85, 247, 0.25), transparent 60%);
  animation: floatGlow 14s ease-in-out infinite;
  z-index: 0;
}
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2 { margin-bottom: 14px; }
.cta-card p { font-size: 1.08rem; margin-bottom: 24px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-card .btn { margin-bottom: 18px; }
.responsible { font-size: 0.82rem; color: var(--text-3); }

/* ----------- footer ------------ */
.site-footer {
  border-top: 1px solid var(--border);
  background: rgba(7, 4, 13, 0.7);
  padding: 56px 0 24px; margin-top: 60px;
  position: relative;
}
.footer-inner {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.4fr; gap: 40px;
  margin-bottom: 32px;
}
.footer-inner h4 { margin-bottom: 14px; color: var(--text); }
.footer-inner nav { display: flex; flex-direction: column; gap: 8px; }
.footer-inner nav a { color: var(--text-3); font-size: 0.92rem; }
.footer-inner nav a:hover { color: var(--gold); }
.footer-meta p { margin-top: 8px; }
.help-links {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  gap: 4px;
  font-size: 0.85rem;
}
.help-links a {
  color: var(--text-2);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, 0.15);
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}
.help-links a:hover {
  color: var(--text);
  text-decoration-color: var(--accent-1);
}
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px; border-top: 1px solid var(--border);
  color: var(--text-3); font-size: 0.85rem;
}

/* ----------- reveal animations ------------ */
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
  transition-delay: var(--delay, 0ms);
  will-change: opacity, transform;
}
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ----------- responsive ------------ */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .two-col { grid-template-columns: 1fr; gap: 32px; }
  .checklist-card { position: static; }
  .games-layout { grid-template-columns: 1fr; gap: 32px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .review-head { flex-direction: column; }
  .review-bonus { width: 100%; }
}

@media (max-width: 900px) {
  .primary-nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .mobile-nav.open { display: flex; }
}

@media (max-width: 720px) {
  .section { padding: 64px 0; }
  .hero { padding: 56px 0 72px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .hero-stats strong { font-size: 1.6rem; }
  .review-card { padding: 24px; }
  .terms-callout, .testing-callout, .provably-fair, .closing-card { padding: 22px; }
  .cta-card { padding: 40px 22px; }
}

@media (max-width: 480px) {
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .pick-card { padding: 22px; }
  .container { padding: 0 18px; }
}
