/* ============================================================
   PawTech Review — Global Stylesheet
   Shared across all 99 pages. Page-specific overrides go inline.
   ============================================================ */

/* === VARIABLES === */
:root {
  --paper: #f7f4ef;
  --accent: #10b981;
  --accent-hover: #0d9488;
  --accent-bright: #34d399;
  --cta: #e8572a;
  --cta-hover: #cf4920;
  --cream: #ede9e1;
  --ink: #0d0d0d;
  --text-secondary: #444;
  --border: #d8d3cb;
  --gold: #c9a84c;
  --green: #2a8a4a;
  --muted: #7a7570;
  --overlay: rgba(0,0,0,0.85);
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; overflow-x: hidden; }
body { background: var(--paper); color: var(--ink); font-family: 'Space Grotesk', sans-serif; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; }


/* === MASTHEAD === */
.masthead {
  position: sticky; top: 0; z-index: 100;
  background: var(--ink); color: var(--paper);
  border-bottom: 3px solid var(--accent);
  padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
  height: 62px;
}
.masthead-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 62px;
}
.masthead-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.65rem; font-weight: 900;
  color: var(--paper); text-decoration: none; letter-spacing: -0.5px;
  margin-right: 0.75rem; flex-shrink: 0; white-space: nowrap;
}
.masthead-logo span { color: var(--accent); }
.masthead-nav {
  display: flex; gap: 0.6rem; list-style: none;
  align-items: center; flex-wrap: nowrap;
}
.masthead-nav a {
  color: var(--paper); text-decoration: none;
  font-size: 0.62rem; font-weight: 600; letter-spacing: 0.04em;
  text-transform: uppercase; opacity: 0.75; transition: opacity 0.2s;
}
.masthead-nav a:hover, .masthead-nav a.active { opacity: 1; color: var(--accent); }
.masthead-nav li { height: 62px; display: flex; align-items: center; }
.nav-featured { position: relative; }
.nav-featured > a { opacity: 1 !important; white-space: nowrap; }
.nav-featured > a::after {
  content: ''; display: inline-block; width: 4px; height: 4px;
  background: var(--accent); border-radius: 50%; margin-left: 3px;
  vertical-align: middle; position: relative; top: -1px;
}

/* === DROPDOWN NAV === */
.cat-drop { position: relative; }
.cat-drop-menu {
  display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  background: var(--ink); border: 1px solid #333; border-top: 3px solid var(--accent);
  padding: 0.5rem 0; min-width: 200px; z-index: 200;
  border-radius: 0 0 6px 6px; box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}
.cat-drop-menu::before { content: ""; position: absolute; top: -18px; left: 0; right: 0; height: 18px; }
.cat-drop:hover .cat-drop-menu { display: block; }
.cat-drop-menu a {
  display: flex; align-items: center; gap: 0.5rem;
  padding: 0.5rem 1.25rem; color: rgba(255,255,255,0.7) !important;
  text-decoration: none !important; font-size: 0.68rem !important; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.04em;
  opacity: 1 !important; transition: all 0.15s; white-space: nowrap;
}
.cat-drop-menu a:hover { background: rgba(16,185,129,0.15); color: var(--accent) !important; }
.cat-drop-menu .dd-icon { font-size: 0.9rem; width: 1.2rem; text-align: center; }

/* === HAMBURGER MENU === */
.hamburger {
  display: none; background: none; border: none; color: var(--paper);
  font-size: 1.6rem; cursor: pointer; padding: 0.5rem;
  line-height: 1; min-width: 44px; min-height: 44px;
}
.mobile-nav {
  display: none; position: absolute; top: 50px; left: 0; right: 0; order: 5;
  background: var(--ink); border-bottom: 3px solid var(--accent);
  padding: 1rem 2rem; z-index: 99;
  max-height: calc(100vh - 50px); overflow-y: auto; -webkit-overflow-scrolling: touch;
}
.mobile-nav ul { list-style: none; }
.mobile-nav li { margin-bottom: 0.25rem; }
.mobile-nav a {
  color: var(--paper); text-decoration: none; font-size: 0.9rem;
  font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  opacity: 0.75; transition: opacity 0.2s; display: flex; align-items: center;
  padding: 0.75rem 0; min-height: 44px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mobile-nav a:hover, .mobile-nav a.active { opacity: 1; color: var(--accent); }
.mobile-nav .nav-featured > a { opacity: 1; white-space: nowrap; }

/* === HERO (category pages, guides) === */
.hero {
  background: var(--ink); color: var(--paper);
  padding: 2.5rem 2rem 2rem;
  border-bottom: 1px solid #222;
}
.hero-inner { max-width: 1200px; margin: 0 auto; }
.hero-kicker {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--accent);
  display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.6rem;
}
.hero-kicker::before { content: ''; display: block; width: 24px; height: 2px; background: var(--accent); }
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900; line-height: 1.3;
  letter-spacing: -1px; margin-bottom: 0.6rem;
}
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-meta {
  display: flex; gap: 2rem; flex-wrap: wrap;
  font-size: 0.75rem; color: rgba(255,255,255,0.5);
  font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase;
  margin-top: 1rem; padding-top: 1rem;
  border-top: 1px solid #333;
}
.hero-deck {
  font-size: 1rem; color: rgba(255,255,255,0.65);
  line-height: 1.7; max-width: 640px; margin-bottom: 0;
}
.hero-sub {
  font-size: 1rem; color: rgba(255,255,255,0.65);
  line-height: 1.7; max-width: 640px;
}
.hero-meta span strong { color: rgba(255,255,255,0.85); }

/* === PAGE HERO (info pages) === */
.page-hero { background: var(--ink); color: var(--paper); padding: 2.5rem 2rem 2rem; }
.page-hero-inner { max-width: 700px; margin: 0 auto; }
.page-kicker {
  font-family: 'JetBrains Mono', monospace; font-size: 0.7rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 0.6rem;
}
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 900;
  line-height: 1.3; margin-bottom: 0.6rem;
}
.page-hero p { font-size: 1rem; color: rgba(255,255,255,0.65); line-height: 1.7; }
.page-content { max-width: 700px; margin: 0 auto; padding: 3rem 2rem 4rem; }

/* === LAYOUT === */
.page-wrap { max-width: 900px; margin: 0 auto; padding: 3rem 2rem; }
/* Content links — accent orange everywhere except buttons/nav/footer */
.page-wrap a:not(.btn-primary):not(.btn-secondary):not(.comp-buy-badge),
.page-content a:not(.btn-primary):not(.btn-secondary):not(.comp-buy-badge),
.review-content a:not(.btn-primary):not(.btn-secondary):not(.comp-buy-badge),
.comparison-table a:not(.comp-buy-badge),
.compare-table a:not(.comp-buy-badge),
.comp-table a:not(.comp-buy-badge),
.rd-compare-table a:not(.comp-buy-badge):not(.buy-cell a),
.rd-faq-a a,
.rd-review-body a:not(.btn-primary):not(.btn-secondary):not(.comp-buy-badge):not(.cta-btn):not(.btn-buy):not(.prod-btn-buy):not(.rd-buy-box-btn),
.rd-products-section a:not(.btn-primary):not(.cta-btn):not(.btn-buy):not(.prod-btn-buy):not(.rd-buy-box-btn),
.rd-buying-guide a:not(.btn-buy):not(.prod-btn-buy):not(.rd-buy-box-btn),
.rd-cat-section a:not(.btn-primary):not(.cta-btn):not(.btn-buy):not(.prod-btn-buy):not(.rd-buy-box-btn) { color: var(--accent); }
.page-wrap a:not(.btn-primary):not(.btn-secondary):not(.comp-buy-badge):hover,
.page-content a:not(.btn-primary):not(.btn-secondary):not(.comp-buy-badge):hover,
.review-content a:not(.btn-primary):not(.btn-secondary):not(.comp-buy-badge):hover,
.comparison-table a:not(.comp-buy-badge):hover,
.compare-table a:not(.comp-buy-badge):hover,
.comp-table a:not(.comp-buy-badge):hover,
.rd-compare-table a:not(.comp-buy-badge):hover,
.rd-faq-a a:hover,
.rd-review-body a:not(.btn-primary):not(.btn-secondary):not(.comp-buy-badge):not(.cta-btn):not(.btn-buy):not(.prod-btn-buy):not(.rd-buy-box-btn):hover,
.rd-products-section a:not(.btn-primary):not(.cta-btn):not(.btn-buy):not(.prod-btn-buy):not(.rd-buy-box-btn):hover,
.rd-buying-guide a:not(.btn-buy):not(.prod-btn-buy):not(.rd-buy-box-btn):hover,
.rd-cat-section a:not(.btn-primary):not(.cta-btn):not(.btn-buy):not(.prod-btn-buy):not(.rd-buy-box-btn):hover { color: var(--accent-hover); }
/* Ensure ALL buy/CTA buttons keep white text */
.btn-buy, .prod-btn-buy, .cta-btn, .btn-primary, .comp-buy-badge, .rd-buy-box-btn,
.buy-cell a,
.rd-compare-table .buy-cell a,
.page-wrap .btn-primary,
.page-content .btn-primary,
.review-content .btn-primary,
.rd-review-body .btn-primary,
.rd-products-section .btn-primary,
.rd-cat-section .btn-primary { color: #fff !important; }
.page-wrap .btn-secondary,
.page-content .btn-secondary,
.review-content .btn-secondary { color: var(--ink); }
.page-wrap .comp-buy-badge,
.compare-table .comp-buy-badge,
.comp-table .comp-buy-badge,
.comparison-table .comp-buy-badge { color: #fff !important; }
main { min-width: 0; }
.intro-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem; line-height: 1.8;
  color: #333; margin-bottom: 2rem;
  padding-bottom: 2rem; border-bottom: 1px solid var(--border);
}
.section-label {
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 0.5rem;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem; font-weight: 900;
  margin-bottom: 2rem; line-height: 1.5;
}

/* === PRODUCT CARD (category pages + buying guides) === */
.product-card {
  background: #fff; border: 3px solid #000000;
  border-radius: 4px; margin-bottom: 2rem;
  overflow: hidden; transition: box-shadow 0.2s;
  position: relative;
}
.card-overlay-link { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; }
.product-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.1); }
.product-card.winner { border-color: var(--accent-bright); border-width: 3px; }
.product-card.winner::before {
  content: '\2605 EDITOR\'S CHOICE';
  position: absolute; top: 0; right: 0;
  background: var(--accent-bright); color: white;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 5px 14px;
}
.deal-banner {
  background: linear-gradient(135deg, #ff4500 0%, #e8572a 50%, #c9a84c 100%);
  color: #fff; padding: 0.6rem 1.5rem;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem;
}
.deal-banner-text { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.03em; }
.deal-banner-price { display: flex; align-items: center; gap: 0.6rem; }
.deal-banner-price .deal-old { font-size: 0.82rem; text-decoration: line-through; opacity: 0.7; }
.deal-banner-price .deal-new { font-size: 1.2rem; font-family: 'JetBrains Mono', monospace; font-weight: 700; }
.deal-banner-price .deal-save {
  background: rgba(255,255,255,0.2); padding: 2px 8px; border-radius: 3px;
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
}
.card-header {
  display: grid; grid-template-columns: 60px 1fr auto;
  gap: 1.25rem; align-items: start;
  padding: 1.5rem; border-bottom: 1px solid var(--border);
  background: var(--paper);
}
.rank-badge {
  width: 52px; height: 52px; border-radius: 4px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-weight: 800; flex-shrink: 0;
}
.rank-badge.gold { background: var(--gold); color: #fff; }
.rank-badge.silver { background: #9ba4b0; color: #fff; }
.rank-badge.bronze { background: #b87c4c; color: #fff; }
.rank-badge.default { background: var(--cream); color: var(--muted); border: 1px solid var(--border); }
.rank-badge .rank-num { font-size: 1.4rem; line-height: 1; }
.rank-badge .rank-label { display: none; }

/* Product images — 160px desktop, responsive scaling, ALWAYS visible on mobile */
.product-img {
  width: 160px; height: 160px; object-fit: contain;
  border-radius: 4px; background: #fff; border: 1px solid var(--border);
  cursor: zoom-in;
}
.card-header.has-img { grid-template-columns: 60px 160px 1fr auto; }

.card-title-group { flex: 1; }
.product-category {
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 0.2rem;
}
.product-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem; font-weight: 700; line-height: 1.5;
  margin-bottom: 0.3rem;
}
.product-name a { color: var(--accent); text-decoration: none; }
.product-name a:hover { text-decoration: underline; }
.product-tagline { font-size: 0.8rem; color: var(--muted); }

.score-block { text-align: center; flex-shrink: 0; }
.score-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 2rem; font-weight: 500; line-height: 1;
  color: var(--accent);
}
.score-denom { font-size: 0.7rem; color: var(--muted); }
.score-bar-wrap { width: 60px; height: 4px; background: var(--border); border-radius: 2px; margin-top: 6px; }
.score-bar { height: 100%; border-radius: 2px; background: var(--accent); }

.card-body { padding: 1.5rem; }
.card-verdict {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem; line-height: 1.7;
  color: #333; margin-bottom: 1.5rem;
  padding-bottom: 1.5rem; border-bottom: 1px solid var(--border);
}

/* === SPEC GRID === */
.spec-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border); border-radius: 4px;
  overflow: hidden; margin-bottom: 1.5rem;
}
.spec-cell { background: var(--paper); padding: 0.7rem; text-align: center; }
.spec-label {
  font-size: 0.58rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 0.2rem;
}
.spec-value {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem; font-weight: 500; color: var(--ink);
}
.spec-value.good { color: var(--green); }
.spec-value.warn { color: var(--accent); }

