/* ============================================================
   topratinglist.com — Premium fintech comparison design system
   Clean · trustworthy · conversion-focused (FinanceBuzz lineage)
   ============================================================ */

:root {
  /* palette */
  --navy: #0c1b3a;
  --navy-deep: #071228;
  --navy-soft: #152848;
  --blue: #1f4bff;
  --blue-deep: #1636d6;
  --blue-soft: #e8efff;
  --sky: #e8eef8;
  --sky-mid: #dce5f4;
  --paper: #ffffff;
  --ink: #0c1b3a;
  --ink-body: #243556;
  --muted: #5c6b86;
  --line: #e2e8f2;
  --line-strong: #c9d3e4;
  --gold: #f0b429;
  --gold-deep: #d99a08;
  --gold-soft: #fff6de;
  --success: #0f9f6e;
  --danger: #d14343;
  --shadow-sm: 0 1px 2px rgba(12, 27, 58, 0.05), 0 4px 12px rgba(12, 27, 58, 0.04);
  --shadow-md: 0 4px 8px rgba(12, 27, 58, 0.05), 0 16px 40px rgba(12, 27, 58, 0.08);
  --shadow-lg: 0 12px 28px rgba(12, 27, 58, 0.1), 0 32px 64px rgba(12, 27, 58, 0.12);
  --shadow-tile: 0 2px 4px rgba(12, 27, 58, 0.04), 0 12px 32px rgba(12, 27, 58, 0.08);

  /* type */
  --font-display: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --font-body: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* rhythm */
  --wrap-max: 1120px;
  --pad-x: clamp(18px, 4vw, 32px);
  --section-y: clamp(56px, 8vw, 96px);
  --radius: 14px;
  --radius-sm: 10px;
  --radius-xs: 8px;
  --radius-pill: 999px;
  --header-h: 72px;
  --measure: 42rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur: 0.22s;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink-body);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, h5, h6, p, ul, ol, figure, dl, dt, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; }
strong { font-weight: 700; color: var(--ink); }

.wrap { max-width: var(--wrap-max); margin-inline: auto; padding-inline: var(--pad-x); }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}

/* Icon sprite + shared glyph sizing */
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.ico {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.125em;
  flex: none;
  /* Quill is a 32 grid with stroke 2 — let symbol paths own stroke weight */
  fill: none;
  stroke: currentColor;
}
.header-search-btn .ico {
  width: 18px;
  height: 18px;
}
.side-drawer-close .ico {
  width: 18px;
  height: 18px;
}
.side-drawer-ico .ico {
  width: 18px;
  height: 18px;
}
.quiz-option-icon .ico {
  width: 22px;
  height: 22px;
}
.btn .ico {
  width: 18px;
  height: 18px;
}
.skip-link {
  position: absolute; left: 12px; top: -48px; z-index: 300;
  background: var(--blue); color: #fff; font-weight: 700;
  padding: 10px 16px; border-radius: 0 0 8px 8px; transition: top 0.15s ease;
}
.skip-link:focus { top: 0; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, .page-num:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 2px;
  border-radius: 4px;
}

/* reveal */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
.js [data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* ---------- atoms ---------- */
.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 10px;
}
.eyebrow-on-dark { color: var(--gold); }
.eyebrow-link {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 8px;
}
.eyebrow-link:hover { text-decoration: underline; text-underline-offset: 3px; }

.section { padding-block: var(--section-y); }
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 16px 28px; flex-wrap: wrap;
  margin-bottom: clamp(28px, 4vw, 40px);
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.8vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ink);
  text-wrap: balance;
}
.section-more {
  font-size: 0.875rem; font-weight: 700; color: var(--blue);
  white-space: nowrap; padding: 8px 0;
  transition: color var(--dur) ease;
}
.section-more:hover { color: var(--blue-deep); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 0 20px;
  font-weight: 700; font-size: 0.9rem; line-height: 1;
  border-radius: var(--radius-pill);
  transition: background var(--dur) ease, color var(--dur) ease,
    box-shadow var(--dur) ease, transform var(--dur) ease, border-color var(--dur) ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--blue); color: #fff;
  box-shadow: 0 6px 18px rgba(31, 75, 255, 0.28);
}
.btn-primary:hover {
  background: var(--blue-deep); transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(31, 75, 255, 0.34);
}
.btn-secondary {
  background: var(--paper); color: var(--ink);
  border: 1.5px solid var(--line-strong);
}
.btn-secondary:hover { border-color: var(--ink); background: var(--sky); }
.btn-ghost {
  background: transparent; color: var(--blue);
  border: 1.5px solid var(--line);
}
.btn-ghost:hover { border-color: var(--blue); background: var(--blue-soft); }
.btn-on-dark {
  background: var(--gold); color: var(--navy);
  box-shadow: 0 8px 22px rgba(240, 180, 41, 0.3);
}
.btn-on-dark:hover { background: #ffc73d; transform: translateY(-1px); }

.select-control {
  min-height: 44px; padding: 0 36px 0 14px;
  border: 1.5px solid var(--line); border-radius: var(--radius-xs);
  background: var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235c6b86' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 14px center;
  appearance: none; -webkit-appearance: none;
  font-weight: 600; font-size: 0.875rem; color: var(--ink);
  cursor: pointer;
}
.select-control:hover { border-color: var(--line-strong); }

.empty { color: var(--muted); font-style: italic; padding: 24px 0; }

/* ---------- Site disclosures (advertiser + legal) ---------- */
.disclosure-slot {
  width: 100%;
}
.disclosure-slot-top {
  padding-block: 16px 4px;
}
.disclosure-slot-home {
  padding-block: 18px 0;
}

.site-disclosure {
  margin: 0;
  padding: 14px 16px 14px 18px;
  background: linear-gradient(135deg, var(--sky) 0%, #f4f7fc 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--blue);
  box-shadow: var(--shadow-sm);
  color: var(--ink-body);
}
.site-disclosure-divider {
  display: none;
}
.site-disclosure-label {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  line-height: 1.3;
}
.site-disclosure-body {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--muted);
}
.site-disclosure-body p {
  margin: 0;
}
.site-disclosure-body p + p {
  margin-top: 0.55em;
}
.site-disclosure-body a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1.5px;
}
.site-disclosure-body a:hover {
  color: var(--blue-deep);
}
.site-disclosure-body ul,
.site-disclosure-body ol {
  margin: 0.4em 0 0;
  padding-left: 1.2em;
  list-style: disc;
}
.site-disclosure-body li {
  margin-top: 0.25em;
}
.site-disclosure-body strong,
.site-disclosure-body b {
  color: var(--ink);
  font-weight: 700;
}

/* Nested inside article prose (writer-placed tokens) */
.article-body .site-disclosure {
  margin-block: 1.6em;
  max-width: 100%;
}
.article-body .site-disclosure-body {
  font-size: 0.9rem;
}

/* Compact variant on article meta strip */
.story-disclosure {
  width: 100%;
  max-width: 100%;
}
.story-disclosure .site-disclosure {
  padding: 12px 14px 12px 16px;
  background: var(--sky);
  box-shadow: none;
}
.story-disclosure .site-disclosure-label {
  font-size: 0.65rem;
}
.story-disclosure .site-disclosure-body {
  font-size: 0.78rem;
}

/* Footer disclaimers — long-form legal on dark chrome */
.foot-disclaimers {
  padding-block: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-disclaimers .site-disclosure {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid var(--gold);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.72);
}
.foot-disclaimers .site-disclosure-label {
  color: var(--gold);
}
.foot-disclaimers .site-disclosure-body {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
  line-height: 1.6;
}
.foot-disclaimers .site-disclosure-body strong,
.foot-disclaimers .site-disclosure-body b {
  color: rgba(255, 255, 255, 0.82);
}
.foot-disclaimers .site-disclosure-body a {
  color: rgba(255, 255, 255, 0.85);
}
.foot-disclaimers .site-disclosure-body a:hover {
  color: var(--gold);
}

/* Legacy class kept for any residual markup */
.disclosure-line { font-size: 0.8125rem; color: var(--muted); line-height: 1.55; }
.disclosure-line a {
  color: var(--blue); font-weight: 600;
  text-decoration: underline; text-underline-offset: 2px;
}

.meta-row {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px 8px;
  font-size: 0.8125rem; color: var(--muted); font-weight: 500;
}
.byline {
  display: flex; align-items: center; gap: 4px 9px; flex-wrap: wrap;
  font-size: 0.8125rem; color: var(--muted);
}
.byline-name { font-weight: 600; color: var(--ink-body); }
.byline-dot { opacity: 0.55; }
.avatar {
  width: 30px; height: 30px; border-radius: 50%;
  object-fit: cover; flex: none;
}
.avatar-lg { width: 46px; height: 46px; }
.avatar-xl { width: 60px; height: 60px; }

