/* ============================================
   TOPPCASINOER — DESIGN TOKENS
   ============================================ */
:root {
  --bg-primary: #f4f7fa;
  --bg-secondary: #e9eff6;
  --bg-card: #ffffff;
  --bg-card-hover: #f6fafc;
  --bg-surface: #eef3f9;
  --text-primary: #0f2336;
  --text-secondary: #45596f;
  --text-muted: #647689;
  --accent-green: #0d9488;
  --accent-green-hover: #0f766e;
  --accent-green-glow: rgba(13, 148, 136, 0.20);
  --accent-orange: #ea580c;
  --accent-orange-hover: #c2410c;
  --accent-orange-glow: rgba(234, 88, 12, 0.22);
  --accent-gold: #c8901a;
  --accent-blue: #2b7fc4;
  --border-color: rgba(15,35,54,0.10);
  --border-highlight: rgba(15,35,54,0.16);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --font-display: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}

/* ============ RESET & BASE ============ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ============ ACCESSIBILITY ============ */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--accent-green);
  color: #fff;
  padding: 10px 16px;
  border-radius: 0 0 8px 0;
  font-weight: 700;
  z-index: 3000;
}
.skip-link:focus { left: 0; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 2px solid var(--accent-green);
  outline-offset: 2px;
}

/* ============ UTILITY ============ */
.container { max-width: 760px; margin: 0 auto; padding-left: 16px; padding-right: 16px; }
.prose p { color: var(--text-secondary); margin-bottom: 14px; font-size: 15px; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--text-primary); font-weight: 600; }
.prose a.inline-link { color: var(--accent-green); border-bottom: 1px solid rgba(13,148,136,0.3); }
.prose a.inline-link:hover { border-color: var(--accent-green); }
.prose ul { margin: 0 0 14px; padding-left: 4px; list-style: none; }
.prose ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
  color: var(--text-secondary);
  font-size: 15px;
}
.prose ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 14px; height: 14px;
  background: var(--accent-green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5' stroke='black' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5' stroke='black' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.prose h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 22px 0 10px;
  letter-spacing: -0.3px;
}

/* ============ NOISE TEXTURE OVERLAY ============ */
body::before {
  content: '';
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.02'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
}

/* ============ BREADCRUMB ============ */
.breadcrumb {
  padding: 66px 0 0;
}
.breadcrumb ol {
  display: flex; flex-wrap: wrap; gap: 6px;
  list-style: none; font-size: 12px; color: var(--text-muted);
}
.breadcrumb li { display: flex; align-items: center; gap: 6px; }
.breadcrumb li:not(:last-child)::after { content: '›'; color: var(--text-muted); }
.breadcrumb a:hover { color: var(--text-secondary); }
.breadcrumb [aria-current] { color: var(--text-secondary); }

