/*
Theme Name: Fast Payout Casinos UK
Theme URI: https://fastpayoutcasinosuk.it.com
Author: FastPayoutCasinosUK Team
Author URI: https://fastpayoutcasinosuk.it.com
Description: Casino affiliate theme for Fast Payout Casinos UK
Version: 1.0.0
License: GPL-2.0+
Text Domain: fast-payout-casinos-uk
*/

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

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

:root {
  --bg:            #F7F4EF;
  --surface:       #FFFFFF;
  --dark:          #0C1820;
  --dark2:         #14232F;
  --primary:       #C8102E;
  --primary-hover: #A50E26;
  --gold:          #C9A63C;
  --gold-light:    #FDF3D0;
  --text:          #1A1A1A;
  --text-muted:    #5C5C5C;
  --border:        #DDD8CF;
  --green:         #1A7F37;
  --green-bg:      #F0FBF3;
  --red-bg:        #FFF2F2;
  --stars:         #F5A623;
  --section-alt:   #EDE8DF;
  --max-w:         1280px;
  --font-body:     'Inter', sans-serif;
  --font-heading:  'Space Grotesk', sans-serif;
}

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

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button, input, textarea, select { font-family: inherit; }

.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  line-height: 1.2;
  font-weight: 700;
  color: var(--text);
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
#site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--dark);
  border-bottom: 3px solid var(--primary);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}

.site-name {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.site-name span { color: var(--gold); }

/* Desktop Nav */
#primary-nav ul {
  display: flex;
  gap: 0;
  align-items: center;
}

#primary-nav ul li a {
  display: block;
  padding: 8px 16px;
  color: rgba(255,255,255,0.85);
  font-size: 0.92rem;
  font-weight: 500;
  transition: color 0.2s;
  white-space: nowrap;
}

#primary-nav ul li a:hover { color: var(--gold); }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #FFFFFF;
  transition: all 0.25s;
}
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Nav */
#mobile-nav {
  display: none;
  background: var(--dark2);
  border-top: 1px solid rgba(255,255,255,0.08);
}
#mobile-nav ul { padding: 8px 0; }
#mobile-nav ul li a {
  display: block;
  padding: 12px 24px;
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
#mobile-nav ul li a:hover { color: var(--gold); background: rgba(255,255,255,0.04); }
#mobile-nav.open { display: block; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 26px;
  cursor: pointer;
  border: none;
  transition: background 0.2s, transform 0.1s;
  white-space: nowrap;
  text-align: center;
}
.btn:active { transform: translateY(1px); }

.btn-primary {
  background: var(--primary);
  color: #FFFFFF;
}
.btn-primary:hover { background: var(--primary-hover); color: #FFFFFF; }

.btn-gold {
  background: var(--gold);
  color: var(--dark);
}
.btn-gold:hover { background: #B8942E; color: var(--dark); }

.btn-outline {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid rgba(255,255,255,0.4);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

.btn-sm {
  padding: 8px 16px;
  font-size: 0.85rem;
}

.btn-full { width: 100%; }

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

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 39px,
    rgba(255,255,255,0.02) 39px,
    rgba(255,255,255,0.02) 40px
  ),
  repeating-linear-gradient(
    90deg,
    transparent,
    transparent 79px,
    rgba(255,255,255,0.02) 79px,
    rgba(255,255,255,0.02) 80px
  );
  pointer-events: none;
}

.hero-content { position: relative; z-index: 1; max-width: 860px; margin: 0 auto; }

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

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.hero h1 em {
  font-style: normal;
  color: var(--gold);
}

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

.hero-badges {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.hero-badge {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.85);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 6px 14px;
}

.hero-badge.badge-gold { background: var(--gold); color: var(--dark); border-color: var(--gold); }

.hero-cta-wrap { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   INNER HERO (40-45vh)
   ============================================================ */
.inner-hero {
  background: var(--dark);
  text-align: center;
  padding: 70px 24px;
}

.inner-hero-40 { min-height: 40vh; display: flex; align-items: center; justify-content: center; }
.inner-hero-45 { min-height: 45vh; display: flex; align-items: center; justify-content: center; }

.inner-hero-content { width: 100%; max-width: var(--max-w); }

.inner-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #FFFFFF;
  margin-bottom: 14px;
  font-weight: 800;
}

.inner-hero p {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  margin-bottom: 28px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.inner-hero .badge-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.inner-hero .badge-item {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #FFFFFF;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 7px 16px;
}

.inner-hero .badge-item.badge-gold {
  background: var(--gold);
  color: var(--dark);
  border-color: var(--gold);
}

.inner-hero .badge-item.badge-red {
  background: var(--primary);
  color: #FFFFFF;
  border-color: var(--primary);
}

/* ============================================================
   SECTION SPACING + DIVIDERS
   ============================================================ */
.section { padding: 72px 0; }
.section-alt { background: var(--section-alt); }
.section-white { background: var(--surface); }

.section-header { margin-bottom: 44px; }
.section-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  margin-bottom: 8px;
}
.section-header p { color: var(--text-muted); font-size: 1rem; max-width: 680px; }

.section-divider {
  height: 4px;
  background: var(--primary);
  width: 48px;
  margin-bottom: 12px;
}

/* ============================================================
   CASINO GRID
   ============================================================ */
#casino-grid { background: var(--bg); }

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

.casino-card {
  background: var(--surface);
  border: 2px solid var(--border);
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.casino-card:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 20px rgba(200, 16, 46, 0.12);
}

.casino-card-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: var(--dark);
  gap: 10px;
}

