/* =========================================================
   BestDeodorants.co.uk — Black / Gold / White Theme
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,800;1,700&family=Inter:wght@400;500;600;700&display=swap');

/* ── Variables ──────────────────────────────────────────── */
:root {
  --bg:           #fffdf8;
  --bg-elevated:  #f5f0e6;
  --bg-card:      #ffffff;
  --bg-section:   #faf7f0;
  --gold:         #c9a84c;
  --gold-light:   #e2c478;
  --gold-dim:     #b89230;
  --white:        #ffffff;
  --off-white:    #f5f0e6;
  --text:         #2b2b2b;
  --text-muted:   #6b6b6b;
  --border:       #e8e0cc;
  --border-gold:  rgba(201,168,76,0.35);
  --radius:       10px;
  --radius-lg:    16px;
  --shadow:       0 4px 24px rgba(0,0,0,0.10);
  --font-serif:   'Playfair Display', Georgia, serif;
  --font-sans:    'Inter', system-ui, sans-serif;
  --max-w:        1100px;
}

/* ── Reset & Base ───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }
input, select, textarea { font-family: inherit; }

/* ── Container ──────────────────────────────────────────── */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Typography ─────────────────────────────────────────── */
h1, h2, h3, h4 { font-family: var(--font-serif); color: #1a1a1a; line-height: 1.2; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); }
h4 { font-size: 1.1rem; }
p { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }
strong { color: #1a1a1a; font-weight: 700; }

/* ── Gold Separator ─────────────────────────────────────── */
.gold-line {
  width: 56px; height: 3px;
  background: var(--gold);
  border-radius: 2px;
  margin-bottom: 24px;
}

/* ── Buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-size: 0.9rem; font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}
.btn-gold {
  background: var(--gold);
  color: #1a1a1a;
  border: 2px solid var(--gold);
}
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.btn-outline {
  background: transparent;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,0.08); }
.btn-sm { padding: 9px 18px; font-size: 0.8rem; }

/* ── Badge / Tag ─────────────────────────────────────────── */
.badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 40px;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.badge-gold { background: rgba(201,168,76,0.15); color: #8a6b1f; border: 1px solid rgba(201,168,76,0.4); font-weight: 800; }
.badge-white { background: #1a1a1a; color: #fff; border: 1px solid #1a1a1a; }
.badge-dark { background: #1a1a1a; color: #fff; border: 1px solid #1a1a1a; }

/* ── Cards ───────────────────────────────────────────────── */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 12px 40px rgba(0,0,0,0.12); }
.card-img { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--bg-elevated); }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.card:hover .card-img img { transform: scale(1.04); }
.card-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--gold); color: #1a1a1a;
  font-size: 0.65rem; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 4px;
  z-index: 2;
}
.card-score {
  position: absolute; top: 12px; right: 12px;
  background: #1a1a1a;
  border: 2px solid var(--gold);
  color: var(--gold); font-weight: 800; font-size: 0.85rem;
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
}
.card-body { padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.card-brand { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-dim); }
.card-title { font-family: var(--font-serif); font-size: 1.2rem; color: #1a1a1a; line-height: 1.3; }
.card-title a:hover { color: var(--gold-dim); }
.card-desc { font-size: 0.88rem; color: var(--text-muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.card-tag {
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase;
  padding: 3px 8px; border-radius: 20px;
  background: rgba(201,168,76,0.12); color: #8a6b1f; border: 1px solid rgba(201,168,76,0.35);
}
.card-footer {
  margin-top: auto; padding-top: 14px;
  border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center;
}
.card-price { font-weight: 700; color: #1a1a1a; font-size: 1rem; }
.card-link { font-size: 0.82rem; font-weight: 700; color: var(--gold-dim); display: flex; align-items: center; gap: 4px; }
.card-link:hover { color: var(--gold); }

/* ── Stars ───────────────────────────────────────────────── */
.stars { color: var(--gold); font-size: 0.85rem; letter-spacing: 1px; }

/* ── Grid ────────────────────────────────────────────────── */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
@media (max-width: 900px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

/* ── Section spacing ─────────────────────────────────────── */
.section { padding: 80px 0; }
.section-sm { padding: 48px 0; }
.section-header { margin-bottom: 48px; }
.section-header.center { text-align: center; display: flex; flex-direction: column; align-items: center; }
.section-eyebrow {
  display: inline-block;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}

/* ── HEADER ──────────────────────────────────────────────── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,253,248,0.97);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: box-shadow 0.3s;
}
.site-header.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,0.08); }
.header-inner {
  max-width: var(--max-w);
  margin: 0 auto; padding: 0 24px;
  height: 68px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo {
    font-family: var(--font-serif);
    font-size: 1.35rem;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.logo img {
    height: 60px;
    width: auto;
    display: block;
}
.logo span { color: var(--gold); }
.logo small { font-size: 0.7em; color: var(--text-muted); font-family: var(--font-sans); font-weight: 400; }

/* Desktop Nav */
.nav-desktop { display: flex; align-items: center; gap: 32px; }
.nav-desktop a {
  font-size: 0.85rem; font-weight: 600; color: #2b2b2b;
  letter-spacing: 0.02em;
  transition: color 0.2s;
  position: relative; padding: 4px 0;
}
.nav-desktop a::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 2px; background: var(--gold);
  transition: width 0.2s;
}
.nav-desktop a:hover, .nav-desktop a.active { color: var(--gold-dim); }
.nav-desktop a.nav-home, .nav-mobile a.nav-home { color: var(--gold-dim); font-weight: 800; }
.nav-desktop a:hover::after, .nav-desktop a.active::after { width: 100%; }

/* Dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  display: flex; align-items: center; gap: 5px;
  font-size: 0.85rem; font-weight: 600; color: #2b2b2b;
  cursor: pointer; padding: 4px 0;
  transition: color 0.2s;
  background: none; border: none; font-family: inherit;
}
.nav-dropdown-toggle:hover { color: var(--gold-dim); }
.nav-dropdown-toggle .chevron { transition: transform 0.2s; font-size: 0.6rem; }
.nav-dropdown:hover .chevron { transform: rotate(180deg); }
.nav-dropdown-menu {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 8px; min-width: 200px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1; visibility: visible; pointer-events: all;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-menu a {
  display: block; padding: 9px 14px;
  border-radius: 6px; font-size: 0.82rem;
  color: #2b2b2b; transition: background 0.15s, color 0.15s;
}
.nav-dropdown-menu a:hover { background: rgba(201,168,76,0.1); color: var(--gold-dim); }
.nav-dropdown-menu a::after { display: none; }

/* Mobile toggle */
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  width: 26px; cursor: pointer;
  background: none; border: none; padding: 4px;
}
.nav-toggle span {
  display: block; height: 2px; background: #1a1a1a;
  border-radius: 1px; transition: all 0.3s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Nav */
.nav-mobile {
  display: none; flex-direction: column; gap: 2px;
  background: #fff;
  border-top: 1px solid var(--border);
  padding: 16px 24px 20px;
}
.nav-mobile.open { display: flex; }
.nav-mobile a, .nav-mobile-section-title {
  padding: 10px 0; font-size: 1rem; font-weight: 600;
  color: #2b2b2b; border-bottom: 1px solid var(--border);
}
.nav-mobile a:last-child { border-bottom: none; }
.nav-mobile a:hover { color: var(--gold-dim); }
.nav-mobile-section-title {
  font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-dim); padding-top: 16px;
}
.nav-mobile .sub-link { padding-left: 16px; font-size: 0.9rem; color: var(--text-muted); }
.nav-mobile .sub-link:hover { color: var(--gold-dim); }

@media (max-width: 760px) {
  .nav-desktop { display: none; }
  .nav-toggle { display: flex; }
}

/* ── HERO ─────────────────────────────────────────────────── */
.hero {
    padding: 140px 0 90px;
    background:
    linear-gradient(rgba(255,255,255,0.30), rgba(255,255,255,0.30)),
        url("/images/hero-bg.webp") center center/cover no-repeat;
        text-align: left;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(201,168,76,0.4);
  background: rgba(201,168,76,0.10);
  border-radius: 40px; padding: 5px 16px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: #8a6b1f;
  margin-bottom: 28px;
}
.hero h1 { margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 0 40px;
}
.hero-actions {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
/* ── STATS BAR ───────────────────────────────────────────── */
.stats-bar {
  background: #1a1a1a;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 32px 0;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.stat-item {
  text-align: center; padding: 8px 16px;
  border-right: 1px solid #333;
}
.stat-item:last-child { border-right: none; }
.stat-number {
  display: block; font-family: var(--font-serif);
  font-size: 2rem; font-weight: 800; color: var(--gold);
  line-height: 1;
}
.stat-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #888; margin-top: 4px; }
@media (max-width: 580px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item:nth-child(3) { border-right: 1px solid var(--border); }
}

/* ── TRUST STRIP ─────────────────────────────────────────── */
.trust-strip {
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
}
.trust-strip-inner {
  display: flex; flex-wrap: wrap;
  justify-content: center; align-items: center;
  gap: 32px;
}
.trust-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.8rem; font-weight: 600;
  color: #2b2b2b; letter-spacing: 0.02em;
}
.trust-icon { color: var(--gold-dim); font-size: 0.9rem; }

/* ── FEATURES SECTION ────────────────────────────────────── */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px 24px;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.feature-card:hover { border-color: var(--gold); box-shadow: 0 4px 20px rgba(0,0,0,0.07); }
.feature-icon { font-size: 1.8rem; margin-bottom: 14px; }
.feature-title { font-size: 1rem; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; }
.feature-text { font-size: 0.88rem; color: var(--text-muted); }
@media (max-width: 700px) { .features-grid { grid-template-columns: 1fr; } }

/* ── CATEGORIES ──────────────────────────────────────────── */
.categories-bg { background: var(--bg-section); }
.cats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cat-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px 20px;
  text-align: center; display: flex; flex-direction: column; align-items: center;
  transition: all 0.25s;
}
.cat-card:hover { background: rgba(201,168,76,0.07); border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 6px 24px rgba(0,0,0,0.07); }
.cat-icon { font-size: 1.8rem; margin-bottom: 12px; }
.cat-name { font-family: var(--font-serif); font-size: 1.1rem; font-weight: 700; color: #1a1a1a; margin-bottom: 4px; }
.cat-count { font-size: 0.78rem; color: var(--text-muted); }
@media (max-width: 700px) { .cats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 400px) { .cats-grid { grid-template-columns: 1fr; } }

/* ── HOW WE TEST ─────────────────────────────────────────── */
.steps { display: flex; flex-direction: column; gap: 28px; }
.step { display: flex; gap: 20px; align-items: flex-start; }
.step-num {
  font-family: var(--font-serif); font-size: 2.5rem; font-weight: 800;
  color: rgba(201,168,76,0.3); line-height: 1; min-width: 56px;
}
.step-title { font-size: 1rem; font-weight: 700; color: #1a1a1a; margin-bottom: 6px; }
.step-text { font-size: 0.9rem; color: var(--text-muted); }

.comparison-panel {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: var(--radius-lg); padding: 32px;
}
.comparison-panel h3 { margin-bottom: 20px; color: #fff; }
.comparison-row {
  display: flex; align-items: center; justify-content: space-between;
  background: #252525; border-radius: var(--radius);
  padding: 14px 16px; margin-bottom: 10px;
  border: 1px solid #333;
}
.comparison-row:last-child { margin-bottom: 0; }
.comparison-name { font-weight: 700; font-size: 0.88rem; color: #fff; }
.comparison-type { font-size: 0.75rem; color: #888; }
.comparison-score {
  background: var(--gold); color: #1a1a1a;
  font-weight: 800; font-size: 0.85rem;
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
@media (max-width: 780px) { .how-grid { grid-template-columns: 1fr; } }

/* ── NEWSLETTER ──────────────────────────────────────────── */
.newsletter-bg {
  background: #1a1a1a;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.newsletter-inner { max-width: 560px; margin: 0 auto; text-align: center; }
.newsletter-bg h2, .newsletter-bg h3 { color: #fff !important; }
.newsletter-bg p { color: #aaa; }
.newsletter-form { display: flex; gap: 12px; margin-top: 24px; }
.newsletter-form input {
  flex: 1; padding: 14px 16px;
  background: #2a2a2a; border: 1px solid #444;
  border-radius: var(--radius); color: #fff; font-size: 0.9rem;
  outline: none; transition: border-color 0.2s;
}
.newsletter-form input:focus { border-color: var(--gold); }
.newsletter-form input::placeholder { color: #888; }
.newsletter-small { font-size: 0.78rem; color: #888; margin-top: 10px; }
@media (max-width: 500px) { .newsletter-form { flex-direction: column; } }

/* ── FOOTER ──────────────────────────────────────────────── */
.site-footer {
  background: #1a1a1a;
  border-top: 1px solid #333;
  padding: 64px 0 36px;
}
.footer-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 48px; margin-bottom: 48px; }
.footer-brand { max-width: 320px; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.08); color: #ccc;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, color 0.2s;
}
.footer-social a:hover { background: var(--gold); color: #1a1a1a; }
.footer-social svg { width: 17px; height: 17px; }
.footer-brand .logo { font-size: 1.2rem; margin-bottom: 14px; display: block; color: #fff; }
.footer-brand .footer-logo { display: block; margin-bottom: 14px; }
.footer-brand .footer-logo img { height: 56px; width: auto; display: block; }

.footer-logo img {
    height: 64px;
    width: auto;
    display: block;
}

.footer-brand .logo span { color: var(--gold); }
.footer-brand .logo small { color: #888; }
.footer-brand p { font-size: 0.88rem; color: #888; max-width: 280px; margin-bottom: 20px; }
.footer-checks { display: flex; flex-direction: column; gap: 8px; }
.footer-check { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: #aaa; }
.footer-check .icon { color: var(--gold); }
.footer-heading { font-family: var(--font-serif); font-size: 1rem; color: #fff; margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.85rem; color: #888; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-disclaimer {
  background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.25);
  border-radius: var(--radius); padding: 14px;
  font-size: 0.76rem; color: #888; line-height: 1.6;
}
.footer-bottom {
  padding-top: 28px; border-top: 1px solid #333;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
}
.footer-copy { font-size: 0.8rem; color: #666; }
@media (max-width: 760px) { .footer-grid { flex-direction: column; gap: 32px; } }

/* ── PAGE HEADER ─────────────────────────────────────────── */
.page-hero {
  padding: 130px 0 60px;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(201,168,76,0.09), transparent 70%),
              var(--bg);
}
.page-hero .section-eyebrow { display: block; margin-bottom: 12px; }

/* ── FILTERS ─────────────────────────────────────────────── */
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 48px; }
.filter-btn {
  padding: 8px 20px; border-radius: 40px;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
  border: 1px solid #ccc; background: transparent;
  color: #6b6b6b; cursor: pointer;
  transition: all 0.2s;
}
.filter-btn:hover, .filter-btn.active {
  background: #1a1a1a; color: #fff; border-color: #1a1a1a;
}

/* ── REVIEW DETAIL ───────────────────────────────────────── */
.review-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.review-hero-img { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 1; background: var(--bg-elevated); }
.review-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.review-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0; }
.review-meta-item {
  font-size: 0.78rem; font-weight: 700; padding: 5px 12px;
  border-radius: 6px; background: var(--bg-elevated); border: 1px solid var(--border);
  color: var(--text-muted);
}
.score-big {
  display: flex; align-items: center; gap: 12px; margin: 20px 0;
}
.score-big-num {
  font-family: var(--font-serif); font-size: 3rem; font-weight: 800; color: var(--gold); line-height: 1;
}
.score-big-label { font-size: 0.82rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; }
.score-bars { display: flex; flex-direction: column; gap: 12px; }
.score-row { display: grid; grid-template-columns: 110px 1fr 36px; gap: 10px; align-items: center; font-size: 0.82rem; }
.score-row-label { color: var(--text-muted); font-weight: 600; }
.score-bar-track { background: var(--bg-elevated); border-radius: 4px; height: 7px; overflow: hidden; border: 1px solid var(--border); }
.score-bar-fill { height: 100%; background: var(--gold); border-radius: 4px; }
.score-row-val { color: var(--gold-dim); font-weight: 700; text-align: right; }

.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 28px 0; }
.pros-box, .cons-box {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 20px 22px;
}
.pros-box { border-color: rgba(201,168,76,0.35); border-left: 4px solid var(--gold); }
.cons-box { border-left: 4px solid #ccc; }
.pros-cons h4 { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 14px; }
.pros-box h4 { color: #8a6b1f; }
.cons-box h4 { color: var(--text-muted); }
.pros-cons ul { display: flex; flex-direction: column; gap: 9px; }
.pros-cons li { font-size: 0.86rem; color: var(--text); padding-left: 18px; position: relative; }
.pros-cons li::before { content: '✓'; position: absolute; left: 0; color: var(--gold-dim); font-weight: 700; }
.cons-box li::before { content: '×'; color: #999; }

@media (max-width: 760px) { .review-hero-grid { grid-template-columns: 1fr; } .pros-cons { grid-template-columns: 1fr; } }

/* ── BREADCRUMB ──────────────────────────────────────────── */
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: var(--text-muted); margin-bottom: 24px; }
.breadcrumb a { color: var(--text-muted); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold-dim); }
.breadcrumb span { color: #ccc; }

/* ── PROSE (long-form content) ───────────────────────────── */
.prose { max-width: 780px; line-height: 1.8; }
.prose h2 { font-size: 1.7rem; color: #1a1a1a; margin: 48px 0 16px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.2rem; color: #2b2b2b; margin: 32px 0 12px; }
.prose p { color: var(--text-muted); margin-bottom: 18px; }
.prose ul, .prose ol { margin: 16px 0 24px 0; padding-left: 24px; list-style: disc; display: flex; flex-direction: column; gap: 8px; }
.prose ol { list-style: decimal; }
.prose li { color: var(--text-muted); font-size: 0.95rem; }
.prose blockquote {
  border-left: 4px solid var(--gold); padding-left: 24px; margin: 28px 0;
  font-style: italic; color: #2b2b2b; font-size: 1.1rem;
}
.prose .callout {
  background: rgba(201,168,76,0.07); border: 1px solid rgba(201,168,76,0.3);
  border-radius: var(--radius-lg); padding: 24px 28px; margin: 28px 0;
}
.prose .callout h2 { margin-top: 0; }
.prose hr { border: none; border-top: 1px solid var(--border); margin: 40px 0; }
.prose a { color: var(--gold-dim); text-decoration: underline; }
.prose a:hover { color: var(--gold); }
.prose strong { color: #1a1a1a; }

/* ── CONTACT FORM ────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.form-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 36px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.form-group label { font-size: 0.82rem; font-weight: 700; color: #2b2b2b; text-transform: uppercase; letter-spacing: 0.06em; }
.form-group input, .form-group select, .form-group textarea {
  padding: 12px 14px;
  background: var(--bg-elevated); border: 1px solid var(--border);
  border-radius: var(--radius); color: #2b2b2b; font-size: 0.9rem;
  outline: none; transition: border-color 0.2s;
  width: 100%;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-group select { appearance: none; -webkit-appearance: none; }
.form-group select option { background: #fff; }
/* faq — STANDARD: always <details>/<summary> toggle markup, never static divs. Template: /faq-toggle-template.html */
.faq-item { margin-bottom: 12px; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.faq-item summary.faq-q {
  cursor: pointer; list-style: none; font-weight: 700; color: #2b2b2b;
  padding: 16px 20px; margin: 0; display: flex; justify-content: space-between;
  align-items: center; gap: 12px;
}
.faq-item summary.faq-q::-webkit-details-marker { display: none; }
.faq-item summary.faq-q::marker { content: ""; }
.faq-toggle { font-size: 1.4rem; line-height: 1; color: var(--gold-dim); font-weight: 400; transition: transform 0.2s ease; flex-shrink: 0; }
.faq-item[open] .faq-toggle { transform: rotate(45deg); }
.faq-item .faq-a { font-size: 0.88rem; color: var(--text-muted); padding: 0 20px 18px; }
.response-box {
  background: rgba(201,168,76,0.07); border: 1px solid rgba(201,168,76,0.3);
  border-radius: var(--radius); padding: 14px 18px;
  display: flex; align-items: flex-start; gap: 12px; margin-top: 32px;
}
.response-box-icon { color: var(--gold-dim); font-size: 1rem; margin-top: 2px; }
.response-box-title { font-weight: 700; font-size: 0.85rem; color: #2b2b2b; margin-bottom: 3px; }
.response-box-text { font-size: 0.8rem; color: var(--text-muted); }
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } }

/* ── TOP PICKS LIST ──────────────────────────────────────── */
.top-picks-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 40px; }
.top-pick-item { position: relative; }
.top-pick-number {
  position: absolute; left: -64px; top: 0;
  font-family: var(--font-serif); font-size: 5rem; font-weight: 800;
  color: rgba(201,168,76,0.1); line-height: 1; user-select: none;
}
@media (max-width: 900px) { .top-pick-number { display: none; } }

/* ── UTILITIES ───────────────────────────────────────────── */
.text-gold { color: var(--gold); }
.text-muted { color: var(--text-muted); }
.text-white { color: var(--white); }
.text-center { text-align: center; }
.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.gap-2 { gap: 8px; }
.gap-3 { gap: 12px; }
.gap-4 { gap: 16px; }
.mt-1 { margin-top: 6px; }
.mt-2 { margin-top: 12px; }
.mt-3 { margin-top: 18px; }
.mt-4 { margin-top: 24px; }
.mt-6 { margin-top: 36px; }
.mb-4 { margin-bottom: 24px; }
.mb-6 { margin-bottom: 36px; }
.mb-8 { margin-bottom: 48px; }
.main-content { padding-top: 68px; }

/* Notification toast */
.toast {
  position: fixed; bottom: 28px; right: 28px;
  background: #1a1a1a; border: 1px solid var(--gold);
  border-radius: var(--radius); padding: 16px 20px;
  color: #fff; font-size: 0.88rem; font-weight: 600;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2); z-index: 1000;
  animation: slideIn 0.3s ease forwards;
}
@keyframes slideIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
