/*
Theme Name: Non-GamStop Casinos
Theme URI: https://non-gamstopcasinos.it.com
Author: Non-GamStop Casinos Team
Description: Premium casino affiliate theme for non-GamStop casino reviews UK 2026.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: non-gamstopcasinos
*/

/* ============================================================
   GOOGLE FONTS
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');

/* ============================================================
   CSS VARIABLES
   ============================================================ */
:root {
  --bg:          #F0EDE5;
  --surface:     #FFFFFF;
  --primary:     #1B2A4A;
  --accent:      #C8850A;
  --accent-h:    #A86D08;
  --text:        #1B2A4A;
  --muted:       #5F6C7B;
  --border:      #DDD8CE;
  --header-bg:   #1B2A4A;
  --header-text: #FFFFFF;
  --hero-bg:     #1B2A4A;
  --hero-text:   #FFFFFF;
  --green:       #15803D;
  --green-bg:    #F0FDF4;
  --red:         #B91C1C;
  --red-bg:      #FEF2F2;
  --star:        #F59E0B;
  --badge-bg:    #EAF1FB;
  --badge-text:  #1B2A4A;
  --rank-bg:     #C8850A;
  --rank-text:   #FFFFFF;
  --font-main:   'Inter', sans-serif;
  --font-head:   'Space Grotesk', sans-serif;
  --container:   1280px;
  --gap:         24px;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
* { border-radius: 0 !important; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary);
}

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

ul, ol { padding-left: 1.5rem; }

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-spacing { padding: 64px 0; }
.section-spacing-sm { padding: 40px 0; }

.content-section {
  background: var(--surface);
  width: 100%;
}

/* ============================================================
   STICKY HEADER
   ============================================================ */
#site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--header-bg);
  border-bottom: 3px solid var(--accent);
  width: 100%;
}

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

.site-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--header-text);
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: -0.01em;
}
.site-name:hover { text-decoration: none; color: var(--accent); }

.main-nav { display: flex; align-items: center; gap: 4px; }

.main-nav a {
  color: var(--header-text);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 14px;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
  display: block;
}
.main-nav a:hover { background: rgba(255,255,255,0.12); color: var(--accent); text-decoration: none; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--header-text);
  transition: transform 0.2s, opacity 0.2s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  display: none;
  background: var(--primary);
  border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-nav.open { display: block; }
.mobile-nav a {
  display: block;
  color: var(--header-text);
  font-size: 0.95rem;
  font-weight: 500;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-decoration: none;
}
.mobile-nav a:hover { background: rgba(255,255,255,0.08); }

/* ============================================================
   HERO — HOMEPAGE
   ============================================================ */
.hero-section {
  min-height: 60vh;
  background: var(--hero-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  position: relative;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--accent);
}

.hero-content { max-width: 860px; width: 100%; }

.hero-badge {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  margin-bottom: 20px;
}

.hero-section h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--hero-text);
  font-weight: 800;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

.hero-section p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255,255,255,0.82);
  margin-bottom: 32px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-block;
  padding: 13px 28px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  border: none;
  letter-spacing: 0.01em;
}
.btn:hover { text-decoration: none; }

