/*
Theme Name: Casino Cash Guide (Liondeposits.com)
Theme URI: https://liondeposits.com
Author: Liondeposits
Description: 1:1 replica of casino-cash-guide Lovable design. Belgian casino payment methods guide. Requires ACF Pro.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: casino-cash-guide
*/

/*
  Lovable components → WordPress classes (1:1):
  Layout.tsx      → body min-h-screen flex flex-col, .site-main flex-1
  Header.tsx      → .site-header, .main-nav, .nav-dropdown, .header-accent, .mobile-nav
  Footer.tsx      → .site-footer, .footer-grid (5 cols), .footer-bottom
  BrandLogo.tsx   → .site-logo, .logo-lion, .logo-deposits, .logo-dotcom; small: .site-logo-small
  BelgianFlagBar → .belgian-flag-bar
  PageHeader.tsx  → .hero-section, .hero-bg, .hero-overlay, .breadcrumbs, .hero-title, .hero-desc
  TopPicks.tsx    → .top-picks, .top-picks-header, .top-picks-item, .top-picks-footer
  CasinoList.tsx  → .casino-list-section, .casino-card, .casino-feature-row, .casino-card-verified
*/

/* ==========================================================================
   FONTS - IBM Plex (exact Lovable)
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@400;500;600;700&family=IBM+Plex+Sans:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;700&display=swap');

/* ==========================================================================
   CSS VARIABLES - 1:1 from Lovable index.css / tailwind
   ========================================================================== */
:root {
  --radius: 0px;
  --background: hsl(40, 20%, 98%);
  --foreground: hsl(220, 15%, 20%);
  --card: hsl(40, 15%, 99%);
  --card-foreground: hsl(220, 20%, 10%);
  --primary: hsl(350, 72%, 50%);
  --primary-foreground: hsl(0, 0%, 100%);
  --secondary: hsl(220, 18%, 8%);
  --secondary-foreground: hsl(40, 15%, 95%);
  --muted: hsl(40, 15%, 94%);
  --muted-foreground: hsl(220, 10%, 45%);
  --accent: hsl(160, 50%, 42%);
  --accent-foreground: hsl(0, 0%, 100%);
  --border: hsl(40, 10%, 88%);
  --black: hsl(220, 20%, 5%);
  --soft-black: hsl(220, 18%, 12%);
  --charcoal: hsl(220, 15%, 18%);
  --dark-grey: hsl(220, 15%, 22%);
  --medium-grey: hsl(220, 8%, 45%);
  --border-grey: hsl(40, 10%, 78%);
  --off-white: hsl(40, 15%, 96%);
  --white: hsl(0, 0%, 100%);
  --belgian-yellow: hsl(160, 50%, 42%);
  --belgian-red: hsl(350, 72%, 50%);
  --deep-red: hsl(348, 65%, 40%);
  --highlight-bg: hsl(160, 30%, 95%);
  --green: hsl(145, 55%, 38%);
  /* 1:1 Lovable index.css / tailwind */
  --input: hsl(220, 10%, 75%);
  --ring: hsl(160, 50%, 42%);
  --light-grey: hsl(40, 10%, 90%);
  --dark-gold: hsl(160, 45%, 30%);
  --blue: hsl(215, 80%, 48%);
  --popover: hsl(220, 20%, 12%);
  --popover-foreground: hsl(40, 10%, 80%);
}

/* ==========================================================================
   RESET & BASE - 1:1 Lovable index.css (no radius, no shadow)
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'IBM Plex Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  line-height: 1.75;
  background: var(--background);
  color: var(--foreground);
  margin: 0;
  overflow-x: hidden;
}

/* Layout 1:1 — Lovable Layout.tsx: min-h-screen flex flex-col, main flex-1 */
body { min-height: 100vh; display: flex; flex-direction: column; }
.site-main { flex: 1; }
.site-main:empty { min-height: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-weight: 700;
  color: var(--black);
  text-align: left;
  line-height: 1.2;
  margin-top: 0;
}

h1 { color: var(--belgian-yellow) !important; }

a {
  color: var(--belgian-red);
  text-decoration: none;
}
a:hover { color: var(--deep-red); }

img { max-width: 100%; height: auto; vertical-align: middle; }

/* ==========================================================================
   MOBILE CRITICAL - touch targets, safe area, overflow
   ========================================================================== */