/* === PROS CONS === */
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.5rem; }
.pros-block, .cons-block {
  background: var(--paper); border-radius: 4px;
  padding: 1rem; border: 1px solid var(--border);
}
.pros-block { border-left: 3px solid var(--green); }
.cons-block { border-left: 3px solid var(--accent); }
.pc-label {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 0.6rem;
}
.pros-block .pc-label { color: var(--green); }
.cons-block .pc-label { color: var(--accent); }
.pc-list { list-style: none; }
.pc-list li {
  font-size: 0.8rem; color: var(--text-secondary); padding: 0.2rem 0 0.2rem 1rem;
  position: relative; line-height: 1.6;
}
.pros-block .pc-list li::before { content: '+'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.cons-block .pc-list li::before { content: '\2212'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }

/* === BUTTONS === */
.card-footer {
  padding: 0 1.5rem 1.5rem; display: flex; gap: 0.75rem;
  align-items: center; flex-wrap: wrap;
  position: relative; z-index: 2;
}
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--cta); color: #fff;
  padding: 0.65rem 1.25rem; border-radius: 4px;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.05em;
  text-decoration: none; text-transform: uppercase; transition: background 0.2s;
}
.btn-primary:hover { background: var(--cta-hover); }
.btn-primary svg { width: 14px; height: 14px; }
.btn-secondary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: transparent; color: var(--ink);
  padding: 0.65rem 1.25rem; border-radius: 4px;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.05em;
  text-decoration: none; text-transform: uppercase;
  transition: background 0.2s; border: 1px solid var(--border);
}
.btn-secondary:hover { background: var(--cream); }
.price-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 1.1rem; font-weight: 500; color: var(--ink);
}
.sub-note { font-size: 0.72rem; color: var(--muted); }

/* === BADGE TAGS === */
.tag-strip { display: flex; gap: 0.4rem; flex-wrap: wrap; margin-bottom: 0.6rem; }
.tag {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 0.2rem 0.5rem; border-radius: 2px;
}
.tag-green { background: #e6f4eb; color: var(--green); border: 1px solid #c3e6cc; }
.tag-orange { background: #fdf0eb; color: var(--cta); border: 1px solid #f7cfc2; }
.tag-gold { background: #fdf6e3; color: var(--gold); border: 1px solid #f0e0a8; }
.tag-gray { background: var(--cream); color: var(--muted); border: 1px solid var(--border); }

/* === COMPARISON TABLES === */
.compare-table, .comparison-table { display: table; width: 100%; border-collapse: collapse; }
.compare-table { font-size: 0.82rem; }
.compare-table th {
  background: var(--ink); color: var(--paper); padding: 0.6rem 0.85rem;
  text-align: left; font-size: 0.6rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.compare-table td { padding: 0.7rem 0.85rem; border-bottom: 1px solid var(--border); vertical-align: middle; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:nth-child(even) td { background: var(--paper); }
.check { color: var(--green); font-weight: 700; }
.cross { color: var(--accent); font-weight: 700; }

.comparison-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.82rem; }
.comparison-table th {
  background: var(--ink); color: var(--paper); font-size: 0.6rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.6rem 0.85rem; text-align: left;
}
.comparison-table td { padding: 0.6rem 0.85rem; border-bottom: 1px solid var(--border); vertical-align: middle; }
.comparison-table tr:nth-child(even) { background: var(--cream); }
.comparison-table tr:hover { background: #e8e3da; }
.ct-rank { font-family: 'JetBrains Mono', monospace; font-weight: 700; color: var(--accent); }
.ct-score { font-family: 'JetBrains Mono', monospace; font-weight: 700; color: var(--accent); }

/* === QUICK COMPARISON BUY BADGES === */
.comp-buy-badge {
  display: inline-flex; align-items: center; gap: 0.35rem;
  background: var(--cta); color: #fff;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 5px 12px; border-radius: 3px;
  text-decoration: none; white-space: nowrap; transition: background 0.2s;
  line-height: 1.5;
}
.comp-buy-badge:hover { background: var(--cta-hover); color: #fff; }
.comp-buy-badge svg { width: 13px; height: 13px; flex-shrink: 0; }
.comp-amazon-indicator {
  display: inline-flex; align-items: center; gap: 0.25rem;
  font-size: 0.55rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--accent); margin-top: 0.25rem;
}
.comp-amazon-indicator::before {
  content: ''; display: inline-block; width: 5px; height: 5px;
  background: var(--accent); border-radius: 50%;
}

/* === DISCLAIMER === */
.disclaimer {
  font-size: 0.7rem; color: var(--muted); line-height: 1.6;
  padding: 1rem; background: var(--cream);
  border: 1px solid var(--border); border-radius: 4px; margin-top: 2rem;
}

/* === FOOTER === */
footer { background: var(--ink); padding: 3rem 2rem 0; }
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 3rem; width: 100%;
}
.footer-logo {
  font-family: 'Playfair Display', serif; font-size: 1.4rem;
  font-weight: 900; color: rgba(255,255,255,0.5); margin-bottom: 0.5rem;
}
.footer-logo span { color: var(--accent); }
.footer-tagline { font-size: 0.8rem; color: rgba(255,255,255,0.4); line-height: 1.6; max-width: 220px; }
.footer-col-title {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: rgba(255,255,255,0.4);
  margin-bottom: 0.75rem; padding-bottom: 0.5rem; border-bottom: 1px solid #333;
}
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { font-size: 0.82rem; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom {
  background: #0a0a0a; padding: 1rem 2rem;
  display: flex; justify-content: space-between; align-items: center;
}
.footer-copy { font-family: 'JetBrains Mono', monospace; font-size: 0.6rem; color: rgba(255,255,255,0.3); }

/* === BREADCRUMB (review + blog pages) === */
.breadcrumb {
  background: var(--ink); color: rgba(255,255,255,0.5);
  padding: 0.5rem 2rem;
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.04em;
  text-align: center;
  border-top: 2px solid var(--accent);
}
.breadcrumb a { color: var(--accent); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .sep { margin: 0 0.4rem; }

/* === REVIEW PAGE STYLES === */
.review-hero-top {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 2rem; margin-bottom: 1.5rem;
}
.review-badge {
  display: inline-block; background: var(--accent); color: white;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; padding: 3px 10px; border-radius: 2px; margin-bottom: 0.5rem;
}
.review-rank-badge {
  display: inline-block; background: var(--gold); color: white;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 3px 10px; border-radius: 2px; margin-left: 0.5rem;
}
.review-rank-badge.orange { background: var(--accent-bright); }
.review-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900; line-height: 1.3; margin-bottom: 0.5rem;
}
.review-tagline { font-size: 0.88rem; color: var(--muted); line-height: 1.6; }
.review-score-block {
  text-align: center; flex-shrink: 0; background: var(--ink); color: var(--paper);
  padding: 1.25rem 1.5rem; border-radius: 4px;
}
.review-score-num {
  font-family: 'JetBrains Mono', monospace; font-size: 2.8rem;
  font-weight: 500; line-height: 1; color: var(--accent);
}
.review-score-denom { font-size: 0.7rem; color: rgba(255,255,255,0.5); margin-bottom: 0.5rem; }
.review-score-label {
  font-size: 0.58rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold);
}
.review-content {
  max-width: 900px; margin: 0 auto; padding: 0 2rem 2rem;
  border: 3px solid var(--ink); border-top: 1px solid var(--border);
  border-radius: 0 0 6px 6px; background: #fff;
}
.review-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: 4px; overflow: hidden; margin-bottom: 2rem;
}
.review-card-header {
  padding: 1rem 1.5rem; background: var(--paper);
  border-bottom: 1px solid var(--border);
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted);
}
.review-card-body { padding: 1.5rem; }
.review-verdict {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem; line-height: 1.7; color: #333;
}

/* Review page bordered layout */
.review-hero {
  max-width: 900px; margin: 0 auto; padding: 2rem 2rem 1.5rem;
  border: 3px solid var(--ink); border-bottom: none;
  border-radius: 6px 6px 0 0; background: #fff;
}

/* Score breakdown bars */
.score-breakdown { margin-bottom: 1.5rem; }
.score-row { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.5rem; }
.score-row-label { width: 100px; font-size: 0.78rem; color: var(--muted); flex-shrink: 0; }
.score-row-bar { flex: 1; height: 6px; background: var(--border); border-radius: 3px; overflow: hidden; }
.score-row-fill { height: 100%; background: var(--accent); border-radius: 3px; }
.score-row-num {
  font-family: 'JetBrains Mono', monospace; font-size: 0.75rem;
  color: var(--muted); width: 28px; text-align: right;
}

/* In-body affiliate disclosure */
.affiliate-note {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  line-height: 1.4;
}
.affiliate-note a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
}
.affiliate-note a:hover {
  color: var(--accent);
}

/* CTA block */
.cta-block {
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
  margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border);
}
/* Back link + disclosure row */
.back-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 2rem;
}
.back-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  color: var(--accent); text-decoration: none; font-size: 0.82rem;
  font-weight: 600;
}
.back-link:hover { text-decoration: underline; }

