/*
Theme Name: Casino Zonder Cruks 2026
Theme URI: https://casino-zondercruks.nl/
Author: CasinoZonderCruks.io
Author URI: https://casino-zondercruks.nl/
Description: Custom WordPress theme for Casino Zonder Cruks — Top 10 bookmakers review page with ACF PRO integration. Dark navy theme with gold accents.
Version: 1.2.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: czc
Tags: one-column, custom-menu, featured-images, full-width-template
*/

/* ═══════════════════════════════════════════
   BASE / RESET
   ═══════════════════════════════════════════ */
:root {
  /*
   * Color variables are injected dynamically from ACF by
   * czc_output_color_variables() in functions.php (wp_head priority 999).
   * Only non-ACF variables remain here as fallbacks.
   */
  --font-display: 'Inter', sans-serif;
}

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

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  background: var(--bg-primary, #0a0e27);
  font-family: var(--font-display);
  color: var(--text-white, #e2e8f0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
}

/* ═══════════════════════════════════════════
   UTILITY CLASSES
   ═══════════════════════════════════════════ */
.container {
  max-width: 1152px;
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ═══════════════════════════════════════════
   HEADER
   ═══════════════════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--bg-primary-alpha, rgba(10, 14, 39, 0.95));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(245, 165, 36, 0.1);
}

.site-header .header-inner {
  max-width: 1152px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.site-logo__icon {
  width: 2rem;
  height: 2rem;
  background: var(--accent-gold);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-logo__icon .material-symbols-outlined {
  color: var(--bg-primary);
  font-weight: bold;
  font-size: 1.125rem;
}

.site-logo__text {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #fff;
}

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

/* Desktop nav */
.desktop-nav {
  display: none;
  align-items: center;
  gap: 2rem;
}

.desktop-nav a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #cbd5e1;
  transition: color 0.2s;
}

.desktop-nav a:hover {
  color: var(--accent-gold);
}

.menu-toggle {
  padding: 0.5rem;
  color: #fff;
}

@media (min-width: 1024px) {
  .desktop-nav {
    display: flex !important;
  }

  .menu-toggle {
    display: none !important;
  }
}

/* ═══════════════════════════════════════════
   MOBILE BOTTOM NAV
   ═══════════════════════════════════════════ */
.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  background: var(--bg-bottom-nav, rgba(10, 14, 39, 0.95));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: env(safe-area-inset-bottom);
  overflow: hidden;
  display: flex;
}

.mobile-nav__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.5rem 0.5rem 0.75rem;
  width: 100%;
}

.mobile-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.mobile-nav a .material-symbols-outlined {
  font-size: 24px;
  color: #94a3b8;
  transition: color 0.2s;
}

.mobile-nav a span:last-child {
  font-size: 10px;
  font-weight: 500;
  color: #94a3b8;
  transition: color 0.2s;
}

.mobile-nav a.active .material-symbols-outlined,
.mobile-nav a.active span:last-child {
  color: var(--accent-gold);
}

@media (min-width: 1024px) {
  .mobile-nav {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  body {
    padding-bottom: 70px;
  }
}

/* ═══════════════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════════════ */
.hero {
  position: relative;
  padding: 3rem 1rem;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 14, 39, 0.3), rgba(10, 14, 39, 0.8), var(--bg-primary));
  z-index: 1;
}

.hero__bg-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
}

.hero__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  max-width: 42rem;
  margin: 0 auto;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: rgba(245, 165, 36, 0.2);
  border: 1px solid rgba(245, 165, 36, 0.3);
  backdrop-filter: blur(12px);
}

.hero__badge .material-symbols-outlined {
  color: var(--accent-gold);
  font-size: 16px;
}