@media (max-width: 767px) {
  .btn-primary,
  .casino-card-cta .btn-primary,
  .card-link,
  .main-nav a,
  .mobile-nav a,
  .nav-toggle {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .card-link { min-height: 44px; display: flex; align-items: center; }
  .nav-toggle { padding: 12px; }
  .hero-title { font-size: clamp(1.5rem, 6vw, 2.25rem); }
  .hero-desc { font-size: 1rem; }
}

@media (max-width: 479px) {
  .hero-section { padding-top: 48px; padding-bottom: 32px; }
  .page-header-hero { padding: 40px 0 28px; }
  .casino-list-hero-inner { padding-top: 16px; padding-bottom: 24px; }
  .casino-grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: 1fr; }
  .ccg-intro-inner,
  .ccg-editorial-inner { max-width: 100%; }
  .ccg-related-grid { grid-template-columns: 1fr; }
  .ccg-testimonials-grid { grid-template-columns: 1fr; }
}

/* Safe area for notched devices */
@supports (padding: env(safe-area-inset-left)) {
  .site-container,
  .container {
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
  }
  .site-header-inner { padding-left: max(20px, env(safe-area-inset-left)); padding-right: max(20px, env(safe-area-inset-right)); }
}

/* ==========================================================================
   CONTAINER - max 1400px, 8% from edges (as per red lines / design)
   ========================================================================== */
.site-container,
.container {
  box-sizing: border-box;
  width: 84%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .site-container, .container { padding-left: 32px; padding-right: 32px; }
}
@media (min-width: 1024px) {
  .site-container, .container { padding-left: 48px; padding-right: 48px; }
}
/* Mobile: a bit less margin so content isn't squeezed */
@media (max-width: 479px) {
  .site-container, .container {
    width: 90%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ==========================================================================
   BELGIAN FLAG BAR - footer top
   ========================================================================== */
.belgian-flag-bar {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #000 33.33%, #3a9e7e 33.33%, #3a9e7e 66.66%, #EF3340 66.66%);
}

/* ==========================================================================
   HEADER - sticky, dark, accent line
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--secondary);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}
.site-logo:hover { color: var(--secondary-foreground); }
.site-logo img { width: 36px; height: 36px; object-fit: contain; }
.site-logo .logo-text { font-family: 'IBM Plex Serif', Georgia, serif; font-weight: 700; font-size: 1.4rem; letter-spacing: -0.02em; }
.site-logo .logo-lion { color: var(--secondary-foreground); }
.site-logo .logo-deposits { color: var(--accent); }
.site-logo .logo-dotcom { font-family: 'IBM Plex Mono', monospace; font-weight: 700; font-size: 0.85rem; color: var(--accent); margin-left: 2px; }
/* BrandLogo small (Footer) — Lovable size="small" */
.site-logo-small { gap: 0.625rem; }
.site-logo-small .logo-text-small { font-size: 1.1rem; }
.site-logo-small .logo-dotcom { font-size: 0.75rem; }
.logo-img-small { width: 28px; height: 28px; object-fit: contain; }
.footer-brand-logo { margin-bottom: 16px; }

.main-nav { display: none; }
@media (min-width: 1024px) {
  .main-nav { display: flex; align-items: center; gap: 0; }
}
.main-nav a {
  display: inline-block;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 20px 16px;
  color: var(--border-grey);
}
.main-nav a:hover,
.main-nav a.active { color: var(--accent); }

.header-accent {
  height: 2px;
  background: var(--accent);
}

/* Mobile menu */
.nav-toggle {
  display: block;
  background: none;
  border: none;
  color: var(--secondary-foreground);
  padding: 8px;
  cursor: pointer;
}
@media (min-width: 1024px) { .nav-toggle { display: none; } }

.mobile-nav {
  display: block;
  background: var(--soft-black);
  border-top: 1px solid var(--dark-grey);
}
.mobile-nav[hidden] { display: none !important; }
@media (min-width: 1024px) { .mobile-nav { display: none !important; } }
.mobile-nav a {
  display: block;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--dark-grey);
  color: var(--border-grey);
}
.mobile-nav a:hover, .mobile-nav a.active { color: var(--accent); background: var(--charcoal); }
.mobile-nav .sub-item { padding-left: 32px; font-size: 0.875rem; color: var(--medium-grey); }

/* Dropdown */
.nav-item-wrap { position: relative; }
.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: var(--soft-black);
  border: 1px solid var(--dark-grey);
  z-index: 60;
  display: none;
}
.nav-item-wrap:hover .nav-dropdown { display: block; }
.nav-dropdown a {
  display: block;
  padding: 10px 16px;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--dark-grey);
}
.nav-dropdown a:last-child { border-bottom: none; }
.nav-dropdown a:hover { background: var(--charcoal); color: var(--accent); }

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
/* PageHeader 1:1 — Lovable PageHeader.tsx: py-14 pb-10 */
.hero-section {
  position: relative;
  padding-top: 56px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero-section { padding-top: 3.5rem; padding-bottom: 2.5rem; }
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
}
.hero-inner { position: relative; z-index: 10; }