/* Related cards */
.related-section { border-top: 2px solid var(--border); padding-top: 2rem; margin-top: 1rem; }
.related-title { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 900; margin-bottom: 1rem; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
.related-card {
  background: #fff; border: 1px solid var(--border); border-radius: 4px;
  padding: 1rem; text-decoration: none; color: inherit; transition: box-shadow 0.2s;
}
.related-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.related-card-name { font-family: 'Playfair Display', serif; font-size: 0.9rem; font-weight: 700; margin-bottom: 0.3rem; }
.related-card-score { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; color: var(--accent); }
.related-card-rank { font-size: 0.6rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.3rem; }

/* Review product figure + image */
.review-product-figure { text-align: center; margin: 1.5rem 0 0; padding: 1.5rem; background: #fff; border-radius: 8px; }
.review-product-img { max-width: 280px; max-height: 280px; width: 100%; height: auto; object-fit: contain; border-radius: 6px; }

/* === BLOG POST STYLES === */
.article-hero { max-width: 800px; margin: 0 auto; padding: 2rem 2rem 1.5rem; }
.article-tag {
  display: inline-block; font-size: 0.58rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.2rem 0.6rem; border-radius: 2px;
  background: #e6f4eb; color: var(--green); border: 1px solid #c3e6cc;
  margin-bottom: 0.75rem;
}
.article-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900; line-height: 1.35; margin-bottom: 0.75rem;
}
.article-meta {
  display: flex; gap: 1rem; font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem; color: var(--muted);
  margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border);
}
.article-body { max-width: 800px; margin: 0 auto; padding: 0 2rem 3rem; }
.article-body h2 {
  font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700;
  margin: 2rem 0 0.75rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--border);
}
.article-body h3 { font-size: 1.05rem; font-weight: 700; margin: 1.5rem 0 0.5rem; }
.article-body p { font-size: 0.95rem; color: #333; line-height: 1.85; margin-bottom: 1.1rem; }
.article-body ul { margin: 0.5rem 0 1.2rem 1.5rem; }
.article-body ul li { font-size: 0.95rem; color: #333; line-height: 1.85; margin-bottom: 0.4rem; }
.article-body a { color: var(--accent); }
.article-body a.btn-primary { color: #fff; }

/* Compare box (blog posts) */
.compare-box { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.5rem 0; }
.compare-col { background: #fff; border: 1px solid var(--border); border-radius: 6px; padding: 1.25rem; }
.compare-col.pro { border-left: 3px solid var(--green); }
.compare-col.con { border-left: 3px solid var(--accent); }
.compare-col h4 { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.5rem; }
.compare-col.pro h4 { color: var(--green); }
.compare-col.con h4 { color: var(--accent); }
.compare-col ul { list-style: none; }
.compare-col ul li { font-size: 0.85rem; color: var(--text-secondary); padding: 0.15rem 0; line-height: 1.5; }

/* CTA box (blog posts) */
.cta-box { background: var(--ink); color: var(--paper); padding: 1.5rem 2rem; border-radius: 6px; margin: 2rem 0; text-align: center; }
.cta-box h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; margin-bottom: 0.5rem; }
.cta-box p { font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-bottom: 0.6rem; }

/* Pick cards (blog product recommendations) */
.pick-card {
  display: grid; grid-template-columns: 120px 1fr auto; gap: 16px;
  border: 2px solid var(--ink); border-radius: 10px; padding: 16px; margin: 1rem 0;
  align-items: center;
}
.pick-card-img {
  display: block; width: 120px; height: 120px; border-radius: 8px; overflow: hidden;
  background: #fff; flex-shrink: 0;
}
.pick-card-img img { width: 100%; height: 100%; object-fit: contain; }
.pick-cat { font-size: 10px; font-weight: 700; letter-spacing: 1px; color: var(--muted); text-transform: uppercase; margin-bottom: 2px; }
.pick-name { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.pick-desc { font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: 8px; }
.pick-link { display: inline-block; background: var(--cta); color: #fff !important; padding: 8px 16px; font-size: 11px; font-weight: 700; border-radius: 4px; text-decoration: none !important; }
.pick-link:hover { opacity: 0.85; }
.pick-score { font-family: 'JetBrains Mono', monospace; font-size: 20px; font-weight: 700; color: var(--accent); }
.pick-price { font-family: 'JetBrains Mono', monospace; font-size: 14px; margin-top: 4px; }

/* CTA box with product image background */
.cta-box-img {
  position: relative; border-radius: 10px; overflow: hidden; margin: 2rem 0;
  background-size: contain; background-position: center top; background-repeat: no-repeat;
  background-color: #fff; padding-top: 55%; /* aspect ratio for product images */
  text-align: center;
}
.cta-box-overlay {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.6) 40%, transparent 70%);
}
.cta-box-content {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 1; padding: 2rem; color: #fff;
}
.cta-box-content h3 {
  font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700;
  margin-bottom: 0.5rem; text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.cta-box-content p {
  font-size: 0.85rem; color: rgba(255,255,255,0.7); margin-bottom: 1rem;
}
.rd-article-card .cta-box-content a { color: #fff; }
.rd-article-card .cta-box-content h3 { color: #fff; }
.rd-article-card .cta-box-content p { color: rgba(255,255,255,0.7); }

/* Related posts (blog) */
.related-posts { margin-top: 3rem; padding-top: 2rem; border-top: 2px solid var(--border); }
.related-posts h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; margin-bottom: 0.6rem; }

/* === LIGHTBOX === */
.product-img, .review-product-img { cursor: zoom-in; }
.lightbox-overlay {
  display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.85); z-index: 9999;
  justify-content: center; align-items: center;
  cursor: zoom-out; padding: 2rem;
}
.lightbox-overlay.active { display: flex; }
.lightbox-overlay img {
  max-width: 90vw; max-height: 85vh; object-fit: contain;
  border-radius: 8px; background: #fff; padding: 1rem;
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
}
.lightbox-close {
  position: fixed; top: 1rem; right: 1.5rem; z-index: 10000;
  background: none; border: none; color: #fff; font-size: 2rem;
  cursor: pointer; opacity: 0.7; transition: opacity 0.2s;
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
}
.lightbox-close:hover { opacity: 1; }


/* ===========================================================
   2026 SITE REDESIGN — Shared Styles
   Flowing gradient, two-row nav, full-bleed cards, section cards,
   email capture, FAQ, and all page-type layouts.
   =========================================================== */

/* --- Flowing Gradient Animation (all heroes + email + deals) --- */
@keyframes flowGradient {
  0% { background-position: 0% 50%; }
  25% { background-position: 100% 50%; }
  50% { background-position: 100% 100%; }
  75% { background-position: 0% 100%; }
  100% { background-position: 0% 50%; }
}
.flowing-bg { position: relative; overflow: hidden; }
.flowing-bg::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(-45deg, #0d0d0d, #1a2332, #2a1a32, #1a2a1a, #0d0d0d);
  background-size: 400% 400%;
  animation: flowGradient 15s ease infinite;
  z-index: 0;
}

/* === NAV (single bar, logo left, categories button right) === */
nav#mainNav {
  background: var(--ink);
  padding: 14px 28px;
  display: flex; align-items: center;
  border-bottom: 3px solid var(--accent);
  position: sticky; top: 0; z-index: 100;
}
.nav-brand {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 900;
  color: var(--accent); text-decoration: none;
}
.nav-brand span { color: rgba(255,255,255,0.5); }
.nav-cats-btn {
  margin-left: auto; color: rgba(255,255,255,0.7);
  text-decoration: none; font-size: 14px; font-weight: 600;
  display: flex; align-items: center; gap: 8px;
  padding: 8px 18px; border-radius: 8px;
  border: 1.5px solid rgba(255,255,255,0.15);
  transition: all 0.2s; cursor: pointer; background: none;
}
.nav-cats-btn:hover { border-color: var(--accent); color: var(--accent); }
.nav-cats-btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; }

/* Categories dropdown */
.nav-dropdown {
  display: none; position: absolute; top: 100%; left: 0; right: 0;
  background: #141414; padding: 20px 28px;
  z-index: 99; box-shadow: 0 12px 32px rgba(0,0,0,0.5);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-dropdown-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 6px 28px; max-width: 1200px; margin: 0 auto;
  text-align: center;
}
.nav-dropdown a {
  display: block; padding: 9px 14px; border-radius: 6px;
  color: rgba(255,255,255,0.5); text-decoration: none;
  font-size: 14px; font-weight: 500; transition: all 0.15s;
}
.nav-dropdown a:hover { background: rgba(16,185,129,0.1); color: var(--accent); }
/* Utility links row (Blog, Tools, Guides, Contact) */
.nav-dropdown-utils {
  display: flex; justify-content: center; gap: 16px;
  padding-top: 14px; margin-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.nav-dropdown-utils a {
  color: rgba(255,255,255,0.6); text-decoration: none;
  font-size: 14px; font-weight: 600; padding: 8px 16px;
  border-radius: 6px; transition: all 0.15s;
}
.nav-dropdown-utils a:hover { color: var(--accent); background: rgba(16,185,129,0.1); }
/* Hover to open dropdown — anywhere on nav bar keeps it open */
.nav-cats-btn:hover ~ .nav-dropdown,
.nav-dropdown:hover,
nav#mainNav:hover .nav-dropdown { display: block; }
.nav-dropdown::before {
  content: ""; position: absolute; top: -20px; left: 0; right: 0; height: 20px;
}

/* --- Redesign Breadcrumb (inside hero, white text) --- */
.rd-breadcrumb {
  padding: 0 0 14px; font-size: 12px; color: rgba(255,255,255,0.35);
}
.rd-breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; }
.rd-breadcrumb a:hover { color: var(--accent); }

/* --- Category Hero (redesign) --- */
.rd-cat-hero { position: relative; overflow: hidden; }
.rd-cat-hero-content {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto; padding: 40px 24px 36px;
}
.rd-cat-hero-kicker {
  font-size: 11px; color: var(--accent); letter-spacing: 3px;
  font-weight: 700; margin-bottom: 8px; text-transform: uppercase;
}
.rd-cat-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 10px;
}
.rd-cat-hero h1 em { color: var(--gold); font-style: italic; }
.rd-cat-hero-deck {
  font-size: 14px; color: rgba(255,255,255,0.4); max-width: 600px;
  line-height: 1.7; margin-bottom: 16px;
}
.rd-cat-hero-stats {
  display: flex; gap: 24px; font-size: 11px; color: rgba(255,255,255,0.3);
}
.rd-cat-hero-stats strong { color: rgba(255,255,255,0.7); }

/* --- Winner Banner (#1 Pick) --- */
.winner-banner {
  max-width: 1200px; margin: -20px auto 0; padding: 0 24px;
  position: relative; z-index: 3;
}
.winner-card {
  background: #fff; border: 3px solid var(--ink); border-radius: 12px;
  overflow: hidden; display: grid; grid-template-columns: 280px 1fr;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
.winner-img {
  display: block;
  position: relative; overflow: hidden;
  background: #fff;
}
.winner-img img { width: 100%; height: 100%; object-fit: contain; }
.winner-img-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--accent); color: #fff;
  font-size: 10px; font-weight: 800; letter-spacing: 1.5px;
  padding: 5px 12px; border-radius: 4px; text-transform: uppercase;
}
.winner-body { padding: 24px; display: flex; flex-direction: column; justify-content: center; }
.winner-cat {
  font-size: 10px; font-weight: 700; letter-spacing: 2px;
  color: var(--muted); text-transform: uppercase; margin-bottom: 4px;
}
.winner-name {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 900; margin-bottom: 6px;
}
.winner-verdict { font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: 14px; }
.winner-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.winner-score {
  background: var(--accent); color: #fff;
  font-family: 'JetBrains Mono', monospace;
  font-size: 18px; font-weight: 700;
  padding: 6px 12px; border-radius: 6px;
}
.winner-price { font-family: 'JetBrains Mono', monospace; font-size: 14px; }
.winner-price s { color: var(--muted); }
.winner-deal { font-size: 11px; color: var(--green); font-weight: 700; }
.winner-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-buy {
  display: inline-block; background: var(--cta); color: #fff;
  padding: 10px 22px; font-size: 12px; font-weight: 700;
  border-radius: 4px; text-decoration: none; transition: opacity 0.2s;
}
.btn-buy:hover { opacity: 0.85; }
.btn-review {
  display: inline-block; border: 2px solid var(--ink);
  padding: 9px 22px; font-size: 12px; font-weight: 700;
  border-radius: 4px; text-decoration: none; color: var(--ink);
  transition: all 0.2s;
}
.btn-review:hover { background: var(--ink); color: #fff; }

/* --- Product Grid Cards (category pages, full-bleed image) --- */
.rd-products-section {
  max-width: 1200px; margin: 0 auto; padding: 32px 24px;
}
.rd-products-label {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  color: var(--muted); text-transform: uppercase; margin-bottom: 16px;
}
.rd-products-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.prod-card {
  border: 2px solid var(--ink); border-radius: 10px;
  overflow: hidden; position: relative;
  height: 380px; cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.prod-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.prod-card:hover .prod-card-overlay { background: rgba(0,0,0,0.5); }
.prod-card-img {
  display: block;
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: #fff;
}
.prod-card-img img {
  width: 100%; height: 100%; object-fit: contain;
}
.prod-card-overlay {
  pointer-events: none;
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.1) 100%);
  transition: background 0.3s; z-index: 1;
}
.prod-card-rank {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: var(--ink); color: #fff;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 4px;
}
.prod-card-rank.silver { background: #555; }
.prod-card-body {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 18px; z-index: 2; color: #fff;
  display: flex; flex-direction: column;
}
.prod-card-best {
  font-size: 9px; font-weight: 700; letter-spacing: 1px;
  color: var(--accent); text-transform: uppercase; margin-bottom: 2px;
}
.prod-card-name {
  font-family: 'Playfair Display', serif;
  font-size: 16px; font-weight: 700; margin-bottom: 6px; line-height: 1.2;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.prod-card-oneliner {
  font-size: 12px; color: rgba(255,255,255,0.65); line-height: 1.5;
  margin-bottom: 10px;
}
.prod-card-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.prod-score {
  background: var(--accent); color: #fff;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 700;
  padding: 3px 8px; border-radius: 4px;
}
.prod-price {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: rgba(255,255,255,0.7);
}
.prod-price s { color: rgba(255,255,255,0.35); }
.prod-sub { font-size: 10px; color: rgba(255,255,255,0.5); }
.prod-card-buttons { display: flex; gap: 6px; }
.prod-btn-buy {
  flex: 1; display: block; text-align: center;
  background: var(--cta); color: #fff;
  padding: 8px; font-size: 11px; font-weight: 700;
  border-radius: 4px; text-decoration: none;
  transition: opacity 0.2s;
}
.prod-btn-buy:hover { opacity: 0.85; }
.prod-btn-review {
  flex: 1; display: block; text-align: center;
  border: 2px solid rgba(255,255,255,0.4); color: #fff;
  padding: 7px; font-size: 11px; font-weight: 700;
  border-radius: 4px; text-decoration: none;
  transition: all 0.2s;
}
.prod-btn-review:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.7); }

/* --- Redesign Compare Table (dark header, rounded) --- */
.rd-compare-strip {
  max-width: 1200px; margin: 0 auto; padding: 0 24px 32px;
}
.rd-compare-table {
  width: 100%; border-collapse: collapse;
  background: #fff; border: 2px solid var(--ink); border-radius: 10px;
  overflow: hidden; font-size: 13px;
}
.rd-compare-table th {
  background: var(--ink); color: var(--paper);
  font-size: 10px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; padding: 10px 14px; text-align: left;
}
.rd-compare-table td {
  padding: 12px 14px; border-bottom: 1px solid var(--border);
}
.rd-compare-table tr:last-child td { border-bottom: none; }
.rd-compare-table tr:hover td { background: #faf8f5; }
.rd-compare-table .name-cell { font-weight: 700; }
.rd-compare-table .name-cell a { color: var(--accent); text-decoration: none; }
.rd-compare-table .score-cell {
  font-family: 'JetBrains Mono', monospace; font-weight: 700;
}
.rd-compare-table .price-cell { font-family: 'JetBrains Mono', monospace; }
.rd-compare-table .buy-cell a {
  background: var(--cta); color: #fff;
  padding: 5px 12px; border-radius: 3px;
  font-size: 10px; font-weight: 700; text-decoration: none;
  white-space: nowrap;
}

/* --- Redesign FAQ (no toggles, answers always visible) --- */
.rd-faq-section {
  max-width: 800px; margin: 0 auto; padding: 32px 24px;
}
.rd-faq-section.wide { max-width: 1000px; }
.rd-faq-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 900; margin-bottom: 16px;
}
.rd-faq-item { border-bottom: 1px solid var(--border); padding: 14px 0; }
.rd-faq-q { font-size: 18px; font-weight: 700; }
.rd-faq-a {
  font-size: 16px; color: var(--muted); line-height: 1.7; margin-top: 8px;
}

