/* ============================================================
   ZUNOZI.IN — Design System
   Light theme · Electric blue accent · Poppins + Inter
   ============================================================ */

:root {
  --white: #FFFFFF;
  --bg: #F8F9FC;
  --surface: #FFFFFF;
  --border: #E5E7EB;
  --border-strong: #D1D5DB;
  --text: #111827;
  --text-2: #374151;
  --text-3: #6B7280;
  --text-4: #9CA3AF;
  --accent: #2563EB;
  --accent-hover: #1D4ED8;
  --accent-light: #EFF6FF;
  --accent-mid: #BFDBFE;
  --green: #16A34A;
  --green-light: #F0FDF4;
  --orange: #EA580C;
  --orange-light: #FFF7ED;
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);
  --shadow: 0 4px 16px rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.04);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.12), 0 4px 12px rgba(0,0,0,0.06);
}

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select { font-family: inherit; }

/* ============================================================ ANNOUNCE BAR */
.announce-bar {
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 9px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.announce-bar a { color: #fff; text-decoration: underline; opacity: 0.85; }
.announce-bar a:hover { opacity: 1; }

/* ============================================================ HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-logo {
  width: 34px; height: 34px;
  background: var(--accent);
  color: #fff;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 18px;
}
.brand-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--text);
  letter-spacing: -0.5px;
}
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a { font-size: 14px; font-weight: 500; color: var(--text-2); transition: color 0.2s; }
.main-nav a:hover { color: var(--accent); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.btn-compare-header {
  background: var(--accent-light);
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  transition: background 0.2s;
}
.btn-compare-header:hover { background: var(--accent-mid); }
.menu-toggle { display: none; font-size: 22px; color: var(--text); padding: 4px 8px; }

/* ============================================================ BUTTONS */
.btn-primary {
  background: var(--accent);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 28px;
  border-radius: var(--radius-sm);
  display: inline-block;
  transition: background 0.2s, transform 0.15s;
  border: none;
  cursor: pointer;
}
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-1px); }
.btn-primary.btn-lg { font-size: 16px; padding: 16px 36px; border-radius: var(--radius); }
.btn-secondary {
  background: var(--white);
  color: var(--text);
  font-weight: 600;
  font-size: 15px;
  padding: 13px 28px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--border-strong);
  display: inline-block;
  transition: border-color 0.2s, color 0.2s;
}
.btn-secondary:hover { border-color: var(--accent); color: var(--accent); }
.btn-ghost-blue {
  color: var(--accent);
  font-weight: 600;
  font-size: 14px;
  border: 1.5px solid var(--accent-mid);
  padding: 9px 18px;
  border-radius: var(--radius-sm);
  display: inline-block;
  transition: background 0.2s;
}
.btn-ghost-blue:hover { background: var(--accent-light); }

