/* =============================================
   SpyDeep.com — Conversion-First Stylesheet
   White / Clean / Authority / Wirecutter-style
   ============================================= */

:root {
  /* Colors */
  --white:        #ffffff;
  --bg:           #f8f9fb;
  --bg-card:      #ffffff;
  --bg-dark:      #0f172a;
  --bg-dark-2:    #1e293b;
  --navy:         #0f172a;
  --accent:       #1d4ed8;
  --accent-h:     #1e40af;
  --accent-light: #eff6ff;
  --accent-2:     #dc2626;
  --green:        #16a34a;
  --green-light:  #f0fdf4;
  --gold:         #d97706;
  --gold-light:   #fffbeb;
  --border:       #e2e8f0;
  --border-dark:  #cbd5e1;

  /* Text — all dark, no grey */
  --text-1:       #0f172a;
  --text-2:       #1e293b;
  --text-3:       #334155;
  --text-light:   #ffffff;

  /* Shadows */
  --shadow-sm:    0 1px 4px rgba(0,0,0,0.08);
  --shadow-md:    0 4px 16px rgba(0,0,0,0.1);
  --shadow-lg:    0 12px 40px rgba(0,0,0,0.13);
  --shadow-cta:   0 4px 20px rgba(29,78,216,0.35);

  /* Misc */
  --radius:       8px;
  --radius-lg:    14px;
  --radius-xl:    20px;
  --font-head:    'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body:    'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono:    'JetBrains Mono', 'Courier New', monospace;
  --max-w:        1160px;
  --ease:         all 0.18s ease;
}

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 17px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text-1);
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Typography — large, black, readable */
h1, h2, h3, h4, h5 {
  font-family: var(--font-head);
  color: var(--text-1);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 700;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.55rem); }
h4 { font-size: 1.15rem; font-family: var(--font-body); font-weight: 700; }

p { color: var(--text-2); margin-bottom: 1.1rem; font-size: 1.05rem; }
a { color: var(--accent); text-decoration: none; transition: var(--ease); }
a:hover { color: var(--accent-h); text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
strong { color: var(--text-1); font-weight: 700; }

.skip-link {
  position: absolute; top: -100%; left: 0;
  background: var(--accent); color: #fff;
  padding: 8px 16px; z-index: 9999; border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus { top: 0; }

/* =============================================
   LAYOUT
   ============================================= */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.section { padding: 72px 0; }
.section-sm { padding: 48px 0; }
.section-dark { background: var(--bg-dark); }
.section-grey { background: var(--bg); }
.section-white { background: var(--white); }

.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.content-grid { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start; }

.text-center { text-align: center; }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-48 { margin-top: 48px; }

.section-label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 12px;
}
.section-header { margin-bottom: 40px; }
.section-header h2 { margin-bottom: 12px; }
.section-header p { font-size: 1.1rem; color: var(--text-2); max-width: 640px; }
.section-header.centered { text-align: center; }
.section-header.centered p { margin: 0 auto; }

/* =============================================
   BUTTONS — Large, Clickable, Obvious
   ============================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: var(--ease);
  white-space: nowrap;
  text-decoration: none !important;
  line-height: 1;
}

/* Primary — the main CTA — must stand out */
.btn-primary {
  background: var(--accent);
  color: #ffffff !important;
  box-shadow: var(--shadow-cta);
  font-size: 1.05rem;
  padding: 15px 32px;
}
.btn-primary:hover {
  background: var(--accent-h);
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(29,78,216,0.45);
  color: #fff !important;
  text-decoration: none !important;
}

/* CTA Large — hero level */
.btn-cta {
  background: var(--accent-2);
  color: #ffffff !important;
  font-size: 1.15rem;
  padding: 18px 40px;
  box-shadow: 0 4px 20px rgba(220,38,38,0.35);
  border-radius: var(--radius-lg);
}
.btn-cta:hover {
  background: #b91c1c;
  transform: translateY(-2px);
  color: #fff !important;
  text-decoration: none !important;
}

/* Green — trusted/positive action */
.btn-green {
  background: var(--green);
  color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(22,163,74,0.3);
  font-size: 1.05rem;
  padding: 15px 32px;
}
.btn-green:hover {
  background: #15803d;
  transform: translateY(-2px);
  color: #fff !important;
  text-decoration: none !important;
}

/* Outline */
.btn-outline {
  background: transparent;
  color: var(--accent) !important;
  border: 2px solid var(--accent);
}
.btn-outline:hover {
  background: var(--accent);
  color: #fff !important;
  text-decoration: none !important;
}

/* Ghost — dark bg version */
.btn-ghost {
  background: rgba(255,255,255,0.1);
  color: #fff !important;
  border: 1.5px solid rgba(255,255,255,0.25);
}
.btn-ghost:hover {
  background: rgba(255,255,255,0.2);
  color: #fff !important;
  text-decoration: none !important;
}

.btn-sm { padding: 9px 20px; font-size: 0.9rem; }
.btn-lg { padding: 18px 40px; font-size: 1.1rem; }
.btn-full { width: 100%; }
.btn-icon { font-size: 1rem; margin-left: 4px; }

/* =============================================
   HEADER
   ============================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--white);
  border-bottom: 2px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 24px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-1) !important;
  text-decoration: none !important;
  flex-shrink: 0;
}
.logo:hover { color: var(--accent) !important; text-decoration: none !important; }
.logo-icon { font-size: 1.6rem; }
.logo em { color: var(--accent); font-style: normal; }

/* Nav */
.main-nav ul { display: flex; align-items: center; gap: 2px; }
.main-nav li { position: relative; }
.main-nav > ul > li > a {
  display: block;
  padding: 8px 14px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-1);
  border-radius: var(--radius);
  transition: var(--ease);
}
.main-nav > ul > li > a:hover,
.main-nav > ul > li.active > a {
  color: var(--accent);
  background: var(--accent-light);
  text-decoration: none;
}

