/* ===================================================
   LEGÁLIS KASZINÓ – Main Stylesheet
   Design: Light bg, Black text, Green accent (#27ae60)
   =================================================== */

/* ---- Fonts ---- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;900&family=Lato:wght@300;400;700;900&display=swap');

/* ---- Variables ---- */
:root {
  --bg:          #f7f8fa;
  --white:       #ffffff;
  --text:        #1a1a2e;
  --text-muted:  #6b7280;
  --text-light:  #9ca3af;
  --accent:      #27ae60;
  --accent-dark: #1d8348;
  --accent-hover:#22c55e;
  --accent-light:#eafaf1;
  --accent-mid:  #d4efdf;
  --border:      #e5e7eb;
  --card-bg:     #ffffff;
  --gold:        #f59e0b;
  --warn:        #fef3c7;
  --warn-border: #f59e0b;
  --header-bg:   #0f172a;
  --footer-bg:   #0f172a;
  --shadow-sm:   0 2px 8px rgba(0,0,0,0.06);
  --shadow-md:   0 4px 20px rgba(0,0,0,0.10);
  --shadow-lg:   0 8px 40px rgba(0,0,0,0.14);
  --radius:      12px;
  --radius-lg:   20px;
  --font-serif:  'Playfair Display', Georgia, serif;
  --font-sans:   'Lato', Arial, sans-serif;
  --container:   1160px;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color .2s; }
a:hover { color: var(--accent-dark); text-decoration: underline; }

/* ---- Layout ---- */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
section { padding: 40px 0; }
section:nth-child(even) { background: var(--white); }

/* ---- Typography ---- */
h1, h2, h3, h4 { font-family: var(--font-serif); line-height: 1.2; color: var(--text); }
h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 700; margin-bottom: 24px; }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.4rem); font-weight: 600; margin-bottom: 16px; }
p  { margin-bottom: 16px; font-size: 1rem; color: var(--text); }
ul, ol { padding-left: 0; list-style: none; }
li { margin-bottom: 10px; }

/* Section heading style */
.section-heading {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.section-heading span { color: var(--accent); }
.section-subheading {
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 36px;
  max-width: 680px;
}
.section-divider {
  width: 56px; height: 4px;
  background: var(--accent);
  border-radius: 2px;
  margin-bottom: 20px;
}

/* ---- Header ---- */
.site-header {
  background: var(--header-bg);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 20px;
}
.logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.logo-link img { height: 44px; width: auto; }

/* Nav */
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a {
  color: #94a3b8;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 6px 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: color .2s, background .2s;
  text-transform: uppercase;
}
.site-nav a:hover { color: var(--white); background: rgba(255,255,255,0.08); }

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: white;
  font-size: 1.5rem;
  line-height: 1;
}

/* ---- Hero Section ---- */
.hero {
  position: relative;
  background: linear-gradient(135deg, #0f172a 0%, #1a3a6b 45%, #1e4d8c 70%, #1a3a6b 100%);
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Decorative circles */
.hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -40px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30,77,140,0.35) 0%, transparent 70%);
  pointer-events: none;
}

/* Subtle grid overlay */
.hero-text {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 48px 32px;
  max-width: 780px;
}
.hero-text::before {
  content: '♠';
  position: absolute;
  top: 10px;
  left: -30px;
  font-size: 2.5rem;
  opacity: 0.06;
  color: #fff;
  pointer-events: none;
}
.hero-text::after {
  content: '♦';
  position: absolute;
  bottom: 10px;
  right: -30px;
  font-size: 2.5rem;
  opacity: 0.06;
  color: #fff;
  pointer-events: none;
}
.hero-text h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3.2vw, 2.5rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
  line-height: 1.25;
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}
.hero-text p {
  font-family: var(--font-sans);
  font-size: 1rem;
  color: #93c5fd;
  margin: 0 auto;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero-text p::before,
.hero-text p::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 1px;
  background: rgba(147,197,253,0.5);
}

/* ---- Intro / Author ---- */
.intro-section {
  background: var(--white);
  padding: 36px 0 32px;
  border-bottom: 1px solid var(--border);
}
.intro-section .container {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: start;
}
.author-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--accent-light);
  border: 1px solid var(--accent-mid);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin-top: 24px;
  margin-bottom: 0;
}
.author-avatar {
  width: 52px; height: 52px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}
.author-info strong { display: block; font-family: var(--font-sans); font-size: 0.95rem; font-weight: 700; color: var(--text); }
.author-info span { font-size: 0.82rem; color: var(--text-muted); }