/* ============================================================ HERO */
.hero {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 72px 32px 64px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.hero-eyebrow {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 16px;
  letter-spacing: 0.2px;
}
.hero-headline {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.08;
  color: var(--text);
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.hero-sub {
  font-size: 17px;
  color: var(--text-3);
  max-width: 500px;
  line-height: 1.75;
  margin-bottom: 32px;
}

/* SEARCH BOX */
.hero-search-wrap { position: relative; margin-bottom: 24px; max-width: 540px; }
.search-box {
  display: flex;
  align-items: center;
  background: var(--white);
  border: 2px solid var(--border-strong);
  border-radius: var(--radius);
  padding: 0 16px;
  gap: 12px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.search-box:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(37,99,235,0.12);
}
.search-icon { font-size: 16px; flex-shrink: 0; }
.search-box input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  color: var(--text);
  padding: 14px 0;
  background: transparent;
}
.search-box input::placeholder { color: var(--text-4); }
.search-suggestions {
  position: absolute;
  top: calc(100% + 4px);
  left: 0; right: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  z-index: 100;
  overflow: hidden;
}
.suggestion-item {
  padding: 12px 16px;
  font-size: 14px;
  color: var(--text-2);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.15s;
}
.suggestion-item:hover { background: var(--bg); color: var(--accent); }
.suggestion-item .s-emoji { font-size: 16px; }

.hero-quick-cats { display: flex; gap: 10px; flex-wrap: wrap; }
.quick-cat {
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--text-2);
  font-size: 13px;
  font-weight: 500;
  padding: 7px 14px;
  border-radius: 100px;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.quick-cat:hover { background: var(--accent-light); border-color: var(--accent-mid); color: var(--accent); }

/* HERO COMPARE PREVIEW */
.hero-compare-preview {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow);
}
.preview-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: border-color 0.2s;
}
.preview-card-b { border-color: var(--accent-mid); }
.preview-emoji { font-size: 32px; }
.preview-name { font-weight: 600; font-size: 14px; color: var(--text); }
.preview-price { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 18px; color: var(--accent); }
.preview-vs {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--text-4);
  background: var(--white);
  border: 1px solid var(--border);
  width: 40px; height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.preview-badge {
  background: var(--green-light);
  color: var(--green);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  align-self: flex-end;
}

/* ============================================================ SECTIONS */
.section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 32px;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 16px;
}
.section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: var(--text);
  letter-spacing: -0.5px;
  margin-bottom: 4px;
}
.section-sub { font-size: 15px; color: var(--text-3); }
.link-more { font-size: 14px; font-weight: 600; color: var(--accent); white-space: nowrap; }
.link-more:hover { color: var(--accent-hover); }