.hero__badge span:last-child {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero h1 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.hero h1 .gradient-text {
  background: linear-gradient(to right, var(--accent-gold), #fde68a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__subtitle {
  color: #cbd5e1;
  font-size: 0.875rem;
  line-height: 1.6;
  max-width: 32rem;
}

.hero__cta {
  display: inline-block;
  width: 100%;
  max-width: 20rem;
  background: var(--cta-primary-bg);
  color: var(--bg-primary);
  font-weight: 700;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 0 20px rgba(245, 165, 36, 0.3);
  transition: all 0.3s;
}

.hero__cta:hover {
  background: var(--accent-gold-dark);
  box-shadow: 0 0 30px rgba(245, 165, 36, 0.5);
}

.hero__disclaimer {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .hero {
    padding: 5rem 1.5rem;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero__subtitle {
    font-size: 1rem;
  }
}

/* ═══════════════════════════════════════════
   GLASS PANEL / CARDS
   ═══════════════════════════════════════════ */
.glass-panel {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(245, 165, 36, 0.1);
}

.card {
  background: var(--bg-card);
  border: 1px solid var(--bg-card-border);
  border-radius: 0.75rem;
  overflow: hidden;
}

.card--glow {
  border-color: rgba(245, 165, 36, 0.4);
  box-shadow: 0 0 15px rgba(245, 165, 36, 0.15);
}

/* ═══════════════════════════════════════════
   CASINO LOGO PLACEHOLDER
   ═══════════════════════════════════════════ */
.casino-logo {
  border-radius: 0.5rem;
  object-fit: contain;
  background: var(--bg-card);
  flex-shrink: 0;
}

.casino-logo--sm {
  width: 2.5rem;
  height: 2.5rem;
}

.casino-logo--lg {
  width: 4rem;
  height: 4rem;
}

.casino-logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  color: var(--accent-gold);
  font-weight: 700;
  flex-shrink: 0;
}

.casino-logo-placeholder--sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.casino-logo-placeholder--lg {
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
}

/* ═══════════════════════════════════════════
   PROGRESS BARS
   ═══════════════════════════════════════════ */
.progress-bar {
  height: 4px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: var(--accent-gold);
  border-radius: 2px;
}

/* ═══════════════════════════════════════════
   FAQ ACCORDION
   ═══════════════════════════════════════════ */
.faq-item {
  border: 1px solid #1e293b;
  border-radius: 0.5rem;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: var(--bg-card);
  text-align: left;
  font-weight: 600;
  font-size: 0.875rem;
  transition: background 0.2s;
}

.faq-question:hover {
  background: var(--bg-card-border);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer.open {
  max-height: 500px;
}

.faq-answer__inner {
  padding: 1rem;
  background: var(--bg-primary);
  font-size: 0.75rem;
  color: #94a3b8;
  line-height: 1.6;
}

/* ═══════════════════════════════════════════
   TRUST STATS GRID
   ═══════════════════════════════════════════ */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.stat-card {
  background: var(--bg-card);
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid var(--bg-card-border);
  transition: border-color 0.2s;
}

.stat-card:hover {
  border-color: rgba(59, 130, 246, 0.5);
}

.stat-card__number {
  color: var(--accent-blue);
  font-size: 1.25rem;
  font-weight: 900;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}

.stat-card__label {
  color: #94a3b8;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (min-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ═══════════════════════════════════════════
   TOP 10 TABLE
   ═══════════════════════════════════════════ */
.top10-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .top10-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.top10-card {
  position: relative;
}

.top10-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--accent-gold);
  color: var(--bg-primary);
  font-size: 10px;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-bottom-left-radius: 0.5rem;
  z-index: 10;
}

.top10-card__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

/* V3: Single line — rank+name left, logo right */
.top10-card__header-v3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.top10-card__header-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.top10-card__logo-right {
  flex-shrink: 0;
}

.top10-card__logo-right .casino-logo {
  width: 48px;
  height: 48px;
  border-radius: 0.75rem;
  object-fit: contain;
}

.top10-card__logo-right .casino-logo-placeholder {
  width: 48px;
  height: 48px;
  border-radius: 0.75rem;
}

/* Score row with spacing */
.top10-score-row {
  margin: 0.75rem 0 1rem;
}

.top10-rank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.875rem;
  flex-shrink: 0;
}

.top10-rank--gold {
  background: var(--accent-gold);
  color: var(--bg-primary);
}

.top10-rank--default {
  background: var(--bg-primary);
  border: 1px solid #475569;
  color: #94a3b8;
}

.top10-card__name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top10-card__subtitle {
  font-size: 10px;
  color: #64748b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top10-score {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: var(--bg-primary);
  border: 1px solid var(--bg-card-border);
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
}

.top10-score__value {
  font-size: 0.875rem;
  font-weight: 700;
}

.score-gold {
  color: var(--score-high);
}

.score-white {
  color: var(--score-medium);
}

.score-gray {
  color: var(--score-low);
}

.top10-card__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.top10-stat {
  background: rgba(10, 14, 39, 0.5);
  border-radius: 0.25rem;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.top10-stat__label {
  font-size: 10px;
  color: #94a3b8;
}

.top10-stat__value {
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
}

.top10-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.top10-card__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: #cbd5e1;
}

.top10-cta {
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: all 0.2s;
}

.top10-cta--gold {
  background: var(--accent-gold);
  color: var(--bg-primary);
  font-weight: 700;
}

.top10-cta--gold:hover {
  background: var(--accent-gold-dark);
}

.top10-cta--outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 500;
}

