/* SlotLegacys — Wispr Flow inspired: cream paper, deep teal ink, editorial typography */

:root {
  --cream: #ffffeb;
  --ink: #1a1a1a;
  --teal: #034f46;
  --teal-light: #056b5f;
  --stone: #e4e4d0;
  --graphite: #8a8a80;
  --lavender: #f0d7ff;
  --white: #ffffff;
  --gold: #c9a227;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 4px 24px rgba(26, 26, 26, 0.06);
  --shadow-lg: 0 12px 48px rgba(3, 79, 70, 0.12);
  --font-display: 'EB Garamond', Georgia, 'Times New Roman', serif;
  --font-body: 'Figtree', system-ui, -apple-system, sans-serif;
  --max-width: 1200px;
  --header-h: 72px;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--teal);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.85;
}

/* Disclosure bar */
.disclosure-bar {
  background: var(--ink);
  color: var(--cream);
  font-size: 0.75rem;
  text-align: center;
  padding: 0.5rem 1rem;
  line-height: 1.4;
}

.disclosure-bar a {
  color: var(--lavender);
  text-decoration: underline;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 235, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--stone);
}

.header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.logo span {
  color: var(--teal);
}

.nav-main {
  display: flex;
  gap: 1.75rem;
  list-style: none;
}

.nav-main a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ink);
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--stone);
  border-radius: var(--radius-sm);
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.875rem;
}

.age-badge {
  font-size: 0.7rem;
  font-weight: 600;
  background: var(--teal);
  color: var(--white);
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  letter-spacing: 0.05em;
}

/* Sections */
section {
  padding: 4.5rem 1.5rem;
}

.section-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.section-intro {
  color: var(--graphite);
  max-width: 640px;
  font-size: 1.05rem;
  margin-bottom: 2.5rem;
}

/* Hero */
.hero {
  padding: 3rem 1.5rem 5rem;
  border-bottom: 1px solid var(--stone);
}

.hero-grid {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hero-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin-bottom: 1.25rem;
}

.hero-copy h1 em {
  font-style: italic;
  color: var(--teal);
}

.hero-lead {
  font-size: 1.1rem;
  color: var(--graphite);
  margin-bottom: 1.5rem;
  max-width: 480px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8rem;
  color: var(--graphite);
}

.hero-meta span {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* Top recommendation card */
.top-pick-card {
  background: var(--ink);
  color: var(--cream);
  border-radius: calc(var(--radius) + 4px);
  padding: 2rem;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.top-pick-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(3, 79, 70, 0.4) 0%, transparent 70%);
  pointer-events: none;
}

.top-pick-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.top-pick-label {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--graphite);
  margin-bottom: 0.5rem;
}

.top-pick-card h2 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.top-pick-logo {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1rem 1.5rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-pick-logo img {
  height: 48px;
  width: auto;
}

.top-pick-rating {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

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

.rating-score {
  font-weight: 600;
  font-size: 1.1rem;
}

.rating-date {
  font-size: 0.75rem;
  color: var(--graphite);
}

.top-pick-features {
  list-style: none;
  margin-bottom: 1.5rem;
}

.top-pick-features li {
  font-size: 0.9rem;
  padding: 0.35rem 0;
  padding-left: 1.25rem;
  position: relative;
  color: rgba(255, 255, 235, 0.9);
}

.top-pick-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #00c853;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--ink);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
}

.btn:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--lavender);
  color: var(--ink);
  border-color: var(--ink);
}

.btn-teal {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
}

.btn-ghost {
  background: transparent;
  color: var(--cream);
  border-color: rgba(255, 255, 235, 0.4);
}

.btn-block {
  width: 100%;
}

.top-pick-cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.terms-note {
  font-size: 0.7rem;
  color: var(--graphite);
  margin-top: 0.75rem;
  line-height: 1.4;
}

/* Why 888 section */
.why-section {
  background: var(--white);
  border-bottom: 1px solid var(--stone);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.why-card {
  background: var(--cream);
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  padding: 1.75rem;
}

.why-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--teal);
}

.why-card p {
  font-size: 0.9rem;
  color: var(--graphite);
}