.hero-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent);
  margin-bottom: 16px;
  display: block;
}

/* Hero h1 — Lovable: text-3xl md:text-4xl lg:text-5xl */
.hero-title {
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--belgian-yellow) !important;
  margin-bottom: 16px;
  line-height: 1.2;
}
@media (min-width: 768px) { .hero-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .hero-title { font-size: 3rem; } }

.hero-title.hero-title-red { color: var(--belgian-red) !important; }

/* Hero subtitle — Lovable: text-border-grey text-lg leading-relaxed */
.hero-desc {
  font-size: 1.125rem;
  line-height: 1.625;
  color: var(--border-grey);
  margin-bottom: 28px;
  max-width: 60ch;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--primary-foreground);
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 16px 32px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary:hover { background: var(--deep-red); color: var(--primary-foreground); }

/* ==========================================================================
   TOP PICKS — 1:1 Lovable TopPicks.tsx
   ========================================================================== */
.top-picks {
  background: var(--secondary);
  border: 2px solid var(--belgian-yellow);
  max-width: 340px;
  overflow: hidden;
}
.top-picks-header {
  background: linear-gradient(to right, var(--soft-black), var(--charcoal));
  padding: 12px 16px;
  border-bottom: 2px solid var(--belgian-yellow);
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-picks-title { font-size: 0.875rem; font-weight: 700; color: var(--belgian-yellow); text-transform: uppercase; letter-spacing: 0.05em; line-height: 1.25; }
.top-picks-month { font-size: 10px; color: var(--medium-grey); font-family: 'IBM Plex Mono', monospace; }
.top-picks-list { padding: 10px; display: flex; flex-direction: column; gap: 8px; }
.top-picks-item {
  border: 1px solid;
  background: var(--charcoal);
  overflow: hidden;
  position: relative;
}
.top-picks-item:first-child { border-color: var(--belgian-yellow); }
.top-picks-item:first-child::before { content: ''; display: block; height: 2px; background: var(--belgian-yellow); width: 100%; }
.top-picks-item:nth-child(2) { border-color: var(--medium-grey); }
.top-picks-item:nth-child(3) { border-color: var(--belgian-red); }
.top-picks-item-inner { display: flex; align-items: center; gap: 12px; padding: 12px; }
.top-picks-rank { font-size: 9px; color: var(--medium-grey); font-family: 'IBM Plex Mono', monospace; font-weight: 700; margin-top: 2px; }
.star-rating { display: flex; align-items: center; gap: 2px; color: var(--belgian-yellow); }
.star-rating span { font-size: 10px; }
.top-picks-item-name { font-family: 'IBM Plex Serif', serif; font-size: 0.75rem; font-weight: 700; color: var(--secondary-foreground); line-height: 1.25; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.top-picks-item-bonus { font-size: 10px; font-weight: 700; color: var(--accent); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 2px; }
.top-picks-footer { padding: 8px 16px; border-top: 1px solid var(--dark-grey); text-align: center; font-size: 9px; color: var(--medium-grey); font-family: 'IBM Plex Mono', monospace; }

/* ==========================================================================
   SECTIONS - intro, body
   ========================================================================== */
.section {
  padding-top: 48px;
  padding-bottom: 48px;
}
/* Lovable: Payment Methods & Blog sections use py-16 (64px) */
.section-lg { padding-top: 64px; padding-bottom: 64px; }
.section-bg { background: var(--background); border-bottom: 1px solid var(--border); }
.section-off-white { background: var(--off-white); }
.section-dark { background: var(--secondary); color: var(--secondary-foreground); }
.section-dark a { color: var(--accent); }
.section-dark a:hover { color: var(--belgian-yellow); }

.section-title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  margin-bottom: 16px;
  color: var(--black);
}
/* Lovable: Payment Method Guides / Latest Blog use mb-8 (32px) */
.section-title-lg { margin-bottom: 32px; }
.section-dark .section-title { color: var(--secondary-foreground); }
.section-intro { max-width: 75%; }
.section-intro p { margin-bottom: 16px; }
.section-intro h3 { margin-top: 2rem; font-size: 1.25rem; }
.section-intro .text-foreground { color: var(--foreground); }
.section-intro .leading-relaxed { line-height: 1.6; }

/* About Us page — 1:1 Lovable */
.ccg-about-content { color: var(--foreground); line-height: 1.625; }
.ccg-about-content p { margin-bottom: 16px; }
.ccg-about-content p:last-child { margin-bottom: 0; }
.ccg-about-content h2 { font-size: 1.5rem; margin-top: 2.5rem; margin-bottom: 16px; }
.ccg-about-content h2:first-child { margin-top: 0; }
.ccg-about-content h3 { font-size: 1.25rem; margin-top: 1.5rem; margin-bottom: 4px; }
.ccg-team-block {
  border: 1px solid var(--border);
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 16px;
}
.ccg-team-block:first-of-type { margin-top: 16px; }
.ccg-team-photo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid var(--accent);
  flex-shrink: 0;
}