.media {
  display: block; overflow: hidden; border-radius: var(--radius-sm);
  background: var(--sky); position: relative;
}
.media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.media:hover img { transform: scale(1.04); }

/* ============================================================
   Header — clean white chrome + search
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(1.2) blur(14px);
  -webkit-backdrop-filter: saturate(1.2) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur) ease, box-shadow var(--dur) ease;
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 8px 28px rgba(12, 27, 58, 0.06);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: var(--header-h);
  max-width: 1280px;
}

/* Brand */
.brand {
  display: inline-flex; align-items: center; gap: 10px;
  flex: none; z-index: 2;
}
.brand-mark {
  width: 36px; height: 36px; border-radius: 9px;
  background: transparent;
  color: #fff; display: grid; place-items: center;
  box-shadow: 0 6px 14px rgba(31, 75, 255, 0.3);
  overflow: hidden;
  flex: none;
}
.brand-mark-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.brand-mark-text {
  font-family: var(--font-display); font-weight: 800;
  font-size: 0.8rem; letter-spacing: -0.02em;
}
.brand-word {
  display: inline-flex; align-items: center; gap: 0;
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.2rem; letter-spacing: -0.03em; line-height: 1;
  color: var(--navy);
}
.brand-word-main { padding-right: 2px; }
.brand-word-badge {
  background: var(--blue); color: #fff;
  padding: 4px 7px 5px; border-radius: 4px;
  margin-left: 3px; font-size: 0.95em;
  letter-spacing: 0.01em;
}
.brand-logo { max-height: 36px; width: auto; }
.brand-footer .brand-word { color: #fff; }
.brand-footer .brand-word-badge { background: var(--blue); }

/* Primary top nav — major hubs + hover dropdowns */
.site-nav-primary {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 8px;
  min-width: 0;
  flex: 1 1 auto;
  justify-content: flex-end;
}
.site-nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
}
.site-nav-item {
  position: relative;
}
.site-nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 0 16px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ink-body);
  border-radius: var(--radius-xs);
  white-space: nowrap;
  transition: color var(--dur) ease, background var(--dur) ease;
}
.site-nav-trigger:hover,
.site-nav-item:hover > .site-nav-trigger,
.site-nav-item:focus-within > .site-nav-trigger,
.site-nav-trigger.nav-active {
  color: var(--blue);
  background: var(--blue-soft);
}
.site-nav-caret {
  width: 6px;
  height: 6px;
  border-right: 1.75px solid currentColor;
  border-bottom: 1.75px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.7;
  transition: transform 0.22s var(--ease), opacity var(--dur) ease;
  flex: none;
}
.site-nav-item:hover > .site-nav-trigger .site-nav-caret,
.site-nav-item:focus-within > .site-nav-trigger .site-nav-caret {
  transform: rotate(225deg) translateY(-1px);
  opacity: 1;
}

/* Hover / focus dropdown panel */
.site-nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 288px;
  padding: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 0.2s var(--ease),
    transform 0.22s var(--ease),
    visibility 0.22s;
  z-index: 120;
}
.site-nav-dropdown::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 16px;
}
.site-nav-item:hover > .site-nav-dropdown,
.site-nav-item:focus-within > .site-nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.site-nav-item:last-child > .site-nav-dropdown {
  left: auto;
  right: 0;
}
.site-nav-drop-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 10px;
  transition: background var(--dur) ease;
}
.site-nav-drop-link:hover {
  background: var(--blue-soft);
}
.site-nav-drop-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: -0.015em;
  color: var(--navy);
  line-height: 1.25;
}
.site-nav-drop-link:hover .site-nav-drop-title {
  color: var(--blue);
}
.site-nav-drop-desc {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.4;
}

@media (prefers-reduced-motion: reduce) {
  .site-nav-dropdown,
  .site-nav-caret,
  .header-search,
  .header-search-input {
    transition-duration: 0.01ms !important;
  }
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  flex: none;
  min-height: 40px;
  padding: 0 16px;
  border-radius: var(--radius-pill);
  background: var(--navy);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: background var(--dur) ease, transform var(--dur) ease;
}
.nav-cta:hover {
  background: var(--blue);
  transform: translateY(-1px);
}

/* Search — pill fully wraps the circular button; open/close both animate */
.header-search {
  --search-btn: 40px;
  --search-pad: 3px;
  --search-open-w: 220px;
  --search-dur: 0.38s;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  box-sizing: border-box;
  height: calc(var(--search-btn) + (var(--search-pad) * 2) + 3px);
  width: 200px;
  max-width: 200px;
  background: var(--paper);
  border: 1.5px solid var(--line-strong);
  border-radius: var(--radius-pill);
  padding: var(--search-pad) var(--search-pad) var(--search-pad) 14px;
  overflow: hidden;
  transition:
    border-color var(--dur) ease,
    box-shadow var(--dur) ease,
    width var(--search-dur) var(--ease),
    max-width var(--search-dur) var(--ease),
    padding var(--search-dur) var(--ease);
}
.header-search:focus-within,
.header-search.is-open {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(31, 75, 255, 0.12);
}
.header-search-input {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  border: 0 !important;
  background: transparent;
  padding: 8px 10px 8px 0;
  font-size: 0.9rem;
  color: var(--ink);
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  opacity: 1;
  transition:
    opacity calc(var(--search-dur) * 0.85) var(--ease),
    padding var(--search-dur) var(--ease);
}
.header-search-input:hover,
.header-search-input:focus,
.header-search-input:focus-visible,
.header-search-input:active {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
}
.header-search-input::placeholder { color: var(--muted); }
.header-search-input::-webkit-search-decoration,
.header-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.header-search-btn {
  flex: none;
  width: var(--search-btn);
  height: var(--search-btn);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: #fff;
  box-shadow: none;
  border: 0;
  line-height: 0;
  transition: background var(--dur) ease, transform var(--dur) ease;
}
.header-search-btn:hover {
  background: var(--blue);
  transform: scale(1.03);
}
.header-search-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -3px;
}

/* Menu toggle — always available */
.nav-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.nav-burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  color: var(--navy);
  cursor: pointer;
  transition: border-color var(--dur) ease, background var(--dur) ease, box-shadow var(--dur) ease;
  z-index: 2;
}
.nav-burger:hover {
  border-color: var(--line-strong);
  background: var(--sky);
}

/* Floating burger on mobile — always reachable while scrolling */
@media (max-width: 780px) {
  .nav-burger {
    position: fixed;
    top: max(12px, env(safe-area-inset-top, 0px));
    left: max(12px, env(safe-area-inset-left, 0px));
    z-index: 200;
    width: 48px;
    height: 48px;
    min-height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    border-color: var(--line-strong);
    box-shadow: 0 8px 28px rgba(12, 27, 58, 0.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .nav-toggle:checked ~ .site-header .nav-burger {
    box-shadow: 0 8px 28px rgba(31, 75, 255, 0.2);
  }
  /* Reserve space so brand doesn't sit under the floating control */
  .header-inner {
    padding-left: 56px;
  }
}
.nav-toggle:focus-visible ~ .site-header .nav-burger {
  outline: 3px solid var(--blue);
  outline-offset: 2px;
}
.nav-burger-bars,
.nav-burger-bars::before,
.nav-burger-bars::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  position: relative;
  transition: transform 0.28s var(--ease), opacity 0.2s ease, background 0.2s ease;
}
.nav-burger-bars::before {
  position: absolute;
  top: -5px;
  left: 0;
}
.nav-burger-bars::after {
  position: absolute;
  top: 5px;
  left: 0;
}
.nav-toggle:checked ~ .site-header .nav-burger {
  border-color: var(--blue);
  background: var(--blue-soft);
}
.nav-toggle:checked ~ .site-header .nav-burger-bars { background: transparent; }
.nav-toggle:checked ~ .site-header .nav-burger-bars::before {
  top: 0;
  transform: rotate(45deg);
  background: var(--blue);
}
.nav-toggle:checked ~ .site-header .nav-burger-bars::after {
  top: 0;
  transform: rotate(-45deg);
  background: var(--blue);
}

/* Backdrop + side drawer */
.nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 180;
  background: rgba(7, 18, 40, 0.48);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: pointer;
  transition: opacity 0.3s var(--ease), visibility 0.3s var(--ease);
}
.nav-toggle:checked ~ .nav-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.side-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 190;
  width: min(380px, 92vw);
  transform: translateX(-105%);
  transition: transform 0.38s var(--ease);
  pointer-events: none;
}
.nav-toggle:checked ~ .side-drawer {
  transform: translateX(0);
  pointer-events: auto;
}
.side-drawer-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  box-shadow: 24px 0 60px rgba(12, 27, 58, 0.18);
  overflow: hidden;
}
.side-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 16px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, var(--sky) 0%, var(--paper) 100%);
}
.side-drawer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.side-drawer-head-label {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: var(--navy);
}
.side-drawer-close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  color: var(--navy);
  cursor: pointer;
  transition: background var(--dur) ease, border-color var(--dur) ease, color var(--dur) ease;
}
.side-drawer-close:hover {
  background: var(--blue-soft);
  border-color: var(--blue);
  color: var(--blue);
}

