/* Everyrated 2026 — clear, evidence-first product intelligence. */

:root {
  --er-ink: #0a1320;
  --er-ink-soft: #243246;
  --er-muted: #536174;
  --er-muted-light: #aeb9c8;
  --er-paper: #f5f6f3;
  --er-surface: #ffffff;
  --er-surface-soft: #edf1f3;
  --er-night: #071622;
  --er-night-2: #0c2231;
  --er-night-3: #123346;
  --er-cyan: #32dccd;
  --er-cyan-deep: #087d76;
  --er-blue: #3268ff;
  --er-coral: #f06d57;
  --er-gold: #e7b95c;
  --er-line: #d6dde2;
  --er-line-strong: #b7c1c9;
  --er-line-dark: rgba(208, 226, 235, .18);
  --er-radius-sm: 10px;
  --er-radius: 16px;
  --er-radius-lg: 28px;
  --er-shadow-sm: 0 8px 28px rgba(20, 36, 48, .07);
  --er-shadow: 0 26px 70px rgba(20, 36, 48, .12);
  --er-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
  --er-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
  --er-mono: "SFMono-Regular", "SF Mono", ui-monospace, monospace;
  --ink: var(--er-ink);
  --ink-2: var(--er-ink-soft);
  --paper: var(--er-paper);
  --white: var(--er-surface);
  --line: var(--er-line);
  --mist: var(--er-surface-soft);
  --teal: var(--er-cyan-deep);
  --coral: #b74335;
  --lemon: #f5cf79;
  --blue: var(--er-blue);
  --green: #087d65;
  --shadow: var(--er-shadow);
  --radius: var(--er-radius-sm);
  --apple-font: var(--er-body);
}

/* Human-intent gate: crawlers can read this page but cannot contact ClickBank. */
.outbound-intent-page main {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 7rem) 0;
}

.outbound-intent-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border: 1px solid rgba(151, 166, 255, .34);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(84, 226, 255, .13), transparent 38%),
    linear-gradient(145deg, rgba(18, 27, 57, .98), rgba(7, 15, 34, .98));
  box-shadow: 0 28px 90px rgba(0, 0, 0, .38);
  color: #f8fbff;
}

.outbound-intent-shell h1 {
  max-width: 15ch;
  margin: .25rem 0 1rem;
  color: #fff;
  font-size: clamp(2.25rem, 7vw, 4.8rem);
  line-height: .96;
}