/* Terms page — 1:1 Lovable spacing */
.terms-section { margin-bottom: 32px; }
.terms-section:last-child { margin-bottom: 0; }
.terms-section .section-title { margin-bottom: 8px; }

/* ==========================================================================
   CASINO LIST / GRID
   ========================================================================== */
/* CasinoList 1:1 — Lovable: py-16 pb-20 border-t, h2 text-2xl md:text-3xl mb-2, subtitle text-base mb-8 */
.casino-list-section { padding-top: 64px; padding-bottom: 80px; border-top: 1px solid var(--border); background: var(--background); }
.casino-list-title { font-size: clamp(1.5rem, 2.5vw, 1.875rem); margin-bottom: 8px; color: var(--black); }
.casino-list-subtitle { font-size: 1rem; color: var(--medium-grey); margin-bottom: 32px; }

.casino-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 768px) { .casino-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
@media (min-width: 1024px) { .casino-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; } }

.casino-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  transition: border-color 0.2s, background 0.2s;
}
.casino-card:hover { border-color: var(--belgian-yellow); }

/* CasinoCard 1:1 — Lovable CasinoList.tsx: px-3 py-2, text-[11px], etc. */
.casino-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
  padding: 8px 12px;
}
.casino-card-rank {
  display: inline-block;
  background: var(--belgian-red);
  color: var(--primary-foreground);
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 700;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
  flex-shrink: 0;
}
.casino-card-rating { display: flex; align-items: center; gap: 6px; }
.casino-card-rating-num { font-family: 'IBM Plex Mono', monospace; font-weight: 700; font-size: 11px; color: var(--belgian-yellow); }

.casino-card-logo {
  height: 56px;
  margin: 12px 12px 8px;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--medium-grey);
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.casino-card-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.casino-card-name {
  padding: 0 12px 4px;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--foreground);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.casino-card-bonus {
  margin: 0 12px 12px;
  padding: 8px;
  background: var(--highlight-bg);
  border: 1px solid rgba(58, 158, 126, 0.3);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--foreground);
}

.casino-card-features { padding: 0 12px 8px; }
.casino-feature-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  font-size: 11px;
}
.casino-feature-row:last-child { border-bottom: none; }
.casino-feature-row .label { color: var(--medium-grey); flex: 1; font-family: 'IBM Plex Sans', sans-serif; }
.casino-feature-row .value { font-weight: 600; color: var(--foreground); margin-left: auto; }
.casino-feature-row .value.accent { color: var(--belgian-red); }

.casino-card-verified { padding: 0 12px 12px; font-size: 10px; color: var(--green); font-weight: 600; }

.casino-card-cta { margin-top: auto; padding: 0 12px 12px; }
.casino-card-cta .btn-primary {
  width: 100%;
  justify-content: center;
  padding: 12px 16px;
  font-size: 0.875rem;
}