/* ============ HERO ============ */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 16px 22px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--bg-primary);
  z-index: 0;
  overflow: hidden;
}
.hero-bg::before {
  content: '';
  position: absolute;
  top: -25%; left: -10%; right: -10%;
  height: 75%;
  background:
    radial-gradient(ellipse at 30% 18%, rgba(13,148,136,0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 66% 12%, rgba(43,127,196,0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 26%, rgba(139,92,246,0.08) 0%, transparent 45%),
    radial-gradient(ellipse at 16% 16%, rgba(16,185,129,0.08) 0%, transparent 40%);
  filter: blur(48px);
  animation: auroraShift 18s ease-in-out infinite alternate;
  z-index: 0;
}
@keyframes auroraShift {
  0% { transform: translateX(0) scaleY(1); opacity: 0.8; }
  100% { transform: translateX(14px) scaleY(1.05); opacity: 0.95; }
}
.hero-bg::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, transparent 55%, var(--bg-primary) 100%);
  z-index: 1;
}
.hero-particles { display: none; }
.particle {
  position: absolute; border-radius: 50%;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.7), rgba(251, 191, 36, 0));
  animation: particleFloat linear infinite;
}
.particle:nth-child(1) { width: 4px; height: 4px; left: 14%; animation-duration: 18s; animation-delay: 0s; opacity: 0.5; }
.particle:nth-child(2) { width: 3px; height: 3px; left: 38%; animation-duration: 22s; animation-delay: -6s; opacity: 0.4; }
.particle:nth-child(3) { width: 5px; height: 5px; left: 62%; animation-duration: 16s; animation-delay: -3s; opacity: 0.5; }
.particle:nth-child(4) { width: 3px; height: 3px; left: 82%; animation-duration: 20s; animation-delay: -9s; opacity: 0.35; }
.particle:nth-child(5) { width: 4px; height: 4px; left: 26%; animation-duration: 24s; animation-delay: -12s; opacity: 0.4; }
@keyframes particleFloat {
  0% { transform: translateY(100%) scale(0); opacity: 0; }
  10% { opacity: 1; transform: translateY(80%) scale(1); }
  90% { opacity: 0; transform: translateY(-10%) scale(0.5); }
  100% { opacity: 0; transform: translateY(-20%) scale(0); }
}
.hero-content {
  position: relative; z-index: 2; text-align: center; max-width: 620px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px;
  background: rgba(13, 148, 136, 0.12);
  border: 1px solid rgba(13, 148, 136, 0.25);
  border-radius: 50px;
  font-size: 12px; font-weight: 600; color: var(--accent-green);
  margin-bottom: 18px; letter-spacing: 0.5px; text-transform: uppercase;
  font-family: var(--font-display);
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(25px, 5vw, 38px);
  font-weight: 900; line-height: 1.12;
  letter-spacing: -1px; margin-bottom: 10px;
}
.hero h1 .highlight {
  background: linear-gradient(135deg, var(--accent-green), var(--accent-orange));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-sub {
  font-size: clamp(15px, 3vw, 17px); color: var(--text-secondary);
  margin-bottom: 12px; line-height: 1.5; max-width: 560px; margin-left: auto; margin-right: auto;
}
.hero-meta {
  display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px;
  margin-bottom: 16px; font-size: 12px; color: var(--text-muted);
}
.hero-meta span { display: inline-flex; align-items: center; gap: 5px; }
.hero-meta svg { color: var(--accent-green); }
.hero-cta {
  display: inline-block; min-width: 280px;
  padding: 16px 32px;
  background: linear-gradient(135deg, var(--accent-green), #0fb89a);
  color: #fff; font-family: var(--font-display);
  font-weight: 800; font-size: 16px; letter-spacing: 0.3px;
  border: none; border-radius: var(--radius-md); cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 0 30px var(--accent-green-glow), 0 4px 15px rgba(15,35,54,0.12);
}
.hero-cta:hover { transform: translateY(-2px); box-shadow: 0 0 40px var(--accent-green-glow), 0 8px 25px rgba(15,35,54,0.16); }
.hero-terms { font-size: 11px; color: var(--text-muted); max-width: 420px; margin: 12px auto 0; line-height: 1.5; }

/* ============ SOCIAL PROOF ============ */
.social-proof {
  padding: 14px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background: var(--bg-secondary);
}
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; text-align: center; }
.proof-item-number {
  font-family: var(--font-display); font-weight: 800; font-size: 22px;
  color: var(--text-primary); line-height: 1.2;
}
.proof-item-number span { color: var(--accent-green); }
.proof-item-label {
  font-size: 10px; color: var(--text-muted); text-transform: uppercase;
  letter-spacing: 0.5px; font-weight: 500; margin-top: 2px;
}

/* ============ SECTIONS ============ */
.section { padding: 38px 0 10px; }
.section-header { text-align: center; margin-bottom: 26px; }
.section-tag {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px;
  background: rgba(249, 115, 22, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.2);
  border-radius: 50px; font-size: 11px; font-weight: 600;
  color: var(--accent-orange); text-transform: uppercase;
  letter-spacing: 0.8px; margin-bottom: 12px; font-family: var(--font-display);
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(23px, 4.5vw, 30px);
  font-weight: 800; letter-spacing: -0.8px; line-height: 1.2;
}
.section-intro {
  text-align: center; color: var(--text-secondary);
  font-size: 15px; max-width: 580px; margin: 12px auto 0; line-height: 1.6;
}
.section-block { margin-top: 26px; }
.section-block > h2.section-title { text-align: left; font-size: clamp(21px,4vw,26px); margin-bottom: 12px; }

/* ============ CASINO CARDS ============ */
.casino-cards { display: flex; flex-direction: column; gap: 16px; }
.casino-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.casino-card:hover {
  border-color: var(--border-highlight);
  background: var(--bg-card-hover);
  box-shadow: 0 8px 40px rgba(15,35,54,0.12);
}
.casino-card.featured {
  border-color: rgba(13, 148, 136, 0.3);
  box-shadow: 0 0 30px rgba(13, 148, 136, 0.08);
}
.card-rank-bar {
  padding: 8px 16px; display: flex; align-items: center; justify-content: space-between;
  background: rgba(15,35,54,0.025); border-bottom: 1px solid var(--border-color);
}
.rank-badge {
  font-family: var(--font-display); font-weight: 800; font-size: 12px;
  color: var(--text-muted); display: flex; align-items: center; gap: 6px;
}
.rank-number {
  width: 24px; height: 24px; display: flex; align-items: center; justify-content: center;
  border-radius: 6px; font-size: 13px; background: rgba(15,35,54,0.06); color: var(--text-secondary);
}
.featured .rank-number { background: linear-gradient(135deg, var(--accent-green), #0fb89a); color: #fff; }
.featured-tag {
  padding: 3px 8px; background: linear-gradient(135deg, #d4a017, #c8901a);
  border-radius: 4px; font-size: 10px; font-weight: 700; color: #fff;
  text-transform: uppercase; letter-spacing: 0.5px; font-family: var(--font-display);
}
.card-rating { display: flex; align-items: center; gap: 4px; }
.card-rating svg { color: var(--accent-gold); }
.card-rating-text { font-size: 13px; font-weight: 700; color: var(--accent-gold); font-family: var(--font-display); }
.card-body { padding: 16px; }
.card-top-row { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.card-logo-wrap {
  border-radius: var(--radius-sm); background: var(--bg-surface);
  border: 1px solid var(--border-highlight);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; overflow: hidden;
  background-color: #2a3c51;
}
.card-logo-wrap.logo-wide { width: 100px; height: 56px; padding: 8px 10px; }
.card-logo-wrap.logo-square { width: 64px; height: 64px; padding: 8px; }
.card-logo-wrap img { width: 100%; height: 100%; object-fit: contain; }
.card-info { flex: 1; min-width: 0; }
.card-casino-name {
  font-family: var(--font-display); font-weight: 700; font-size: 18px;
  margin-bottom: 2px; letter-spacing: -0.3px;
}
.card-casino-name a:hover { color: var(--accent-green); }
.card-bonus-headline { font-size: 13px; color: var(--accent-green); font-weight: 600; line-height: 1.3; }
.card-no-deposit {
  margin: 12px 0; padding: 10px 14px;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.1), rgba(249, 115, 22, 0.05));
  border: 1px solid rgba(249, 115, 22, 0.2);
  border-radius: var(--radius-sm); display: flex; align-items: center; gap: 10px;
}
.nd-icon {
  width: 36px; height: 36px; border-radius: 8px; background: rgba(249, 115, 22, 0.15);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.nd-text { flex: 1; }
.nd-label {
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.8px;
  color: var(--accent-orange); font-weight: 700; font-family: var(--font-display);
}
.nd-value { font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--text-primary); }
.nd-game { font-size: 11px; color: var(--text-muted); }
.card-verdict {
  font-size: 13px; color: var(--text-secondary); line-height: 1.55;
  margin-bottom: 14px; padding: 10px 12px;
  background: rgba(15,35,54,0.025); border-left: 2px solid var(--accent-green);
  border-radius: 0 6px 6px 0;
}
.card-verdict strong { color: var(--text-primary); font-weight: 600; }
.card-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 14px; }
.highlight-item {
  display: flex; align-items: center; gap: 6px; font-size: 12px;
  color: var(--text-secondary); padding: 6px 8px; background: rgba(15,35,54,0.025); border-radius: 6px;
}
.highlight-item svg { color: var(--accent-green); flex-shrink: 0; }
.card-cta-wrap { display: flex; flex-direction: column; gap: 6px; }
.card-cta {
  display: block; width: 100%; padding: 14px; text-align: center;
  font-family: var(--font-display); font-weight: 800; font-size: 15px;
  border: none; border-radius: var(--radius-sm); cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease; letter-spacing: 0.3px;
}
.card-cta-primary { background: linear-gradient(135deg, var(--accent-green), #0fb89a); color: #fff; box-shadow: 0 0 20px var(--accent-green-glow); }
.card-cta-primary:hover { transform: translateY(-1px); box-shadow: 0 0 30px var(--accent-green-glow), 0 4px 15px rgba(15,35,54,0.12); }
.featured .card-cta-primary { background: linear-gradient(135deg, var(--accent-orange), #ea580c); box-shadow: 0 0 20px var(--accent-orange-glow); }
.featured .card-cta-primary:hover { box-shadow: 0 0 30px var(--accent-orange-glow), 0 4px 15px rgba(15,35,54,0.12); }
.card-terms { font-size: 10px; color: var(--text-muted); text-align: center; line-height: 1.4; }
.card-bonus-code { text-align: center; margin-top: 4px; }
.bonus-code-tag {
  display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px;
  background: rgba(59, 130, 246, 0.1); border: 1px dashed rgba(59, 130, 246, 0.3);
  border-radius: 4px; font-size: 11px; font-weight: 700; color: var(--accent-blue);
  font-family: var(--font-display); letter-spacing: 1px; cursor: pointer; transition: background 0.2s;
}
.bonus-code-tag:hover { background: rgba(59, 130, 246, 0.15); }

/* ============ COMPARISON TABLE ============ */
.comparison-wrap {
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  border-radius: var(--radius-lg); border: 1px solid var(--border-color);
}
.comparison-table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 13px; }
.comparison-table caption { text-align: left; padding: 10px 14px; font-size: 12px; color: var(--text-muted); }
.comparison-table thead th {
  padding: 12px 14px; text-align: left; font-family: var(--font-display);
  font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px;
  color: var(--text-muted); background: var(--bg-surface);
  border-bottom: 1px solid var(--border-color); white-space: nowrap; position: sticky; top: 0;
}
.comparison-table tbody td { padding: 12px 14px; border-bottom: 1px solid var(--border-color); color: var(--text-secondary); white-space: nowrap; }
.comparison-table tbody tr:hover { background: rgba(15,35,54,0.025); }
.comparison-table tbody tr:first-child { background: rgba(13, 148, 136, 0.04); }
.comparison-table .casino-name-cell {
  font-family: var(--font-display); font-weight: 700; color: var(--text-primary);
  position: sticky; left: 0; background: var(--bg-card); z-index: 1;
}
.comparison-table tbody tr:first-child .casino-name-cell { background: #eef6f4; }
.comparison-table tbody tr:hover .casino-name-cell { background: var(--bg-card-hover); }
.table-cta {
  padding: 6px 14px; background: var(--accent-green); color: #fff;
  font-weight: 700; font-size: 11px; border-radius: 4px; font-family: var(--font-display);
  display: inline-block; transition: background 0.2s;
}
.table-cta:hover { background: var(--accent-green-hover); }

/* ============ CONTENT / GUIDE CARDS ============ */
.content-card {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: var(--radius-lg); padding: 22px; margin-bottom: 16px;
}
.content-card:last-child { margin-bottom: 0; }
.info-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.info-tile {
  background: rgba(15,35,54,0.025); border: 1px solid var(--border-color);
  border-radius: var(--radius-md); padding: 16px;
}
.info-tile h3 {
  font-family: var(--font-display); font-size: 15px; font-weight: 700;
  margin-bottom: 6px; display: flex; align-items: center; gap: 8px;
}
.info-tile h3 svg { color: var(--accent-green); flex-shrink: 0; }
.info-tile p { font-size: 13px; color: var(--text-secondary); line-height: 1.55; }

/* ============ METHODOLOGY ============ */
.method-list { display: grid; gap: 12px; counter-reset: step; }
.method-item {
  display: flex; gap: 14px; padding: 16px;
  background: var(--bg-card); border: 1px solid var(--border-color); border-radius: var(--radius-md);
}
.method-num {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 8px;
  background: rgba(13,148,136,0.12); color: var(--accent-green);
  font-family: var(--font-display); font-weight: 800; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}
.method-item h3 { font-family: var(--font-display); font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.method-item p { font-size: 13px; color: var(--text-secondary); line-height: 1.55; }

/* ============ AUTHOR / EEAT BOX ============ */
.author-box {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: var(--radius-lg); padding: 20px; margin-top: 20px;
}
.author-avatar {
  flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-green), #0fb89a);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 20px; color: #fff;
}
.author-info h3 { font-family: var(--font-display); font-size: 16px; font-weight: 700; margin-bottom: 2px; }
.author-role { font-size: 12px; color: var(--accent-green); font-weight: 600; margin-bottom: 8px; }
.author-info p { font-size: 13px; color: var(--text-secondary); line-height: 1.55; }
.updated-stamp {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 10px;
  font-size: 12px; color: var(--text-muted);
}
.updated-stamp svg { color: var(--accent-green); }

/* ============ LEAD CAPTURE ============ */
.lead-box {
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.08), rgba(249, 115, 22, 0.05));
  border: 1px solid rgba(13, 148, 136, 0.15); border-radius: var(--radius-xl);
  padding: 30px 20px; text-align: center;
}
.lead-box-icon {
  width: 48px; height: 48px; border-radius: 12px; background: rgba(13, 148, 136, 0.12);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 16px;
}
.lead-box h2 { font-family: var(--font-display); font-size: 22px; font-weight: 800; margin-bottom: 8px; letter-spacing: -0.5px; }
.lead-box > p { font-size: 14px; color: var(--text-secondary); margin: 0 auto 20px; max-width: 420px; }
.lead-form { display: flex; flex-direction: column; gap: 10px; max-width: 400px; margin: 0 auto; }
.lead-input {
  width: 100%; padding: 14px 16px; background: rgba(15,35,54,0.04);
  border: 1px solid var(--border-highlight); border-radius: var(--radius-sm);
  color: var(--text-primary); font-family: var(--font-body); font-size: 15px;
  outline: none; transition: border-color 0.2s;
}
.lead-input::placeholder { color: var(--text-muted); }
.lead-input:focus { border-color: var(--accent-green); }
.lead-submit {
  padding: 14px; background: linear-gradient(135deg, var(--accent-orange), #ea580c);
  color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 15px;
  border: none; border-radius: var(--radius-sm); cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s; box-shadow: 0 0 20px var(--accent-orange-glow);
}
.lead-submit:hover { transform: translateY(-1px); box-shadow: 0 0 30px var(--accent-orange-glow); }
.lead-consent {
  font-size: 11px; color: var(--text-muted); line-height: 1.5;
  display: flex; align-items: flex-start; gap: 8px; text-align: left; max-width: 400px; margin: 10px auto 0;
}
.lead-consent input[type="checkbox"] { margin-top: 2px; flex-shrink: 0; accent-color: var(--accent-green); }
.lead-success { display: none; text-align: center; padding: 20px; }
.lead-success svg { margin: 0 auto 12px; color: var(--accent-green); }
.lead-success p { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--text-primary); }

/* ============ FAQ ============ */
.faq-list { display: flex; flex-direction: column; gap: 8px; }
.faq-item {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: var(--radius-md); overflow: hidden; transition: border-color 0.2s;
}
.faq-item:hover { border-color: var(--border-highlight); }
.faq-item > summary {
  padding: 16px; display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; font-family: var(--font-display); font-weight: 600; font-size: 14px;
  color: var(--text-primary); gap: 12px; list-style: none;
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary .chev { flex-shrink: 0; transition: transform 0.3s ease; color: var(--text-muted); }
.faq-item[open] > summary .chev { transform: rotate(180deg); }
.faq-answer { padding: 0 16px 16px; font-size: 13px; color: var(--text-secondary); line-height: 1.7; }

/* ============ SOURCES ============ */
.sources-list { list-style: none; display: grid; gap: 8px; }
.sources-list li { font-size: 13px; color: var(--text-secondary); display: flex; gap: 8px; align-items: flex-start; }
.sources-list a { color: var(--accent-green); border-bottom: 1px solid rgba(13,148,136,0.3); }
.sources-list svg { color: var(--text-muted); flex-shrink: 0; margin-top: 3px; }

/* ============ FOOTER ============ */
.footer { padding: 40px 0 120px; border-top: 1px solid var(--border-color); margin-top: 30px; }
.footer-responsible {
  text-align: center; padding: 20px; background: rgba(249, 115, 22, 0.05);
  border: 1px solid rgba(249, 115, 22, 0.1); border-radius: var(--radius-md); margin-bottom: 24px;
}
.footer-responsible-title {
  font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--accent-orange);
  margin-bottom: 8px; display: flex; align-items: center; justify-content: center; gap: 6px;
}
.footer-responsible p { font-size: 12px; color: var(--text-secondary); line-height: 1.6; max-width: 520px; margin: 0 auto 10px; }
.rg-tools { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 12px 0; }
.rg-tool {
  display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px;
  background: rgba(249, 115, 22, 0.1); border-radius: 6px; font-weight: 700;
  font-size: 12px; color: var(--accent-orange); font-family: var(--font-display); transition: background 0.2s;
}
.rg-tool:hover { background: rgba(249, 115, 22, 0.15); }
.age-badge {
  display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px;
  border-radius: 50%; border: 2px solid var(--accent-orange); font-family: var(--font-display);
  font-weight: 800; font-size: 12px; color: var(--accent-orange); margin: 8px auto 0;
}
.footer-affiliate {
  text-align: center; font-size: 11px; color: var(--text-muted); line-height: 1.6;
  margin-bottom: 16px; padding: 16px; background: rgba(15,35,54,0.025); border-radius: var(--radius-sm);
}
.footer-affiliate strong { color: var(--text-secondary); }
.footer-links { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
.footer-links a { font-size: 12px; color: var(--text-muted); transition: color 0.2s; }
.footer-links a:hover { color: var(--text-primary); }
.footer-copy { text-align: center; font-size: 11px; color: var(--text-muted); }

/* ============ STICKY BOTTOM BAR ============ */
.sticky-bottom {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--border-color); padding: 10px 16px; z-index: 999;
  transform: translateY(100%); transition: transform 0.3s ease;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.sticky-bottom.visible { transform: translateY(0); }
.sticky-bottom-info { flex: 1; min-width: 0; }
.sticky-bottom-casino { font-family: var(--font-display); font-weight: 700; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-bottom-offer { font-size: 11px; color: var(--accent-green); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-bottom-cta {
  padding: 10px 20px; background: linear-gradient(135deg, var(--accent-green), #0fb89a); color: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: 13px; border: none; border-radius: 8px;
  cursor: pointer; white-space: nowrap; flex-shrink: 0; transition: background 0.2s; box-shadow: 0 0 15px var(--accent-green-glow);
}
.sticky-bottom-cta:hover { background: var(--accent-green-hover); }

/* ============ EXIT OVERLAY (honest, no dark patterns) ============ */
.exit-overlay {
  position: fixed; inset: 0; background: rgba(15,35,54,0.45); backdrop-filter: blur(8px);
  z-index: 2000; display: none; align-items: center; justify-content: center; padding: 16px;
}
.exit-overlay.visible { display: flex; }
.exit-modal {
  background: var(--bg-card); border: 1px solid var(--border-highlight); border-radius: var(--radius-xl);
  padding: 28px 20px; max-width: 380px; width: 100%; text-align: center; position: relative;
}
.exit-close {
  position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border-radius: 50%;
  background: rgba(15,35,54,0.04); border: none; color: var(--text-muted); cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: background 0.2s; font-size: 18px;
}
.exit-close:hover { background: rgba(15,35,54,0.07); }
.exit-modal h2 { font-family: var(--font-display); font-weight: 800; font-size: 20px; margin-bottom: 8px; letter-spacing: -0.5px; }
.exit-modal p { font-size: 14px; color: var(--text-secondary); margin-bottom: 6px; }
.exit-offer { font-family: var(--font-display); font-weight: 800; font-size: 26px; color: var(--accent-orange); margin: 12px 0; }
.exit-game { font-size: 12px; color: var(--text-muted); margin-bottom: 16px; }
.exit-cta {
  display: block; width: 100%; padding: 16px;
  background: linear-gradient(135deg, var(--accent-orange), #ea580c); color: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: 16px; border: none;
  border-radius: var(--radius-sm); cursor: pointer; transition: transform 0.25s; box-shadow: 0 0 25px var(--accent-orange-glow); margin-bottom: 8px;
}
.exit-cta:hover { transform: translateY(-1px); }
.exit-terms { font-size: 10px; color: var(--text-muted); }
.exit-dismiss { background: none; border: none; color: var(--text-muted); font-size: 12px; cursor: pointer; margin-top: 12px; padding: 4px; transition: color 0.2s; }
.exit-dismiss:hover { color: var(--text-secondary); }

/* ============ RESPONSIVE ============ */
@media (min-width: 768px) {
  .container { padding-left: 24px; padding-right: 24px; }
  .card-highlights { grid-template-columns: 1fr 1fr 1fr 1fr; }
  .lead-form { flex-direction: row; flex-wrap: wrap; }
  .lead-input { flex: 1; min-width: 200px; }
  .lead-submit { flex: 0 0 auto; padding: 14px 28px; }
  .card-logo-wrap.logo-wide { width: 120px; height: 64px; padding: 10px 12px; }
  .card-logo-wrap.logo-square { width: 72px; height: 72px; padding: 10px; }
  .info-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 380px) {
  .proof-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

/* ============ REDUCED MOTION ============ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