/* Dropdown */
.dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 220px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: var(--ease);
  z-index: 300;
  overflow: hidden;
}
.has-drop:hover .dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.dropdown li a {
  display: block;
  padding: 11px 18px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text-1);
  border-bottom: 1px solid var(--border);
  transition: var(--ease);
}
.dropdown li:last-child a { border-bottom: none; }
.dropdown li a:hover { background: var(--accent-light); color: var(--accent); text-decoration: none; }

.header-cta { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }

/* Mobile toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  display: block; width: 24px; height: 2.5px;
  background: var(--text-1); border-radius: 2px; transition: var(--ease);
}
.mobile-nav {
  display: none;
  position: fixed;
  top: 68px; left: 0; right: 0;
  background: var(--white);
  border-bottom: 2px solid var(--border);
  box-shadow: var(--shadow-md);
  z-index: 199;
  padding: 20px 24px;
  max-height: calc(100vh - 68px);
  overflow-y: auto;
}
.mobile-nav.open { display: block; }
.mobile-nav li { border-bottom: 1px solid var(--border); }
.mobile-nav li a { display: block; padding: 14px 0; font-weight: 600; color: var(--text-1); font-size: 1rem; }
.mobile-nav li a:hover { color: var(--accent); text-decoration: none; }

/* =============================================
   HERO
   ============================================= */