/* --- Email Capture Section (redesign) --- */
.rd-email-section { padding: 36px 24px; text-align: center; }
.rd-email-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 6px;
  position: relative; z-index: 1;
}
.rd-email-sub {
  font-size: 12px; color: rgba(255,255,255,0.35); margin-bottom: 14px;
  position: relative; z-index: 1;
}
.rd-email-form {
  display: flex; justify-content: center; gap: 8px;
  max-width: 420px; margin: 0 auto; position: relative; z-index: 1;
}
.rd-email-input {
  flex: 1; background: #1a1a1a; border: 1px solid #333;
  border-radius: 4px; padding: 10px 14px; font-size: 12px;
  color: #fff; font-family: 'Space Grotesk', sans-serif; outline: none;
}
.rd-email-input::placeholder { color: #555; }
.rd-email-input:focus { border-color: var(--accent); }
.rd-email-btn {
  background: var(--cta); color: #fff; border: none;
  border-radius: 4px; padding: 10px 20px; font-size: 12px;
  font-weight: 700; cursor: pointer; font-family: 'Space Grotesk', sans-serif;
  transition: opacity 0.2s;
}
.rd-email-btn:hover { opacity: 0.85; }

/* --- Review Hero (redesign) --- */
.rd-review-hero { position: relative; overflow: hidden; }
.rd-review-hero-content {
  position: relative; z-index: 2;
  max-width: 1000px; margin: 0 auto; padding: 20px 24px 40px;
  display: grid; grid-template-columns: 1fr 320px; gap: 32px; align-items: center;
}
.rd-review-hero-content .rd-breadcrumb { grid-column: 1 / -1; }
.rd-hero-badges { display: flex; gap: 8px; margin-bottom: 8px; flex-wrap: wrap; }
.rd-hero-badge {
  font-size: 10px; font-weight: 700; letter-spacing: 1px;
  padding: 4px 10px; border-radius: 3px; text-transform: uppercase;
}
.rd-hero-badge.cat { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); }
.rd-hero-badge.rank { background: var(--accent); color: #fff; }
.rd-review-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3vw, 34px); font-weight: 900;
  color: #fff; line-height: 1.15; margin-bottom: 8px;
}
.rd-hero-tagline {
  font-size: 14px; color: rgba(255,255,255,0.45); line-height: 1.6;
  margin-bottom: 16px; max-width: 480px;
}
.rd-hero-score-row {
  display: flex; align-items: center; gap: 16px; margin-bottom: 18px;
}
.rd-hero-score {
  font-family: 'JetBrains Mono', monospace;
  font-size: 36px; font-weight: 700; color: var(--accent); line-height: 1;
}
.rd-hero-score-label { font-size: 12px; color: rgba(255,255,255,0.3); }
.rd-hero-price {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px; color: rgba(255,255,255,0.7);
}
.rd-hero-price s { color: rgba(255,255,255,0.3); }
.rd-hero-price strong { color: #fff; font-size: 18px; }
.rd-hero-deal {
  display: inline-block; background: #d4380d; color: #fff;
  font-size: 10px; font-weight: 700; padding: 2px 8px;
  border-radius: 2px; margin-left: 6px;
}
.rd-hero-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-cat {
  display: inline-block; border: 2px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.6); padding: 11px 24px; font-size: 13px;
  font-weight: 600; border-radius: 4px; text-decoration: none; transition: all 0.2s;
}
.btn-cat:hover { border-color: rgba(255,255,255,0.5); color: #fff; }
.rd-hero-product-img {
  background: #fff;
  border-radius: 12px; overflow: hidden; height: 280px;
  display: flex; align-items: center; justify-content: center;
}
.rd-hero-product-img img { width: 100%; height: 100%; object-fit: contain; }

/* --- Review Body (two-column layout) --- */
.rd-review-body {
  max-width: 1000px; margin: 0 auto; padding: 32px 24px;
  display: grid; grid-template-columns: 1fr 320px; gap: 28px;
}
.rd-section-card {
  background: #fff; border: 2px solid var(--ink); border-radius: 10px;
  overflow: hidden; margin-bottom: 20px;
}
.rd-section-card-header {
  background: var(--ink); color: #fff; padding: 12px 18px;
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase;
}
.rd-section-card-body { padding: 20px; }

/* Score breakdown (redesign) */
.rd-score-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.rd-score-row:last-child { margin-bottom: 0; }
.rd-score-row-label { width: 100px; font-size: 13px; color: var(--muted); flex-shrink: 0; }
.rd-score-row-bar { flex: 1; height: 6px; background: var(--border); border-radius: 3px; overflow: hidden; }
.rd-score-row-fill { height: 100%; background: var(--accent); border-radius: 3px; }
.rd-score-row-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px; font-weight: 700; width: 30px; text-align: right;
}

/* Verdict */
.rd-verdict-text { font-size: 14px; color: var(--ink); line-height: 1.8; }

/* Pros/Cons (redesign) */
.rd-pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.rd-pc-label {
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; margin-bottom: 8px;
}
.rd-pc-label.pro { color: var(--green); }
.rd-pc-label.con { color: #d4380d; }
.rd-pc-list { list-style: none; }
.rd-pc-list li {
  font-size: 13px; line-height: 1.6; padding: 6px 0;
  border-bottom: 1px solid var(--border);
  padding-left: 18px; position: relative;
}
.rd-pc-list li:last-child { border-bottom: none; }
.rd-pc-list li::before { position: absolute; left: 0; font-size: 12px; }
.rd-pc-list.pros li::before { content: '+'; color: var(--green); font-weight: 700; }
.rd-pc-list.cons li::before { content: '–'; color: #d4380d; font-weight: 700; }

/* --- Sidebar (review pages) --- */
.rd-sidebar-card {
  background: #fff; border: 2px solid var(--ink); border-radius: 10px;
  overflow: hidden; margin-bottom: 16px;
}
.rd-sidebar-card-header {
  background: var(--ink); color: #fff; padding: 10px 16px;
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase;
}
.rd-sidebar-card-body { padding: 16px; }
.rd-spec-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 13px;
}
.rd-spec-row:last-child { border-bottom: none; }
.rd-spec-label { color: var(--muted); }
.rd-spec-value { font-weight: 600; text-align: right; }
.rd-spec-value.good { color: var(--green); }
.rd-spec-value.warn { color: var(--accent); }

/* Buy box */
.rd-buy-box { text-align: center; }
.rd-buy-box-price {
  font-family: 'JetBrains Mono', monospace;
  font-size: 22px; font-weight: 700; margin-bottom: 4px;
}
.rd-buy-box-price s { color: var(--muted); font-size: 14px; }
.rd-buy-box-sub { font-size: 11px; color: var(--muted); margin-bottom: 12px; }
.rd-buy-box-btn {
  display: block; background: var(--cta); color: #fff;
  padding: 12px; font-size: 13px; font-weight: 700;
  border-radius: 4px; text-decoration: none;
  margin-bottom: 8px; transition: opacity 0.2s;
}
.rd-buy-box-btn:hover { opacity: 0.85; }
.rd-buy-box-disclosure { font-size: 11px; color: var(--muted); }

/* Related products in sidebar */
.rd-related-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 0; border-bottom: 1px solid var(--border);
  text-decoration: none; color: var(--ink);
}
.rd-related-item:last-child { border-bottom: none; }
.rd-related-item:hover .rd-related-name { color: var(--accent); }
.rd-related-rank {
  background: var(--ink); color: #fff;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 700;
  padding: 3px 8px; border-radius: 3px; flex-shrink: 0;
}
.rd-related-info { flex: 1; }
.rd-related-name { font-size: 13px; font-weight: 600; transition: color 0.2s; }
.rd-related-score {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--muted);
}

/* --- Blog Hero (redesign) --- */
.rd-blog-hero { padding: 20px 24px 44px; }
.rd-blog-hero-content {
  max-width: 1100px; margin: 0 auto;
  position: relative; z-index: 1;
}
.rd-blog-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4vw, 46px); font-weight: 900;
  color: #fff; line-height: 1.15; margin-bottom: 8px;
}
.rd-blog-hero h1 em { color: var(--gold); font-style: italic; }
.rd-blog-hero-sub {
  font-size: 16px; color: rgba(255,255,255,0.4); max-width: 550px;
}

/* Blog post hero */
.rd-blog-hero-content.narrow { max-width: 800px; }
.rd-blog-tag {
  display: inline-block; background: var(--accent); color: #fff;
  font-size: 10px; font-weight: 700; letter-spacing: 1px;
  padding: 4px 10px; border-radius: 3px; text-transform: uppercase;
  margin-bottom: 10px;
}
.rd-blog-meta {
  display: flex; gap: 16px; font-size: 12px; color: rgba(255,255,255,0.35);
}