.btn-primary {
  background: var(--accent);
  color: #fff;
}
.btn-primary:hover { background: var(--accent-h); color: #fff; }

.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
}
.btn-outline:hover { background: var(--accent); color: #fff; }

.btn-hero {
  background: var(--accent);
  color: #fff;
  font-size: 1.05rem;
  padding: 15px 36px;
}
.btn-hero:hover { background: var(--accent-h); color: #fff; }

.btn-visit {
  background: var(--accent);
  color: #fff;
  padding: 10px 20px;
  font-size: 0.88rem;
  white-space: nowrap;
}
.btn-visit:hover { background: var(--accent-h); color: #fff; }

.btn-deposit {
  display: block;
  width: 100%;
  background: var(--accent);
  color: #fff;
  text-align: center;
  padding: 13px 16px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.15s;
  margin-top: 16px;
  letter-spacing: 0.01em;
}
.btn-deposit:hover { background: var(--accent-h); color: #fff; text-decoration: none; }

/* ============================================================
   SECTION HEADINGS
   ============================================================ */
.section-heading {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.section-sub {
  color: var(--muted);
  font-size: 1rem;
  margin-bottom: 40px;
}

/* ============================================================
   CASINO GRID
   ============================================================ */
.casino-grid-section {
  background: var(--bg);
  padding: 64px 0;
}

.casino-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.casino-card {
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.casino-card-rank {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--rank-bg);
  color: var(--rank-text);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.78rem;
  padding: 4px 10px;
  letter-spacing: 0.03em;
}

.casino-card-logo {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 10px;
  background: var(--surface);
}
.casino-card-logo img {
  max-height: 60px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
.casino-card-logo .logo-placeholder {
  width: 100%;
  height: 60px;
  border: 2px dashed var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 0.8rem;
}

.casino-card-body {
  padding: 14px 18px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.casino-card-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--primary);
  margin-bottom: 6px;
}

.stars-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.stars { color: var(--star); font-size: 1rem; letter-spacing: 1px; }
.stars-num { font-weight: 700; font-size: 0.88rem; color: var(--muted); }

.casino-badge {
  display: inline-block;
  background: var(--badge-bg);
  color: var(--badge-text);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 3px 9px;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

.casino-bonus {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--green);
  margin-bottom: 8px;
  line-height: 1.3;
}

.casino-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}
.casino-meta-item {
  font-size: 0.78rem;
  color: var(--muted);
  background: var(--bg);
  padding: 3px 8px;
  border: 1px solid var(--border);
}
.casino-meta-item span { font-weight: 600; color: var(--primary); }

.casino-terms {
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: auto;
  padding-top: 10px;
  line-height: 1.4;
}

/* ============================================================
   REVIEWS SECTION
   ============================================================ */
.reviews-section {
  background: var(--bg);
  padding: 64px 0;
}

.review-block {
  background: var(--surface);
  border: 1px solid var(--border);
  margin-bottom: 48px;
}
.review-block:last-child { margin-bottom: 0; }

.review-topbar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  border-bottom: 2px solid var(--border);
  background: var(--surface);
  flex-wrap: wrap;
}

.review-logo-wrap {
  flex-shrink: 0;
  width: 110px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-logo-wrap img {
  max-width: 110px;
  max-height: 50px;
  object-fit: contain;
}
.review-logo-wrap .logo-placeholder {
  width: 110px;
  height: 50px;
  border: 2px dashed var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: var(--muted);
}

.review-topbar-info { flex: 1; min-width: 160px; }

.review-topbar-info h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--primary);
}

.review-topbar-cta { flex-shrink: 0; }

.review-screenshots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid var(--border);
}

.screenshot-wrap {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16/9;
}
.screenshot-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s;
}
.screenshot-wrap:hover img { opacity: 0.9; }
.screenshot-wrap .screenshot-placeholder {
  width: 100%;
  height: 100%;
  min-height: 180px;
  border: 2px dashed var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 0.8rem;
  background: var(--bg);
}
.screenshot-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.screenshot-wrap:hover .screenshot-overlay { background: rgba(0,0,0,0.25); }
.screenshot-overlay-icon {
  color: #fff;
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.2s;
}
.screenshot-wrap:hover .screenshot-overlay-icon { opacity: 1; }

.review-body {
  padding: 28px 28px 0;
  font-size: 0.97rem;
  line-height: 1.75;
  color: var(--text);
  width: 100%;
}
.review-body p { margin-bottom: 16px; }
.review-body h3 { font-size: 1.1rem; margin-bottom: 12px; margin-top: 20px; color: var(--primary); }

.review-placeholder-text {
  color: var(--muted);
  font-style: italic;
  padding: 20px 28px;
  border-left: 3px solid var(--border);
  margin: 0 28px;
}

/* Pros / Cons table */
.pros-cons-wrap {
  padding: 28px;
}
.pros-cons-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.pros-col, .cons-col {
  padding: 20px;
}
.pros-col {
  background: var(--green-bg);
  border: 1px solid #BBF7D0;
}
.cons-col {
  background: var(--red-bg);
  border: 1px solid #FECACA;
}

.pros-cons-heading {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.pros-col .pros-cons-heading { color: var(--green); }
.cons-col .pros-cons-heading { color: var(--red); }

.pros-list, .cons-list {
  list-style: none;
  padding: 0;
}
.pros-list li, .cons-list li {
  font-size: 0.9rem;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--text);
}
.pros-list li:last-child, .cons-list li:last-child { border-bottom: none; }
.pros-list li::before {
  content: '✓';
  color: var(--green);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.cons-list li::before {
  content: '✗';
  color: var(--red);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ============================================================
   CONTENT SECTIONS (injected via hooks)
   ============================================================ */
.injected-section {
  background: var(--surface);
  padding: 48px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

/* ============================================================
   FAQ SECTION
   ============================================================ */
.faq-section {
  background: var(--surface);
  padding: 64px 0;
  border-top: 3px solid var(--accent);
}

.faq-list { margin-top: 32px; }

.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 24px 0;
}
.faq-item:first-child { border-top: 1px solid var(--border); }

.faq-question {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--primary);
  margin-bottom: 10px;
}

.faq-answer {
  font-size: 0.97rem;
  color: var(--text);
  line-height: 1.75;
  max-width: 860px;
}

/* ============================================================
   AUTHOR BOX
   ============================================================ */
.author-section {
  background: var(--bg);
  padding: 56px 0;
}

.author-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 28px;
}

.author-avatar {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
}
.author-avatar img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.author-avatar .avatar-placeholder {
  width: 80px;
  height: 80px;
  background: var(--badge-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.author-info { flex: 1; }
.author-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 4px;
}
.author-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 4px;
  color: var(--primary);
}
.author-title {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 10px;
}
.author-bio {
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.65;
}