.honest-note {
  background: var(--cream);
  border-left: 3px solid var(--teal);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2.5rem;
  font-size: 0.9rem;
  color: var(--graphite);
}

/* Comparison table */
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  background: var(--cream);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.compare-table th,
.compare-table td {
  padding: 1rem 1.25rem;
  text-align: left;
  border-bottom: 1px solid var(--stone);
}

.compare-table th {
  background: var(--ink);
  color: var(--cream);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.compare-table tr:last-child td {
  border-bottom: none;
}

.compare-table .highlight-row {
  background: rgba(3, 79, 70, 0.06);
}

.compare-table .highlight-row td:first-child {
  font-weight: 600;
  color: var(--teal);
}

.table-updated {
  font-size: 0.75rem;
  color: var(--graphite);
  margin-top: 0.75rem;
  text-align: right;
}

.check-yes {
  color: var(--teal);
  font-weight: 700;
}

.check-partial {
  color: var(--graphite);
}

/* Casino cards */
.casinos-section {
  background: var(--cream);
}

.casino-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

.casino-card {
  background: var(--white);
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  min-height: 380px;
  transition: box-shadow 0.2s ease;
}

.casino-card:hover {
  box-shadow: var(--shadow);
}

.casino-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: center;
  min-height: auto;
  padding: 2rem 2.5rem;
  background: linear-gradient(135deg, var(--ink) 0%, var(--teal) 100%);
  color: var(--cream);
  border: none;
  position: relative;
}

.casino-card--featured .card-badge {
  position: absolute;
  top: -12px;
  left: 2rem;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 999px;
}

.casino-card--featured .card-logo-wrap {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1rem 1.5rem;
}

.casino-card--featured .card-logo-wrap img {
  height: 52px;
}

.casino-card--featured h3 {
  color: var(--cream);
  font-size: 1.5rem;
}

.casino-card--featured .card-rating,
.casino-card--featured .card-desc,
.casino-card--featured .card-features li {
  color: rgba(255, 255, 235, 0.85);
}

.casino-card--featured .card-features li::before {
  color: #00c853;
}

.casino-card--featured .btn-primary {
  background: var(--lavender);
  white-space: nowrap;
}

.card-logo-wrap {
  background: var(--cream);
  border-radius: var(--radius-sm);
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
}

.card-logo-wrap img {
  height: 36px;
  width: auto;
  object-fit: contain;
}

.card-rank {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--teal);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.casino-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.card-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
}

.card-desc {
  font-size: 0.85rem;
  color: var(--graphite);
  margin-bottom: 1rem;
  flex-grow: 1;
}

.card-features {
  list-style: none;
  margin-bottom: 1.25rem;
}

.card-features li {
  font-size: 0.8rem;
  padding: 0.2rem 0;
  padding-left: 1rem;
  position: relative;
  color: var(--graphite);
}

.card-features li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 700;
}

.card-cta {
  margin-top: auto;
}

/* Featured offers */
.offers-section {
  background: var(--teal);
  color: var(--cream);
}

.offers-section .section-title {
  color: var(--cream);
}

.offers-section .section-intro {
  color: rgba(255, 255, 235, 0.75);
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.offer-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 235, 0.15);
  border-radius: var(--radius);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
}

.offer-card--primary {
  background: var(--cream);
  color: var(--ink);
  border: none;
  grid-column: span 1;
  position: relative;
}

.offer-card--primary::after {
  content: 'Editor\'s Choice';
  position: absolute;
  top: -10px;
  right: 1.5rem;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
}

.offer-card--primary .offer-brand {
  color: var(--teal);
}

.offer-card--primary .offer-terms {
  color: var(--graphite);
}