/* --- Featured Post Card (blog listing) --- */
.rd-featured-section {
  max-width: 1100px; margin: -24px auto 0; padding: 0 24px 28px;
  position: relative; z-index: 2;
}
.rd-featured-card {
  background: #fff; border: 2px solid var(--ink); border-radius: 10px;
  overflow: hidden; display: grid; grid-template-columns: 1fr 1fr;
}
.rd-featured-img {
  background: linear-gradient(135deg, #1a2332, #0d1620);
  overflow: hidden;
}
.rd-featured-img img { width: 100%; height: 100%; object-fit: cover; }
.rd-featured-body { padding: 28px; display: flex; flex-direction: column; justify-content: center; }
.rd-featured-tag {
  display: inline-block; background: var(--accent); color: #fff;
  font-size: 10px; font-weight: 700; letter-spacing: 1px;
  padding: 4px 10px; border-radius: 3px; text-transform: uppercase;
  margin-bottom: 10px; width: fit-content;
}
.rd-featured-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px; font-weight: 900; line-height: 1.2; margin-bottom: 10px;
}
.rd-featured-title a { color: var(--ink); text-decoration: none; }
.rd-featured-title a:hover { color: var(--accent); }
.rd-featured-desc { font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 14px; }
.rd-featured-meta { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.rd-featured-link {
  display: inline-block; background: var(--accent); color: #fff;
  padding: 10px 22px; font-size: 12px; font-weight: 700;
  border-radius: 4px; text-decoration: none; width: fit-content;
  transition: opacity 0.2s;
}
.rd-featured-link:hover { opacity: 0.85; }

/* --- Blog Grid Cards (full-bleed image) --- */
.rd-blog-section {
  max-width: 1100px; margin: 0 auto; padding: 0 24px 32px;
}
.rd-blog-section-label {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  color: var(--muted); text-transform: uppercase; margin-bottom: 16px;
}
.rd-blog-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.rd-blog-card {
  border: 2px solid var(--ink); border-radius: 10px;
  overflow: hidden; position: relative; height: 320px; cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.rd-blog-card:hover {
  transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.rd-blog-card-img {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
.rd-blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.rd-blog-card-overlay {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.15) 100%);
  transition: background 0.3s; z-index: 1;
}
.rd-blog-card:hover .rd-blog-card-overlay { background: rgba(0,0,0,0.55); }
.rd-blog-card-body {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 18px; z-index: 2; color: #fff;
  display: flex; flex-direction: column;
}
.rd-blog-card-tag {
  font-size: 9px; font-weight: 700; letter-spacing: 1px;
  color: var(--accent); text-transform: uppercase; margin-bottom: 6px;
}
.rd-blog-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 17px; font-weight: 700; line-height: 1.3;
  margin-bottom: 6px; text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.rd-blog-card-title a { color: #fff; text-decoration: none; }
.rd-blog-card-desc {
  font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.rd-blog-card-meta { font-size: 12px; color: rgba(255,255,255,0.4); }

/* --- Article Card (blog post body) --- */
.rd-article-wrap {
  max-width: 800px; margin: -24px auto 0; padding: 0 24px 40px;
  position: relative; z-index: 2;
}
.rd-article-card {
  background: #fff; border: 2px solid var(--ink); border-radius: 10px;
  padding: 32px; overflow: hidden;
}
.rd-article-card p {
  font-size: 15px; line-height: 1.85; color: #333; margin-bottom: 18px;
}
.rd-article-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 900; margin: 28px 0 12px;
  padding-top: 20px; border-top: 1px solid var(--border);
}
.rd-article-card h2:first-child { border-top: none; padding-top: 0; margin-top: 0; }
.rd-article-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 17px; font-weight: 700; margin: 20px 0 8px;
}
.rd-article-card a { color: var(--accent); }
.rd-article-card .btn-primary { color: #fff; }
.rd-article-card .cta-box a { color: #fff; }
.rd-article-card .alert-box { background: #fef3eb; border-left: 4px solid var(--accent); padding: 16px 20px; border-radius: 0 6px 6px 0; margin: 16px 0; }
.rd-article-card .alert-title { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--accent); margin-bottom: 4px; }
.rd-article-card table {
  width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 13px;
}
.rd-article-card table th {
  background: var(--ink); color: #fff; padding: 10px 14px;
  text-align: left; font-size: 10px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
}
.rd-article-card table td {
  padding: 10px 14px; border-bottom: 1px solid var(--border);
}
.rd-article-card table tr:hover td { background: #faf8f5; }

/* --- Product Callout Cards (blog posts) --- */
.rd-product-callout {
  border: 2px solid var(--ink); border-radius: 10px;
  overflow: hidden; margin: 24px 0;
  display: grid; grid-template-columns: 160px 1fr;
}
.rd-product-callout-img { position: relative; overflow: hidden; }
.rd-product-callout-img img { width: 100%; height: 100%; object-fit: cover; }
.rd-product-callout-img .pc-rank {
  position: absolute; top: 8px; left: 8px;
  background: var(--accent); color: #fff;
  font-size: 9px; font-weight: 800; letter-spacing: 1px;
  padding: 3px 8px; border-radius: 3px;
}
.rd-product-callout-body {
  padding: 16px 18px; display: flex; flex-direction: column; justify-content: center;
}
.rd-product-callout-cat {
  font-size: 9px; font-weight: 700; letter-spacing: 1.5px;
  color: var(--muted); text-transform: uppercase; margin-bottom: 2px;
}
.rd-product-callout-name {
  font-family: 'Playfair Display', serif;
  font-size: 16px; font-weight: 700; margin-bottom: 4px;
}
.rd-product-callout-verdict {
  font-size: 12px; color: var(--muted); line-height: 1.6; margin-bottom: 10px;
}
.rd-product-callout-meta {
  display: flex; align-items: center; gap: 8px; margin-bottom: 12px;
}
.rd-pc-score {
  background: var(--accent); color: #fff;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 700;
  padding: 3px 8px; border-radius: 4px;
}
.rd-pc-price { font-family: 'JetBrains Mono', monospace; font-size: 13px; }
.rd-pc-price s { color: #bbb; }
.rd-pc-price strong { color: var(--green); }
.rd-pc-deal { font-size: 10px; color: var(--green); font-weight: 700; }
.rd-product-callout-buttons { display: flex; gap: 8px; }
.rd-pc-btn-buy {
  display: inline-block; background: var(--cta); color: #fff !important;
  padding: 8px 16px; font-size: 11px; font-weight: 700;
  border-radius: 4px; text-decoration: none !important; transition: opacity 0.2s;
}
.rd-pc-btn-buy:hover { opacity: 0.85; }
.rd-pc-btn-review {
  display: inline-block; border: 2px solid var(--ink);
  padding: 7px 16px; font-size: 11px; font-weight: 700;
  border-radius: 4px; text-decoration: none; color: var(--ink);
  transition: all 0.2s;
}
.rd-pc-btn-review:hover { background: var(--ink); color: #fff; }

/* --- Related Posts (blog) --- */
.rd-related-section {
  max-width: 800px; margin: 0 auto; padding: 0 24px 32px;
}
.rd-related-label {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  color: var(--muted); text-transform: uppercase; margin-bottom: 14px;
}
.rd-related-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.rd-related-post {
  background: #fff; border: 2px solid var(--ink); border-radius: 8px;
  padding: 16px; text-decoration: none; color: var(--ink);
  transition: transform 0.2s, box-shadow 0.2s;
}
.rd-related-post:hover {
  transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.rd-related-post-tag {
  font-size: 9px; font-weight: 700; letter-spacing: 1px;
  color: var(--accent); text-transform: uppercase; margin-bottom: 4px;
}
.rd-related-post-title {
  font-family: 'Playfair Display', serif;
  font-size: 14px; font-weight: 700; line-height: 1.3;
}

/* --- Tool Hero (redesign) --- */
.rd-tool-hero { padding: 20px 24px 44px; }
.rd-tool-hero-content {
  max-width: 900px; margin: 0 auto;
  position: relative; z-index: 1;
}
.rd-tool-badge {
  display: inline-block; background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.6);
  font-size: 12px; font-weight: 700; letter-spacing: 1px;
  padding: 4px 10px; border-radius: 3px; text-transform: uppercase;
  margin-bottom: 10px;
}
.rd-tool-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4vw, 42px); font-weight: 900;
  color: #fff; line-height: 1.15; margin-bottom: 10px;
}
.rd-tool-hero h1 em { color: var(--gold); font-style: italic; }
.rd-tool-hero-sub {
  font-size: 17px; color: rgba(255,255,255,0.4); line-height: 1.7;
  max-width: 650px;
}

/* --- Calculator Card (tool pages) --- */
.rd-tool-wrap {
  max-width: 900px; margin: -24px auto 0; padding: 0 24px 32px;
  position: relative; z-index: 2;
}
.rd-calc-card {
  background: #fff; border: 2px solid var(--ink); border-radius: 10px;
  overflow: hidden;
}
.rd-calc-header { background: var(--ink); color: #fff; padding: 20px 24px; }
.rd-calc-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 24px; font-weight: 700; margin-bottom: 4px;
}
.rd-calc-header p { font-size: 15px; color: rgba(255,255,255,0.4); }
.rd-calc-body { padding: 24px; }
.rd-calc-inputs {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px;
  margin-bottom: 24px;
}
.rd-calc-field label {
  display: block; font-size: 11px; font-weight: 700;
  letter-spacing: 1px; color: var(--muted);
  text-transform: uppercase; margin-bottom: 6px;
}
.rd-calc-field input[type="number"] {
  width: 100%; padding: 10px 14px; border: 2px solid var(--border);
  border-radius: 6px; font-size: 16px; font-family: 'JetBrains Mono', monospace;
  font-weight: 700; color: var(--ink); outline: none; transition: border-color 0.2s;
}
.rd-calc-field input:focus { border-color: var(--accent); }
.rd-calc-result {
  background: var(--ink); border-radius: 8px; padding: 24px;
  text-align: center; margin-bottom: 20px;
}
.rd-result-label {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  color: rgba(255,255,255,0.4); text-transform: uppercase; margin-bottom: 6px;
}
.rd-result-total {
  font-family: 'JetBrains Mono', monospace;
  font-size: 42px; font-weight: 700; color: var(--accent); margin-bottom: 4px;
}
.rd-result-breakdown { font-size: 12px; color: rgba(255,255,255,0.35); }

/* Quick fill buttons */
.rd-quick-fill { border-top: 1px solid var(--border); padding-top: 16px; }
.rd-quick-fill-label {
  font-size: 11px; font-weight: 700; letter-spacing: 1px;
  color: var(--muted); text-transform: uppercase; margin-bottom: 10px;
}
.rd-quick-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.rd-quick-btn {
  background: #fff; border: 2px solid var(--ink); color: var(--ink);
  padding: 8px 16px; font-size: 12px; font-weight: 700;
  border-radius: 6px; cursor: pointer; transition: all 0.2s;
  font-family: 'Space Grotesk', sans-serif;
}
.rd-quick-btn:hover, .rd-quick-btn.active { background: var(--ink); color: #fff; }

/* CTA bar */
.rd-cta-bar { max-width: 900px; margin: 0 auto; padding: 0 24px 32px; }
.rd-cta-bar-inner {
  background: #fff; border: 2px solid var(--ink); border-radius: 10px;
  padding: 20px 24px; display: flex; align-items: center; justify-content: space-between;
}
.rd-cta-bar-text { font-size: 16px; font-weight: 600; }
.rd-cta-bar-link {
  background: var(--cta); color: #fff; padding: 10px 22px;
  font-size: 14px; font-weight: 700; border-radius: 4px;
  text-decoration: none; white-space: nowrap; transition: opacity 0.2s;
}
.rd-cta-bar-link:hover { opacity: 0.85; }

/* Other tools grid */
.rd-other-tools { max-width: 900px; margin: 0 auto; padding: 0 24px 32px; }
.rd-other-tools-label {
  font-size: 13px; font-weight: 700; letter-spacing: 2px;
  color: var(--muted); text-transform: uppercase; margin-bottom: 14px;
}
.rd-other-tools-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.rd-other-tool-card {
  background: #fff; border: 2px solid var(--ink); border-radius: 8px;
  padding: 18px; text-decoration: none; color: var(--ink);
  transition: transform 0.2s, box-shadow 0.2s;
}
.rd-other-tool-card:hover {
  transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.rd-other-tool-icon { font-size: 32px; margin-bottom: 8px; }
.rd-other-tool-name {
  font-family: 'Playfair Display', serif;
  font-size: 17px; font-weight: 700; margin-bottom: 6px;
}
.rd-other-tool-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* Tool listing page cards */
.rd-tool-card {
  background: #fff; border: 2px solid var(--ink); border-radius: 10px;
  padding: 28px 24px; text-decoration: none; color: var(--ink);
  transition: transform 0.2s, box-shadow 0.2s; display: block;
}
.rd-tool-card:hover {
  transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.rd-tool-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 700; margin-bottom: 8px;
}
.rd-tool-card-desc { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* --- Simple Page Hero (info, about, 404, etc.) --- */
.rd-simple-hero { padding: 40px 24px 36px; }
.rd-simple-hero-content {
  position: relative; z-index: 1;
  max-width: 700px; margin: 0 auto;
}
.rd-simple-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3vw, 36px); font-weight: 900;
  color: #fff; line-height: 1.15; margin-bottom: 10px;
}
.rd-simple-hero p {
  font-size: 14px; color: rgba(255,255,255,0.4); line-height: 1.7;
}

/* --- Homepage-specific cards (also in global for category tiles) --- */
.score-pill {
  background: var(--accent); color: #fff;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700;
  padding: 3px 8px; border-radius: 4px;
}

/* --- Quick Picks Strip (category pages) --- */
.rd-quick-picks {
  background: #fff; border-bottom: 2px solid var(--border); padding: 14px 24px;
}
.rd-quick-picks-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center; gap: 24px;
  flex-wrap: wrap;
}
.rd-qp-item { display: flex; align-items: center; gap: 8px; }
.rd-qp-label {
  font-size: 10px; font-weight: 700; letter-spacing: 1px;
  color: var(--muted); text-transform: uppercase;
}
.rd-qp-name {
  font-family: 'Playfair Display', serif;
  font-size: 13px; font-weight: 700; color: var(--ink); text-decoration: none;
}
.rd-qp-name:hover { color: var(--accent); }
.rd-qp-score {
  background: var(--accent); color: #fff;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 700;
  padding: 2px 6px; border-radius: 3px;
}
.rd-qp-sep { width: 1px; height: 20px; background: var(--border); }


/* ===========================================================
   RESPONSIVE BREAKPOINTS
   =========================================================== */

/* --- 900px --- */
@media (max-width: 900px) {
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .pros-cons { grid-template-columns: 1fr; }
  .card-header.has-img { grid-template-columns: 52px 120px 1fr auto; }
  .product-img { width: 120px; height: 120px; }
  .review-hero-top { flex-direction: column; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
}

/* --- 768px --- */
@media (max-width: 768px) {
  .hamburger { display: block; }
  .masthead-nav { display: none !important; }
  .mobile-nav.open { display: block; }

  /* Product cards — image beside rank, text below */
  .card-header { grid-template-columns: 40px 1fr auto; gap: 1rem; padding: 1.25rem; }
  .card-header.has-img {
    grid-template-columns: 52px 1fr;
    grid-template-rows: auto auto auto;
    gap: 0.75rem;
  }
  .card-header.has-img .rank-badge { grid-column: 1; grid-row: 1; align-self: center; }
  .card-header.has-img .product-img {
    grid-column: 2; grid-row: 1;
    width: 100%; max-width: 240px; height: auto; aspect-ratio: 1;
    justify-self: start;
  }
  .card-header.has-img .card-title-group { grid-column: 1 / -1; grid-row: 2; }
  .card-header.has-img .score-block {
    grid-column: 1 / -1; grid-row: 3;
    display: flex; align-items: center; gap: 0.5rem;
    border-top: 1px solid var(--border); padding-top: 0.75rem;
  }
  .card-header.has-img .score-bar-wrap { flex: 1; }
  .card-body { padding: 1.25rem; }
  .product-card.winner .card-header { padding-top: 2.25rem; }
  .rank-badge { margin-right: 0.25rem; }
  .score-num { font-size: 1.6rem; }

  .card-footer { flex-direction: column; align-items: stretch; gap: 0.75rem; }
  .btn-primary, .btn-secondary { display: block; width: 100%; text-align: center; min-height: 44px; }

  .footer-inner { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  footer { padding: 2rem 1.5rem 0; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }
  .footer-copy { font-size: 0.68rem; }

  .spec-label { font-size: 0.7rem; }
  .section-label { font-size: 0.72rem; }
  .product-category { font-size: 0.72rem; }
  .pc-list li { font-size: 0.88rem; }
  .disclaimer { font-size: 0.8rem; }
  .review-rank-badge { margin-right: 0.25rem; }

  .compare-table, .comparison-table { font-size: 0.62rem; }
  .compare-table th, .compare-table td,
  .comparison-table th, .comparison-table td { padding: 0.35rem 0.3rem; }
  .compare-table th:last-child, .compare-table td:last-child,
  .comparison-table th:last-child, .comparison-table td:last-child { display: none; }

  /* Blog responsive */
  .compare-box { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }

  /* Tighter vertical spacing on category pages — show products faster */
  .intro-text { margin-bottom: 1rem; padding-bottom: 1rem; }
  .section-title { margin-bottom: 1rem; }
  .page-wrap { padding-top: 1.5rem; padding-bottom: 1.5rem; }
}

/* --- Quick comparison mobile card layout (768px) --- */
@media (max-width: 768px) {
  .comp-table th, .comp-table td,
  .compare-table th, .compare-table td,
  .comparison-table th, .comparison-table td { display: flex !important; }
  .comp-table thead, .compare-table thead, .comparison-table thead { display: none !important; }
  .comp-table tbody, .compare-table tbody, .comparison-table tbody {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0.75rem; padding: 0.75rem;
    scrollbar-width: thin;
    scrollbar-color: var(--accent) var(--border);
  }
  .comp-table tbody::-webkit-scrollbar, .compare-table tbody::-webkit-scrollbar, .comparison-table tbody::-webkit-scrollbar { height: 4px; }
  .comp-table tbody::-webkit-scrollbar-track, .compare-table tbody::-webkit-scrollbar-track, .comparison-table tbody::-webkit-scrollbar-track { background: var(--border); border-radius: 2px; }
  .comp-table tbody::-webkit-scrollbar-thumb, .compare-table tbody::-webkit-scrollbar-thumb, .comparison-table tbody::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 2px; }
  .comp-table::after, .compare-table::after, .comparison-table::after {
    content: '\2190  Swipe to compare  \2192';
    display: block; text-align: center;
    font-size: 0.6rem; font-weight: 600; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--muted);
    padding: 0.5rem 0 0.25rem;
  }
  .comp-table, .compare-table, .comparison-table { display: block !important; }
  .comp-table tr, .compare-table tr, .comparison-table tr,
  .comp-table tr:nth-child(even), .compare-table tr:nth-child(even), .comparison-table tr:nth-child(even),
  .comparison-table tr:hover {
    display: block !important;
    flex: 0 0 92%; scroll-snap-align: start;
    border: 2px solid var(--border); border-radius: 8px;
    padding: 1rem; background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  }
  .comp-table td, .compare-table td, .comparison-table td {
    display: flex !important; justify-content: space-between; align-items: center;
    padding: 0.35rem 0 !important; border-bottom: 1px solid #f0ede8 !important;
    background: #fff !important; font-size: 0.85rem !important; white-space: normal !important;
  }
  .comp-table td:last-child, .compare-table td:last-child, .comparison-table td:last-child {
    border-bottom: none !important;
  }
  .comp-table td::before, .compare-table td::before, .comparison-table td::before {
    content: attr(data-label);
    font-weight: 700; font-size: 0.62rem; text-transform: uppercase;
    letter-spacing: 0.08em; color: var(--muted); flex-shrink: 0;
    margin-right: 0.75rem; min-width: 70px;
  }
  .comp-buy-badge {
    min-height: 44px; padding: 0.65rem 1.2rem; font-size: 0.78rem;
    width: 100%; justify-content: center; border-radius: 4px;
  }
  td[data-label="Buy"] { justify-content: stretch !important; padding-top: 0.6rem !important; }
  td[data-label="Buy"]::before { display: none !important; }
  td[data-label="Review"] .comp-link { min-height: 44px; display: inline-flex; align-items: center; font-size: 0.82rem; }
}

/* --- 600px --- */
@media (max-width: 600px) {
  /* Product images — slightly smaller at 600px */
  .card-header.has-img .product-img { max-width: 200px; }

  .card-body { font-size: 0.84rem; }
  .card-verdict { font-size: 0.84rem; }
  .hero h1 { font-size: 2rem; }
  .page-hero h1 { font-size: 2rem; }
  .compare-table { font-size: 0.65rem; }
  .comparison-table { font-size: 0.72rem; }
  .contact-card { padding: 1.5rem; }
}

/* --- 480px --- */
@media (max-width: 480px) {
  .card-header { grid-template-columns: 40px 1fr !important; gap: 0.75rem; padding: 1rem; }
  .card-header.has-img { grid-template-columns: 44px 1fr !important; gap: 0.5rem; padding: 1rem; }
  .card-header.has-img .product-img { max-width: 160px; }
  .product-name { font-size: 1rem; }

  .product-card.winner::before { font-size: 0.55rem; padding: 4px 10px; }
  .product-card.winner .card-header { padding-top: 2rem; }
  .score-block { grid-column: 1 / -1; display: flex; align-items: center; gap: 0.5rem; border-top: 1px solid var(--border); padding-top: 0.75rem; margin-top: 0.25rem; }
  .score-num { font-size: 1.4rem; }
  .score-bar-wrap { flex: 1; }

  .card-body { padding: 1rem; }
  .spec-grid { grid-template-columns: 1fr 1fr !important; }
  .hero { padding: 1.5rem 1rem 1.5rem; }
  .hero h1 { font-size: 1.5rem !important; }
  .page-hero { padding: 1.5rem 1rem; }
  .page-hero h1 { font-size: 1.5rem !important; }
  .hero-deck { font-size: 0.88rem; }
  .page-wrap { padding: 1.5rem 1rem; }
  .page-content { padding: 2rem 1rem; }
  .masthead { padding: 0 1rem; }
  .section-title { font-size: 1.3rem; }

  .compare-table, .comparison-table { font-size: 0.58rem; }
  .compare-table th, .compare-table td,
  .comparison-table th, .comparison-table td { padding: 0.25rem 0.2rem; white-space: nowrap; }
  .compare-table th:nth-last-child(2), .compare-table td:nth-last-child(2),
  .comparison-table th:nth-last-child(2), .comparison-table td:nth-last-child(2) { display: none; }

  .review-product-figure { padding: 1rem; margin: 1rem 0 0; }
  .review-product-img { max-width: 200px; max-height: 200px; }

  .comp-table th, .comp-table td,
  .compare-table th, .compare-table td,
  .comparison-table th, .comparison-table td { display: flex !important; }
}


/* ===========================================================
   PAGE-SPECIFIC STYLES (used by 1-3 pages each)
   Included in global.css to eliminate inline duplication.
   =========================================================== */

/* === PROSE (info pages: disclosure, how-we-test, privacy, scoring) === */
.prose { max-width: 700px; margin: 0 auto; padding: 3rem 2rem 4rem; }
.prose h2 {
  font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700;
  margin: 2.5rem 0 0.75rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--border);
}
.prose h3 { font-size: 1rem; font-weight: 700; margin: 1.5rem 0 0.5rem; }
.prose h4 {
  font-size: 0.9rem; font-weight: 700; margin: 1.25rem 0 0.4rem;
  color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em;
}
.prose p { font-size: 0.92rem; color: #333; line-height: 1.8; margin-bottom: 0.6rem; }
.prose ul { margin: 0.5rem 0 1rem 1.5rem; }
.prose ul li { font-size: 0.92rem; color: #333; line-height: 1.8; margin-bottom: 0.4rem; }
.prose ul li strong { color: var(--ink); }
.prose a { color: var(--accent); }

/* === CONTACT PAGE === */
.contact-card {
  background: #fff; border: 1px solid var(--border); border-radius: 8px;
  padding: 2.5rem; margin-bottom: 2rem;
}
.contact-card h2 { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; margin-bottom: 0.5rem; }
.contact-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.7; margin-bottom: 1.5rem; }
.email-display {
  display: flex; align-items: center; gap: 1rem; background: var(--cream);
  border: 1px solid var(--border); border-radius: 6px; padding: 1rem 1.25rem; margin-bottom: 1.5rem;
}
.email-display a {
  font-family: 'JetBrains Mono', monospace; font-size: 1rem; font-weight: 500;
  color: var(--accent); text-decoration: none;
}
.email-display a:hover { text-decoration: underline; }
.contact-topics { list-style: none; }
.contact-topics li {
  display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.75rem 0;
  border-bottom: 1px solid var(--border); font-size: 0.88rem; line-height: 1.5;
}
.contact-topics li:last-child { border-bottom: none; }
.topic-tag {
  font-family: 'JetBrains Mono', monospace; font-size: 0.68rem; font-weight: 500;
  background: var(--accent); color: #fff; border-radius: 3px;
  padding: 0.15rem 0.5rem; white-space: nowrap; margin-top: 0.1rem;
}
.response-note {
  background: var(--cream); border-left: 3px solid var(--gold);
  padding: 1rem 1.25rem; border-radius: 0 4px 4px 0;
  font-size: 0.83rem; color: var(--muted); line-height: 1.6;
}
.contact-mailto-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.contact-mailto-btn {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  background: #fff; border: 2px solid var(--ink); border-radius: 10px;
  padding: 24px 16px; text-decoration: none; color: var(--ink);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.contact-mailto-btn:hover {
  transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  border-color: var(--accent);
}
.contact-mailto-icon { font-size: 28px; margin-bottom: 8px; }
.contact-mailto-label {
  font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 700;
  margin-bottom: 4px;
}
.contact-mailto-desc { font-size: 12px; color: var(--muted); line-height: 1.4; }
.response-note strong { color: var(--ink); }

/* === DISCLOSURE PAGE === */
.ftc-box {
  background: #fff; border: 2px solid var(--accent); border-radius: 8px;
  padding: 2rem; margin-bottom: 2.5rem;
}
.ftc-box-label {
  font-family: 'JetBrains Mono', monospace; font-size: 0.65rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.75rem;
}
.ftc-box p { font-size: 0.95rem; color: var(--ink); line-height: 1.7; margin: 0; font-weight: 500; }

/* === HOW WE TEST PAGE === */
.process-steps { counter-reset: step; margin: 2rem 0; }
.step { display: flex; gap: 1.25rem; margin-bottom: 1.75rem; align-items: flex-start; }
.step-num {
  counter-increment: step; flex-shrink: 0; width: 36px; height: 36px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; font-weight: 700;
}
.step-body h3 { font-size: 0.95rem; font-weight: 700; margin-bottom: 0.35rem; }
.step-body p { font-size: 0.87rem; color: var(--muted); line-height: 1.7; margin: 0; }
.hwt-category-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.5rem 0; }
.category-card {
  background: #fff; border: 1px solid var(--border); border-radius: 6px; padding: 1.25rem;
}
.category-card h4 {
  font-size: 0.82rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.05em; color: var(--accent); margin-bottom: 0.5rem;
}
.category-card ul { list-style: none; }
.category-card ul li {
  font-size: 0.83rem; color: var(--muted); line-height: 1.7;
  padding-left: 0.75rem; position: relative;
}
.category-card ul li::before { content: "\2192"; position: absolute; left: 0; color: var(--border); }

/* === SCORING PAGE === */
.score-scale {
  background: #fff; border: 1px solid var(--border); border-radius: 8px;
  overflow: hidden; margin: 1.5rem 0 2rem;
}
.scoring-page .score-row {
  display: grid; grid-template-columns: 80px 1fr;
  align-items: center; border-bottom: 1px solid var(--border);
}
.scoring-page .score-row:last-child { border-bottom: none; }
.scoring-page .score-num {
  font-family: 'JetBrains Mono', monospace; font-size: 1.1rem; font-weight: 700;
  padding: 0.85rem 1.25rem; text-align: center; background: var(--cream);
}
.scoring-page .score-num.s9 { color: var(--green); }
.scoring-page .score-num.s8 { color: #3a7a2a; }
.scoring-page .score-num.s7 { color: var(--gold); }
.scoring-page .score-num.s6 { color: #c07020; }
.scoring-page .score-num.s5 { color: var(--accent); }
.score-desc {
  padding: 0.85rem 1.25rem; font-size: 0.87rem; color: #333; line-height: 1.5;
}
.score-desc strong { color: var(--ink); display: block; margin-bottom: 0.15rem; }
.criteria-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.87rem; }
.criteria-table th {
  text-align: left; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--muted); padding: 0.6rem 1rem;
  background: var(--cream); border-bottom: 2px solid var(--border);
}
.criteria-table td { padding: 0.75rem 1rem; border-bottom: 1px solid var(--border); vertical-align: top; line-height: 1.5; }
.criteria-table tr:last-child td { border-bottom: none; }
.criteria-table .weight { font-family: 'JetBrains Mono', monospace; font-weight: 700; color: var(--accent); }
.updated-tag {
  display: inline-block; font-family: 'JetBrains Mono', monospace; font-size: 0.72rem;
  background: var(--cream); border: 1px solid var(--border); border-radius: 4px;
  padding: 0.3rem 0.75rem; margin-bottom: 2rem; color: var(--muted);
}

/* === ALERT / INFO / VERDICT BOXES (cat GPS, cost breakdown, guides) === */
.alert-box {
  background: #fff8e6; border: 1px solid var(--gold); border-left: 4px solid var(--gold);
  padding: 1rem 1.25rem; font-size: 0.85rem; line-height: 1.65;
  margin-bottom: 2rem; border-radius: 0 4px 4px 0;
}
.alert-title {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem;
}
.info-box {
  background: var(--cream); border: 1px solid var(--border);
  padding: 1.25rem 1.5rem; margin-bottom: 2rem; border-radius: 4px;
}
.info-box-title {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 0.75rem;
}
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.info-item { font-size: 0.82rem; color: #2a2a2a; line-height: 1.5; }
.info-item strong {
  display: block; font-size: 0.68rem; color: var(--muted); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 2px;
}
.verdict {
  background: var(--ink); color: var(--paper); padding: 1.75rem 2rem;
  margin: 2rem 0; border-radius: 4px;
}
.verdict-label {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem;
}
.verdict-text {
  font-family: 'Playfair Display', serif; font-size: 1.1rem;
  font-weight: 700; line-height: 1.5;
}

/* Info box accordion (mobile, cat GPS + guides) */
.info-box-accordion .info-box-content { display: block; }
.info-box-toggle { display: none; }

/* === BLOG INDEX (blog.html) === */
.blog-wrap { max-width: 1200px; margin: 0 auto; padding: 3rem 2rem; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.blog-card {
  background: #fff; border: 2px solid var(--border); border-radius: 6px;
  overflow: hidden; transition: box-shadow 0.2s, border-color 0.2s;
  display: flex; flex-direction: column;
}
.blog-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.1); border-color: var(--accent); }
.blog-card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.blog-tag {
  display: inline-block; font-size: 0.58rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 0.2rem 0.6rem;
  border-radius: 2px; background: #fdf0eb; color: var(--accent); border: 1px solid #f7cfc2;
  margin-bottom: 0.75rem;
}
.blog-card-title {
  font-family: 'Playfair Display', serif; font-size: 1.15rem;
  font-weight: 700; line-height: 1.45; margin-bottom: 0.6rem;
}
.blog-card-title a { color: var(--ink); text-decoration: none; }
.blog-card-title a:hover { color: var(--accent); }
.blog-card-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.6; margin-bottom: 0.6rem; flex: 1; }
.blog-card-meta {
  display: flex; gap: 1rem; font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem; color: var(--muted); letter-spacing: 0.04em;
  border-top: 1px solid var(--border); padding-top: 0.75rem; margin-top: auto;
}
.blog-card-meta .dot { color: var(--border); }
.blog-read-link {
  display: inline-flex; align-items: center; gap: 0.3rem;
  color: var(--accent); font-size: 0.78rem; font-weight: 700;
  text-decoration: none; letter-spacing: 0.04em; text-transform: uppercase;
  margin-top: 0.75rem;
}
.blog-read-link:hover { text-decoration: underline; }

/* === PAGE-SPECIFIC RESPONSIVE === */
@media (max-width: 900px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .hwt-category-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .blog-grid { grid-template-columns: 1fr; }
  .blog-read-link { min-height: 44px; display: inline-flex; align-items: center; }
  .prose { padding: 2rem 1.5rem; }
  .criteria-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .contact-card { padding: 1.5rem; }
  .contact-mailto-grid { grid-template-columns: 1fr; }
  .pick-card { grid-template-columns: 1fr; text-align: center; }
  .pick-card-img { margin: 0 auto; }
  .info-box-accordion .info-box-content { display: none; }
  .info-box-toggle {
    display: block; width: 100%; background: none; border: none;
    font-size: 0.75rem; font-weight: 700; color: var(--accent);
    cursor: pointer; padding: 0.5rem 0; text-align: left;
  }
  .info-box-accordion.open .info-box-content { display: block; }
}

/* === FAQ ACCORDION === */
.faq-section {
  max-width: 900px; margin: 0 auto; padding: 3rem 2rem 2rem;
}
.faq-section-title {
  font-family: 'Playfair Display', serif; font-size: 1.6rem;
  font-weight: 900; color: var(--ink); margin-bottom: 0.4rem;
}
.faq-section-sub {
  font-size: 0.82rem; color: var(--muted); margin-bottom: 1.5rem;
  line-height: 1.5;
}
.faq-item {
  border: 1px solid var(--border); border-radius: 4px;
  margin-bottom: 0.6rem; background: #fff;
  overflow: hidden; transition: border-color 0.2s;
}
.faq-item:hover { border-color: var(--accent); }
.faq-question {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.25rem; gap: 1rem;
  font-family: 'Space Grotesk', sans-serif; font-size: 1.35rem;
  font-weight: 600; color: var(--ink); text-align: left;
  line-height: 1.6;
}
.faq-question:hover { color: var(--accent); }
.faq-icon {
  flex-shrink: 0; width: 20px; height: 20px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'JetBrains Mono', monospace; font-size: 1.1rem;
  font-weight: 700; color: var(--accent); transition: transform 0.25s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-item.open .faq-answer { max-height: 600px; }
.faq-answer {
  max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
  padding: 0 1.25rem; font-size: 1.1rem; color: var(--text-secondary); line-height: 1.7;
}
.faq-item.open .faq-answer {
  padding: 0 1.25rem 1.25rem; border-top: 1px solid var(--border); padding-top: 1rem;
}
.faq-answer-inner {
  padding: 0 1.25rem 1.25rem;
  font-size: 1.2rem; color: var(--text-secondary); line-height: 1.7;
  border-top: 1px solid var(--border);
  padding-top: 1rem;
}
.faq-answer-inner a { color: var(--accent); }
.faq-answer-inner a:hover { color: var(--accent-hover); }
@media (max-width: 768px) {
  .faq-section { padding: 2rem 1.5rem 1.5rem; }
  .faq-section-title { font-size: 1.3rem; }
  .faq-question { font-size: 0.85rem; padding: 0.85rem 1rem; }
  .faq-answer-inner { padding: 0 1rem 1rem; font-size: 0.83rem; padding-top: 0.85rem; }
}

/* === BEST-FOR BOX (category pages — "This is for you if...") === */
.best-for-box {
  background: #fff; border: 2px solid var(--border); border-radius: 6px;
  padding: 1.5rem 1.75rem; margin-bottom: 2rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem;
}
.best-for-col h3 {
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 0.6rem;
}
.best-for-col:first-child h3 { color: var(--green); }
.best-for-col:last-child h3 { color: var(--accent); }
.best-for-col ul { list-style: none; }
.best-for-col ul li {
  font-size: 0.85rem; color: var(--text-secondary); line-height: 1.6;
  padding: 0.15rem 0 0.15rem 1rem; position: relative;
}
.best-for-col:first-child ul li::before { content: '\2713'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.best-for-col:last-child ul li::before { content: '\2717'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
@media (max-width: 600px) { .best-for-box { grid-template-columns: 1fr; gap: 1rem; } }

/* === EXPERT VERDICT BOX (category pages — after #1 product) === */
.expert-verdict-box {
  border-left: 4px solid var(--accent); background: #fff;
  padding: 1.25rem 1.5rem; margin-bottom: 2rem;
  border-radius: 0 4px 4px 0; border: 1px solid var(--border); border-left: 4px solid var(--accent);
}
.expert-verdict-label {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 0.5rem;
}
.expert-verdict-text {
  font-family: 'Playfair Display', serif; font-size: 1rem;
  font-style: italic; line-height: 1.7; color: #333;
}

/* === TRUST SIGNALS (homepage — "Why Trust Us") === */
.trust-section { max-width: 1200px; margin: 0 auto; padding: 3rem 2rem; }
.trust-section-title {
  font-family: 'Playfair Display', serif; font-size: 1.6rem;
  font-weight: 900; text-align: center; margin-bottom: 2rem;
}
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.trust-card {
  background: var(--ink); color: var(--paper); border-radius: 6px;
  padding: 1.5rem; text-align: center;
}
.trust-card-num {
  font-family: 'JetBrains Mono', monospace; font-size: 1.8rem;
  font-weight: 700; color: var(--accent); margin-bottom: 0.4rem;
}
.trust-card-text { font-size: 0.82rem; color: rgba(255,255,255,0.65); line-height: 1.5; }
@media (max-width: 768px) { .trust-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .trust-grid { grid-template-columns: 1fr; } }

/* === RECENTLY UPDATED (homepage) === */
.recent-section { max-width: 1200px; margin: 0 auto; padding: 0 2rem 3rem; }
.recent-section-title {
  font-family: 'Playfair Display', serif; font-size: 1.4rem;
  font-weight: 900; margin-bottom: 1.5rem;
}
.recent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.recent-card {
  background: #fff; border: 2px solid var(--border); border-radius: 6px;
  padding: 1.25rem; transition: border-color 0.2s;
  text-decoration: none; color: inherit;
}
.recent-card:hover { border-color: var(--accent); }
.recent-card-cat {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 0.3rem;
}
.recent-card-pick { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; margin-bottom: 0.4rem; }
.recent-card-score {
  font-family: 'JetBrains Mono', monospace; font-size: 0.85rem;
  color: var(--accent); font-weight: 700;
}
@media (max-width: 768px) { .recent-grid { grid-template-columns: 1fr; } }

/* === EMAIL CAPTURE BAR === */
.email-capture {
  background: var(--ink); padding: 2rem; text-align: center;
}
.email-capture-inner { max-width: 600px; margin: 0 auto; }
.email-capture-title {
  font-family: 'Playfair Display', serif; font-size: 1.2rem;
  font-weight: 700; color: var(--paper); margin-bottom: 0.4rem;
}
.email-capture-sub { font-size: 0.82rem; color: rgba(255,255,255,0.5); margin-bottom: 1rem; }
.email-capture-form { display: flex; gap: 0.5rem; justify-content: center; }
.email-capture-input {
  padding: 0.65rem 1rem; border: 1px solid #333; border-radius: 4px;
  background: #1a1a1a; color: var(--paper); font-size: 0.85rem;
  width: 100%; max-width: 320px;
}
.email-capture-input::placeholder { color: rgba(255,255,255,0.3); }
.email-capture-btn {
  background: var(--cta); color: #fff; border: none; border-radius: 4px;
  padding: 0.65rem 1.5rem; font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase; cursor: pointer;
  transition: background 0.2s; white-space: nowrap;
}
.email-capture-btn:hover { background: var(--cta-hover); }
@media (max-width: 480px) {
  .email-capture-form { flex-direction: column; }
  .email-capture-input { max-width: 100%; }
}

/* === AD PLACEHOLDER (unused — Auto ads handles placement) === */

/* === ERROR PAGE (404) === */
.error-content {
  text-align: center; max-width: 600px; margin: 0 auto;
  padding: 4rem 2rem;
}
.error-icon { font-size: 4rem; margin-bottom: 1rem; }
.error-title {
  font-family: 'Playfair Display', serif; font-size: 2rem;
  font-weight: 900; margin-bottom: 0.75rem;
}
.error-text { font-size: 0.95rem; color: var(--muted); line-height: 1.7; margin-bottom: 2rem; }
.error-links {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem;
  margin-bottom: 2rem;
}
.error-link {
  background: #fff; border: 1px solid var(--border); border-radius: 4px;
  padding: 0.75rem; text-decoration: none; color: var(--ink);
  font-size: 0.82rem; font-weight: 600; transition: border-color 0.2s;
}
.error-link:hover { border-color: var(--accent); color: var(--accent); }
@media (max-width: 480px) { .error-links { grid-template-columns: 1fr 1fr; } }

/* === THANK YOU PAGE === */
.thankyou-content {
  text-align: center; max-width: 500px; margin: 0 auto;
  padding: 4rem 2rem;
}
.thankyou-icon { font-size: 3rem; margin-bottom: 1rem; }
.thankyou-title {
  font-family: 'Playfair Display', serif; font-size: 1.6rem;
  font-weight: 900; margin-bottom: 0.75rem;
}
.thankyou-text { font-size: 0.95rem; color: var(--muted); line-height: 1.7; margin-bottom: 2rem; }

/* === ABOUT PAGE === */
.about-content { max-width: 800px; margin: 0 auto; padding: 3rem 2rem; }
.about-content h2 {
  font-family: 'Playfair Display', serif; font-size: 1.4rem;
  font-weight: 700; margin: 2.5rem 0 0.75rem;
  padding-bottom: 0.5rem; border-bottom: 2px solid var(--border);
}
.about-content h3 { font-size: 1rem; font-weight: 700; margin: 1.5rem 0 0.5rem; }
.about-content p { font-size: 0.92rem; color: #333; line-height: 1.8; margin-bottom: 0.8rem; }
.about-content a { color: var(--accent); }
.about-card {
  background: #fff; border: 1px solid var(--border); border-radius: 6px;
  padding: 1.5rem; margin-bottom: 1rem;
}
.about-card h4 {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 0.5rem;
}
.about-card p { margin-bottom: 0; }

/* === VS / COMPARISON PAGE === */
.vs-hero { text-align: center; }
.vs-badge {
  display: inline-block; background: var(--accent); color: #fff;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 4px 12px; border-radius: 2px;
  margin-bottom: 0.75rem;
}
.vs-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.vs-table th {
  background: var(--ink); color: var(--paper); padding: 0.7rem 1rem;
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; text-align: left;
}
.vs-table td {
  padding: 0.7rem 1rem; border-bottom: 1px solid var(--border);
  font-size: 0.88rem; vertical-align: middle;
}
.vs-table tr:nth-child(even) td { background: var(--paper); }
.vs-winner { color: var(--green); font-weight: 700; }

/* === USE-CASE / FOR-* PAGES === */
.usecase-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin: 1.5rem 0; }
.usecase-card {
  background: #fff; border: 1px solid var(--border); border-radius: 6px;
  padding: 1.25rem; text-decoration: none; color: inherit;
  transition: border-color 0.2s;
}
.usecase-card:hover { border-color: var(--accent); }
.usecase-card-title { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; margin-bottom: 0.3rem; }
.usecase-card-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.5; }
@media (max-width: 600px) { .usecase-grid { grid-template-columns: 1fr; } }

/* === FOCUS STYLES (Accessibility) === */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.btn-primary:focus-visible,
.btn-secondary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(232, 87, 42, 0.25);
}
.hamburger:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.faq-question:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}
.masthead-nav a:focus-visible,
.mobile-nav a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  opacity: 1;
}

/* ============================================================
   AMAZON-STYLE TWO-ROW NAV — Instance D
   New navigation structure. Old .masthead / .cat-drop classes
   are preserved above for pages not yet updated.
   ============================================================ */

/* --- Single-Row Nav: Flatten rows with display:contents --- */
.masthead-row1 { display: contents; }
.masthead-row2 { display: contents; }

.masthead-logo { order: 1; }
.masthead-row2-inner {
  order: 2;
  display: flex; align-items: center; gap: 0;
  list-style: none; height: 62px;
  flex: 1; min-width: 0;
}
.masthead-row2-inner li {
  height: 62px; display: flex; align-items: center;
}
.masthead-row2-inner > li > a {
  color: var(--paper); text-decoration: none;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em;
  text-transform: uppercase; opacity: 0.8; transition: opacity 0.2s;
  padding: 0 0.75rem; height: 62px; display: flex; align-items: center;
  white-space: nowrap;
}
.masthead-row2-inner > li > a:hover { opacity: 1; color: var(--accent); }

.masthead-utils {
  order: 3;
  display: flex; gap: 1.25rem; list-style: none; align-items: center;
  margin-left: auto; flex-shrink: 0;
  padding-left: 1.25rem;
  border-left: 1px solid rgba(255,255,255,0.15);
  height: 28px;
}
.masthead-utils a {
  color: var(--paper); text-decoration: none;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em;
  text-transform: uppercase; opacity: 0.7; transition: opacity 0.2s;
}
.masthead-utils a:hover { opacity: 1; color: var(--accent); }

.hamburger { order: 4; }

/* --- "All Categories" Mega Dropdown Trigger --- */
.nav-cat-mega {
  position: relative;
}
.nav-cat-mega > a {
  cursor: pointer;
}
.nav-cat-mega > a::after {
  content: '\25BE'; margin-left: 4px; font-size: 0.6rem;
}

/* --- Mega Menu Panel --- */
.mega-menu {
  display: none;
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%);
  background: #fff; color: var(--ink);
  border: 1px solid var(--border);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  max-width: 700px; width: 700px;
  padding: 1.25rem 1.5rem;
  z-index: 200;
  display: none;
}
/* Hover bridge — fills gap between row2 link and dropdown */
.nav-cat-mega::before {
  content: ""; position: absolute;
  top: 100%; left: 0; right: 0; height: 0;
}
.nav-cat-mega:hover::before { height: 6px; }
.nav-cat-mega:hover .mega-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 2rem; }

/* --- Mega Menu Groups --- */
.mega-group { margin-bottom: 0.25rem; }
.mega-group-title {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 0.4rem; padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--border);
}
.mega-link {
  display: block; padding: 0.3rem 0; font-size: 0.82rem;
  color: var(--ink); text-decoration: none;
  transition: color 0.15s;
}
.mega-link:hover { color: var(--accent); }