/* ============================================================ DEAL CARDS */
.deals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.deal-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
  position: relative;
}
.deal-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
  border-color: var(--accent-mid);
}
.deal-card-image {
  background: var(--bg);
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  position: relative;
  border-bottom: 1px solid var(--border);
}
.deal-badge-discount {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 100px;
}
.deal-badge-featured {
  position: absolute;
  top: 12px; right: 12px;
  background: var(--accent);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 100px;
}
.btn-compare-card {
  position: absolute;
  bottom: 10px; right: 10px;
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--text-3);
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-compare-card:hover, .btn-compare-card.added { background: var(--accent); border-color: var(--accent); color: #fff; }
.deal-card-body { padding: 16px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.deal-cat-tag {
  font-size: 11px;
  font-weight: 600;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.deal-name {
  font-weight: 600;
  font-size: 14px;
  color: var(--text);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.deal-brand { font-size: 12px; color: var(--text-4); }
.deal-pricing { display: flex; align-items: baseline; gap: 8px; margin: 4px 0; }
.deal-price { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 20px; color: var(--text); }
.deal-original { font-size: 13px; color: var(--text-4); text-decoration: line-through; }
.deal-save { font-size: 12px; color: var(--green); font-weight: 600; }
.deal-rating { font-size: 12px; color: var(--text-3); }
.deal-rating .stars { color: #F59E0B; }
.deal-cta-row { display: flex; gap: 8px; margin-top: auto; padding-top: 12px; }
.btn-buy {
  flex: 1;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  border-radius: var(--radius-sm);
  text-align: center;
  transition: background 0.2s;
  display: block;
}
.btn-buy:hover { background: var(--accent-hover); }
.btn-details {
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--text-2);
  font-size: 13px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  transition: border-color 0.2s;
  white-space: nowrap;
}
.btn-details:hover { border-color: var(--accent); color: var(--accent); }

/* ============================================================ COMPARE BANNER */
.compare-banner {
  background: linear-gradient(135deg, #1E3A8A 0%, #2563EB 100%);
  padding: 56px 32px;
}
.compare-banner-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.compare-banner-text h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.compare-banner-text p { color: rgba(255,255,255,0.8); font-size: 16px; max-width: 500px; line-height: 1.7; }
.compare-banner .btn-primary { background: #fff; color: var(--accent); }
.compare-banner .btn-primary:hover { background: #f0f4ff; }

/* ============================================================ CATEGORIES */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.cat-tile {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
  box-shadow: var(--shadow-sm);
}
.cat-tile:hover {
  box-shadow: var(--shadow);
  border-color: var(--accent-mid);
  transform: translateY(-2px);
}
.cat-tile-icon { font-size: 32px; }
.cat-tile-name { font-weight: 600; font-size: 15px; color: var(--text); }
.cat-tile-sub { font-size: 13px; color: var(--text-3); }
.cat-tile-all { background: var(--accent-light); border-color: var(--accent-mid); }
.cat-tile-all .cat-tile-icon { font-size: 24px; color: var(--accent); }
.cat-tile-all .cat-tile-name { color: var(--accent); }

/* ============================================================ HOW IT WORKS */
.how-section {
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 72px 32px;
}
.how-inner { max-width: 1280px; margin: 0 auto; }
.how-inner h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: var(--text);
  margin-bottom: 48px;
  letter-spacing: -0.5px;
}
.how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.how-step { display: flex; flex-direction: column; gap: 14px; }
.how-icon {
  width: 56px; height: 56px;
  background: var(--accent-light);
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  font-size: 26px;
}
.how-step h3 { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 18px; color: var(--text); }
.how-step p { font-size: 15px; color: var(--text-3); line-height: 1.7; }

/* ============================================================ GUIDES PREVIEW */
.guides-row { display: flex; gap: 12px; flex-wrap: wrap; }
.guide-pill {
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--text-2);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 100px;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s;
}
.guide-pill:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-light); }

/* ============================================================ COMPARE PAGE */
.compare-toolbar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 64px;
  z-index: 100;
  box-shadow: var(--shadow-sm);
}
.compare-toolbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.compare-slots { display: flex; gap: 12px; flex: 1; }
.compare-slot {
  flex: 1;
  min-width: 0;
  background: var(--bg);
  border: 1.5px dashed var(--border-strong);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--text-4);
}
.compare-slot.filled { border-style: solid; border-color: var(--accent-mid); background: var(--accent-light); }
.compare-slot.filled .slot-name { color: var(--text-2); font-weight: 500; }
.slot-remove { cursor: pointer; color: var(--text-3); font-size: 16px; padding: 2px; }
.slot-remove:hover { color: var(--orange); }
.btn-compare-now {
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  transition: background 0.2s;
  border: none;
  cursor: pointer;
}
.btn-compare-now:disabled { background: var(--border-strong); color: var(--text-4); cursor: not-allowed; }
.btn-compare-now:not(:disabled):hover { background: var(--accent-hover); }

/* COMPARE TABLE */
.compare-table-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 32px 80px;
  overflow-x: auto;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.compare-table th {
  background: var(--bg);
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid var(--border);
  min-width: 200px;
}
.compare-table th:first-child { text-align: left; min-width: 160px; }
.compare-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  text-align: center;
  color: var(--text-2);
}
.compare-table td:first-child { font-weight: 600; color: var(--text-3); text-align: left; font-size: 13px; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:hover td { background: var(--bg); }
.compare-best-col { background: var(--accent-light) !important; }
.compare-best-header { border-top: 3px solid var(--accent) !important; }
.compare-best-badge {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 100px;
  margin-top: 6px;
}
.compare-product-thumb { font-size: 40px; display: block; margin-bottom: 8px; }
.compare-product-name { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 15px; color: var(--text); }
.compare-product-price { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 20px; color: var(--accent); display: block; margin: 8px 0; }
.tick { color: var(--green); font-size: 16px; }
.cross { color: var(--orange); font-size: 16px; }
.compare-buy-btn {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: var(--radius-sm);
  transition: background 0.2s;
}
.compare-buy-btn:hover { background: var(--accent-hover); }

/* ============================================================ PAGE HERO (inner pages) */
.page-hero {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 48px 32px;
}
.page-hero-inner { max-width: 1280px; margin: 0 auto; }
.page-hero h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: var(--text);
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.page-hero p { font-size: 16px; color: var(--text-3); }

/* FILTER BAR */
.filter-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 16px 32px;
  position: sticky;
  top: 64px;
  z-index: 90;
  box-shadow: var(--shadow-sm);
}
.filter-bar-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.filter-btn {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-2);
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 7px 16px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
}
.filter-btn:hover { border-color: var(--accent-mid); color: var(--accent); }
.filter-btn.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.sort-select {
  margin-left: auto;
  font-size: 13px;
  color: var(--text-2);
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 7px 12px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  outline: none;
}