/* ============================================================
   INNER HERO (secondary pages)
   ============================================================ */
.inner-hero {
  background: var(--hero-bg);
  padding: 60px 0;
  position: relative;
}
.inner-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; width: 100%; height: 3px;
  background: var(--accent);
}
.inner-hero-40 { min-height: 40vh; display: flex; align-items: center; }
.inner-hero-45 { min-height: 45vh; display: flex; align-items: center; }

.inner-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--hero-text);
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.inner-hero p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  max-width: 640px;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.hero-badge-item {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 7px 15px;
  letter-spacing: 0.02em;
}

/* ============================================================
   PAGE CONTENT AREA
   ============================================================ */
.page-content-area {
  background: var(--surface);
  padding: 56px 0;
}
.page-content-area .page-body {
  font-size: 0.97rem;
  line-height: 1.8;
  color: var(--text);
  width: 100%;
}
.page-content-area .page-body h2 { font-size: 1.6rem; margin-bottom: 16px; margin-top: 32px; }
.page-content-area .page-body h3 { font-size: 1.2rem; margin-bottom: 12px; margin-top: 24px; }
.page-content-area .page-body p { margin-bottom: 16px; }
.page-content-area .page-body ul, .page-content-area .page-body ol { margin-bottom: 16px; }
.page-content-area .page-body li { margin-bottom: 6px; }

/* ============================================================
   ABOUT US PAGE
   ============================================================ */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.team-card {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 24px;
  text-align: left;
}
.team-photo {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-bottom: 14px;
}
.team-photo img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.team-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 4px;
  color: var(--primary);
}
.team-role {
  font-size: 0.82rem;
  color: var(--accent);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.team-bio { font-size: 0.87rem; color: var(--muted); line-height: 1.55; }

/* ============================================================
   HOW WE RATE PAGE
   ============================================================ */
.criteria-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 8px;
}
.criteria-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 3px solid var(--accent);
  padding: 22px;
}
.criteria-number {
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
  font-family: var(--font-head);
  line-height: 1;
  margin-bottom: 8px;
}
.criteria-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--primary);
  margin-bottom: 6px;
}
.criteria-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.5; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.contact-form-wrap { width: 100%; }
.contact-form-wrap h2 {
  font-size: 1.5rem;
  margin-bottom: 24px;
  color: var(--primary);
}

.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-weight: 600;
  font-size: 0.88rem;
  margin-bottom: 6px;
  color: var(--primary);
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 11px 14px;
  font-family: var(--font-main);
  font-size: 0.95rem;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  outline: none;
  transition: border-color 0.15s;
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--accent);
}
.form-group textarea { min-height: 130px; resize: vertical; }

.form-toast {
  display: none;
  background: var(--green-bg);
  border: 1px solid #BBF7D0;
  color: var(--green);
  padding: 14px 18px;
  font-weight: 600;
  margin-bottom: 18px;
}

.contact-info-box {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 28px;
}
.contact-info-box h3 {
  font-size: 1.1rem;
  margin-bottom: 16px;
  color: var(--primary);
  padding-bottom: 12px;
  border-bottom: 2px solid var(--accent);
}
.contact-info-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 16px;
  font-size: 0.9rem;
}
.contact-info-item .ci-label {
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}
.contact-info-item .ci-value { color: var(--text); }

/* ============================================================
   LIGHTBOX
   ============================================================ */
#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
#lightbox.active { display: flex; }
#lightbox img {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  display: block;
}
#lightbox-close {
  position: absolute;
  top: 20px;
  right: 26px;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
  font-family: var(--font-main);
}
#lightbox-close:hover { color: var(--accent); }

/* ============================================================
   FOOTER
   ============================================================ */
#site-footer {
  background: var(--primary);
  border-top: 3px solid var(--accent);
  padding: 36px 0;
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer-brand {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.footer-copy { color: rgba(255,255,255,0.55); font-size: 0.82rem; }
.footer-disclaimer {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  max-width: 860px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .casino-grid { grid-template-columns: repeat(2, 1fr); }
  .criteria-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .main-nav { display: none; }
  .hamburger { display: flex; }

  .casino-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }

  .review-screenshots { grid-template-columns: 1fr; }

  .pros-cons-table { grid-template-columns: 1fr; gap: 14px; }

  .contact-layout { grid-template-columns: 1fr; }

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

  .review-topbar { flex-direction: column; align-items: flex-start; gap: 12px; }

  .author-box { flex-direction: column; }

  .section-spacing { padding: 44px 0; }

  .hero-section { padding: 60px 16px; }

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

@media (max-width: 480px) {
  .casino-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .casino-card-logo { height: 70px; padding: 12px 12px 8px; }
  .casino-card-body { padding: 10px 12px 14px; }
  .casino-card-name { font-size: 0.9rem; }
  .team-grid { grid-template-columns: 1fr; }
}