.offer-brand {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.offer-value {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.offer-desc {
  font-size: 0.85rem;
  opacity: 0.85;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.offer-terms {
  font-size: 0.7rem;
  opacity: 0.65;
  margin-top: 0.75rem;
  line-height: 1.4;
}

/* Game categories */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.category-card {
  background: var(--white);
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  padding: 1.5rem;
  text-align: center;
  transition: border-color 0.2s ease;
}

.category-card:hover {
  border-color: var(--teal);
}

.category-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.category-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.category-card p {
  font-size: 0.8rem;
  color: var(--graphite);
}

/* Regulators */
.regulators-section {
  background: var(--white);
  border-top: 1px solid var(--stone);
  border-bottom: 1px solid var(--stone);
}

.regulators-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

.regulator-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.regulator-item img {
  height: 48px;
  width: auto;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.regulator-item:hover img {
  opacity: 1;
}

.regulator-item span {
  font-size: 0.7rem;
  color: var(--graphite);
  max-width: 120px;
}

/* FAQ */
.faq-list {
  max-width: 760px;
}

.faq-item {
  border-bottom: 1px solid var(--stone);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 1.25rem 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.faq-question::after {
  content: '+';
  font-family: var(--font-body);
  font-size: 1.25rem;
  color: var(--teal);
  flex-shrink: 0;
  transition: transform 0.2s;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding-bottom: 1.25rem;
}

.faq-answer p {
  font-size: 0.9rem;
  color: var(--graphite);
  line-height: 1.7;
}

/* Responsible gambling */
.responsible-section {
  background: var(--ink);
  color: var(--cream);
}

.responsible-section .section-title {
  color: var(--cream);
}

.responsible-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.responsible-block h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: var(--lavender);
}

.responsible-block p,
.responsible-block li {
  font-size: 0.9rem;
  color: rgba(255, 255, 235, 0.8);
  line-height: 1.7;
}

.responsible-block ul {
  list-style: none;
  margin-top: 0.75rem;
}

.responsible-block li {
  padding: 0.35rem 0;
  padding-left: 1.25rem;
  position: relative;
}

.responsible-block li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--teal-light);
}

.responsible-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.responsible-links a {
  color: var(--lavender);
  font-size: 0.85rem;
  text-decoration: underline;
}

/* Footer */
.site-footer {
  background: var(--cream);
  border-top: 1px solid var(--stone);
  padding: 3rem 1.5rem 2rem;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.footer-about {
  font-size: 0.85rem;
  color: var(--graphite);
  max-width: 360px;
  line-height: 1.6;
}

.footer-col h4 {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: var(--teal);
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 0.5rem;
}

.footer-col a {
  font-size: 0.85rem;
  color: var(--graphite);
}

.footer-bottom {
  border-top: 1px solid var(--stone);
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.75rem;
  color: var(--graphite);
}

/* Modals */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(26, 26, 26, 0.7);
  backdrop-filter: blur(4px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Age gate: visibility set in <head> before paint — no flash */
html.age-gate-open {
  overflow: hidden;
}

html.age-gate-open body {
  overflow: hidden;
}

html.age-gate-open #age-gate,
#age-gate.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 10000;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal {
  background: var(--cream);
  border-radius: calc(var(--radius) + 2px);
  padding: 2.5rem;
  max-width: 480px;
  width: 100%;
  text-align: center;
  border: 1px solid var(--stone);
  box-shadow: var(--shadow-lg);
}

.modal h2 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.modal p {
  font-size: 0.9rem;
  color: var(--graphite);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.modal-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

.modal-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--ink);
  color: var(--cream);
  padding: 1.25rem 1.5rem;
  z-index: 999;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.cookie-banner.active {
  transform: translateY(0);
}

.cookie-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cookie-text {
  font-size: 0.85rem;
  flex: 1;
  min-width: 240px;
  line-height: 1.5;
}

.cookie-text a {
  color: var(--lavender);
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: 0.75rem;
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

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

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

  .casino-card--featured {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .casino-card--featured .card-logo-wrap {
    margin: 0 auto;
  }

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

@media (max-width: 768px) {
  .nav-main {
    display: none;
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: var(--cream);
    flex-direction: column;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--stone);
    gap: 0;
  }

  .nav-main.open {
    display: flex;
  }

  .nav-main li {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--stone);
  }

  .nav-toggle {
    display: block;
  }

  .why-grid,
  .casino-grid,
  .offers-grid,
  .categories-grid,
  .responsible-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .offer-card--primary {
    grid-column: span 1;
  }

  section {
    padding: 3rem 1.25rem;
  }

  .rg-bar-inner {
    flex-direction: column;
    text-align: center;
    gap: 0.35rem;
  }

  .rg-bar-links {
    justify-content: center;
  }
}

/* Sticky responsible gambling bar */
.rg-bar {
  background: var(--teal);
  color: var(--cream);
  font-size: 0.75rem;
  position: sticky;
  top: var(--header-h);
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 235, 0.12);
}

.rg-bar-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0.45rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.rg-bar-age {
  font-weight: 700;
  background: rgba(255, 255, 235, 0.15);
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  letter-spacing: 0.05em;
}

.rg-bar-text {
  flex: 1;
  min-width: 180px;
  opacity: 0.92;
}

.rg-bar-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.rg-bar-links a {
  color: var(--lavender);
  text-decoration: underline;
  font-weight: 500;
}

.rg-bar-links a:hover {
  opacity: 1;
  color: var(--cream);
}

/* Affiliate micro disclosure */
.affiliate-micro {
  font-size: 0.7rem;
  color: var(--graphite);
  margin-top: 0.5rem;
  text-align: center;
}

.casino-card--featured .affiliate-micro {
  color: rgba(255, 255, 235, 0.6);
}

.licence-line {
  font-size: 0.8rem;
  color: var(--graphite);
  margin-top: 0.5rem;
}

.licence-line a {
  font-weight: 600;
}

/* Legal & review pages */
.page-main {
  padding: 2.5rem 1.5rem 4rem;
  min-height: 50vh;
}

.legal-page,
.review-article {
  max-width: 760px;
}

.legal-page h2,
.review-section h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 2rem 0 0.75rem;
  color: var(--teal);
}

.legal-page h3,
.review-section h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin: 1rem 0 0.5rem;
}