/* ==========================================================================
   PAYMENT METHOD / BLOG CARDS (grid of links)
   ========================================================================== */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media (min-width: 768px) { .cards-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .cards-grid { grid-template-columns: repeat(4, 1fr); } }
/* Lovable: Payment Method Guides & Latest Blog use max 3 columns */
.cards-grid-3 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) { .cards-grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .cards-grid-3 { grid-template-columns: repeat(3, 1fr); } }

.card-link {
  display: block;
  background: var(--card);
  border: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, background 0.2s;
}
.card-link:hover { border-color: var(--belgian-yellow); background: var(--highlight-bg); color: inherit; }
.card-link-thumb {
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px; color: var(--medium-grey); font-family: 'IBM Plex Mono', monospace;
}
.card-link-body { padding: 20px; }
.card-link-body h3 { font-size: 1rem; margin-bottom: 8px; }
.card-link-body p { font-size: 0.875rem; margin-bottom: 12px; color: var(--foreground); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-link-body .link-text { color: var(--primary); font-weight: 700; font-size: 0.875rem; }
/* Payment method card: Lovable uses p-5 (20px) and h-32 thumb */
.card-link-thumb { height: 128px; }

/* Blog card */
.blog-card .card-link-thumb { height: 192px; }
.blog-card .card-link-body { padding: 24px; }
.blog-card-meta { font-size: 12px; color: var(--medium-grey); margin-bottom: 12px; }

/* ==========================================================================
   FAQ SECTION - dark bg, Q yellow, red underline
   ========================================================================== */
.faq-section {
  background: var(--secondary);
  padding-top: 64px;
  padding-bottom: 64px;
  border-top: 3px solid var(--belgian-yellow);
}
.faq-title { font-size: clamp(1.5rem, 2.5vw, 1.875rem); margin-bottom: 4px; color: var(--secondary-foreground); }
.faq-title-underline { height: 3px; width: 16px; background: var(--belgian-red); margin-bottom: 24px; }

.faq-list { }
.faq-item {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--dark-grey);
}
.faq-q {
  font-family: 'IBM Plex Serif', serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--belgian-yellow);
  flex-shrink: 0;
  line-height: 1;
}
.faq-question { font-weight: 700; font-size: 1rem; margin-bottom: 8px; color: var(--secondary-foreground); }
.faq-answer { font-size: 0.875rem; color: var(--border-grey); }

/* ==========================================================================
   AUTHOR BOX
   ========================================================================== */
.author-box {
  background: var(--secondary);
  padding: 48px 0;
  border-top: 1px solid var(--dark-grey);
}
.author-box-inner {
  border-left: 3px solid var(--belgian-yellow);
  background: var(--soft-black);
  padding: 24px;
  display: flex;
  gap: 20px;
  max-width: 48rem;
}
.author-box-img { width: 80px; height: 80px; object-fit: cover; border: 2px solid var(--belgian-yellow); flex-shrink: 0; }
.author-box-label { font-family: 'IBM Plex Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--belgian-yellow); margin-bottom: 4px; }
.author-box-name { font-size: 1.125rem; font-weight: 700; margin-bottom: 4px; color: var(--secondary-foreground); }
.author-box-role { font-size: 12px; font-weight: 600; color: var(--belgian-red); margin-bottom: 12px; }
.author-box-bio { font-size: 0.875rem; line-height: 1.6; color: var(--border-grey); }

/* ==========================================================================
   FOOTER — 1:1 Lovable Footer.tsx (5 columns, py-16 pb-8, gap-8 mb-12)
   ========================================================================== */
.site-footer { background: var(--secondary); padding: 64px 0 32px; }
.footer-inner { }
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 48px;
}
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 48px; } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: repeat(5, 1fr); gap: 32px; margin-bottom: 48px; } }

.footer-brand .site-logo { text-decoration: none; color: inherit; display: inline-flex; align-items: center; }
.footer-brand .site-logo:hover { color: var(--secondary-foreground); }
.footer-about { font-size: 0.875rem; line-height: 1.625; color: var(--medium-grey); margin: 0; }

.footer-col h4 {
  font-family: 'IBM Plex Serif', serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--secondary-foreground);
  margin: 0 0 16px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { font-size: 0.875rem; color: var(--medium-grey); text-decoration: none; }