.side-drawer-nav {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 18px 14px 28px;
  -webkit-overflow-scrolling: touch;
}
.side-drawer-section-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 8px 10px 10px;
}
.side-drawer-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 22px;
}

.side-drawer-link,
.side-drawer-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: -0.015em;
  color: var(--navy);
  text-align: left;
  transition: background var(--dur) ease, color var(--dur) ease;
}
.side-drawer-link:hover,
.side-drawer-toggle:hover {
  background: var(--sky);
  color: var(--blue);
}
.side-drawer-link[aria-current="page"] {
  background: var(--blue-soft);
  color: var(--blue);
}
.side-drawer-ico {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--sky);
  color: var(--navy);
  transition: background var(--dur) ease, color var(--dur) ease;
}
.side-drawer-link:hover .side-drawer-ico,
.side-drawer-toggle:hover .side-drawer-ico,
.side-drawer-group.is-open .side-drawer-ico {
  background: var(--blue-soft);
  color: var(--blue);
}

.side-drawer-toggle {
  justify-content: space-between;
  cursor: pointer;
}
.side-drawer-toggle-text {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.side-drawer-chevron {
  flex: none;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg);
  transition: transform 0.28s var(--ease), border-color var(--dur) ease;
  margin-right: 6px;
  margin-top: -4px;
}
.side-drawer-group.is-open .side-drawer-chevron {
  transform: rotate(225deg);
  margin-top: 4px;
  border-color: var(--blue);
}
.side-drawer-group.is-open > .side-drawer-toggle {
  background: var(--sky);
  color: var(--blue);
}

/* Smooth submenu reveal */
.side-drawer-sub {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.34s var(--ease);
  padding-left: 46px;
}
.side-drawer-group.is-open > .side-drawer-sub {
  grid-template-rows: 1fr;
}
.side-drawer-sub-clip {
  overflow: hidden;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 4px;
}
.side-drawer-sublink {
  display: block;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink-body);
  opacity: 0;
  transform: translateY(-6px);
  transition: background var(--dur) ease, color var(--dur) ease,
    opacity 0.28s var(--ease), transform 0.28s var(--ease);
}
.side-drawer-group.is-open .side-drawer-sublink {
  opacity: 1;
  transform: none;
}
.side-drawer-group.is-open .side-drawer-sublink:nth-child(2) {
  transition-delay: 0.05s;
}
.side-drawer-group.is-open .side-drawer-sublink:nth-child(3) {
  transition-delay: 0.09s;
}
.side-drawer-sublink:hover {
  background: var(--blue-soft);
  color: var(--blue);
}
html:not(.js) .side-drawer-sub {
  grid-template-rows: 1fr;
}
html:not(.js) .side-drawer-sublink {
  opacity: 1;
  transform: none;
}

.side-drawer-cta-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 8px 6px 0;
  margin-top: 4px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.side-drawer-cta {
  width: 100%;
  justify-content: center;
}

body.nav-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .side-drawer,
  .nav-backdrop,
  .side-drawer-sub,
  .side-drawer-sublink,
  .side-drawer-chevron,
  .nav-burger-bars,
  .nav-burger-bars::before,
  .nav-burger-bars::after {
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
   Hub hero — product explorer (FinanceBuzz-matched)
   ============================================================ */
.hub-hero {
  position: relative;
  background: var(--paper);
  padding-block: clamp(36px, 5vw, 56px) clamp(20px, 3vw, 28px);
  border-bottom: 0;
}
.hub-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}

.hub-copy {
  text-align: left;
  max-width: 720px;
  margin: 0 0 28px;
}
.hub-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1f4bff;
  margin-bottom: 12px;
  line-height: 1.2;
}
.hub-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 3.4vw, 2.375rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #0a1f44;
  margin-bottom: 10px;
  text-wrap: balance;
}
.hub-sub {
  font-size: 1rem;
  font-weight: 400;
  color: #5a6a85;
  max-width: 46ch;
  line-height: 1.5;
  margin: 0;
}

.hub-board {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hub-board-grid {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

/* Featured left rail */
.hub-feature {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e4e9f2;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none;
  border-top: 3px solid #f0b429;
  min-height: 100%;
}
.hub-feature-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 28px 22px;
  flex: 1 1 auto;
}
.hub-feature-icon {
  width: 64px;
  height: 64px;
  color: #0a1f44;
  margin-bottom: 20px;
  display: block;
  line-height: 0;
}
.hub-feature-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hub-feature-shield { stroke: #f0b429; }
.hub-feature-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.625rem;
  letter-spacing: -0.02em;
  color: #0a1f44;
  line-height: 1.2;
  margin: 0 0 8px;
}
.hub-feature-desc {
  font-size: 1rem;
  font-weight: 400;
  color: #3d4f6f;
  margin: 0 0 20px;
  line-height: 1.4;
}
.hub-feature-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  background: #0a1f44;
  color: #fff;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9375rem;
  border-radius: 6px;
  transition: background var(--dur) ease, transform var(--dur) ease;
}
.hub-feature-cta:hover {
  background: #1f4bff;
  transform: none;
}

.hub-feature-list {
  border-top: 1px solid #e4e9f2;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hub-feature-list li {
  border-bottom: 1px solid #e4e9f2;
}
.hub-feature-list li:last-child {
  border-bottom: 0;
}
.hub-feature-link {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 14px 20px 14px 22px;
  border-radius: 0;
  transition: background var(--dur) ease;
}
.hub-feature-link:hover { background: #f5f7fb; }
.hub-feature-link-icon {
  flex: none;
  width: 22px;
  height: 22px;
  color: #0a1f44;
  display: grid;
  place-items: center;
}
.hub-feature-link-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.hub-feature-link-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hub-feature-link-label {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9375rem;
  color: #1f4bff;
  line-height: 1.25;
}
.hub-feature-link-sub {
  font-size: 0.875rem;
  font-weight: 400;
  color: #3d4f6f;
  line-height: 1.3;
}

/* Right product cards */
.hub-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: start;
}

.hub-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 96px;
  padding: 20px 20px 20px 22px;
  background: #fff;
  border: 1px solid #e4e9f2;
  border-radius: 8px;
  box-shadow: none;
  position: relative;
  transition: border-color var(--dur) ease, box-shadow var(--dur) ease, background var(--dur) ease;
}
.hub-card::before { display: none; }
.hub-card:hover,
.hub-card.is-active {
  border-color: #cfd8e6;
  box-shadow: 0 4px 14px rgba(10, 31, 68, 0.06);
  transform: none;
  background: #fff;
}
.hub-card-icon {
  flex: none;
  width: 36px;
  height: 36px;
  color: #0a1f44;
  display: grid;
  place-items: center;
  line-height: 0;
}
.hub-card-icon svg {
  width: 36px;
  height: 36px;
  display: block;
}
.hub-card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 4px;
}
.hub-card-title {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.01em;
  color: #0a1f44;
  line-height: 1.25;
}
.hub-card-desc {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #5a6a85;
  line-height: 1.35;
}
.hub-chevron {
  flex: none;
  width: 7px;
  height: 7px;
  border-right: 1.75px solid #0a1f44;
  border-bottom: 1.75px solid #0a1f44;
  transform: rotate(-45deg);
  opacity: 0.55;
  transition: transform var(--dur) var(--ease), opacity var(--dur) ease;
  margin-right: 2px;
  margin-left: 4px;
}
.hub-card:hover .hub-chevron,
.hub-feature-link:hover .hub-chevron {
  opacity: 0.9;
  transform: rotate(-45deg) translateX(1px) translateY(1px);
}

/* Investing sits alone on the last row at half width (desktop) */
.hub-card-wide {
  grid-column: 1 / 2;
  max-width: none;
}

