/* === NON GAMSTOP CASINOS UK — main.css === */
:root {
  --bg: #FFFFFF;
  --bg-alt: #F8F9FA;
  --border: #E5E7EB;
  --text: #111827;
  --text-muted: #6B7280;
  --accent: #16A34A;
  --accent2: #DC2626;
  --gold: #D97706;
  --shadow: 0 1px 3px rgba(0,0,0,.10);
  --radius: 8px;
  --font: 'Inter', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.65; font-size: 16px; }
img { max-width: 100%; height: auto; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

/* === CONTAINER === */
.container { max-width: 1100px; margin: 0 auto; padding: 0 16px; }

/* === HEADER / NAV === */
.site-header { background: #0f172a; padding: 12px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo { font-size: 1.1rem; font-weight: 700; color: #fff; text-decoration: none; display: flex; align-items: center; gap: 8px; }
.logo:hover { text-decoration: none; color: #f1f5f9; }
.logo-icon { font-size: 1.4rem; }
.desktop-nav { display: flex; gap: 20px; align-items: center; }
.desktop-nav a { color: #cbd5e1; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
.desktop-nav a:hover { color: #fff; text-decoration: none; }
.nav-cta { background: var(--accent); color: #fff !important; padding: 7px 18px; border-radius: 6px; font-weight: 600; }
.nav-cta:hover { background: #15803d !important; }
/* BASE — mobile nav hidden on desktop */
.mobile-nav { display: none; }
.hamburger { display: none; background: none; border: 1px solid rgba(255,255,255,0.3); padding: 6px 10px; cursor: pointer; border-radius: 5px; }
.hamburger span { display: block; width: 22px; height: 2px; background: #fff; margin: 4px 0; transition: 0.3s; }
@media (max-width: 768px) {
  .desktop-nav { display: none; }
  .hamburger { display: block; }
  .mobile-nav.open { display: flex; flex-direction: column; background: #0f172a; padding: 12px 16px; gap: 10px; border-top: 1px solid rgba(255,255,255,0.1); }
  .mobile-nav a { color: #cbd5e1; font-size: 0.95rem; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .mobile-nav a:last-child { border-bottom: none; }
}

/* === HERO === */
.hero { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important; color: #fff; padding: 64px 0 56px; }
.hero-badge { display: inline-block; background: rgba(22,163,74,0.2); border: 1px solid rgba(22,163,74,0.5); color: #86efac; font-size: 0.8rem; font-weight: 600; padding: 4px 14px; border-radius: 20px; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.05em; }
.hero h1 { font-size: clamp(1.7rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.2; color: #f1f5f9; margin-bottom: 16px; }
.hero-desc { font-size: 1.05rem; color: #e2e8f0; max-width: 680px; margin-bottom: 24px; line-height: 1.7; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 28px; }
.hero-stat { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; padding: 12px 20px; text-align: center; min-width: 110px; }
.hero-stat-value { font-size: 1.4rem; font-weight: 700; color: #86efac; display: block; }
.hero-stat-label { font-size: 0.75rem; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.04em; }
.hero-cta-group { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-bottom: 24px; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #16A34A, #15803d); color: #fff; padding: 14px 28px; border-radius: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 14px rgba(22,163,74,0.4); animation: pulse 2.5s infinite; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(22,163,74,0.5); text-decoration: none; color: #fff; }
.btn-primary .arrow { font-size: 1.1rem; }
.btn-micro { font-size: 0.72rem; color: #94a3b8; display: block; margin-top: 4px; }
.btn-secondary { display: inline-flex; align-items: center; gap: 6px; background: transparent; border: 1px solid rgba(255,255,255,0.3); color: #e2e8f0; padding: 13px 22px; border-radius: 8px; font-weight: 600; font-size: 0.95rem; }
.btn-secondary:hover { border-color: rgba(255,255,255,0.6); color: #fff; text-decoration: none; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.trust-item { display: flex; align-items: center; gap: 6px; font-size: 0.82rem; color: #334155; }

/* === HERO AUTHOR BLOCK === */
.hero-author-block { display: flex; align-items: center; gap: 12px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.15); }
.hero-author-img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,0.3); flex-shrink: 0; }
.hero-author-info { display: flex; flex-direction: column; gap: 2px; }
.hero-author-name { font-size: 0.85rem; font-weight: 600; color: #f1f5f9; }
.hero-author-name a { color: #f1f5f9; text-decoration: none; }
.hero-author-role, .hero-pub-date { font-size: 0.75rem; color: #94a3b8; }

@keyframes pulse {
  0%, 100% { box-shadow: 0 4px 14px rgba(22,163,74,0.4); }
  50% { box-shadow: 0 4px 22px rgba(22,163,74,0.65); }
}

/* === VITRINA === */
.vitrina-section { background: var(--bg-alt); padding: 60px 0; }
.section-title { font-size: 1.5rem; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.section-subtitle { color: var(--text-muted); margin-bottom: 32px; font-size: 0.95rem; }
.casino-cards { display: flex; flex-direction: column; gap: 16px; }
.casino-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; display: grid; grid-template-columns: 40px 60px 1fr auto auto; gap: 16px; align-items: center; transition: box-shadow 0.2s; box-shadow: var(--shadow); }
.casino-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.casino-card.featured { border: 2px solid var(--accent); box-shadow: 0 4px 20px rgba(22,163,74,0.15); }
.card-rank { font-size: 1.2rem; font-weight: 800; color: var(--text-muted); text-align: center; }
.card-rank.gold { color: var(--gold); }
.casino-icon { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; }
.casino-icon-placeholder { width: 56px; height: 56px; border-radius: 8px; background: linear-gradient(135deg, #1e293b, #334155); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; }
.card-info { flex: 1; }
.card-name { font-weight: 700; font-size: 1rem; margin-bottom: 4px; color: var(--text); }
.best-badge { display: inline-block; background: var(--accent); color: #fff; font-size: 0.7rem; padding: 2px 8px; border-radius: 4px; font-weight: 700; margin-left: 8px; vertical-align: middle; }
.card-stars { color: var(--gold); font-size: 0.85rem; }
.card-stars span { color: var(--text-muted); font-size: 0.8rem; margin-left: 4px; }
.card-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 6px; }
.tag { font-size: 0.72rem; background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; padding: 2px 8px; border-radius: 12px; font-weight: 500; }
.card-bonus { text-align: center; min-width: 130px; }
.bonus-amount { font-size: 1rem; font-weight: 700; color: var(--accent); display: block; }
.bonus-label { font-size: 0.72rem; color: var(--text-muted); display: block; }
.card-cta { min-width: 110px; text-align: center; }
.btn-card-cta { display: block; background: linear-gradient(135deg, #16A34A, #15803d); color: #fff; padding: 10px 16px; border-radius: 7px; font-weight: 700; font-size: 0.85rem; text-align: center; transition: transform 0.15s; }
.btn-card-cta:hover { transform: translateY(-1px); text-decoration: none; color: #fff; }
.btn-card-cta .micro { font-size: 0.65rem; display: block; color: rgba(255,255,255,0.75); margin-top: 2px; }
.show-more-wrap { text-align: center; margin-top: 20px; }
.btn-show-more { background: none; border: 2px solid var(--accent); color: var(--accent); padding: 10px 28px; border-radius: 7px; font-weight: 700; cursor: pointer; font-size: 0.9rem; transition: all 0.2s; }
.btn-show-more:hover { background: var(--accent); color: #fff; }
.hidden-cards { display: none; }
.hidden-cards.visible { display: contents; }

@media (max-width: 640px) {
  .casino-card { grid-template-columns: 30px 48px 1fr; grid-template-rows: auto auto; }
  .card-bonus { grid-column: 2 / 4; grid-row: 2; text-align: left; }
  .card-cta { grid-column: 1 / 4; grid-row: 3; }
  .btn-card-cta { width: 100%; }
}

/* === CONTENT SECTIONS === */
.content-section { padding: 56px 0; }
.content-section h2 { font-size: clamp(1.3rem, 3vw, 1.75rem); font-weight: 700; margin-bottom: 16px; color: var(--text); }
.content-section h3 { font-size: 1.15rem; font-weight: 600; margin: 28px 0 10px; color: var(--text); }
.content-section p { margin-bottom: 18px; line-height: 1.75; color: var(--text); font-size: 0.97rem; }
.content-section ul, .content-section ol { padding-left: 24px; margin-bottom: 18px; }
.content-section li { margin-bottom: 8px; line-height: 1.65; font-size: 0.97rem; }

/* === FEATURED SNIPPET BLOCKS === */
.fs-paragraph { background: #f0fdf4; border-left: 4px solid var(--accent); padding: 16px 20px; border-radius: 0 8px 8px 0; margin: 20px 0; font-size: 0.96rem; line-height: 1.7; }
.fs-list { background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 20px 20px 40px; margin: 20px 0; }
.fs-list li { margin-bottom: 8px; }
.table-wrap { overflow-x: auto; margin: 20px 0; }
.fs-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.fs-table th { background: #0f172a; color: #fff; padding: 10px 14px; text-align: left; font-weight: 600; }
.fs-table td { padding: 9px 14px; border-bottom: 1px solid var(--border); }
.fs-table tr:nth-child(even) td { background: var(--bg-alt); }
.fs-table tr:hover td { background: #f0fdf4; }

/* === H2 BANNERS === */
.h2-banner-wrap { display: block; width: calc(100% + 32px); margin-left: -16px; margin-right: -16px; margin-top: 1.5rem; overflow: hidden; line-height: 0; }
.h2-banner-img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 1; object-fit: cover; object-position: center center; }
@media (max-width: 767px) {
  .h2-banner-img { aspect-ratio: 1 / 1; object-position: center top; }
}
.h2-banner-wrap figcaption { font-size: 11px; color: #6b7280; background: transparent; text-align: right; padding: 4px 8px 0; font-style: italic; letter-spacing: 0.02em; line-height: 1.4; margin-bottom: 2rem; }

/* === INFO BOX / CALLOUT === */
.info-box { background: #eff6ff; border: 1px solid #bfdbfe; border-radius: var(--radius); padding: 16px 20px; margin: 20px 0; }
.info-box strong { color: #1d4ed8; }
.warning-box { background: #fef3c7; border: 1px solid #fcd34d; border-radius: var(--radius); padding: 16px 20px; margin: 20px 0; }
.warning-box strong { color: #92400e; }
.success-box { background: #f0fdf4; border: 1px solid #86efac; border-radius: var(--radius); padding: 16px 20px; margin: 20px 0; }

/* === PROS CONS TABLE === */
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px 0; }
.pros, .cons { padding: 16px 20px; border-radius: var(--radius); }
.pros { background: #f0fdf4; border: 1px solid #86efac; }
.cons { background: #fef2f2; border: 1px solid #fca5a5; }
.pros h4 { color: #166534; font-size: 1rem; margin-bottom: 10px; }
.cons h4 { color: #991b1b; font-size: 1rem; margin-bottom: 10px; }
.pros ul, .cons ul { padding-left: 18px; margin: 0; }
@media (max-width: 640px) { .pros-cons { grid-template-columns: 1fr; } }

/* === AUTHOR BOX === */
.author-section { background: var(--bg-alt); padding: 48px 0; }
.author-box { display: flex; gap: 24px; background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 28px; align-items: flex-start; }
.author-avatar { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 3px solid var(--accent); }
.author-info-box { flex: 1; }
.author-name-link { font-size: 1.2rem; font-weight: 700; color: var(--text); }
.author-title-text { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 12px; display: block; }
.author-bio { font-size: 0.92rem; color: var(--text); line-height: 1.7; margin-bottom: 12px; }
.author-meta-row { display: flex; flex-wrap: wrap; gap: 12px; font-size: 0.8rem; color: var(--text-muted); }
@media (max-width: 600px) { .author-box { flex-direction: column; } .author-avatar { width: 72px; height: 72px; } }

/* === REVIEWED BY SECTION === */
.reviewed-by-section { background: var(--bg); padding: 48px 0; }
.reviewed-by-header { text-align: center; margin-bottom: 28px; }
.reviewed-by-label { font-size: 1rem; font-weight: 700; color: var(--accent); letter-spacing: 0.03em; }
.reviewed-by-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.reviewer-card { background: var(--bg-alt); border: 1px solid #bbf7d0; border-radius: var(--radius); padding: 20px; text-align: center; }
.reviewer-photo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; margin: 0 auto 10px; display: block; border: 2px solid var(--accent); }
.reviewer-name { font-weight: 700; font-size: 0.95rem; }
.reviewer-role { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 6px; }
.reviewer-stars { color: var(--gold); font-size: 0.9rem; }
.reviewer-date { font-size: 0.75rem; color: var(--text-muted); margin-bottom: 8px; }
.reviewer-quote { font-size: 0.85rem; line-height: 1.6; color: var(--text); font-style: italic; }
@media (max-width: 640px) { .reviewed-by-cards { grid-template-columns: 1fr; } }

/* === FAQ === */
.faq-section { background: var(--bg); padding: 56px 0; }
.faq-list { display: flex; flex-direction: column; gap: 10px; max-width: 820px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-question { width: 100%; text-align: left; padding: 16px 20px; background: var(--bg); border: none; cursor: pointer; font-size: 0.98rem; font-weight: 600; color: var(--text); display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.faq-question:hover { background: var(--bg-alt); }
.faq-icon { font-size: 1.2rem; color: var(--accent); flex-shrink: 0; transition: transform 0.25s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 20px 16px; font-size: 0.93rem; line-height: 1.75; color: var(--text); }
.faq-item.open .faq-answer { display: block; }

/* === STICKY CTA BAR === */
.sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; background: #0f172a; border-top: 1px solid rgba(255,255,255,0.15); padding: 10px 16px; flex-direction: column; align-items: center; gap: 4px; }
.sticky-cta-text { font-size: 0.82rem; color: #94a3b8; }
.sticky-cta-btn { display: inline-flex; align-items: center; gap: 6px; background: linear-gradient(135deg, #16A34A, #15803d); color: #fff; padding: 10px 24px; border-radius: 7px; font-weight: 700; font-size: 0.9rem; }
.sticky-cta-btn:hover { text-decoration: none; color: #fff; }
@media (max-width: 768px) { .sticky-cta.visible { display: flex; } }

/* === POPUP === */
.popup-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 500; align-items: center; justify-content: center; padding: 16px; }
.popup-overlay.active { display: flex; }
.popup-box { background: #fff; border-radius: 16px; max-width: 460px; width: 100%; padding: 32px; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
.popup-close { position: absolute; top: 12px; right: 16px; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--text-muted); line-height: 1; }
.popup-close:hover { color: var(--text); }
.popup-badge { display: inline-block; background: #fef3c7; color: #92400e; font-size: 0.78rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; margin-bottom: 12px; }
.popup-title { font-size: 1.3rem; font-weight: 800; margin-bottom: 8px; color: var(--text); }
.popup-desc { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 20px; line-height: 1.65; }
.popup-cta { display: block; text-align: center; background: linear-gradient(135deg, #16A34A, #15803d); color: #fff; padding: 14px; border-radius: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-bottom: 8px; }
.popup-cta:hover { text-decoration: none; color: #fff; }
.popup-micro { font-size: 0.72rem; color: var(--text-muted); text-align: center; }

/* === FOOTER === */
.site-footer { background: #0f172a; color: #94a3b8; padding: 48px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
.footer-brand { font-size: 0.9rem; line-height: 1.7; }
.footer-logo { font-size: 1.1rem; font-weight: 700; color: #f1f5f9; margin-bottom: 10px; display: block; }
.footer-desc { color: #64748b; font-size: 0.85rem; }
.footer-col h4 { color: #f1f5f9; font-size: 0.9rem; font-weight: 600; margin-bottom: 12px; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col li { margin-bottom: 7px; }
.footer-col a { color: #64748b; font-size: 0.85rem; }
.footer-col a:hover { color: #94a3b8; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; font-size: 0.8rem; color: #475569; }
.footer-disclaimer { font-size: 0.78rem; color: #475569; line-height: 1.65; margin-top: 10px; }
@media (max-width: 640px) { .footer-grid { grid-template-columns: 1fr; } }

/* === METHODOLOGY === */
.methodology-section { background: var(--bg-alt); padding: 56px 0; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 24px; }
.method-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; }
.method-icon { font-size: 2rem; margin-bottom: 10px; }
.method-title { font-weight: 700; margin-bottom: 8px; font-size: 0.95rem; }
.method-desc { font-size: 0.87rem; color: var(--text-muted); line-height: 1.65; }
@media (max-width: 640px) { .method-grid { grid-template-columns: 1fr; } }

/* === BREADCRUMB === */
.breadcrumb { padding: 10px 0; font-size: 0.82rem; color: var(--text-muted); }
.breadcrumb a { color: var(--text-muted); }
.breadcrumb span { margin: 0 6px; }

/* === AUTHOR PAGE === */
.author-page-section { padding: 60px 0; }
.author-page-header { display: flex; gap: 28px; align-items: flex-start; margin-bottom: 32px; }
.author-page-avatar { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; border: 3px solid var(--accent); flex-shrink: 0; }
.author-page-title { font-size: 1.6rem; font-weight: 800; margin-bottom: 4px; }
.author-page-subtitle { color: var(--text-muted); margin-bottom: 12px; }
.author-expertise { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.expertise-tag { background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; padding: 4px 12px; border-radius: 20px; font-size: 0.8rem; font-weight: 500; }
.back-link { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-weight: 600; margin-top: 24px; }