.legal-page p,
.review-section p {
  font-size: 0.95rem;
  color: var(--graphite);
  margin-bottom: 0.75rem;
  line-height: 1.7;
}

.legal-updated {
  font-size: 0.8rem;
  color: var(--graphite);
  margin-bottom: 1.5rem;
}

.legal-list {
  margin: 0.75rem 0 1rem 1.25rem;
  color: var(--graphite);
  font-size: 0.95rem;
}

.legal-list li {
  margin-bottom: 0.4rem;
}

.breadcrumb {
  font-size: 0.8rem;
  color: var(--graphite);
  margin-bottom: 1.5rem;
}

.breadcrumb a {
  color: var(--teal);
}

.review-header {
  margin-bottom: 2rem;
}

.review-header-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: start;
}

.review-logo-box {
  background: var(--white);
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  padding: 1rem 1.5rem;
}

.review-rating {
  margin: 0.75rem 0;
}

.review-summary {
  font-size: 1.05rem;
  color: var(--ink);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.review-best-for {
  font-size: 0.9rem;
  color: var(--graphite);
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  background: var(--white);
  border: 1px solid var(--stone);
  border-radius: var(--radius-sm);
}

.review-meta-line {
  font-size: 0.8rem;
  color: var(--graphite);
  margin-top: 0.35rem;
}

.info-box {
  background: var(--white);
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
}

.pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.review-list {
  list-style: none;
  font-size: 0.9rem;
  color: var(--graphite);
}

.review-list li {
  padding: 0.35rem 0 0.35rem 1.25rem;
  position: relative;
}

.review-list--pros li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 700;
}

.review-list--cons li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: var(--graphite);
  font-weight: 700;
}

.review-cta-box {
  margin-top: 2.5rem;
  padding: 1.5rem;
  background: var(--white);
  border: 1px solid var(--stone);
  border-radius: var(--radius);
}

.methodology-table td:first-child {
  font-weight: 600;
}

.review-faq-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--stone);
}

.review-faq-item:last-child {
  border-bottom: none;
}

.casino-card h3 a {
  color: inherit;
  text-decoration: none;
}

.casino-card h3 a:hover {
  color: var(--teal);
  opacity: 1;
}

@media (max-width: 768px) {
  .review-header-grid,
  .pros-cons-grid {
    grid-template-columns: 1fr;
  }

  .review-logo-box {
    justify-self: start;
  }
}