.hero {
  background: var(--bg-dark);
  padding: 80px 0 72px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 60% 50%, rgba(29,78,216,0.15) 0%, transparent 70%);
}
.hero-inner { position: relative; max-width: 780px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(29,78,216,0.2);
  border: 1px solid rgba(29,78,216,0.4);
  color: #93c5fd;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
.hero h1 { color: #ffffff; margin-bottom: 20px; }
.hero h1 em { color: #60a5fa; font-style: normal; }
.hero-sub { font-size: 1.2rem; color: #cbd5e1; max-width: 600px; margin-bottom: 40px; line-height: 1.8; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }
.hero-trust {
  display: flex;
  gap: 32px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
}
.trust-stat strong { display: block; font-size: 1.9rem; color: #ffffff; font-family: var(--font-head); }
.trust-stat span { font-size: 0.85rem; color: #94a3b8; }

/* =============================================
   CARDS
   ============================================= */
.card {
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: var(--ease);
}
.card:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

/* Product/Review Card — the money card */
.product-card {
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: var(--ease);
  position: relative;
}
.product-card:hover { border-color: var(--accent); box-shadow: var(--shadow-md); }
.product-card.featured { border-color: var(--accent); }
.product-card .badge-top {
  position: absolute;
  top: -14px;
  left: 24px;
  background: var(--accent);
  color: #fff;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.product-card .badge-top.green { background: var(--green); }
.product-card .badge-top.gold { background: var(--gold); }

.product-header { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 16px; }
.product-logo {
  width: 60px; height: 60px;
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  flex-shrink: 0;
}
.product-name { font-size: 1.25rem; color: var(--text-1); font-weight: 700; margin-bottom: 4px; }
.product-tagline { font-size: 0.9rem; color: var(--text-3); }
.product-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.stars { color: var(--gold); font-size: 1.1rem; letter-spacing: 2px; }
.rating-score { font-weight: 700; font-size: 1rem; color: var(--text-1); }
.rating-count { font-size: 0.85rem; color: var(--text-3); }
.product-price { font-size: 1.05rem; color: var(--text-1); font-weight: 700; margin-bottom: 16px; }
.product-price span { font-size: 0.85rem; color: var(--text-3); font-weight: 400; }
.product-pros { margin-bottom: 20px; }
.product-pros li {
  padding: 6px 0;
  font-size: 0.95rem;
  color: var(--text-2);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border-bottom: 1px solid var(--border);
}
.product-pros li:last-child { border-bottom: none; }
.product-pros li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 2px; }

/* Affiliate CTA button — the most important element */
.affiliate-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  background: var(--accent);
  color: #ffffff !important;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1rem;
  transition: var(--ease);
  text-decoration: none !important;
  box-shadow: var(--shadow-cta);
  margin-top: 4px;
}
.affiliate-btn:hover {
  background: var(--accent-h);
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(29,78,216,0.45);
  color: #fff !important;
  text-decoration: none !important;
}
.affiliate-btn .btn-arrow { font-size: 1.1rem; }
.affiliate-btn.green-btn { background: var(--green); box-shadow: 0 4px 16px rgba(22,163,74,0.3); }
.affiliate-btn.green-btn:hover { background: #15803d; box-shadow: 0 6px 24px rgba(22,163,74,0.45); }
.affiliate-disclaimer {
  text-align: center;
  font-size: 0.75rem;
  color: var(--text-3);
  margin-top: 8px;
}

/* Post cards */
.post-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--ease);
  display: flex;
  flex-direction: column;
}
.post-card:hover { border-color: var(--accent); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.post-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.post-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; flex-wrap: wrap; }
.tag {
  display: inline-block;
  padding: 3px 10px;
  background: var(--accent-light);
  color: var(--accent);
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.tag.green { background: var(--green-light); color: var(--green); }
.tag.gold { background: var(--gold-light); color: var(--gold); }
.post-date { font-size: 0.82rem; color: var(--text-3); font-weight: 500; }
.post-card h3 { margin-bottom: 10px; }
.post-card h3 a { color: var(--text-1); }
.post-card h3 a:hover { color: var(--accent); text-decoration: none; }
.post-card p { font-size: 0.95rem; flex: 1; }
.read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.9rem;
  margin-top: 16px;
}
.read-more:hover { color: var(--accent-h); text-decoration: none; gap: 10px; }

/* =============================================
   COMPARISON TABLE — Key conversion element
   ============================================= */
.compare-table { width: 100%; border-collapse: collapse; margin: 32px 0; }
.compare-table th {
  background: var(--bg-dark);
  color: #fff;
  padding: 14px 18px;
  text-align: left;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.compare-table th:first-child { border-radius: var(--radius) 0 0 0; }
.compare-table th:last-child { border-radius: 0 var(--radius) 0 0; }
.compare-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  font-size: 0.97rem;
  color: var(--text-1);
  vertical-align: middle;
}
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:nth-child(even) td { background: var(--bg); }
.compare-table tr:hover td { background: var(--accent-light); }
.compare-table .check { color: var(--green); font-weight: 700; font-size: 1.1rem; }
.compare-table .cross { color: var(--accent-2); font-weight: 700; }
.compare-table .winner-row td { background: #eff6ff; font-weight: 600; }
.compare-table a { color: var(--accent); font-weight: 700; }

/* =============================================
   SIDEBAR
   ============================================= */
.sidebar { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 24px; }
.sidebar-widget {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
}
.sidebar-widget.accent-border { border-color: var(--accent); }
.widget-title {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-1);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--border);
}
.sidebar-widget ul li { margin-bottom: 10px; }
.sidebar-widget ul li a { color: var(--text-1); font-size: 0.92rem; font-weight: 500; }
.sidebar-widget ul li a:hover { color: var(--accent); }

/* Newsletter widget */
.newsletter-widget input {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-size: 0.95rem;
  color: var(--text-1);
  background: var(--bg);
  margin-bottom: 10px;
  font-family: var(--font-body);
}
.newsletter-widget input:focus { outline: none; border-color: var(--accent); }

/* =============================================
   ARTICLE CONTENT
   ============================================= */
.article-body { max-width: 760px; }
.article-body h2 { margin: 44px 0 16px; padding-top: 12px; border-top: 2px solid var(--border); color: var(--text-1); }
.article-body h3 { margin: 32px 0 12px; color: var(--text-1); }
.article-body p { font-size: 1.07rem; line-height: 1.85; margin-bottom: 20px; color: var(--text-2); }
.article-body ul, .article-body ol { padding-left: 24px; margin-bottom: 20px; }
.article-body li { margin-bottom: 10px; color: var(--text-2); font-size: 1.05rem; list-style: disc; }
.article-body ol li { list-style: decimal; }
.article-body a { color: var(--accent); font-weight: 600; }
.article-body blockquote {
  border-left: 4px solid var(--accent);
  padding: 16px 24px;
  margin: 28px 0;
  background: var(--accent-light);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 1.05rem;
  color: var(--text-1);
  font-style: italic;
}
.article-body code {
  font-family: var(--font-mono);
  font-size: 0.88em;
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 2px 8px;
  border-radius: 4px;
  color: var(--text-1);
}
.article-body pre {
  background: var(--bg-dark);
  color: #e2e8f0;
  border-radius: var(--radius-lg);
  padding: 24px;
  overflow-x: auto;
  margin: 24px 0;
}
.article-body pre code { background: none; border: none; color: inherit; font-size: 0.9rem; }

/* TOC */
.toc {
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-left: 4px solid var(--accent);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  padding: 24px 28px;
  margin: 32px 0;
}
.toc-title { font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-1); margin-bottom: 14px; }
.toc ol { padding-left: 20px; }
.toc li { margin-bottom: 8px; list-style: decimal; }
.toc li a { color: var(--accent); font-size: 0.95rem; font-weight: 500; }

/* Callouts */
.callout {
  padding: 18px 22px;
  border-radius: var(--radius);
  border-left: 4px solid;
  margin: 24px 0;
  font-size: 1rem;
}
.callout p { margin: 0; }
.callout-info { background: var(--accent-light); border-color: var(--accent); color: var(--text-1); }
.callout-info p { color: var(--text-1); }
.callout-warning { background: var(--gold-light); border-color: var(--gold); }
.callout-warning p { color: var(--text-1); }
.callout-success { background: var(--green-light); border-color: var(--green); }
.callout-success p { color: var(--text-1); }

/* Author box */
.author-box {
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 40px 0;
}
.author-avatar {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--accent-light);
  border: 2px solid var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  flex-shrink: 0;
}
.author-name { font-weight: 700; font-size: 1rem; color: var(--text-1); margin-bottom: 2px; }
.author-cred { font-size: 0.82rem; color: var(--accent); font-weight: 600; margin-bottom: 8px; }
.author-bio { font-size: 0.9rem; color: var(--text-2); margin: 0; }

/* Progress bar for articles */
.reading-progress {
  position: fixed;
  top: 68px; left: 0;
  height: 3px;
  background: var(--accent);
  z-index: 199;
  width: 0%;
  transition: width 0.1s linear;
}

/* =============================================
   PAGE HERO (inner pages)
   ============================================= */
.page-hero {
  background: var(--bg-dark);
  padding: 52px 0 48px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.page-hero h1 { color: #ffffff; margin-bottom: 12px; }
.page-hero p { color: #94a3b8; font-size: 1.1rem; max-width: 640px; margin: 0; }
.breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 0.85rem;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.breadcrumb a { color: #60a5fa; font-weight: 500; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { color: #64748b; }

/* =============================================
   TRUST ELEMENTS
   ============================================= */
.trust-bar {
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 24px 0;
}
.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-1);
}
.trust-item .icon { font-size: 1.1rem; }

/* Review score box */
.score-box {
  background: var(--bg-dark);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.score-number { font-size: 3.5rem; font-weight: 700; color: var(--gold); font-family: var(--font-head); line-height: 1; }
.score-label { font-size: 0.85rem; color: #94a3b8; margin-top: 4px; }
.score-stars { font-size: 1.3rem; color: var(--gold); margin: 8px 0; }

/* Pros/Cons */
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 28px 0; }
.pros, .cons {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px;
}
.pros { border-top: 4px solid var(--green); }
.cons { border-top: 4px solid var(--accent-2); }
.pros h4 { color: var(--green); margin-bottom: 14px; }
.cons h4 { color: var(--accent-2); margin-bottom: 14px; }
.pros ul li, .cons ul li {
  padding: 6px 0;
  font-size: 0.95rem;
  color: var(--text-2);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.pros ul li:last-child, .cons ul li:last-child { border-bottom: none; }
.pros ul li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; }
.cons ul li::before { content: '✗'; color: var(--accent-2); font-weight: 700; flex-shrink: 0; }

/* =============================================
   FOOTER
   ============================================= */
.site-footer { background: var(--bg-dark); color: #94a3b8; padding: 64px 0 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}
.footer-brand .logo { color: #ffffff !important; margin-bottom: 14px; }
.footer-brand p { font-size: 0.9rem; color: #64748b; margin-bottom: 20px; }
.footer-col h5 {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 18px;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: #64748b; font-size: 0.9rem; transition: var(--ease); }
.footer-col ul li a:hover { color: #ffffff; text-decoration: none; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { font-size: 0.82rem; color: #475569; margin: 0; }
.footer-bottom nav { display: flex; gap: 20px; }
.footer-bottom nav a { color: #475569; font-size: 0.82rem; }
.footer-bottom nav a:hover { color: #fff; text-decoration: none; }
.footer-disclaimer {
  background: rgba(255,255,255,0.04);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 16px 0;
  text-align: center;
}
.footer-disclaimer p { font-size: 0.8rem; color: #475569; margin: 0; }

/* =============================================
   MISC COMPONENTS
   ============================================= */
/* Pill nav */
.pill-nav { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.pill-nav a {
  padding: 7px 18px;
  border-radius: 20px;
  font-size: 0.88rem;
  font-weight: 600;
  background: var(--white);
  border: 1.5px solid var(--border);
  color: var(--text-1);
  transition: var(--ease);
}
.pill-nav a:hover, .pill-nav a.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  text-decoration: none;
}

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 48px; }
.pagination a, .pagination span {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1.5px solid var(--border);
  color: var(--text-1);
  font-size: 0.9rem;
  font-weight: 600;
  transition: var(--ease);
}
.pagination a:hover, .pagination .current {
  background: var(--accent); border-color: var(--accent); color: #fff; text-decoration: none;
}

/* Back to top */
#back-to-top {
  position: fixed; bottom: 28px; right: 28px;
  width: 44px; height: 44px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  box-shadow: var(--shadow-md);
  opacity: 0; pointer-events: none;
  transition: var(--ease);
  z-index: 100;
  cursor: pointer;
  border: none;
}
#back-to-top.show { opacity: 1; pointer-events: auto; }
#back-to-top:hover { background: var(--accent-h); transform: translateY(-3px); }

/* Cookie bar */
#cookie-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--bg-dark-2);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 16px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; z-index: 500;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
#cookie-bar.show { transform: translateY(0); }
#cookie-bar p { font-size: 0.88rem; color: #94a3b8; margin: 0; }
#cookie-bar p a { color: #60a5fa; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  .main-nav, .header-cta .btn:not(.btn-sm) { display: none; }
  .nav-toggle { display: flex; }
  .hero { padding: 52px 0 48px; }
  .hero-trust { gap: 20px; }
  .pros-cons { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .hero-actions { flex-direction: column; }
  .btn-cta, .btn-primary, .btn-green { width: 100%; }
}