.outbound-intent-lede {
  max-width: 68ch;
  color: rgba(238, 244, 255, .82);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.outbound-intent-product,
.outbound-intent-checks {
  margin-top: 1.5rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
}

.outbound-intent-product {
  display: grid;
  gap: .35rem;
}

.outbound-intent-product span,
.outbound-intent-product small,
.outbound-intent-note {
  color: rgba(238, 244, 255, .66);
}

.outbound-intent-product span {
  font-family: var(--er-mono);
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.outbound-intent-product strong {
  color: #fff;
  font-size: 1.2rem;
}

.outbound-intent-checks h2 {
  margin: 0 0 .8rem;
  color: #fff;
  font-size: 1.25rem;
}

.outbound-intent-checks ul {
  display: grid;
  gap: .65rem;
  margin: 0;
  padding-left: 1.25rem;
  color: rgba(238, 244, 255, .8);
}

.outbound-intent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.5rem;
}

.outbound-intent-actions .button {
  min-height: 50px;
}

.outbound-intent-actions .commercial-button {
  border: 0;
  cursor: pointer;
}

.outbound-intent-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.outbound-intent-actions .commercial-button span,
.outbound-intent-actions .commercial-button small {
  display: block;
}

.outbound-intent-actions .commercial-button small {
  margin-top: .15rem;
  font-size: .7rem;
  opacity: .75;
}

.outbound-intent-note {
  margin: 1rem 0 0;
  font-size: .82rem;
}

@media (max-width: 640px) {
  .outbound-intent-page main {
    width: min(100% - 20px, 960px);
    padding: 2rem 0 3rem;
  }

  .outbound-intent-shell {
    border-radius: 20px;
  }

  .outbound-intent-actions,
  .outbound-intent-actions .button {
    width: 100%;
  }
}

* { scrollbar-color: #84929c transparent; }
html { color-scheme: light; scroll-padding-top: 7.5rem; background: var(--er-paper); }
body {
  min-width: 320px;
  margin: 0;
  color: var(--er-ink);
  background: linear-gradient(rgba(7, 22, 34, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 22, 34, .025) 1px, transparent 1px), var(--er-paper);
  background-size: 64px 64px;
  font-family: var(--er-body);
  font-size: 17px;
  line-height: 1.68;
  letter-spacing: -.006em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font-family: var(--er-body); }
html.is-navigation-locked,
html.is-navigation-locked body { overflow: hidden; }
.site-ambient { display: none; }
main, .site-header, .site-footer { position: relative; z-index: 1; }
::selection { background: #b9f5ef; color: var(--er-ink); }
h1, h2, h3, .brand-name, .hero-stats strong, .research-stat-grid strong {
  font-family: var(--er-display);
  font-weight: 750;
  letter-spacing: -.038em;
  text-wrap: balance;
}
p, li, dd { text-wrap: pretty; }
a, button, input, textarea, select, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 3px solid var(--er-blue) !important;
  outline-offset: 3px;
}
.skip-link { top: .75rem; border-radius: 8px; background: var(--er-night); color: #fff; box-shadow: var(--er-shadow-sm); }

/* Clear global navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  width: 100%;
  min-height: 78px;
  margin: 0;
  padding: .75rem clamp(1rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(183, 193, 201, .8);
  border-radius: 0;
  background: rgba(248, 249, 247, .94);
  color: var(--er-ink);
  box-shadow: 0 8px 32px rgba(7, 22, 34, .06);
  backdrop-filter: blur(18px) saturate(130%);
}
.brand, .site-header .brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: .72rem; color: var(--er-ink); text-decoration: none; }
.brand img, .site-header .brand img {
  width: 46px;
  height: 46px;
  border: 1px solid var(--er-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(7, 22, 34, .08);
}
.site-header .brand-lockup { display: grid; gap: .13rem; }
.site-header .brand-name { color: var(--er-ink); font-size: 1.3rem; line-height: 1; }
.site-header .brand .brand-slogan { color: var(--er-muted); font-size: .72rem; font-weight: 720; letter-spacing: .02em; line-height: 1.2; }
.site-header .primary-nav {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .2rem;
  margin-left: auto;
  transform: none;
}
.site-header .nav-link, .site-header .nav-trigger, .nav-search-toggle, .mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .68rem .78rem;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: #344458;
  box-shadow: none;
  font: inherit;
  font-size: .91rem;
  font-weight: 690;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.site-header .nav-link:hover, .site-header .nav-link:focus-visible, .site-header .nav-trigger:hover, .site-header .nav-trigger:focus-visible, .nav-search-toggle:hover, .nav-search-toggle:focus-visible, .nav-search.is-open .nav-search-toggle {
  border-color: #cad3d9;
  background: #fff;
  color: var(--er-ink);
}
.site-header .nav-link[aria-current="page"],
.site-header .nav-menu.is-current-section .nav-trigger { background: #e5ecef; color: var(--er-ink); }
.site-header .nav-link-ai { gap: .42rem; margin-left: .2rem; border-color: var(--er-night); background: var(--er-night); color: #fff; }
.site-header .nav-link-ai:hover, .site-header .nav-link-ai:focus-visible, .site-header .nav-link-ai[aria-current="page"] { border-color: #153d4e; background: #153d4e; color: #fff; }
.site-header .nav-link-ai span[aria-hidden="true"] { color: var(--er-cyan); }
.nav-search { position: relative; display: flex; }
.site-search-panel {
  position: absolute;
  top: calc(100% + .8rem);
  right: 0;
  z-index: 110;
  width: min(680px, calc(100vw - 2rem));
  padding: 1rem;
  border: 1px solid var(--er-line-strong);
  border-radius: var(--er-radius);
  background: #fff;
  color: var(--er-ink);
  box-shadow: 0 30px 90px rgba(7, 22, 34, .22);
}
.site-search-form { position: relative; display: flex; align-items: center; }
.site-search-input-icon { position: absolute; left: .9rem; color: var(--er-muted); pointer-events: none; }
.site-search-form input { width: 100%; min-height: 54px; padding: .8rem 5rem .8rem 2.7rem; border: 1px solid var(--er-line-strong); border-radius: 10px; background: #fff; color: var(--er-ink); font: inherit; font-size: 1rem; }
.site-search-clear { position: absolute; right: .35rem; min-height: 44px; padding: .45rem .7rem; border: 0; border-radius: 8px; background: #e8edf0; color: var(--er-ink-soft); font: inherit; font-size: .8rem; font-weight: 750; cursor: pointer; }
.site-search-status { margin: .7rem .1rem .55rem; color: var(--er-muted); font-size: .86rem; }
.site-search-results { display: grid; gap: .45rem; max-height: min(58vh, 520px); overflow-y: auto; }
.site-search-results a { display: grid; grid-template-columns: minmax(82px, auto) minmax(0, 1fr); gap: .8rem; align-items: center; min-height: 58px; padding: .72rem .82rem; border: 1px solid var(--er-line); border-radius: 10px; background: #f8f9f7; color: var(--er-ink); text-decoration: none; }
.site-search-results a:hover, .site-search-results a:focus-visible, .site-search-results a.is-keyboard-active { border-color: #7d99d8; background: #edf2ff; }
.site-search-results span { color: var(--er-cyan-deep); font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.site-search-results strong { min-width: 0; font-size: .96rem; line-height: 1.3; }
.site-search-results strong small { display: block; margin-top: .18rem; color: var(--er-muted); font-size: .8rem; font-weight: 550; }
.site-search-empty { margin: 0; padding: 1rem; color: var(--er-muted); text-align: center; }
.mobile-nav-toggle { display: none; gap: .48rem; border-color: var(--er-line-strong); background: #fff; color: var(--er-ink); }

/* Homepage — decisive, readable, and distinctly Everyrated. */
.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(460px, 1.14fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
  width: calc(100% - 32px);
  max-width: 1580px;
  min-height: min(780px, calc(100svh - 110px));
  margin: 1rem auto 0;
  padding: clamp(3rem, 6vw, 6rem) clamp(1.4rem, 5vw, 5.7rem);
  overflow: hidden;
  border: 1px solid #183448;
  border-radius: var(--er-radius-lg);
  background: linear-gradient(90deg, rgba(7, 22, 34, .99) 0%, rgba(7, 22, 34, .96) 45%, rgba(7, 22, 34, .73) 100%), url("/assets/everyrated-hero.jpg") center / cover no-repeat;
  color: #fff;
  box-shadow: 0 36px 100px rgba(7, 22, 34, .2);
}
.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .22;
  background-image: linear-gradient(rgba(147, 196, 207, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(147, 196, 207, .16) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, #000 44%, transparent 88%);
}
.hero::after { position: absolute; right: 0; bottom: 0; left: 0; z-index: -1; height: 38%; content: ""; background: linear-gradient(180deg, transparent, rgba(7, 22, 34, .72)); }
.hero-copy { position: relative; z-index: 1; max-width: 700px; }
.hero-system-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem 1rem;
  width: fit-content;
  margin-bottom: 1.35rem;
  padding: .5rem .7rem;
  border: 1px solid rgba(208, 226, 235, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: #c3ced7;
  font-size: .75rem;
  font-weight: 720;
  letter-spacing: .035em;
}
.hero-system-status span { display: inline-flex; align-items: center; gap: .48rem; }
.hero-system-status i { width: .48rem; height: .48rem; border-radius: 50%; background: var(--er-cyan); box-shadow: 0 0 0 4px rgba(50, 220, 205, .12); }
.hero h1 { display: grid; gap: .14rem; max-width: 12ch; margin: 0; color: #fff; font-size: clamp(3.7rem, 5.3vw, 5.65rem); line-height: .94; letter-spacing: -.055em; }
.hero-title-kicker { margin: 0 0 .8rem; color: var(--er-cyan); font-family: var(--er-mono); font-size: clamp(.68rem, 1vw, .84rem); font-weight: 750; letter-spacing: .11em; line-height: 1.3; text-transform: uppercase; }
.hero-title-main, .hero-title-accent { display: block; }
.hero-title-accent { color: #c8f6f1; }
.hero .hero-lede { max-width: 620px; margin: 1.5rem 0 0; color: #c5d0d9; font-size: clamp(1.06rem, 1.35vw, 1.22rem); line-height: 1.65; }
.hero-actions, .card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; margin-top: 1.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 48px; padding: .8rem 1.05rem; border: 1px solid var(--er-night); border-radius: 10px; background: var(--er-night); color: #fff; box-shadow: none; font-size: .91rem; font-weight: 760; line-height: 1.2; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--er-night-3); border-color: var(--er-night-3); }
.button-secondary, .button-light { border-color: var(--er-line); background: #fff; color: var(--er-ink); }
.button-ghost, .hero .button-secondary { border-color: rgba(208, 226, 235, .32); background: rgba(255, 255, 255, .06); color: #fff; }
.button-small { min-height: 42px; padding: .62rem .8rem; }
.commercial-button { flex-direction: column; gap: .14rem; text-align: center; }
.commercial-button > small { color: inherit; font-size: .67rem; font-weight: 680; line-height: 1.25; opacity: .78; }
.text-link { color: #204fca; font-weight: 750; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.55rem; }
.hero-trust span, .hero-tags span { padding: .46rem .62rem; border: 1px solid rgba(208, 226, 235, .2); border-radius: 7px; background: rgba(255, 255, 255, .05); color: #c5d0d9; font-size: .72rem; font-weight: 720; }
.hero-board { position: relative; z-index: 1; width: min(100%, 780px); }
.hero-board-main { display: grid; gap: 1rem; padding: 1rem; border: 1px solid rgba(208, 226, 235, .22); border-radius: 22px; background: rgba(8, 27, 40, .88); box-shadow: 0 28px 80px rgba(0, 0, 0, .3); backdrop-filter: blur(18px); }
.hero-slide { grid-template-columns: minmax(210px, .7fr) minmax(0, 1fr); gap: 1.1rem; }
.hero-slide-copy h2 { margin: .35rem 0 .55rem; color: #fff; font-size: clamp(1.9rem, 3vw, 3.35rem); line-height: 1; }
.hero-slide-copy > p { color: #b2bec9; font-size: .96rem; }
.hero-board .research-completeness {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .16rem .6rem;
  align-items: baseline;
  padding: .62rem .72rem;
  background: #edf3f3;
}
.hero-board .research-completeness strong { color: var(--er-ink); }
.hero-board .research-completeness small { grid-column: 1 / -1; color: #51616e; }
.hero-slide-copy .card-actions { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.2fr); }
.hero-slide-copy .card-actions .button { width: 100%; min-width: 0; padding-inline: .7rem; }
.hero-product-image { aspect-ratio: 1 / 1; min-height: 0; overflow: hidden; border: 1px solid rgba(208, 226, 235, .18); border-radius: 16px; background: #f4f6f6; }
.hero-slider-controls { border-top-color: rgba(208, 226, 235, .16); }
.hero-slider-button, .hero-slider-dot { min-width: 44px; min-height: 44px; }
.hero-slider-button { border-color: rgba(208, 226, 235, .2); border-radius: 10px; background: rgba(255, 255, 255, .06); color: #fff; }
.hero-slider-dot { position: relative; border: 0; background: transparent; }
.hero-slider-dot::before { position: absolute; top: 50%; left: 50%; width: 24px; height: 4px; border-radius: 999px; background: #647787; content: ""; transform: translate(-50%, -50%); }
.hero-slider-dot.is-active::before { width: 32px; background: var(--er-cyan); }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; margin-top: .7rem; }
.hero-stats div { min-height: 88px; padding: .9rem; border: 1px solid rgba(208, 226, 235, .18); border-radius: 12px; background: rgba(7, 22, 34, .75); color: #fff; }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { font-size: clamp(1.7rem, 2.8vw, 2.7rem); line-height: 1; }
.hero-stats span { margin-top: .35rem; color: #9fb0bc; font-size: .72rem; font-weight: 650; line-height: 1.35; }
.hero-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .65rem; }
.notice-band { width: calc(100% - 64px); max-width: 1320px; margin: 1.2rem auto 0; padding: .95rem 1.05rem; border: 1px solid #cbd5d9; border-radius: 12px; background: #fff; color: #465668; box-shadow: var(--er-shadow-sm); font-size: .9rem; line-height: 1.55; }
.notice-band strong { color: var(--er-ink); }

.home-paths { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.8fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: start; width: calc(100% - 64px); max-width: 1450px; margin: clamp(4rem, 8vw, 7rem) auto; }
.home-paths-heading h2 { margin: .25rem 0 .8rem; font-size: clamp(2.3rem, 4.2vw, 4.6rem); line-height: 1; }
.home-paths-heading > p:last-child { max-width: 36ch; color: var(--er-muted); }
.eyebrow { margin: 0 0 .55rem; color: var(--er-cyan-deep); font-family: var(--er-mono); font-size: .74rem; font-weight: 800; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }
.home-path-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
.home-path-grid a { display: grid; align-content: start; gap: .62rem; min-height: 210px; padding: 1.2rem; border: 1px solid var(--er-line); border-radius: var(--er-radius); background: #fff; color: var(--er-ink); box-shadow: var(--er-shadow-sm); text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.home-path-grid a:hover, .home-path-grid a:focus-visible { border-color: #7baea9; box-shadow: 0 18px 46px rgba(20, 36, 48, .11); transform: translateY(-3px); }
.home-path-grid span { color: var(--er-cyan-deep); font-family: var(--er-mono); font-size: .78rem; font-weight: 800; }
.home-path-grid strong { font-family: var(--er-display); font-size: 1.35rem; line-height: 1.15; }
.home-path-grid small { color: var(--er-muted); font-size: .93rem; line-height: 1.55; }

/* Basic shared surfaces for the first coherent preview. */
.section-heading, .compact-hero, .review-hero, .article-hero, .research-hero, .category-hub-hero, .buyer-guide-index-hero, .buyer-guide-hero, .ai-page-hero, .product-grid, .article-grid, .category-feature-grid, .buyer-guide-grid, .related-reviews-grid, .ai-ops-grid, .ai-page-workspace, .home-system {
  width: calc(100% - 64px);
  max-width: 1450px;
  margin-inline: auto;
}
.section-heading h2, .section-kicker h2, .split-band h2, .research-home-gateway h2, .affiliate-offer-copy h2 { color: var(--er-ink); font-size: clamp(2.15rem, 4.5vw, 4.6rem); line-height: 1.02; }
.product-card, .article-card, .category-feature-card, .buyer-guide-card, .affiliate-offer-card, .related-review-card, .system-grid article, .qa-card { border: 1px solid var(--er-line); border-radius: var(--er-radius); background: #fff; box-shadow: var(--er-shadow-sm); }
.research-home-gateway, .affiliate-offer-wall, .buyer-guides-home, .visual-method-band, .seo-source-band, .ai-feature-band { width: calc(100% - 64px); max-width: 1450px; margin: 0 auto clamp(4rem, 8vw, 7rem); border-radius: var(--er-radius-lg); }

@media (max-width: 1180px) {
  .site-header { flex-wrap: wrap; }
  .site-header .brand { flex: 1 1 auto; min-width: 0; }
  .mobile-nav-toggle { display: inline-flex; flex: 0 0 auto; }
  .site-header .primary-nav { position: static; flex: 1 0 100%; display: grid; grid-template-columns: minmax(0, 1fr); align-items: stretch; gap: .35rem; width: 100%; max-height: 0; margin: 0; padding: 0; overflow: hidden; border-top: 0; opacity: 0; visibility: hidden; pointer-events: none; transition: max-height .24s ease, opacity .18s ease, padding .18s ease; }
  .site-header.is-nav-open .primary-nav { max-height: calc(100svh - 6rem); padding: .65rem 0 .15rem; overflow-y: auto; border-top: 1px solid var(--er-line); opacity: 1; visibility: visible; pointer-events: auto; }
  .site-header .nav-link, .site-header .nav-search, .site-header .nav-search-toggle { width: 100%; }
  .site-header .nav-link, .site-header .nav-search-toggle { justify-content: flex-start; min-height: 48px; border-color: var(--er-line); background: #fff; }
  .site-header .nav-link-ai { border-color: var(--er-night); background: var(--er-night); }
  .site-header .site-search-panel { position: static; width: 100%; margin-top: .4rem; box-shadow: none; }
  .hero { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { max-width: 780px; }
  .hero-board { width: 100%; }
}

@media (max-width: 760px) {
  body { font-size: 16px; line-height: 1.66; }
  .site-header { min-height: 68px; padding: .62rem 1rem; }
  .site-header .brand img { width: 42px; height: 42px; }
  .site-header .brand-name { font-size: 1.16rem; }
  .site-header .brand .brand-slogan { max-width: 19ch; font-size: .66rem; }
  .hero { width: calc(100% - 20px); min-height: auto; margin-top: .6rem; padding: 3rem 1.15rem 1.15rem; border-radius: 20px; }
  .hero h1 { max-width: 100%; font-size: clamp(3rem, 15vw, 4.7rem); line-height: .95; }
  .hero-system-status span:last-child { display: none; }
  .hero-slide { grid-template-columns: minmax(0, 1fr); }
  .hero-product-image { max-height: 260px; }
  .hero-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-stats div { min-height: 74px; padding: .7rem; }
  .notice-band, .home-paths, .section-heading, .compact-hero, .review-hero, .article-hero, .research-hero, .category-hub-hero, .buyer-guide-index-hero, .buyer-guide-hero, .ai-page-hero, .product-grid, .article-grid, .category-feature-grid, .buyer-guide-grid, .related-reviews-grid, .ai-ops-grid, .ai-page-workspace, .home-system, .research-home-gateway, .affiliate-offer-wall, .buyer-guides-home, .visual-method-band, .seo-source-band, .ai-feature-band { width: calc(100% - 24px); }
  .home-paths { grid-template-columns: 1fr; }
  .home-path-grid { grid-template-columns: 1fr; }
  .home-path-grid a { min-height: 0; }
  .site-search-results a { grid-template-columns: 1fr; gap: .2rem; }
}

@media (max-width: 520px) {
  .hero-actions .button { width: 100%; }
  .hero-stats strong { font-size: 1.45rem; }
  .hero-stats span { font-size: .62rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media (prefers-reduced-transparency: reduce) { .site-header, .hero-board-main, .site-search-panel { backdrop-filter: none; } }
@media (forced-colors: active) { .site-header, .site-search-panel, .hero, .hero-board-main { border: 1px solid CanvasText; } }

/* Widescreen megamenus */
.site-header .nav-menu {
  display: flex;
  align-items: stretch;
}

.site-header .nav-trigger {
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.nav-trigger-main {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  min-height: 42px;
  padding: .66rem .38rem .66rem .76rem;
}

.nav-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.08rem;
  height: 1.08rem;
  color: currentColor;
}

.nav-item-icon .ui-icon {
  width: 100%;
  height: 100%;
}

.nav-trigger-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-width: 1.8rem;
  color: #6a7888;
  transition: transform .18s ease;
}

.site-header .nav-menu.is-open .nav-trigger-indicator {
  color: var(--er-cyan-deep);
  transform: rotate(180deg);
}

.mega-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  z-index: 120;
  width: min(1680px, calc(100vw - 48px));
  padding-top: .7rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  translate: -50% 0;
  transform: translateY(8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.site-header .nav-menu.is-open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.site-header .nav-menu:not(.is-open) .mega-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mega-panel,
.mega-panel.mega-panel-lean {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 2.28fr);
  gap: .85rem;
  max-height: calc(100svh - 7rem);
  padding: .85rem;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid #bac6cd;
  border-radius: 20px;
  background: #f8faf9;
  color: var(--er-ink);
  box-shadow: 0 30px 90px rgba(7, 22, 34, .22);
}

.mega-copy {
  display: grid;
  align-content: start;
  gap: .65rem;
  min-height: 210px;
  padding: 1.25rem;
  border: 1px solid #173548;
  border-radius: 14px;
  background: var(--er-night);
  color: #fff;
}

.mega-copy .eyebrow {
  color: var(--er-cyan);
}

.mega-copy h2,
.mega-copy .mega-title {
  max-width: 17ch;
  margin: 0;
  color: #fff;
  font-family: var(--er-display);
  font-weight: 760;
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  line-height: 1.08;
}

.mega-copy p:not(.eyebrow) {
  max-width: 42ch;
  margin: 0;
  color: #b5c2cc;
  font-size: .91rem;
  line-height: 1.55;
}

.mega-all-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  width: fit-content;
  margin-top: auto;
  padding: .66rem .8rem;
  border: 1px solid rgba(208, 226, 235, .24);
  border-radius: 9px;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  font-size: .84rem;
  font-weight: 760;
  text-decoration: none;
}

.mega-all-link:hover,
.mega-all-link:focus-visible {
  border-color: var(--er-cyan);
  background: rgba(50, 220, 205, .1);
}

.mega-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start;
  gap: .65rem;
}

.mega-evidence-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mega-category-link {
  display: grid;
  align-content: center;
  min-height: 92px;
  padding: .95rem;
  border: 1px solid var(--er-line);
  border-radius: 12px;
  background: #fff;
  color: var(--er-ink);
  font-size: .92rem;
  font-weight: 720;
  line-height: 1.25;
  text-decoration: none;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.mega-category-link.mega-category-link-icon {
  grid-template-columns: 1.7rem minmax(0, 1fr);
  grid-template-rows: auto;
  align-items: start;
  gap: .58rem;
}

.mega-category-link:hover,
.mega-category-link:focus-visible {
  border-color: #76a9a5;
  background: #edf8f6;
  transform: translateY(-2px);
}

.mega-category-link span {
  color: inherit;
}

/* Widescreen editorial canvas */
.hero,
.section-heading,
.compact-hero,
.review-hero,
.article-hero,
.research-hero,
.category-hub-hero,
.buyer-guide-index-hero,
.buyer-guide-hero,
.ai-page-hero,
.product-grid,
.article-grid,
.category-feature-grid,
.buyer-guide-grid,
.related-reviews-grid,
.research-stat-grid,
.beginner-steps,
.buyer-guide-checklist,
.research-faq-grid,
.ai-ops-grid,
.ai-page-workspace,
.home-system,
.research-home-gateway,
.affiliate-offer-wall,
.buyer-guides-home,
.visual-method-band,
.seo-source-band,
.ai-feature-band,
.buyer-intent-narrative,
.research-proof-band > *,
.official-resource-band > *,
.article-shell,
.review-preview-band,
.rating-breakdown,
.source-evidence-panel,
.category-picker,
.product-category-section,
.legal-page,
.site-footer > * {
  max-width: 1680px;
}

.section-heading {
  padding: clamp(4.5rem, 8vw, 8rem) 0 clamp(1.5rem, 3vw, 2.5rem);
}

.section-heading > *,
.section-kicker > p {
  max-width: 72ch;
}

.section-heading p,
.section-kicker p,
.research-copy-block p,
.affiliate-offer-copy p,
.seo-source-copy p {
  color: var(--er-muted);
}

.product-grid,
.article-grid,
.category-feature-grid,
.buyer-guide-grid,
.related-reviews-grid,
.research-stat-grid,
.beginner-steps,
.buyer-guide-checklist,
.research-faq-grid,
.ai-ops-grid {
  gap: 1rem;
}

.product-grid,
.article-grid,
.category-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.buyer-guide-grid,
.related-reviews-grid,
.research-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.research-stat-grid,
.beginner-steps,
.buyer-guide-checklist,
.ai-ops-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card,
.article-card,
.category-feature-card,
.buyer-guide-card,
.affiliate-offer-card,
.related-review-card {
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.product-card:hover,
.article-card:hover,
.category-feature-card:hover,
.buyer-guide-card:hover,
.affiliate-offer-card:hover,
.related-review-card:hover {
  border-color: #9aacb6;
  box-shadow: 0 18px 50px rgba(20, 36, 48, .11);
  transform: translateY(-3px);
}

.product-card h3,
.article-card h3,
.affiliate-offer-card h3,
.related-review-card h3,
.buyer-guide-card strong,
.category-feature-card strong {
  overflow-wrap: anywhere;
  color: var(--er-ink);
  letter-spacing: -.025em;
  line-height: 1.16;
}

.product-card p,
.article-card p,
.affiliate-offer-card p,
.related-review-card p,
.buyer-guide-card p,
.category-feature-card p {
  color: var(--er-muted);
}

.product-visual,
.hybrid-product-visual,
.article-card-image,
.related-review-media,
.affiliate-offer-card-media {
  overflow: hidden;
  background: #eef2f3;
}

.hybrid-product-visual,
.article-card-image,
.related-review-media {
  border-radius: 0;
}

.card-body,
.article-card-body,
.affiliate-offer-card-body,
.related-review-content {
  padding: 1.15rem;
}

.card-actions,
.related-review-actions {
  padding: 1rem 1.15rem;
  border-top: 1px solid var(--er-line);
}

.research-completeness,
.evidence-status,
.related-review-evidence {
  border-color: #cbd4da;
  border-radius: 9px;
  background: #f2f5f5;
}

.research-completeness-label,
.evidence-status span,
.related-review-evidence {
  color: var(--er-cyan-deep);
  font-size: .73rem;
  letter-spacing: .03em;
}

.editorial-rating small,
.editorial-meta {
  color: #586777;
}

.category-strip,
.research-keyword-strip {
  width: calc(100% - 48px);
  max-width: 1680px;
  margin-inline: auto;
}

.category-strip a,
.research-keyword-strip a,
.magazine-pagination a,
.magazine-pagination-current,
.magazine-pagination-direction {
  border-color: var(--er-line);
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
}

.category-strip a:hover,
.research-keyword-strip a:hover,
.magazine-pagination a:hover {
  border-color: #7baea9;
  background: #edf8f6;
}

/* Homepage and research pathways */
.research-home-gateway,
.visual-method-band,
.seo-source-band,
.ai-feature-band,
.buyer-intent-narrative {
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
  gap: clamp(1.5rem, 4vw, 4.5rem);
  align-items: center;
  padding: clamp(1.2rem, 2.8vw, 2.5rem);
  border: 1px solid var(--er-line);
  background: #fff;
  box-shadow: var(--er-shadow-sm);
}

.research-home-gateway figure,
.visual-method-band figure,
.ai-feature-band figure,
.buyer-intent-narrative figure,
.affiliate-offer-visual,
.research-hero-visual,
.category-hub-image,
.buyer-guide-hero-image,
.article-hero-product {
  overflow: hidden;
  border: 1px solid #cad4da;
  border-radius: 18px;
  background: #eef2f3;
  box-shadow: none;
}

.research-home-gateway figure,
.visual-method-band figure,
.ai-feature-band figure,
.buyer-intent-narrative figure {
  aspect-ratio: 16 / 10;
  margin: 0;
}

.research-home-gateway img,
.visual-method-band img,
.ai-feature-band img,
.buyer-intent-narrative img,
.affiliate-offer-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.buyer-guides-home {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.8fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(1.4rem, 3vw, 2.5rem);
  border: 1px solid var(--er-line);
  background: #fff;
  box-shadow: var(--er-shadow-sm);
}

.buyer-guide-grid-home {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.buyer-guide-card,
.category-feature-card {
  display: grid;
  align-content: start;
  color: var(--er-ink);
  text-decoration: none;
}

.buyer-guide-card img,
.category-feature-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.buyer-guide-card > span,
.buyer-guide-card > strong,
.buyer-guide-card > p,
.category-feature-card > span,
.category-feature-card > strong,
.category-feature-card > p {
  margin-right: 1rem;
  margin-left: 1rem;
}

.buyer-guide-card > span,
.category-feature-card > span {
  margin-top: 1rem;
  color: var(--er-cyan-deep);
  font-size: .73rem;
  font-weight: 780;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.buyer-guide-card > strong,
.category-feature-card > strong {
  margin-top: .45rem;
  font-size: 1.16rem;
}

.buyer-guide-card > p,
.category-feature-card > p {
  margin-bottom: 1.15rem;
  font-size: .9rem;
  line-height: 1.55;
}

.home-system {
  margin-block: clamp(4rem, 8vw, 8rem);
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.system-grid article,
.beginner-steps article,
.buyer-guide-checklist article,
.research-faq-grid article,
.ai-ops-grid article,
.research-stat-grid div {
  min-height: 220px;
  padding: 1.25rem;
  border: 1px solid var(--er-line);
  border-radius: var(--er-radius);
  background: #fff;
  box-shadow: var(--er-shadow-sm);
}

.system-step,
.beginner-steps article > span,
.buyer-guide-checklist article > span,
.research-panel-grid article > span,
.ai-ops-grid article > span {
  color: var(--er-cyan-deep);
  font-family: var(--er-mono);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .06em;
}

.split-band,
.clickbank-qa,
.research-proof-band,
.official-resource-band,
.ai-home-band {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-block: 1px solid #173548;
  background: var(--er-night);
  color: #fff;
}

.clickbank-qa {
  padding: 0;
}

.split-band,
.qa-layout,
.research-proof-band,
.official-resource-band,
.ai-home-band {
  padding: clamp(3.5rem, 7vw, 7rem) max(24px, calc((100vw - 1680px) / 2));
}

.qa-layout {
  display: grid;
  grid-template-areas:
    "intro cards"
    "note cards";
  grid-template-columns: minmax(17rem, .7fr) minmax(0, 1.8fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(2rem, 5vw, 6rem);
  row-gap: 1.25rem;
  align-items: start;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin-inline: auto;
}

.clickbank-qa .section-kicker {
  grid-area: intro;
  max-width: 34rem;
  margin: 0;
}

.clickbank-qa .section-kicker h2 {
  font-size: clamp(2.5rem, 3.4vw, 4rem);
}

.clickbank-qa .section-kicker p:not(.eyebrow) {
  color: #b5c2cc;
}

.split-band,
.research-proof-band,
.official-resource-band,
.ai-home-band {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(1.5rem, 4vw, 4.5rem);
  align-items: start;
}

.clickbank-qa h2,
.split-band h2,
.research-proof-band h2,
.official-resource-band h2,
.ai-home-band h2 {
  color: #fff;
}

.clickbank-qa p,
.split-band p,
.research-proof-band p,
.official-resource-band p,
.ai-home-band p {
  color: #b5c2cc;
}

.clickbank-qa .eyebrow,
.split-band .eyebrow,
.research-proof-band .eyebrow,
.official-resource-band .eyebrow,
.ai-home-band .eyebrow {
  color: var(--er-cyan);
}

.qa-grid,
.research-panel-grid,
.official-resource-list,
.ai-home-prompts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.qa-grid {
  grid-area: cards;
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.qa-card,
.research-panel-grid article,
.official-resource-list a,
.ai-home-prompts a,
.article-list a {
  padding: 1rem;
  border: 1px solid rgba(208, 226, 235, .17);
  border-radius: 12px;
  background: rgba(255, 255, 255, .055);
  color: #fff;
  box-shadow: none;
  text-decoration: none;
}

.qa-card {
  min-width: 0;
  color: var(--er-ink);
}

.clickbank-qa .qa-card h3 {
  color: var(--er-ink);
}

.clickbank-qa .qa-card p,
.research-panel-grid p,
.official-resource-list span {
  color: var(--er-muted);
}

.research-proof-band .research-panel-grid p,
.official-resource-band .official-resource-list span {
  color: #b5c2cc;
}

.qa-number {
  color: var(--er-cyan);
  font-family: var(--er-mono);
  font-size: .75rem;
}

.clickbank-qa .qa-card .qa-number {
  color: var(--er-cyan-deep);
}

.qa-note {
  grid-area: note;
  align-self: start;
  margin: 0;
  border-color: rgba(208, 226, 235, .17);
  background: rgba(255, 255, 255, .055);
  color: #b5c2cc;
}

@media (max-width: 1100px) {
  .qa-layout {
    grid-template-areas:
      "intro"
      "cards"
      "note";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 1.5rem;
  }

  .clickbank-qa .section-kicker {
    max-width: 52rem;
  }
}

@media (max-width: 700px) {
  .qa-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .qa-card {
    min-height: 0;
  }
}

.seo-source-band {
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
}

.seo-source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.seo-source-grid a {
  display: grid;
  gap: .3rem;
  padding: 1rem;
  border: 1px solid var(--er-line);
  border-radius: 12px;
  background: #f8faf9;
  color: var(--er-ink);
  text-decoration: none;
}

.seo-source-grid span {
  color: var(--er-muted);
  font-size: .88rem;
}

.affiliate-offer-wall {
  display: grid;
  grid-template-columns: minmax(320px, .64fr) minmax(0, 1.36fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  padding: clamp(1.4rem, 3vw, 2.5rem);
  border: 1px solid var(--er-line);
  background: #fff;
  box-shadow: var(--er-shadow-sm);
}

.affiliate-offer-copy {
  position: sticky;
  top: 7rem;
}

.affiliate-offer-visual {
  aspect-ratio: 16 / 10;
  margin: 1.35rem 0 0;
}

.affiliate-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.affiliate-offer-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.affiliate-offer-card-media {
  display: block;
  min-height: 220px;
}

.affiliate-offer-hybrid-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 220px;
  overflow: hidden;
}

.affiliate-offer-ai-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.affiliate-offer-vendor-layer {
  position: relative;
  z-index: 1;
  max-width: 70%;
  max-height: 175px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 16px 35px rgba(7, 22, 34, .25);
}

/* Archive filters and discovery */
.category-picker,
.product-category-section {
  width: calc(100% - 48px);
  margin-inline: auto;
}

.category-picker {
  padding-block: clamp(3rem, 6vw, 6rem);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .65rem;
}

.category-card {
  display: grid;
  align-content: start;
  gap: .28rem;
  min-height: 132px;
  padding: 1rem;
  border: 1px solid var(--er-line);
  border-radius: 12px;
  background: #fff;
  color: var(--er-ink);
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.category-card strong {
  font-size: 1.65rem;
}

.category-card small {
  color: var(--er-muted);
  line-height: 1.35;
}

.category-card.is-active {
  border-color: var(--er-night);
  background: var(--er-night);
  color: #fff;
}

.category-card.is-active small {
  color: #b5c2cc;
}

.search-bar {
  width: calc(100% - 48px);
  max-width: 1680px;
  margin-inline: auto;
}

.search-bar input,
input,
textarea,
select {
  min-height: 48px;
  border: 1px solid var(--er-line-strong);
  border-radius: 10px;
  background: #fff;
  color: var(--er-ink);
  font-family: var(--er-body);
}

/* Page heroes */
.compact-hero,
.review-hero,
.article-hero,
.research-hero,
.category-hub-hero,
.buyer-guide-index-hero,
.buyer-guide-hero,
.ai-page-hero,
.library-index-hero,
.library-family-hero,
.library-hero,
.directory-hero-v2,
.home-hero-v2 {
  position: relative;
  isolation: isolate;
  width: calc(100% - 32px);
  margin: 1rem auto clamp(2.5rem, 5vw, 5rem);
  padding: clamp(3rem, 6vw, 6rem);
  overflow: hidden;
  border: 1px solid #173548;
  border-radius: var(--er-radius-lg);
  background: var(--er-night);
  color: #fff;
  box-shadow: 0 24px 70px rgba(7, 22, 34, .16);
}

.review-hero,
.article-hero,
.research-hero,
.category-hub-hero,
.buyer-guide-index-hero,
.buyer-guide-hero,
.ai-page-hero,
.library-hero,
.directory-hero-v2,
.home-hero-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.compact-hero::before,
.review-hero::before,
.article-hero::before,
.research-hero::before,
.category-hub-hero::before,
.buyer-guide-index-hero::before,
.buyer-guide-hero::before,
.ai-page-hero::before,
.library-index-hero::before,
.library-family-hero::before,
.library-hero::before,
.directory-hero-v2::before,
.home-hero-v2::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .22;
  background-image: linear-gradient(rgba(147, 196, 207, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(147, 196, 207, .16) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(135deg, #000, transparent 75%);
}

.compact-hero h1,
.review-hero h1,
.article-hero h1,
.research-hero h1,
.category-hub-hero h1,
.buyer-guide-index-hero h1,
.buyer-guide-hero h1,
.ai-page-hero h1,
.library-index-hero h1,
.library-family-hero h1,
.library-hero h1,
.directory-hero-v2 h1,
.home-hero-v2 h1 {
  max-width: 17ch;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5.8vw, 6.3rem);
  line-height: .98;
  letter-spacing: -.052em;
  overflow-wrap: anywhere;
}

.compact-hero p,
.review-hero p,
.article-hero p,
.research-hero p,
.category-hub-hero p,
.buyer-guide-index-hero p,
.buyer-guide-hero p,
.ai-page-hero p,
.library-index-hero p,
.library-family-hero p,
.library-hero p,
.directory-hero-v2 p,
.home-hero-v2 p {
  max-width: 70ch;
  color: #b8c5ce;
}

.compact-hero .eyebrow,
.review-hero .eyebrow,
.article-hero .eyebrow,
.research-hero .eyebrow,
.category-hub-hero .eyebrow,
.buyer-guide-index-hero .eyebrow,
.buyer-guide-hero .eyebrow,
.ai-page-hero .eyebrow,
.library-index-hero .eyebrow,
.library-family-hero .eyebrow,
.library-hero .eyebrow,
.directory-hero-v2 .eyebrow,
.home-hero-v2 .eyebrow {
  color: var(--er-cyan);
}

.review-hero .button-secondary,
.article-hero .button-secondary,
.research-hero .button-secondary,
.category-hub-hero .button-secondary,
.buyer-guide-index-hero .button-secondary,
.buyer-guide-hero .button-secondary,
.ai-page-hero .button-secondary,
.library-hero .button-secondary {
  border-color: rgba(208, 226, 235, .32);
  background: rgba(255, 255, 255, .07);
  color: #fff;
}

.review-hero .editorial-meta,
.article-hero .editorial-meta,
.buyer-guide-hero .editorial-meta {
  color: #b8c5ce;
}

.product-visual,
.review-hero .product-visual,
.article-hero-product,
.buyer-guide-hero-image,
.category-hub-image,
.research-hero-visual,
.ai-page-model-card {
  border-color: rgba(208, 226, 235, .22);
  border-radius: 20px;
}

.ai-page-image-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
}

.ai-page-image-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-page-image-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 30%, rgba(7, 22, 34, .92));
}

.ai-page-image-card figcaption {
  position: relative;
  z-index: 1;
  display: grid;
  align-self: end;
  gap: .65rem;
  padding: 1.35rem;
}

/* Long-form reading experience */
.article-shell {
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: start;
  width: calc(100% - 48px);
  margin: 0 auto clamp(4rem, 8vw, 8rem);
}

.review-layout {
  display: block;
  width: 100%;
  margin: 0;
}

.review-aside {
  position: sticky;
  top: 7rem;
  padding: 1.15rem;
  border: 1px solid var(--er-line);
  border-radius: var(--er-radius);
  background: #fff;
  box-shadow: var(--er-shadow-sm);
}

.review-aside h2 {
  margin-top: 0;
  font-size: 1.35rem;
}

.review-aside dl {
  display: grid;
  gap: .8rem;
}

.review-aside dl div {
  padding-top: .8rem;
  border-top: 1px solid var(--er-line);
}

.review-aside dt {
  color: var(--er-muted);
  font-size: .74rem;
  font-weight: 780;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.review-aside dd {
  margin: .2rem 0 0;
}

.article-shell .article-body,
.magazine-layout > .article-body,
.legal-page,
.library-article-body {
  width: 100%;
  max-width: 82ch;
  margin-inline: auto;
  padding: clamp(1.4rem, 3.6vw, 3.6rem);
  border: 1px solid var(--er-line);
  border-radius: 20px;
  background: #fff;
  color: #172231;
  box-shadow: var(--er-shadow-sm);
  font-size: 1.075rem;
  line-height: 1.78;
}

.legal-page {
  width: calc(100% - 48px);
  max-width: 92ch;
  margin: 1rem auto clamp(4rem, 8vw, 8rem);
}

.article-body p,
.article-body li,
.article-body dd,
.library-article-body p,
.library-article-body li,
.library-article-body dd,
.legal-page p,
.legal-page li {
  font-size: inherit;
  line-height: inherit;
}

.article-body h2,
.library-article-body h2,
.legal-page h2 {
  margin-top: 2.5em;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  line-height: 1.12;
  scroll-margin-top: 7rem;
}

.article-body h3,
.library-article-body h3,
.legal-page h3 {
  margin-top: 2em;
  font-size: 1.35rem;
  line-height: 1.22;
  scroll-margin-top: 7rem;
}

.article-body a:not(.button),
.library-article-body a:not(.button),
.legal-page a:not(.button) {
  color: #1749bd;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.article-toc {
  margin: 0 0 2rem;
  overflow: hidden;
  border: 1px solid var(--er-line);
  border-radius: 12px;
  background: #f4f7f7;
}

.article-toc summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: .8rem 1rem;
  color: var(--er-ink);
  font-weight: 780;
  cursor: pointer;
}

.article-toc summary::after {
  color: var(--er-cyan-deep);
  content: "+";
  font-size: 1.2rem;
}

.article-toc[open] summary::after {
  content: "−";
}

.article-toc nav {
  padding: 0 1rem 1rem;
  border-top: 1px solid var(--er-line);
}

.article-toc ol {
  display: grid;
  gap: .4rem;
  margin: .85rem 0 0;
  padding-left: 1.35rem;
}

.article-visual-grid,
.related-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  width: calc(100% - 48px);
  max-width: 1680px;
  margin: clamp(2rem, 5vw, 5rem) auto;
}

.article-visual {
  overflow: hidden;
  border: 1px solid var(--er-line);
  border-radius: 16px;
  background: #fff;
}

.article-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.rating-breakdown,
.source-evidence-panel {
  width: calc(100% - 48px);
  margin: 0 auto clamp(3rem, 6vw, 6rem);
  padding: clamp(1.4rem, 3vw, 2.5rem);
  border: 1px solid var(--er-line);
  border-radius: var(--er-radius-lg);
  background: #fff;
  box-shadow: var(--er-shadow-sm);
}

.review-preview-band {
  position: relative;
  width: calc(100% - 48px);
  max-width: 1320px;
  margin: 0 auto clamp(3rem, 6vw, 6rem);
  padding: clamp(1.5rem, 3.5vw, 3rem);
  overflow: hidden;
  border: 1px solid #cfd5e4;
  border-radius: var(--er-radius-lg);
  background:
    radial-gradient(circle at 96% 0%, rgba(73, 103, 255, .08), transparent 24rem),
    linear-gradient(150deg, #fff 0%, #f7f8fc 100%);
  color: var(--er-ink);
  box-shadow: 0 24px 64px rgba(20, 25, 55, .1);
}

.decision-brief-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: .5rem clamp(1.5rem, 4vw, 4rem);
  align-items: end;
}

.decision-brief-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--er-cyan-deep);
}

.decision-brief-heading h2 {
  max-width: 19ch;
  margin: 0;
  color: var(--er-ink);
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  letter-spacing: -.04em;
  line-height: 1.02;
}

.review-preview-band p,
.decision-brief-heading > p {
  margin: 0;
  color: var(--er-muted);
  font-size: .98rem;
  line-height: 1.65;
}

.review-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  max-width: none;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.rating-breakdown-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.review-preview-card {
  --decision-accent: var(--er-blue);
  display: grid;
  align-content: start;
  gap: .7rem;
  min-width: 0;
  min-height: 0;
  padding: 1.25rem;
  border: 1px solid #d5d9e6;
  border-top: 3px solid var(--decision-accent);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  color: var(--er-ink);
  box-shadow: 0 10px 28px rgba(20, 25, 55, .065);
}

.review-preview-card-signal {
  --decision-accent: var(--er-cyan-deep);
}

.review-preview-card-pause {
  --decision-accent: #b84b40;
}

.review-preview-card span {
  display: block;
  margin: 0;
  color: var(--decision-accent);
  font-family: var(--er-mono);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .085em;
  line-height: 1.35;
  text-transform: uppercase;
}

.review-preview-card strong {
  display: block;
  color: var(--er-ink);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  font-weight: 680;
  letter-spacing: -.012em;
  line-height: 1.48;
  overflow-wrap: anywhere;
}

.decision-brief-action {
  display: grid;
  grid-template-columns: minmax(210px, auto) minmax(0, 1fr);
  gap: 1rem clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
  margin-top: clamp(1.4rem, 3vw, 2.2rem);
  padding-top: 1.25rem;
  border-top: 1px solid #d8dce8;
}

.decision-brief-action .button {
  min-width: 210px;
  border-color: #283fc6;
  background: linear-gradient(135deg, #273ec5, #6550e9);
  box-shadow: 0 10px 24px rgba(55, 69, 181, .18);
}

.decision-brief-action .button:hover,
.decision-brief-action .button:focus-visible {
  border-color: #1f319d;
  background: linear-gradient(135deg, #2136ad, #5741d1);
}

.decision-brief-action p {
  max-width: 70ch;
  font-size: .9rem;
}

.evidence-check {
  min-height: 150px;
  padding: 1rem;
  border: 1px solid var(--er-line);
  border-radius: 12px;
  background: #f8faf9;
}

@media (max-width: 900px) {
  .decision-brief-heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .review-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-preview-card-pause {
    grid-column: 1 / -1;
  }

  .decision-brief-heading h2 {
    max-width: 22ch;
  }

  .decision-brief-heading > p {
    max-width: 66ch;
    margin-top: .45rem;
  }
}

@media (max-width: 600px) {
  .review-preview-band {
    width: calc(100% - 24px);
    padding: 1.2rem;
    border-radius: 18px;
  }

  .review-preview-card {
    padding: 1.05rem;
  }

  .review-preview-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .review-preview-card-pause {
    grid-column: auto;
  }

  .decision-brief-action {
    grid-template-columns: minmax(0, 1fr);
  }

  .decision-brief-action .button {
    width: 100%;
    min-width: 0;
  }
}

.source-evidence-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  gap: clamp(1.5rem, 4vw, 4rem);
}

.source-evidence-panel dl {
  display: grid;
  gap: .65rem;
}

.source-evidence-panel dl div {
  padding: .8rem;
  border: 1px solid var(--er-line);
  border-radius: 10px;
  background: #f8faf9;
}

/* AI workspace — advanced, calm, and readable */
.ai-page-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, .5fr);
  gap: 1rem;
  align-items: start;
  width: calc(100% - 48px);
  margin-bottom: clamp(4rem, 8vw, 8rem);
}

.ai-page-side {
  position: sticky;
  top: 7rem;
  padding: 1.15rem;
  border: 1px solid var(--er-line);
  border-radius: var(--er-radius);
  background: #fff;
  box-shadow: var(--er-shadow-sm);
}

.ai-page-lab {
  display: grid;
  gap: 1.2rem;
}

.ai-page-lab section + section {
  padding-top: 1.1rem;
  border-top: 1px solid var(--er-line);
}

.ai-ops-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: clamp(3rem, 6vw, 6rem);
}

.ai-ops-grid article {
  display: grid;
  align-content: start;
  min-height: 240px;
}

.ai-ops-grid article > span,
.system-icon,
.sr-ai-title-icon,
.sr-ai-launcher-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid #9cd4ce;
  border-radius: 10px;
  background: #e8f8f6;
  color: var(--er-cyan-deep);
}

.ai-ops-grid button,
.sr-ai-send,
.sr-ai-product-button,
.el-primary-button,
.el-agent-send {
  min-height: 44px;
  padding: .68rem .85rem;
  border: 1px solid var(--er-night);
  border-radius: 9px;
  background: var(--er-night);
  color: #fff;
  font: inherit;
  font-weight: 740;
  cursor: pointer;
}

.sr-ai-launcher {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 52px;
  padding: .7rem .85rem;
  border: 1px solid #1c4657;
  border-radius: 12px;
  background: rgba(7, 22, 34, .96);
  color: #fff;
  box-shadow: 0 20px 60px rgba(7, 22, 34, .28);
  font: inherit;
  font-weight: 760;
  cursor: pointer;
  backdrop-filter: blur(18px);
}

.sr-ai-launcher .sr-ai-launcher-icon {
  width: 1.9rem;
  height: 1.9rem;
  border-color: rgba(50, 220, 205, .3);
  background: rgba(50, 220, 205, .1);
  color: var(--er-cyan);
}

.sr-ai-widget {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: calc(max(1rem, env(safe-area-inset-bottom)) + 64px);
  z-index: 80;
  width: min(480px, calc(100vw - 2rem));
  max-height: min(760px, calc(100svh - 96px));
}

.sr-ai-chat {
  overflow: hidden;
  border: 1px solid #20465a;
  border-radius: 18px;
  background: var(--er-night);
  color: #fff;
  box-shadow: 0 32px 100px rgba(7, 22, 34, .38);
}

.sr-ai-chat-page {
  min-height: 680px;
  max-height: none;
  border-radius: 20px;
}

.sr-ai-chat-header {
  border-bottom: 1px solid rgba(208, 226, 235, .16);
  background: #0a1c29;
}

.sr-ai-title p,
.sr-ai-status,
.sr-ai-disclaimer {
  color: #aab8c3;
}

.sr-ai-close {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid rgba(208, 226, 235, .2);
  border-radius: 9px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

.sr-ai-messages {
  background: linear-gradient(rgba(147, 196, 207, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(147, 196, 207, .06) 1px, transparent 1px), #0a1c29;
  background-size: 48px 48px;
}

.sr-ai-bubble {
  border: 1px solid rgba(208, 226, 235, .16);
  border-radius: 12px 12px 12px 4px;
  background: #132b3b;
  color: #eef4f6;
  line-height: 1.6;
}

.sr-ai-message-user .sr-ai-bubble {
  border-color: #237d78;
  border-radius: 12px 12px 4px 12px;
  background: #0d6964;
  color: #fff;
}

.sr-ai-composer {
  border-top: 1px solid rgba(208, 226, 235, .16);
  background: #071622;
}

.sr-ai-chip,
.sr-ai-suggestion-links a,
.sr-ai-product-result,
.sr-ai-fit-list a {
  border: 1px solid rgba(208, 226, 235, .16);
  border-radius: 9px;
  background: rgba(255, 255, 255, .055);
  color: #e7eef1;
}

.sr-ai-chip:hover,
.sr-ai-suggestion-links a:hover,
.sr-ai-product-result:hover,
.sr-ai-fit-list a:hover {
  border-color: rgba(50, 220, 205, .38);
  background: rgba(50, 220, 205, .08);
}

.sr-ai-input,
.sr-ai-product-search input,
.sr-ai-fit-form textarea,
.sr-ai-fit-form select {
  border-color: rgba(208, 226, 235, .28);
  background: rgba(255, 255, 255, .07);
  color: #fff;
  box-shadow: none;
  font-family: var(--er-body);
}

.sr-ai-input::placeholder,
.sr-ai-product-search input::placeholder,
.sr-ai-fit-form textarea::placeholder {
  color: #91a2af;
}

.sr-ai-fit-brief {
  border: 1px solid rgba(50, 220, 205, .25);
  border-radius: 10px;
  background: rgba(50, 220, 205, .07);
}

/* Evidence Library parity */
.evidence-library-page,
.library-directory,
.research-study {
  color: var(--er-ink);
  font-family: var(--er-body);
}

.library-index-hero,
.library-family-hero {
  display: grid;
  gap: 1.2rem;
}

.library-directory,
.library-family-grid,
.library-results,
.library-record-grid,
.el-console-shell {
  width: calc(100% - 48px);
  max-width: 1680px;
  margin-inline: auto;
}

.el-console-shell,
.el-agent-shell,
.el-agent-dialog,
.el-result-card {
  border-color: var(--er-line);
  border-radius: var(--er-radius);
  font-family: var(--er-body);
}

.el-console-header,
.el-agent-header {
  background: var(--er-night);
  color: #fff;
}

.el-search-field,
.el-agent-form input,
.el-agent-form textarea,
.el-agent-form select {
  border-color: var(--er-line-strong);
  border-radius: 10px;
  font-family: var(--er-body);
}

.el-result-card,
.library-card,
.library-directory-card {
  border: 1px solid var(--er-line);
  border-radius: var(--er-radius);
  background: #fff;
  box-shadow: var(--er-shadow-sm);
}

/* Futuristic detail without visual noise */
.hero,
.compact-hero,
.review-hero,
.article-hero,
.research-hero,
.category-hub-hero,
.buyer-guide-index-hero,
.buyer-guide-hero,
.ai-page-hero,
.library-index-hero,
.library-family-hero,
.library-hero {
  background-image: radial-gradient(circle at 82% 15%, rgba(50, 220, 205, .13), transparent 24rem), radial-gradient(circle at 10% 92%, rgba(50, 104, 255, .1), transparent 28rem);
  background-color: var(--er-night);
}

.hero {
  background-image: linear-gradient(90deg, rgba(7, 22, 34, .99) 0%, rgba(7, 22, 34, .95) 47%, rgba(7, 22, 34, .68) 100%), url("/assets/everyrated-hero.jpg");
}

/* Footer — the disclosure remains readable at every width. */
.site-footer {
  display: grid;
  grid-template-columns: minmax(270px, .62fr) minmax(0, 2.1fr);
  gap: clamp(2rem, 6vw, 7rem);
  width: 100%;
  margin-top: clamp(4rem, 8vw, 8rem);
  padding: clamp(3rem, 6vw, 6rem) max(24px, calc((100vw - 1680px) / 2));
  border-top: 1px solid #173548;
  background: #07111b;
  color: #eef3f5;
  content-visibility: auto;
  contain-intrinsic-size: auto 560px;
}

.site-footer > .footer-intro,
.site-footer > .footer-link-directory,
.site-footer > .footer-bottom {
  min-width: 0;
}

.site-footer .brand-footer,
.site-footer .brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: #fff;
}

.site-footer .brand-footer img {
  width: 46px;
  height: 46px;
  border-color: rgba(208, 226, 235, .2);
  background: #0c2231;
}

.site-footer .brand-footer span,
.site-footer .brand span {
  color: #fff;
  font-family: var(--er-display);
  font-size: 1.2rem;
  font-weight: 750;
}

.site-footer p {
  max-width: 58ch;
  margin: 1rem 0 0;
  color: #b5c2cc;
  font-size: .94rem;
  line-height: 1.65;
  overflow-wrap: normal;
  word-break: normal;
}

.site-footer .footer-disclaimer {
  display: block;
  width: 100%;
  max-width: 98ch;
  margin: 0;
  color: #aab7c8;
  font-size: .86rem;
  line-height: 1.68;
}

.site-footer .footer-ai-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  width: fit-content;
  min-height: 44px;
  margin-top: 1.25rem;
  padding: .55rem .85rem;
  border: 1px solid rgba(125, 244, 231, .28);
  border-radius: 999px;
  background: rgba(66, 228, 210, .08);
  color: #e9fffc;
  font-size: .84rem;
  font-weight: 720;
  text-decoration: none;
}

.site-footer .footer-ai-link:hover,
.site-footer .footer-ai-link:focus-visible {
  border-color: rgba(125, 244, 231, .72);
  background: rgba(66, 228, 210, .14);
}

.site-footer .footer-link-directory {
  display: grid;
  grid-template-columns: repeat(5, minmax(130px, 1fr));
  align-content: start;
  gap: 1.8rem clamp(1rem, 2vw, 2.25rem);
}

.site-footer .footer-link-group {
  min-width: 0;
}

.site-footer .footer-link-group h2 {
  margin: 0 0 .7rem;
  color: #7df4e7;
  font-family: var(--er-mono);
  font-size: .68rem;
  font-weight: 760;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.site-footer .footer-link-directory a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: .28rem 0;
  color: #d6e0e5;
  font-size: .84rem;
  line-height: 1.35;
  text-decoration: none;
}

.site-footer .footer-link-directory a:hover,
.site-footer .footer-link-directory a:focus-visible {
  color: var(--er-cyan);
}

.site-footer .footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(151, 166, 255, .2);
}

.site-footer .footer-copyright {
  flex: 0 0 auto;
  margin: 0;
  color: #8291a7;
  font-size: .8rem;
  white-space: nowrap;
}

.reader-progress {
  --reader-progress: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 140;
  height: 3px;
  opacity: 0;
  pointer-events: none;
  transform: scaleX(var(--reader-progress));
  transform-origin: left;
  background: var(--er-cyan);
}

.reader-progress.is-visible {
  opacity: 1;
}

.visually-hidden,
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1380px) {
  .site-header {
    padding-inline: 1.25rem;
  }

  .site-header .nav-link,
  .site-header .nav-trigger,
  .nav-search-toggle {
    font-size: .86rem;
  }

  .product-grid,
  .article-grid,
  .category-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .site-header {
    flex-wrap: wrap;
  }

  .site-header .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .site-header .brand span,
  .site-header .brand .brand-name {
    color: var(--er-ink);
  }

  .site-header .mobile-nav-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    border-color: var(--er-line-strong);
    background: #fff;
    color: var(--er-ink);
  }

  .site-header .primary-nav {
    position: static;
    flex: 1 0 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: .38rem;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    transition: max-height .24s ease, opacity .18s ease, padding .18s ease;
  }

  .site-header.is-nav-open .primary-nav {
    max-height: calc(100svh - 6rem);
    padding: .7rem 0 .2rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-top: 1px solid var(--er-line);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-header .nav-menu,
  .site-header .nav-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .site-header .nav-link,
  .site-header .nav-trigger,
  .site-header .nav-search-toggle {
    justify-content: flex-start;
    width: 100%;
    min-height: 48px;
    border-color: var(--er-line);
    background: #fff;
    color: var(--er-ink);
  }

  .site-header .nav-trigger {
    justify-content: space-between;
  }

  .site-header .nav-link-ai {
    border-color: var(--er-night);
    background: var(--er-night);
    color: #fff;
  }

  .site-header .mega-menu {
    position: static;
    grid-column: 1;
    width: 100%;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    translate: 0 0;
    transform: none;
    transition: max-height .22s ease, opacity .18s ease, margin .18s ease;
  }

  .site-header .nav-menu.is-open .mega-menu {
    max-height: 72svh;
    margin-top: .4rem;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-header .mega-panel,
  .site-header .mega-panel.mega-panel-lean {
    grid-template-columns: minmax(0, 1fr);
    max-height: none;
    overflow: visible;
    border-radius: 14px;
    box-shadow: none;
  }

  .site-header .mega-copy {
    min-height: 0;
  }

  .site-header .mega-category-grid,
  .site-header .mega-evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-header .mega-category-link {
    min-height: 64px;
  }

  .site-header .site-search-panel {
    position: static;
    grid-column: 1;
    width: 100%;
    margin-top: .4rem;
    box-shadow: none;
  }

  .hero,
  .review-hero,
  .article-hero,
  .research-hero,
  .category-hub-hero,
  .buyer-guide-index-hero,
  .buyer-guide-hero,
  .ai-page-hero,
  .library-hero,
  .directory-hero-v2,
  .home-hero-v2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .research-home-gateway,
  .visual-method-band,
  .seo-source-band,
  .ai-feature-band,
  .buyer-intent-narrative,
  .buyer-guides-home,
  .affiliate-offer-wall,
  .source-evidence-panel,
  .ai-page-workspace {
    grid-template-columns: minmax(0, 1fr);
  }

  .affiliate-offer-copy,
  .ai-page-side {
    position: static;
  }

  .buyer-guide-grid-home,
  .ai-ops-grid,
  .research-stat-grid,
  .beginner-steps,
  .buyer-guide-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-footer .footer-link-directory {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}

@media (max-width: 820px) {
  /* The collapsed navigation already links to AI; keep tablet copy unobscured. */
  .sr-ai-launcher {
    display: none;
  }

  body {
    font-size: 16px;
    line-height: 1.66;
  }

  .product-grid,
  .article-grid,
  .category-feature-grid,
  .buyer-guide-grid,
  .related-reviews-grid,
  .research-faq-grid,
  .article-visual-grid,
  .related-articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-shell,
  .review-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .review-aside {
    position: static;
  }

  .split-band,
  .research-proof-band,
  .official-resource-band,
  .ai-home-band {
    grid-template-columns: minmax(0, 1fr);
  }

  .research-panel-grid,
  .official-resource-list,
  .ai-home-prompts,
  .seo-source-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-footer nav {
    grid-template-columns: repeat(2, minmax(130px, 1fr));
  }
}

@media (max-width: 600px) {
  .site-header {
    min-height: 68px;
    padding: .6rem .85rem;
  }

  .site-header .brand img {
    width: 42px;
    height: 42px;
  }

  .site-header .brand .brand-name,
  .site-header .brand-name {
    color: var(--er-ink);
    font-size: 1.12rem;
  }

  .site-header .brand .brand-slogan {
    display: none;
  }

  .site-header .mega-category-grid,
  .site-header .mega-evidence-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-header .mega-copy p:not(.eyebrow) {
    display: none;
  }

  .hero,
  .compact-hero,
  .review-hero,
  .article-hero,
  .research-hero,
  .category-hub-hero,
  .buyer-guide-index-hero,
  .buyer-guide-hero,
  .ai-page-hero,
  .library-index-hero,
  .library-family-hero,
  .library-hero,
  .directory-hero-v2,
  .home-hero-v2 {
    width: calc(100% - 20px);
    margin-top: .6rem;
    padding: 2.6rem 1.15rem 1.25rem;
    border-radius: 20px;
  }

  .hero h1,
  .compact-hero h1,
  .review-hero h1,
  .article-hero h1,
  .research-hero h1,
  .category-hub-hero h1,
  .buyer-guide-index-hero h1,
  .buyer-guide-hero h1,
  .ai-page-hero h1,
  .library-index-hero h1,
  .library-family-hero h1,
  .library-hero h1,
  .directory-hero-v2 h1,
  .home-hero-v2 h1 {
    max-width: 100%;
    font-size: clamp(2.55rem, 13vw, 4.2rem);
    line-height: 1;
    letter-spacing: -.045em;
  }

  .hero-slide,
  .home-paths,
  .product-grid,
  .article-grid,
  .category-feature-grid,
  .buyer-guide-grid,
  .buyer-guide-grid-home,
  .related-reviews-grid,
  .research-stat-grid,
  .beginner-steps,
  .buyer-guide-checklist,
  .research-faq-grid,
  .ai-ops-grid,
  .article-visual-grid,
  .related-articles-grid,
  .review-preview-grid,
  .rating-breakdown-grid,
  .affiliate-offer-grid,
  .system-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-slide-copy .card-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-paths,
  .notice-band,
  .section-heading,
  .product-grid,
  .article-grid,
  .category-feature-grid,
  .buyer-guide-grid,
  .related-reviews-grid,
  .research-stat-grid,
  .beginner-steps,
  .buyer-guide-checklist,
  .research-faq-grid,
  .ai-ops-grid,
  .ai-page-workspace,
  .article-shell,
  .review-layout,
  .review-preview-band,
  .rating-breakdown,
  .source-evidence-panel,
  .category-picker,
  .product-category-section,
  .legal-page,
  .article-visual-grid,
  .related-articles-grid,
  .library-directory,
  .library-family-grid,
  .library-results,
  .library-record-grid,
  .el-console-shell {
    width: calc(100% - 24px);
  }

  .article-shell .article-body,
  .magazine-layout > .article-body,
  .legal-page,
  .library-article-body {
    padding: 1.2rem;
    border-radius: 14px;
    font-size: 1rem;
    line-height: 1.72;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sr-ai-launcher {
    right: .7rem;
    bottom: .7rem;
  }

  .sr-ai-widget {
    right: .5rem;
    bottom: 4.5rem;
    width: calc(100vw - 1rem);
  }

  .site-footer {
    display: block;
    padding: 3rem 1.25rem;
  }

  .site-footer > .footer-intro,
  .site-footer > .footer-link-directory,
  .site-footer > .footer-bottom {
    width: 100%;
    min-width: 0;
  }

  .site-footer .footer-link-directory {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 2rem;
    gap: 1.5rem 1rem;
  }

  .site-footer .footer-bottom {
    display: grid;
    margin-top: 2rem;
  }

  .site-footer p,
  .site-footer .footer-disclaimer {
    width: 100%;
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (max-width: 480px) {
  .site-footer .footer-link-directory {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Rich signal finish — July's editorial depth with the current accessible system. */
:root {
  --er-ink: #0b1020;
  --er-ink-soft: #29314a;
  --er-muted: #59637a;
  --er-paper: #f4f5fa;
  --er-surface-soft: #eceff7;
  --er-night: #080d20;
  --er-night-2: #111a3d;
  --er-night-3: #1b2861;
  --er-cyan: #42e4d2;
  --er-cyan-deep: #087a76;
  --er-blue: #4967ff;
  --er-violet: #765bff;
  --er-coral: #e7605d;
  --er-gold: #ffbd59;
  --er-line: #d9ddec;
  --er-line-strong: #b8bfd6;
  --er-shadow-sm: 0 10px 34px rgba(20, 25, 55, .08);
  --er-shadow: 0 30px 80px rgba(20, 25, 55, .14);
}

body {
  background-image:
    radial-gradient(circle at 8% 3%, rgba(118, 91, 255, .07), transparent 30rem),
    radial-gradient(circle at 94% 18%, rgba(66, 228, 210, .06), transparent 28rem);
  background-color: var(--er-paper);
  background-size: auto;
}

.site-header {
  border-bottom-color: rgba(174, 190, 255, .18);
  background: rgba(8, 13, 32, .94);
  color: #f8fbff;
  box-shadow: 0 12px 42px rgba(8, 13, 32, .18);
  backdrop-filter: blur(22px) saturate(145%);
}

.brand,
.site-header .brand,
.site-header .brand .brand-name,
.site-header .brand-name {
  color: #f8fbff;
}

.brand img,
.site-header .brand img,
.site-footer .brand-footer img {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.site-header .brand img {
  width: 50px;
  height: 50px;
}

.site-header .brand .brand-slogan {
  color: #aeb8d5;
}

.site-header .nav-link,
.site-header .nav-trigger,
.nav-search-toggle,
.mobile-nav-toggle {
  color: #dce4f7;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus-visible,
.site-header .nav-trigger:hover,
.site-header .nav-trigger:focus-visible,
.nav-search-toggle:hover,
.nav-search-toggle:focus-visible,
.nav-search.is-open .nav-search-toggle {
  border-color: rgba(141, 159, 255, .32);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.site-header .nav-link[aria-current="page"],
.site-header .nav-menu.is-current-section .nav-trigger {
  background: rgba(118, 91, 255, .2);
  color: #fff;
}

.site-header .nav-link-ai {
  border-color: rgba(66, 228, 210, .48);
  background: linear-gradient(135deg, #273ec5, #7255ef 62%, #087a76);
  color: #fff;
  box-shadow: 0 8px 24px rgba(73, 103, 255, .22);
}

.site-header .nav-link-ai:hover,
.site-header .nav-link-ai:focus-visible,
.site-header .nav-link-ai[aria-current="page"] {
  border-color: #7df4e7;
  background: linear-gradient(135deg, #2d43c8, #6c50ee 62%, #087f79);
}

.mega-panel,
.mega-panel.mega-panel-lean {
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.55fr) minmax(250px, .68fr);
  gap: .9rem;
  border-color: rgba(143, 153, 190, .56);
  background: rgba(248, 249, 255, .985);
  box-shadow: 0 34px 100px rgba(8, 13, 32, .3);
}

.mega-copy {
  border-color: rgba(143, 164, 255, .24);
  background-image:
    radial-gradient(circle at 92% 6%, rgba(118, 91, 255, .32), transparent 14rem),
    radial-gradient(circle at 6% 96%, rgba(66, 228, 210, .14), transparent 12rem);
  background-color: var(--er-night);
}

.mega-category-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mega-evidence-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mega-category-link {
  min-width: 0;
  min-height: 92px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 0;
  background: linear-gradient(145deg, #fff, #f3f5fb);
}

.mega-category-link small {
  display: block;
  margin-top: .28rem;
  color: var(--er-muted);
  font-size: .76rem;
  font-weight: 540;
  line-height: 1.35;
}

.mega-link-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  align-content: start;
  gap: .72rem;
  min-width: 0;
}

.mega-link-group {
  min-width: 0;
  padding: .78rem;
  border: 1px solid rgba(143, 153, 190, .38);
  border-radius: 14px;
  background: linear-gradient(150deg, rgba(255, 255, 255, .98), rgba(241, 244, 252, .95));
}

.mega-link-group h3 {
  margin: 0 0 .48rem;
  padding: 0 .42rem .52rem;
  border-bottom: 1px solid rgba(143, 153, 190, .34);
  color: #526079;
  font-family: var(--er-mono);
  font-size: .68rem;
  font-weight: 760;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.mega-group-list {
  display: grid;
  gap: .12rem;
}

.mega-group-link {
  display: grid;
  grid-template-columns: 1.58rem minmax(0, 1fr);
  align-items: start;
  gap: .5rem;
  min-width: 0;
  padding: .54rem .44rem;
  border-radius: 9px;
  color: var(--er-ink);
  text-decoration: none;
  transition: color .16s ease, background .16s ease, transform .16s ease;
}

.mega-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid rgba(73, 103, 255, .2);
  border-radius: 7px;
  background: rgba(73, 103, 255, .07);
  color: #3449ce;
  transition: border-color .16s ease, background .16s ease, color .16s ease;
}

.mega-link-icon .ui-icon {
  width: .86rem;
  height: .86rem;
}

.mega-link-copy {
  display: grid;
  gap: .18rem;
  min-width: 0;
}

.mega-group-link .mega-link-label {
  font-size: .84rem;
  font-weight: 720;
  line-height: 1.22;
}

.mega-group-link small {
  color: var(--er-muted);
  font-size: .71rem;
  font-weight: 520;
  line-height: 1.28;
}

.mega-group-link:hover,
.mega-group-link:focus-visible {
  background: rgba(118, 91, 255, .1);
  color: #263bc4;
  outline: none;
  transform: translateX(2px);
}

.mega-group-link:hover .mega-link-icon,
.mega-group-link:focus-visible .mega-link-icon {
  border-color: rgba(73, 103, 255, .38);
  background: rgba(73, 103, 255, .14);
  color: #263bc4;
}

.mega-group-link:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(38, 59, 196, .58);
}

.mega-feature {
  position: relative;
  display: block;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid rgba(129, 143, 194, .52);
  border-radius: 14px;
  background: var(--er-night-2);
  color: #fff;
  text-decoration: none;
}

.mega-feature img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.mega-feature::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 38%, rgba(8, 13, 32, .9));
}

.mega-feature span {
  position: absolute;
  right: .85rem;
  bottom: .8rem;
  left: .85rem;
  z-index: 1;
  color: #fff;
  font-size: .88rem;
  font-weight: 760;
}

.hero {
  width: calc(100% - 32px);
  max-width: 1680px;
  min-height: min(780px, calc(100svh - 108px));
  background-image:
    radial-gradient(circle at 84% 14%, rgba(118, 91, 255, .28), transparent 22rem),
    radial-gradient(circle at 72% 92%, rgba(66, 228, 210, .16), transparent 28rem),
    linear-gradient(90deg, rgba(8, 13, 32, .995) 0%, rgba(8, 13, 32, .95) 48%, rgba(8, 13, 32, .63) 100%),
    url("/assets/everyrated-hero.jpg");
  border-color: rgba(152, 168, 255, .26);
  box-shadow: 0 36px 100px rgba(8, 13, 32, .24);
}

.hero-board {
  width: min(100%, 840px);
}

.hero-slide {
  align-items: center;
}

.hero-product-image {
  align-self: center;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: 16 / 10;
  padding: clamp(.8rem, 1.2vw, 1.15rem);
}

.hero-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.button,
.site-header .nav-link-ai {
  border-radius: 999px;
}

.compact-hero,
.review-hero,
.article-hero,
.research-hero,
.category-hub-hero,
.buyer-guide-index-hero,
.buyer-guide-hero,
.ai-page-hero,
.library-index-hero,
.library-family-hero,
.library-hero,
.directory-hero-v2,
.home-hero-v2 {
  background-color: var(--er-night);
  background-image:
    radial-gradient(circle at 84% 12%, rgba(118, 91, 255, .24), transparent 24rem),
    radial-gradient(circle at 10% 96%, rgba(66, 228, 210, .12), transparent 30rem);
}

.product-card,
.article-card,
.category-feature-card,
.buyer-guide-card,
.affiliate-offer-card,
.related-review-card,
.system-grid article,
.qa-card {
  border-color: #d9ddec;
  background: linear-gradient(155deg, #fff 0%, #fff 68%, #f3f4fa 100%);
}

.product-card:hover,
.article-card:hover,
.category-feature-card:hover,
.buyer-guide-card:hover,
.affiliate-offer-card:hover,
.related-review-card:hover {
  border-color: #9b94ee;
  box-shadow: 0 22px 58px rgba(39, 45, 94, .14);
}

.research-home-gateway,
.visual-method-band,
.seo-source-band,
.buyer-guides-home,
.affiliate-offer-wall {
  border-color: #d9ddec;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(244, 245, 252, .98));
}

.buyer-intent-narrative,
.ai-feature-band {
  overflow: hidden;
  border-color: rgba(151, 166, 255, .28);
  background-image:
    radial-gradient(circle at 88% 10%, rgba(118, 91, 255, .34), transparent 24rem),
    radial-gradient(circle at 8% 94%, rgba(66, 228, 210, .13), transparent 22rem);
  background-color: var(--er-night-2);
  color: #fff;
  box-shadow: 0 28px 78px rgba(8, 13, 32, .19);
}

.buyer-intent-narrative h2,
.ai-feature-band h2 {
  color: #fff;
}

.buyer-intent-narrative p,
.ai-feature-band p {
  color: #c3cbe1;
}

.buyer-intent-narrative .eyebrow,
.ai-feature-band .eyebrow,
.buyer-intent-narrative .text-link {
  color: var(--er-cyan);
}

.buyer-intent-narrative > *,
.ai-feature-band > * {
  min-width: 0;
}

.ai-feature-band figure,
.buyer-intent-narrative figure {
  width: 100%;
  min-height: 0;
}

/* A crawlable homepage library presented with calm, Apple-like hierarchy. */
.home-link-powerhouse {
  width: calc(100% - 48px);
  max-width: 1680px;
  margin: clamp(4rem, 8vw, 8rem) auto;
  padding: clamp(1.4rem, 3vw, 3rem);
  border: 1px solid var(--er-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--er-shadow-sm);
}

.home-link-powerhouse-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: end;
  padding: clamp(.4rem, 1vw, 1rem) 0 clamp(1.5rem, 3vw, 2.6rem);
}

.home-link-powerhouse-heading h2 {
  max-width: 15ch;
  margin: 0;
  color: var(--er-ink);
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  line-height: .98;
}

.home-link-powerhouse-heading > p {
  max-width: 48ch;
  margin: 0;
  color: var(--er-muted);
  font-size: 1.03rem;
}

.home-link-powerhouse-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 1rem;
}

.home-link-cluster {
  min-width: 0;
  padding: clamp(1.15rem, 2vw, 1.7rem);
  border: 1px solid #e0e3ee;
  border-radius: 22px;
  background: #f5f5f7;
}

.home-link-cluster-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--er-night);
  color: var(--er-cyan);
  font-family: var(--er-mono);
  font-size: .72rem;
  font-weight: 800;
}

.home-link-cluster h3 {
  margin: 0;
  color: var(--er-ink);
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
}

.home-link-cluster > p {
  min-height: 3.2em;
  margin: .55rem 0 1rem;
  color: var(--er-muted);
  font-size: .93rem;
}

.home-link-cluster nav {
  display: grid;
}

.home-link-cluster a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  min-height: 46px;
  padding: .68rem .2rem;
  border-top: 1px solid #dfe2eb;
  color: var(--er-ink-soft);
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
}

.home-link-cluster a:hover,
.home-link-cluster a:focus-visible {
  color: #3850c8;
}

.home-link-cluster a i {
  color: var(--er-blue);
  font-style: normal;
}

body[data-page-path="/"] .buyer-guides-home,
body[data-page-path="/"] .home-system,
body[data-page-path="/"] .clickbank-qa,
body[data-page-path="/"] .seo-source-band,
body[data-page-path="/"] .product-grid,
body[data-page-path="/"] .home-article-grid,
body[data-page-path="/"] .home-link-powerhouse,
body[data-page-path="/"] .split-band {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

/* Fix the offer wall at intermediate widescreen widths. */
.affiliate-offer-wall {
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
  gap: clamp(1.5rem, 3vw, 3.25rem);
}

.affiliate-offer-copy,
.affiliate-offer-grid,
.affiliate-offer-card,
.affiliate-offer-card-body {
  min-width: 0;
}

.affiliate-offer-copy h2 {
  max-width: 15ch;
  margin-bottom: 1rem;
  font-size: clamp(2.6rem, 4.2vw, 4.4rem);
  line-height: .98;
  overflow-wrap: normal;
  word-break: normal;
}

.affiliate-offer-card {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr;
}

.affiliate-offer-card-media,
.affiliate-offer-hybrid-media {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.affiliate-offer-hybrid-media {
  height: 100%;
}

.affiliate-offer-card-media .affiliate-offer-vendor-layer {
  width: auto;
  height: auto;
  max-width: 78%;
  max-height: 78%;
  object-fit: contain;
}

.affiliate-offer-card .card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.affiliate-offer-card .button {
  width: 100%;
  min-width: 0;
}

.site-footer {
  border-top-color: rgba(151, 166, 255, .24);
  background-image:
    radial-gradient(circle at 12% 108%, rgba(66, 228, 210, .12), transparent 28rem),
    radial-gradient(circle at 88% -12%, rgba(118, 91, 255, .2), transparent 34rem);
  background-color: #080d20;
}

@media (max-width: 1380px) {
  .affiliate-offer-wall {
    grid-template-columns: minmax(0, 1fr);
  }

  .affiliate-offer-copy {
    position: static;
  }

  .affiliate-offer-copy h2 {
    max-width: 18ch;
  }

  .affiliate-offer-visual {
    display: none;
  }

  .site-header .mega-panel,
  .site-header .mega-panel.mega-panel-lean {
    grid-template-columns: minmax(250px, .68fr) minmax(0, 1.65fr);
  }

  .site-header .mega-feature {
    display: none;
  }
}

@media (max-width: 1180px) {
  .site-header .brand span,
  .site-header .brand .brand-name {
    color: #f8fbff;
  }

  .site-header .mobile-nav-toggle {
    border-color: #8fa0dd;
    background: #161f3f;
    color: #fff;
  }

  .site-header .mobile-nav-toggle:hover,
  .site-header .mobile-nav-toggle:focus-visible {
    border-color: #aebeff;
    background: #20294d;
    color: #fff;
  }

  /* Keep the compact navigation readable after the dark header theme wins the cascade. */
  .site-header .nav-trigger,
  .site-header .nav-link:not(.nav-link-ai),
  .site-header .nav-search-toggle {
    border-color: #6e7892;
    background: #f8faff;
    color: #0b1020;
  }

  .site-header .nav-trigger .nav-trigger-indicator {
    color: #46527a;
  }

  .site-header .nav-trigger:hover,
  .site-header .nav-trigger:focus-visible,
  .site-header .nav-link:not(.nav-link-ai):hover,
  .site-header .nav-link:not(.nav-link-ai):focus-visible,
  .site-header .nav-search-toggle:hover,
  .site-header .nav-search-toggle:focus-visible {
    border-color: #5c6ed3;
    background: #eef1ff;
    color: #0b1020;
  }

  .site-header .nav-menu.is-open .nav-trigger,
  .site-header .nav-menu.is-current-section .nav-trigger,
  .site-header .nav-search.is-open .nav-search-toggle,
  .site-header.is-nav-open .mobile-nav-toggle {
    border-color: #8fa0dd;
    background: #262e55;
    color: #fff;
  }

  .site-header .nav-menu.is-open .nav-trigger-indicator,
  .site-header .nav-menu.is-current-section .nav-trigger-indicator {
    color: #7df4e7;
  }

  .site-header .site-search-panel,
  .site-header .site-search-form input {
    border-color: #6e7892;
  }

  .site-header .site-search-form input::placeholder {
    color: #3f4960;
    opacity: 1;
  }

  .site-header.is-nav-open .primary-nav {
    border-top-color: rgba(167, 182, 235, .24);
  }

  .site-header .nav-menu.is-open .mega-menu {
    max-height: none;
    overflow: visible;
  }

  .site-header .mega-panel,
  .site-header .mega-panel.mega-panel-lean {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-header .mega-feature {
    display: none;
  }

  .home-link-powerhouse-heading,
  .home-link-powerhouse-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-link-powerhouse-heading h2 {
    max-width: 18ch;
  }

  .home-link-cluster > p {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .site-header .brand img {
    width: 42px;
    height: 42px;
  }

  .affiliate-offer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-slide {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-product-image {
    max-width: 100%;
    aspect-ratio: 16 / 10;
  }

  .site-header .mega-category-link small {
    display: none;
  }

  .site-header .mega-link-groups {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-header .mega-group-link small {
    display: none;
  }

  .affiliate-offer-copy h2 {
    max-width: 100%;
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }
}

@media (max-width: 600px) {
  .site-header .brand .brand-name,
  .site-header .brand-name {
    color: #f8fbff;
  }

  .site-header .mega-copy p.mega-title {
    display: block;
  }

  .home-link-powerhouse {
    width: calc(100% - 24px);
    padding: 1rem;
    border-radius: 22px;
  }

  .home-link-powerhouse-heading h2 {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }
}

/* Descriptive, contextual links across cards, detail pages, and the homepage. */
.product-card h3 a,
.affiliate-offer-card h3 a,
.hero-slide-copy h2 a {
  color: inherit;
  text-decoration: none;
}

.product-card h3 a:hover,
.product-card h3 a:focus-visible,
.affiliate-offer-card h3 a:hover,
.affiliate-offer-card h3 a:focus-visible {
  color: var(--er-blue);
}

.hero-slide-copy h2 a:hover,
.hero-slide-copy h2 a:focus-visible {
  color: var(--er-cyan);
}

.hero-stats a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.hero-stats div {
  transition: transform .18s ease, box-shadow .18s ease;
}

.hero-stats div:hover,
.hero-stats div:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .2);
}

.hero-tags a {
  color: inherit;
  text-decoration: none;
}

.hero-tags span:hover,
.hero-tags span:focus-within {
  border-color: rgba(125, 245, 237, .72);
  background: rgba(125, 245, 237, .14);
}

.system-grid article,
.clickbank-qa .qa-card {
  display: flex;
  flex-direction: column;
}

.system-link,
.qa-card-link,
.section-heading-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  width: fit-content;
  color: var(--er-blue);
  font-weight: 760;
  text-decoration: none;
}

.system-link,
.qa-card-link {
  margin-top: auto;
  padding-top: 1rem;
}

.system-link:hover,
.system-link:focus-visible,
.qa-card-link:hover,
.qa-card-link:focus-visible,
.section-heading-link:hover,
.section-heading-link:focus-visible {
  color: var(--er-cyan-deep);
}

.section-heading-link {
  margin-top: .85rem;
}

.home-link-cluster-shortcuts {
  grid-column: 1 / -1;
}

.home-link-cluster-shortcuts nav {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1.25rem;
}

.review-research-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
}

.magazine-layout > .magazine-research-path,
.category-research-path {
  width: calc(100% - 48px);
  max-width: 1320px;
  margin-inline: auto;
}

.library-product-pathways {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr);
  gap: clamp(1rem, 3vw, 2rem);
  width: calc(100% - 48px);
  max-width: 1320px;
  margin: 0 auto clamp(2rem, 5vw, 4rem);
  padding: clamp(1.25rem, 3vw, 2.2rem);
  border: 1px solid rgba(88, 108, 220, .24);
  border-radius: var(--er-radius-lg);
  background: linear-gradient(145deg, #f7f8ff, #f1fbfa);
  box-shadow: var(--er-shadow-sm);
}

.library-product-pathways h2 {
  margin: .35rem 0 .65rem;
  color: var(--er-ink);
  line-height: 1.08;
}

.library-product-pathways p {
  margin: 0;
  color: var(--er-muted);
}

.library-product-pathway-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
}

.library-product-pathway-grid a {
  display: grid;
  gap: .2rem;
  min-width: 0;
  padding: .9rem 1rem;
  border: 1px solid var(--er-line);
  border-radius: 14px;
  background: #fff;
  color: var(--er-ink);
  text-decoration: none;
}

.library-product-pathway-grid a:hover,
.library-product-pathway-grid a:focus-visible {
  border-color: rgba(88, 108, 220, .55);
  box-shadow: 0 10px 28px rgba(20, 33, 61, .08);
}

.library-product-pathway-grid span {
  color: var(--er-cyan-deep);
  font-family: var(--er-mono);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.library-product-pathway-grid strong {
  line-height: 1.3;
}

@media (max-width: 1180px) {
  .home-link-cluster-shortcuts nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .review-research-links,
  .library-product-pathways,
  .library-product-pathway-grid,
  .home-link-cluster-shortcuts nav {
    grid-template-columns: minmax(0, 1fr);
  }

  .library-product-pathways,
  .magazine-layout > .magazine-research-path,
  .category-research-path {
    width: calc(100% - 24px);
  }
}

@media print {
  .site-header,
  .site-footer,
  .sr-ai-launcher,
  .sr-ai-widget,
  .mobile-product-cta,
  .reader-progress,
  .affiliate-offer-wall,
  .article-visual-grid {
    display: none !important;
  }

  body,
  .article-shell .article-body,
  .magazine-layout > .article-body,
  .legal-page,
  .library-article-body {
    width: auto;
    max-width: none;
    color: #000;
    background: #fff;
    box-shadow: none;
  }
}

/* Vendor-first product previews and resilient card typography. */
.vendor-product-visual,
.affiliate-offer-vendor-media {
  margin: 0;
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  min-height: 0;
  padding: clamp(.8rem, 2vw, 1.35rem);
  border: 0;
  border-radius: 0;
  background: #fff;
}

.vendor-product-visual {
  aspect-ratio: 4 / 3;
  grid-template-rows: minmax(0, 1fr);
}

.vendor-product-visual img,
.affiliate-offer-vendor-media img,
.product-card .vendor-product-visual img,
.review-hero .vendor-product-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  padding: 0;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.review-hero .vendor-product-visual {
  min-height: 360px;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--er-shadow);
}

.review-hero .hero-lede,
.review-hero .editorial-rating small {
  color: #c4d1db;
}

.review-hero .editorial-rating,
.review-hero .editorial-rating strong {
  color: #fff;
}

.affiliate-offer-card-media {
  min-height: 0;
  background: #fff;
}

.affiliate-offer-vendor-media {
  height: 100%;
  aspect-ratio: 16 / 10;
}

.vendor-product-visual.product-image-fallback,
.affiliate-offer-vendor-media.product-image-fallback {
  background:
    radial-gradient(circle at 82% 15%, hsla(var(--product-hue), 72%, 62%, .22), transparent 34%),
    linear-gradient(145deg, #111b2e, #172641);
}

.vendor-product-visual.product-image-fallback > div,
.affiliate-offer-vendor-media.product-image-fallback > div {
  display: grid;
  gap: .5rem;
  width: 100%;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 12px;
  background: rgba(7, 18, 34, .72);
  text-align: left;
}

.vendor-product-visual.product-image-fallback span,
.affiliate-offer-vendor-media.product-image-fallback span {
  color: var(--er-cyan);
}

.vendor-product-visual.product-image-fallback strong,
.affiliate-offer-vendor-media.product-image-fallback strong {
  color: #fff;
}

.vendor-product-visual.product-image-fallback small,
.affiliate-offer-vendor-media.product-image-fallback small {
  color: #c4d1db;
}

.product-card,
.article-card,
.affiliate-offer-card,
.related-review-card,
.product-card > *,
.article-card > *,
.affiliate-offer-card > *,
.related-review-card > *,
.card-body,
.article-card-body,
.affiliate-offer-card-body,
.related-review-content,
.research-proof-band > *,
.official-resource-band > * {
  min-width: 0;
}

.product-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

/* Navigation and inline AI prompts remain available without a floating overlay. */
body:not([data-page-path="/ai/"]) .sr-ai-launcher {
  display: none;
}

body:not([data-page-path="/ai/"]) .sr-ai-launcher > span:last-child {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.product-card h3,
.article-card h3,
.affiliate-offer-card h3,
.related-review-card h3,
.hero-slide-copy h2,
.review-preview-card strong,
.rating-breakdown-grid strong {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  text-wrap: balance;
}

.card-actions,
.related-review-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start;
  gap: .65rem;
}

.related-review-actions {
  align-self: start;
}

.card-actions .button,
.related-review-actions .button {
  flex: 1 1 145px;
  width: auto;
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.commercial-button > span,
.commercial-button > small {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.editorial-rating {
  min-width: 0;
}

.editorial-rating small {
  flex-basis: 100%;
  line-height: 1.3;
}

.editorial-rating-summary {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: .55rem .8rem;
  align-items: center;
  margin: 0 0 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid #d9ddec;
  border-radius: 14px;
  background: #fff;
}

.editorial-rating-summary strong {
  color: var(--er-ink);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1;
}

.editorial-rating-summary > span:last-child {
  color: var(--er-muted);
  font-weight: 750;
}

.rating-stars-large {
  font-size: clamp(1.2rem, 2.6vw, 1.75rem);
}

.rating-stars-criterion {
  display: block;
  width: fit-content;
  margin: 0 0 .55rem;
  font-size: .9rem;
}

.editorial-rating-breakdown .rating-breakdown-grid .rating-stars {
  color: #cfd5df;
  letter-spacing: .05em;
  text-transform: none;
}

.editorial-rating-breakdown .rating-breakdown-grid .rating-stars-fill {
  color: #e39a00;
}

.editorial-rating-breakdown .rating-breakdown-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rating-criterion-card {
  min-width: 0;
}

@media (max-width: 1180px) {
  .editorial-rating-breakdown .rating-breakdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .vendor-product-visual,
  .affiliate-offer-vendor-media {
    aspect-ratio: 16 / 10;
  }

  .review-hero .vendor-product-visual {
    min-height: 280px;
  }

  .editorial-rating-summary,
  .editorial-rating-breakdown .rating-breakdown-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .editorial-rating-summary {
    justify-items: start;
  }
}

/* A compact end-of-review shortcut keeps the offer visible without covering copy. */
.mobile-product-cta {
  display: none;
}

@media (max-width: 760px) {
  /* Mobile navigation already exposes the AI page; avoid a fixed icon over copy. */
  .sr-ai-launcher {
    display: none;
  }

  .mobile-product-cta {
    position: relative;
    width: calc(100% - 24px);
    margin: 0 auto 2.5rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .65rem;
    align-items: center;
    min-width: 0;
    padding: .7rem;
    border: 1px solid rgba(151, 166, 255, .42);
    border-radius: 16px;
    background: rgba(8, 13, 32, .96);
    color: #fff;
    box-shadow: 0 20px 54px rgba(8, 13, 32, .34);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-product-cta[hidden] {
    display: none !important;
  }

  .mobile-product-cta > div {
    min-width: 0;
  }

  .mobile-product-cta small,
  .mobile-product-cta strong {
    display: block;
  }

  .mobile-product-cta small {
    color: var(--er-cyan);
    font-family: var(--er-mono);
    font-size: .66rem;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  .mobile-product-cta strong {
    overflow: hidden;
    color: #fff;
    font-size: .9rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-product-cta .button {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    min-height: 42px;
    padding: .55rem .75rem;
    white-space: normal;
  }

  .mobile-product-cta-dismiss {
    grid-column: 2;
    grid-row: 1;
    display: inline-grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font: inherit;
    font-size: 1.25rem;
    cursor: pointer;
  }

  .related-review-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .related-review-actions .button {
    width: 100%;
    min-height: 44px;
    height: auto;
  }

}