/* Sidebar trust box */
.trust-box {
  background: var(--accent-light);
  border: 2px solid var(--accent);
  border-radius: var(--radius-lg);
  padding: 24px;
  position: sticky;
  top: 88px;
}
.trust-box h4 { font-family: var(--font-serif); font-size: 1.1rem; color: var(--text); margin-bottom: 16px; }
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.88rem;
  color: var(--text);
}
.trust-item .check {
  width: 20px; height: 20px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.updated-badge {
  background: var(--accent);
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 20px;
  padding: 5px 14px;
  display: inline-block;
  margin-top: 12px;
  letter-spacing: 0.04em;
}

/* ---- Casino Table Section ---- */
.casinos-section {
  padding: 40px 0;
  background: var(--bg);
}
.casinos-section .section-intro {
  max-width: 720px;
  color: var(--text-muted);
  margin-bottom: 36px;
}

/* TABLE (Desktop) */
.casino-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
}
.casino-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  font-size: 0.92rem;
}
.casino-table thead tr {
  background: var(--header-bg);
}
.casino-table thead th {
  padding: 16px 14px;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
  text-align: left;
  white-space: nowrap;
}
.casino-table thead th:first-child { border-radius: var(--radius-lg) 0 0 0; padding-left: 24px; }
.casino-table thead th:last-child  { border-radius: 0 var(--radius-lg) 0 0; padding-right: 24px; text-align: center; }

.casino-table tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background .15s;
}
.casino-table tbody tr:last-child { border-bottom: none; }
.casino-table tbody tr:hover { background: var(--accent-light); }

.casino-table td {
  padding: 16px 14px;
  vertical-align: middle;
  color: var(--text);
}
.casino-table td:first-child { padding-left: 24px; }
.casino-table td:last-child  { padding-right: 24px; text-align: center; }

/* Casino name cell */
.td-name {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  white-space: nowrap;
}
.td-name .casino-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px; height: 24px;
  background: var(--accent);
  color: white;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 900;
  border-radius: 6px;
  margin-right: 10px;
}

/* License badge */
.license-badge {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.license-mga  { background: #d1fae5; color: #065f46; border: 1px solid #6ee7b7; }
.license-cur  { background: #dbeafe; color: #1e40af; border: 1px solid #93c5fd; }

/* Bonus cell */
.td-bonus { font-size: 0.88rem; line-height: 1.4; min-width: 160px; }
.td-bonus strong { color: var(--accent-dark); display: block; font-size: 0.95rem; }

/* Play button */
.btn-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--accent);
  color: white;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 3px 10px rgba(39,174,96,0.35);
}
.btn-play:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(39,174,96,0.45);
  text-decoration: none;
  color: white;
}
.btn-play::before { content: "▶"; font-size: 0.72rem; }

/* Top pick ribbon */
.top-pick-row { position: relative; }
.top-pick-row td:first-child::after {
  content: "TOP";
  position: absolute;
  left: 0; top: 0;
  background: var(--gold);
  color: white;
  font-size: 0.6rem;
  font-weight: 900;
  padding: 2px 6px;
  border-radius: 0 0 6px 0;
  letter-spacing: 0.08em;
}

/* Payout cell */
.td-payout { color: var(--text-muted); font-size: 0.88rem; white-space: nowrap; }