/* Show less / Show more */
.hub-toggle-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  margin-top: 8px;
  border-top: 1px solid #e4e9f2;
}
.hub-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 12px;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0a1f44;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  background: transparent;
  border: 0;
  cursor: pointer;
  border-radius: 4px;
  transition: color var(--dur) ease;
}
.hub-toggle:hover {
  color: #1f4bff;
}
.hub-toggle-caret {
  width: 7px;
  height: 7px;
  border-right: 1.75px solid currentColor;
  border-bottom: 1.75px solid currentColor;
  transform: rotate(-135deg);
  margin-top: 4px;
  transition: transform 0.25s var(--ease);
}
.hub-board.is-collapsed .hub-toggle-caret {
  transform: rotate(45deg);
  margin-top: -2px;
}
.hub-board.is-collapsed .hub-card-collapsible {
  display: none;
}
.hub-board.is-collapsed .hub-feature-list {
  display: none;
}
.hub-board.is-collapsed .hub-feature-top {
  flex: none;
  padding-bottom: 28px;
}

/* ============================================================
   Home quiz promo band
   ============================================================ */
.home-quiz-band {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 45%, #16305f 100%);
  color: #fff;
  padding-block: clamp(36px, 5vw, 52px);
  border-bottom: 3px solid var(--gold);
  position: relative;
  overflow: hidden;
}
.home-quiz-band::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -60px;
  top: -100px;
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(240, 180, 41, 0.16), rgba(31, 75, 255, 0.12));
  transform: rotate(18deg);
  pointer-events: none;
}
.home-quiz-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
  gap: clamp(22px, 4vw, 40px);
  align-items: center;
}
.home-quiz-kicker {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.home-quiz-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.4rem, 2.6vw, 1.85rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 10px;
  text-wrap: balance;
}
.home-quiz-sub {
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  max-width: 48ch;
}
.home-quiz-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
.home-quiz-steps {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-quiz-steps li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.home-quiz-steps li:not(:last-child)::after {
  content: "";
  width: 18px;
  height: 2px;
  background: rgba(240, 180, 41, 0.55);
  border-radius: 2px;
}
.home-quiz-cta {
  min-height: 48px;
  padding-inline: 22px;
  font-size: 0.95rem;
}

/* ============================================================
   Trust strip
   ============================================================ */
.trust-strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding-block: 28px;
}
.trust-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.trust-stat {
  text-align: center;
  padding: 8px 12px;
  border-right: 1px solid var(--line);
}
.trust-stat:last-child { border-right: 0; }
.trust-stat-value {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  letter-spacing: -0.03em;
  color: var(--navy);
  margin-bottom: 4px;
}
.trust-stat-label {
  font-size: 0.8125rem; color: var(--muted); font-weight: 500;
}

/* ============================================================
   Spotlights / rankings / brand cards
   ============================================================ */
.cat-spotlight { background: var(--paper); }
.spot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.spot-card {
  display: flex; flex-direction: column; gap: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) ease, border-color var(--dur) ease;
}
.spot-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--blue-soft);
}
.spot-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--blue-soft);
  color: var(--navy);
  margin-bottom: 4px;
  transition: background var(--dur) ease, color var(--dur) ease;
}
.spot-icon svg { width: 26px; height: 26px; }
.spot-card:hover .spot-icon {
  background: var(--blue);
  color: #fff;
}
.spot-title {
  font-family: var(--font-display); font-weight: 750; font-weight: 700;
  font-size: 1.15rem; color: var(--navy); letter-spacing: -0.02em;
}
.spot-desc { font-size: 0.9375rem; color: var(--muted); line-height: 1.55; flex: 1; }
.spot-link {
  font-weight: 700; font-size: 0.875rem; color: var(--blue);
  margin-top: 6px;
}

/* brand rankings */
.rankings { background: var(--sky); }
.filter-chips {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 28px;
}
.filter-chip {
  min-height: 40px; padding: 0 16px;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--line-strong);
  background: var(--paper);
  font-size: 0.8125rem; font-weight: 700; color: var(--ink-body);
  transition: background var(--dur) ease, border-color var(--dur) ease, color var(--dur) ease;
}
.filter-chip:hover { border-color: var(--blue); color: var(--blue); }
.filter-chip.is-active {
  background: var(--navy); border-color: var(--navy); color: #fff;
}

.brand-list { display: flex; flex-direction: column; gap: 14px; }
.brand-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(18px, 2.5vw, 26px);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--dur) ease, transform var(--dur) ease;
}
.brand-card:hover { box-shadow: var(--shadow-md); }
.brand-card-main {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; margin-bottom: 12px;
}
.brand-card-identity { display: flex; gap: 16px; align-items: center; min-width: 0; }
.brand-logo-link, .brand-logo-fallback {
  flex: none; width: 72px; height: 48px;
  border: 1px solid var(--line); border-radius: 8px;
  background: #fff; display: grid; place-items: center; overflow: hidden;
}
.brand-logo-img { max-width: 64px; max-height: 40px; object-fit: contain; }
.brand-logo-fallback {
  font-size: 0.65rem; font-weight: 800; color: var(--muted);
  text-align: center; padding: 4px; line-height: 1.2;
}
.brand-badge {
  display: inline-block;
  font-size: 0.65rem; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--gold-deep);
  background: var(--gold-soft); padding: 3px 8px; border-radius: 4px;
  margin-bottom: 4px;
}
.brand-card-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.15rem; color: var(--navy); letter-spacing: -0.02em;
}
.brand-card-name a:hover { color: var(--blue); }
.brand-card-cat { font-size: 0.8125rem; color: var(--muted); font-weight: 500; }

.brand-rating {
  display: flex; align-items: center; gap: 8px;
  background: var(--sky); border-radius: var(--radius-sm);
  padding: 10px 14px;
}
.brand-rating-score {
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.5rem; color: var(--navy); letter-spacing: -0.03em; line-height: 1;
}
.brand-rating-scale { font-size: 0.75rem; font-weight: 700; color: var(--muted); }
.brand-rating-stars {
  --star-fill: 0%;
  width: 88px; height: 16px;
  background: linear-gradient(90deg, var(--gold) var(--star-fill), var(--line) var(--star-fill));
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 20'%3E%3Cpath fill='black' d='M10 1l2.5 6.5H20l-5.5 4.2 2 6.3L10 14l-6.5 4 2-6.3L0 7.5h7.5zm22 0l2.5 6.5H42l-5.5 4.2 2 6.3L32 14l-6.5 4 2-6.3L22 7.5h7.5zm22 0l2.5 6.5H64l-5.5 4.2 2 6.3L54 14l-6.5 4 2-6.3L44 7.5h7.5zm22 0l2.5 6.5H86l-5.5 4.2 2 6.3L76 14l-6.5 4 2-6.3L66 7.5h7.5zm22 0l2.5 6.5H108l-5.5 4.2 2 6.3L98 14l-6.5 4 2-6.3L88 7.5h7.5z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 20'%3E%3Cpath fill='black' d='M10 1l2.5 6.5H20l-5.5 4.2 2 6.3L10 14l-6.5 4 2-6.3L0 7.5h7.5zm22 0l2.5 6.5H42l-5.5 4.2 2 6.3L32 14l-6.5 4 2-6.3L22 7.5h7.5zm22 0l2.5 6.5H64l-5.5 4.2 2 6.3L54 14l-6.5 4 2-6.3L44 7.5h7.5zm22 0l2.5 6.5H86l-5.5 4.2 2 6.3L76 14l-6.5 4 2-6.3L66 7.5h7.5zm22 0l2.5 6.5H108l-5.5 4.2 2 6.3L98 14l-6.5 4 2-6.3L88 7.5h7.5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.brand-card-blurb { font-size: 0.9375rem; color: var(--muted); margin-bottom: 12px; max-width: 70ch; }
.brand-highlights {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 14px;
}
.brand-highlights li {
  font-size: 0.8125rem; font-weight: 600; color: var(--ink-body);
  background: var(--blue-soft); color: var(--blue-deep);
  padding: 6px 12px; border-radius: var(--radius-pill);
}
.brand-attrs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px 16px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 16px;
}
.brand-attr dt {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 2px;
}
.brand-attr dd {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1rem; color: var(--navy);
}
.brand-card-actions {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end;
}
.filter-empty { text-align: center; color: var(--muted); padding: 24px; font-style: italic; }

/* ============================================================
   Methodology
   ============================================================ */