.top10-cta--outline:hover {
  background: rgba(255, 255, 255, 0.05);
}

/* ═══════════════════════════════════════════
   REVIEW CARDS
   ═══════════════════════════════════════════ */
.review-card {
  padding: 1rem;
}

.review-card--featured {
  border-left: 4px solid var(--accent-gold);
  box-shadow: 0 0 15px rgba(245, 165, 36, 0.15);
}

.review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.review-header__left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* V3: Logo centered top block, rank+name+score row below */
.review-header-v3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.review-header-v3__logo {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.5rem 0;
}

.review-header-v3__logo .casino-logo {
  width: 80px;
  height: 80px;
  border-radius: 1rem;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.review-header-v3__logo .casino-logo-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 2rem;
}

.review-header-v3__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.review-rank-badge {
  font-size: 10px;
  font-weight: 900;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}

.review-rank-badge--gold {
  background: var(--accent-gold);
  color: var(--bg-primary);
}

.review-rank-badge--default {
  background: #475569;
  color: #fff;
}

.review-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.review-score-badge {
  background: rgba(245, 165, 36, 0.1);
  border: 1px solid rgba(245, 165, 36, 0.2);
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-gold);
}

.review-subtitle {
  font-size: 10px;
  color: rgba(245, 165, 36, 0.7);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

.review-bars {
  margin-bottom: 1.25rem;
}

.review-bar {
  margin-bottom: 0.625rem;
}

.review-bar__header {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 500;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.review-bar__header span:last-child {
  color: #fff;
}

.review-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.review-fact {
  background: rgba(10, 14, 39, 0.4);
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.review-fact__label {
  font-size: 9px;
  color: #64748b;
  text-transform: uppercase;
  font-weight: 700;
}

.review-fact__value {
  font-size: 11px;
  font-weight: 600;
  color: #e2e8f0;
}

.review-text {
  font-size: 0.75rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.review-bonus {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-bottom: 1rem;
}

.review-bonus__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.25rem;
}

.review-bonus__header .material-symbols-outlined {
  color: var(--accent-gold);
  font-size: 1.125rem;
}

.review-bonus__header span:last-child {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
}

.review-bonus__text {
  font-size: 10px;
  color: #94a3b8;
}

.review-pros-cons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.review-pros-cons__title {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.review-pros-cons__title--pro {
  color: var(--color-pros);
}

.review-pros-cons__title--con {
  color: var(--color-cons);
}

.review-item {
  font-size: 10px;
  color: #cbd5e1;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
}

.review-item .pro-icon {
  color: var(--color-pros);
  flex-shrink: 0;
}

.review-item .con-icon {
  color: var(--color-cons);
  flex-shrink: 0;
}

.review-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-bottom: 1rem;
}

.review-method-tag {
  font-size: 9px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.05);
  color: #cbd5e1;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
}

.review-conclusion {
  background: rgba(245, 165, 36, 0.05);
  border: 1px solid rgba(245, 165, 36, 0.1);
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.review-conclusion__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.review-conclusion__label .material-symbols-outlined {
  color: var(--accent-gold);
  font-size: 0.875rem;
}

.review-conclusion__label span:last-child {
  font-size: 11px;
  font-weight: 700;
  color: var(--accent-gold);
  text-transform: uppercase;
}

.review-conclusion__text {
  font-size: 11px;
  font-weight: 500;
  color: #e2e8f0;
  font-style: italic;
}

.review-cta {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--accent-gold);
  color: var(--bg-primary);
  font-weight: 900;
  font-size: 0.875rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  transition: all 0.2s;
}

.review-cta:hover {
  background: var(--accent-gold-dark);
}

/* ═══════════════════════════════════════════
   GUIDE SECTION / 2-COL
   ═══════════════════════════════════════════ */
.guide-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.guide-grid--single {
  grid-template-columns: 1fr !important;
}

/* ═══════════════════════════════════════════
   PAYMENT ROWS
   ═══════════════════════════════════════════ */
.payment-row {
  background: var(--bg-card);
  padding: 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid var(--bg-card-border);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ═══════════════════════════════════════════
   RESPONSIBLE GAMBLING
   ═══════════════════════════════════════════ */
.responsible-box {
  background: rgba(120, 53, 15, 0.1);
  border: 2px solid rgba(245, 165, 36, 0.3);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 0 20px rgba(245, 165, 36, 0.15);
}

.help-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  max-width: 24rem;
  margin: 0 auto;
}

.help-link {
  background: rgba(245, 165, 36, 0.2);
  border: 1px solid rgba(245, 165, 36, 0.4);
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-gold);
  text-transform: uppercase;
  text-align: center;
  transition: background 0.2s;
}

.help-link:hover {
  background: rgba(245, 165, 36, 0.3);
}

.help-link small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  margin-top: 0.25rem;
}

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
.site-footer {
  background: var(--bg-footer, rgba(0, 0, 0, 0.4));
  border-top: 1px solid #1e293b;
  margin-top: 2rem;
}