/* CASINO CARDS (Mobile) */
.casino-cards { display: none; }
.casino-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid var(--border);
}
.casino-card-header {
  background: var(--header-bg);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.casino-card-header .name {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
}
.casino-card-body { padding: 0; }
.casino-card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 20px;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
}
.casino-card-row:last-of-type { border-bottom: none; }
.casino-card-row .label {
  font-weight: 700;
  color: var(--text-muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.casino-card-row .value { font-size: 0.9rem; color: var(--text); text-align: right; max-width: 65%; }
.casino-card-row .value strong { color: var(--accent-dark); display: block; }
.casino-card-footer {
  padding: 16px 20px;
  background: var(--accent-light);
}
.casino-card-footer .btn-play { width: 100%; justify-content: center; font-size: 1rem; padding: 14px; }

/* ---- Article Content Sections ---- */
.article-section {
  padding: 40px 0;
}
.article-section .container {
  max-width: 900px;
}
.article-section:nth-child(even) { background: var(--white); }

/* Checklist */
.checklist { margin: 24px 0; }
.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
}
.checklist li:last-child { border-bottom: none; }
.checklist li .ico {
  width: 22px; height: 22px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Law list */
.law-list { margin: 20px 0; }
.law-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 20px;
  margin-bottom: 14px;
}
.law-item h4 { font-family: var(--font-sans); font-size: 0.95rem; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.law-item p { font-size: 0.88rem; color: var(--text-muted); margin: 0; }
.law-item a { color: var(--accent); font-weight: 700; }
.law-item a:hover { color: var(--accent-dark); }

/* Authority cards */
.authority-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin: 24px 0;
}
.authority-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow-sm);
}
.authority-card .auth-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.auth-mga  { background: #d1fae5; color: #065f46; }
.auth-cur  { background: #dbeafe; color: #1e40af; }
.auth-uk   { background: #fee2e2; color: #991b1b; }
.auth-gib  { background: #f3e8ff; color: #6b21a8; }
.auth-kan  { background: #fff7ed; color: #92400e; }
.authority-card h4 { font-family: var(--font-sans); font-size: 0.95rem; font-weight: 700; margin-bottom: 8px; }
.authority-card p { font-size: 0.85rem; color: var(--text-muted); margin: 0; }

/* ---- Bonus Comparison Table ---- */
.comparison-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  margin: 24px 0;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  font-size: 0.875rem;
  table-layout: fixed;
}
.comparison-table th {
  background: var(--header-bg);
  color: #94a3b8;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 12px 12px;
  text-align: left;
  white-space: nowrap;
}
.comparison-table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  vertical-align: middle;
}
.comparison-table tr:last-child td { border-bottom: none; }
.comparison-table tr:hover td { background: var(--accent-light); }
.comparison-table td:first-child { font-weight: 700; font-family: var(--font-serif); }
.comparison-table .highlight { color: var(--accent-dark); font-weight: 700; }
.comparison-table .low-wager  { color: #065f46; font-weight: 700; }
.comparison-table .btn-play { padding: 7px 12px; font-size: 0.76rem; white-space: nowrap; }

/* ---- Payments section ---- */
.payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.payment-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 16px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s, border-color .2s;
}
.payment-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--accent);
}
.payment-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.payment-card h4 { font-family: var(--font-sans); font-size: 0.9rem; font-weight: 700; margin-bottom: 4px; }
.payment-card p  { font-size: 0.8rem; color: var(--text-muted); margin: 0; line-height: 1.4; }

/* ---- Testing methodology table ---- */
.test-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  margin: 24px 0;
}
.test-table { width: 100%; border-collapse: collapse; background: var(--white); font-size: 0.88rem; }
.test-table th {
  background: #1d8348;
  color: white;
  padding: 12px 16px;
  text-align: left;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.test-table td { padding: 12px 16px; border-bottom: 1px solid var(--border); color: var(--text); }
.test-table tr:last-child td { border-bottom: none; }
.test-table tr:hover td { background: var(--accent-light); }
.test-table .win { color: var(--accent-dark); font-weight: 700; }

/* ---- Responsible Gambling ---- */
.responsible-section {
  background: #fffbeb;
  border-top: 4px solid var(--gold);
  border-bottom: 4px solid var(--gold);
  padding: 56px 0;
}
.warning-box {
  background: #fef3c7;
  border: 2px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.warning-icon {
  font-size: 2.5rem;
  line-height: 1;
  flex-shrink: 0;
}
.warning-box h3 { font-family: var(--font-sans); font-weight: 900; font-size: 1.2rem; color: #92400e; margin-bottom: 8px; }
.warning-box p  { font-size: 0.92rem; color: #78350f; margin: 0; }

.warning-signs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
  margin: 24px 0;
}
.warning-sign-item {
  background: var(--white);
  border: 1px solid #fde68a;
  border-left: 4px solid #f59e0b;
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 14px 16px;
  font-size: 0.88rem;
  color: #78350f;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.tool-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 18px;
  box-shadow: var(--shadow-sm);
}
.tool-card h4 { font-family: var(--font-sans); font-size: 0.9rem; font-weight: 700; color: var(--accent-dark); margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.tool-card p  { font-size: 0.83rem; color: var(--text-muted); margin: 0; }

/* Help box */
.help-box {
  background: #ecfdf5;
  border: 2px solid var(--accent);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  margin-top: 24px;
}
.help-box h4 { font-family: var(--font-sans); font-weight: 700; font-size: 1rem; color: var(--accent-dark); margin-bottom: 12px; }
.help-box a  { color: var(--accent-dark); font-weight: 700; }

/* ---- FAQ Section ---- */
.faq-section { padding: 40px 0; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 20px 24px;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: background .15s;
}
.faq-question:hover { background: var(--accent-light); }
.faq-question .faq-icon {
  width: 28px; height: 28px;
  background: var(--accent-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900;
  color: var(--accent);
  flex-shrink: 0;
  transition: transform .25s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--accent); color: white; }
.faq-answer {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s;
}
.faq-item.open .faq-answer {
  padding: 0 24px 20px;
  max-height: 500px;
}
.faq-answer p { font-size: 0.93rem; color: var(--text-muted); margin: 0; line-height: 1.7; }

/* ---- Article images ---- */
.article-img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  margin: 28px 0;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.article-img img { width: 100%; }

/* ---- Inline CTA ---- */
.inline-cta {
  background: var(--accent-light);
  border: 1px solid var(--accent-mid);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 32px 0;
  flex-wrap: wrap;
}
.inline-cta p { margin: 0; font-weight: 600; font-family: var(--font-serif); font-size: 1.1rem; color: var(--text); }
.inline-cta .btn-cta {
  background: var(--accent);
  color: white;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, transform .15s;
  font-family: var(--font-sans);
  letter-spacing: 0.04em;
}
.inline-cta .btn-cta:hover { background: var(--accent-dark); transform: translateY(-1px); text-decoration: none; color: white; }

/* ---- Footer ---- */
.site-footer {
  background: var(--footer-bg);
  color: #94a3b8;
  padding: 56px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}
.footer-brand .logo-wrap img { height: 40px; margin-bottom: 16px; }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; color: #64748b; max-width: 340px; }
.footer-brand .footer-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.footer-badge {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.06em;
}

.footer-col h5 {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e2e8f0;
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a {
  color: #64748b;
  font-size: 0.88rem;
  text-decoration: none;
  transition: color .2s;
}
.footer-col ul li a:hover { color: var(--accent); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-disclaimer {
  font-size: 0.78rem;
  color: #475569;
  line-height: 1.6;
  max-width: 700px;
}
.footer-legal-badges { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.legal-badge {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.06em;
}

/* ---- Utilities ---- */
.text-accent { color: var(--accent); }
.text-gold   { color: var(--gold); }
.text-muted  { color: var(--text-muted); }
.font-serif  { font-family: var(--font-serif); }
.mt-4  { margin-top: 16px; }
.mt-8  { margin-top: 32px; }
.mb-4  { margin-bottom: 16px; }
.mb-8  { margin-bottom: 32px; }
.stars { color: var(--gold); letter-spacing: 1px; font-size: 0.85rem; }

/* Breadcrumb */
.breadcrumb {
  background: var(--header-bg);
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.breadcrumb ol { display: flex; align-items: center; gap: 6px; list-style: none; flex-wrap: wrap; }
.breadcrumb li { font-size: 0.8rem; color: #64748b; }
.breadcrumb li a { color: #64748b; text-decoration: none; transition: color .2s; }
.breadcrumb li a:hover { color: var(--accent); }
.breadcrumb li + li::before { content: "›"; margin-right: 6px; }

/* ============================================
   RESPONSIVE – Mobile First Adaptations
   ============================================ */

@media (max-width: 1024px) {
  .intro-section .container { grid-template-columns: 1fr; }
  .trust-box { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  /* Header */
  .site-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--header-bg); flex-direction: column; align-items: stretch; padding: 8px 0; gap: 0; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 24px; border-radius: 0; font-size: 0.95rem; }
  .menu-toggle { display: block; }

  /* Hero */
  .hero img.hero-img { max-height: 200px; }

  section { padding: 28px 0; }

  /* Casinos: hide table, show cards */
  .casino-table-wrap { display: none; }
  .casino-cards     { display: block; }

  /* Article sections */
  .article-section { padding: 40px 0; }
  h2 { font-size: 1.4rem; }
  h3 { font-size: 1.15rem; }

  /* Grids go single column */
  .authority-grid  { grid-template-columns: 1fr; }
  .payment-grid    { grid-template-columns: 1fr 1fr; }
  .tools-grid      { grid-template-columns: 1fr; }
  .warning-signs   { grid-template-columns: 1fr; }

  /* Comparison tables */
  .comparison-table-wrap { overflow-x: auto; }
  .comparison-table { min-width: 520px; }
  .test-table { min-width: 520px; }

  /* Inline CTA */
  .inline-cta { flex-direction: column; gap: 16px; }
  .inline-cta .btn-cta { width: 100%; text-align: center; }

  /* Warning box */
  .warning-box { flex-direction: column; gap: 12px; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  h1 { font-size: 1.6rem; }
  .payment-grid { grid-template-columns: 1fr; }
  .author-badge { flex-direction: column; align-items: flex-start; }
}