.method { background: var(--paper); border-top: 1px solid var(--line); }
.method-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.method-lead {
  font-size: 1.05rem; color: var(--muted); line-height: 1.65;
  margin: 14px 0 24px; max-width: 42ch;
}
.method-steps { display: flex; flex-direction: column; gap: 0; }
.method-step {
  display: grid; grid-template-columns: auto minmax(0, 1fr);
  gap: 18px; align-items: start;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.method-step:last-child { border-bottom: 1px solid var(--line); }
.method-num {
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.25rem; color: var(--blue); letter-spacing: -0.02em;
  line-height: 1.2; padding-top: 2px;
}
.method-step-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.05rem; color: var(--navy); margin-bottom: 6px;
}
.method-step p { font-size: 0.9375rem; color: var(--muted); }

/* ============================================================
   Guides / editorial cards
   ============================================================ */
.guides { background: var(--sky); }

.guide-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(22px, 3.5vw, 40px);
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 2px);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: clamp(22px, 3vw, 28px);
}
.guide-lead-media {
  display: block;
  aspect-ratio: 16 / 11;
  background: var(--sky-mid);
  overflow: hidden;
  min-height: 100%;
}
.guide-lead-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.guide-lead:hover .guide-lead-media img { transform: scale(1.03); }
.guide-lead-body {
  padding: clamp(22px, 3vw, 36px) clamp(22px, 3vw, 36px) clamp(22px, 3vw, 36px) 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.guide-lead-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  letter-spacing: -0.03em;
  line-height: 1.18;
  color: var(--navy);
  text-wrap: balance;
}
.guide-lead-title a:hover { color: var(--blue); }
.guide-lead-excerpt {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.6;
  max-width: 48ch;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.guide-lead-cta { margin-top: 6px; }

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.guide-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) ease;
}
.guide-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.guide-media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--sky-mid); }
.guide-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.guide-card:hover .guide-media img { transform: scale(1.04); }
.guide-media-empty {
  background: linear-gradient(135deg, var(--sky-mid), var(--blue-soft));
}
.guide-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.guide-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.05rem; line-height: 1.3; color: var(--navy); letter-spacing: -0.02em;
}
.guide-title a:hover { color: var(--blue); }
.guide-excerpt {
  font-size: 0.9rem; color: var(--muted); line-height: 1.55;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.guide-body .meta-row { margin-top: auto; padding-top: 8px; }

.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.promise-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
}
.promise-card h3 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.1rem; color: var(--navy); margin-bottom: 10px;
}
.promise-card p { color: var(--muted); font-size: 0.95rem; }

/* Featured band */
.featured-band { background: var(--paper); padding-block: var(--section-y); }
.featured-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 0;
  background: var(--navy);
  color: #fff;
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.featured-copy { padding: clamp(32px, 5vw, 56px); display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.featured-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem); letter-spacing: -0.03em; line-height: 1.15;
}
.featured-title a:hover { color: var(--gold); }
.featured-excerpt { color: rgba(255,255,255,0.78); font-size: 1.02rem; max-width: 42ch; }
.featured-media { min-height: 260px; background: var(--navy-soft); }
.featured-media img { width: 100%; height: 100%; object-fit: cover; }

/* CTA band */
.cta-band {
  background: linear-gradient(120deg, #f7c948 0%, var(--gold) 50%, #e8a80c 100%);
  color: var(--navy);
  padding-block: clamp(56px, 7vw, 88px);
}
.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
.cta-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  letter-spacing: -0.03em; line-height: 1.15; margin-bottom: 10px;
  color: var(--navy);
}
.cta-sub { font-size: 0.975rem; font-weight: 500; color: rgba(12, 27, 58, 0.8); max-width: 42ch; }
.cta-band .eyebrow { color: rgba(12, 27, 58, 0.7); }
.cta-form {
  display: flex; flex-wrap: wrap; gap: 8px;
  background: #fff; border-radius: 14px; padding: 8px;
  box-shadow: 0 16px 40px rgba(12, 27, 58, 0.16);
  border: 2px solid var(--navy);
}
.cta-input {
  flex: 1 1 180px; min-width: 0; min-height: 48px;
  border: 0; border-radius: 10px; padding: 8px 14px;
  background: transparent; outline: none; font-size: 1rem;
}
.cta-input:focus { outline: 2px solid var(--blue); outline-offset: -2px; }
.cta-button { min-height: 48px; border-radius: 10px; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer {
  background: var(--navy-deep);
  color: rgba(255,255,255,0.72);
  padding-block: clamp(48px, 7vw, 80px) 28px;
}
.foot-top {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 48px);
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.foot-tag {
  margin-top: 16px; font-size: 0.9rem; line-height: 1.6;
  max-width: 36ch; color: rgba(255,255,255,0.65);
}
.foot-trust {
  display: flex; flex-wrap: wrap; gap: 18px 24px;
  margin-top: 22px;
}
.foot-trust-item { display: flex; flex-direction: column; gap: 2px; }
.foot-trust-num {
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.15rem; color: #fff; letter-spacing: -0.02em;
}
.foot-trust-label { font-size: 0.72rem; color: rgba(255,255,255,0.5); font-weight: 500; }
.foot-heading {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
}
.foot-col ul { display: flex; flex-direction: column; gap: 2px; }
.foot-col a {
  display: inline-block; padding: 7px 0; font-size: 0.9rem;
  color: rgba(255,255,255,0.72);
  transition: color var(--dur) ease;
}
.foot-col a:hover { color: #fff; }
.foot-bottom {
  padding-top: 22px;
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: 12px 24px;
  font-size: 0.8125rem;
}
.foot-legal { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.foot-legal a { color: rgba(255,255,255,0.6); padding: 6px 0; display: inline-block; }
.foot-legal a:hover { color: var(--gold); }

/* ============================================================
   Category page
   ============================================================ */
.cat-head {
  background: var(--sky);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(40px, 6vw, 72px);
}
.cat-head-flag {
  display: inline-block;
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; color: #fff;
  background: var(--blue); padding: 5px 10px; border-radius: 4px;
  margin-bottom: 14px;
}
.cat-head-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  letter-spacing: -0.035em; line-height: 1.06; color: var(--navy);
  margin-bottom: 14px;
}
.cat-head-desc {
  font-size: clamp(1.02rem, 1.5vw, 1.15rem); color: var(--muted);
  max-width: 58ch; line-height: 1.55; margin-bottom: 14px;
  border-left: 3px solid var(--blue); padding-left: 16px;
}
.cat-head-meta { font-size: 0.8125rem; color: var(--muted); font-weight: 600; }

.page-category .disclosure-slot-top { padding-block: 18px 0; }

.cat-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 36px);
  padding-block: clamp(28px, 4vw, 44px) 0;
}
.flow-item { display: flex; flex-direction: column; min-width: 0; }
.flow-media { aspect-ratio: 16 / 10; margin-bottom: 14px; border-radius: var(--radius-sm); overflow: hidden; }
.flow-body { display: flex; flex-direction: column; gap: 8px; }
.flow-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.25rem; line-height: 1.25; color: var(--navy); letter-spacing: -0.02em;
}
.flow-title a:hover { color: var(--blue); }
.flow-excerpt { color: var(--muted); font-size: 0.9375rem; }

.cat-flow > .flow-item:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 40px); align-items: center;
  padding-bottom: 28px; border-bottom: 1px solid var(--line); margin-bottom: 8px;
}
.cat-flow > .flow-item:first-child .flow-media { margin-bottom: 0; aspect-ratio: 16 / 10; }
.cat-flow > .flow-item:first-child .flow-title {
  font-size: clamp(1.5rem, 2.8vw, 2.15rem);
}

