*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --pink:        #0071e3;
  --pink-light:  #47a3ff;
  --pink-dark:   #3395ff;
  --purple:      #bf5af2;
  --blue:        #2997ff;
  --gradient:    linear-gradient(90deg, #0071e3 0%, #bf5af2 100%);
  --fg:          #f5f5f7;
  --fg-soft:     #86868b;
  --fg-muted:    #6e6e73;
  --bg:          #000000;
  --bg-alt:      rgba(255,255,255,.04);
  --border:      rgba(255,255,255,.12);
  --green:       #30d158;
  --orange:      #ff9f0a;
  --radius-card: 18px;
  --radius-sm:   12px;
  --shadow-card: 0 4px 32px rgba(0,0,0,.5);
  --shadow-lg:   0 20px 60px rgba(0,0,0,.7);
  --t:           .22s cubic-bezier(.4,0,.2,1);
  --container-px: clamp(16px, 5vw, 24px);
}

html { scroll-behavior: smooth; overflow-x: clip; }
#specs, #picks, #h2h, #editorial, #faq, #buy { scroll-margin-top: 100px; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: #000;
  color: var(--fg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
a { color: var(--pink); text-decoration: none; }
a:hover { text-decoration: underline; }
img { display: block; max-width: 100%; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 var(--container-px); }
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section--alt { background: #000; }
.text-center { text-align: center; }
.text-center .subhead { margin-left: auto; margin-right: auto; }

.eyebrow {
  display: block;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 10px;
}
.headline {
  font-size: clamp(1.75rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: -.025em;
}
.subhead {
  font-size: clamp(.95rem, 2.2vw, 1.05rem);
  color: var(--fg-soft);
  margin-top: 14px;
  max-width: 600px;
  line-height: 1.65;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border-radius: 980px;
  font-size: .9rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform var(--t), box-shadow var(--t), background var(--t), background-position .5s ease, color var(--t);
  white-space: normal;
  text-align: center;
  word-break: break-word;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  min-height: 44px;
}
.btn--ghost, .site-header__inner .btn { white-space: nowrap; }
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn:active { transform: translateY(0); }
.btn--primary {
  background: var(--gradient); background-size: 200% auto; background-position: left center;
  color: #fff; letter-spacing: .03em;
  box-shadow: 0 4px 22px rgba(0,113,227,.4), 0 1px 0 rgba(255,255,255,.15) inset;
}
.btn--primary:hover { background-position: right center; box-shadow: 0 8px 36px rgba(191,90,242,.55), 0 4px 16px rgba(0,113,227,.35); }
.btn--outline { background: transparent; color: var(--pink); border: 2px solid var(--pink); }
.btn--outline:hover { background: var(--pink); color: #fff; letter-spacing: .03em; }
.btn--ghost { background: rgba(255,255,255,.1); color: var(--fg); }
.btn--ghost:hover { background: rgba(255,255,255,.17); }
.btn--grad-specs  { background: linear-gradient(135deg, #bf5af2 0%, #2997ff 100%); color: #fff; letter-spacing: .03em; box-shadow: 0 4px 18px rgba(191,90,242,.35); }
.btn--grad-price  { background: var(--gradient); background-size: 200% auto; background-position: left center; color: #fff; letter-spacing: .03em; box-shadow: 0 4px 22px rgba(0,113,227,.4), 0 1px 0 rgba(255,255,255,.15) inset; }
.btn--grad-price:hover { background-position: right center; }

/* Site Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: rgba(0,0,0,.85);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 52px; }
.site-header__logo { font-size: 1.25rem; font-weight: 700; color: var(--fg); text-decoration: none; }
.site-header__logo span {
  background: var(--gradient);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* Compare row */
.site-nav--compare { padding: 9px 0 11px; border-bottom: 1px solid rgba(255,255,255,.06); }
.site-nav--compare__inner {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none;
  white-space: nowrap; flex-wrap: nowrap;
}
.site-nav--compare__inner::-webkit-scrollbar { display: none; }
.site-nav--compare__link {
  font-size: .72rem; font-weight: 500; color: rgba(255,255,255,.85); text-decoration: none;
  padding: 4px 12px; border-radius: 20px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2);
  transition: all .18s;
}
.site-nav--compare__link:hover { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.4); }
.site-nav--compare__current {
  font-size: .72rem; font-weight: 700; color: #fff;
  padding: 4px 12px; border-radius: 20px;
  background-image: var(--gradient);
}
.site-nav--compare__sep { color: rgba(255,255,255,.3); font-size: .6rem; flex-shrink: 0; }

/* Jump Bar */
.jump-bar__inner { display: flex; align-items: center; justify-content: center; gap: 2px; flex-wrap: wrap; min-height: 36px; padding: 4px 8px; }
.jump-bar__link {
  flex-shrink: 0; padding: 4px 10px; border-radius: 20px;
  font-size: .75rem; font-weight: 500; color: rgba(255,255,255,.45);
  white-space: nowrap; transition: color .15s, background .15s; text-decoration: none;
}
.jump-bar__link:hover { color: rgba(255,255,255,.88); background: rgba(255,255,255,.07); }
.jump-bar__link--active { color: #fff; background: rgba(255,255,255,.1); }
.jump-bar__link--cta { color: var(--pink); border: 1px solid rgba(0,113,227,.45); }
.jump-bar__link--cta:hover { background: rgba(0,113,227,.12); color: var(--pink); }

/* HERO */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 7vw, 72px) 0 clamp(48px, 7vw, 80px);
  text-align: center;
  background:
    radial-gradient(ellipse 70% 50% at 20% 30%, rgba(0,113,227,.18) 0%, transparent 70%),
    radial-gradient(ellipse 60% 45% at 80% 70%, rgba(191,90,242,.18) 0%, transparent 70%);
}
.hero__floaters { position: absolute; inset: 0; pointer-events: none; }
.hero__floater {
  position: absolute;
  will-change: transform;
  filter: drop-shadow(0 6px 18px rgba(0,113,227,.25));
}
.hero__floater:nth-child(1) { width: 70px; top: 10%; left: 4%; opacity: .18; }
.hero__floater:nth-child(2) { width: 46px; top: 62%; left: 2.5%; opacity: .12; }
.hero__floater:nth-child(3) { width: 86px; top: 6%; right: 4%; opacity: .16; }
.hero__floater:nth-child(4) { width: 54px; bottom: 12%; right: 3%; opacity: .11; }
.hero__floater:nth-child(5) { width: 62px; top: 50%; left: 8%; opacity: .09; }
.hero__floater:nth-child(6) { width: 42px; top: 28%; right: 9%; opacity: .13; }
@media (max-width: 820px) { .hero__floater { display: none; } }

.hero__kicker {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 980px;
  background: linear-gradient(135deg, rgba(0,113,227,.22), rgba(191,90,242,.22));
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--pink-light);
  margin-bottom: 20px;
}
.hero__headline {
  font-size: clamp(1.9rem, 5.5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.08;
  max-width: 900px;
  margin: 0 auto 18px;
}
.hero__headline span {
  background: var(--gradient);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero__sub {
  font-size: clamp(.95rem, 2.5vw, 1.1rem);
  color: var(--fg-soft);
  max-width: 620px;
  margin: 0 auto 48px;
}

/* Gradient text utilities */
.grad, .grad-blue, .grad-warm {
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline;
}
.grad      { background-image: linear-gradient(90deg, #0071e3 0%, #bf5af2 100%); }
.grad-soft { background-image: linear-gradient(90deg, #b87fc8 7%, #7e42a8 79%); }
.grad-blue { background-image: linear-gradient(90deg, #2997ff 0%, #bf5af2 100%); }
.grad-warm { background-image: linear-gradient(90deg, #ff6b6b 0%, #ff9f0a 100%); }

/* Hero products — 4-col grid */
.hero__products {
  display: grid;
  grid-template-columns: 1fr 1.08fr 1.08fr 1fr;
  gap: 16px;
  align-items: end;
}
/* Pair page override: 2-col hero */
.hero__products--pair {
  grid-template-columns: 1fr 1fr;
}
.hero__products--pair .hero-card__img { width: 260px; height: 260px; }
.hero__products--pair .hero-card--featured .hero-card__img { width: 300px; height: 300px; }
.hero-card {
  background: rgba(255,255,255,.07);
  border-radius: var(--radius-card);
  padding: 32px 18px 26px;
  position: relative;
  transition: transform var(--t), box-shadow var(--t);
  display: flex; flex-direction: column; align-items: center;
}
.hero-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.hero-card--featured {
  background: rgba(0,113,227,.14);
  box-shadow: 0 0 0 2px rgba(0,113,227,.55), 0 8px 40px rgba(0,113,227,.3);
  padding-top: 40px;
}
.hero-card__badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--gradient); background-size: 200% auto;
  color: #fff;
  font-size: .68rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 14px; border-radius: 980px; white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0,113,227,.35);
}
.hero-card__img {
  width: 140px; height: 140px;
  object-fit: contain;
  margin-bottom: 18px;
  filter: drop-shadow(0 8px 20px rgba(0,113,227,.25));
}
.hero-card--featured .hero-card__img { width: 165px; height: 165px; }
.hero-card__name { font-size: 1.15rem; font-weight: 700; letter-spacing: -.02em; }
.hero-card__tagline { font-size: .76rem; color: var(--fg-muted); margin: 4px 0 16px; text-align: center; }
.hero-card__price { font-size: 1.6rem; font-weight: 700; letter-spacing: -.02em; margin-bottom: 16px; }
.hero-card__price sub { font-size: .72rem; font-weight: 500; color: var(--fg-muted); }

/* QUICK PICKS — 4 cards */
.picks__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 52px;
}
.pick-card {
  border-radius: var(--radius-card);
  padding: 30px 22px;
  display: flex; flex-direction: column; gap: 10px;
  transition: transform var(--t), box-shadow var(--t);
}
.pick-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.pick-card--1 { background: linear-gradient(145deg, rgba(0,113,227,.18), rgba(191,90,242,.08)); border-top: 3px solid #0071e3; }
.pick-card--2 { background: linear-gradient(145deg, rgba(191,90,242,.18), rgba(99,102,241,.08)); border-top: 3px solid #bf5af2; }
.pick-card--3 { background: linear-gradient(145deg, rgba(48,209,88,.18), rgba(16,185,129,.08)); border-top: 3px solid #30d158; }
.pick-card--4 { background: linear-gradient(145deg, rgba(255,159,10,.18), rgba(255,107,107,.08)); border-top: 3px solid #ff9f0a; }
.pick-card__icon { font-size: 1.8rem; }
.pick-card__label { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--fg-muted); }
.pick-card__product { font-size: 1.35rem; font-weight: 700; letter-spacing: -.02em; }
.pick-card__reason { font-size: .85rem; color: var(--fg-soft); line-height: 1.55; }
.pick-card__cta { margin-top: auto; padding-top: 10px; }

/* SCORECARD — 4 product columns */
.scorecard { padding: clamp(56px, 8vw, 96px) 0; }
.sc-scroll-wrapper {
  position: relative;
  margin-top: 48px;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.sc-scroll-wrapper::after {
  content: '';
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 48px;
  background: linear-gradient(to right, transparent, #000);
  pointer-events: none;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  opacity: 1;
  transition: opacity .3s;
}
.sc-scroll { overflow-x: auto; }
.sc-header {
  display: grid;
  grid-template-columns: 180px repeat(4, 1fr);
  position: sticky;
  top: 52px;
  z-index: 20;
  background: #000;
  border-bottom: 2px solid rgba(255,255,255,.1);
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  overflow: hidden;
}
/* Pair page override: 2-col scorecard (chained for higher specificity) */
.sc-header.sc-header--pair,
.sc-row.sc-row--pair { grid-template-columns: 220px 1fr 1fr; }
.sc-header__label { padding: 16px 18px; }
.sc-header__col {
  padding: 14px 12px 16px;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; text-align: center;
  border-left: 1px solid var(--border);
}
.sc-header__col--featured { background: linear-gradient(180deg, rgba(0,113,227,.18) 0%, rgba(0,113,227,.06) 100%); }
.sc-header__col:nth-child(2) { border-top: 3px solid var(--purple); }
.sc-header__col:nth-child(3) { border-top: 3px solid var(--orange); }
.sc-header__col:nth-child(4) { border-top: 3px solid var(--pink); }
.sc-header__col:nth-child(5) { border-top: 3px solid var(--green); }
.sc-header__col img { width: 56px; height: 56px; object-fit: contain; }
.sc-header__col .name { font-size: .85rem; font-weight: 700; }
.sc-header__col .price { font-size: .95rem; font-weight: 700; }
.sc-header__col .pill {
  display: inline-block;
  font-size: .58rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  padding: 2px 9px; border-radius: 980px;
  background: var(--gradient); color: #fff;
}
.sc-header__col .btn { margin-top: auto; min-height: 32px; padding: 7px 10px; font-size: .72rem; word-break: normal; }

/* Group */
.sc-group { margin-top: 2px; }
.sc-group__title {
  display: flex; align-items: center; gap: 12px;
  background: linear-gradient(270deg, #000 0%, #161617 100%);
  color: #fff;
  padding: 11px 20px;
  font-size: .74rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase;
  border-left: 5px solid var(--pink);
}
.sc-group__title .title-icon {
  font-size: 1.05rem;
  width: 34px; height: 34px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.09);
  border-radius: 9px;
  flex-shrink: 0;
}
.sc-scroll > .sc-group:nth-child(2) .sc-group__title { border-left-color: var(--pink); }
.sc-scroll > .sc-group:nth-child(2) .sc-group__title .title-icon { background: rgba(0,113,227,.28); }
.sc-scroll > .sc-group:nth-child(3) .sc-group__title { border-left-color: var(--orange); }
.sc-scroll > .sc-group:nth-child(3) .sc-group__title .title-icon { background: rgba(255,159,10,.28); }
.sc-scroll > .sc-group:nth-child(4) .sc-group__title { border-left-color: var(--green); }
.sc-scroll > .sc-group:nth-child(4) .sc-group__title .title-icon { background: rgba(48,209,88,.28); }
.sc-scroll > .sc-group:nth-child(5) .sc-group__title { border-left-color: var(--purple); }
.sc-scroll > .sc-group:nth-child(5) .sc-group__title .title-icon { background: rgba(191,90,242,.28); }
.sc-scroll > .sc-group:nth-child(6) .sc-group__title { border-left-color: #0ea5e9; }
.sc-scroll > .sc-group:nth-child(6) .sc-group__title .title-icon { background: rgba(14,165,233,.28); }
.sc-scroll > .sc-group:nth-child(7) .sc-group__title { border-left-color: var(--pink-light); }
.sc-scroll > .sc-group:nth-child(7) .sc-group__title .title-icon { background: rgba(71,163,255,.28); }
.sc-scroll > .sc-group:nth-child(8) .sc-group__title { border-left-color: #14b8a6; }
.sc-scroll > .sc-group:nth-child(8) .sc-group__title .title-icon { background: rgba(20,184,166,.28); }

.sc-row {
  display: grid;
  grid-template-columns: 180px repeat(4, 1fr);
  border-bottom: 1px solid var(--border);
  transition: background var(--t);
}
.sc-row:hover { background: rgba(0,113,227,.07); }
.sc-row:nth-child(even) { background: rgba(255,255,255,.015); }

.sc-row__label {
  padding: 14px 18px;
  font-size: .83rem; font-weight: 500; color: var(--fg);
  display: flex; align-items: center;
  border-right: 1px solid var(--border);
}
.sc-cell {
  padding: 12px 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: .82rem; color: var(--fg-soft);
  border-left: 1px solid var(--border);
  text-align: center;
  flex-direction: column; gap: 4px;
}
.sc-cell--featured { background: rgba(0,113,227,.06); }
.sc-cell--winner { font-weight: 700; color: var(--pink-light); background: rgba(0,113,227,.12); }
/* Buy row (last row in scorecard table) */
.sc-buy-row {
  display: grid;
  grid-template-columns: 180px repeat(4, 1fr);
  border-top: 2px solid rgba(0,113,227,.3);
  background: rgba(0,113,227,.04);
}
.sc-buy-row.sc-buy-row--pair {
  grid-template-columns: 220px 1fr 1fr;
}
.sc-buy-row__label {
  display: flex; align-items: center;
  padding: 14px 20px;
  font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: var(--fg-muted);
  border-right: 1px solid var(--border);
}
.sc-buy-row__cell {
  display: flex; align-items: center; justify-content: center;
  padding: 12px 10px;
  border-left: 1px solid var(--border);
}
.sc-buy-row__cell--featured { background: rgba(0,113,227,.06); }
.sc-buy-row__btn {
  width: 100%;
  padding: 9px 10px;
  font-size: .76rem;
  text-align: center;
  white-space: nowrap;
}

.bar-wrap { width: 100%; display: flex; flex-direction: column; gap: 4px; align-items: flex-start; }
.bar-track { width: 100%; height: 6px; background: rgba(255,255,255,.08); border-radius: 999px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 999px; background: var(--gradient); transition: width .6s cubic-bezier(.4,0,.2,1); }
.bar-val { font-size: .78rem; font-weight: 600; color: var(--fg); }

.chip {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 4px 12px; border-radius: 980px;
  font-size: .76rem; font-weight: 700;
}
.chip--yes { background: rgba(48,209,88,.18); color: #5de87a; }
.chip--no { background: rgba(255,255,255,.07); color: var(--fg-muted); }
.chip--warn { background: rgba(255,159,10,.16); color: #ffc14d; }

.val-winner { color: var(--pink-light); font-weight: 700; }
.val-muted { color: var(--fg-muted); font-size: .78rem; }

/* CALLOUT */
.callout { padding: clamp(48px, 7vw, 80px) 0; }
.callout__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.callout__inner--reverse { direction: rtl; }
.callout__inner--reverse > * { direction: ltr; }
.callout__visual {
  border-radius: var(--radius-card);
  overflow: hidden;
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(0,113,227,.2), rgba(191,90,242,.2));
  padding: 32px;
}
.callout__visual img { width: 100%; height: 100%; object-fit: contain; }
.callout__content .headline { font-size: clamp(1.4rem, 3vw, 2.2rem); }
.callout__stats { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.callout__stat {
  background: rgba(255,255,255,.07);
  border-radius: var(--radius-sm);
  padding: 14px 18px; min-width: 110px;
  border: 1px solid rgba(255,255,255,.1);
}
.callout__stat__value {
  font-size: 1.5rem; font-weight: 700; letter-spacing: -.03em;
  background: var(--gradient);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.callout__stat__label { font-size: .74rem; color: var(--fg-muted); margin-top: 2px; }

/* H2H — Use Case Verdict Table */
.h2h { padding: clamp(56px, 8vw, 96px) 0; background: rgba(255,255,255,.015); }
.h2h__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 48px;
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}
.h2h__table th, .h2h__table td {
  padding: 16px 20px;
  text-align: left;
  font-size: .87rem;
  border-bottom: 1px solid var(--border);
}
.h2h__table thead th {
  background: linear-gradient(90deg, rgba(0,113,227,.18), rgba(191,90,242,.14));
  font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #fff;
}
.h2h__table tbody tr:hover { background: rgba(0,113,227,.06); }
.h2h__table tbody tr:last-child td { border-bottom: none; }
.h2h__table .h2h__pick {
  font-weight: 700; color: var(--pink-light);
  white-space: nowrap;
}
.h2h__table td:first-child { color: var(--fg); font-weight: 600; }

/* EDITORIAL — 4 cards */
.editorial { padding: clamp(56px, 8vw, 96px) 0; }
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 52px;
}
.editorial-grid--pair { grid-template-columns: 1fr 1fr; margin-top: 52px; }
.editorial-card {
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform var(--t), box-shadow var(--t);
}
.editorial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.editorial-card__header { padding: 22px 22px 0; text-align: center; }
.editorial-card__label {
  display: inline-block;
  font-size: .64rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  padding: 3px 12px; border-radius: 980px;
  background: rgba(255,255,255,.08); color: var(--fg-muted);
  margin-bottom: 8px;
}
.editorial-card__name { display: block; font-size: 1.4rem; font-weight: 700; letter-spacing: -.025em; color: var(--fg); line-height: 1.1; margin-top: 2px; }
.editorial-card__price { font-size: .8rem; font-weight: 600; color: var(--fg-muted); margin-top: 3px; }
.editorial-card__img-wrap { padding: 18px 0 4px; display: flex; justify-content: center; }
.editorial-card__img { width: 90px; height: 90px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.5)); }
.editorial-card__body { padding: 12px 22px 0; text-align: center; }
.editorial-card__tagline { font-size: .86rem; font-weight: 700; line-height: 1.35; margin-bottom: 10px; }
.editorial-summary { font-size: .78rem; color: var(--fg-soft); line-height: 1.7; text-align: left; }
.editorial-card__stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px; padding: 14px 18px 0; }
.editorial-stat { font-size: .68rem; font-weight: 600; padding: 3px 9px; border-radius: 20px; white-space: nowrap; background: rgba(0,113,227,.12); color: var(--pink-light); border: 1px solid rgba(0,113,227,.22); }
.editorial-card--2 .editorial-stat { background: rgba(191,90,242,.12); color: #d08cf6; border-color: rgba(191,90,242,.22); }
.editorial-card--3 .editorial-stat { background: rgba(48,209,88,.1); color: #5de87a; border-color: rgba(48,209,88,.2); }
.editorial-card--4 .editorial-stat { background: rgba(255,159,10,.12); color: #ffc14d; border-color: rgba(255,159,10,.22); }
.editorial-card__verdict {
  margin: 16px 22px 18px; padding: 12px 14px;
  border-radius: var(--radius-sm);
  font-size: .76rem; color: var(--fg-soft); line-height: 1.55;
  background: rgba(0,113,227,.08); border: 1px solid rgba(0,113,227,.16);
}
.editorial-card--2 .editorial-card__verdict { background: rgba(191,90,242,.08); border-color: rgba(191,90,242,.16); }
.editorial-card--3 .editorial-card__verdict { background: rgba(48,209,88,.07); border-color: rgba(48,209,88,.14); }
.editorial-card--4 .editorial-card__verdict { background: rgba(255,159,10,.08); border-color: rgba(255,159,10,.16); }
.editorial-card__verdict strong { color: var(--fg); }
.editorial-card__cta { display: block; margin: 0 22px 22px; font-size: .8rem; text-align: center; }
.editorial-stars { display: flex; justify-content: center; gap: 2px; margin-top: 5px; line-height: 1; }
.star { font-size: .86rem; color: rgba(255,255,255,.15); }
.star--on { color: #f5a623; }

/* FAQ */
.faq { padding: clamp(56px, 8vw, 96px) 0; background: rgba(255,255,255,.015); }
.faq-list { max-width: 820px; margin: 48px auto 0; }
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 0;
}
.faq-item__q {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 4px;
  font-size: .95rem; font-weight: 600; color: var(--fg);
  cursor: pointer;
  gap: 16px;
}
.faq-item__icon {
  font-size: 1.4rem; font-weight: 300;
  color: var(--pink);
  transition: transform var(--t);
  flex-shrink: 0;
}
.faq-item__a {
  max-height: 0; overflow: hidden;
  font-size: .88rem; color: var(--fg-soft); line-height: 1.7;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 4px;
}
.faq-item.is-open .faq-item__a { max-height: 800px; padding: 0 4px 22px; }
.faq-item.is-open .faq-item__icon { transform: rotate(45deg); }

/* BUY CTA — 4 cards */
.final-cta { padding: clamp(56px, 8vw, 96px) 0; text-align: center; }
.cta-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 48px;
}
.cta-cards--pair { grid-template-columns: 1fr 1fr; margin-top: 48px; }
.cta-card {
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 26px 20px;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  transition: transform var(--t), box-shadow var(--t);
}
.cta-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.cta-card--featured { background: rgba(0,113,227,.1); border-color: rgba(0,113,227,.35); }
.cta-card__img { width: 110px; height: 110px; object-fit: contain; }
.cta-card__name { font-size: 1.1rem; font-weight: 700; }
.cta-card__tag { font-size: .76rem; color: var(--fg-muted); text-align: center; }
.cta-card__price { font-size: 1.5rem; font-weight: 700; }
.cta-card__feature { font-size: .74rem; color: var(--fg-soft); text-align: center; }
.cta-card .btn { width: 100%; margin-top: auto; }

/* FOOTER */
.site-footer {
  padding: 48px 0 60px;
  border-top: 1px solid var(--border);
  text-align: center;
}
.site-footer p { font-size: .78rem; color: var(--fg-muted); margin: 6px 0; }
.site-footer a { color: var(--pink-light); }

/* Lang switcher */
.lang-switcher { position: relative; }
.lang-switcher__btn {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  color: var(--fg); padding: 6px 11px;
  border-radius: 980px; font-size: .75rem; font-weight: 600;
  cursor: pointer; font-family: inherit;
}
.lang-switcher__menu {
  position: absolute; right: 0; top: calc(100% + 6px);
  background: rgba(20,20,22,.96); backdrop-filter: blur(14px);
  border: 1px solid var(--border); border-radius: 12px;
  padding: 6px; min-width: 170px;
  box-shadow: var(--shadow-lg);
  display: none; flex-direction: column; gap: 2px;
  z-index: 200;
  max-height: min(70vh, 440px); overflow-y: auto;
}
.lang-switcher__menu.open { display: flex; }
.lang-switcher__opt {
  display: block; padding: 7px 12px; border-radius: 8px;
  font-size: .8rem; color: var(--fg); text-decoration: none;
  transition: background .15s;
}
.lang-switcher__opt:hover { background: rgba(255,255,255,.08); text-decoration: none; }
.lang-switcher__opt.active { background: rgba(0,113,227,.18); color: var(--pink-light); }

/* Animations */
@keyframes fadeUp { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.hero__kicker { animation: fadeUp .5s cubic-bezier(.4,0,.2,1) .05s both; }
.hero__headline { animation: fadeUp .6s cubic-bezier(.4,0,.2,1) .15s both; }
.hero__sub { animation: fadeUp .5s cubic-bezier(.4,0,.2,1) .28s both; }
.hero__products .hero-card:nth-child(1) { animation: fadeUp .55s cubic-bezier(.4,0,.2,1) .38s both; }
.hero__products .hero-card:nth-child(2) { animation: fadeUp .55s cubic-bezier(.4,0,.2,1) .46s both; }
.hero__products .hero-card:nth-child(3) { animation: fadeUp .55s cubic-bezier(.4,0,.2,1) .26s both, heroFloat 4s ease-in-out 1.5s infinite; }
.hero__products .hero-card:nth-child(4) { animation: fadeUp .55s cubic-bezier(.4,0,.2,1) .54s both; }

.anim-ready { opacity: 0; transform: translateY(28px); transition: opacity .65s cubic-bezier(.4,0,.2,1), transform .65s cubic-bezier(.4,0,.2,1); }
.anim-ready.is-visible { opacity: 1; transform: none; }
.anim-stagger > * { opacity: 0; transform: translateY(22px); transition: opacity .5s cubic-bezier(.4,0,.2,1), transform .5s cubic-bezier(.4,0,.2,1); }
.anim-stagger.is-visible > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0ms; }
.anim-stagger.is-visible > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 85ms; }
.anim-stagger.is-visible > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 170ms; }
.anim-stagger.is-visible > *:nth-child(4) { opacity: 1; transform: none; transition-delay: 255ms; }
.anim-stagger.is-visible > *:nth-child(n+5) { opacity: 1; transform: none; transition-delay: 340ms; }

@media (prefers-reduced-motion: reduce) {
  .hero__kicker, .hero__headline, .hero__sub, .hero__products .hero-card,
  .anim-ready, .anim-stagger > * {
    animation: none !important; transition: none !important; opacity: 1 !important; transform: none !important;
  }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .picks__grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .btn { padding: 11px 18px; font-size: .82rem; }
  .pick-card__cta .btn, .hero-card .btn, .cta-card .btn { width: 100%; }
  /* Row 1: logo + nav compact on same row */
  .site-header__inner { height: auto; padding: 8px 0; }
  .site-header__inner nav { gap: 5px; }
  .site-header__inner nav a.btn { padding: 5px 8px !important; font-size: .65rem !important; white-space: nowrap; }
  .site-header__logo { font-size: 1rem !important; }
  /* Compare nav: 2-col grid, hide separators */
  .site-nav--compare__inner { flex-wrap: wrap !important; overflow-x: visible !important; white-space: normal !important; gap: 6px; padding: 6px 10px; }
  .site-nav--compare__sep { display: none !important; }
  .site-nav--compare__link,
  .site-nav--compare__current { flex: 1 1 calc(50% - 6px) !important; text-align: center; font-size: .68rem; padding: 4px 10px; }
  .hero__products { grid-template-columns: 1fr 1fr; }
  .hero-card--featured { order: -1; grid-column: 1 / -1; }
  .callout__inner { grid-template-columns: 1fr; }
  .callout__inner--reverse { direction: ltr; }
  /* Scorecard: contain within wrapper, scroll inside sc-scroll */
  .sc-scroll-wrapper { overflow: hidden; }
  .sc-scroll-wrapper::after { opacity: 0; }
  .sc-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 4px; }
  .sc-scroll::-webkit-scrollbar { height: 3px; }
  .sc-scroll::-webkit-scrollbar-track { background: rgba(255,255,255,.04); }
  .sc-scroll::-webkit-scrollbar-thumb { background: var(--pink-light); border-radius: 2px; }
  /* 4-col (index): compact label + 4 cols */
  .sc-header, .sc-row { grid-template-columns: 100px repeat(4, minmax(90px, 1fr)); min-width: 460px; }
  .sc-buy-row { grid-template-columns: 100px repeat(4, minmax(90px, 1fr)); min-width: 460px; }
  /* 2-col (pair pages): compact label + 2 cols — no need for wide min-width */
  .sc-header.sc-header--pair,
  .sc-row.sc-row--pair { grid-template-columns: 80px repeat(2, minmax(130px, 1fr)); min-width: 0; }
  .sc-buy-row.sc-buy-row--pair { grid-template-columns: 80px repeat(2, minmax(130px, 1fr)); min-width: 0; }
  .sc-header__label, .sc-row__label, .sc-buy-row__label { font-size: .72rem; padding: 10px 10px; }
  .sc-header__col img { width: 40px; height: 40px; }
  .sc-header__col .name { font-size: .78rem; }
  .sc-header__col .price { font-size: .82rem; }
  .sc-header__col .btn { font-size: .66rem !important; padding: 6px 7px !important; }
  .sc-buy-row__btn { font-size: .62rem !important; padding: 6px 5px !important; white-space: normal !important; line-height: 1.25; }
  .sc-cell { font-size: .75rem; padding: 9px 7px; }
  .chip { font-size: .68rem; padding: 3px 8px; }
  .h2h__table { font-size: .82rem; }
  .h2h__table th, .h2h__table td { padding: 12px 14px; }
}
@media (max-width: 560px) {
  .picks__grid { grid-template-columns: 1fr; }
  .editorial-grid { grid-template-columns: 1fr; max-width: 480px; margin: 48px auto 0; }
  .cta-cards { grid-template-columns: 1fr; max-width: 420px; margin: 48px auto 0; }
  .hero__products { grid-template-columns: 1fr; max-width: 340px; margin: 0 auto; }
  .hero-card--featured { grid-column: auto; }
  .hero-card__img { width: 120px; height: 120px; }
  .hero-card--featured .hero-card__img { width: 140px; height: 140px; }
  .site-nav--compare__link,
  .site-nav--compare__current { font-size: .64rem; padding: 3px 8px; }
}