.footer-col a:hover { color: var(--belgian-yellow); }

.footer-bottom { border-top: 1px solid var(--charcoal); padding-top: 20px; }
.footer-bottom p { font-size: 12px; color: var(--medium-grey); margin-bottom: 16px; line-height: 1.5; }
.footer-bottom p:last-child { margin-bottom: 0; }

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
/* Breadcrumbs — Lovable PageHeader: mb-4 text-sm text-medium-grey */
.breadcrumbs { font-size: 0.875rem; color: var(--medium-grey); margin-bottom: 16px; }
.breadcrumbs a { color: var(--accent); text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs span { margin: 0 8px; }

/* ==========================================================================
   COMPARISON TABLE (Payment method page)
   ========================================================================== */
.comparison-table { width: 100%; border-collapse: collapse; overflow-x: auto; display: block; }
.comparison-table th,
.comparison-table td { padding: 12px; border: 1px solid var(--border); text-align: left; font-size: 0.875rem; }
.comparison-table thead tr { background: var(--secondary); }
.comparison-table th { color: var(--secondary-foreground); font-weight: 700; border-color: var(--dark-grey); }
.comparison-table tbody tr:nth-child(odd) { background: var(--background); }
.comparison-table tbody tr:nth-child(even) { background: var(--off-white); }
.comparison-table tbody tr.highlight { background: var(--highlight-bg); border-left: 3px solid var(--belgian-yellow); }
.comparison-table td:first-child { font-weight: 700; color: var(--card-foreground); }

/* ==========================================================================
   TESTIMONIALS (What other players say)
   ========================================================================== */
.testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
@media (min-width: 768px) { .testimonials-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); } }
.testimonial-card {
  border: 1px solid var(--border);
  background: var(--card);
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.testimonial-stars { margin-bottom: 12px; color: var(--belgian-yellow); }
.testimonial-text { font-size: 0.875rem; line-height: 1.6; margin-bottom: 16px; flex: 1; }
.testimonial-author { font-weight: 700; font-size: 0.875rem; color: var(--card-foreground); }
.testimonial-location { font-size: 12px; color: var(--medium-grey); margin-left: 8px; }

/* ==========================================================================
   PAGE HEADER (inner pages - breadcrumb + title + subtitle)
   ========================================================================== */
.page-header-hero {
  position: relative;
  padding: 56px 0 40px;
  overflow: hidden;
}
.page-header-hero .hero-title { color: var(--belgian-red) !important; }

/* ==========================================================================
   UTILITY
   ========================================================================== */
.font-heading { font-family: 'IBM Plex Serif', Georgia, serif; }
.font-body { font-family: 'IBM Plex Sans', 'Helvetica Neue', sans-serif; }
.font-mono { font-family: 'IBM Plex Mono', 'Courier New', monospace; }
.rating-badge { font-family: 'IBM Plex Mono', monospace; font-weight: 700; background: var(--belgian-yellow); color: var(--white); padding: 4px 10px; display: inline-block; }
:focus-visible { outline: 3px solid var(--belgian-yellow); outline-offset: 2px; }

/* Contact page: form + info side by side */
.section-contact { padding-top: 64px; padding-bottom: 80px; }
.contact-layout { display: grid; grid-template-columns: 1fr; gap: 0; }
@media (min-width: 1024px) {
  .contact-layout { grid-template-columns: 3fr 2fr; }
}
.contact-info { border-left: 1px solid var(--border) !important; }
@media (max-width: 1023px) {
  .contact-info { border-left: none !important; border-top: 1px solid var(--border) !important; }
}

/* Hero layout: text + top picks side by side */
.hero-flex { display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 1024px) {
  .hero-flex { flex-direction: row; align-items: flex-start; justify-content: space-between; }
  .hero-flex .hero-content { flex: 1; }
  .hero-flex .hero-sidebar { width: 100%; max-width: 340px; flex-shrink: 0; }
}

/* Casino list page: hero with breadcrumbs + content + Top Picks */
.casino-list-hero-inner { padding-top: 24px; padding-bottom: 32px; }
.casino-list-hero-flex { display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 1024px) {
  .casino-list-hero-flex { flex-direction: row; align-items: flex-start; justify-content: space-between; }
  .casino-list-hero-content { flex: 1; min-width: 0; }
  .casino-list-top-picks { width: 100%; max-width: 340px; flex-shrink: 0; }
}
.casino-list-author-credit { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.casino-list-author-photo { width: 40px; height: 40px; object-fit: cover; border: 1px solid var(--belgian-yellow); flex-shrink: 0; }
.casino-list-author-name { font-weight: 700; font-size: 0.875rem; color: var(--secondary-foreground); margin: 0 0 2px; }
.casino-list-author-role { font-size: 12px; color: var(--medium-grey); margin: 0; }

/* Static content sections (Lovable casino list pages) */
.ccg-section-title { font-size: clamp(1.25rem, 2vw, 1.875rem); margin-bottom: 8px; color: var(--black); }
.ccg-section-desc { font-size: 1rem; color: var(--foreground); margin-bottom: 24px; }

.ccg-intro-section { padding: 48px 0; border-bottom: 1px solid var(--border); background: var(--background); }
.ccg-intro-inner { max-width: 75%; }
.ccg-intro-title { font-size: clamp(1.25rem, 2vw, 1.875rem); margin-bottom: 16px; }
.ccg-intro-p { margin-bottom: 16px; }
.ccg-intro-p:last-child { margin-bottom: 0; }

.ccg-table-section { padding: 80px 0; border-top: 1px solid var(--border); background: var(--background); }
.ccg-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ccg-comparison-table { width: 100%; border-collapse: collapse; }
.ccg-comparison-table th,
.ccg-comparison-table td { padding: 12px; border: 1px solid var(--border); text-align: left; font-size: 0.875rem; }
.ccg-comparison-table thead tr { background: var(--secondary); }
.ccg-comparison-table th { color: var(--secondary-foreground); font-weight: 700; border-color: var(--dark-grey); }
.ccg-comparison-table .ccg-table-row-highlight { background: var(--highlight-bg); border-left: 3px solid var(--belgian-yellow); }
.ccg-comparison-table .ccg-table-row-even { background: var(--background); }
.ccg-comparison-table .ccg-table-row-odd { background: var(--off-white); }
.ccg-comparison-table .ccg-table-cell-bold { font-weight: 700; color: var(--card-foreground); }

.ccg-editorial-section { padding: 80px 0; background: var(--background); }
.ccg-editorial-inner { max-width: 75%; }
.ccg-editorial-content p { margin-bottom: 1em; }
.ccg-editorial-content p:last-child { margin-bottom: 0; }
.ccg-editorial-h3 { font-size: 1.25rem; margin-top: 2rem; margin-bottom: 0.5em; }
.ccg-editorial-h3:first-child { margin-top: 0; }

.ccg-testimonials-section { padding: 64px 0; border-top: 1px solid var(--border); background: var(--background); }
.ccg-testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
@media (min-width: 768px) { .ccg-testimonials-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .ccg-testimonials-grid { grid-template-columns: repeat(3, 1fr); } }
.ccg-testimonial-card { border: 1px solid var(--border); background: var(--card); padding: 20px; display: flex; flex-direction: column; }
.ccg-testimonial-stars { margin-bottom: 12px; }
.ccg-testimonial-stars .ccg-star-full { color: var(--belgian-yellow); }
.ccg-testimonial-stars .ccg-star-empty { color: var(--border); }
.ccg-testimonial-text { font-size: 0.875rem; line-height: 1.6; margin-bottom: 16px; flex: 1; }
.ccg-testimonial-meta { border-top: 1px solid var(--border); padding-top: 12px; }
.ccg-testimonial-name { font-weight: 700; font-size: 0.875rem; color: var(--card-foreground); }
.ccg-testimonial-location { font-size: 12px; color: var(--medium-grey); margin-left: 8px; }

.ccg-related-section { padding: 64px 0; border-top: 1px solid var(--border); background: var(--off-white); }
.ccg-related-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
@media (min-width: 768px) { .ccg-related-grid { grid-template-columns: repeat(3, 1fr); } }
.ccg-related-card { display: block; border: 1px solid var(--border); background: var(--card); text-decoration: none; color: inherit; transition: border-color 0.2s, background 0.2s; }
.ccg-related-card:hover { border-color: var(--belgian-yellow); background: var(--highlight-bg); color: inherit; }
.ccg-related-thumb { height: 112px; background: var(--off-white); border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 12px; color: var(--medium-grey); font-family: 'IBM Plex Mono', monospace; }
.ccg-related-body { padding: 16px; }
.ccg-related-title { font-size: 1rem; margin-bottom: 8px; }
.ccg-related-desc { font-size: 0.875rem; margin-bottom: 12px; color: var(--foreground); }
.ccg-related-link { font-weight: 700; font-size: 0.875rem; color: var(--belgian-red); }

.ccg-faq-section { padding: 64px 0; border-top: 3px solid var(--belgian-yellow); }
.ccg-faq-main-title { color: var(--secondary-foreground); margin-bottom: 4px; }
.ccg-faq-accent-line { width: 64px; height: 3px; background: var(--belgian-red); margin-bottom: 24px; }
.ccg-faq-list { border: none; }
.ccg-faq-item { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--dark-grey); }
.ccg-faq-q { font-family: 'IBM Plex Serif', serif; font-weight: 700; font-size: 1.25rem; color: var(--belgian-yellow); flex-shrink: 0; line-height: 1; }
.ccg-faq-question { font-weight: 700; margin-bottom: 8px; color: var(--secondary-foreground); }
.ccg-faq-answer { font-size: 0.875rem; color: var(--border-grey); margin: 0; }

.ccg-author-section { padding: 48px 0; border-top: 1px solid var(--dark-grey); }
.ccg-author-box { display: flex; gap: 20px; border-left: 3px solid var(--belgian-yellow); background: var(--soft-black); padding: 24px; max-width: 48rem; }
.ccg-author-photo { width: 80px; height: 80px; object-fit: cover; border: 2px solid var(--belgian-yellow); flex-shrink: 0; }
.ccg-author-content { flex: 1; min-width: 0; }
.ccg-author-label { font-family: 'IBM Plex Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--belgian-yellow); margin: 0 0 4px; }
.ccg-author-name { font-size: 1.125rem; font-weight: 700; margin-bottom: 4px; color: var(--secondary-foreground); }
.ccg-author-role { font-size: 12px; font-weight: 600; color: var(--belgian-red); margin-bottom: 12px; }
.ccg-author-bio { font-size: 0.875rem; line-height: 1.6; color: var(--border-grey); margin: 0; }

/* ==========================================================================
   GUIDE SINGLE: faq_html (faq-container / quest / answ) — match site FAQ
   ========================================================================== */
.ccg-faq-html-section .faq-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--dark-grey);
}
.ccg-faq-html-section .faq-container .quest {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
  color: var(--secondary-foreground);
  position: relative;
  padding-left: 28px;
}
.ccg-faq-html-section .faq-container .quest::before {
  content: 'Q';
  position: absolute;
  left: 0;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--belgian-yellow);
  line-height: 1;
}
.ccg-faq-html-section .faq-container .quest .icon { display: none; }
.ccg-faq-html-section .faq-container .answ {
  font-size: 0.875rem;
  color: var(--border-grey);
  margin: 0 0 0 28px;
  line-height: 1.6;
  padding-bottom: 0;
}
.ccg-faq-html-list { display: block; }
.ccg-faq-html-list > .faq-container:first-child { padding-top: 0; }

/* Guide casino grid: hide extra until "Show more" */
.casino-grid .casino-grid-item.casino-card--hidden { display: none; }
.casino-grid .casino-grid-item { min-height: 0; }

/* main_body blocks (ssb-block) */
.ssb-blocks .ssb-block { margin-bottom: 2.5rem; }
.ssb-blocks .ssb-block h2 { font-size: 1.5rem; margin-top: 0; margin-bottom: 1rem; color: var(--foreground); }
.ssb-blocks .ssb-block h3 { font-size: 1.25rem; margin-top: 1.5rem; margin-bottom: 0.5rem; }
.ssb-blocks .ssb-block p { margin-bottom: 1rem; }
.ssb-blocks .ssb-block table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.ssb-blocks .ssb-block th, .ssb-blocks .ssb-block td { border: 1px solid var(--border); padding: 10px 12px; text-align: left; }
.ssb-blocks .ssb-block th { background: var(--off-white); font-weight: 700; }
.ssb-blocks .ssb-block ul { margin: 1rem 0; padding-left: 1.5rem; }
.ssb-blocks .ssb-block li { margin-bottom: 0.5rem; }