.pagination {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  padding-block: clamp(36px, 5vw, 56px) 8px; flex-wrap: wrap;
}
.page-list { display: flex; gap: 6px; }
.page-num {
  display: flex; align-items: center; justify-content: center;
  min-width: 44px; min-height: 44px; padding: 0 8px;
  border: 1.5px solid var(--line); border-radius: var(--radius-xs);
  font-weight: 700; font-size: 0.9rem; color: var(--ink);
  transition: border-color var(--dur) ease, background var(--dur) ease, color var(--dur) ease;
}
a.page-num:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-soft); }
.page-current { background: var(--navy); color: #fff; border-color: var(--navy); }
.page-step {
  display: inline-flex; align-items: center; min-height: 44px; padding: 0 16px;
  font-weight: 700; font-size: 0.875rem; color: var(--blue);
  border: 1.5px solid var(--line); border-radius: var(--radius-pill);
}
.page-step:hover { border-color: var(--blue); background: var(--blue-soft); }

.cat-cross {
  border-top: 2px solid var(--navy);
  margin-top: clamp(28px, 4vw, 44px);
  padding-block: 26px var(--section-y);
}
.cat-cross-title {
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 700;
  color: var(--navy); margin-bottom: 14px;
}
.cat-cross-list { display: flex; flex-wrap: wrap; gap: 10px; }
.cat-chip {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 44px; padding: 8px 16px;
  border: 1.5px solid var(--line); border-radius: var(--radius-pill);
  font-size: 0.875rem; font-weight: 700; color: var(--ink);
  transition: border-color var(--dur) ease, background var(--dur) ease, transform var(--dur) ease;
}
.cat-chip:hover { transform: translateY(-1px); border-color: var(--blue); color: var(--blue); background: var(--blue-soft); }
.cat-chip-count {
  font-size: 0.7rem; font-weight: 700; color: var(--muted);
  background: var(--sky); border-radius: var(--radius-pill); padding: 2px 8px;
}

/* ============================================================
   Article page
   ============================================================ */
.story-hero {
  position: relative; display: flex; align-items: flex-end;
  background: var(--navy); color: #fff;
  min-height: clamp(340px, 46vh, 480px);
  isolation: isolate;
}
.story-hero-plain { min-height: 0; }
.story-hero-plain .hero-scrim { display: none; }
.hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2;
  filter: brightness(1.14) contrast(1.05) saturate(1.05);
}
.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(100deg, rgba(7, 18, 40, 0.55) 0%, rgba(7, 18, 40, 0.28) 46%, rgba(7, 18, 40, 0.06) 100%),
    linear-gradient(180deg, rgba(7, 18, 40, 0.04) 0%, rgba(7, 18, 40, 0.38) 100%);
}
.hero-content { width: 100%; padding-block: clamp(36px, 5vw, 56px); }
.story-hero-content { max-width: calc(min(var(--wrap-max), 100%)); }
.kicker {
  display: inline-block;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--blue);
  margin-bottom: 10px;
}
.story-hero .kicker {
  color: var(--gold);
  text-shadow: 0 1px 10px rgba(7, 18, 40, 0.35);
}
.story-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.08; letter-spacing: -0.03em;
  max-width: 22ch; margin-bottom: 14px; text-wrap: balance;
  text-shadow: 0 2px 18px rgba(7, 18, 40, 0.45), 0 1px 2px rgba(7, 18, 40, 0.35);
}
.story-standfirst {
  font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.55;
  color: rgba(255,255,255,0.92); max-width: 52ch;
  text-shadow: 0 1px 12px rgba(7, 18, 40, 0.4);
}

.story-meta-wrap { display: flex; justify-content: center; }
.story-meta {
  width: 100%; max-width: var(--measure);
  display: flex; flex-direction: column; align-items: flex-start; gap: 14px;
  border-bottom: 1px solid var(--line);
  padding-block: 24px 20px;
}
.story-byline { gap: 12px; flex-wrap: nowrap; }
.story-byline-text { display: flex; flex-direction: column; gap: 2px; }
.story-byline-text .byline-name { font-size: 0.95rem; color: var(--ink); }
.story-dates { font-size: 0.78rem; color: var(--muted); }

.article-body {
  max-width: var(--measure); margin-inline: auto;
  padding-block: clamp(28px, 4vw, 44px) 8px;
  font-size: 1.1rem; line-height: 1.78; color: var(--ink-body);
}
.article-body > * + * { margin-top: 1.2em; }
.article-body > p:first-of-type::first-letter {
  font-family: var(--font-display); font-weight: 800;
  font-size: 3.6em; line-height: 0.8;
  float: left; padding: 0.05em 10px 0 0;
  color: var(--blue);
}
.article-body h2, .article-body h3, .article-body h4, .article-body h5, .article-body h6 {
  font-family: var(--font-display); font-weight: 800; color: var(--navy);
  line-height: 1.2; letter-spacing: -0.02em;
}
.article-body h2 { font-size: 1.65rem; margin-top: 2em; position: relative; padding-top: 18px; }
.article-body h2::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 36px; height: 3px; background: var(--gold); border-radius: 2px;
}
.article-body h3 { font-size: 1.3rem; margin-top: 1.6em; }
.article-body h4, .article-body h5, .article-body h6 { font-size: 1.1rem; margin-top: 1.4em; }
.article-body a {
  color: var(--blue); font-weight: 600;
  text-decoration: underline; text-decoration-color: rgba(31, 75, 255, 0.35);
  text-decoration-thickness: 2px; text-underline-offset: 3px;
}
.article-body a:hover { text-decoration-color: currentColor; }
.article-body ul, .article-body ol { padding-left: 1.35em; }
.article-body ul { list-style: disc; }
.article-body ol { list-style: decimal; }
.article-body li { margin-top: 0.5em; }
.article-body li::marker { color: var(--blue); font-weight: 700; }
.article-body figure { margin-block: 2em; }
.article-body figure img { width: 100%; border-radius: var(--radius-sm); }
.article-body figcaption {
  font-size: 0.8125rem; color: var(--muted); text-align: center;
  padding-top: 10px; font-style: italic;
}
.article-body .article-table-wrap {
  overflow-x: auto; margin-block: 2em;
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  -webkit-overflow-scrolling: touch;
}
.article-body .article-content-table {
  border-collapse: collapse; width: 100%; min-width: 560px;
  font-size: 0.925rem; line-height: 1.5;
}
.article-body .article-content-table th {
  background: var(--navy); color: #fff; text-align: left;
  font-weight: 700; font-size: 0.78rem; letter-spacing: 0.05em;
  text-transform: uppercase; padding: 12px 14px; white-space: nowrap;
}
.article-body .article-content-table td {
  padding: 12px 14px; border-top: 1px solid var(--line); vertical-align: top;
}
.article-body .article-content-table tbody tr:nth-child(even) { background: var(--sky); }

.story-tags {
  max-width: var(--measure); margin-inline: auto;
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  padding-block: clamp(22px, 3vw, 32px) 0;
}
.story-tags-label {
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted);
}
.tag-pill {
  display: inline-block; padding: 6px 12px;
  background: var(--sky); border: 1px solid var(--line); border-radius: var(--radius-pill);
  font-size: 0.8125rem; font-weight: 600; color: var(--ink);
}

.author-card {
  max-width: var(--measure); margin-inline: auto;
  display: flex; align-items: center; gap: 16px;
  background: var(--sky); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 22px; margin-top: clamp(24px, 3vw, 36px);
}
.author-card-label {
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 2px;
}
.author-card-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.1rem; color: var(--navy);
}
.author-card-org { font-size: 0.8125rem; color: var(--muted); }
.author-card-org a { color: var(--blue); font-weight: 600; }

.pn {
  max-width: var(--measure); margin-inline: auto;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px;
  padding-block: clamp(28px, 4vw, 40px);
}
.pn-cell { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
a.pn-cell {
  border: 1.5px solid var(--line); border-radius: var(--radius); padding: 16px 18px;
  transition: transform var(--dur) ease, box-shadow var(--dur) ease, border-color var(--dur) ease;
}
a.pn-cell:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: var(--blue); }
.pn-next { text-align: right; }
.pn-label {
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted);
}
.pn-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1rem; line-height: 1.3; color: var(--navy);
}
a.pn-cell:hover .pn-title { color: var(--blue); }
.pn-empty { border: 0; }

.related { background: var(--sky); border-top: 1px solid var(--line); }
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.card {
  display: flex; flex-direction: column; min-width: 0;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform var(--dur) ease, box-shadow var(--dur) ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.card-media { border-radius: 0; aspect-ratio: 16 / 10; flex: none; }
.card-body { display: flex; flex-direction: column; gap: 8px; padding: 16px 18px 20px; }
.card-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.05rem; line-height: 1.3; color: var(--navy);
}
.card-title a:hover { color: var(--blue); }
.card-excerpt {
  font-size: 0.875rem; line-height: 1.55; color: var(--muted);
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.card .byline { margin-top: auto; padding-top: 4px; }

/* ============================================================
   Listing (archive)
   ============================================================ */
.archive-head {
  background: var(--navy);
  color: #fff;
  padding-block: clamp(44px, 6vw, 72px);
  border-bottom: 3px solid var(--gold);
}
.archive-flag, .archive-head .hero-flag {
  display: inline-block;
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--navy); background: var(--gold);
  padding: 5px 10px; border-radius: 4px; margin-bottom: 14px;
}
.archive-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.1rem, 4.5vw, 3.2rem);
  letter-spacing: -0.035em; line-height: 1.06; margin-bottom: 12px;
}
.archive-meta { font-size: 0.875rem; color: rgba(255,255,255,0.7); font-weight: 500; }
.page-listing .disclosure-slot-top { padding-block: 18px 0; }