/* --- "NEW" Badge --- */
.mega-new {
  display: inline-block;
  background: var(--accent); color: #fff;
  font-size: 0.55rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.1rem 0.35rem; border-radius: 2px;
  margin-left: 0.4rem; vertical-align: middle;
  position: relative; top: -1px;
}

/* --- Mobile Nav Groups (new grouped layout) --- */
.mobile-nav-group { margin-bottom: 0.75rem; }
.mobile-nav-group-title {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 0.25rem; padding: 0.25rem 0;
}

/* --- Single-Row Nav: Responsive (at most 768px) --- */
@media (max-width: 768px) {
  .masthead-row2-inner { display: none; }
  .masthead-utils { display: none; }
  .mega-menu { display: none !important; }
}

/* --- Two-Row Nav: Focus styles --- */
.masthead-utils a:focus-visible,
.masthead-row2-inner > li > a:focus-visible,
.mega-link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* === SITEMAP PAGE === */
.sitemap-main { max-width: 1200px; margin: 0 auto; padding: 2.5rem 2rem 3rem; }
.sitemap-section { margin-bottom: 2.5rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border); }
.sitemap-section:last-child { border-bottom: none; margin-bottom: 0; }
.sitemap-heading {
  font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 900;
  margin-bottom: 0.3rem; color: var(--ink);
}
.sitemap-desc { font-size: 0.82rem; color: var(--muted); margin-bottom: 1.25rem; line-height: 1.5; }
.sitemap-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem 2rem;
}
.sitemap-subheading {
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 0.6rem; padding-bottom: 0.4rem; border-bottom: 1px solid var(--border);
}
.sitemap-links { list-style: none; }
.sitemap-links li { margin-bottom: 0.45rem; display: flex; align-items: baseline; gap: 0.5rem; }
.sitemap-links a {
  font-size: 0.88rem; color: var(--ink); text-decoration: none; transition: color 0.15s;
}
.sitemap-links a:hover { color: var(--accent); }
.sitemap-count {
  font-family: 'JetBrains Mono', monospace; font-size: 0.62rem; color: var(--muted);
  white-space: nowrap;
}
@media (max-width: 900px) { .sitemap-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) {
  .sitemap-grid { grid-template-columns: 1fr; }
  .sitemap-main { padding: 1.5rem 1rem 2rem; }
}