.casino-rank {
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--gold);
  background: rgba(201, 166, 60, 0.15);
  border: 1px solid var(--gold);
  padding: 3px 8px;
  white-space: nowrap;
}

.casino-logo-wrap {
  width: 90px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  padding: 4px;
}

.casino-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-placeholder {
  width: 90px;
  height: 44px;
  border: 2px dashed rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.4);
  font-size: 0.75rem;
  flex-shrink: 0;
}

.casino-card-body { padding: 16px; flex: 1; display: flex; flex-direction: column; gap: 12px; }

.casino-name {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
}

.star-wrap {
  display: flex;
  align-items: center;
  gap: 2px;
}

.star { font-size: 1.1rem; line-height: 1; }
.star.filled { color: var(--stars); }
.star.half { color: var(--stars); opacity: 0.55; }
.star.empty { color: var(--border); }
.rating-num {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-muted);
  margin-left: 4px;
}

.casino-bonus {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
  background: var(--red-bg);
  padding: 8px 12px;
  border-left: 3px solid var(--primary);
}

.casino-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.meta-item {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--section-alt);
  padding: 4px 8px;
}

.meta-item strong { color: var(--text); }

.casino-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--green);
}

.casino-badge::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: var(--green);
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 900;
  flex-shrink: 0;
}

.casino-card-footer {
  padding: 14px 16px;
  border-top: 1px solid var(--border);
  background: var(--section-alt);
}

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

/* ============================================================
   REVIEWS SECTION
   ============================================================ */
#casino-reviews { background: var(--bg); }

.review-block {
  background: var(--surface);
  border: 2px solid var(--border);
  margin-bottom: 40px;
}

.review-block:last-child { margin-bottom: 0; }

/* Review topbar */
.review-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  background: var(--dark);
  gap: 16px;
  flex-wrap: wrap;
}

.review-topbar-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.review-logo-wrap {
  width: 100px;
  height: 52px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  flex-shrink: 0;
}

.review-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.review-logo-placeholder {
  width: 100px;
  height: 52px;
  border: 2px dashed rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.4);
  font-size: 0.75rem;
  flex-shrink: 0;
}

.review-casino-name {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.review-topbar .star-wrap .star.empty { color: rgba(255,255,255,0.25); }

/* Review body */
.review-body-wrap { padding: 28px 24px; }

/* Screenshots */
.review-screenshots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 28px;
}

.screenshot-thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid var(--border);
  aspect-ratio: 16/9;
}

.screenshot-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.screenshot-thumb:hover img { transform: scale(1.03); }