.archive-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(20px, 3vw, 40px); align-items: center;
  padding-block: clamp(28px, 4vw, 44px) clamp(22px, 3vw, 32px);
  border-bottom: 2px solid var(--navy);
}
.archive-lead-body { min-width: 0; }
.archive-lead-body:only-child { grid-column: 1 / -1; max-width: 62ch; }
.archive-lead-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem); line-height: 1.12;
  letter-spacing: -0.03em; color: var(--navy); margin: 8px 0 12px;
}
.archive-lead-title a:hover { color: var(--blue); }
.archive-lead-excerpt { color: var(--muted); font-size: 1.02rem; margin-bottom: 12px; }
.archive-lead-media { aspect-ratio: 16 / 10; }

.archive-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) clamp(140px, 18vw, 190px);
  gap: clamp(16px, 3vw, 32px); align-items: start;
  border-bottom: 1px solid var(--line);
  padding-block: clamp(20px, 2.5vw, 28px);
}
.archive-row-rail { padding-top: 4px; }
.archive-row-day {
  display: block; font-size: 0.8rem; font-weight: 800;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--navy);
}
.archive-row-year { font-size: 0.75rem; font-weight: 600; color: var(--muted); }
.archive-row-main { min-width: 0; }
.archive-row-main:last-child { grid-column: 2 / -1; }
.archive-row-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.25;
  color: var(--navy); margin: 6px 0 8px;
}
.archive-row-title a:hover { color: var(--blue); }
.archive-row-excerpt { color: var(--muted); font-size: 0.925rem; margin-bottom: 8px; max-width: 60ch; }
.archive-row-thumb { aspect-ratio: 3 / 2; border-radius: var(--radius-xs); }
.archive-row-dot, .archive-row-date-inline { display: none; }

/* ============================================================
   Content pages (about / legal)
   ============================================================ */
.content-head {
  background: var(--sky);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(40px, 6vw, 68px);
}
.content-head-inner { max-width: var(--measure); margin-inline: auto; }
.content-kicker {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--blue); margin-bottom: 14px;
}
.content-kicker::before {
  content: ""; width: 28px; height: 3px; background: var(--gold); border-radius: 2px;
}
.content-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.9rem, 4vw, 2.8rem); letter-spacing: -0.03em;
  line-height: 1.08; color: var(--navy); margin-bottom: 12px;
}
.content-meta { font-size: 0.8125rem; color: var(--muted); font-weight: 600; }
.content-prose { padding-bottom: clamp(18px, 3vw, 28px); }
.content-cross { max-width: var(--measure); margin-inline: auto; }

.content-empty {
  max-width: var(--measure); margin-inline: auto; text-align: center;
  background: var(--sky); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(40px, 6vw, 72px) clamp(20px, 4vw, 48px);
  margin-block: clamp(32px, 5vw, 52px) 0;
}
.content-empty-mark { color: var(--gold); font-size: 1.5rem; margin-bottom: 12px; }
.content-empty-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem); color: var(--navy); margin-bottom: 10px;
}
.content-empty-sub {
  color: var(--muted); font-size: 0.95rem; max-width: 44ch;
  margin-inline: auto; margin-bottom: 20px;
}
.content-empty-link {
  display: inline-flex; align-items: center; gap: 6px;
  min-height: 44px; padding: 0 22px;
  background: var(--navy); color: #fff; border-radius: var(--radius-pill);
  font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
}
.content-empty-link:hover { background: var(--blue); }

/* ============================================================
   Product hub pages (custom)
   ============================================================ */
.product-hero {
  background: var(--sky);
  padding-block: clamp(40px, 6vw, 72px);
  border-bottom: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.product-hero-inner { position: relative; z-index: 1; max-width: 720px; }
.product-hero-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3rem); letter-spacing: -0.035em;
  line-height: 1.08; color: var(--navy); margin-bottom: 14px;
}
.product-hero-sub {
  font-size: 1.05rem; color: var(--muted); line-height: 1.6; margin-bottom: 22px;
}
.product-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.product-toolbar {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: 14px;
  padding-block: 22px 8px;
}
.product-count { font-size: 0.875rem; font-weight: 600; color: var(--muted); }

.product-empty {
  text-align: center;
  background: var(--sky); border: 1px dashed var(--line-strong);
  border-radius: var(--radius); padding: clamp(40px, 6vw, 64px) 24px;
  margin-block: 24px 8px;
}
.product-empty h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.4rem; color: var(--navy); margin-bottom: 8px;
}
.product-empty p { color: var(--muted); max-width: 42ch; margin-inline: auto 0; margin-inline: auto; margin-bottom: 18px; }

.compare-table-wrap {
  overflow-x: auto; margin-block: 8px 28px;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--paper); box-shadow: var(--shadow-sm);
  -webkit-overflow-scrolling: touch;
}
.compare-table {
  width: 100%; min-width: 720px; border-collapse: collapse;
  font-size: 0.925rem;
}
.compare-table th {
  text-align: left; padding: 14px 16px;
  background: var(--navy); color: #fff;
  font-size: 0.75rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
}
.compare-table td {
  padding: 16px; border-top: 1px solid var(--line); vertical-align: middle;
}
.compare-table tbody tr:hover { background: var(--blue-soft); }
.compare-table .ct-name {
  font-family: var(--font-display); font-weight: 700; color: var(--navy);
}
.compare-table .ct-score {
  font-family: var(--font-display); font-weight: 800; color: var(--blue); font-size: 1.1rem;
}
.faq-list { display: flex; flex-direction: column; gap: 10px; max-width: 720px; }
.faq-item {
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: var(--paper); overflow: hidden;
}
.faq-item summary {
  cursor: pointer; list-style: none;
  font-family: var(--font-display); font-weight: 700;
  font-size: 1rem; color: var(--navy);
  padding: 16px 18px; min-height: 52px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 1.25rem; color: var(--blue); font-weight: 700;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p {
  padding: 0 18px 18px; color: var(--muted); font-size: 0.95rem; line-height: 1.6;
}

/* ============================================================
   Credit card quiz — banner (product hub) + full quiz page
   ============================================================ */
.quiz-banner {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 48%, #1a3a6e 100%);
  color: #fff;
  padding-block: clamp(28px, 4vw, 40px);
  border-bottom: 3px solid var(--gold);
  position: relative;
  overflow: hidden;
}
.quiz-banner::before {
  content: "";
  position: absolute;
  width: 320px; height: 320px;
  right: -80px; top: -120px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(240, 180, 41, 0.18), rgba(31, 75, 255, 0.12));
  transform: rotate(18deg);
  pointer-events: none;
}
.quiz-banner-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.85fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
}
.quiz-banner-kicker {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.quiz-banner-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 8px;
}
.quiz-banner-sub {
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  max-width: 48ch;
}
.quiz-banner-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.quiz-banner-steps {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.quiz-banner-steps-sep {
  width: 18px;
  height: 2px;
  background: rgba(240, 180, 41, 0.55);
  border-radius: 2px;
}
.quiz-banner-cta {
  min-height: 48px;
  padding-inline: 22px;
  font-size: 0.95rem;
}

/* Quiz page */
.quiz-hero {
  background: var(--sky);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(36px, 5vw, 60px) clamp(28px, 4vw, 40px);
}
.quiz-hero-inner { max-width: 720px; }
.quiz-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 16px;
}
.quiz-breadcrumb a {
  color: var(--blue);
}
.quiz-breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.quiz-hero-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: var(--navy);
  margin-bottom: 12px;
  text-wrap: balance;
}
.quiz-hero-sub {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.55;
  max-width: 48ch;
}

.quiz-section {
  padding-block: clamp(32px, 5vw, 56px) var(--section-y);
  background: var(--paper);
}
.quiz-shell {
  max-width: 720px;
  margin-inline: auto;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: var(--shadow-md);
  padding: clamp(22px, 3.5vw, 36px);
}

.quiz-progress { margin-bottom: 28px; }
.quiz-progress-track {
  height: 6px;
  background: var(--sky-mid);
  border-radius: var(--radius-pill);
  overflow: hidden;
  margin-bottom: 10px;
}
.quiz-progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--blue) 0%, #4d74ff 100%);
  border-radius: var(--radius-pill);
  transition: width 0.35s var(--ease);
}
.quiz-progress-label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.quiz-panel[hidden] { display: none !important; }
.quiz-q-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  letter-spacing: -0.025em;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 8px;
}
.quiz-q-hint {
  font-size: 0.95rem;
  color: var(--muted);
  margin-bottom: 22px;
  line-height: 1.5;
}