/* === WINNER CALLOUT (VS comparison pages) === */
.winner-callout {
  background: linear-gradient(135deg, #fdf8f0 0%, #fef3e8 100%);
  border: 2px solid var(--accent);
  border-radius: 12px;
  padding: 1.75rem 2rem;
  text-align: center;
  max-width: 520px;
  margin: 1.5rem auto 2rem;
  position: relative;
}
.winner-callout-label {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  margin-bottom: 0.75rem;
}
.winner-callout-product {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 0.25rem;
}
.winner-callout-score {
  font-family: 'JetBrains Mono', monospace;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 0.5rem;
}
.winner-callout-reason {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 1rem;
}
.winner-callout .btn-primary {
  display: inline-flex;
  margin-top: 0.25rem;
}
@media (max-width: 600px) {
  .winner-callout { padding: 1.25rem 1rem; margin: 1rem auto 1.5rem; }
  .winner-callout-product { font-size: 1.25rem; }
}

/* === LAST UPDATED BADGE (category pages) === */
.last-updated-badge {
  display: inline-block;
  margin-top: 0.75rem;
}
.last-updated-badge time {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* === RELATED GUIDES (use-case pages) === */
.related-guides {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

/* === TOPICAL CLUSTER LINKS === */
.cluster-links {
  max-width: 900px;
  margin: 2.5rem auto 0;
  padding: 2rem 2rem 1.5rem;
  border-top: 1px solid var(--border);
}
.cluster-links h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 1rem;
}
.cluster-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.cluster-links li {
  margin: 0;
}
.cluster-links a {
  font-size: 0.92rem;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.cluster-links a:hover {
  border-bottom-color: var(--accent);
}
@media (max-width: 768px) {
  .cluster-links { padding: 1.5rem 1rem 1rem; }
  .cluster-links ul { flex-direction: column; gap: 0.6rem; }
}

/* ===========================================================
   REDESIGN RESPONSIVE BREAKPOINTS
   =========================================================== */

/* --- 900px — Redesign --- */
@media (max-width: 900px) {
  .rd-products-grid { grid-template-columns: repeat(2, 1fr); }
  .prod-card { height: 340px; }
  .winner-card { grid-template-columns: 220px 1fr; }
  .rd-review-hero-content { grid-template-columns: 1fr 240px; gap: 20px; }
  .rd-review-body { grid-template-columns: 1fr 280px; gap: 20px; }
  .rd-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .rd-featured-card { grid-template-columns: 1fr 1fr; }
  .rd-related-grid { grid-template-columns: 1fr 1fr; }
  .rd-other-tools-grid { grid-template-columns: 1fr 1fr; }
  .rd-calc-inputs { grid-template-columns: 1fr 1fr; }
  .rd-pros-cons { grid-template-columns: 1fr; }
}

/* === Mobile hamburger — hidden by default, visible at 768px === */
.nav-hamburger {
  display: none; background: none; border: none;
  color: rgba(255,255,255,0.7); font-size: 24px; cursor: pointer;
  margin-left: 12px; padding: 4px;
}
.mobile-nav-panel {
  display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.95); z-index: 200;
  padding: 60px 24px 24px; overflow-y: auto;
}
.mobile-nav-panel.open { display: block; }
.mobile-nav-panel a {
  display: block; padding: 12px 0; color: rgba(255,255,255,0.6);
  text-decoration: none; font-size: 16px; font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  min-height: 44px;
}
.mobile-nav-panel a:hover { color: var(--accent); }
.mobile-nav-close {
  position: absolute; top: 16px; right: 24px;
  background: none; border: none; color: #fff;
  font-size: 28px; cursor: pointer;
}

/* --- 768px — Redesign --- */
@media (max-width: 768px) {
  /* Nav: hide categories button, show hamburger */
  .nav-cats-btn { display: none; }
  .nav-hamburger { display: block; margin-left: auto; }
  .nav-dropdown { display: none !important; }

  /* Category hero */
  .rd-cat-hero-content { padding: 28px 16px 24px; }
  .rd-cat-hero h1 { font-size: 24px; }
  .rd-cat-hero-stats { flex-wrap: wrap; gap: 12px; }

  /* Winner card stacks vertically */
  .winner-banner { margin-top: -12px; }
  .winner-card { grid-template-columns: 1fr; }
  .winner-img { height: 200px; }
  .winner-body { padding: 18px; }

  /* Product grid goes single column */
  .rd-products-grid { grid-template-columns: 1fr 1fr; }
  .prod-card { height: 300px; }

  /* Review hero stacks */
  .rd-review-hero-content { grid-template-columns: 1fr; padding: 16px 16px 28px; }
  .rd-hero-product-img { height: 220px; }
  .rd-hero-score { font-size: 28px; }

  /* Review body stacks */
  .rd-review-body { grid-template-columns: 1fr; padding: 20px 16px; }

  /* Blog */
  .rd-blog-grid { grid-template-columns: 1fr; }
  .rd-blog-card { height: 280px; }
  .rd-featured-card { grid-template-columns: 1fr; }
  .rd-featured-img { height: 200px; }

  /* Blog post callout cards stack */
  .rd-product-callout { grid-template-columns: 1fr; }
  .rd-product-callout-img { height: 180px; }

  /* Related posts */
  .rd-related-grid { grid-template-columns: 1fr; }

  /* Tools */
  .rd-calc-inputs { grid-template-columns: 1fr; }
  .rd-other-tools-grid { grid-template-columns: 1fr; }
  .rd-cta-bar-inner { flex-direction: column; gap: 12px; text-align: center; }

  /* Email */
  .rd-email-form { flex-direction: column; max-width: 300px; }
  .rd-email-btn { width: 100%; }

  /* Quick picks hide on mobile */
  .rd-quick-picks { display: none; }

  /* Redesign compare table — horizontal scroll */
  .rd-compare-strip { overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 0 16px 32px; }
  .rd-compare-table { font-size: 12px; min-width: 600px; }
  .rd-compare-table th { padding: 8px 10px; font-size: 9px; }
  .rd-compare-table td { padding: 10px; }
  .rd-compare-table .buy-cell a { padding: 4px 10px; font-size: 9px; }

  /* Email section tighter */
  .rd-email-section { padding: 28px 16px; }
  .rd-email-title { font-size: 18px; }

  /* FAQ section tighter */
  .rd-faq-section { padding: 24px 16px; }
  .rd-faq-title { font-size: 18px; }
  .rd-faq-q { font-size: 13px; }

  /* Blog hero tighter */
  .rd-blog-hero-content { padding: 28px 16px 24px; }
  .rd-blog-hero-content h1 { font-size: 22px; }

  /* Article cards (info/blog/misc pages) */
  .rd-article-wrap { padding: 0 16px; }
  .rd-article-card { padding: 24px 16px; }

  /* Sidebar cards full-width when stacked */
  .rd-sidebar-card { margin-bottom: 12px; }
}

/* --- 480px — Redesign --- */
@media (max-width: 480px) {
  nav#mainNav { padding: 10px 16px; }
  .nav-brand { font-size: 20px; }
  .rd-products-grid { grid-template-columns: 1fr; }
  .prod-card { height: 320px; }
  .rd-cat-hero-content { padding: 20px 12px 20px; }
  .rd-review-hero-content { padding: 12px 12px 20px; }
  .rd-review-body { padding: 16px 12px; }
  .winner-body { padding: 14px; }
  .winner-name { font-size: 18px; }
  .rd-article-card { padding: 16px 12px; }
  .rd-article-wrap { padding: 0 8px; }
  .rd-result-total { font-size: 32px; }
  .footer-inner { grid-template-columns: 1fr; }
  footer { padding: 1.5rem 1rem 0; }
  .footer-bottom { padding: 1rem; }
  .rd-email-section { padding: 20px 12px; }
  .rd-faq-section { padding: 20px 12px; }
  .rd-blog-hero-content h1 { font-size: 20px; }
  .rd-compare-strip { padding: 0 8px 24px; }
  .mobile-nav-panel { padding: 12px 16px; }
}

/* --- Guides Landing Page --- */
.rd-guides-section {
  max-width: 1200px; margin: 0 auto; padding: 48px 24px 24px;
}
.rd-guides-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1200px; margin: 0 auto; padding: 32px 24px;
}
.rd-guide-card {
  position: relative; overflow: hidden; border-radius: 10px;
  min-height: 280px; display: flex; text-decoration: none; color: #fff;
  transition: transform 0.2s;
}
.rd-guide-card:hover {
  transform: translateY(-3px);
}
.rd-guide-card-img {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  object-fit: contain; background: #fff; z-index: 0;
}
.rd-guide-card-overlay {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.15) 100%);
  z-index: 1; pointer-events: none;
}
.rd-guide-card-body {
  position: relative; z-index: 2; margin-top: auto; padding: 24px;
}
.rd-guide-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 700; margin-bottom: 8px; color: #fff;
}
.rd-guide-desc {
  font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.6;
  margin-bottom: 10px;
}
.rd-guide-cta {
  font-size: 13px; font-weight: 600; color: var(--accent);
}
.rd-guide-card:hover .rd-guide-cta { text-decoration: underline; }

/* Guides CTA section */
.rd-guides-cta-section {
  max-width: 600px; margin: 0 auto; padding: 32px 24px 48px; text-align: center;
}
.rd-guides-cta-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 700; color: #fff; margin: 0 0 8px;
}
.rd-guides-cta-section p {
  font-size: 13px; color: rgba(255,255,255,0.45); margin: 0 0 20px; line-height: 1.6;
}
.rd-guides-cta-links { display: flex; justify-content: center; gap: 12px; }
.rd-guides-cta-btn {
  display: inline-block; padding: 10px 22px; font-size: 13px; font-weight: 600;
  border-radius: 6px; text-decoration: none;
  background: var(--cta); color: #fff;
  transition: opacity 0.2s;
}
.rd-guides-cta-btn:hover { opacity: 0.85; }
.rd-guides-cta-btn-alt {
  background: transparent; border: 1px solid #444; color: rgba(255,255,255,0.7);
}
.rd-guides-cta-btn-alt:hover { border-color: var(--accent); color: #fff; }

/* Guides grid responsive */
@media (max-width: 1024px) {
  .rd-guides-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .rd-guides-grid { grid-template-columns: 1fr; }
  .rd-guides-cta-links { flex-direction: column; align-items: center; }
}