.site-footer .footer-inner {
  max-width: 64rem;
  margin: 0 auto;
  padding: 1.5rem;
}

.footer-age {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 4px solid #dc2626;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dc2626;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 auto 1rem;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 500;
  border-top: 1px solid rgba(30, 41, 59, 0.5);
  border-bottom: 1px solid rgba(30, 41, 59, 0.5);
  padding: 1rem 0;
  margin: 1rem 0;
}

.footer-links a:hover {
  color: var(--accent-gold);
}

/* ═══════════════════════════════════════════
   STEPS
   ═══════════════════════════════════════════ */
.step-circle {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.step-circle--gold {
  background: var(--accent-gold);
  color: var(--bg-primary);
}

.step-circle--outline {
  background: var(--bg-primary);
  border: 1px solid rgba(245, 165, 36, 0.3);
  color: var(--accent-gold);
}

/* ═══════════════════════════════════════════
   WARNING / CALLOUT BOXES
   ═══════════════════════════════════════════ */
.warning-box {
  background: rgba(120, 53, 15, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 0.75rem;
  padding: 1rem;
  display: flex;
  gap: 0.75rem;
}

.warning-box .material-symbols-outlined {
  color: #f59e0b;
  flex-shrink: 0;
}

.warning-box p {
  font-size: 0.75rem;
  color: rgba(253, 230, 138, 0.8);
  line-height: 1.5;
}

.info-box {
  background: rgba(245, 165, 36, 0.1);
  border: 1px solid rgba(245, 165, 36, 0.3);
  border-radius: 0.75rem;
  padding: 1rem;
  display: flex;
  gap: 0.75rem;
}

/* ═══════════════════════════════════════════
   CRITERIA WEIGHTS
   ═══════════════════════════════════════════ */
.weight-circle {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.weight-circle--gold {
  background: var(--accent-gold);
  color: var(--bg-primary);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.weight-circle--outline {
  background: var(--bg-card);
  border: 1px solid var(--bg-card-border);
  color: var(--accent-gold);
}

/* ═══════════════════════════════════════════
   SECTION SPACING
   ═══════════════════════════════════════════ */
.section {
  padding: 0 1rem 4rem;
}

@media (min-width: 1024px) {
  .section {
    padding: 0 1.5rem 4rem;
  }
}

.section__inner {
  max-width: 64rem;
  margin: 0 auto;
}

.section__title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0.5rem;
}

.section__subtitle {
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .section__title {
    font-size: 1.875rem;
  }
}

/* WYSIWYG content inside reviews */
.wysiwyg-content p {
  margin-bottom: 1rem;
}

.wysiwyg-content strong {
  color: var(--accent-gold);
}

.wysiwyg-content a {
  color: var(--accent-gold);
  text-decoration: underline;
}