/* ============================================================ GUIDES PAGE */
.guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}
.guide-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s, transform 0.2s;
}
.guide-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.guide-card-icon { font-size: 40px; margin-bottom: 16px; }
.guide-card h2 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 19px; color: var(--text); margin-bottom: 10px; line-height: 1.35; }
.guide-card p { font-size: 14px; color: var(--text-3); line-height: 1.7; margin-bottom: 18px; }
.guide-checklist { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.guide-check { font-size: 13px; color: var(--text-2); display: flex; gap: 8px; }
.guide-check::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; }
.guide-card .link-more { font-size: 14px; }

/* ============================================================ FOOTER */
.site-footer {
  background: var(--text);
  padding: 64px 32px 0;
  margin-top: 80px;
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand-col .brand-text { color: #fff; }
.footer-brand-col p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; margin-top: 14px; max-width: 280px; }
.footer-domain { font-size: 13px; color: var(--accent-mid); margin-top: 8px !important; }
.footer-col h4 { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 16px; letter-spacing: 0.3px; }
.footer-col { display: flex; flex-direction: column; gap: 0; }
.footer-col a { font-size: 14px; color: rgba(255,255,255,0.7); padding: 4px 0; transition: color 0.2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
}
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.35); }

/* ============================================================ CONTENT PAGES */
.content-body {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 32px 80px;
}
.content-body h2 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 22px; color: var(--text); margin: 36px 0 12px; }
.content-body p { font-size: 15px; color: var(--text-2); line-height: 1.8; margin-bottom: 16px; }
.content-body a { color: var(--accent); }
.disclosure-highlight {
  background: var(--accent-light);
  border: 1px solid var(--accent-mid);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-bottom: 28px;
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.7;
}

/* ============================================================ RESPONSIVE */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; gap: 48px; }
  .hero-compare-preview { display: none; }
  .cat-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  .header-inner { padding: 0 20px; }
  .main-nav {
    display: none;
    position: fixed;
    inset: 0;
    background: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 36px;
    z-index: 500;
  }
  .main-nav.open { display: flex; }
  .main-nav a { font-size: 22px; }
  .btn-compare-header { display: none; }
  .menu-toggle { display: block; z-index: 600; }
  .hero { padding: 48px 20px; }
  .hero-headline { font-size: 40px; letter-spacing: -1px; }
  .section { padding: 48px 20px; }
  .compare-banner { padding: 48px 20px; }
  .compare-banner-inner { flex-direction: column; text-align: center; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .how-steps { grid-template-columns: 1fr; gap: 32px; }
  .deals-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .page-hero { padding: 36px 20px; }
  .page-hero h1 { font-size: 30px; }
  .filter-bar { padding: 12px 20px; top: 57px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .site-footer { padding: 48px 20px 0; }
  .compare-toolbar-inner { padding: 10px 20px; flex-wrap: wrap; }
  .compare-table-wrap { padding: 24px 20px 60px; }
  .how-section { padding: 56px 20px; }
  .guides-grid { grid-template-columns: 1fr; }
  .content-body { padding: 36px 20px 60px; }
}

@media (max-width: 480px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .deals-grid { grid-template-columns: 1fr; }
  .hero-headline { font-size: 34px; }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