.screenshot-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  border: 2px dashed var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.85rem;
  background: var(--section-alt);
}

.screenshot-overlay-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.6);
  color: #FFFFFF;
  padding: 4px 8px;
  font-size: 0.72rem;
  font-weight: 600;
}

/* Review content text */
.review-content { margin-bottom: 28px; }
.review-content p { margin-bottom: 14px; color: var(--text); line-height: 1.7; }
.review-content p:last-child { margin-bottom: 0; }
.review-content h3, .review-content h4 { margin-bottom: 10px; margin-top: 18px; }

/* Pros/Cons table */
.pros-cons-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 2px solid var(--border);
  margin-bottom: 0;
}

.pros-col, .cons-col { padding: 20px; }

.pros-col { border-right: 2px solid var(--border); }

.pros-col-header, .cons-col-header {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
}

.pros-col-header { color: var(--green); border-color: var(--green); }
.cons-col-header { color: var(--primary); border-color: var(--primary); }

.pros-col { background: var(--green-bg); }
.cons-col { background: var(--red-bg); }

.pros-list li, .cons-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.4;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.pros-list li:last-child, .cons-list li:last-child { border-bottom: none; }

.pros-list li::before {
  content: '✓';
  color: var(--green);
  font-weight: 900;
  font-size: 0.8rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.cons-list li::before {
  content: '✗';
  color: var(--primary);
  font-weight: 900;
  font-size: 0.8rem;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Placeholder styles */
.pros-list li.placeholder, .cons-list li.placeholder { opacity: 0.45; font-style: italic; }

/* ============================================================
   FAQ SECTION
   ============================================================ */
#faq-section { background: var(--section-alt); }

.faq-list { display: flex; flex-direction: column; gap: 28px; }

.faq-item {}

.faq-q {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.faq-q::before {
  content: 'Q';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: var(--primary);
  color: #FFFFFF;
  font-size: 0.78rem;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}

.faq-a {
  color: var(--text);
  line-height: 1.7;
  font-size: 0.97rem;
  padding-left: 36px;
}

/* ============================================================
   AUTHOR BOX
   ============================================================ */
#author-box { background: var(--surface); border-top: 4px solid var(--primary); }

.author-inner {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 36px 0;
}

.author-img-wrap {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  overflow: hidden;
  border: 3px solid var(--gold);
}

.author-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-text { flex: 1; }

.author-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 4px;
}

.author-name {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.author-title {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 12px;
  font-weight: 600;
}

.author-bio { font-size: 0.95rem; color: var(--text); line-height: 1.65; }

/* ============================================================
   CONTENT SECTION (injected by plugin)
   ============================================================ */
.content-section {
  background: var(--surface);
  border-top: 4px solid var(--gold);
}

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

.content-section h2 { margin-bottom: 16px; }
.content-section h3 { margin-bottom: 12px; margin-top: 24px; }
.content-section p { margin-bottom: 14px; color: var(--text); line-height: 1.7; }
.content-section ul { margin-bottom: 14px; padding-left: 20px; }
.content-section ul li { margin-bottom: 6px; list-style: disc; }

/* ============================================================
   FOOTER
   ============================================================ */
#site-footer {
  background: var(--dark);
  border-top: 3px solid var(--primary);
  padding: 36px 24px;
  text-align: center;
}

.footer-sitename {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.footer-sitename span { color: var(--gold); }

.footer-copy {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 14px;
}

.footer-disclaimer {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ============================================================
   ABOUT US PAGE
   ============================================================ */
.about-content-wrap {
  padding: 60px 0;
  background: var(--bg);
}

.team-section {
  padding: 60px 0;
  background: var(--surface);
}

.team-section h2 {
  margin-bottom: 36px;
  font-size: 1.8rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px;
}

.team-card {
  background: var(--bg);
  border: 2px solid var(--border);
  overflow: hidden;
}

.team-card-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.team-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card-info { padding: 20px; }
.team-card-name {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.team-card-role { font-size: 0.82rem; color: var(--primary); font-weight: 600; margin-bottom: 10px; }
.team-card-bio { font-size: 0.88rem; color: var(--text-muted); line-height: 1.55; }

/* ============================================================
   HOW WE RATE PAGE
   ============================================================ */
.howwerate-content-wrap { padding: 60px 0; background: var(--bg); }

/* ============================================================
   CONTACT US PAGE
   ============================================================ */
.contact-wrap {
  padding: 60px 0;
  background: var(--bg);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: flex-start;
}

.contact-form-wrap { background: var(--surface); border: 2px solid var(--border); padding: 36px; }

.contact-form-wrap h2 {
  font-size: 1.4rem;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--border);
}

.form-group { margin-bottom: 20px; }

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text);
}

.form-group input,
.form-group textarea,
.form-group select {
  display: block;
  width: 100%;
  padding: 11px 14px;
  border: 2px solid var(--border);
  background: var(--bg);
  font-size: 0.95rem;
  color: var(--text);
  outline: none;
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--primary);
}

.form-group textarea { resize: vertical; min-height: 130px; }

.contact-info-box {
  background: var(--dark);
  color: #FFFFFF;
  padding: 32px;
}

.contact-info-box h3 {
  color: var(--gold);
  font-size: 1.1rem;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.contact-info-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.contact-info-icon {
  width: 36px;
  height: 36px;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.contact-info-text { flex: 1; }
.contact-info-text strong { display: block; font-size: 0.8rem; color: rgba(255,255,255,0.55); margin-bottom: 3px; text-transform: uppercase; letter-spacing: 0.06em; }
.contact-info-text span { font-size: 0.92rem; color: #FFFFFF; }

/* Toast */
#toast-notification {
  position: fixed;
  bottom: 28px;
  right: 28px;
  background: var(--green);
  color: #FFFFFF;
  padding: 14px 22px;
  font-weight: 600;
  font-size: 0.95rem;
  z-index: 9999;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  pointer-events: none;
  max-width: 340px;
}
#toast-notification.show { opacity: 1; transform: translateY(0); }

/* ============================================================
   LIGHTBOX
   ============================================================ */
#lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
#lightbox-overlay.open { opacity: 1; pointer-events: all; }
#lightbox-overlay img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  display: block;
  cursor: default;
}
#lightbox-close {
  position: absolute;
  top: 16px;
  right: 20px;
  color: #FFFFFF;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  background: none;
  border: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}
#lightbox-close:hover { opacity: 1; }

/* ============================================================
   GENERIC PAGE CONTENT
   ============================================================ */
.page-content-wrap { padding: 60px 0; }
.page-content-wrap .entry-content p { margin-bottom: 16px; line-height: 1.7; }
.page-content-wrap .entry-content h2 { margin: 28px 0 12px; }
.page-content-wrap .entry-content h3 { margin: 20px 0 10px; }
.page-content-wrap .entry-content ul { margin-bottom: 14px; padding-left: 22px; }
.page-content-wrap .entry-content ul li { list-style: disc; margin-bottom: 6px; }

/* Review anchor scroll offset */
.review-anchor { scroll-margin-top: 90px; }

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

@media (max-width: 768px) {
  .hamburger { display: flex; }
  #primary-nav { display: none; }
  .casino-grid-wrap { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .review-screenshots { grid-template-columns: 1fr 1fr; }
  .pros-cons-table { grid-template-columns: 1fr; }
  .pros-col { border-right: none; border-bottom: 2px solid var(--border); }
  .author-inner { flex-direction: column; }
  .hero h1 { font-size: 1.8rem; }
  .review-topbar { flex-direction: column; align-items: flex-start; }
  .section { padding: 48px 0; }
  .contact-form-wrap { padding: 24px; }
}

@media (max-width: 480px) {
  .casino-grid-wrap { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .casino-card-topbar { flex-wrap: wrap; }
  .casino-logo-wrap { width: 70px; height: 36px; }
  .review-screenshots { grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero-cta-wrap { flex-direction: column; align-items: center; }
  .inner-hero { padding: 48px 16px; }
  .container { padding: 0 16px; }
}