.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quiz-option {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  text-align: left;
  padding: 16px 18px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
  transition: border-color var(--dur) ease, background var(--dur) ease,
    box-shadow var(--dur) ease, transform var(--dur) ease;
}
.quiz-option:hover {
  border-color: var(--line-strong);
  background: var(--sky);
  transform: translateY(-1px);
}
.quiz-option.is-selected,
.quiz-option[aria-pressed="true"] {
  border-color: var(--blue);
  background: var(--blue-soft);
  box-shadow: 0 0 0 3px rgba(31, 75, 255, 0.12);
}
.quiz-option-icon {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--sky);
  color: var(--navy);
  transition: background var(--dur) ease, color var(--dur) ease;
}
.quiz-option.is-selected .quiz-option-icon,
.quiz-option[aria-pressed="true"] .quiz-option-icon {
  background: var(--blue);
  color: #fff;
}
.quiz-option-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  padding-top: 2px;
}
.quiz-option-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--navy);
  letter-spacing: -0.015em;
}
.quiz-option-desc {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.45;
}

.quiz-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.quiz-nav[hidden] { display: none !important; }
.quiz-nav-spacer { flex: 1; }
.quiz-nav .btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Results */
.quiz-results-head { margin-bottom: 22px; }
.quiz-results-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  letter-spacing: -0.03em;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 10px;
}
.quiz-results-lead {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.55;
  max-width: 52ch;
}

.quiz-match-card {
  background: linear-gradient(180deg, var(--sky) 0%, var(--paper) 48%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(20px, 3vw, 28px);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}
.quiz-match-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--gold);
  border-radius: 4px 0 0 4px;
}
.quiz-match-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.quiz-match-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-deep);
  background: var(--gold-soft);
  padding: 5px 10px;
  border-radius: 4px;
}
.quiz-match-score {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--blue);
  letter-spacing: -0.02em;
}
.quiz-match-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  color: var(--navy);
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}
.quiz-match-blurb {
  font-size: 0.975rem;
  color: var(--ink-body);
  line-height: 1.6;
  margin-bottom: 16px;
}
.quiz-match-why {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
}
.quiz-match-why li {
  position: relative;
  padding-left: 28px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink-body);
  line-height: 1.45;
}
.quiz-match-why li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--blue-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%231f4bff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5l3 3 6-6'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.quiz-match-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quiz-alt {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.quiz-alt[hidden] { display: none !important; }
.quiz-alt-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.quiz-alt-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
  padding: 16px 18px;
  background: var(--sky);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.quiz-alt-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--navy);
  margin-bottom: 4px;
}
.quiz-alt-blurb {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.45;
  max-width: 42ch;
}

.quiz-results-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.quiz-disclaimer {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.45;
  max-width: 42ch;
}

@media (max-width: 720px) {
  .quiz-banner-inner { grid-template-columns: 1fr; }
  .quiz-banner-aside { align-items: flex-start; }
  .quiz-banner-cta { width: 100%; }
  .quiz-match-actions .btn { flex: 1 1 auto; }
  .quiz-results-foot { flex-direction: column; align-items: stretch; }
  .quiz-disclaimer { max-width: none; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1020px) {
  .hub-board-grid { grid-template-columns: 1fr; }
  .hub-card-wide { grid-column: 1 / -1; max-width: none; }
  .spot-grid, .guide-grid, .promise-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-grid { grid-template-columns: 1fr; gap: 36px; }
  .trust-strip-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-stat:nth-child(2) { border-right: 0; }
  .trust-stat { border-bottom: 1px solid var(--line); padding-bottom: 14px; }
  .trust-stat:nth-child(n + 3) { border-bottom: 0; }
  .cta-inner { grid-template-columns: 1fr; }
  .featured-panel { grid-template-columns: 1fr; }
  .foot-top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-brand-block { grid-column: 1 / -1; }
  .home-quiz-inner { grid-template-columns: 1fr; }
  .home-quiz-aside { align-items: flex-start; }
  .guide-lead { grid-template-columns: 1fr; }
  .guide-lead-body { padding: 22px 22px 26px; }
  .guide-lead-media { aspect-ratio: 16 / 10; min-height: 0; }
}

/* Compact top bar as width shrinks — keep hubs visible */
@media (max-width: 1180px) {
  .site-nav-list { gap: 2px; }
  .site-nav-trigger { padding: 0 12px; font-size: 0.8125rem; gap: 5px; }
  .header-search { width: 180px; max-width: 180px; }
  .nav-cta { padding: 0 14px; }
}

@media (max-width: 1040px) {
  .site-nav-trigger { padding: 0 10px; font-size: 0.8rem; }
  /* Icon-only pill: size = button + padding + border so outline fully wraps */
  .header-search {
    width: calc(var(--search-btn) + (var(--search-pad) * 2) + 3px);
    max-width: calc(var(--search-btn) + (var(--search-pad) * 2) + 3px);
    padding: var(--search-pad);
  }
  .header-search-input {
    flex: 0 1 0;
    width: 0;
    min-width: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
  }
  .header-search:focus-within,
  .header-search.is-open {
    width: var(--search-open-w);
    max-width: var(--search-open-w);
    padding: var(--search-pad) var(--search-pad) var(--search-pad) 14px;
  }
  .header-search:focus-within .header-search-input,
  .header-search.is-open .header-search-input {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding: 8px 10px 8px 0;
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 900px) {
  .nav-cta { display: none; }
  .header-inner { gap: 10px; }
  .site-nav-list { gap: 2px; }
  .site-nav-trigger { padding: 0 8px; font-size: 0.78rem; }
  .site-nav-caret { width: 5px; height: 5px; }
  .header-search {
    --search-open-w: 200px;
  }
}

/* Hubs move into the drawer only on true tablet/phone widths */
@media (max-width: 780px) {
  .site-nav-primary { display: none; }
  .nav-cta { display: none; }
  /* Icon-only brand on mobile — wordmark hides, SVG mark stays */
  .brand-word { display: none; }
  .brand { margin-right: auto; }
  .header-search,
  .header-search:focus-within,
  .header-search.is-open {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    min-width: 0;
    padding: var(--search-pad) var(--search-pad) var(--search-pad) 12px;
  }
  .header-search-input,
  .header-search:focus-within .header-search-input,
  .header-search.is-open .header-search-input {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding: 8px 10px 8px 0;
    opacity: 1;
    pointer-events: auto;
  }

  .cat-flow { grid-template-columns: 1fr; }
  .cat-flow > .flow-item:first-child { grid-template-columns: 1fr; gap: 14px; }
  .archive-lead { grid-template-columns: 1fr; }
  .archive-lead-media { order: -1; }
  .archive-row { grid-template-columns: minmax(0, 1fr) 120px; }
  .archive-row-rail { display: none; }
  .archive-row-dot, .archive-row-date-inline { display: inline; }
}

@media (max-width: 640px) {
  :root { --header-h: 64px; }

  .brand-word { display: none; }
  .header-search { padding-left: 12px; }
  .header-search-input { font-size: 0.875rem; }

  .hub-products { grid-template-columns: 1fr; gap: 12px; }
  .hub-card-wide { grid-column: 1 / -1; max-width: none; }
  .hub-feature-top { padding: 24px 22px 20px; }
  .hub-feature-title { font-size: 1.4rem; }
  .hub-feature-icon { width: 56px; height: 56px; margin-bottom: 16px; }
  .hub-card { min-height: 84px; padding: 16px 16px 16px 18px; gap: 14px; }
  .hub-card-icon { width: 32px; height: 32px; }
  .hub-card-icon svg { width: 32px; height: 32px; }
  .hub-board-grid { gap: 12px; }
  .hub-toggle-wrap { padding-top: 20px; }

  .home-quiz-cta { width: 100%; }
  .home-quiz-steps { flex-wrap: wrap; }

  .spot-grid, .guide-grid, .promise-grid { grid-template-columns: 1fr; }
  .trust-strip-inner { grid-template-columns: 1fr 1fr; gap: 0; }
  .trust-stat { border-right: 1px solid var(--line); padding: 14px 8px; }
  .trust-stat:nth-child(even) { border-right: 0; }
  .trust-stat:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }

  .foot-top { grid-template-columns: 1fr; gap: 28px; }
  .foot-bottom { flex-direction: column; align-items: flex-start; }

  .cta-button { flex: 1 1 100%; }
  .pn { grid-template-columns: 1fr; }
  .pn-next { text-align: left; }
  .pn-empty { display: none; }

  .brand-card-actions { justify-content: stretch; }
  .brand-card-actions .btn { flex: 1 1 auto; }

  .article-body { font-size: 1.05rem; }
  .article-body h2 { font-size: 1.4rem; }

  .archive-row { grid-template-columns: minmax(0, 1fr) 96px; gap: 12px; }
  .archive-row-excerpt { display: none; }
}
