:root {
  --navy: #071a2d;
  --navy-2: #0d2a3d;
  --navy-3: #173e50;
  --mint: #37d6ba;
  --mint-dark: #0e7b68;
  --mint-soft: #e4f9f4;
  --coral: #ff765f;
  --coral-dark: #da4e3a;
  --ink: #132737;
  --text: #4c6170;
  --muted: #60727e;
  --line: #dbe4e8;
  --soft: #f4f7f8;
  --white: #fff;
  --shadow: 0 18px 48px rgba(7, 26, 45, .1);
  --shadow-small: 0 7px 24px rgba(7, 26, 45, .08);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1360px;
}

/* Collection decision layer: price first, one clear recommendation, then the catalogue. */
.collection-budget-section { padding: 30px 0 26px; background: #f5faf8; border-bottom: 1px solid #d7e8e4; }
.collection-budget-section { scroll-margin-top: 88px; }
.collection-budget__heading { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px; align-items: end; margin-bottom: 16px; }
.collection-budget__heading .eyebrow { margin-bottom: 6px; }
.collection-budget__heading h2 { max-width: 900px; margin: 0 0 7px; font-size: clamp(1.75rem,2.8vw,2.45rem); line-height: 1.12; }
.collection-budget__heading p { max-width: 800px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.collection-budget__heading .button { min-height: 50px; white-space: nowrap; }
.collection-budget { display: grid; grid-template-columns: repeat(auto-fit,minmax(175px,1fr)); gap: 10px; }
.collection-budget a { position: relative; display: flex; min-width: 0; min-height: 112px; padding: 16px 48px 15px 17px; flex-direction: column; justify-content: center; color: var(--ink); background: var(--white); border: 1px solid #cddfe0; border-radius: 14px; box-shadow: 0 8px 22px rgba(7,26,45,.045); }
.collection-budget a:hover { border-color: #459f8f; box-shadow: 0 10px 25px rgba(7,26,45,.09); transform: translateY(-2px); }
.collection-budget a small, .collection-budget a span { color: var(--muted); font-size: 14px; line-height: 1.3; }
.collection-budget a strong { margin: 4px 0 7px; font-size: 22px; line-height: 1.1; }
.collection-budget a i { position: absolute; top: 50%; right: 17px; display: grid; width: 29px; height: 29px; place-items: center; color: var(--mint-dark); background: var(--mint-soft); border-radius: 50%; font-size: 15px; font-style: normal; font-weight: 900; transform: translateY(-50%); }
.collection-budget a.is-current { color: var(--white); background: var(--navy); border-color: var(--navy); box-shadow: 0 12px 28px rgba(7,26,45,.16); }
.collection-budget a.is-current small, .collection-budget a.is-current span { color: #c8d8de; }
.collection-budget a.is-current i { color: var(--navy); background: var(--mint); }
.collection-budget__note { margin: 13px 0 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
.collection-budget__note a { color: var(--mint-dark); font-weight: 800; text-decoration: underline; text-decoration-color: #9bd5c9; text-underline-offset: 3px; }

.collection-deal { padding: 24px 0 4px; background: var(--white); }
.collection-deal article { display: grid; min-height: 164px; padding: 17px 18px; grid-template-columns: 126px minmax(0,1fr) minmax(235px,auto); gap: 22px; align-items: center; background: linear-gradient(110deg,#e8f8f4 0,#f8fcfb 72%); border: 1px solid #aedfd5; border-radius: 18px; }
.collection-deal__image { display: grid; width: 126px; height: 132px; place-items: center; background: var(--white); border: 1px solid #d9e7e5; border-radius: 12px; }
.collection-deal__image img { width: 112px; height: 126px; object-fit: contain; mix-blend-mode: multiply; }
.collection-deal .eyebrow { margin-bottom: 5px; }
.collection-deal h2 { margin: 0 0 7px; font-size: clamp(1.35rem,2vw,1.8rem); line-height: 1.2; }
.collection-deal h2 a { color: var(--ink); }
.collection-deal p { margin: 0 0 5px; color: var(--text); font-size: 16px; line-height: 1.5; }
.collection-deal small { color: var(--muted); font-size: 14px; line-height: 1.4; }
.collection-deal__actions { display: flex; min-width: 235px; flex-direction: column; gap: 5px; }
.collection-deal__actions .button { min-height: 52px; text-align: center; }
.collection-deal__actions > a:last-child { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; color: var(--mint-dark); font-size: 14px; font-weight: 800; }

.collection-recommendations { scroll-margin-top: 88px; }
.collection-recommendations .collection-shortlist__rank { width: fit-content; min-height: 32px; margin-bottom: 12px; padding: 6px 10px; align-items: center; color: #286051; background: #e8f6f2; border-radius: 999px; font-size: 14px; font-weight: 850; }
.collection-recommendations .collection-shortlist__rank b { display: grid; width: 19px; height: 19px; place-items: center; color: var(--white); background: var(--mint-dark); border-radius: 50%; font-size: 12px; }
.collection-recommendations .collection-shortlist__winner .collection-shortlist__rank { color: var(--white); background: var(--mint-dark); }
.collection-recommendations .collection-shortlist__winner .collection-shortlist__rank b { color: var(--mint-dark); background: var(--white); }
.collection-shortlist__reason { min-height: 4.5em; margin: 0 0 13px; color: #49616d; font-size: 15px; line-height: 1.48; }
.collection-shortlist__reason strong { color: var(--ink); }
.collection-recommendations .collection-shortlist__grid h3 { min-height: 76px; }
.collection-recommendations .collection-shortlist__actions { position: relative; z-index: 3; }
.collection-recommendations .collection-shortlist__answer p { font-size: 16px; }

@media (max-width: 960px) {
  .collection-budget__heading { grid-template-columns: 1fr; gap: 13px; align-items: start; }
  .collection-budget__heading .button { width: fit-content; }
  .collection-deal article { grid-template-columns: 110px minmax(0,1fr); }
  .collection-deal__image { width: 110px; }
  .collection-deal__actions { grid-column: 1/-1; min-width: 0; flex-direction: row; }
  .collection-deal__actions > a { flex: 1; }
}

@media (max-width: 820px) {
  .collection-recommendations .collection-shortlist__grid { grid-template-columns: 1fr; }
  .collection-recommendations .collection-shortlist__grid article { min-height: 0; }
  .collection-recommendations .collection-shortlist__grid h3,
  .collection-shortlist__reason { min-height: 0; }
}

@media (max-width: 620px) {
  .collection-hero { padding-block: 22px; }
  .collection-hero__actions { display: grid; grid-template-columns: 1fr; }
  .collection-hero__actions .button, .collection-hero__all { width: 100%; min-height: 50px; justify-content: center; }
  .collection-method { padding: 13px 0; }
  .collection-method .container { display: grid; grid-template-columns: 1fr; gap: 9px; overflow: visible; }
  .collection-method .container > span { margin-bottom: 2px; }
  .collection-method .container > div { width: 100%; min-width: 0; padding: 0; align-items: flex-start; font-size: 15px; line-height: 1.45; white-space: normal; }
  .collection-method b { margin-top: 1px; }
  .collection-budget-section { padding: 23px 0 20px; }
  .collection-budget__heading h2 { font-size: 1.75rem; }
  .collection-budget__heading p { font-size: 15px; }
  .collection-budget__heading .button { width: 100%; }
  .collection-budget { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .collection-budget a { min-height: 106px; padding: 13px 38px 13px 13px; }
  .collection-budget a strong { font-size: 19px; }
  .collection-budget a i { right: 10px; }
  .collection-deal { padding-top: 16px; }
  .collection-deal article { min-height: 0; padding: 13px; grid-template-columns: 82px minmax(0,1fr); gap: 12px; }
  .collection-deal__image { width: 82px; height: 102px; }
  .collection-deal__image img { width: 78px; height: 96px; }
  .collection-deal h2 { font-size: 19px; }
  .collection-deal p { font-size: 14px; }
  .collection-deal small { font-size: 13px; }
  .collection-deal__actions { gap: 3px; flex-direction: column; }
  .collection-deal__actions .button { width: 100%; min-height: 52px; }
  .collection-recommendations .collection-shortlist__answer { order: 1; margin: 0 0 10px; }
  .collection-recommendations .collection-shortlist__grid { order: 2; }
  .collection-recommendations .collection-shortlist__comparisons { order: 3; }
  .collection-recommendations .collection-shortlist__answer p { font-size: 15px; line-height: 1.5; }
  .collection-shortlist__reason { font-size: 15px; }
  .collection-recommendations .collection-shortlist__actions .button { min-height: 52px; font-size: 15px; }
}

@media (max-width: 390px) {
  .collection-budget { grid-template-columns: 1fr; }
  .collection-budget a { min-height: 96px; }
}

/* Comparison-only archive models */
.picker-results__heading.is-historical {
  margin-top: 6px;
  border-top: 1px solid var(--line);
  background: #f4f7f9;
}

.picker-result--historical {
  background: #fbfcfd;
}

.picker-result--historical:hover,
.picker-result--historical.is-active {
  background: #eef7f5;
}

.picker-result__historical-status {
  max-width: 124px;
  color: #506779;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  text-align: right;
}

.historical-versus-hero {
  padding: clamp(42px, 6vw, 84px) 0 34px;
  background: linear-gradient(180deg, #f4f8f8 0%, #fff 100%);
}

.historical-versus-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.historical-versus-heading h1 {
  max-width: 1050px;
  margin: 8px 0 10px;
  font-size: clamp(38px, 4.5vw, 68px);
  line-height: .98;
  letter-spacing: -.045em;
}

.historical-versus-heading h1 span {
  color: var(--mint-dark);
  font-size: .55em;
  letter-spacing: -.02em;
}

.historical-versus-heading p {
  max-width: 880px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
}

.historical-versus-products {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
  align-items: stretch;
  gap: 14px;
}

.historical-versus-product {
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  min-height: 300px;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(7, 26, 45, .07);
}

.historical-versus-product.is-historical {
  background: #fafbfc;
}

.historical-versus-product.is-historical-winner {
  border-color: #78cdbd;
  box-shadow: 0 16px 42px rgba(7, 124, 108, .13);
}

.historical-versus-product__image {
  display: grid;
  min-height: 220px;
  place-items: center;
}

.historical-versus-product__image img {
  display: block;
  width: 100%;
  max-width: 210px;
  height: 220px;
  object-fit: contain;
}

.historical-model-status {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e4f7f3;
  color: #087465;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.is-historical .historical-model-status {
  background: #e9eef2;
  color: #506779;
}

.historical-versus-product .product-card__brand {
  margin: 15px 0 4px;
}

.historical-versus-product h2 {
  margin: 0;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.1;
}

.historical-versus-product h2 a {
  color: var(--ink);
  text-decoration: none;
}

.historical-versus-product h2 a:hover {
  color: var(--mint-dark);
}

.historical-model-facts {
  margin: 12px 0 18px;
  color: var(--muted);
  line-height: 1.45;
}

.historical-winner-badge {
  display: inline-flex;
  min-height: 31px;
  margin-top: 13px;
  padding: 5px 11px;
  align-items: center;
  color: #075f50;
  background: #dff7f1;
  border: 1px solid #b8e5db;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.historical-model-availability,
.historical-model-price,
.historical-launch-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0 0 16px;
}

.historical-model-availability strong,
.historical-model-price strong,
.historical-launch-price strong {
  color: var(--ink);
  font-size: 23px;
}

.historical-model-availability span,
.historical-model-price small,
.historical-launch-price small,
.historical-launch-price span {
  color: var(--muted);
  font-size: 14px;
}

.historical-overall-verdict {
  display: grid;
  grid-template-columns: 52px minmax(0,1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding: 22px 24px;
  color: #fff;
  background: var(--navy);
  border-radius: 18px;
}

.historical-overall-verdict__mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--navy);
  background: var(--mint);
  border-radius: 50%;
  font-size: 22px;
  font-weight: 900;
}

.historical-overall-verdict div > span {
  color: var(--mint);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.historical-overall-verdict h3 {
  margin: 3px 0 5px;
  color: #fff;
  font-size: clamp(20px,2vw,28px);
}

.historical-overall-verdict p {
  margin: 0;
  color: #b9cad5;
  font-size: 14px;
  line-height: 1.5;
}

.historical-overall-verdict > a {
  display: inline-flex;
  min-height: 48px;
  padding: 10px 16px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  background: #fff;
  border-radius: 11px;
  font-weight: 820;
  white-space: nowrap;
}

.historical-versus-divider {
  display: grid;
  place-items: center;
}

.historical-versus-divider span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid #b8e5dd;
  border-radius: 50%;
  background: #e1f8f3;
  color: #087c6c;
  font-size: 14px;
  font-weight: 900;
}

.historical-comparison-notice {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 16px 20px;
  border: 1px solid #c5e8e1;
  border-radius: 16px;
  background: #effaf7;
}

.historical-comparison-notice > span {
  display: grid;
  flex: 0 0 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--mint-dark);
  color: #fff;
  font-weight: 900;
}

.historical-comparison-notice p {
  margin: 3px 0 0;
  color: #526b79;
  line-height: 1.45;
}

.historical-difference-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.historical-difference-grid article,
.historical-comparison-empty {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.historical-difference-grid article > span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.historical-difference-grid article > strong {
  display: block;
  margin: 8px 0;
  color: #087c6c;
  font-size: clamp(25px, 2.2vw, 34px);
}

.historical-difference-grid article p,
.historical-comparison-empty p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.historical-current-offer > .container,
.historical-no-offers > .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .8fr);
  align-items: center;
  gap: 48px;
}

.historical-current-offer__copy h2,
.historical-no-offers h2 {
  margin: 7px 0 9px;
  color: #fff;
  font-size: clamp(30px, 3vw, 48px);
}

.historical-current-offer__copy p,
.historical-no-offers p {
  color: #b9c9d6;
  font-size: 17px;
  line-height: 1.55;
}

.historical-current-offer article {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}

.historical-current-offer article img {
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.historical-current-offer article h3 {
  margin: 0 0 5px;
  color: var(--ink);
}

.historical-current-offer article p {
  margin: 0;
  color: var(--muted);
}

.historical-current-offer article p strong {
  color: #087c6c;
  font-size: 24px;
}

.historical-current-offer article .button {
  grid-column: 1 / -1;
  width: 100%;
}

.historical-no-offers {
  background: #071a2d;
}

@media (max-width: 980px) {
  .historical-versus-product {
    grid-template-columns: 130px minmax(0, 1fr);
    min-height: 260px;
  }

  .historical-versus-product__image,
  .historical-versus-product__image img {
    min-height: 0;
    height: 160px;
  }

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

  .historical-overall-verdict {
    grid-template-columns: 46px minmax(0,1fr);
  }

  .historical-overall-verdict > a {
    grid-column: 1 / -1;
  }

  .historical-current-offer > .container,
  .historical-no-offers > .container {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

@media (max-width: 700px) {
  .picker-result__historical-status {
    max-width: 94px;
    font-size: 12px;
  }

  .historical-versus-heading {
    display: block;
  }

  .historical-versus-products {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .historical-versus-divider {
    height: 40px;
  }

  .historical-versus-divider span {
    width: 40px;
    height: 40px;
  }

  .historical-versus-product {
    grid-template-columns: 105px minmax(0, 1fr);
    min-height: 0;
    padding: 18px;
    border-radius: 18px;
  }

  .historical-versus-product__image,
  .historical-versus-product__image img {
    height: 130px;
  }

  .historical-model-facts {
    font-size: 14px;
  }

  .historical-comparison-notice {
    align-items: flex-start;
  }

  .historical-difference-grid {
    grid-template-columns: 1fr;
  }

  .historical-overall-verdict {
    grid-template-columns: 40px minmax(0,1fr);
    padding: 18px;
  }

  .historical-overall-verdict__mark {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 430px) {
  .historical-versus-product {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px;
    padding: 15px;
  }

  .historical-versus-product__image,
  .historical-versus-product__image img {
    height: 108px;
  }

  .historical-model-status {
    min-height: 28px;
    padding: 4px 9px;
    font-size: 12px;
    letter-spacing: .035em;
  }

  .historical-versus-product h2 {
    font-size: 21px;
  }

  .historical-model-availability strong,
  .historical-model-price strong {
    font-size: 19px;
  }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 135px; }
body { margin: 0; color: var(--text); background: var(--white); font: 400 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open, body.filter-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:where(a, button, input, select, summary, [tabindex]):focus-visible { outline: 3px solid #167bd8; outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 5.3vw, 5.1rem); }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 3.5vw, 3.25rem); }
h3 { font-size: 1.22rem; }
p { margin-bottom: 1.35em; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 16px; color: var(--navy); background: var(--mint); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.muted { color: var(--muted); }

.site-header { position: sticky; z-index: 100; top: 0; height: 76px; color: var(--white); background: rgba(7, 26, 45, .94); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(14px); transition: transform .15s ease; }
.nav-wrap { position: relative; height: 100%; display: flex; align-items: center; gap: 24px; }
.brand-logo { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; color: var(--white); font-size: 1.06rem; font-weight: 760; letter-spacing: -.035em; }
.brand-logo > span:last-child > span { color: var(--mint); }
.brand-logo small { color: #a9bcc5; font-size: .65em; }
.brand-mark { display: flex; align-items: flex-end; gap: 3px; height: 30px; width: 31px; }
.brand-mark span { display: block; width: 8px; border-radius: 3px; background: var(--white); }
.brand-mark span:nth-child(1) { height: 20px; }
.brand-mark span:nth-child(2) { height: 29px; background: var(--mint); }
.brand-mark span:nth-child(3) { height: 16px; background: var(--coral); }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a { position: relative; display: inline-flex; min-height: 44px; align-items: center; color: #c9d5db; font-size: .94rem; font-weight: 650; }
.main-nav a::after { position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; content: ""; background: var(--mint); transition: right .2s ease; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--white); }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.saved-nav-link { display: inline-flex; gap: 6px; align-items: center; }
.saved-nav-link [data-saved-count] { display: inline-grid; min-width: 22px; height: 22px; padding: 0 6px; place-items: center; color: var(--navy); background: var(--mint); border-radius: 999px; font-size: 13px; font-weight: 850; line-height: 1; }
.saved-nav-link [data-saved-count][hidden] { display: none; }
.saved-nav-link.has-target-reached { color: var(--white); }
.saved-nav-link.has-target-reached [data-saved-count] { color: var(--navy); background: #8ef0df; box-shadow: 0 0 0 2px rgba(142,240,223,.2); }
.nav-search-toggle { display: inline-flex; width: auto; min-width: 44px; height: 44px; flex: 0 0 auto; gap: 8px; padding: 0 13px; align-items: center; justify-content: center; color: #c9d5db; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 9px; cursor: pointer; font: inherit; font-size: .875rem; font-weight: 740; }
.nav-search-toggle:hover, .nav-search-toggle[aria-expanded="true"] { color: var(--navy); background: var(--mint); border-color: var(--mint); }
.nav-search-toggle svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.site-search-panel[hidden] { display: none; }
.site-search-panel { position: absolute; z-index: 120; top: calc(100% + 10px); right: 0; width: min(680px,calc(100vw - 30px)); max-height: calc(100dvh - 92px); overflow-y: auto; overscroll-behavior: contain; padding: 18px; color: var(--text); background: var(--white); border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 24px 60px rgba(7,26,45,.24); }
.site-search-panel form { position: relative; }
.site-search-panel label { display: block; margin-bottom: 7px; color: var(--ink); font-size: .875rem; font-weight: 780; }
.site-search-panel__row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; }
.site-search-panel input { min-width: 0; height: 48px; padding: 0 14px; color: var(--ink); background: var(--soft); border: 1px solid var(--line); border-radius: 10px; }
.site-search-panel__row > button { min-width: 104px; padding: 0 18px; color: var(--white); background: #c84a38; border: 0; border-radius: 10px; cursor: pointer; font-weight: 760; }
.site-search-panel__row > button:hover { background: #a83b2d; }
.site-search-panel__quick { display: flex; flex-wrap: wrap; gap: 7px 14px; margin: 12px 0 0; color: var(--muted); font-size: .8125rem; }
.site-search-panel__quick a { color: var(--mint-dark); font-weight: 730; }
.nav-cta { display: inline-flex; gap: 12px; align-items: center; padding: 11px 17px; color: var(--navy); background: var(--mint); border-radius: 10px; font-size: .9rem; font-weight: 750; }
.nav-cta:hover { background: #63e2cc; }
.menu-toggle { display: none; min-width: 44px; width: 44px; height: 44px; flex: 0 0 44px; margin-left: auto; padding: 10px; border: 0; border-radius: 8px; background: rgba(255,255,255,.08); }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--white); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 12px 20px; border: 1px solid transparent; border-radius: 11px; cursor: pointer; font-size: .93rem; font-weight: 750; line-height: 1.2; text-align: center; transition: transform .15s ease, background .15s ease, border-color .15s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--navy); }
.button--primary:hover { background: var(--navy-3); }
.button--accent { color: var(--navy); background: var(--mint); }
.button--accent:hover { background: #68e4cf; }
.button--ghost { color: var(--ink); background: var(--white); border-color: var(--line); }
.button--ghost:hover { border-color: #9eafb7; }
.button--light { color: var(--navy); background: var(--white); }
.button--small { min-height: 39px; padding: 9px 14px; border-radius: 9px; font-size: .84rem; }
.button--large { min-height: 55px; padding: 15px 24px; }
.button--block { width: 100%; }
.text-link { color: var(--mint-dark); font-size: .89rem; font-weight: 750; }
.text-link:hover { color: var(--coral-dark); }
.text-link--large { font-size: 1rem; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 17px; color: var(--mint-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span:empty { width: 23px; height: 2px; background: var(--mint); }
.eyebrow--light { color: var(--mint); }

.hero { position: relative; overflow: hidden; min-height: 510px; padding: 28px 0 38px; color: #c6d4da; background: var(--navy); }
.hero .eyebrow, .brand-hero .eyebrow, .collection-hero .eyebrow, .compare-page-hero .eyebrow { color: var(--mint); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow--one { right: -120px; top: -280px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(55,214,186,.2), transparent 68%); }
.hero-glow--two { left: 25%; bottom: -420px; width: 750px; height: 750px; background: radial-gradient(circle, rgba(255,118,95,.08), transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 60px; }
.hero h1 { max-width: 710px; margin: 0 0 20px; color: var(--white); font-size: clamp(3.4rem,4.5vw,4.35rem); }
.hero h1 em { color: var(--mint); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 650px; margin-bottom: 22px; color: #c7d3da; font-size: 1.08rem; }
.hero-search { position: relative; display: flex; align-items: center; max-width: 660px; padding: 7px 7px 7px 17px; background: var(--white); border-radius: 14px; box-shadow: 0 18px 50px rgba(0,0,0,.21); }
.hero-search.has-open-results { border-radius: 14px 14px 0 0; }
.hero-search svg { flex: 0 0 22px; width: 22px; fill: none; stroke: #71838d; stroke-width: 2; }
.hero-search input { min-width: 0; flex: 1; height: 48px; padding: 0 13px; color: var(--ink); border: 0; background: transparent; }
.hero-search > button { height: 46px; padding: 0 22px; color: var(--white); background: #c84a38; border: 0; border-radius: 10px; cursor: pointer; font-weight: 750; }
.hero-search > button:hover { background: #a83b2d; }
.popular-searches { display: flex; min-height: 38px; flex-wrap: wrap; gap: 9px 13px; align-items: center; margin-top: 13px; color: #8fa4ae; font-size: .78rem; }
.popular-searches > span { flex: 0 0 auto; font-weight: 720; }
.popular-searches > div { display: flex; min-width: 0; flex-wrap: wrap; gap: 7px; align-items: center; }
.popular-searches a { display: inline-flex; min-height: 38px; padding: 7px 11px; align-items: center; color: #d1dde2; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: 999px; font-size: 14px; font-weight: 690; line-height: 1.2; }
.popular-searches a:hover { color: var(--white); background: rgba(55,214,186,.12); border-color: rgba(55,214,186,.45); }
.hero-mobile-guide { display: none; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; margin-top: 16px; color: #b1c1c8; font-size: .875rem; font-weight: 650; }
.trust-row span { display: inline-flex; min-height: 32px; align-items: center; gap: 7px; line-height: 1.25; }
.trust-row svg { width: 17px; fill: none; stroke: var(--mint); stroke-width: 2.5; }
.hero-visual { position: relative; min-height: 390px; }
.hero-choice-panel { display: flex; min-height: 390px; overflow: hidden; padding: 24px; flex-direction: column; color: var(--ink); background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.38); border-radius: 22px; box-shadow: 0 28px 70px rgba(0,0,0,.24); }
.hero-choice-panel > header { margin-bottom: 12px; }
.hero-choice-panel > header span { display: block; margin-bottom: 3px; color: var(--mint-dark); font-size: 13px; font-weight: 830; letter-spacing: .045em; text-transform: uppercase; }
.hero-choice-panel > header h2 { margin: 0; color: var(--ink); font-size: clamp(1.35rem,2vw,1.75rem); line-height: 1.15; }
.hero-choice-panel > header p { max-width: 470px; margin: 8px 0 0; color: var(--muted); font-size: 15px; line-height: 1.45; }
.hero-choice-panel__single { display: grid; min-height: 250px; flex: 1; grid-template-columns: minmax(0,1fr) 34px; grid-template-rows: minmax(150px,1fr) auto; gap: 10px 14px; align-items: center; padding: 0 15px 14px; color: var(--ink); background: linear-gradient(145deg,#f3faf8,#fff); border: 1px solid #d4e4e1; border-radius: 16px; }
.hero-choice-panel__single:hover { border-color: #61bbaa; box-shadow: var(--shadow-small); }
.hero-choice-panel__phones { display: flex; min-width: 0; height: 168px; grid-column: 1/3; align-items: end; justify-content: center; overflow: hidden; }
.hero-choice-panel__phones img { width: 126px; height: 160px; margin-inline: -19px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 9px 12px rgba(7,26,45,.08)); }
.hero-choice-panel__phones img:first-child { transform: translateY(12px) rotate(-5deg); }
.hero-choice-panel__phones img:nth-child(2) { z-index: 2; width: 136px; height: 172px; }
.hero-choice-panel__phones img:nth-child(3) { transform: translateY(12px) rotate(5deg); }
.hero-choice-panel__single-copy, .hero-choice-panel__single-copy small, .hero-choice-panel__single-copy strong, .hero-choice-panel__single-copy em { display: block; min-width: 0; }
.hero-choice-panel__single-copy small { color: var(--mint-dark); font-size: 13px; font-weight: 800; }
.hero-choice-panel__single-copy strong { margin-top: 2px; color: var(--ink); font-size: 17px; line-height: 1.25; }
.hero-choice-panel__single-copy em { margin-top: 3px; color: var(--muted); font-size: 13px; font-style: normal; line-height: 1.35; }
.hero-choice-panel__single > i { display: grid; width: 34px; height: 34px; place-items: center; color: var(--navy); background: var(--mint); border-radius: 50%; font-size: 18px; font-style: normal; font-weight: 900; transition: transform .15s ease; }
.hero-choice-panel__single:hover > i { transform: translateX(3px); }

.compare-strip { position: relative; z-index: 8; margin-top: -42px; scroll-margin-top: 90px; }
.compare-box { padding: 28px 30px; background: var(--white); border: 1px solid #e0e7ea; border-radius: var(--radius); box-shadow: var(--shadow); }
.compare-box__heading { display: flex; gap: 15px; align-items: center; margin-bottom: 20px; }
.compare-box__heading .eyebrow { margin: 0 0 4px; }
.compare-box__heading h2 { margin: 0; font-size: 1.35rem; }
.icon-tile { display: grid; width: 47px; height: 47px; flex: 0 0 auto; place-items: center; color: var(--mint-dark); background: var(--mint-soft); border-radius: 12px; font-size: 1.3rem; font-weight: 850; }
.compare-form { position: relative; display: grid; grid-template-columns: minmax(230px,1fr) 44px minmax(230px,1fr) auto; gap: 12px; align-items: end; }
.compare-form__vs { display: grid; height: 50px; place-items: center; color: var(--muted); font-size: .72rem; font-weight: 900; }
.phone-picker { position: relative; min-width: 0; }
.phone-picker > label { display: block; margin-bottom: 6px; color: var(--ink); font-size: .72rem; font-weight: 760; }
.picker-input-wrap { display: flex; align-items: center; height: 50px; padding: 0 13px; background: #f8fafb; border: 1px solid var(--line); border-radius: 10px; }
.picker-input-wrap:focus-within { border-color: var(--mint-dark); box-shadow: 0 0 0 3px rgba(55,214,186,.14); }
.picker-input-wrap svg { width: 19px; flex: 0 0 19px; fill: none; stroke: #7d8d96; stroke-width: 2; }
.picker-input-wrap input[type=search] { width: 100%; min-width: 0; padding: 0 10px; color: var(--ink); border: 0; outline: 0; background: transparent; }
.picker-results { position: absolute; z-index: 50; top: calc(100% + 7px); left: 0; right: 0; overflow-x: hidden; overflow-y: auto; max-height: min(62dvh,520px); overscroll-behavior: contain; scrollbar-gutter: stable; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.picker-results.opens-upward { top: auto; bottom: calc(100% + 7px); }
.model-search-results { top: calc(100% + 7px); text-align: left; }
.hero-search .model-search-results { z-index: 250; top: 100%; max-height: 300px; border-top-color: #e8edef; border-radius: 0 0 14px 14px; box-shadow: 0 22px 45px rgba(0,0,0,.2); }
.hero-search .model-search-results.opens-upward { top: auto; bottom: calc(100% + 7px); border: 1px solid var(--line); border-radius: 14px; }
.site-search-panel .model-search-results { position: relative; top: auto; right: auto; left: auto; margin-top: 7px; }
.catalog-model-search { position: relative; }
.catalog-model-search .model-search-results { position: relative; top: auto; right: auto; left: auto; margin-top: 7px; }
.picker-results__heading { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 11px; color: var(--muted); background: rgba(248,250,251,.97); border-bottom: 1px solid var(--line); font-size: .63rem; }
.picker-results__heading strong { color: var(--ink); font-size: .68rem; }
.picker-results__heading span { white-space: nowrap; }
.model-search-results .picker-results__heading { position: static; }
.autocomplete-group + .autocomplete-group { border-top: 1px solid #dfe8ea; }
.picker-result { display: grid; grid-template-columns: 47px minmax(0,1fr) auto; gap: 11px; align-items: center; width: 100%; padding: 9px 11px; color: var(--text); background: var(--white); border: 0; border-bottom: 1px solid #eef2f3; cursor: pointer; text-align: left; text-decoration: none; }
.picker-result:last-child { border: 0; }
.picker-result:hover, .picker-result.is-active { background: var(--mint-soft); }
.picker-result img { width: 44px; height: 44px; object-fit: contain; mix-blend-mode: multiply; }
.picker-result__copy { min-width: 0; }
.picker-result strong { display: block; overflow-wrap: anywhere; color: var(--ink); font-size: .82rem; }
.picker-result small { display: block; overflow-wrap: anywhere; color: var(--muted); font-size: .7rem; }
.picker-result__price { color: var(--mint-dark); text-align: right; white-space: nowrap; }
.picker-result__price small, .picker-result__price strong { display: block; }
.picker-result__price small { color: var(--muted); font-size: .58rem; font-weight: 600; }
.picker-result__price strong { color: var(--mint-dark); font-size: .75rem; font-weight: 800; }
.picker-result.is-active, .picker-result[aria-selected=true] { background: var(--mint-soft); }
.autocomplete-result__icon { display: grid; width: 42px; height: 42px; place-items: center; color: var(--mint-dark); background: var(--mint-soft); border: 1px solid #cce8e2; border-radius: 11px; font-size: 13px; font-weight: 850; }
.autocomplete-result--family .autocomplete-result__icon { color: #a83b2d; background: #ffebe7; border-color: #f5c9c1; font-size: 18px; }
.autocomplete-result__arrow { color: var(--mint-dark); font-size: 18px; font-weight: 850; }
.model-search-short-open .site-header { transform: translateY(-105%); pointer-events: none; transition: none; }
.model-search-short-viewport .picker-results__heading { padding-block: 3px; }
.model-search-short-viewport .autocomplete-result { min-height: 46px; padding-block: 4px; }
.model-search-short-viewport .autocomplete-result__icon { width: 34px; height: 34px; }
.model-search-short-viewport .autocomplete-result img { width: 34px; height: 34px; }
.picker-empty { padding: 15px; color: var(--muted); font-size: .82rem; }

/* Early, factual decision rail: one price action per distinct role and no discount claims. */
.home-price-rail { padding: 24px 0 26px; background: #f4f9f8; border-bottom: 1px solid var(--line); }
.home-price-rail__heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.72fr); gap: 24px; align-items: end; margin-bottom: 14px; }
.home-price-rail__heading .eyebrow { margin-bottom: 5px; }
.home-price-rail__heading h2 { margin: 0; font-size: clamp(1.35rem,2vw,1.75rem); }
.home-price-rail__heading > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.home-price-rail__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.home-price-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; align-items: center; min-width: 0; padding: 12px; background: var(--white); border: 1px solid #d7e4e5; border-radius: 14px; box-shadow: 0 8px 24px rgba(8,35,49,.06); }
.home-price-card__model { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 9px; align-items: center; min-width: 0; color: var(--ink); }
.home-price-card__model img { width: 52px; height: 58px; object-fit: contain; mix-blend-mode: multiply; }
.home-price-card__model span, .home-price-card > div { min-width: 0; }
.home-price-card__model small, .home-price-card__model strong, .home-price-card__model em { display: block; }
.home-price-card__model small { display: -webkit-box; overflow: hidden; color: var(--mint-dark); font-size: 13px; font-weight: 820; line-height: 1.25; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-price-card__model strong { display: -webkit-box; overflow: hidden; margin-block: 3px; font-size: 14px; line-height: 1.25; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-price-card__model em { color: var(--muted); font-size: 13px; font-style: normal; }
.home-price-card > div { text-align: right; }
.home-price-card > div > strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: 16px; white-space: nowrap; }
.home-price-card .button { min-height: 44px; padding-inline: 11px; font-size: 14px; white-space: nowrap; }
.home-price-rail__note { margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.home-resume[hidden], .home-resume-card[hidden] { display: none !important; }
.home-resume { padding: 26px 0; background: var(--white); border-bottom: 1px solid var(--line); }
.home-resume__heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.72fr); gap: 24px; align-items: end; margin-bottom: 14px; }
.home-resume__heading .eyebrow { margin-bottom: 5px; }
.home-resume__heading h2 { margin: 0; font-size: clamp(1.35rem,2vw,1.75rem); }
.home-resume__heading > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.home-resume__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.home-resume--single .home-resume__grid { grid-template-columns: minmax(0,680px); }
.home-resume-card { display: grid; min-width: 0; padding: 15px; background: #f7fafb; border: 1px solid #d7e4e5; border-radius: 14px; }
.home-resume-card__title { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.home-resume-card__title > span { color: var(--mint-dark); font-size: 13px; font-weight: 820; }
.home-resume-card__title > strong { overflow-wrap: anywhere; color: var(--muted); font-size: 13px; text-align: right; }
.home-resume-phones { display: grid; gap: 7px; margin: 0 0 11px; padding: 0; list-style: none; }
.home-resume-phone { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; align-items: center; min-width: 0; padding: 9px 10px; background: var(--white); border: 1px solid #e0e9eb; border-radius: 10px; }
.home-resume-phone__name { min-width: 0; overflow-wrap: anywhere; color: var(--ink); font-size: 14px; line-height: 1.3; }
.home-resume-phone__price { text-align: right; }
.home-resume-phone__price small, .home-resume-phone__price b { display: block; }
.home-resume-phone__price small { color: var(--muted); font-size: 13px; }
.home-resume-phone__price b { color: var(--ink); font-size: 14px; white-space: nowrap; }
.home-resume__cta { align-self: end; justify-self: start; min-height: 44px; padding-block: 9px; font-size: 14px; }
.home-resume-card--recent { align-content: start; }
.home-resume-comparison { position: relative; display: grid; grid-template-columns: minmax(0,1fr); align-items: center; min-width: 0; min-height: 52px; padding: 10px 42px; color: var(--ink); background: var(--white); border: 1px solid #d7e4e5; border-radius: 10px; }
.home-resume-comparison:hover { border-color: var(--mint-dark); background: var(--mint-soft); }
.home-resume-comparison__names { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 8px; align-items: center; min-width: 0; }
.home-resume-comparison__names strong { min-width: 0; overflow-wrap: anywhere; font-size: 14px; line-height: 1.3; }
.home-resume-comparison__names strong:first-child { text-align: right; }
.home-resume-comparison__names strong:last-child { text-align: left; }
.home-resume-comparison__names small { justify-self: center; color: var(--muted); font-size: 13px; font-weight: 800; text-align: center; text-transform: uppercase; }
.home-resume-comparison > i { position: absolute; top: 50%; right: 14px; color: var(--mint-dark); font-style: normal; font-weight: 900; transform: translateY(-50%); }
.form-error { position: absolute; top: calc(100% + 7px); right: 0; margin: 0; color: #bd3c2c; font-size: .78rem; }

.section { padding: 76px 0; }
.section--products { background: var(--white); }
.section--soft { background: var(--soft); border-block: 1px solid #e9eef0; }
.section--dark { color: #bed0d8; background: var(--navy); }
.section--dark h2, .section--dark h3 { color: var(--white); }
.section--dark .section-heading p { color: #9fb2bc; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-heading h2 { margin-bottom: 10px; }
.section-heading p { max-width: 660px; margin: 0; color: var(--muted); }
.section-heading--center { justify-content: center; text-align: center; }
.two-col-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 38px; }
.two-col-heading h2 { margin: 0; }
.two-col-heading p { max-width: 560px; margin: 0 0 7px; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.product-card { position: relative; display: flex; min-width: 0; overflow: hidden; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: 17px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.product-card:hover { transform: translateY(-5px); border-color: #c2d0d5; box-shadow: var(--shadow-small); }
.product-card__image { position: relative; display: grid; height: 250px; padding: 24px; place-items: center; background: linear-gradient(145deg,#f5f8f9,#fff); }
.product-card__image img { width: 205px; height: 205px; object-fit: contain; mix-blend-mode: multiply; transition: transform .25s ease; }
.product-card:hover .product-card__image img { transform: scale(1.035); }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.product-card__brand { margin-bottom: 5px; color: var(--mint-dark); font-size: .68rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { min-height: 2.45em; margin-bottom: 11px; font-size: 1.03rem; }
.product-card h3 a:hover { color: var(--mint-dark); }
.product-card__detail::after { position: absolute; z-index: 1; inset: 0; content: ""; }
.product-card__detail:focus-visible::after { outline: 3px solid var(--mint-dark); outline-offset: -4px; }
.product-card__meta { display: flex; flex-wrap: wrap; gap: 5px; min-height: 24px; margin-bottom: 14px; }
.product-card__meta span { padding: 3px 7px; color: #5d707a; background: #eff4f5; border-radius: 6px; font-size: .62rem; font-weight: 680; }
.product-card__facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 5px; margin: 0 0 10px; }
.product-card__facts > span { min-width: 0; padding: 6px 7px; background: #f7f9fa; border: 1px solid #e7edef; border-radius: 7px; }
.product-card__facts small, .product-card__facts strong { display: block; min-width: 0; overflow: visible; text-overflow: clip; white-space: normal; overflow-wrap: anywhere; }
.product-card__facts small { color: var(--muted); font-size: .52rem; line-height: 1.2; text-transform: uppercase; }
.product-card__facts strong { display: flex; min-height: 2.5em; margin-top: 2px; align-items: center; color: var(--ink); font-size: .64rem; line-height: 1.25; text-wrap: balance; }
.product-card__price { display: flex; gap: 8px; align-items: baseline; justify-content: space-between; margin-top: auto; margin-bottom: 14px; color: var(--ink); font-size: 1.23rem; font-weight: 820; }
.product-card__price small { color: var(--muted); font-size: .67rem; font-weight: 600; }
.product-card__price .product-card__version-count { flex: 0 0 auto; font-size: 13px; white-space: nowrap; }
.product-card__actions { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; align-items: stretch; }
.product-card__actions > .button { min-width: 0; }
.card-compare-action { display: inline-flex; min-height: 44px; padding: 8px 11px; gap: 7px; align-items: center; justify-content: center; color: var(--ink); background: var(--white); border: 1px solid #cbd8dd; border-radius: 9px; cursor: pointer; font-size: 14px; font-weight: 760; line-height: 1.2; white-space: nowrap; }
.card-compare-action:hover, .card-compare-action.is-selected { color: var(--navy); background: var(--mint-soft); border-color: var(--mint-dark); }
.card-save { position: absolute; z-index: 4; top: 12px; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; color: var(--navy); background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 4px 14px rgba(7,26,45,.09); cursor: pointer; font-size: 1rem; font-weight: 850; }
.card-save { top: 12px; right: 12px; }
.card-save:hover, .card-save.is-saved { color: var(--navy); background: var(--mint); border-color: var(--mint); }
.rating-pill { color: #7a5a00 !important; background: #fff6d9 !important; }

@media (min-width: 1081px) {
  .main-nav .main-nav-selection { display: none; }
  .product-card__image { height: 236px; padding: 18px; }
  .product-card__image img { width: 195px; height: 195px; }
  .product-card__facts > span { padding: 4px 5px; }
}

.selection-heading h2 { max-width: 720px; font-size: clamp(2rem,2.9vw,2.8rem); }
.selection-heading > .text-link,
.family-hubs-heading > .text-link { display: inline-flex; flex: 0 0 auto; align-items: center; align-self: flex-end; margin-bottom: 4px; white-space: nowrap; }
.selection-directory { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 64px; }
.selection-directory__group { min-width: 0; }
.selection-directory__group h3 { margin: 0; padding: 15px 0 12px; color: var(--ink); border-top: 2px solid var(--ink); font-size: 16px; letter-spacing: -.01em; }
.selection-grid { display: block; }
.selection-grid a { position: relative; display: grid; min-height: 72px; padding: 14px 42px 14px 0; align-content: center; color: var(--text); border-bottom: 1px solid var(--line); }
.selection-grid strong, .selection-grid span { display: block; min-width: 0; }
.selection-grid strong { color: var(--ink); font-size: 16px; line-height: 1.3; }
.selection-grid span { margin-top: 3px; color: var(--muted); font-size: 13px; font-weight: 560; line-height: 1.35; }
.selection-grid i { position: absolute; top: 50%; right: 4px; color: var(--mint-dark); font-size: 18px; font-style: normal; font-weight: 800; transform: translateY(-50%); transition: transform .15s ease; }
.selection-grid a:hover strong { color: var(--mint-dark); }
.selection-grid a:hover i { transform: translate(4px,-50%); }

.selection-hub-hero { padding: 34px 0 27px; background: linear-gradient(180deg,#f5faf9 0,#fff 100%); }
.page-intro.selection-hub-hero > .container { max-width: var(--container); }
.selection-hub-hero h1 { max-width: 1120px; margin-bottom: 10px; font-size: clamp(2.5rem,3.5vw,3.15rem); }
.selection-hub-hero > .container > p { max-width: 760px; margin-bottom: 0; font-size: 1rem; }
.selection-hub-start { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 25px; }
.selection-hub-start a { display: grid; min-width: 0; min-height: 118px; padding: 16px 15px 16px 17px; grid-template-columns: 34px minmax(0,1fr) 76px; grid-template-rows: 1fr auto; gap: 4px 12px; color: var(--ink); background: var(--white); border: 1px solid #ccdcdf; border-radius: 14px; box-shadow: 0 5px 16px rgba(7,26,45,.04); transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.selection-hub-start a:hover { border-color: #61bbaa; box-shadow: var(--shadow-small); transform: translateY(-2px); }
.selection-hub-start a:first-child { background: #f0faf7; border: 2px solid #4aa994; box-shadow: 0 8px 22px rgba(7,95,80,.08); }
.selection-hub-start a:first-child .selection-hub-start__number { color: var(--white); background: #075f50; }
.selection-hub-start a:first-child b { width: fit-content; padding: 6px 9px; color: var(--navy); background: var(--mint); border-radius: 7px; }
.selection-hub-start__number { display: grid; width: 32px; height: 32px; grid-row: 1/3; place-items: center; color: var(--mint-dark); background: var(--mint-soft); border-radius: 50%; font-size: 12px; font-weight: 850; }
.selection-hub-start__copy { min-width: 0; }
.selection-hub-start strong, .selection-hub-start small { display: block; }
.selection-hub-start strong { margin-bottom: 3px; font-size: 17px; line-height: 1.25; }
.selection-hub-start small { color: var(--muted); font-size: 14px; line-height: 1.4; }
.selection-hub-start b { grid-column: 2; color: var(--mint-dark); font-size: 14px; line-height: 1.2; }
.selection-hub-start i { font-style: normal; }
.selection-hub-start__image { display: grid; width: 76px; height: 82px; grid-column: 3; grid-row: 1/3; align-self: center; place-items: center; }
.selection-hub-start__image img { width: 76px; height: 76px; object-fit: contain; mix-blend-mode: multiply; }
.selection-hub-hero__footer { display: flex; gap: 14px 24px; margin-top: 18px; align-items: center; justify-content: space-between; }
.selection-hub-hero__footer > span { color: var(--muted); font-size: 13px; white-space: nowrap; }
.selection-hub-hero__footer > span strong { color: var(--ink); }
.selection-hub-nav { display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.selection-hub-nav a { display: inline-flex; min-height: 44px; padding: 8px 13px; align-items: center; color: var(--ink); font-size: 14px; font-weight: 750; background: var(--white); border: 1px solid var(--line); border-radius: 999px; }
.selection-hub-nav a:hover { color: var(--mint-dark); border-color: #61bbaa; }
.selection-hub { padding-top: 38px; }
.selection-hub-group { scroll-margin-top: 118px; }
.selection-hub-group + .selection-hub-group { margin-top: 54px; padding-top: 48px; border-top: 1px solid var(--line); }
.selection-hub-group__header { display: grid; max-width: 980px; margin-bottom: 24px; grid-template-columns: 48px minmax(0,1fr); gap: 15px; align-items: start; }
.selection-hub-group__header > span { padding-top: 8px; color: var(--mint-dark); border-top: 2px solid var(--mint-dark); font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.selection-hub-group__header .eyebrow { margin: 0 0 5px; }
.selection-hub-group__header h2 { margin-bottom: 7px; font-size: clamp(1.75rem,2.65vw,2.45rem); }
.selection-hub-group__header div > p:last-child { max-width: 820px; margin-bottom: 0; font-size: 16px; line-height: 1.55; }
.selection-hub-grid,
.collection-related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 28px; }
.selection-hub-grid a { display: grid; min-width: 0; min-height: 108px; padding: 15px 10px 14px 0; grid-template-columns: minmax(0,1fr) auto; grid-template-rows: 1fr auto; gap: 8px 10px; color: var(--ink); background: transparent; border-top: 1px solid var(--line); }
.selection-hub-grid a:hover { padding-left: 10px; color: var(--ink); background: #f3faf8; }
.selection-hub-choice__copy { display: block; min-width: 0; grid-row: 1/3; }
.selection-hub-choice__copy small, .selection-hub-choice__copy strong, .selection-hub-choice__copy em { display: block; min-width: 0; }
.selection-hub-choice__copy small { margin-bottom: 4px; color: var(--muted); font-size: 14px; font-weight: 680; line-height: 1.35; }
.selection-hub-choice__copy strong { color: var(--ink); font-size: 17px; line-height: 1.32; }
.selection-hub-choice__copy em { margin-top: 9px; color: var(--muted); font-size: 14px; font-style: normal; line-height: 1.3; }
.selection-hub-grid a > b { grid-column: 2; grid-row: 1/3; align-self: center; width: fit-content; padding: 6px 9px; color: #075f50; background: var(--mint-soft); border-radius: 8px; font-size: 14px; line-height: 1.3; white-space: nowrap; }
.selection-hub-grid a > b i { font-style: normal; transition: margin-left .15s ease; }
.selection-hub-grid a:hover > b i { margin-left: 4px; }
.selection-hub-grid--visual:not(.selection-hub-grid--price) a { min-height: 150px; padding: 16px; grid-template-columns: 86px minmax(0,1fr); grid-template-rows: 1fr auto; background: #fafcfc; border: 1px solid #d3dfe2; border-radius: 14px; box-shadow: 0 3px 12px rgba(7,26,45,.025); }
.selection-hub-grid--visual:not(.selection-hub-grid--price) a:hover { padding-left: 16px; background: var(--white); border-color: #61bbaa; box-shadow: var(--shadow-small); transform: translateY(-2px); }
.selection-hub-choice__image { display: grid; grid-column: 1; grid-row: 1/3; align-self: stretch; place-items: center; background: var(--white); border-radius: 9px; }
.selection-hub-choice__image img { width: 84px; height: 84px; object-fit: contain; mix-blend-mode: multiply; }
.selection-hub-grid--visual:not(.selection-hub-grid--price) .selection-hub-choice__copy { grid-column: 2; grid-row: 1; }
.selection-hub-grid--visual:not(.selection-hub-grid--price) a > b { grid-column: 2; grid-row: 2; align-self: end; margin-top: 2px; }
.selection-hub-grid--dense { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.selection-hub-grid--dense.selection-hub-grid--visual:not(.selection-hub-grid--price) a { min-height: 150px; grid-template-columns: 82px minmax(0,1fr); }
.selection-hub-grid--dense .selection-hub-choice__image img { width: 80px; height: 80px; }
.selection-hub-more { margin-top: 14px; }
.selection-hub-more > summary { display: grid; min-height: 54px; padding: 10px 14px; grid-template-columns: minmax(0,1fr) auto; grid-template-rows: auto auto; column-gap: 16px; align-items: center; color: var(--ink); background: #eef8f5; border: 1px solid #c6e5dd; border-radius: 11px; cursor: pointer; list-style: none; }
.selection-hub-more > summary::-webkit-details-marker { display: none; }
.selection-hub-more > summary span { color: #075f50; font-size: 15px; font-weight: 820; line-height: 1.3; }
.selection-hub-more > summary small { color: var(--muted); font-size: 13px; line-height: 1.3; }
.selection-hub-more > summary i { display: grid; width: 32px; height: 32px; grid-column: 2; grid-row: 1/3; place-items: center; color: var(--navy); background: var(--mint); border-radius: 50%; font-size: 17px; font-style: normal; font-weight: 900; transition: transform .15s ease; }
.selection-hub-more > summary:hover { background: #e4f5f0; border-color: #8fcfc0; }
.selection-hub-more[open] > summary i { transform: rotate(180deg); }
.selection-hub-grid--continuation { margin-top: 12px; }
.selection-hub-grid--price { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.selection-hub-grid--price a { min-height: 248px; padding: 12px; grid-template-columns: 1fr; grid-template-rows: 110px 1fr auto; gap: 8px; background: #f8fbfb; border: 1px solid var(--line); border-radius: 12px; }
.selection-hub-grid--price a:hover { padding-left: 12px; background: var(--white); border-color: #61bbaa; box-shadow: var(--shadow-small); }
.selection-hub-grid--price .selection-hub-choice__image { width: 100%; height: 110px; grid-column: 1; grid-row: 1; }
.selection-hub-grid--price .selection-hub-choice__image img { width: 104px; height: 104px; }
.selection-hub-grid--price .selection-hub-choice__copy { grid-column: 1; grid-row: 2; }
.selection-hub-grid--price .selection-hub-choice__copy strong { font-size: 1.45rem; letter-spacing: -.035em; }
.selection-hub-grid--price .selection-hub-choice__copy em { margin-top: 4px; }
.selection-hub-grid--price a > b { grid-column: 1; grid-row: 3; justify-self: start; }
.collection-related-grid a { position: relative; min-width: 0; padding: 17px 42px 16px 0; color: var(--ink); background: transparent; border-top: 1px solid var(--line); }
.collection-related-grid a:hover { color: var(--mint-dark); }
.collection-related-grid span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 13px; font-weight: 600; line-height: 1.35; }
.collection-related-grid strong { display: block; font-size: 15px; line-height: 1.35; }
.collection-related-grid small { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; }
.collection-related-grid i { position: absolute; top: 50%; right: 4px; color: var(--mint-dark); font-style: normal; font-weight: 850; transform: translateY(-50%); transition: transform .15s ease; }
.collection-related-grid a:hover i { transform: translate(4px,-50%); }
.collection-related-section { padding-top: 4px; }
.collection-shortlist { padding-block: 72px; }
.collection-shortlist--inline { display: flex; margin-bottom: 28px; padding: 22px; flex-direction: column; background: #f3f9f7; border: 1px solid #d7e9e5; border-radius: 17px; }
.collection-shortlist--inline > .section-heading { order: 0; }
.collection-shortlist--inline > .collection-shortlist__grid { order: 1; }
.collection-shortlist--inline > .collection-shortlist__answer { order: 2; margin-top: 14px; margin-bottom: 0; }
.collection-shortlist--inline > .collection-shortlist__comparisons { order: 3; }
.section--products > .container:has(> .collection-shortlist--inline) { display: flex; flex-direction: column; }
.section--products > .container:has(> .collection-shortlist--inline) > .collection-shortlist--inline { order: -2; }
.section--products > .container:has(> .collection-shortlist--inline) > .section-heading { order: -1; }
.collection-shortlist--inline .section-heading { margin-bottom: 10px; }
.collection-shortlist__actions { position: relative; z-index: 2; display: flex; gap: 12px; align-items: center; justify-content: space-between; }
.collection-shortlist__actions .button { min-height: 44px; font-size: 14px; }
.collection-shortlist .section-heading { margin-bottom: 24px; }
.collection-shortlist__answer { display: grid; grid-template-columns: 170px minmax(0,1fr); gap: 22px; align-items: start; margin-bottom: 14px; padding: 16px 18px; background: #e6f6f2; border: 1px solid #c2e8df; border-radius: 13px; }
.collection-shortlist__answer strong { color: var(--mint-dark); font-size: 14px; }
.collection-shortlist__answer p { margin: 0; color: var(--text); font-size: 15px; line-height: 1.55; }
.collection-shortlist__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.collection-shortlist__grid article { position: relative; min-width: 0; padding: 19px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; }
.collection-shortlist__rank { display: inline-flex; gap: 5px; align-items: baseline; margin-bottom: 10px; color: var(--muted); font-size: 14px; font-weight: 720; }
.collection-shortlist__rank b { color: var(--mint-dark); font-size: 19px; }
.collection-shortlist__grid h3 { min-height: 2.7em; margin-bottom: 14px; font-size: 17px; line-height: 1.35; }
.collection-shortlist__grid h3 a:hover { color: var(--mint-dark); }
.collection-shortlist__model-link { display: grid; min-width: 0; grid-template-columns: 58px minmax(0,1fr); gap: 10px; align-items: center; }
.collection-shortlist__model-link::after { position: absolute; z-index: 1; inset: 0; content: ""; }
.collection-shortlist__model-link:focus-visible::after { outline: 3px solid var(--mint-dark); outline-offset: -4px; }
.collection-shortlist__model-link img { width: 58px; height: 64px; padding: 3px; object-fit: contain; background: var(--white); border: 1px solid #dce7e8; border-radius: 10px; }
.collection-shortlist__model-link span { min-width: 0; overflow-wrap: anywhere; }
.collection-shortlist__grid dl { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 14px; }
.collection-shortlist__grid dl > div { min-width: 0; padding: 9px 10px; background: var(--soft); border-radius: 9px; }
.collection-shortlist__grid dt { color: var(--muted); font-size: 14px; line-height: 1.3; }
.collection-shortlist__grid dd { margin: 4px 0 0; color: var(--ink); font-size: 15px; font-weight: 820; line-height: 1.3; }
.collection-shortlist__grid .text-link { font-size: 14px; }
.collection-shortlist__comparisons { display: grid; grid-template-columns: auto repeat(2,minmax(0,1fr)); gap: 10px; align-items: stretch; margin-top: 18px; }
.collection-shortlist__comparisons > span { display: flex; max-width: 120px; align-items: center; color: var(--muted); font-size: 14px; font-weight: 720; }
.collection-shortlist__comparisons form { min-width: 0; }
.collection-shortlist__comparisons button { position: relative; width: 100%; height: 100%; min-width: 0; padding: 13px 42px 13px 14px; color: inherit; background: var(--white); border: 1px solid var(--line); border-radius: 11px; cursor: pointer; text-align: left; }
.collection-shortlist__comparisons button:hover { border-color: var(--mint-dark); box-shadow: var(--shadow-small); }
.collection-shortlist__comparisons small, .collection-shortlist__comparisons strong { display: block; }
.collection-shortlist__comparisons small { margin-bottom: 3px; color: var(--mint-dark); font-size: 14px; font-weight: 780; }
.collection-shortlist__comparisons strong { overflow-wrap: anywhere; color: var(--ink); font-size: 15px; line-height: 1.35; }
.collection-shortlist__comparisons i { color: var(--muted); font-style: normal; font-weight: 650; }
.collection-shortlist__comparisons button > b { position: absolute; top: 50%; right: 15px; color: var(--mint-dark); transform: translateY(-50%); }
.battery-choice-section { padding: 34px 0 18px; background: #f4f9f8; }
.battery-choice__heading { max-width: 820px; margin-bottom: 18px; }
.battery-choice__heading h2 { margin: 5px 0 7px; font-size: clamp(1.8rem,2.7vw,2.5rem); }
.battery-choice__heading p { margin: 0; color: var(--text); font-size: 17px; }
.battery-choice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.battery-choice-grid a { position: relative; display: flex; min-width: 0; min-height: 148px; padding: 20px 52px 20px 20px; flex-direction: column; justify-content: center; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-small); }
.battery-choice-grid a:hover { border-color: var(--mint-dark); transform: translateY(-2px); }
.battery-choice-grid__primary { background: #e7f7f3 !important; border-color: #a9dfd4 !important; }
.battery-choice-grid small { margin-bottom: 6px; color: var(--mint-dark); font-size: 14px; font-weight: 820; text-transform: uppercase; letter-spacing: .035em; }
.battery-choice-grid strong { color: var(--ink); font-size: 20px; line-height: 1.25; }
.battery-choice-grid span { margin-top: 6px; color: var(--text); font-size: 16px; line-height: 1.45; }
.battery-choice-grid b { position: absolute; top: 50%; right: 20px; display: grid; width: 32px; height: 32px; place-items: center; color: var(--mint-dark); background: #e4f5f1; border-radius: 50%; transform: translateY(-50%); }
.battery-shortlist-next { display: grid; margin-top: 18px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.battery-shortlist-next a { position: relative; min-height: 74px; padding: 13px 42px 13px 15px; background: var(--white); border: 1px solid var(--line); border-radius: 11px; }
.battery-shortlist-next a:hover { border-color: var(--mint-dark); }
.battery-shortlist-next small, .battery-shortlist-next strong { display: block; }
.battery-shortlist-next small { margin-bottom: 4px; color: var(--muted); font-size: 14px; }
.battery-shortlist-next strong { color: var(--mint-dark); font-size: 16px; }
.battery-mainstream { margin: 34px 0 38px; padding: 26px; background: #f4f9f8; border: 1px solid #d5e7e3; border-radius: 18px; }
.battery-mainstream__heading { display: flex; gap: 28px; align-items: end; justify-content: space-between; margin-bottom: 18px; }
.battery-mainstream__heading > div { max-width: 850px; }
.battery-mainstream__heading h2 { margin: 5px 0 7px; font-size: clamp(1.75rem,2.7vw,2.45rem); }
.battery-mainstream__heading p { margin: 0; color: var(--text); font-size: 16px; line-height: 1.55; }
.battery-mainstream__heading .button { flex: 0 0 auto; }
.battery-mainstream__list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; list-style: none; counter-reset: none; }
.battery-mainstream__list li { position: relative; display: grid; min-width: 0; min-height: 154px; padding: 15px; grid-template-columns: minmax(0,1fr) minmax(210px,.78fr); gap: 14px; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.battery-mainstream__list li:hover { border-color: #8fd2c5; box-shadow: var(--shadow-small); }
.battery-mainstream__product { position: relative; z-index: 1; display: grid; min-width: 0; grid-template-columns: 34px 70px minmax(0,1fr); gap: 10px; align-items: center; }
.battery-mainstream__product::after { position: absolute; z-index: 0; inset: -15px; content: ""; }
.battery-mainstream__product:focus-visible::after { outline: 3px solid var(--mint-dark); outline-offset: -3px; border-radius: 13px; }
.battery-mainstream__rank { display: grid; width: 32px; height: 32px; place-items: center; color: var(--white); background: var(--mint-dark); border-radius: 50%; font-size: 15px; }
.battery-mainstream__product img { width: 70px; height: 78px; padding: 4px; object-fit: contain; background: var(--white); border: 1px solid #dce7e8; border-radius: 10px; }
.battery-mainstream__product span { min-width: 0; }
.battery-mainstream__product strong, .battery-mainstream__product small { display: block; }
.battery-mainstream__product strong { overflow-wrap: anywhere; color: var(--ink); font-size: 17px; line-height: 1.3; }
.battery-mainstream__product small { margin-top: 6px; color: var(--mint-dark); font-size: 14px; font-weight: 780; }
.battery-mainstream__list dl { position: relative; z-index: 1; display: grid; margin: 0; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
.battery-mainstream__list dl > div { min-width: 0; padding: 8px 9px; background: var(--soft); border-radius: 9px; }
.battery-mainstream__list dt { color: var(--muted); font-size: 13px; line-height: 1.25; }
.battery-mainstream__list dd { margin: 3px 0 0; color: var(--ink); font-size: 15px; font-weight: 820; line-height: 1.25; }
.battery-mainstream__footer { display: flex; gap: 24px; align-items: center; justify-content: space-between; margin-top: 17px; }
.battery-mainstream__footer p { max-width: 760px; margin: 0; color: var(--text); font-size: 15px; line-height: 1.5; }
.battery-mainstream__footer .button { flex: 0 0 auto; }
@media (min-width: 621px) {
  .collection-shortlist--inline { padding-block: 16px; }
  .collection-shortlist--inline .section-heading p { margin-bottom: 0; }
  .collection-shortlist--inline .collection-shortlist__grid article { display: grid; grid-template-columns: minmax(0,1fr) auto; grid-template-rows: auto auto 1fr; column-gap: 13px; align-items: start; }
  .collection-shortlist--inline .collection-shortlist__rank,
  .collection-shortlist--inline .collection-shortlist__grid h3 { grid-column: 1; }
  .collection-shortlist--inline .collection-shortlist__grid h3 { min-height: 0; margin-bottom: 9px; }
  .collection-shortlist--inline .collection-shortlist__grid dl { grid-column: 1/-1; grid-row: 3; margin: 10px 0 0; }
  .collection-shortlist--inline .collection-shortlist__actions { grid-column: 2; grid-row: 1/3; flex-direction: column; justify-content: center; align-self: stretch; }
  .collection-shortlist--inline .collection-shortlist__actions .button,
  .collection-shortlist--inline .collection-shortlist__actions .text-link { min-height: 44px; justify-content: center; white-space: nowrap; }
}

.budget-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 15px; }
.budget-card { position: relative; min-width: 0; min-height: 142px; padding: 23px 38px 21px 19px; background: var(--white); border-left: 1px solid var(--line); transition: background .15s ease; }
.budget-card:first-child { border-left: 0; }
.budget-card:hover { background: #eff9f6; }
.budget-card > span, .budget-card small { display: block; color: var(--muted); font-size: 13px; line-height: 1.35; }
.budget-card strong { display: block; margin: 5px 0 12px; color: var(--ink); font-size: 1.48rem; letter-spacing: -.04em; }
.budget-card i { position: absolute; top: 22px; right: 17px; color: var(--mint-dark); font-size: 18px; font-style: normal; font-weight: 850; transition: transform .15s ease; }
.budget-card:hover i { transform: translateX(4px); }
.buying-paths { display: grid; grid-template-columns: auto repeat(3,minmax(0,1fr)); gap: 9px; align-items: stretch; margin-top: 16px; }
.buying-paths > span { display: flex; max-width: 145px; align-items: center; color: var(--muted); font-size: 13px; font-weight: 720; line-height: 1.35; }
.buying-paths a { position: relative; min-width: 0; padding: 13px 42px 13px 14px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.buying-paths a:hover { border-color: var(--mint-dark); box-shadow: var(--shadow-small); }
.buying-paths strong, .buying-paths small { display: block; }
.buying-paths strong { color: var(--ink); font-size: 14px; }
.buying-paths small { margin-top: 2px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.buying-paths i { position: absolute; top: 50%; right: 14px; color: var(--mint-dark); font-style: normal; font-weight: 850; transform: translateY(-50%); }

.brand-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0 28px; }
.brand-grid a { display: grid; min-width: 0; min-height: 96px; grid-template-columns: 64px minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 11px 2px 10px 0; background: transparent; border-top: 1px solid var(--line); }
.brand-grid__image { display: grid; width: 64px; height: 72px; grid-column: 1; grid-row: 1; place-items: center; background: var(--white); border: 1px solid #dce7e8; border-radius: 10px; }
.brand-grid__image img { width: 60px; height: 66px; padding: 3px; object-fit: contain; }
.brand-grid__copy { display: block; min-width: 0; grid-column: 2; grid-row: 1; }
.brand-grid__copy strong, .brand-grid__copy span, .brand-grid__copy small { display: block; min-width: 0; }
.brand-grid__copy strong { color: var(--ink); font-size: 16px; line-height: 1.25; }
.brand-grid__copy span { margin-top: 3px; color: var(--muted); font-size: 13px; }
.brand-grid__copy small { display: -webkit-box; overflow: hidden; margin-top: 5px; color: #70828c; font-size: 13px; line-height: 1.3; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.brand-grid i { grid-column: 3; grid-row: 1; align-self: center; color: var(--mint-dark); font-style: normal; transition: transform .15s ease; }
.brand-grid a:hover strong { color: var(--mint-dark); }
.brand-grid a:hover i { transform: translateX(4px); }
.brand-grid .brand-grid__all { min-height: 78px; grid-column: 1/-1; grid-template-columns: 1fr auto; margin-top: 8px; padding: 17px 2px 16px 0; border-bottom: 1px solid var(--line); }
.brand-grid__all strong, .brand-grid__all > span { grid-column: 1; }
.brand-grid__all > span { color: var(--muted); font-size: 13px; }
.brand-grid__all i { grid-column: 2; grid-row: 1/3; }
.brand-grid__all strong { color: var(--mint-dark); }

.comparison-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.comparison-card { min-width: 0; overflow: hidden; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; }
.comparison-card__link { display: grid; min-height: 100%; padding: 18px; grid-template-columns: 132px minmax(0,1fr); gap: 14px; align-items: center; color: inherit; border-radius: inherit; }
.comparison-card__link:focus-visible { outline: 3px solid var(--mint); outline-offset: -4px; }
.comparison-card__visual { position: relative; display: flex; align-items: center; height: 105px; }
.comparison-card__visual img { position: absolute; width: 79px; height: 90px; object-fit: contain; filter: drop-shadow(0 6px 8px rgba(0,0,0,.15)); }
.comparison-card__visual img:first-child { left: 0; }
.comparison-card__visual img:last-child { right: 0; }
.comparison-card__visual > span { position: relative; z-index: 2; display: grid; width: 29px; height: 29px; margin: auto; place-items: center; color: var(--navy); background: var(--mint); border: 3px solid var(--navy); border-radius: 50%; font-size: .52rem; font-weight: 900; }
.comparison-card h3 { margin-bottom: 8px; font-size: .9rem; letter-spacing: -.02em; }
.comparison-card h3 .comparison-card__separator { display: inline-block; padding-inline: 3px; color: var(--mint); font-family: inherit; font-weight: 850; white-space: nowrap; }
.comparison-card p { margin: 0 0 8px; color: #8fa5af; font-size: .7rem; }
.comparison-card .text-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--mint); font-size: .72rem; }
.comparison-card:hover { background: rgba(255,255,255,.105); border-color: rgba(55,214,186,.45); }
.comparison-grid--light .comparison-card { background: var(--white); border-color: var(--line); }
.comparison-grid--light .comparison-card h3 { color: var(--ink); }
.comparison-grid--light .comparison-card p { color: var(--muted); }
.comparison-grid--light .comparison-card h3 span, .comparison-grid--light .comparison-card .text-link { color: var(--mint-dark); }

.editorial-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.large-copy { color: #526873; font-size: 1.08rem; }
.feature-list article { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.feature-list article:last-child { border-bottom: 1px solid var(--line); }
.feature-list article > span { display: grid; width: 43px; height: 43px; place-items: center; color: var(--mint-dark); background: var(--mint-soft); border-radius: 50%; font-size: .74rem; font-weight: 820; }
.feature-list h3 { margin-bottom: 7px; }
.feature-list p { margin: 0; color: var(--muted); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 85px; align-items: start; }
.faq-item { display: grid; grid-template-columns: minmax(220px,.8fr) minmax(0,1.2fr); gap: 28px; padding: 22px 0; border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item h3 { display: flex; gap: 12px; margin: 0; color: var(--ink); font-size: .92rem; line-height: 1.45; }
.faq-item h3 span { flex: 0 0 auto; color: var(--mint-dark); font-size: .64rem; font-weight: 850; letter-spacing: .08em; }
.faq-item p { margin: 0; color: var(--text); font-size: .84rem; }

.page-intro { padding: 42px 0 48px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg,#f7fafb,#edf5f4); }
.page-intro .container { max-width: 980px; }
.page-intro h1 { margin-bottom: 16px; font-size: clamp(2.5rem,4.5vw,4rem); }
.page-intro p { max-width: 820px; margin: 0; font-size: 1.09rem; }
.page-intro--wide { padding-block: 80px; }
.page-intro--compact { padding-block: 32px 36px; }
.alphabet-nav { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 22px; }
.alphabet-nav a { display: grid; min-width: 44px; height: 44px; padding-inline: 10px; place-items: center; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 9px; font-size: .875rem; font-weight: 780; }
.alphabet-nav a:hover { color: var(--navy); background: var(--mint); border-color: var(--mint); }

.catalog-section { padding: 50px 0 90px; }
.catalog-layout { display: grid; grid-template-columns: 330px minmax(0,1fr); gap: 30px; align-items: start; }
.filter-panel { position: sticky; top: 86px; max-height: calc(100vh - 102px); overflow-y: auto; scrollbar-gutter: stable; padding: 0; background: var(--soft); border: 1px solid var(--line); border-radius: 16px; }
.filter-panel__title { position: sticky; z-index: 3; top: 0; display: flex; min-height: 72px; padding: 14px 18px; align-items: center; justify-content: space-between; background: rgba(245,248,249,.98); border-bottom: 1px solid var(--line); }
.filter-panel__title > div > span { display: block; margin-bottom: 2px; color: var(--mint-dark); font-size: 12px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.filter-panel__title h2 { margin: 0; font-size: 1.22rem; }
.filter-panel__title button { display: none; }
.filter-panel__title button b { display: none; }
.filter-panel__summary { padding: 14px 18px; background: #e7f7f3; border-bottom: 1px solid #bfe2da; }
.filter-panel__summary > strong { display: block; color: #075f50; font-size: 16px; }
.filter-panel__summary > small { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; }
.filter-panel__summary > div { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
.filter-panel__summary > div :is(a, button) { display: inline-flex; min-height: 36px; padding: 6px 8px 6px 10px; align-items: center; gap: 7px; color: #075f50; background: var(--white); border: 1px solid #b9ddd5; border-radius: 999px; font-size: 12px; font-weight: 760; line-height: 1.25; }
.filter-panel__summary > div :is(a, button):hover { border-color: var(--mint-dark); }
.filter-panel__summary > div i { color: #963c30; font-size: 17px; font-style: normal; line-height: 1; }
.filter-panel__clear { display: inline-flex; min-height: 40px; margin-top: 6px; align-items: center; color: #963c30; font-size: 13px; font-weight: 800; }
.filter-panel form { padding: 18px; }
.filter-panel label, .filter-panel legend { display: block; color: var(--ink); font-size: .94rem; font-weight: 760; }
.filter-panel input:not([type="checkbox"]):not([type="radio"]), .filter-panel select { width: 100%; height: 50px; margin-top: 7px; padding: 0 12px; color: var(--ink); background: var(--white); border: 1px solid #c9d7dc; border-radius: 9px; outline: 0; font: inherit; font-size: 15px; font-weight: 650; }
.filter-panel input:not([type="checkbox"]):not([type="radio"]):focus, .filter-panel select:focus { border-color: var(--mint-dark); outline: 3px solid rgba(14,139,117,.14); }
.filter-panel form > label, .filter-panel form > fieldset { margin-bottom: 20px; }
.filter-panel fieldset { padding: 0; border: 0; }
.filter-price__hint, .filter-price__custom { display: block; color: var(--muted); font-size: 13px; font-weight: 620; line-height: 1.4; }
.filter-price__hint { margin-top: 4px; }
.filter-price__presets { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; margin: 10px 0 14px; }
.filter-price__presets :is(a, button) { display: flex; min-height: 44px; padding: 7px 4px; align-items: center; justify-content: center; gap: 4px; color: var(--ink); background: var(--white); border: 1px solid #c9d7dc; border-radius: 9px; font-size: 13px; font-weight: 760; line-height: 1.15; text-align: center; }
.filter-price__presets :is(a, button):hover { color: #075f50; border-color: var(--mint-dark); background: var(--mint-soft); }
.filter-price__presets :is(a, button).is-selected { color: var(--white); background: #087c6c; border-color: #087c6c; }
.filter-price__presets i { font-style: normal; }
.filter-price__custom { margin: 0 0 3px; font-weight: 720; }
.price-inputs { display: grid; grid-template-columns: 1fr auto 1fr; gap: 7px; align-items: end; }
.price-inputs > span { padding-bottom: 10px; }
.filter-panel__features { margin: 3px 0 21px; padding-top: 4px; border-top: 1px solid var(--line); }
.filter-panel__features > p { margin: 12px 0 16px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.filter-panel .filter-check-group { margin: 0; padding: 14px 0; border-top: 1px solid #dbe5e7; }
.filter-panel .filter-check-group:first-of-type { border-top: 0; }
.filter-check-group legend { margin-bottom: 8px; font-size: 15px; }
.filter-check-group label { display: grid; min-height: 46px; grid-template-columns: 22px minmax(0,1fr); gap: 10px; align-items: center; cursor: pointer; font-size: 14px; font-weight: 680; line-height: 1.35; }
.filter-check-group input[type="checkbox"], .filter-check-group input[type="radio"] { width: 21px; height: 21px; margin: 0; accent-color: #087c6c; }
.filter-check-group input[type="checkbox"]:focus-visible, .filter-check-group input[type="radio"]:focus-visible { outline: 3px solid rgba(14,139,117,.22); outline-offset: 2px; }
.filter-check-group__clear { display: inline-flex; min-height: 40px; margin: 2px 0 0 32px; align-items: center; color: #075f50; font-size: 13px; font-weight: 760; text-decoration: underline; text-underline-offset: 3px; }
.filter-panel__actions { position: sticky; z-index: 2; bottom: -18px; margin: 4px -18px -18px; padding: 13px 18px max(14px,env(safe-area-inset-bottom)); background: rgba(245,248,249,.98); border-top: 1px solid var(--line); box-shadow: 0 -10px 20px rgba(7,26,45,.06); }
.filter-panel__actions .button { min-height: 52px; font-size: 15px; }
.filter-reset { display: flex; min-height: 44px; align-items: center; justify-content: center; margin-top: 4px; color: var(--coral-dark); font-size: 13px; font-weight: 780; text-align: center; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.catalog-toolbar p { margin: 0; color: var(--muted); }
.catalog-toolbar strong { color: var(--ink); }
.catalog-toolbar__actions { display: flex; gap: 9px; align-items: center; }
.catalog-sort label { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: 13px; font-weight: 740; }
.catalog-sort select { min-width: 190px; height: 44px; padding: 0 34px 0 11px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 9px; font: inherit; font-size: 14px; font-weight: 720; }
.catalog-sort select:hover, .catalog-sort select:focus { border-color: var(--mint-dark); }
.js .catalog-sort__submit { position: absolute; width: 1px; height: 1px; overflow: hidden; padding: 0; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.catalog-sort__submit { min-height: 44px; margin-left: 7px; padding: 8px 12px; color: var(--white); background: var(--navy); border: 0; border-radius: 8px; font: inherit; font-size: 14px; font-weight: 760; }
.catalog-inline-search { position: relative; margin-bottom: 16px; padding: 14px; background: #f4f9f8; border: 1px solid #cfe2df; border-radius: 13px; }
.catalog-inline-search > label { display: block; margin-bottom: 7px; color: var(--ink); font-size: 14px; font-weight: 800; }
.catalog-inline-search__row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; }
.catalog-inline-search input { min-width: 0; height: 48px; padding: 0 13px; color: var(--ink); background: var(--white); border: 1px solid #b9ccd0; border-radius: 9px; font: inherit; }
.catalog-inline-search input:focus { border-color: var(--mint-dark); outline: 3px solid rgba(14,139,117,.14); }
.catalog-inline-search button { min-width: 126px; padding: 0 16px; color: var(--white); background: var(--navy); border: 0; border-radius: 9px; cursor: pointer; font: inherit; font-weight: 780; }
.catalog-inline-search button:hover { background: var(--navy-3); }
.catalog-inline-search .model-search-results { position: absolute; z-index: 80; top: calc(100% - 8px); right: 14px; left: 14px; margin: 0; }
.filter-open { display: none; }
.filter-open__short { display: none; }
.catalog-mobile-filter-summary { display: none; }
.catalog-intro .container { max-width: var(--container); }
.catalog-shortcuts { display: grid; grid-template-columns: minmax(285px,.52fr) minmax(0,1.48fr); gap: 18px 26px; margin-top: 26px; padding: 20px; background: rgba(255,255,255,.72); border: 1px solid #d4e3e5; border-radius: 18px; box-shadow: 0 12px 34px rgba(7,32,50,.035); }
.catalog-shortcut-group { min-width: 0; }
.catalog-shortcut-group--identity { padding-right: 25px; border-right: 1px solid #dbe6e7; }
.catalog-shortcut-group > h2 { display: flex; gap: 9px; align-items: center; margin: 0 0 12px; color: var(--ink); font-size: 16px; font-weight: 830; line-height: 1.25; }
.catalog-shortcut-group > h2 b { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; color: #075f50; background: #dff7f1; border-radius: 50%; font-size: 13px; }
.catalog-shortcut-group > h2 > span { display: flex; gap: 5px 10px; align-items: baseline; flex-wrap: wrap; }
.catalog-shortcut-group > h2 small { color: var(--muted); font-size: 12px; font-weight: 650; }
.catalog-filter-rows { display: grid; }
.catalog-filter-row { display: grid; grid-template-columns: 118px minmax(0,1fr); gap: 11px; align-items: start; padding: 8px 0; border-top: 1px solid #e3ebec; }
.catalog-filter-row > span { padding-top: 13px; color: #526b76; font-size: 13px; font-weight: 790; line-height: 1.25; }
.catalog-filter-row > span small { display: block; margin-top: 2px; color: #526b76; font-size: 13px; font-weight: 650; }
.catalog-filter-row nav { display: flex; flex-wrap: wrap; gap: 7px; }
.catalog-filter-row--budget nav { display: grid; width: min(100%,720px); grid-template-columns: repeat(5,minmax(92px,1fr)); }
.catalog-shortcut-group--identity .catalog-filter-row { grid-template-columns: 1fr; gap: 5px; padding: 7px 0 10px; }
.catalog-shortcut-group--identity .catalog-filter-row > span { padding-top: 0; }
.catalog-shortcut-group--identity .catalog-filter-row:first-of-type { border-top: 0; }
.catalog-filter-row :is(a, button),
.catalog-filter-row button { display: inline-flex; min-height: 46px; padding: 9px 14px; align-items: center; justify-content: center; color: var(--navy); background: var(--white); border: 1px solid #cad8dc; border-radius: 999px; cursor: pointer; font: inherit; font-size: 14px; font-weight: 750; line-height: 1.2; }
.catalog-filter-row :is(a, button):hover,
.catalog-filter-row button:hover { border-color: var(--mint-dark); background: var(--mint-soft); }
.catalog-filter-row :is(a, button):focus-visible,
.catalog-filter-row button:focus-visible { outline: 3px solid rgba(14,139,117,.24); outline-offset: 2px; }
.catalog-filter-row :is(a, button).is-selected,
.quick-filter-links :is(a, button).is-selected { gap: 6px; color: #fff; background: #087c6c; border-color: #087c6c; box-shadow: 0 5px 13px rgba(8,124,108,.17); }
.catalog-filter-row :is(a, button).is-selected i,
.quick-filter-links :is(a, button).is-selected i { font-style: normal; font-weight: 900; }
.quick-filter-links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 0; }
.catalog-active-summary { display: flex; grid-column: 1/-1; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 15px; color: #075f50; background: #e5f8f3; border: 1px solid #bde3da; border-radius: 12px; }
.catalog-active-summary div { display: flex; min-width: 0; gap: 9px 14px; align-items: baseline; flex-wrap: wrap; }
.catalog-active-summary span, .catalog-active-summary small { color: #4f6b71; font-size: 13px; }
.catalog-active-summary strong { color: #075f50; font-size: 15px; }
.catalog-active-summary a { min-height: 44px; display: inline-flex; align-items: center; color: #9a3527; font-size: 14px; font-weight: 800; white-space: nowrap; }
.catalog-active-summary__actions { display: flex; align-items: center; gap: 8px 16px; }
.catalog-active-summary .catalog-results-jump { padding: 8px 13px; color: #fff; background: #087c6c; border-radius: 9px; }
.catalog-active-summary .catalog-results-jump:hover { background: #066c5e; }
.catalog-active-summary.is-empty { color: #704119; background: #fff5e8; border-color: #edcfaa; }
.catalog-active-summary.is-empty strong { color: #704119; }
.catalog-active-summary.is-empty span,
.catalog-active-summary.is-empty small { color: #795c42; }
.catalog-active-summary.is-empty .catalog-results-jump { background: #8b5525; }
.catalog-filter-row [id^="catalog-filter-"] { scroll-margin-top: 130px; }
.catalog-filter-row :is(a, button), .quick-filter-links :is(a, button) { font-size: 16px; min-height: 48px; }
.catalog-filter-row > span, .catalog-filter-row > span small { font-size: 15px; }
.filter-panel__summary > div :is(a, button) { min-height: 44px; font-size: 14px; cursor: pointer; text-align: left; }
.filter-price__presets :is(a, button) { font-size: 15px; cursor: pointer; }
.empty-state__filters button { font-family: inherit; cursor: pointer; }
.no-js .catalog-shortcuts { display: none; }
.pagination-intro { padding: 28px 0 22px; background: var(--soft); border-bottom: 1px solid var(--line); }
.pagination-intro .eyebrow { margin-bottom: 7px; }
.pagination-intro h1 { margin: 0 0 7px; color: var(--ink); font-size: clamp(1.7rem,3.2vw,2.5rem); }
.pagination-intro p { margin: 0; color: var(--muted); font-size: .84rem; }
.pagination-intro a { color: var(--mint-dark); font-weight: 760; }
.product-grid--catalog { grid-template-columns: repeat(3,minmax(0,1fr)); }
.listing-continuation { display: grid; justify-items: center; gap: 14px; margin-top: 32px; padding: 24px 16px; border-top: 1px solid var(--line); overflow-anchor: none; }
.listing-continuation [data-load-more-status] { margin: 0; max-width: 44em; font-size: 16px; line-height: 1.5; text-align: center; color: var(--muted); }
.listing-auto { display: flex; align-items: center; gap: 10px; min-height: 44px; font-size: 16px; cursor: pointer; }
.listing-auto input { width: 20px; height: 20px; flex-shrink: 0; accent-color: var(--mint-dark); }
.listing-settings { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 20px; min-height: 48px; margin: 0 0 16px; }
.listing-settings > button { min-height: 44px; border: 0; padding: 6px 0; background: transparent; color: var(--mint-dark); font: inherit; font-size: 16px; font-weight: 700; cursor: pointer; }
.listing-settings > button:hover { text-decoration: underline; }
.js [data-load-more-grid]:has(+ [data-load-more]):not(.has-listing-settings)::before { content: ''; display: block; grid-column: 1 / -1; min-height: 48px; }
.listing-continuation [hidden] { display: none; }
.no-js .listing-continuation > button, .no-js .listing-auto { display: none; }
.sitemap-brand-group { border-top: 1px solid var(--line); padding: 8px 0; }
.sitemap-brand-group summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 52px; padding: 8px 12px; cursor: pointer; font-size: 18px; font-weight: 750; }
.sitemap-brand-group summary::after { content: '+'; font-size: 24px; color: var(--mint-dark); }
.sitemap-brand-group[open] summary::after { content: '−'; }
.sitemap-brand-group summary span { margin-left: auto; color: var(--muted); font-size: 16px; font-weight: 500; }
.sitemap-brand-group .sitemap-link-grid { padding: 12px; }
.advice-intro { max-width: 1120px; }
.advice-intro h1 { max-width: 22ch; }
.advice-toc { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.advice-toc a { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 10px 16px; background: white; border: 1px solid var(--line); border-radius: 10px; color: var(--mint-dark); font-size: 16px; font-weight: 700; }
.advice-layout { display: grid; grid-template-columns: minmax(0, 850px) minmax(250px,340px); justify-content: center; gap: 48px; padding-top: 32px; padding-bottom: 40px; }
.advice-prose { min-width: 0; }
.advice-prose > section { margin-bottom: 36px; scroll-margin-top: 110px; }
.advice-prose h2 { font-size: clamp(24px, 2.6vw, 34px); line-height: 1.2; }
.advice-prose :is(p,li) { font-size: 18px; line-height: 1.65; color: #334e5c; }
.advice-prose li { margin-bottom: 10px; }
.advice-table { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
.advice-table table { width: 100%; border-collapse: collapse; }
.advice-table :is(th,td) { padding: 15px; text-align: left; font-size: 17px; line-height: 1.5; vertical-align: top; border-bottom: 1px solid var(--line); }
.advice-table thead { background: var(--mint-soft); }
.advice-next { align-self: start; position: sticky; top: 100px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--soft); }
.advice-next h2 { font-size: 24px; }
.advice-next > p { font-size: 17px; line-height: 1.5; }
.advice-next > a:not(.button) { display: flex; gap: 14px; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--mint-dark); font-size: 17px; }
.advice-next .button { width: 100%; margin-top: 20px; white-space: normal; text-align: center; }
.advice-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.advice-card-grid > a { display: flex; flex-direction: column; gap: 14px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.advice-card-grid > a:hover { border-color: var(--mint-dark); background: var(--mint-soft); }
.advice-card-grid strong { font-size: 21px; color: var(--ink); line-height: 1.3; }
.advice-card-grid span { color: #4a6471; font-size: 17px; line-height: 1.5; }
.advice-card-grid b { margin-top: auto; color: var(--mint-dark); font-size: 17px; }
.advice-card-grid i { font-style: normal; }
@media (max-width: 960px) { .advice-layout { grid-template-columns: minmax(0,1fr); gap: 16px; } .advice-next { position: static; } .advice-card-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .advice-prose :is(p,li) { font-size: 17px; } .advice-table :is(th,td) { padding: 10px; font-size: 16px; } .advice-card-grid > a { padding: 20px; } }
.load-more-progress { display: grid; width: min(100%,340px); gap: 7px; }
.load-more-progress progress { display: block; width: 100%; height: 7px; border: 0; border-radius: 999px; overflow: hidden; appearance: none; background: #dfe8eb; color: var(--mint-dark); }
.load-more-progress progress::-webkit-progress-bar { background: #dfe8eb; }
.load-more-progress progress::-webkit-progress-value { background: var(--mint-dark); border-radius: 999px; }
.load-more-progress progress::-moz-progress-bar { background: var(--mint-dark); border-radius: 999px; }
.load-more-progress p { margin: 0; color: var(--muted); font-size: 16px; text-align: center; }
.load-more-progress strong { color: var(--ink); }
.load-more-progress b { font: inherit; }
.load-more-button { min-width: 278px; justify-content: center; gap: 10px; min-height: 50px; box-shadow: 0 8px 18px rgba(7,26,45,.12); }
.load-more-button small { color: #bfd0d7; font-size: 13px; font-weight: 720; }
.load-more-button i { display: none; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.35); border-top-color: var(--white); border-radius: 50%; animation: load-more-spin .7s linear infinite; }
.listing-continuation.is-loading .load-more-button { pointer-events: none; opacity: .78; }
.listing-continuation.is-loading .load-more-button i { display: block; }
.listing-continuation.is-loading .load-more-button small { display: none; }
.listing-continuation.has-error .load-more-button { background: #9d392e; border-color: #9d392e; }
@keyframes load-more-spin { to { transform: rotate(360deg); } }
.empty-state { max-width: 840px; margin-inline: auto; padding: 58px 20px 68px; text-align: center; }
.empty-state > span { display: block; color: var(--mint-dark); font-size: 3.6rem; line-height: 1; }
.empty-state h2 { margin: 10px 0 8px; font-size: 1.8rem; }
.empty-state > p { max-width: 650px; margin: 0 auto 24px; }
.empty-state__prompt { display: block; margin-bottom: 10px; color: var(--ink); font-size: .9rem; }
.empty-state__filters { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; margin: 0 auto 22px; }
.empty-state__filters :is(a, button) { display: inline-flex; min-height: 46px; padding: 9px 14px 9px 10px; gap: 8px; align-items: center; color: var(--navy); background: var(--white); border: 1px solid #b8ccd1; border-radius: 999px; font-size: .875rem; font-weight: 760; line-height: 1.25; }
.empty-state__filters :is(a, button) > span { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--mint-dark); border-radius: 50%; font-size: 1.15rem; line-height: 1; }
.empty-state__filters :is(a, button):hover { color: #8d3027; background: #fff6f3; border-color: #d69287; }
.empty-state__filters :is(a, button):hover > span { background: #b8483a; }

.brand-hero { margin-top: 18px; padding: 45px 0 50px; overflow: hidden; background: var(--navy); }
.brand-hero h1 { margin-bottom: 18px; color: var(--white); font-size: clamp(2.7rem,5vw,4.6rem); }
.brand-hero p { max-width: 770px; color: #bbcad2; font-size: 1.06rem; }
.brand-hero__grid { display: grid; grid-template-columns: 1fr 260px; gap: 80px; align-items: center; }
.brand-stats { display: flex; gap: 12px; margin-top: 22px; }
.brand-stats div { min-width: 150px; padding: 15px 17px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: 12px; }
.brand-stats strong, .brand-stats span { display: block; }
.brand-stats strong { color: var(--mint); font-size: 1.2rem; }
.brand-stats span { color: #9cb0ba; font-size: .68rem; }
.brand-series-links { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin-top: 18px; }
.brand-series-links > span { color: #9db2bb; font-size: .68rem; font-weight: 750; }
.brand-series-links a { padding: 6px 10px; color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-size: .7rem; font-weight: 760; }
.brand-series-links a:hover { color: var(--navy); background: var(--mint); border-color: var(--mint); }
.brand-buying-link { margin-top: 8px; }
.brand-monogram { position: relative; display: grid; width: 230px; height: 230px; place-items: center; color: var(--white); background: linear-gradient(145deg,var(--navy-3),#123748); border: 1px solid rgba(255,255,255,.14); border-radius: 36% 64% 55% 45%/44% 35% 65% 56%; font-size: 5.2rem; font-weight: 860; letter-spacing: -.12em; box-shadow: inset 0 0 60px rgba(55,214,186,.1); transform: rotate(5deg); }
.brand-monogram span { position: absolute; right: 13px; bottom: 21px; width: 53px; height: 53px; background: var(--coral); border-radius: 50%; mix-blend-mode: screen; }
.content-columns { display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: start; }
.prose { max-width: 760px; }
.prose h2 { margin-top: 0; }
.prose h3 { margin-top: 35px; }
.callout-card { padding: 30px; background: var(--mint-soft); border: 1px solid #bdebe0; border-radius: var(--radius); }
.callout-card > span { color: var(--mint-dark); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.callout-card h2 { margin-top: 10px; font-size: 1.55rem; }
.brand-directory { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.brand-directory a { display: grid; grid-template-columns: 52px 1fr auto; gap: 13px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 13px; }
.brand-directory a:hover { border-color: var(--mint); background: var(--mint-soft); }
.brand-directory__mark { display: grid; width: 50px; height: 50px; place-items: center; color: var(--navy); background: #e9eff1; border-radius: 12px; font-weight: 850; }
.brand-directory strong, .brand-directory small { display: block; }
.brand-directory strong { color: var(--ink); }
.brand-directory small { color: var(--muted); }
.brand-directory i { color: var(--mint-dark); font-style: normal; }
.brand-directory-section { padding-top: 54px; }
.brands-page .page-intro > .container { max-width: var(--container); }
.brands-page .page-intro h1 { max-width: 940px; }
.brands-page .page-intro p { max-width: 760px; }
.brand-letter-group { scroll-margin-top: 105px; }
.brand-letter-group + .brand-letter-group { margin-top: 40px; }
.brand-letter-group > h2 { margin-bottom: 13px; color: var(--mint-dark); font-size: 1.35rem; }

.sitemap-section { padding-top: 58px; }
.sitemap-layout { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 42px 50px; }
.sitemap-layout section { min-width: 0; }
.sitemap-layout h2 { margin-bottom: 15px; font-size: 1.35rem; }
.sitemap-layout nav:not(.sitemap-link-grid) { display: grid; gap: 7px; }
.sitemap-layout nav a { min-width: 0; overflow-wrap: anywhere; color: var(--ink); font-size: .83rem; }
.sitemap-layout nav a:hover { color: var(--mint-dark); }
.sitemap-layout nav small { color: var(--muted); font-size: 13px; }
.sitemap-layout__wide { grid-column: 1/-1; }
.sitemap-link-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 7px 20px; margin-bottom: 16px; }

.product-hero { padding: 24px 0 42px; }
.product-hero__grid { display: grid; grid-template-columns: .8fr 1.2fr; grid-template-rows: auto auto; column-gap: 55px; row-gap: 4px; align-items: start; }
.product-gallery { grid-column: 1; grid-row: 1/3; align-self: center; }
.product-title { min-width: 0; grid-column: 2; grid-row: 1; }
.product-summary { min-width: 0; grid-column: 2; grid-row: 2; }
.product-gallery__main { position: relative; display: grid; min-height: 410px; padding: 30px; place-items: center; background: linear-gradient(145deg,#f0f5f5,#fff); border: 1px solid var(--line); border-radius: 24px; }
.product-gallery__main img { width: 350px; height: 350px; object-fit: contain; mix-blend-mode: multiply; }
.product-gallery > p { margin: 9px 0 0; color: var(--muted); font-size: .68rem; text-align: center; }
.product-gallery__thumbs { display: flex; gap: 7px; justify-content: center; margin-top: 9px; }
.product-gallery__thumbs button { display: grid; width: 58px; height: 64px; padding: 2px; place-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 9px; cursor: pointer; }
.product-gallery__thumbs button:hover, .product-gallery__thumbs button.is-selected { border-color: var(--mint-dark); box-shadow: 0 0 0 2px rgba(14,139,117,.12); }
.product-gallery__thumbs img { width: 50px; height: 56px; object-fit: contain; mix-blend-mode: multiply; }
.product-title h1 { margin-bottom: 8px; font-size: clamp(2.45rem,4.2vw,3.8rem); }
.product-title-rating { display: flex; flex-wrap: wrap; gap: 5px; align-items: center; margin: 0 0 4px; color: var(--muted); font-size: 14px; }
.product-title-rating > span:first-child, .product-title-rating strong { color: #8a6500; }
.product-title-rating strong { font-size: 15px; }
.product-lead { max-width: 700px; margin: 0 0 8px; color: var(--muted); font-size: 1.03rem; line-height: 1.5; }
.offer-row--bundle { background: #fffaf1; }
.offer-row--bundle .offer-name small { color: #8b5f16; font-weight: 760; }
.score-line { display: flex; align-items: center; gap: 9px; margin: 0; }
.score-badge { display: flex; align-items: baseline; gap: 2px; padding: 8px 10px; color: var(--navy); background: var(--mint); border-radius: 10px; }
.score-badge strong { font-size: 1.2rem; }
.score-badge span { font-size: .65rem; }
.score-line b, .score-line small { display: block; }
.score-line b { color: var(--ink); font-size: .82rem; }
.score-line small { color: var(--muted); }
.price-panel { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; margin: 12px 0 8px; padding: 14px 18px; background: var(--navy); border-radius: 15px; }
.price-panel > div span, .price-panel > div small { display: block; color: #9cb0ba; font-size: .68rem; }
.price-panel > div strong { display: block; color: var(--white); font-size: 1.8rem; line-height: 1.15; }
.price-panel .button { justify-self: end; }
.product-primary-cta-home { display: flex; justify-content: flex-end; }
.product-price-cta__short { display: none; }
.quick-variants { margin: 8px 0 7px; }
.quick-variants > span { display: block; margin-bottom: 5px; color: var(--muted); font-size: .62rem; font-weight: 760; text-transform: uppercase; }
.quick-variants > div { display: flex; gap: 6px; overflow-x: auto; padding: 2px 2px 4px; scrollbar-width: none; }
.quick-variants > div::-webkit-scrollbar { display: none; }
.quick-variants button { min-width: max-content; padding: 7px 10px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 8px; cursor: pointer; font: inherit; line-height: 1.25; text-align: left; }
.quick-variants button:hover, .quick-variants button.is-selected { background: var(--mint-soft); border-color: var(--mint-dark); }
.quick-variants button.is-selected { box-shadow: 0 0 0 2px rgba(14,139,117,.11); }
.quick-variants button:focus-visible { outline: 3px solid #15947e; outline-offset: 2px; }
.quick-variants b, .quick-variants small { display: block; }
.quick-variants b { font-size: .66rem; }
.quick-variants small { margin-top: 2px; color: var(--mint-dark); font-size: .6rem; font-weight: 740; }
.quick-variants > p { margin: 3px 0 0; color: var(--muted); font-size: 13px; line-height: 1.35; }
.affiliate-note { display: flex; gap: 7px; align-items: flex-start; margin: 10px 0; color: var(--muted); font-size: .66rem; line-height: 1.45; }
.affiliate-note svg { width: 14px; flex: 0 0 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.quick-specs { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: 12px; }
.quick-specs div { padding: 10px 12px; background: var(--soft); border-radius: 10px; }
.quick-specs .quick-specs__selected { background: #e8f7f3; box-shadow: inset 0 0 0 1px #c1e7dd; }
.quick-specs .quick-specs__selected > span { color: #176b5d; font-weight: 740; }
.quick-specs span, .quick-specs strong { display: block; }
.quick-specs span { color: var(--muted); font-size: .65rem; }
.quick-specs strong { overflow: visible; color: var(--ink); font-size: .78rem; line-height: 1.3; white-space: normal; overflow-wrap: anywhere; }
.price-history-card { display: grid; grid-template-columns: minmax(0,1.65fr) repeat(2,minmax(105px,.7fr)); gap: 10px; align-items: center; margin-top: 8px; padding: 9px 11px; background: #f7fafb; border: 1px solid #d7e3e7; border-radius: 10px; }
.price-history-card.is-at-minimum { background: #eaf8f4; border-color: #9dd9cb; }
.price-history-card.is-at-minimum .price-history-card__intro strong { color: #086451; }
.price-history-card.is-below-median { background: #f0f7fa; border-color: #b9d6df; }
.price-history-card.is-below-median .price-history-card__intro strong { color: #245f75; }
.price-history-card__intro span, .price-history-card__intro strong, .price-history-card__intro small, .price-history-card__stat span, .price-history-card__stat strong { display: block; }
.price-history-card__intro span { color: var(--mint-dark); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.price-history-card__intro strong { color: var(--ink); font-size: 14px; line-height: 1.35; }
.price-history-card__intro small { margin-top: 3px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.price-history-card__stat { min-width: 0; padding-left: 10px; border-left: 1px solid #cbdcdf; }
.price-history-card__stat span { color: var(--muted); font-size: 13px; }
.price-history-card__stat strong { overflow: hidden; color: var(--ink); font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.price-history-card__action { grid-column: 1/-1; display: grid; grid-template-columns: minmax(220px,.8fr) minmax(0,1.2fr); gap: 10px; align-items: center; min-width: 0; padding-top: 8px; border-top: 1px solid #cbdcdf; }
.price-history-card__action .price-history-card__button { width: 100%; min-height: 46px; padding: 9px 11px; font-size: 14px; }
.price-history-card__action small { display: block; color: var(--muted); font-size: 13px; line-height: 1.4; }
.price-history-card__action .price-history-card__button.is-saved { color: var(--navy); background: var(--mint); border-color: var(--mint); }
.price-alert-card { scroll-margin-top: 140px; margin-top: 11px; padding: 14px; background: linear-gradient(145deg,#edf9f6,#f8fcfb); border: 1px solid #abdcd2; border-radius: 12px; }
.price-alert-card__heading { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 10px; align-items: start; margin-bottom: 11px; }
.price-alert-card__heading > span { display: grid; width: 34px; height: 34px; place-items: center; color: #075f50; background: #bcece2; border-radius: 9px; font-size: 20px; font-weight: 900; }
.price-alert-card__heading h2 { margin: 0 0 3px; font-size: 18px; letter-spacing: -.02em; }
.price-alert-card__heading p { margin: 0; color: #48666a; font-size: 14px; line-height: 1.45; }
.price-alert-card form { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(190px,.75fr); gap: 9px; }
.price-alert-field { display: block; min-width: 0; }
.price-alert-field > span:first-child, .price-alert-current > span { display: block; margin: 0 0 4px; color: #36555c; font-size: 14px; font-weight: 800; line-height: 1.3; }
.price-alert-field select, .price-alert-field input { width: 100%; min-width: 0; min-height: 48px; padding: 9px 11px; color: var(--ink); background: var(--white); border: 1px solid #9dbec1; border-radius: 9px; font-size: 16px; line-height: 1.25; }
.price-alert-field select { padding-right: 34px; text-overflow: ellipsis; }
.price-alert-field select:hover, .price-alert-field input:hover { border-color: #5a9d92; }
.price-alert-field select:focus, .price-alert-field input:focus { border-color: #167bd8; }
.price-alert-current { min-width: 0; padding: 7px 10px; background: rgba(255,255,255,.72); border: 1px solid #cae3de; border-radius: 9px; }
.price-alert-current output { display: block; overflow: hidden; color: #075f50; font-size: 18px; font-weight: 900; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.price-alert-money-input { position: relative; display: block; }
.price-alert-money-input input { padding-right: 34px; }
.price-alert-money-input b { position: absolute; top: 50%; right: 12px; color: #36555c; font-size: 16px; pointer-events: none; transform: translateY(-50%); }
.price-alert-consent { grid-column: 1/-1; display: grid; min-height: 44px; grid-template-columns: 24px minmax(0,1fr); gap: 9px; align-items: start; padding: 9px 10px; color: #375860; background: rgba(255,255,255,.68); border: 1px solid #cae3de; border-radius: 9px; cursor: pointer; font-size: 14px; line-height: 1.45; }
.price-alert-consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: #08705d; }
.price-alert-card__actions { grid-column: 1/-1; display: flex; gap: 10px; align-items: center; }
.price-alert-card__actions .button { min-height: 48px; }
.price-alert-card__actions > a:not(.button) { display: inline-flex; min-height: 44px; align-items: center; padding: 7px 2px; color: #075f50; font-size: 14px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.price-alert-status { grid-column: 1/-1; margin: 0; padding: 10px 11px; color: #31545a; background: #e9f1f2; border-radius: 8px; font-size: 14px; font-weight: 700; line-height: 1.45; }
.price-alert-status:empty { display: none; }
.price-alert-status.is-success, .price-alert-status.is-reached { color: #075f50; background: #dff5ef; }
.price-alert-status.is-error { color: #8f3025; background: #fff0ed; }
.price-alert-status.is-loading { color: #355d6d; background: #e8f3f7; }
.price-alert-reached { grid-column: 1/-1; width: 100%; min-height: 48px; }
.price-alert-reached[hidden] { display: none !important; }
.user-rating { display: flex; gap: 9px; align-items: center; margin: 0; }
.user-rating__score { padding: 8px 11px; color: #795700; background: #fff4cf; border-radius: 9px; font-weight: 820; }
.user-rating strong, .user-rating small { display: block; }
.user-rating strong { color: var(--ink); font-size: .8rem; }
.user-rating small { color: var(--muted); font-size: .67rem; }
.product-signals { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 14px; }
.data-confidence { display: flex; flex-wrap: wrap; gap: 7px; margin: 13px 0 8px; }
.data-confidence span { padding: 6px 9px; color: var(--muted); background: var(--soft); border: 1px solid var(--line); border-radius: 999px; font-size: .68rem; line-height: 1.25; }
.data-confidence b { color: var(--ink); }
.data-confidence a { align-self: center; color: var(--mint-dark); font-size: .68rem; font-weight: 740; text-decoration: underline; text-decoration-color: #9bd5c9; text-underline-offset: 3px; }
.product-hero-actions { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-top: 4px; }
.product-compare-add { margin: 0; }
.product-save.is-saved { color: var(--navy); background: var(--mint-soft); border-color: #83d8c8; }
.product-save [data-save-icon] { font-size: 1.1rem; line-height: 1; }
.product-save-manage { display: inline-flex; min-height: 44px; gap: 7px; align-items: center; padding: 8px 3px; color: var(--mint-dark); font-size: .875rem; font-weight: 800; text-decoration: underline; text-decoration-color: #8dccbf; text-underline-offset: 4px; }
.product-save-manage:hover { color: var(--navy); text-decoration-color: var(--navy); }
.product-save-manage[hidden] { display: none !important; }
.anchor-nav { position: sticky; z-index: 50; top: 76px; background: rgba(255,255,255,.95); border-block: 1px solid var(--line); backdrop-filter: blur(12px); }
.anchor-nav .container { display: flex; gap: 34px; overflow-x: auto; scrollbar-width: none; }
.anchor-nav .container::-webkit-scrollbar { display: none; }
.anchor-nav a { position: relative; padding: 15px 0; flex: 0 0 auto; color: var(--muted); font-size: .94rem; font-weight: 740; }
.anchor-nav a:hover, .anchor-nav a.is-active { color: var(--mint-dark); }
.anchor-nav a.is-active::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; content: ""; background: var(--mint-dark); border-radius: 3px 3px 0 0; }
#prehlad { padding-top: 52px; }
.verdict-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; align-items: start; }
.verdict-grid > * { min-width: 0; max-width: 100%; }
.verdict-card { padding: 30px; border: 1px solid var(--line); border-radius: 17px; }
.verdict-card { background: var(--mint-soft); border-color: #bdebe0; }
.verdict-card--watch { background: #fff5ed; border-color: #f5d8c2; }
.verdict-card__icon { display: grid; width: 36px; height: 36px; margin-bottom: 25px; place-items: center; color: var(--white); background: var(--mint-dark); border-radius: 50%; font-weight: 850; }
.verdict-card--watch .verdict-card__icon { background: var(--coral); }
.verdict-card ul { margin: 0; padding: 0; list-style: none; }
.verdict-card h3 { margin-bottom: 16px; font-size: 1.28rem; }
.verdict-card li { position: relative; padding: 7px 0 7px 20px; font-size: 1rem; line-height: 1.5; }
.verdict-card li::before { position: absolute; left: 0; content: "•"; color: var(--mint-dark); font-weight: 900; }
.source-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--mint-dark); font-size: .875rem; font-weight: 730; }
.source-links { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 10px; }
.source-links .source-link { display: inline-flex; align-items: center; min-height: 30px; white-space: nowrap; }
.section--generation { scroll-margin-top: 118px; background: linear-gradient(135deg,#f4fbf9 0%,#f8fafb 60%,#fff7f3 100%); border-block: 1px solid #dceae7; }
.generation-heading { align-items: end; }
.generation-heading > div { max-width: 760px; }
.generation-heading .eyebrow { margin-bottom: 10px; }
.generation-heading h2 { max-width: 680px; font-size: clamp(2.15rem,4vw,3.45rem); line-height: 1.02; }
.generation-heading p { max-width: 700px; }
.generation-pair { display: grid; grid-template-columns: minmax(0,1fr) 48px minmax(0,1fr); gap: 14px; align-items: center; margin-bottom: 14px; padding: 13px; background: #edf3f4; border: 1px solid #d7e2e4; border-radius: 17px; }
.generation-pair__model { display: grid; grid-template-columns: 82px minmax(0,1fr) auto; gap: 8px 12px; align-items: center; min-width: 0; padding: 10px 14px; color: inherit; background: var(--white); border: 1px solid var(--line); border-radius: 13px; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.generation-pair__model > span { grid-column: 1/-1; color: var(--muted); font-size: 14px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.generation-pair__model.is-current > span { color: var(--mint-dark); }
.generation-pair__model.is-current { cursor: default; border-color: #b8ded6; background: #f9fdfc; }
.generation-pair__model > i { color: var(--mint-dark); font-size: 13px; font-style: normal; font-weight: 800; white-space: nowrap; }
.generation-pair__model:hover { border-color: #8bcfc0; box-shadow: 0 8px 20px rgba(14,123,104,.1); transform: translateY(-1px); }
.generation-pair__model:focus-visible { outline: 3px solid rgba(14,123,104,.28); outline-offset: 2px; }
.generation-pair img { width: 82px; height: 88px; object-fit: contain; mix-blend-mode: multiply; }
.generation-pair strong, .generation-pair small { display: block; }
.generation-pair strong { color: var(--ink); font-size: 1rem; line-height: 1.25; }
.generation-pair small { margin-top: 4px; color: var(--mint-dark); font-size: 14px; font-weight: 760; }
.generation-pair__arrow { display: grid; width: 42px; height: 42px; place-items: center; color: var(--mint-dark); background: #d7f4ed; border: 1px solid #b7e6da; border-radius: 50%; }
.generation-pair__arrow svg { width: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.generation-differences { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 12px; }
.generation-differences--5 { grid-template-columns: repeat(6,minmax(0,1fr)); }
.generation-differences--5 > article { grid-column: span 2; }
.generation-differences--5 > article:nth-last-child(-n+2) { grid-column: span 3; }
.generation-differences article { display: flex; min-width: 0; min-height: 210px; padding: 18px; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow-small); }
.generation-differences h3 { min-height: 2.5em; margin: 0; color: var(--ink); font-size: .9rem; line-height: 1.3; }
.generation-difference-values { display: grid; grid-template-columns: minmax(0,1fr) 30px minmax(0,1fr); gap: 8px; align-items: end; margin: 16px 0; }
.generation-difference-values p { min-width: 0; margin: 0; }
.generation-difference-values small, .generation-difference-values strong { display: block; }
.generation-difference-values small { overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.25; white-space: nowrap; }
.generation-difference-values strong { min-height: 2.4em; margin-top: 5px; color: var(--ink); font-size: .9rem; line-height: 1.2; overflow-wrap: anywhere; }
.generation-difference-values i { display: grid; width: 30px; height: 30px; margin-bottom: 2px; place-items: center; color: var(--mint-dark); background: var(--mint-soft); border-radius: 50%; font-style: normal; }
.generation-difference-values i svg { width: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.generation-differences em { display: grid; grid-template-columns: 18px minmax(0,1fr); gap: 2px 7px; align-items: center; width: 100%; margin-top: auto; padding: 9px 10px; color: #176252; background: #e7f7f3; border-radius: 10px; font-size: 12px; font-style: normal; line-height: 1.25; }
.generation-differences em.is-predecessor { color: #38556a; background: #edf3f6; }
.generation-differences em span { display: grid; grid-row: 1/3; width: 18px; height: 18px; place-items: center; color: var(--white); background: #176252; border-radius: 50%; font-size: 10px; }
.generation-differences em b { font-weight: 800; }
.generation-differences em small { overflow: hidden; color: inherit; font-size: 12px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.generation-differences em.is-predecessor span { background: #38556a; }
.generation-price { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px; align-items: center; margin-top: 14px; padding: 20px 22px; background: var(--navy); border-radius: 15px; }
.generation-price span, .generation-price strong, .generation-price small { display: block; }
.generation-price span { color: var(--mint); font-size: .64rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.generation-price strong { margin: 3px 0; color: var(--white); font-size: .92rem; }
.generation-price small { color: #9eb2bc; font-size: .65rem; line-height: 1.45; }
.generation-price .button { white-space: nowrap; }
.specs-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: start; }
.spec-table { background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.spec-table > div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 20px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.spec-table > div:last-child { border: 0; }
.spec-table span { color: var(--muted); font-size: .78rem; }
.spec-table strong { color: var(--ink); font-size: .83rem; }
.spec-groups { columns: 2 520px; column-gap: 16px; }
.spec-groups--sparse { max-width: 1040px; columns: 1; }
.spec-category-nav, .comparison-category-nav { display: flex; gap: 18px; align-items: center; margin-bottom: 18px; padding: 13px 15px; background: var(--white); border: 1px solid #cfdce0; border-radius: 13px; }
.comparison-category-nav { overflow: hidden; }
.spec-category-nav { position: sticky; z-index: 34; top: 142px; box-shadow: 0 7px 20px rgba(7,26,45,.07); }
.spec-category-nav > span, .comparison-category-nav > span { flex: 0 0 auto; color: var(--navy); font-size: .82rem; font-weight: 820; text-transform: uppercase; }
.spec-category-nav > div, .comparison-category-nav > div { display: flex; min-width: 0; gap: 7px; padding-bottom: 3px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-color: #b9c8ce transparent; scrollbar-width: thin; }
.spec-category-nav > div::-webkit-scrollbar, .comparison-category-nav > div::-webkit-scrollbar { height: 4px; }
.spec-category-nav > div::-webkit-scrollbar-thumb, .comparison-category-nav > div::-webkit-scrollbar-thumb { background: #b9c8ce; border-radius: 999px; }
.spec-category-nav a, .comparison-category-nav a { display: inline-flex; min-height: 40px; flex: 0 0 auto; padding: 8px 12px; align-items: center; color: #405864; background: var(--soft); border: 1px solid transparent; border-radius: 999px; font-size: .88rem; font-weight: 730; }
.spec-category-nav a:hover, .comparison-category-nav a:hover, .spec-category-nav a.is-active, .comparison-category-nav a.is-active { color: var(--white); background: var(--mint-dark); }
.spec-category-nav__more { position: relative; flex: 0 0 auto; }
.spec-category-nav__more > summary { display: inline-flex; min-height: 40px; padding: 8px 11px; gap: 7px; align-items: center; color: #075e4d; background: #e5f7f2; border: 1px solid #a9dacf; border-radius: 999px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 780; white-space: nowrap; }
.spec-category-nav__more > summary::-webkit-details-marker { display: none; }
.spec-category-nav__more > summary::after { content: '↓'; font-size: 12px; transition: transform .15s ease; }
.spec-category-nav__more[open] > summary::after { transform: rotate(180deg); }
.spec-category-nav__more > summary span { display: grid; min-width: 22px; height: 22px; padding-inline: 5px; place-items: center; color: var(--white); background: #087d68; border-radius: 999px; font-size: 13px; }
.spec-category-nav__more > div { position: absolute; z-index: 5; top: calc(100% + 8px); right: 0; display: grid; width: min(650px,calc(100vw - 36px)); max-height: min(58vh,520px); padding: 10px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; overflow-y: auto; background: var(--white); border: 1px solid #bfcfd4; border-radius: 13px; box-shadow: 0 18px 48px rgba(7,26,45,.18); }
.spec-category-nav__more > div a { min-width: 0; border-radius: 8px; white-space: normal; }
.spec-group { display: block; width: 100%; margin: 0 0 16px; overflow: hidden; break-inside: avoid-column; page-break-inside: avoid; scroll-margin-top: 205px; background: var(--white); border: 1px solid #cfdbdf; border-radius: 14px; }
.spec-group__heading { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; padding: 18px 20px; color: var(--ink); background: #fbfcfc; }
.spec-group__heading h3 { margin: 0; font-size: 1.06rem; font-weight: 820; letter-spacing: -.015em; }
.spec-group__heading small { color: var(--muted); font-size: .84rem; font-weight: 650; }
.spec-group__rows { border-top: 1px solid var(--line); }
.spec-group__rows > div { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 22px; padding: 14px 20px; border-bottom: 1px solid #e6edef; }
.spec-group__rows > div:last-child { border: 0; }
.spec-group__rows span { color: #536a77; font-size: .93rem; line-height: 1.45; }
.spec-group__rows strong { color: #071a2d; font-size: .96rem; line-height: 1.45; overflow-wrap: anywhere; }
#parameter-kvalita-udajov { border-color: #e5c889; }
#parameter-kvalita-udajov .spec-group__heading { background: #fff8e8; }
#parameter-kvalita-udajov .spec-group__heading h3 { color: #704d08; }
.data-pending { padding: 22px; color: var(--muted); background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.offer-table-wrap, .compare-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; }
.single-variant-offer { display: grid; min-height: 112px; padding: 16px 18px; grid-template-columns: 82px minmax(0,1fr) auto auto; gap: 16px 20px; align-items: center; background: #f8fbfb; border: 1px solid #cddde1; border-radius: 15px; }
.single-variant-offer > img { width: 76px; height: 76px; padding: 4px; object-fit: contain; mix-blend-mode: multiply; background: var(--white); border-radius: 10px; }
.single-variant-offer > span, .single-variant-offer > span small, .single-variant-offer > span strong, .single-variant-offer > span em, .single-variant-offer > div small, .single-variant-offer > div strong { display: block; min-width: 0; }
.single-variant-offer > span small, .single-variant-offer > div small { color: var(--muted); font-size: 13px; line-height: 1.3; }
.single-variant-offer > span strong { margin-top: 3px; color: var(--ink); font-size: 17px; line-height: 1.3; }
.single-variant-offer > span em { margin-top: 4px; color: var(--muted); font-size: 14px; font-style: normal; line-height: 1.35; }
.single-variant-offer > div { min-width: 105px; }
.single-variant-offer > div strong { margin-top: 2px; color: var(--ink); font-size: 20px; line-height: 1.2; white-space: nowrap; }
.single-variant-offer > .button { min-width: 170px; }
.memory-upgrade { display: grid; grid-template-columns: minmax(0,1fr) auto auto; gap: 12px 22px; align-items: center; margin: -4px 0 18px; padding: 17px 18px; background: #f5f9fa; border: 1px solid #cbdde2; border-left: 5px solid #3b7a8f; border-radius: 14px; }
.memory-upgrade--larger-cheaper, .memory-upgrade--same-price { background: #eaf8f4; border-color: #9bd8ca; border-left-color: #087d68; }
.memory-upgrade__copy { min-width: 0; }
.memory-upgrade__copy > span { display: block; margin-bottom: 3px; color: var(--mint-dark); font-size: 13px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.memory-upgrade__copy h3 { margin: 0 0 4px; color: var(--ink); font-size: 1.05rem; }
.memory-upgrade__copy strong { display: block; color: #174d60; font-size: .95rem; line-height: 1.35; }
.memory-upgrade--larger-cheaper .memory-upgrade__copy strong, .memory-upgrade--same-price .memory-upgrade__copy strong { color: #086451; }
.memory-upgrade__copy p { max-width: 720px; margin: 4px 0 0; color: #4b646e; font-size: .8125rem; line-height: 1.45; }
.memory-upgrade__prices { display: grid; grid-template-columns: minmax(90px,1fr) 28px minmax(90px,1fr); gap: 9px; align-items: center; }
.memory-upgrade__prices div { min-width: 0; padding: 8px 10px; background: rgba(255,255,255,.85); border: 1px solid #d6e3e7; border-radius: 9px; text-align: center; }
.memory-upgrade__prices span, .memory-upgrade__prices strong { display: block; white-space: nowrap; }
.memory-upgrade__prices span { color: var(--muted); font-size: 13px; }
.memory-upgrade__prices strong { margin-top: 1px; color: var(--ink); font-size: .9rem; }
.memory-upgrade__prices i { color: #54717c; font-style: normal; font-weight: 850; }
.memory-upgrade > .button { min-height: 44px; white-space: nowrap; }
.memory-upgrade > small { grid-column: 1/-1; color: #58717b; font-size: 13px; line-height: 1.4; }
.same-memory-price { display: grid; grid-template-columns: minmax(0,1fr) 150px auto; gap: 12px 20px; align-items: center; margin: -4px 0 18px; padding: 18px; color: #073f35; background: linear-gradient(135deg,#e4f8f1,#f5fcfa); border: 1px solid #83cfbb; border-left: 5px solid #087d68; border-radius: 14px; }
.same-memory-price[hidden] { display: none; }
.same-memory-price__copy { min-width: 0; }
.same-memory-price__copy > span { display: block; margin-bottom: 4px; color: #08705d; font-size: 13px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.same-memory-price__copy h3 { margin: 0 0 5px; color: var(--ink); font-size: 1.08rem; line-height: 1.3; }
.same-memory-price__copy p { max-width: 760px; margin: 0; color: #3f5f61; font-size: 14px; line-height: 1.48; }
.same-memory-price__copy p strong { color: #075e4d; }
.same-memory-price__saving { padding: 11px 12px; background: rgba(255,255,255,.82); border: 1px solid #b9e3d7; border-radius: 11px; text-align: center; }
.same-memory-price__saving strong, .same-memory-price__saving span { display: block; }
.same-memory-price__saving strong { color: #075e4d; font-size: 1.25rem; line-height: 1.15; }
.same-memory-price__saving span { margin-top: 3px; color: #476567; font-size: 13px; line-height: 1.3; }
.same-memory-price > .button { min-height: 48px; white-space: nowrap; }
.same-memory-price > small { grid-column: 1/-1; color: #4f6d6f; font-size: 13px; line-height: 1.45; }
.product-selection-placements { display: grid; grid-template-columns: minmax(230px,.72fr) minmax(0,1.28fr); gap: 20px 28px; align-items: start; margin-top: 18px; padding: 20px; background: #f5faf9; border: 1px solid #cfe4df; border-radius: 16px; }
.product-selection-placements__intro { min-width: 0; }
.product-selection-placements__intro .eyebrow { margin-bottom: 6px; }
.product-selection-placements__intro h3 { margin: 0 0 7px; color: var(--ink); font-size: 1.16rem; line-height: 1.3; }
.product-selection-placements__intro p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.product-selection-placements__links { display: grid; gap: 8px; }
.product-selection-placements__links a { display: grid; min-height: 64px; grid-template-columns: 92px minmax(0,1fr) 24px; gap: 12px; align-items: center; padding: 10px 12px; background: var(--white); border: 1px solid #d8e6e3; border-radius: 11px; }
.product-selection-placements__links a:hover { border-color: #7bc9b7; box-shadow: 0 5px 18px rgba(7,94,77,.08); transform: translateY(-1px); }
.product-selection-placements__links span, .product-selection-placements__links b, .product-selection-placements__links small { display: block; }
.product-selection-placements__links b { color: #08705d; font-size: 14px; }
.product-selection-placements__links small { margin-top: 2px; color: var(--muted); font-size: 13px; }
.product-selection-placements__links strong { min-width: 0; color: var(--ink); font-size: 14px; line-height: 1.35; overflow-wrap: anywhere; }
.product-selection-placements__links i { color: #08705d; font-size: 18px; font-style: normal; font-weight: 900; }
.offer-table, .compare-table { width: 100%; border-collapse: collapse; }
.offer-table th, .offer-table td { padding: 14px 18px; border-bottom: 1px solid var(--line); text-align: left; }
.offer-table tr:last-child > * { border-bottom: 0; }
.offer-table thead th { color: var(--muted); background: var(--soft); font-size: .68rem; text-transform: uppercase; }
.offer-table tbody th { color: inherit; background: var(--white); font-weight: inherit; text-transform: none; }
.offer-table th:nth-child(2), .offer-table td:nth-child(2), .offer-table th:nth-child(3), .offer-table td:nth-child(3) { white-space: nowrap; }

.merchant-offers { padding-block: 34px; background: linear-gradient(180deg,#f5fbf9 0%,#fff 100%); border-bottom: 1px solid var(--line); }
.merchant-offers__heading { align-items: end; margin-bottom: 18px; }
.merchant-offers__heading > div { min-width: 0; }
.merchant-offers__heading p { max-width: 760px; }
.merchant-offers__best { flex: 0 0 auto; min-width: 190px; padding: 12px 16px; border: 1px solid #a6ddce; border-radius: 14px; color: #073e34; background: #e4f8f1; text-align: right; }
.merchant-offers__best span, .merchant-offers__best small { display: block; font-size: .8125rem; }
.merchant-offers__best strong { display: block; margin-block: 2px; font-size: 1.45rem; line-height: 1.1; }
.merchant-offer-list { display: grid; gap: 10px; }
.merchant-offer { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(280px,.8fr) 152px; gap: 20px; align-items: center; min-width: 0; padding: 17px 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 28px rgba(9,34,49,.04); }
.merchant-offer.is-lowest { border-color: #68c9af; box-shadow: 0 8px 30px rgba(18,132,103,.1); }
.merchant-offer__identity { min-width: 0; }
.merchant-offer__identity h3 { margin: 3px 0; font-size: 1.04rem; }
.merchant-offer__identity p { overflow-wrap: anywhere; margin: 0 0 3px; color: var(--ink); font-size: .86rem; }
.merchant-offer__identity small { color: var(--muted); font-size: .8125rem; }
.merchant-offer__badge { display: inline-flex; padding: 4px 8px; border-radius: 999px; color: #075b49; background: #d8f6ec; font-size: .8125rem; font-weight: 800; }
.merchant-offer__prices { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; margin: 0; }
.merchant-offer__prices div { min-width: 0; }
.merchant-offer__prices dt { color: var(--muted); font-size: .8125rem; }
.merchant-offer__prices dd { margin: 2px 0 0; color: var(--ink); font-size: .86rem; font-weight: 760; white-space: nowrap; }
.merchant-offer__prices .merchant-offer__total { padding-left: 9px; border-left: 1px solid var(--line); }
.merchant-offer__prices .merchant-offer__total dd { color: #075b49; font-size: 1.05rem; }
.merchant-offer__cta { min-height: 46px; min-width: 0; padding-inline: 14px; font-size: .86rem; }
.merchant-offers__note { margin: 12px 2px 0; color: var(--muted); font-size: .8125rem; line-height: 1.55; }
.offer-name { display: flex; gap: 13px; align-items: center; }
.offer-name img { width: 52px; height: 52px; object-fit: contain; mix-blend-mode: multiply; }
.offer-name strong, .offer-name small { display: block; }
.offer-name strong { color: var(--ink); font-size: .82rem; }
.offer-name small { color: var(--muted); font-size: .66rem; }
.mobile-buy-bar { display: none; }

.compare-page-hero { padding: 52px 0 62px; text-align: center; background: var(--navy); }
.compare-page-hero h1 { max-width: 950px; margin: 0 auto 16px; color: var(--white); font-size: clamp(2.8rem,5vw,4.8rem); }
.compare-page-hero h1 em { color: var(--mint); font-family: Georgia,serif; font-weight: 400; }
.compare-page-hero > .container > p { color: #b3c4cc; }
.compare-form--page { max-width: 1040px; margin: 28px auto 0; padding: 20px; background: var(--white); border-radius: var(--radius); text-align: left; }
.compare-form--inline { padding: 24px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); }
.recent-comparisons { padding-block: 48px; background: var(--white); border-bottom: 1px solid var(--line); }
.recent-comparisons .section-heading { margin-bottom: 20px; }
.recent-comparisons__clear { padding: 7px 0; color: var(--muted); background: transparent; border: 0; cursor: pointer; font-size: .72rem; text-decoration: underline; }
.recent-comparisons__clear { display: inline-flex; min-height: 44px; align-items: center; }
.recent-comparisons__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.recent-comparisons__grid.is-single { grid-template-columns: 1fr; }
.recent-comparison { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 36px minmax(0,1fr); gap: 9px; align-items: center; min-width: 0; padding: 14px 42px; color: var(--ink); background: var(--soft); border: 1px solid var(--line); border-radius: 12px; }
.recent-comparison:hover { border-color: var(--mint-dark); background: var(--mint-soft); }
.recent-comparison strong { display: -webkit-box; overflow: hidden; font-size: .78rem; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.recent-comparison__left { text-align: right; }
.recent-comparison__right { text-align: left; }
.recent-comparison span { justify-self: center; color: var(--muted); font-size: .66rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.recent-comparison i { position: absolute; top: 50%; right: 14px; color: var(--mint-dark); font-style: normal; font-weight: 900; transform: translateY(-50%); }
.comparison-topic-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.comparison-topic-grid article { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.comparison-topic-grid article > div { padding: 21px 22px 17px; }
.comparison-topic-grid h3 { margin: 0 0 6px; font-size: 1.1rem; }
.comparison-topic-grid h3 a { color: inherit; }
.comparison-topic-grid h3 a span { color: var(--mint-dark); }
.comparison-topic-grid p { margin: 0; color: var(--muted); font-size: .76rem; }
.comparison-topic-grid nav { border-top: 1px solid var(--line); }
.comparison-topic-grid nav a { display: grid; grid-template-columns: 68px minmax(0,1fr) auto; gap: 12px; align-items: center; min-height: 72px; padding: 9px 16px; color: var(--ink); border-bottom: 1px solid #edf1f2; }
.comparison-topic-grid nav a:last-child { border-bottom: 0; }
.comparison-topic-grid nav a:hover { background: var(--mint-soft); }
.comparison-topic-pair__visual { position: relative; display: block; width: 68px; height: 54px; }
.comparison-topic-pair__visual img { position: absolute; top: 3px; width: 44px; height: 48px; padding: 2px; object-fit: contain; background: var(--white); border: 1px solid #dce7e8; border-radius: 8px; }
.comparison-topic-pair__visual img:first-child { left: 0; z-index: 1; }
.comparison-topic-pair__visual img:last-child { right: 0; }
.comparison-topic-pair__names { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 7px; align-items: center; min-width: 0; }
.comparison-topic-pair__names strong:first-child { text-align: right; }
.comparison-topic-pair__names strong:last-child { text-align: left; }
.comparison-topic-pair__names i { justify-self: center; text-align: center; }
.comparison-topic-grid nav strong { display: -webkit-box; overflow: hidden; font-size: .72rem; line-height: 1.28; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.comparison-topic-grid nav i { color: var(--muted); font-size: .59rem; font-style: normal; font-weight: 800; text-transform: uppercase; }
.comparison-topic-grid nav b { color: var(--mint-dark); }
@media (max-width: 900px) {
  .comparison-topic-grid { grid-template-columns: 1fr; }
  .recent-comparisons__grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .comparison-topic-grid nav a { min-height: 88px; padding-inline: 12px; }
  .comparison-topic-pair__names { grid-template-columns: 1fr; gap: 1px; }
  .comparison-topic-pair__names strong:first-child,
  .comparison-topic-pair__names strong:last-child { text-align: center; }
  .comparison-topic-grid nav strong { display: block; overflow: visible; font-size: 13px; line-height: 1.25; white-space: normal; -webkit-line-clamp: unset; }
  .comparison-topic-grid nav i { font-size: 11px; line-height: 1.2; }
}
.versus-hero { padding: 25px 0 0; overflow: hidden; text-align: center; background: linear-gradient(180deg,#f5f8f9,#fff); }
.comparison-page .versus-hero { padding-top: 10px; }
.comparison-page .anchor-nav a { padding-block: 10px; }
.comparison-page .versus-product { grid-template-columns: 126px minmax(180px,250px); align-self: stretch; justify-content: center; gap: 14px; padding: 7px 16px; }
.comparison-page .versus-product__image img { width: 112px; height: 120px; }
.comparison-page .versus-product > div:last-child { min-width: 0; }
.comparison-page .versus-product .mini-score { vertical-align: middle; }
.comparison-page .versus-product .versus-rating { display: none; }
.comparison-page .versus-product .versus-price { display: inline-flex; gap: 4px; align-items: baseline; margin: 3px 0 5px 6px; vertical-align: middle; }
.comparison-page .versus-product .versus-price small,
.comparison-page .versus-product .versus-price strong { display: inline; }
.versus-selected-variant { display: inline-flex; gap: 4px; align-items: baseline; margin: 2px 0; color: var(--muted); font-size: 13px; }
.versus-selected-variant small, .versus-selected-variant strong { display: inline; }
.versus-selected-variant small { font-size: 13px; }
.versus-selected-variant strong { color: var(--ink); font-size: 13px; }
.comparison-page .versus-product > div:last-child > .button { display: flex; width: 100%; min-height: 44px; margin-top: 3px; }
@media (min-width: 621px) {
  .comparison-page .versus-product > div:last-child > .button { display: none; }
}
.versus-title-row { display: grid; grid-template-columns: minmax(0,1fr); gap: 15px; align-items: center; max-width: 1180px; margin: 0 auto 6px; }
.versus-hero h1 { max-width: 1180px; margin: 0 auto 9px; font-size: clamp(2.1rem,3.25vw,2.85rem); }
.versus-title-row h1 { margin-bottom: 0; }
.versus-lead { max-width: 980px; margin: 0 auto 10px; color: var(--muted); font-size: .94rem; line-height: 1.5; }
.versus-hero h1 span { color: var(--mint-dark); font-family: Georgia,serif; font-weight: 400; }
.comparison-outcome { display: inline-flex; gap: 6px; align-items: center; padding: 4px 10px 4px 5px; color: var(--white); background: #075e4d; border: 1px solid #075e4d; border-radius: 999px; box-shadow: 0 4px 13px rgba(7,94,77,.16); font-size: .76rem; letter-spacing: .045em; }
.comparison-outcome::before { display: grid; width: 19px; height: 19px; place-items: center; color: #075e4d; content: "★"; background: var(--white); border-radius: 50%; font-size: 11px; font-weight: 950; }
.versus-hero > .container > p { max-width: 900px; margin: 0 auto 10px; color: var(--muted); font-size: .86rem; }
.versus-hero > .container > p strong { color: var(--ink); }
.versus-hero > .container > .affiliate-note { display: flex; justify-content: center; max-width: 980px; margin: 2px auto 5px; font-size: .61rem; line-height: 1.35; }
.versus-products { position: relative; display: grid; grid-template-columns: 1fr 60px 1fr; align-items: center; max-width: 980px; margin: 4px auto 0; }
.versus-product { position: relative; display: grid; grid-template-columns: 130px 1fr; gap: 16px; align-items: center; min-width: 0; padding: 10px 16px; background: rgba(255,255,255,.92); border: 1px solid #d9e4e7; border-radius: 16px; box-shadow: 0 5px 18px rgba(7,26,45,.055); text-align: left; }
.versus-product.is-overall-winner { background: linear-gradient(135deg,#edfbf6 0%,#d5f4ea 100%); border: 3px solid #0c8a72; box-shadow: inset 0 0 0 1px rgba(255,255,255,.62),0 12px 30px rgba(7,112,91,.18); }
.versus-product.is-overall-winner,
.versus-product.is-practical-choice { padding-top: 37px; }
.versus-product.is-practical-choice { background: linear-gradient(135deg,#f0fbf8 0%,#e1f7f1 100%); border: 2px solid #0c8a72; box-shadow: 0 10px 25px rgba(7,112,91,.13); }
.versus-product__winner-badge { position: absolute; top: 7px; right: 9px; left: 9px; display: inline-flex; gap: 7px; align-items: center; justify-content: center; min-height: 26px; color: #064f41; font-size: 13px; font-weight: 900; line-height: 1.2; text-align: center; }
.versus-product__winner-badge i { display: grid; width: 20px; height: 20px; place-items: center; color: var(--white); background: #075e4d; border-radius: 50%; font-size: 10px; font-style: normal; }
.versus-product__recommendation-badge { letter-spacing: -.01em; }
.versus-product__image { display: grid; place-items: center; }
.versus-product__image img { width: 120px; height: 132px; object-fit: contain; mix-blend-mode: multiply; }
.versus-product h2 { margin-bottom: 8px; font-size: 1.15rem; }
.mini-score { display: inline-flex; gap: 6px; align-items: center; padding: 5px 8px; background: var(--mint-soft); border-radius: 8px; }
.mini-score strong { color: var(--mint-dark); font-size: 1.15rem; }
.mini-score span { color: var(--muted); font-size: .56rem; line-height: 1.1; text-transform: uppercase; }
.versus-price { margin: 8px 0; }
.versus-price small, .versus-price strong { display: block; }
.versus-price small { color: var(--muted); font-size: .65rem; }
.versus-price strong { color: var(--ink); font-size: 1.15rem; }
.comparison-page .versus-price strong { white-space: nowrap; }
.versus-divider { position: relative; align-self: stretch; display: grid; place-items: center; }
.versus-divider::before { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; content: ""; background: var(--line); }
.versus-divider span { position: relative; z-index: 2; display: grid; width: 44px; height: 44px; place-items: center; color: var(--navy); background: var(--mint); border: 6px solid var(--white); border-radius: 50%; font-size: .65rem; font-weight: 900; }
.comparison-verdict { display: grid; grid-template-columns: 65px 1fr; gap: 25px; padding: 38px; background: var(--navy); border: 1px solid #174158; border-radius: var(--radius); box-shadow: inset 7px 0 0 #35cfb3,0 12px 30px rgba(7,26,45,.11); }
.comparison-verdict.is-draw { box-shadow: 0 12px 30px rgba(7,26,45,.08); }
.comparison-verdict.has-recommendation { box-shadow: inset 7px 0 0 #35cfb3,0 12px 30px rgba(7,26,45,.13); }
.comparison-verdict-section { padding: 22px 0 24px; }
.comparison-verdict-section .comparison-verdict { gap: 18px; padding: 22px 24px; }
.comparison-verdict-section .comparison-verdict h2 { margin-bottom: 6px; font-size: 1.65rem; }
.comparison-verdict-section .comparison-verdict p { margin: 0 0 10px; line-height: 1.45; }
.comparison-verdict-section .decision-tags span { padding-block: 9px; }
.comparison-verdict-section .comparison-verdict-actions { margin-top: 10px; }
.winner-icon { display: grid; width: 57px; height: 57px; place-items: center; color: #064f41; background: var(--mint); border: 4px solid rgba(255,255,255,.85); border-radius: 50%; box-shadow: 0 5px 16px rgba(0,0,0,.18); font-size: 1.3rem; font-weight: 900; }
.comparison-verdict h2 { color: var(--white); font-size: 2rem; }
.comparison-verdict p { max-width: 910px; color: #b8c8cf; }
.comparison-verdict .eyebrow { color: var(--mint); }
.decision-tags { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.decision-tags span { padding: 12px 15px; color: #bed0d8; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: 10px; font-size: .78rem; }
.decision-tags b { color: var(--mint); }
.decision-tags__recommended { background: rgba(53,207,179,.14) !important; border-color: rgba(53,207,179,.35) !important; }
.comparison-verdict-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.comparison-verdict-offer { min-width: 0; min-height: 60px; justify-content: space-between; padding: 10px 14px; color: #d9e7eb; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); }
.comparison-verdict-offer:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.32); }
.comparison-verdict-offer.is-primary { color: var(--navy); background: var(--mint); border-color: var(--mint); }
.comparison-verdict-offer.is-primary:hover { background: #68e4cf; }
.comparison-verdict-offer > span { display: -webkit-box; min-width: 0; overflow: hidden; font-size: 13px; font-weight: 760; line-height: 1.25; text-align: left; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.comparison-verdict-offer > strong { flex: 0 0 auto; font-size: .86rem; white-space: nowrap; }
.comparison-verdict-offer > strong b { font: inherit; }
.comparison-verdict-offer > strong i { font-style: normal; }
.score-comparison { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.score-legend { display: flex; gap: 20px; margin-bottom: 25px; color: var(--muted); font-size: .68rem; }
.score-legend span { display: flex; align-items: center; gap: 6px; }
.score-legend i { width: 11px; height: 11px; background: var(--navy); border-radius: 3px; }
.score-legend span:nth-child(2) i { background: var(--mint); }
.score-row { margin-bottom: 20px; }
.score-row > div:first-child { display: flex; justify-content: space-between; margin-bottom: 7px; color: var(--ink); font-size: .8rem; }
.score-row small { color: var(--muted); font-weight: 500; }
.dual-bar { display: flex; gap: 4px; height: 10px; }
.dual-bar progress { width: 50%; height: 10px; appearance: none; overflow: hidden; background: #dce5e8; border: 0; border-radius: 999px; }
.dual-bar progress::-webkit-progress-bar { background: #dce5e8; border-radius: 999px; }
.dual-bar .bar-left::-webkit-progress-value { background: var(--navy); border-radius: 999px; }
.dual-bar .bar-right::-webkit-progress-value { background: var(--mint-dark); border-radius: 999px; }
.dual-bar .bar-left::-moz-progress-bar { background: var(--navy); border-radius: 999px; }
.dual-bar .bar-right::-moz-progress-bar { background: var(--mint-dark); border-radius: 999px; }
.comparison-highlights { display: grid; grid-template-columns: minmax(0,1fr); gap: 10px; }
.comparison-highlights article { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr) minmax(0,.9fr) minmax(0,1.35fr); gap: 14px 24px; align-items: center; min-width: 0; padding: 17px 22px; background: var(--white); border: 1px solid var(--line); border-left: 4px solid #32b7a2; border-radius: 12px; }
.comparison-highlights article[hidden], .priority-guide article[hidden] { display: none !important; }
.comparison-highlights article > span { display: block; min-width: 0; color: var(--muted); font-size: .78rem; font-weight: 780; line-height: 1.4; text-transform: uppercase; }
.comparison-highlights article > strong { display: block; min-width: 0; margin: 0; color: var(--mint-dark); font-size: clamp(1rem,1.4vw,1.3rem); line-height: 1.3; overflow-wrap: anywhere; }
.comparison-highlights h3 { min-width: 0; margin: 0; font-size: .91rem; line-height: 1.4; }
.comparison-highlights p { min-width: 0; margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.45; }
@media (max-width: 1120px) {
  .comparison-highlights article { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 5px 16px; }
  .comparison-highlights h3 { grid-column: 2; }
  .comparison-highlights p { grid-column: 1/-1; margin-top: 5px; }
}
.section--priority { background: #f6faf9; border-block: 1px solid #e2edeb; }
.priority-guide { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.priority-guide article { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 13px; align-content: start; padding: 21px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow-small); }
.priority-guide__icon { display: grid; width: 44px; height: 44px; place-items: center; color: var(--white); background: var(--navy); border-radius: 12px; font-size: .65rem; font-weight: 880; letter-spacing: -.02em; }
.priority-guide article > div > span { display: block; margin-bottom: 3px; color: var(--muted); font-size: .62rem; font-weight: 760; text-transform: uppercase; }
.priority-guide h3 { margin: 0; font-size: .94rem; line-height: 1.3; }
.priority-guide p { grid-column: 1/3; margin: 5px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.55; }
.priority-guide p strong { display: block; margin-bottom: 5px; color: #08705d; font-size: .8rem; }
.priority-guide p a { text-decoration: underline; text-decoration-color: #9bd5c9; text-underline-offset: 3px; }
.comparison-table-section { padding-top: 7px; }
.compare-table-offers th,
.compare-table-offers td { padding: 18px; vertical-align: middle; background: #f2faf8; border-top: 2px solid #9bd9cc; }
.compare-table-offers th { position: sticky; z-index: 3; left: 0; color: var(--ink); box-shadow: 7px 0 12px -12px rgba(7,26,45,.45); text-align: left; }
.compare-table-offers th .eyebrow { display: block; margin-bottom: 5px; font-size: 12px; }
.compare-table-offers th strong { display: block; margin-bottom: 4px; font-size: 17px; line-height: 1.2; }
.compare-table-offers th small { display: block; color: #526a75; font-size: 12px; font-weight: 600; line-height: 1.35; }
.compare-table-offers td.is-preferred-offer { background: #ddf5ee; box-shadow: inset 5px 0 0 #15957c,inset -2px 0 0 #9ed8ca; }
.comparison-after-table-cta__button { display: grid; min-width: 0; min-height: 92px; align-content: center; padding: 13px 15px; color: var(--ink); background: var(--white); border: 1px solid #b7d3d8; border-radius: 12px; box-shadow: 0 3px 10px rgba(7,26,45,.055); text-decoration: none; transition: border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.comparison-after-table-cta__button:hover { border-color: #0c8a72; box-shadow: 0 7px 17px rgba(7,112,91,.12); transform: translateY(-1px); }
.comparison-after-table-cta__button small { display: block; margin-bottom: 3px; color: #50707b; font-size: 13px; font-weight: 760; }
.comparison-after-table-cta__button strong { display: block; margin-bottom: 5px; font-size: 15px; line-height: 1.25; overflow-wrap: anywhere; }
.comparison-after-table-cta__button span { color: #08705d; font-size: 14px; font-weight: 850; }
.comparison-after-table-cta__button i { font-style: normal; }
.comparison-after-table-cta__button.is-primary { color: var(--white); background: #087561; border-color: #087561; box-shadow: 0 7px 18px rgba(7,117,97,.2); }
.comparison-after-table-cta__button.is-primary small,
.comparison-after-table-cta__button.is-primary span { color: #e4fff9; }
.comparison-after-table-cta__button.is-primary:hover { background: #075f50; border-color: #075f50; }
.comparison-table-heading { margin-bottom: 7px; }
.comparison-table-heading .eyebrow { margin-bottom: 7px; }
.comparison-table-heading h2 { margin-bottom: 0; font-size: clamp(2rem,3vw,2.75rem); }
.comparison-table-heading p { display: block; max-width: 920px; margin: 7px 0 0; color: #405965; font-size: .8rem; line-height: 1.5; }
.comparison-context-row { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 12px; align-items: center; margin-bottom: 12px; }
.comparison-context-row .comparison-legend, .comparison-context-row .comparison-variant-note { margin: 0; }
.comparison-variant-picker { display: grid; grid-template-columns: minmax(0,1fr) 36px minmax(0,1fr); gap: 10px; align-items: end; margin: 0 0 9px; padding: 9px 12px; background: var(--navy); border-radius: 14px; }
.comparison-variant-picker--hero { max-width: 980px; margin: 10px auto 6px; text-align: left; }
.comparison-variant-picker > div { min-width: 0; }
.comparison-variant-picker > div > span { display: block; overflow: hidden; margin: 0 0 6px; color: #abc0c9; font-size: .64rem; font-weight: 720; text-overflow: ellipsis; white-space: nowrap; }
.comparison-variant-picker select { width: 100%; height: 45px; min-width: 0; padding: 0 35px 0 12px; color: var(--ink); background: var(--white); border: 1px solid #cad7dc; border-radius: 9px; font-size: .75rem; font-weight: 720; }
.comparison-variant-picker > b { display: grid; height: 45px; place-items: center; color: var(--mint); font-size: .65rem; }
.comparison-variant-picker > p { display: none; }
.comparison-legend { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 12px; }
.comparison-legend > span { display: inline-flex; gap: 7px; align-items: center; padding: 8px 11px; color: var(--muted); background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-size: .68rem; font-weight: 700; }
.comparison-legend i { display: grid; width: 19px; height: 19px; place-items: center; color: var(--muted); background: var(--soft); border-radius: 50%; font-size: .62rem; font-style: normal; font-weight: 900; }
.comparison-legend .comparison-legend__better { color: var(--white); background: #185f93; border-color: #185f93; box-shadow: 0 3px 9px rgba(24,95,147,.16); }
.comparison-legend__better i { color: #185f93; background: var(--white); }
.comparison-legend .comparison-legend__overall { color: #075e4d; background: #dff7ef; border-color: #72c9b7; }
.comparison-legend__overall i { color: #075e4d; background: var(--white); border: 1px solid #72c9b7; }
.comparison-variant-note { margin: 0 0 15px; padding: 13px 15px; color: #566b74; background: #fffaf0; border: 1px solid #f0dfb5; border-radius: 11px; font-size: .72rem; line-height: 1.5; }
.comparison-variant-note strong { color: #6e5416; }
.comparison-category-nav { position: sticky; z-index: 35; top: 121px; margin-bottom: 12px; box-shadow: 0 7px 20px rgba(7,26,45,.08); }
.compare-table { background: var(--white); }
.compare-table thead th { padding: 13px 17px; color: var(--muted); background: var(--soft); font-size: .7rem; text-align: left; }
.compare-table thead th:first-child { position: sticky; z-index: 4; left: 0; min-width: 165px; }
.compare-table thead th:not(:first-child) { min-width: 280px; }
.comparison-page .compare-table thead th img { display: none; }
.comparison-page .compare-table tbody:first-of-type .compare-section-row:first-child { display: none; }
.compare-table thead th img { width: 50px; height: 50px; margin-right: 10px; object-fit: contain; vertical-align: middle; mix-blend-mode: multiply; }
.compare-table thead th span { color: var(--ink); vertical-align: middle; }
.compare-table thead th.is-overall-winner-column { position: relative; color: var(--white); background: #075e4d; box-shadow: inset 5px 0 0 #45dfc2,inset -5px 0 0 #45dfc2; }
.compare-table thead th.is-overall-winner-column > span:not(.compare-overall-mark) { color: var(--white); }
.compare-overall-mark { display: flex !important; width: fit-content; gap: 6px; align-items: center; min-height: 30px; margin-top: 7px; padding: 4px 10px 4px 5px; color: #064f41 !important; background: #d7faef; border: 2px solid #75dbc8; border-radius: 999px; font-size: 12px; font-weight: 950; letter-spacing: .025em; text-transform: uppercase; }
.compare-overall-mark i { display: grid; width: 17px; height: 17px; place-items: center; color: var(--white); background: #08705d; border-radius: 50%; font-size: 9px; font-style: normal; }
.compare-table tbody th, .compare-table tbody td { padding: 13px 18px; border-top: 1px solid var(--line); font-size: .81rem; text-align: left; }
.compare-table tbody th { width: 22%; color: var(--muted); background: var(--white); font-weight: 600; }
.compare-table tbody tr:not(.compare-section-row) > th { position: sticky; z-index: 2; left: 0; box-shadow: 7px 0 12px -12px rgba(7,26,45,.45); }
.compare-table tbody td { position: relative; color: var(--ink); font-weight: 690; }
.compare-cell-value { display: block; }
.compare-table td.is-better { color: #0d4f7c; background: linear-gradient(135deg,#dceffc 0%,#f0f8fd 100%); box-shadow: inset 6px 0 0 #176da5,inset 0 0 0 2px #83bfe3; }
.compare-table td.is-better .compare-cell-value { color: #124f7a; font-weight: 900; }
.better-badge { display: inline-flex; gap: 8px; align-items: center; margin-top: 9px; padding: 8px 11px 8px 8px; color: var(--white); background: #0d5f95; border: 2px solid #0d5f95; border-radius: 12px; box-shadow: 0 5px 12px rgba(13,95,149,.24); font-size: .65rem; font-weight: 900; line-height: 1.1; }
.better-badge[hidden] { display: none !important; }
.better-badge i { display: grid; width: 22px; height: 22px; flex: 0 0 22px; place-items: center; color: #185f93; background: var(--white); border-radius: 50%; font-size: .72rem; font-style: normal; }
.better-badge > span { display: block; }
.better-badge small, .better-badge b { display: block; color: inherit; }
.better-badge small { margin-bottom: 3px; font-size: 12px; font-weight: 800; letter-spacing: .01em; opacity: .95; }
.better-badge b { font-size: 13px; font-weight: 900; line-height: 1.2; }
.compare-table-wrap.only-differences tr.is-equal { display: none; }
.compare-table-wrap:focus-visible { outline-offset: 5px; }
.compare-section-row { scroll-margin-top: 65px; }
.compare-section-row th { width: auto !important; padding-block: 11px !important; color: var(--navy) !important; background: #eaf7f4; font-size: .72rem !important; font-weight: 820 !important; letter-spacing: .06em; text-transform: uppercase; }
.data-coverage { display: flex; gap: 10px; align-items: center; flex: 0 0 auto; padding: 12px 15px; background: var(--mint-soft); border-radius: 12px; }
.data-coverage strong, .data-coverage span { display: block; }
.data-coverage strong { color: var(--mint-dark); font-size: 1.45rem; line-height: 1; }
.data-coverage span { max-width: 90px; color: var(--muted); font-size: .66rem; line-height: 1.25; }
.comparison-table-actions { display: flex; flex-direction: row; gap: 10px; align-items: center; }
.comparison-table-actions .data-coverage { align-self: center; }
.comparison-table-actions [data-differences-toggle] { color: var(--navy); background: var(--white); border: 1px solid #b8c8cf; }
.comparison-table-actions [aria-pressed=true] { color: var(--navy); background: var(--mint); border-color: var(--mint-dark); }
.table-swipe-hint { display: none; margin: 0 0 10px; color: var(--muted); font-size: .72rem; }
.comparison-source-note { margin: 13px 3px 0; color: var(--muted); font-size: .7rem; }
.comparison-source-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.comparison-source-links a { display: flex; flex: 1 1 300px; justify-content: space-between; gap: 15px; padding: 11px 13px; color: var(--muted); background: var(--white); border: 1px solid var(--line); border-radius: 10px; font-size: .67rem; }
.comparison-source-links strong { color: var(--mint-dark); text-align: right; }
.versus-rating { margin: 10px 0 0; color: #856200; font-size: .7rem; font-weight: 720; }
.price-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 840px; margin: auto; }
.price-choice article { display: grid; grid-template-columns: 130px 1fr; gap: 10px 22px; align-items: center; padding: 25px; background: var(--white); border-radius: 17px; }
.price-choice img { grid-row: 1/4; width: 130px; height: 150px; object-fit: contain; mix-blend-mode: multiply; }
.price-choice article > div span, .price-choice article > div strong { display: block; }
.price-choice article > div span { color: var(--muted); font-size: .65rem; }
.price-choice article > div strong { color: var(--ink); font-size: 1.4rem; }
.price-choice h3 { margin: 0; }
.price-choice .button { grid-column: 2; }
.section--dark .affiliate-note { max-width: 840px; margin: 14px auto 0; color: #849da8; }
.comparison-cta-sticky { display: none; }
.mobile-compare-buy-bar { display: none; }

.collection-hero { padding: 34px 0; color: #b9cad2; background: var(--navy); }
.collection-hero__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 52px; align-items: center; }
.collection-hero h1 { max-width: 800px; margin-bottom: 12px; color: var(--white); font-size: clamp(2.5rem,3.8vw,3.65rem); }
.collection-hero p { max-width: 760px; margin-bottom: 15px; font-size: .91rem; line-height: 1.55; }
.collection-hero aside { padding: 20px 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; }
.collection-hero aside strong { display: block; margin-bottom: 10px; color: var(--mint); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.collection-hero aside p { margin: 0; color: #d3dee3; font-size: .79rem; }
.collection-hero__actions { display: flex; gap: 9px 13px; align-items: center; flex-wrap: wrap; }
.collection-hero__actions .button { min-height: 48px; font-size: 14px; }
.collection-hero__all { display: inline-flex; min-height: 44px; align-items: center; padding: 7px 2px; color: var(--white); font-size: 14px; font-weight: 800; text-decoration: underline; text-decoration-color: #51cbb6; text-underline-offset: 4px; }
.collection-hero__all:hover { color: var(--mint); }
.collection-hero__affiliate { display: block; margin-top: 6px; color: #b9cad2; font-size: 13px; line-height: 1.4; }
.collection-method { padding: 13px 0; background: var(--mint-soft); border-bottom: 1px solid #c8e9e2; }
.collection-method .container { display: grid; grid-template-columns: auto repeat(3,1fr); gap: 24px; align-items: center; }
.collection-method .container:focus-visible { outline: 0; border-radius: 8px; box-shadow: inset 0 0 0 3px var(--mint-dark); }
.collection-method .container > span { color: var(--mint-dark); font-size: .7rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.collection-method .container > div { display: flex; gap: 9px; align-items: center; color: var(--ink); font-size: .76rem; font-weight: 680; }
.collection-method b { display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--mint-dark); border-radius: 50%; font-size: .68rem; }
.collection-subset-delta { margin: 0 0 28px; padding: 0; background: transparent; }
.collection-subset-delta__card { display: grid; grid-template-columns: minmax(190px,.72fr) minmax(0,1.55fr) minmax(190px,auto); gap: 18px 26px; align-items: center; padding: 18px 20px; background: #f3f9f7; border: 1px solid #cbe6df; border-radius: 16px; }
.collection-subset-delta__heading { min-width: 0; }
.collection-subset-delta__heading .eyebrow { margin-bottom: 5px; }
.collection-subset-delta__heading h2 { margin: 0; font-size: clamp(1.2rem,1.75vw,1.55rem); line-height: 1.18; }
.collection-subset-delta__card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.collection-subset-delta__card p strong { color: var(--ink); }
.collection-subset-delta__card > a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 9px 13px; color: var(--mint-dark); background: var(--white); border: 1px solid #aed8ce; border-radius: 10px; font-size: 14px; font-weight: 820; line-height: 1.3; text-align: center; }
.collection-subset-delta__card > a:hover { color: var(--white); background: var(--mint-dark); border-color: var(--mint-dark); }
.collection-method + .section--products { padding-top: 32px; }
.collection-method + .section--products .section-heading { align-items: center; margin-bottom: 22px; }
.collection-method + .section--products .section-heading h2 { margin-bottom: 6px; font-size: clamp(1.75rem,2.5vw,2.35rem); }
.collection-method + .section--products .section-heading .eyebrow { margin-bottom: 8px; }
.collection-method + .section--products .section-heading p { font-size: .78rem; }
@media (max-width: 960px) {
  .collection-subset-delta__card { grid-template-columns: 1fr; gap: 10px; padding: 16px 17px; }
  .collection-subset-delta__card > a { justify-self: start; text-align: left; }
}
@media (max-width: 620px) {
  .collection-subset-delta { margin-bottom: 18px; padding: 0; }
  .collection-subset-delta__card { gap: 8px; padding: 13px 14px; border-radius: 13px; }
  .collection-subset-delta__heading .eyebrow { margin-bottom: 3px; }
  .collection-subset-delta__heading h2 { font-size: 20px; }
  .collection-subset-delta__card p { font-size: 13px; line-height: 1.45; }
  .collection-subset-delta__card > a { min-height: 44px; padding: 7px 0; background: transparent; border: 0; }
  .collection-subset-delta__card > a:hover { color: var(--mint-dark); background: transparent; }
}
@media (max-width: 360px) {
  .collection-subset-delta { margin-bottom: 14px; padding: 0; }
  .collection-subset-delta__card { padding: 11px 12px; }
}
.collection-hero--series { padding-block: 32px; }
.collection-hero--series .collection-hero__grid { grid-template-columns: 1.35fr .65fr; gap: 34px; }
.collection-hero--series h1 { margin-bottom: 12px; font-size: clamp(2.5rem,3.8vw,3.6rem); }
.collection-hero--series p { margin-bottom: 15px; font-size: .91rem; line-height: 1.55; }
.collection-hero--series aside { padding: 19px 21px; }
.collection-hero--series aside p { margin: 0; font-size: .78rem; }
.collection-method--series { padding-block: 13px; }
.section--series-products { padding-top: 32px; }
.section--series-products .section-heading { align-items: center; margin-bottom: 22px; }
.section--series-products .section-heading h2 { margin-bottom: 6px; font-size: clamp(1.75rem,2.5vw,2.35rem); }
.section--series-products .section-heading .eyebrow { margin-bottom: 8px; }
.section--series-products .section-heading p { font-size: .78rem; }
.series-family-links { display: flex; max-width: 410px; flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.series-family-links > span { width: 100%; color: var(--muted); font-size: 12px; font-weight: 720; text-align: right; }
.series-family-links a { display: inline-flex; min-height: 44px; padding: 8px 12px; align-items: center; gap: 8px; color: var(--ink); background: var(--white); border: 1px solid #cbdadd; border-radius: 9px; font-size: 13px; font-weight: 800; }
.series-family-links a:hover { color: var(--mint-dark); border-color: var(--mint-dark); }
.series-family-links i { font-style: normal; }
.brand-hero .series-family-links { margin-top: 12px; justify-content: flex-start; }
.brand-hero .series-family-links > span { color: #9db2bb; text-align: left; }

.compare-tray[hidden] { display: none !important; }
.compare-tray { position: fixed; z-index: 240; right: 0; bottom: 0; left: 0; width: 100%; max-width: 100vw; overflow: hidden; padding: 10px 0 max(10px,env(safe-area-inset-bottom)); background: rgba(7,26,45,.97); border-top: 1px solid rgba(255,255,255,.14); box-shadow: 0 -12px 35px rgba(7,26,45,.22); backdrop-filter: blur(14px); }
.compare-tray__inner { display: grid; width: min(calc(100vw - 40px),var(--container)); max-width: calc(100vw - 40px); min-width: 0; grid-template-columns: auto minmax(360px,1fr) auto auto; gap: 14px; align-items: center; }
.compare-tray__title { display: flex; gap: 10px; align-items: center; color: var(--white); }
.compare-tray__title .icon-tile { width: 40px; height: 40px; }
.compare-tray__title strong, .compare-tray__title small { display: block; }
.compare-tray__title strong { font-size: .8rem; }
.compare-tray__title small { color: #91a7b2; font-size: .64rem; }
.compare-tray__slots { display: grid; min-width: 0; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.compare-tray__slot { display: grid; width: 100%; min-width: 0; height: 54px; overflow: hidden; grid-template-columns: 46px minmax(0,1fr); gap: 9px; align-items: center; padding: 4px 10px; color: #a9bbc4; background: rgba(255,255,255,.06); border: 1px dashed rgba(255,255,255,.2); border-radius: 10px; text-align: left; }
button.compare-tray__slot { cursor: pointer; border-style: solid; }
button.compare-tray__slot:hover { background: rgba(255,255,255,.11); }
.compare-tray__slot img { width: 42px; height: 42px; object-fit: contain; background: var(--white); border-radius: 7px; }
.compare-tray__slot strong, .compare-tray__slot small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.compare-tray__slot strong { color: var(--white); font-size: 13px; }
.compare-tray__slot small { color: #7f99a5; font-size: .6rem; }
.compare-tray__empty { display: grid; width: 34px; height: 34px; place-items: center; border: 1px dashed #68808b; border-radius: 8px; }
.compare-tray [aria-disabled=true] { opacity: .45; cursor: not-allowed; }
.compare-tray__clear { min-height: 40px; padding: 8px; color: #b6c5cc; background: transparent; border: 0; cursor: pointer; font-size: 13px; text-decoration: underline; }
.filter-backdrop { display: none; }
.filter-backdrop[hidden] { display: none !important; }
img.is-placeholder { mix-blend-mode: normal !important; object-fit: contain !important; }

.methodology-steps { max-width: 920px; }
.methodology-steps article { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 34px 0; border-top: 1px solid var(--line); }
.methodology-steps article:last-child { border-bottom: 1px solid var(--line); }
.methodology-steps article > span { display: grid; width: 55px; height: 55px; place-items: center; color: var(--mint-dark); background: var(--mint-soft); border-radius: 50%; font-weight: 850; }
.methodology-steps h2 { font-size: 1.7rem; }
.source-panel { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.source-panel > div:last-child { display: grid; gap: 10px; }
.source-panel__item { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.source-panel strong { color: var(--ink); }
.source-panel span { color: var(--mint-dark); font-size: .75rem; }
.methodology-formula { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }
.methodology-formula article { padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
.methodology-formula strong { color: var(--ink); font-size: 1rem; }
.methodology-formula p { margin: 7px 0 0; color: var(--muted); font-size: .875rem; line-height: 1.55; }
.formula-note { max-width: 920px; margin: 18px 0 0; color: var(--muted); font-size: .76rem; }
.legal-prose { max-width: 820px; }
.legal-prose h2 { margin-top: 40px; font-size: 1.65rem; }
.legal-prose h2:first-child { margin-top: 0; }
.legal-prose a { color: var(--mint-dark); text-decoration: underline; }
.price-alert-action { min-height: calc(100vh - 76px); padding: clamp(46px,8vw,92px) 0; background: linear-gradient(155deg,#eaf8f5 0,#f7fafb 58%,#fff 100%); }
.price-alert-action__card { max-width: 690px; margin-inline: auto; padding: clamp(25px,5vw,48px); background: var(--white); border: 1px solid #c5ded9; border-radius: 22px; box-shadow: var(--shadow); text-align: center; }
.price-alert-action__icon { display: grid; width: 58px; height: 58px; margin: 0 auto 17px; place-items: center; color: #075f50; background: var(--mint-soft); border: 1px solid #9edbcc; border-radius: 17px; font-size: 29px; font-weight: 900; }
.price-alert-action__card .eyebrow { margin-bottom: 8px; }
.price-alert-action__card h1 { margin-bottom: 12px; font-size: clamp(2rem,5vw,3.25rem); }
.price-alert-action__card > p:not(.eyebrow) { max-width: 570px; margin-inline: auto; }
.price-alert-action__privacy { display: flex; gap: 8px; align-items: flex-start; justify-content: center; color: #526b76; font-size: 14px; line-height: 1.45; }
.price-alert-action__status { margin: 22px 0 16px; padding: 14px 16px; color: #31545a; background: #e8f3f7; border: 1px solid transparent; border-radius: 11px; font-size: 16px; font-weight: 750; line-height: 1.45; }
.price-alert-action__status.is-ready { color: #075f50; background: #e4f7f2; border-color: #a7ddd1; }
.price-alert-action__status.is-success { color: #075f50; background: #dff5ef; border-color: #93d4c5; }
.price-alert-action__status.is-error { color: #8f3025; background: #fff0ed; border-color: #f2c3ba; }
.price-alert-action__buttons { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.price-alert-action__buttons .button { min-height: 48px; }
.price-alert-action__buttons [hidden] { display: none !important; }
.price-alert-action__noscript { margin: 18px 0 0; padding: 12px; color: #704c18; background: #fff7df; border-radius: 9px; font-size: 14px; }
.contact-box { display: inline-flex; flex-direction: column; min-width: 320px; padding: 20px; background: var(--mint-soft); border-radius: 12px; }
.contact-box span { font-size: .68rem; text-transform: uppercase; }
.contact-box a { font-size: 1.1rem; font-weight: 750; }
.not-found { min-height: 65vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }
.not-found .container { max-width: 650px; }
.not-found > .container > span { color: var(--mint); font-size: 7rem; font-weight: 900; line-height: 1; }
.not-found h1 { margin: 20px 0 10px; font-size: 2.6rem; }
.not-found .hero-search { margin: 25px auto; border: 1px solid var(--line); }

.saved-phones-hero { padding-block: 30px; }
.saved-phones-hero .container { max-width: 1220px; }
.saved-phones-hero h1 { margin-bottom: 9px; font-size: clamp(2.2rem,3.2vw,3rem); }
.saved-phones-hero p { max-width: 850px; }
.saved-phones-privacy { display: inline-flex; gap: 9px; align-items: center; margin-top: 13px; padding: 8px 12px; color: #315c55; background: #e7f7f3; border: 1px solid #bde6dc; border-radius: 10px; font-size: .875rem; line-height: 1.45; }
.saved-phones-privacy > span:first-child { display: grid; width: 23px; height: 23px; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--mint-dark); border-radius: 50%; font-weight: 850; }
.saved-phones-content { min-height: 420px; padding-top: 34px; background: var(--soft); }
.saved-phones-toolbar { display: flex; gap: 18px; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.saved-phones-toolbar p { margin: 0; color: #4f6874; font-size: .9375rem; font-weight: 720; }
.saved-phones-clear { min-height: 44px; padding: 9px 14px; color: #9d3327; background: var(--white); border: 1px solid #e7bdb7; border-radius: 9px; cursor: pointer; font-size: .875rem; font-weight: 750; }
.saved-phones-clear:hover { background: #fff4f1; border-color: #cf786b; }
.saved-phones-empty { max-width: 650px; margin: 10px auto 0; padding: 42px 28px; background: var(--white); border: 1px dashed #bdcdd2; border-radius: 18px; text-align: center; }
.saved-phones-empty > span { display: block; margin-bottom: 8px; color: var(--mint-dark); font-size: 3.5rem; line-height: 1; }
.saved-phones-empty h2 { margin-bottom: 9px; font-size: 1.65rem; }
.saved-phones-empty p { max-width: 520px; margin: 0 auto 20px; }
.saved-price-targets { width: 100%; min-width: 0; max-width: 100%; overflow: hidden; margin: 0 0 10px; padding: 18px 20px; background: #eaf8f4; border: 1px solid #9bd8ca; border-radius: 16px; box-shadow: 0 7px 22px rgba(7,70,60,.06); }
.saved-price-targets[hidden] { display: none; }
.saved-price-targets__heading { display: flex; gap: 24px; align-items: end; justify-content: space-between; margin-bottom: 12px; }
.saved-price-targets__heading > div > span { display: block; margin-bottom: 2px; color: #08705e; font-size: .8125rem; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.saved-price-targets__heading h2 { margin: 0; font-size: clamp(1.28rem,2vw,1.65rem); }
.saved-price-targets__heading p { max-width: 530px; margin: 0; color: #42665f; font-size: .875rem; line-height: 1.45; }
.saved-price-targets__list { display: grid; width: 100%; min-width: 0; max-width: 100%; grid-template-columns: repeat(auto-fit,minmax(min(238px,100%),1fr)); gap: 10px; padding: 2px 2px 7px; }
.saved-price-targets__list:focus { outline: 3px solid rgba(14,139,117,.25); outline-offset: 2px; }
.saved-price-target { min-width: 0; padding: 12px; background: var(--white); border: 1px solid #b9dbd3; border-radius: 11px; }
.saved-price-target.is-reached { background: #d9f6ed; border-color: #63c4ae; box-shadow: inset 0 0 0 1px #63c4ae; }
.saved-price-target__heading { display: flex; gap: 6px; align-items: baseline; justify-content: space-between; margin-bottom: 8px; }
.saved-price-target__heading strong { overflow: hidden; color: var(--ink); font-size: .875rem; text-overflow: ellipsis; white-space: nowrap; }
.saved-price-target__heading span { flex: 0 0 auto; color: #4c6b65; font-size: .8125rem; }
.saved-price-target__form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px; }
.saved-price-target__input { position: relative; min-width: 0; }
.saved-price-target__input input { width: 100%; min-height: 44px; padding: 8px 30px 8px 10px; color: var(--ink); background: var(--white); border: 1px solid #9fbdb6; border-radius: 8px; font: inherit; font-size: 1rem; }
.saved-price-target__input input:focus { border-color: var(--mint-dark); outline: 3px solid rgba(14,139,117,.18); outline-offset: 1px; }
.saved-price-target__input span { position: absolute; top: 50%; right: 10px; color: #526b76; font-weight: 750; pointer-events: none; transform: translateY(-50%); }
.saved-price-target__form > button { min-height: 44px; padding: 8px 11px; color: var(--white); background: var(--mint-dark); border: 1px solid var(--mint-dark); border-radius: 8px; cursor: pointer; font: inherit; font-size: .8125rem; font-weight: 820; }
.saved-price-target__status { display: flex; gap: 6px; align-items: center; margin-top: 7px; }
.saved-price-target__status p { min-width: 0; margin: 0 auto 0 0; color: #46655f; font-size: .8125rem; line-height: 1.35; }
.saved-price-target.is-reached .saved-price-target__status p { color: #075f50; font-weight: 820; }
.saved-price-target__presets { display: flex; gap: 4px; }
.saved-price-target__presets button, .saved-price-target__clear { min-width: 44px; min-height: 44px; padding: 5px 7px; color: #285c51; background: #f3faf8; border: 1px solid #b7d8d0; border-radius: 7px; cursor: pointer; font: inherit; font-size: .8125rem; font-weight: 780; }
.saved-price-target__presets button:hover { color: var(--white); background: var(--mint-dark); border-color: var(--mint-dark); }
.saved-price-target__clear { color: #8a3c32; background: transparent; border-color: transparent; text-decoration: underline; }
.saved-price-target__offer { display: inline-flex; width: 100%; min-height: 44px; margin-top: 4px; padding: 7px 10px; align-items: center; justify-content: center; color: var(--white); background: #08705e; border-radius: 8px; font-size: 13px; font-weight: 820; white-space: nowrap; }
.saved-price-target__offer:hover { background: #065a4c; }
.saved-finalists { margin: 0 0 24px; padding: 15px; background: var(--white); border: 1px solid #cddde2; border-radius: 17px; box-shadow: 0 8px 24px rgba(7,26,45,.05); }
.saved-finalists[hidden] { display: none; }
.saved-finalists__heading { display: flex; gap: 24px; align-items: flex-start; justify-content: space-between; margin-bottom: 10px; }
.saved-finalists__heading > div > span { display: block; margin-bottom: 3px; color: var(--mint-dark); font-size: .8125rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.saved-finalists__heading h2 { margin: 0 0 4px; font-size: clamp(1.35rem,2.2vw,1.8rem); }
.saved-finalists__heading p { max-width: 760px; margin: 0; color: #506873; font-size: .9rem; line-height: 1.5; }
.saved-finalists__heading > small { flex: 0 0 auto; padding: 7px 10px; color: #3d5c68; background: #edf4f6; border-radius: 8px; font-size: .8125rem; font-weight: 750; }
.saved-finalists__scroll { max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; border: 1px solid #cfdee3; border-radius: 12px; scrollbar-color: #77a99f #e8f0f2; }
.saved-finalists__scroll:focus { outline: 3px solid rgba(14,139,117,.28); outline-offset: 3px; }
.saved-finalists__table { width: max-content; min-width: 100%; border-spacing: 0; border-collapse: separate; color: var(--ink); font-size: .875rem; }
.saved-finalists__table th, .saved-finalists__table td { min-width: 170px; padding: 12px 13px; border-right: 1px solid #dce7ea; border-bottom: 1px solid #dce7ea; text-align: center; vertical-align: middle; }
.saved-finalists__table tr > :last-child { border-right: 0; }
.saved-finalists__table tbody tr:last-child > * { border-bottom: 0; }
.saved-finalists__table thead th { background: #f4f8f9; }
.saved-finalists__table thead th:first-child, .saved-finalists__table tbody th { position: sticky; left: 0; z-index: 2; min-width: 165px; width: 165px; text-align: left; }
.saved-finalists__table thead th:first-child { z-index: 3; color: #49626d; }
.saved-finalists__table tbody th { background: #f8fafb; }
.saved-finalists__table tbody th strong, .saved-finalists__table tbody th small { display: block; }
.saved-finalists__table tbody th strong { font-size: .875rem; }
.saved-finalists__table tbody th small { margin-top: 2px; color: #647985; font-size: .8125rem; font-weight: 550; line-height: 1.35; }
.saved-finalists__phone { display: grid; min-height: 88px; place-items: center; color: var(--ink); }
.saved-finalists__phone img { width: 58px; height: 58px; margin-bottom: 5px; object-fit: contain; mix-blend-mode: multiply; }
.saved-finalists__phone strong { max-width: 170px; font-size: .875rem; line-height: 1.3; overflow-wrap: anywhere; }
.saved-finalists__phone:hover strong { color: var(--mint-dark); }
.saved-finalists__compare { min-height: 44px; margin-top: 7px; padding: 7px 10px; color: #315966; background: var(--white); border: 1px solid #b8cdd3; border-radius: 8px; cursor: pointer; font: inherit; font-size: .8125rem; font-weight: 800; }
.saved-finalists__compare:hover, .saved-finalists__compare.is-selected { color: var(--navy); background: var(--mint); border-color: var(--mint); }
.saved-finalists__table td { position: relative; background: var(--white); }
.saved-finalists__table td > strong, .saved-finalists__price { color: #16374a; font-size: .9rem; font-weight: 850; line-height: 1.35; }
.saved-finalists__price { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 6px 9px; color: #075f50; border: 1px solid #a8d8cc; border-radius: 8px; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.saved-finalists__price:hover { color: var(--white); background: var(--mint-dark); border-color: var(--mint-dark); }
.saved-finalists__table td.is-best { background: #e8f8f3; box-shadow: inset 0 0 0 1px #8fd2c2; }
.saved-finalists__table td.is-best > strong, .saved-finalists__table td.is-best .saved-finalists__price { color: #075f50; }
.saved-finalists__best { display: block; width: fit-content; margin: 6px auto 0; padding: 3px 6px; color: #075f50; background: #ccefe5; border-radius: 999px; font-size: .8125rem; font-weight: 850; line-height: 1.25; }
.saved-finalists__missing { color: #6b7f88; font-size: .8125rem; }
.saved-finalists__note { margin: 11px 2px 0; color: #506873; font-size: .8125rem; line-height: 1.5; }
.saved-finalists__note strong { color: var(--ink); }
.saved-phones-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.saved-phone-card { position: relative; min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 6px 20px rgba(7,26,45,.05); }
.saved-phone-card__image { display: grid; height: 205px; padding: 22px; place-items: center; background: linear-gradient(145deg,#f6f9fa,#fff); }
.saved-phone-card__image img { width: 165px; height: 165px; object-fit: contain; mix-blend-mode: multiply; }
.saved-phone-card__body { padding: 17px; }
.saved-phone-card__brand { margin: 0 0 5px; color: var(--mint-dark); font-size: 12px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.saved-phone-card h3 { min-height: 2.45em; margin-bottom: 15px; font-size: 1.05rem; overflow-wrap: anywhere; }
.saved-phone-card h3 a:hover { color: var(--mint-dark); }
.saved-phone-card__prices { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.saved-phone-card__prices p { min-width: 0; margin: 0; padding: 9px; background: var(--soft); border-radius: 8px; }
.saved-phone-card__prices span, .saved-phone-card__prices strong { display: block; }
.saved-phone-card__prices span { color: var(--muted); font-size: 12px; line-height: 1.35; }
.saved-phone-card__prices strong { overflow: hidden; margin-top: 2px; color: var(--ink); font-size: .93rem; text-overflow: ellipsis; white-space: nowrap; }
.saved-phone-card__change { min-height: 2.6em; margin: 10px 0 13px; padding: 7px 9px; color: var(--muted); background: #f4f7f8; border-radius: 8px; font-size: .8125rem; font-weight: 720; line-height: 1.4; }
.saved-phone-card__change.is-down { color: #096b58; background: #e4f8f2; }
.saved-phone-card__change.is-up { color: #9e3b2d; background: #fff0ed; }
.saved-phone-card__change.is-same { color: #315966; background: #edf4f6; }
.saved-phone-card__history { margin: -3px 0 13px; padding: 11px; color: #294f5b; background: #eef8f5; border: 1px solid #b9ded5; border-radius: 10px; }
.saved-phone-card__history > strong { display: block; color: #0a6757; font-size: .875rem; line-height: 1.35; }
.saved-phone-card__history-position { margin: 3px 0 8px; color: #315966; font-size: .8125rem; font-weight: 760; line-height: 1.4; }
.saved-phone-card__history-position.is-minimum { color: #08705e; }
.saved-phone-card__history-values { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; margin: 0; }
.saved-phone-card__history-values div { min-width: 0; padding: 7px 8px; background: rgba(255,255,255,.82); border-radius: 7px; }
.saved-phone-card__history-values dt { color: #5a727b; font-size: .8125rem; line-height: 1.3; }
.saved-phone-card__history-values dd { margin: 2px 0 0; color: var(--ink); font-size: .875rem; font-weight: 850; overflow-wrap: anywhere; }
.saved-phone-card__history small { display: block; margin-top: 7px; color: #506a73; font-size: .8125rem; line-height: 1.42; }
.saved-phone-card.has-price-target-reached { border-color: #78cdbb; box-shadow: 0 8px 24px rgba(9,107,88,.13); }
.saved-phone-card__target { margin: 0 0 13px; padding: 11px; background: #f7fafb; border: 1px solid #d9e5e9; border-radius: 10px; }
.saved-phone-card__target.is-reached { background: #e7f8f2; border-color: #8bd4c3; }
.saved-phone-card__target.is-waiting { background: #fffaf0; border-color: #e8d7a8; }
.saved-phone-card__target-form > label { display: block; margin-bottom: 6px; color: var(--ink); font-size: .875rem; font-weight: 800; line-height: 1.35; }
.saved-phone-card__target-controls { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px; }
.saved-phone-card__target-input { position: relative; min-width: 0; }
.saved-phone-card__target-input input { width: 100%; min-height: 44px; padding: 8px 31px 8px 10px; color: var(--ink); background: var(--white); border: 1px solid #afc3ca; border-radius: 8px; font: inherit; font-size: 1rem; }
.saved-phone-card__target-input input:focus { border-color: var(--mint-dark); outline: 3px solid rgba(14,139,117,.18); outline-offset: 1px; }
.saved-phone-card__target-input span { position: absolute; top: 50%; right: 10px; color: #526b76; font-size: .875rem; font-weight: 750; pointer-events: none; transform: translateY(-50%); }
.saved-phone-card__target-controls button { min-height: 44px; padding: 8px 11px; color: var(--white); background: var(--mint-dark); border: 1px solid var(--mint-dark); border-radius: 8px; cursor: pointer; font: inherit; font-size: .875rem; font-weight: 800; }
.saved-phone-card__target-controls button:hover { background: #086b5b; border-color: #086b5b; }
.saved-phone-card__target-status { display: flex; gap: 8px; align-items: flex-start; justify-content: space-between; margin-top: 7px; }
.saved-phone-card__target-status p { margin: 0; color: #526b76; font-size: .8125rem; line-height: 1.42; }
.saved-phone-card__target.is-reached .saved-phone-card__target-status p { color: #086451; font-weight: 800; }
.saved-phone-card__target.is-waiting .saved-phone-card__target-status p { color: #6e571a; font-weight: 720; }
.saved-phone-card__target-status button { min-width: 44px; min-height: 44px; margin: -6px -7px -7px 0; padding: 6px 7px; color: #72483f; background: transparent; border: 0; border-radius: 7px; cursor: pointer; font: inherit; font-size: .8125rem; font-weight: 750; line-height: 1.25; text-decoration: underline; }
.saved-phone-card__target-status button:hover { color: #9d3327; background: rgba(255,255,255,.65); }
.saved-phone-card__actions { display: grid; gap: 8px; }
.saved-phone-card__actions .button { width: 100%; min-height: 44px; padding-inline: 10px; font-size: .8125rem; }
.saved-phone-card__actions [data-saved-price-alert] { font-size: 14px; }
.saved-phone-card__remove { position: absolute; z-index: 3; top: 11px; right: 11px; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; color: #8a3c32; background: rgba(255,255,255,.96); border: 1px solid #e2c7c2; border-radius: 10px; box-shadow: 0 4px 14px rgba(7,26,45,.08); cursor: pointer; font-size: 1.35rem; line-height: 1; }
.saved-phone-card__remove:hover { color: var(--white); background: #ba493a; border-color: #ba493a; }
.saved-phones-next { display: flex; gap: 22px; align-items: center; justify-content: space-between; margin-top: 20px; padding: 18px 20px; color: #d1dde2; background: var(--navy); border-radius: 14px; }
.saved-phones-next[hidden] { display: none; }
.saved-phones-next strong, .saved-phones-next span { display: block; }
.saved-phones-next strong { color: var(--white); font-size: 1rem; }
.saved-phones-next span { margin-top: 2px; font-size: .875rem; }
.saved-phones-next .button { flex: 0 0 auto; }

.site-footer { padding-top: 50px; color: #aabdc6; background: #061522; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr .8fr; gap: 60px; padding-bottom: 40px; }
.brand-logo--footer { margin-bottom: 18px; }
.footer-grid > div:first-child p { max-width: 320px; color: #849ba6; font-size: .8rem; }
.footer-grid h2 { margin-bottom: 17px; color: var(--white); font-size: .94rem; letter-spacing: 0; }
.footer-grid > div > a:not(.brand-logo) { display: block; margin: 9px 0; color: #91a6b0; font-size: .875rem; }
.footer-grid > div > a:hover { color: var(--mint); }
.footer-bottom { padding-block: 19px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom p { margin: 0; color: #6f8793; font-size: .67rem; }

@media (max-width: 1080px) {
  .nav-wrap { gap: 16px; }
  .main-nav { gap: 18px; }
  .nav-cta { display: none; }
  .nav-search-toggle { width: 44px; padding: 0; }
  .nav-search-toggle > span { display: none; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; gap: 25px; }
  .hero-choice-panel { padding: 15px; }
  .brand-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .product-card__image { height: 225px; padding: 16px; }
  .product-card__image img { width: 190px; height: 190px; }
  .comparison-grid { grid-template-columns: repeat(2,1fr); }
  .generation-differences--5 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .generation-differences--5 > article { grid-column: auto; }
  .generation-differences--5 > article:last-child { grid-column: 1/-1; }
  .budget-grid { grid-template-columns: repeat(3,1fr); }
  .budget-card:nth-child(n+4) { border-top: 1px solid var(--line); }
  .budget-card:nth-child(4) { border-left: 0; }
  .buying-paths { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .buying-paths > span { grid-column: 1/-1; max-width: none; }
  .catalog-layout { grid-template-columns: 300px 1fr; gap: 22px; }
  .product-grid--catalog { grid-template-columns: repeat(2,1fr); }
  .quick-specs { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
  .quick-specs div { padding: 9px 8px; }
  .comparison-verdict-actions { grid-template-columns: 1fr; }
  .recent-comparisons__grid { grid-template-columns: 1fr; }
  .versus-product { grid-template-columns: 180px 1fr; padding-inline: 15px; }
  .versus-product__image img { width: 180px; }
  .footer-grid { grid-template-columns: 1.3fr .7fr .7fr; }
  .selection-directory { gap: 42px; }
  .selection-hub-grid, .collection-related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .selection-hub-grid--price { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .priority-guide { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .compare-tray__title { display: none; }
  .compare-tray__inner { grid-template-columns: minmax(360px,1fr) auto auto; }
  .saved-phones-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 960px) {
  html { scroll-padding-top: 125px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .site-header { height: 66px; }
  .nav-wrap { gap: 10px; }
  .main-nav { position: fixed; inset: 66px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 25px 40px rgba(0,0,0,.25); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-cta { display: none; }
  .site-search-panel { top: calc(100% + 8px); right: 0; padding: 14px; }
  .menu-toggle { display: block; }
  .no-js .menu-toggle, .no-js .nav-search-toggle { display: none; }
  .noscript-mobile-nav { display: none; }
  .no-js .noscript-mobile-nav { display: flex; gap: 6px; min-width: 0; margin-left: auto; }
  .no-js .noscript-mobile-nav a { display: inline-flex; min-height: 44px; padding: 8px 10px; align-items: center; justify-content: center; color: var(--white); border: 1px solid rgba(255,255,255,.25); border-radius: 8px; font-size: .8125rem; font-weight: 780; white-space: nowrap; }
  .no-js [data-saved-page-summary] { display: none; }
  .hero { min-height: auto; padding: 40px 0 62px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { position: relative; z-index: 3; min-width: 0; max-width: 100%; }
  .hero h1 { font-size: clamp(2.7rem,9.5vw,4.2rem); }
  .hero-visual { display: none; }
  .hero-mobile-guide { display: grid; min-height: 52px; grid-template-columns: minmax(0,1fr) auto; gap: 2px 14px; align-items: center; margin-top: 14px; padding: 11px 14px; color: var(--white); background: rgba(255,255,255,.075); border: 1px solid rgba(55,214,186,.38); border-radius: 12px; }
  .hero-mobile-guide span, .hero-mobile-guide strong { display: block; }
  .hero-mobile-guide span { color: #aebfc7; font-size: 13px; }
  .hero-mobile-guide strong { font-size: 15px; }
  .hero-mobile-guide i { grid-column: 2; grid-row: 1/3; color: var(--mint); font-size: 20px; font-style: normal; font-weight: 900; }
  .compare-strip { margin-top: -27px; }
  .compare-form { grid-template-columns: 1fr 44px 1fr; }
  .compare-form .button { grid-column: 1/4; }
  .form-error { top: 100%; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .brand-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .editorial-grid, .faq-layout, .specs-layout, .score-comparison, .source-panel { grid-template-columns: 1fr; gap: 45px; }
  .methodology-formula { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .catalog-layout { display: block; }
  .filter-panel { position: fixed; z-index: 150; inset: 0 0 0 auto; width: min(92vw,460px); max-height: none; overflow-y: auto; visibility: hidden; pointer-events: none; border-radius: 0; transform: translateX(105%); transition: transform .2s ease, visibility 0s linear .2s; }
  .filter-panel.is-open { visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; box-shadow: -20px 0 50px rgba(0,0,0,.18); }
  .no-js .filter-panel:target { visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; box-shadow: -20px 0 50px rgba(0,0,0,.18); }
  .filter-backdrop:not([hidden]) { position: fixed; z-index: 149; inset: 0; display: block; width: 100%; height: 100%; padding: 0; background: rgba(7,26,45,.55); border: 0; cursor: pointer; }
  .filter-panel__title button { display: inline-flex; min-width: 104px; min-height: 48px; padding: 0 12px; align-items: center; justify-content: center; gap: 7px; color: var(--ink); border: 0; border-radius: 9px; background: #e5ecef; font: inherit; font-size: 1.35rem; }
  .filter-panel__title button b { display: inline; font-size: 14px; }
  .filter-open { display: inline-flex; }
  .catalog-shortcuts { display: none; }
  .no-js .catalog-shortcuts { display: grid; }
  .catalog-mobile-filter-summary { display: flex; gap: 14px; align-items: center; justify-content: space-between; margin-top: 18px; padding: 14px; background: var(--white); border: 1px solid #cfe0e2; border-radius: 13px; box-shadow: 0 8px 22px rgba(7,26,45,.04); }
  .catalog-mobile-filter-summary > div { min-width: 0; }
  .catalog-mobile-filter-summary strong, .catalog-mobile-filter-summary span { display: block; }
  .catalog-mobile-filter-summary strong { color: var(--ink); font-size: 16px; }
  .catalog-mobile-filter-summary span { overflow: hidden; margin-top: 3px; color: var(--muted); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
  .catalog-mobile-filter-summary .button { flex: 0 0 auto; min-height: 50px; }
  .product-grid--catalog { grid-template-columns: repeat(3,1fr); }
  .merchant-offer { grid-template-columns: minmax(0,1fr) minmax(250px,.8fr); }
  .merchant-offer__cta { grid-column: 1/-1; width: 100%; }
  .brand-hero__grid { grid-template-columns: minmax(0,1fr); }
  .brand-hero__grid > div { min-width: 0; }
  .brand-monogram { display: none; }
  .brand-stats { overflow-x: auto; }
  .content-columns { grid-template-columns: 1fr; gap: 45px; }
  .brand-directory { grid-template-columns: repeat(2,1fr); }
  .sitemap-layout { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sitemap-link-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .product-hero__grid { grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 15px; }
  .product-title, .product-summary, .product-gallery { grid-column: 1; min-width: 0; max-width: 100%; }
  .product-title { grid-row: 1; }
  .product-gallery { grid-row: 2; }
  .product-summary { grid-row: 3; }
  .product-gallery__main { min-height: 285px; }
  .product-gallery__main img { width: 250px; height: 245px; }
  .memory-upgrade { grid-template-columns: minmax(0,1fr) auto; }
  .memory-upgrade__copy { grid-column: 1/-1; }
  .anchor-nav { top: 66px; }
  .spec-category-nav { top: 128px; }
  .comparison-category-nav { top: 111px; }
  .verdict-grid { grid-template-columns: 1fr 1fr; }
  .versus-products { grid-template-columns: 1fr 52px 1fr; }
  .versus-product { grid-template-columns: 1fr; text-align: center; }
  .versus-product__image img { width: 130px; height: 140px; }
  .price-choice { grid-template-columns: 1fr 1fr; }
  .price-choice article { display: flex; flex-direction: column; text-align: center; }
  .price-choice .button { width: 100%; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 32px; }
  .spec-groups { columns: 1; }
  .collection-hero__grid { grid-template-columns: 1fr; gap: 35px; }
  .collection-hero--series .collection-hero__grid { grid-template-columns: 1fr; gap: 35px; }
  .collection-method .container { grid-template-columns: repeat(3,1fr); }
  .collection-method .container > span { grid-column: 1/4; }
  .compare-tray { padding-block: 8px max(8px,env(safe-area-inset-bottom)); }
  .compare-tray__inner { width: min(calc(100vw - 30px),var(--container)); max-width: calc(100vw - 30px); grid-template-columns: minmax(0,1fr) auto; gap: 7px; }
  .compare-tray__slots { grid-column: 1/3; }
  .compare-tray__slot { height: 50px; grid-template-columns: 38px minmax(0,1fr); padding-inline: 7px; }
  .compare-tray__slot img { width: 36px; height: 36px; }
  .compare-tray .button { min-height: 44px; padding: 8px 12px; font-size: 13px; }
  .compare-tray__clear { justify-self: end; }
  .home-price-rail__heading { display: block; }
  .home-price-rail__heading > p { margin-top: 7px; }
  .home-price-rail__grid { grid-template-columns: 1fr; }
  .home-resume__heading { display: block; }
  .home-resume__heading > p { margin-top: 7px; }
  .home-resume__grid { grid-template-columns: 1fr; }
  .collection-shortlist__grid { grid-template-columns: 1fr; }
  .comparison-context-row, #tabulka .comparison-context-row { display: flex; flex-direction: column; align-items: stretch; min-width: 0; }
  .comparison-context-row > *, .comparison-context-row .comparison-variant-note { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .nav-wrap { min-width: 0; }
  .brand-logo { min-width: 0; gap: 8px; font-size: .94rem; }
  .no-js .site-header .brand-logo > span:last-child { display: none; }
  .brand-mark { transform: scale(.9); transform-origin: left center; }
  .hero { padding: 31px 0 48px; }
  .hero h1 { font-size: 2.38rem; }
  .hero-lead { margin-bottom: 17px; font-size: .94rem; }
  .hero-search { padding-left: 12px; }
  .hero-search button { padding: 0 14px; font-size: .78rem; }
  .popular-searches { align-items: flex-start; flex-direction: column; gap: 7px; }
  .popular-searches > div { gap: 6px; }
  .popular-searches a { min-height: 38px; padding-inline: 10px; font-size: 14px; }
  .trust-row { display: none; }
  .compare-strip { margin-top: -24px; }
  .home-price-rail { padding-block: 19px; }
  .home-price-rail__heading h2 { font-size: 21px; line-height: 1.15; }
  .home-price-rail__heading > p, .home-price-rail__note { font-size: 13px; }
  .home-price-card { grid-template-columns: minmax(0,1fr) auto; padding: 10px; }
  .home-price-card__model { grid-template-columns: 48px minmax(0,1fr); }
  .home-price-card__model img { width: 48px; height: 54px; }
  .home-resume { padding-block: 19px; }
  .home-resume__heading h2 { font-size: 21px; line-height: 1.15; }
  .home-resume__heading > p { font-size: 13px; }
  .compare-box { padding: 21px 16px; }
  .compare-form, .compare-form--page, .compare-form--inline { display: flex; flex-direction: column; align-items: stretch; }
  .compare-form__vs { height: 27px; }
  .compare-form .button { width: 100%; }
  .phone-picker { width: 100%; }
  .picker-results { max-height: min(52dvh,420px); }
  .picker-result { grid-template-columns: 42px minmax(0,1fr) auto; gap: 9px; padding: 7px 9px; }
  .picker-result img { width: 39px; height: 39px; }
  .picker-result__copy > strong { display: block; overflow: visible; line-height: 1.25; white-space: normal; -webkit-line-clamp: unset; }
  .form-error { position: static; }
  .section { padding: 68px 0; }
  .section-heading, .two-col-heading { display: block; }
  .section-heading .button { margin-top: 20px; }
  .family-hubs-heading > .text-link, .selection-heading > .text-link { max-width: 100%; align-self: flex-start; margin-top: 20px; overflow-wrap: anywhere; white-space: normal; }
  .product-grid, .product-grid--catalog { grid-template-columns: 1fr 1fr; gap: 10px; }
  .product-card__image { height: 160px; padding: 12px; }
  .product-card__image img { width: 135px; height: 135px; }
  .product-card__body { padding: 13px; }
  .product-card h3 { min-height: 2.6em; font-size: .86rem; }
  .product-card__meta { display: none; }
  .product-card__facts { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 3px; margin-bottom: 8px; }
  .product-card__facts > span:nth-child(n+3) { display: grid; grid-column: 1/-1; grid-template-columns: auto minmax(0,1fr); gap: 7px; align-items: center; }
  .product-card__facts > span:nth-child(n+3) strong { min-height: 0; margin-top: 0; justify-content: flex-end; text-align: right; }
  .product-card__facts > span { padding: 4px 3px; }
  .product-card__price { font-size: 1.05rem; }
  .product-card__actions { grid-template-columns: 1fr; }
  .product-card__actions .button { width: 100%; padding-inline: 7px; font-size: .72rem; }
  .card-compare-action { width: 100%; }
  .card-save { top: 8px; width: 44px; height: 44px; }
  .card-save { right: 8px; }
  .budget-grid { grid-template-columns: repeat(2,1fr); }
  .budget-card:nth-child(n) { border-top: 0; border-left: 1px solid var(--line); }
  .budget-card:nth-child(odd) { border-left: 0; }
  .budget-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .budget-card { min-height: 130px; padding: 19px 38px 17px 16px; }
  .budget-card strong { font-size: 1.3rem; }
  .buying-paths { grid-template-columns: 1fr; }
  .selection-hub-start { grid-template-columns: 1fr; }
  .selection-hub-start a { min-height: 96px; }
  .selection-hub-hero__footer { align-items: flex-start; flex-direction: column; }
  .selection-hub-nav { justify-content: flex-start; }
  .selection-hub { padding-top: 32px; }
  .selection-hub-group + .selection-hub-group { margin-top: 38px; padding-top: 34px; }
  .selection-hub-grid, .collection-related-grid { grid-template-columns: 1fr; }
  .selection-hub-grid--price { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .saved-phones-hero { padding-block: 21px; }
  .saved-phones-hero h1 { margin-bottom: 7px; font-size: 2rem; }
  .saved-phones-hero p { font-size: .9375rem; line-height: 1.48; }
  .saved-phones-privacy { align-items: flex-start; font-size: .8125rem; }
  .saved-phones-content { padding-top: 23px; }
  .saved-phones-toolbar { gap: 8px; align-items: flex-start; flex-direction: column; margin-bottom: 13px; }
  .saved-phones-clear { width: auto; margin-top: 0; }
  .saved-price-targets { margin-inline: -4px; padding: 14px 12px; border-radius: 14px; }
  .saved-price-targets__heading { display: block; margin-bottom: 9px; }
  .saved-price-targets__heading p { margin-top: 4px; font-size: .8125rem; }
  .saved-price-targets__list { grid-template-columns: minmax(0,1fr); }
  .saved-finalists { margin-inline: -4px; padding: 14px 12px; border-radius: 14px; }
  .saved-finalists__heading { gap: 9px; flex-direction: column; margin-bottom: 9px; }
  .saved-finalists__heading p { display: none; }
  .saved-finalists__heading > small { align-self: flex-start; }
  .saved-finalists__table th, .saved-finalists__table td { min-width: 150px; padding: 10px; }
  .saved-finalists__table thead th:first-child, .saved-finalists__table tbody th { min-width: 128px; width: 128px; }
  .saved-finalists__phone { min-height: 62px; grid-template-columns: 45px minmax(0,1fr); gap: 7px; text-align: left; }
  .saved-finalists__phone img { width: 45px; height: 45px; margin-bottom: 0; }
  .saved-finalists__phone strong { max-width: 105px; }
  .saved-finalists__compare { width: 100%; }
  .saved-phones-grid { grid-template-columns: 1fr; }
  .saved-phone-card__image { height: 190px; }
  .saved-phone-card__image img { width: 155px; height: 155px; }
  .saved-phones-next { align-items: stretch; flex-direction: column; }
  .saved-phones-next .button { width: 100%; }
  .selection-hub-grid:not(.selection-hub-grid--price) a, .collection-related-grid a { padding: 15px 10px 14px 0; }
  .collection-shortlist { padding-block: 50px; }
  .collection-shortlist__answer { grid-template-columns: 1fr; gap: 5px; padding: 14px; }
  .collection-shortlist__grid { grid-template-columns: 1fr; }
  .collection-shortlist__grid h3 { min-height: 0; }
  .collection-shortlist__comparisons { grid-template-columns: 1fr; }
  .collection-shortlist__comparisons > span { max-width: none; }
  .brand-grid { grid-template-columns: 1fr; gap: 0; }
  .brand-grid a { min-height: 86px; padding: 8px 2px 7px 0; }
  .brand-grid__image { width: 58px; height: 66px; }
  .brand-grid__image img { width: 54px; height: 60px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .faq-item { grid-template-columns: 1fr; gap: 8px; padding-block: 19px; }
  .page-intro { padding: 33px 0 37px; }
  .page-intro h1 { overflow-wrap: anywhere; font-size: 2.1rem; }
  .catalog-section { padding-top: 30px; }
  .catalog-shortcuts { grid-template-columns: 1fr; gap: 14px; margin-top: 19px; }
  .catalog-shortcut-group > span { margin-bottom: 5px; }
  .catalog-shortcut-group > span small { display: none; }
  .catalog-active-summary { align-items: flex-start; flex-direction: column; gap: 4px; }
  .catalog-inline-search { margin-bottom: 12px; padding: 11px; }
  .catalog-inline-search > label { margin-bottom: 5px; }
  .catalog-inline-search__row { grid-template-columns: minmax(0,1fr) 92px; gap: 6px; }
  .catalog-inline-search button { min-width: 0; padding-inline: 8px; font-size: 13px; }
  .catalog-inline-search .model-search-results { right: 11px; left: 11px; }
  .catalog-toolbar { display: grid; grid-template-columns: 1fr; gap: 9px; margin-bottom: 13px; }
  .catalog-toolbar > p { font-size: 13px; }
  .catalog-toolbar__actions { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px; }
  .catalog-sort label { display: block; }
  .catalog-sort label > span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
  .catalog-sort select { width: 100%; min-width: 0; height: 44px; }
  .filter-open { min-width: 88px; padding-inline: 11px; }
  .filter-open__long { display: none; }
  .filter-open__short { display: inline; }
  .brand-hero { padding-block: 34px; }
  .brand-hero h1 { font-size: 2.45rem; }
  .brand-stats { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); overflow: visible; margin-right: 0; }
  .brand-stats div { min-width: 0; padding: 13px 14px; }
  .brand-stats div:last-child { grid-column: 1/-1; }
  .brand-stats span { font-size: .78rem; line-height: 1.35; }
  .brand-series-links { gap: 8px; }
  .brand-series-links > span { width: 100%; font-size: .78rem; }
  .brand-series-links a { display: inline-flex; min-height: 42px; padding: 8px 12px; align-items: center; font-size: .8rem; }
  .brand-directory { grid-template-columns: 1fr; }
  .alphabet-nav { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
  .alphabet-nav::-webkit-scrollbar { display: none; }
  .brand-directory-section { padding-top: 34px; }
  .sitemap-layout { grid-template-columns: 1fr; gap: 32px; }
  .sitemap-layout__wide { grid-column: auto; }
  .sitemap-link-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap-inline: 12px; }
  .product-hero { padding: 13px 0 28px; }
  .merchant-offers { padding-block: 25px; }
  .merchant-offers__heading { align-items: stretch; }
  .merchant-offers__best { min-width: 0; text-align: left; }
  .merchant-offer { grid-template-columns: minmax(0,1fr); gap: 13px; padding: 15px; }
  .merchant-offer__prices { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .merchant-offer__prices dd { font-size: .8125rem; }
  .merchant-offer__prices .merchant-offer__total dd { font-size: .98rem; }
  .merchant-offer__cta { min-height: 48px; font-size: .88rem; }
  .product-gallery__main { min-height: 245px; padding: 18px; }
  .product-gallery__main img { width: 220px; height: 210px; }
  .product-title h1 { font-size: 2.2rem; }
  .product-title .eyebrow { margin-bottom: 8px; }
  .product-title-rating { margin-bottom: 1px; }
  .price-panel { grid-template-columns: auto minmax(0,1fr); gap: 12px; padding: 14px; }
  .price-panel .button { width: 100%; min-height: 52px; justify-self: stretch; padding-inline: 12px; }
  .product-price-cta__full { display: none; }
  .product-price-cta__short { display: inline; }
  .quick-specs { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .quick-specs > div:nth-child(n+5) { grid-column: 1/-1; }
  .quick-variants > div { display: grid; grid-template-columns: repeat(auto-fit,minmax(82px,1fr)); overflow: visible; }
  .quick-variants button { min-width: 0; padding: 8px 6px; text-align: center; }
  .quick-variants b, .quick-variants small { overflow-wrap: anywhere; }
  .price-history-card { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .price-history-card__intro { grid-column: 1/-1; }
  .price-history-card__stat { padding: 6px 0 0; border-top: 1px solid #cce7e0; border-left: 0; }
  .price-history-card__action { grid-template-columns: 1fr; padding: 8px 0 0; border-top: 1px solid #cce7e0; }
  .memory-upgrade { grid-template-columns: 1fr; gap: 12px; padding: 15px; }
  .memory-upgrade__copy { grid-column: auto; }
  .memory-upgrade__prices { grid-template-columns: minmax(0,1fr) 28px minmax(0,1fr); }
  .memory-upgrade > .button { width: 100%; }
  .single-variant-offer { grid-template-columns: 68px minmax(0,1fr); gap: 12px; padding: 14px; }
  .single-variant-offer > img { width: 64px; height: 68px; }
  .single-variant-offer > div { grid-column: 1; min-width: 0; }
  .single-variant-offer > .button { min-width: 0; grid-column: 2; width: 100%; }
  .same-memory-price { grid-template-columns: minmax(0,1fr); gap: 11px; padding: 15px; }
  .same-memory-price > * { min-width: 0; max-width: 100%; }
  .same-memory-price__saving { text-align: left; }
  .same-memory-price > .button { width: 100%; white-space: normal; overflow-wrap: anywhere; text-align: center; }
  .product-selection-placements { grid-template-columns: 1fr; gap: 14px; padding: 15px; }
  .product-selection-placements__links a { grid-template-columns: 84px minmax(0,1fr) 20px; padding-inline: 10px; }
  .verdict-grid { grid-template-columns: 1fr; }
  .generation-heading .button { width: 100%; }
  .generation-pair { grid-template-columns: minmax(0,1fr) 34px minmax(0,1fr); gap: 6px; padding: 8px; }
  .generation-pair__model { grid-template-columns: 1fr; gap: 5px; padding: 9px; text-align: center; }
  .generation-pair__model > span { font-size: 14px; letter-spacing: .04em; }
  .generation-pair__model > i { white-space: normal; }
  .generation-pair img { width: 62px; height: 66px; margin: auto; }
  .generation-pair strong { font-size: 14px; overflow-wrap: anywhere; }
  .generation-pair small { font-size: 13px; }
  .generation-pair__arrow { width: 32px; height: 32px; }
  .generation-pair__arrow svg { width: 17px; }
  .generation-differences,
  .generation-differences.generation-differences--5 { grid-template-columns: minmax(0,1fr); }
  .generation-differences--5 > article,
  .generation-differences--5 > article:last-child { grid-column: 1/-1; }
  .generation-differences article { min-height: 0; }
  .generation-differences h3 { min-height: 0; }
  .generation-price { grid-template-columns: 1fr; gap: 12px; padding: 17px; }
  .generation-price .button { width: 100%; white-space: normal; }
  .specs-layout { gap: 25px; }
  .spec-table > div { grid-template-columns: 1fr; gap: 3px; }
  .offer-table th:nth-child(2), .offer-table td:nth-child(2) { display: none; }
  .offer-table th, .offer-table td { padding: 11px; }
  .offer-table .button { min-width: 112px; min-height: 44px; padding-inline: 9px; font-size: 14px; }
  .anchor-nav .container { gap: 20px; }
  .spec-category-nav, .comparison-category-nav { display: block; padding: 10px; }
  .spec-category-nav > span, .comparison-category-nav > span { display: block; margin: 0 0 8px 3px; }
  .spec-category-nav > div, .comparison-category-nav > div { padding-bottom: 0; scrollbar-width: none; }
  .spec-category-nav > div::-webkit-scrollbar, .comparison-category-nav > div::-webkit-scrollbar { display: none; }
  .spec-category-nav { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px; }
  .spec-category-nav > span { grid-column: 1/-1; }
  .comparison-category-nav { display: flex; align-items: center; }
  .comparison-category-nav > span { display: block; margin: 0; }
  .comparison-table-section { padding-top: 15px; }
  .comparison-table-heading { margin-bottom: 12px; }
  .comparison-table-heading .eyebrow { margin-bottom: 6px; }
  .comparison-table-heading h2 { margin-bottom: 0; font-size: 1.72rem; }
  .comparison-table-heading > div > p { display: none; }
  .comparison-table-actions { flex-direction: row; gap: 9px; align-items: center; justify-content: space-between; margin-top: 9px; }
  .comparison-table-actions .data-coverage { align-self: center; margin-top: 0; padding: 9px 11px; }
  .comparison-table-actions .data-coverage strong { font-size: 1.25rem; }
  .comparison-table-actions [data-differences-toggle] { min-height: 44px; margin: 0; padding-inline: 10px; font-size: 14px; }
  .comparison-legend { flex-wrap: wrap; gap: 6px; overflow-x: visible; }
  .comparison-legend > span { padding: 7px 9px; font-size: .63rem; }
  #tabulka > .container { display: flex; flex-direction: column; }
  #tabulka .comparison-context-row { display: flex; order: 7; flex-direction: column; align-items: stretch; margin-top: 13px; }
  #tabulka .comparison-table-heading { order: 1; }
  #tabulka .comparison-variant-picker { order: 2; }
  #tabulka .comparison-category-nav { order: 3; }
  #tabulka .table-swipe-hint { order: 4; }
  #tabulka .compare-table-wrap { order: 5; }
  #tabulka [data-differences-status] { order: 6; }
  #tabulka .comparison-legend { order: 0; margin-top: 0; }
  #tabulka .comparison-variant-note { order: 1; }
  #tabulka .comparison-source-note { order: 8; }
  #tabulka .comparison-source-links { order: 9; }
  .comparison-variant-picker { grid-template-columns: minmax(0,1fr) 15px minmax(0,1fr); gap: 4px; margin-bottom: 9px; padding: 9px 5px; }
  .comparison-variant-picker > div > span { display: none; }
  .comparison-variant-picker select { height: 44px; padding-inline: 7px 20px; font-size: 14px; }
  .comparison-variant-picker > b { height: 38px; }
  .comparison-variant-picker > p { display: none; }
  #tabulka .comparison-category-nav { display: none; }
  .compare-page-hero { padding-block: 55px 65px; }
  .compare-page-hero h1 { font-size: 2.75rem; }
  .compare-form--page { padding: 16px; }
  .recent-comparisons { padding-block: 35px; }
  .recent-comparisons__grid { grid-template-columns: 1fr; }
  .comparison-topic-grid { grid-template-columns: 1fr; }
  .versus-hero { padding-top: 17px; }
  .versus-hero .eyebrow { margin-bottom: 9px; }
  .versus-hero h1 { max-width: 100%; font-size: 1.62rem; overflow-wrap: anywhere; }
  .versus-title-row { grid-template-columns: minmax(0,1fr) auto; gap: 7px; margin-bottom: 4px; text-align: left; }
  .versus-hero > .container > p { margin-bottom: 7px; font-size: .72rem; line-height: 1.45; }
  .versus-products { grid-template-columns: minmax(0,1fr) 32px minmax(0,1fr); width: 100%; margin-inline: 0; }
  .versus-product { grid-template-columns: 1fr; gap: 2px; width: 100%; padding: 4px 2px 7px; text-align: center; }
  .versus-product__image img { width: 68px; height: 70px; }
  .comparison-page .versus-product { grid-template-columns: 1fr; gap: 1px; min-height: 0; padding: 2px 2px 5px; }
  .comparison-page .versus-product__image img { width: 62px; height: 64px; }
  .versus-product .product-card__brand { display: none; }
  .versus-product h2 { min-height: 2.5em; margin-bottom: 2px; font-size: .76rem; line-height: 1.25; overflow-wrap: anywhere; }
  .comparison-page .versus-product h2 { min-height: 2.4em; font-size: .76rem; line-height: 1.2; overflow-wrap: break-word; }
  .versus-product .mini-score { padding: 3px 5px; }
  .versus-product .mini-score strong { font-size: .82rem; }
  .versus-product .mini-score span { display: none; }
  .versus-rating { display: none; }
  .versus-product .button { width: 100%; min-height: 34px; padding: 6px 3px; font-size: .72rem; }
  .versus-price { margin: 2px 0 4px; }
  .versus-price small { display: none; }
  .versus-price strong { font-size: .9rem; }
  .versus-divider { width: auto; height: auto; }
  .versus-divider::before { inset: 0 auto 0 50%; width: 1px; height: auto; }
  .versus-divider span { width: 32px; height: 32px; border-width: 4px; font-size: .52rem; }
  .comparison-verdict { grid-template-columns: 1fr; padding: 25px; }
  .comparison-verdict-section { padding-block: 12px 14px; }
  .comparison-verdict-section .comparison-verdict { gap: 0; padding: 16px; }
  .comparison-verdict-section .winner-icon { display: none; }
  .comparison-verdict-section .comparison-verdict h2 { margin-bottom: 5px; font-size: 1.35rem; line-height: 1.2; }
  .comparison-verdict-section .comparison-verdict p { margin-bottom: 8px; font-size: 14px; line-height: 1.4; }
  .comparison-verdict-section .decision-tags { gap: 6px; }
  .comparison-verdict-section .decision-tags span { padding: 8px 10px; font-size: 13px; line-height: 1.35; }
  .comparison-verdict-section .comparison-verdict-actions { gap: 7px; margin-top: 8px; }
  .comparison-verdict-section .comparison-verdict-offer { min-height: 52px; }
  .decision-tags { grid-template-columns: 1fr; }
  .comparison-verdict-actions { grid-template-columns: 1fr; }
  .comparison-verdict-offer { width: 100%; }
  .compare-table thead th:first-child { min-width: 132px; }
  .compare-table thead th:not(:first-child) { min-width: 205px; }
  .compare-table thead th img { display: block; margin: 0 0 7px; }
  .compare-table tbody th, .compare-table tbody td { padding: 13px 12px; }
  .better-badge { font-size: .62rem; }
  .price-choice { grid-template-columns: 1fr; }
  .priority-guide { grid-template-columns: 1fr; }
  .mobile-compare-buy-bar.is-visible { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 1px 1px max(1px,env(safe-area-inset-bottom)); background: #9fb8b2; border-top: 1px solid #a8beb9; box-shadow: 0 -10px 35px rgba(7,26,45,.15); }
  .mobile-compare-buy-bar > div { min-width: 0; }
  .mobile-compare-buy-bar a { width: 100%; min-width: 0; min-height: 58px; padding: 7px 9px; color: var(--navy); background: var(--white); border: 0; border-radius: 0; text-align: center; }
  .mobile-compare-buy-bar a[data-comparison-role="winner"] { color: #064c40; background: #d9f6ed; box-shadow: inset 0 3px 0 #0b8c75; }
  .mobile-compare-buy-bar a[data-comparison-role="alternative"] { color: #415c67; background: #f7fafb; }
  .mobile-compare-buy-bar .comparison-cta-default { display: none; }
  .mobile-compare-buy-bar .comparison-cta-sticky { display: block; min-width: 0; }
  .mobile-compare-buy-bar .comparison-cta-sticky small, .mobile-compare-buy-bar .comparison-cta-sticky strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-compare-buy-bar .comparison-cta-sticky small { color: inherit; font-size: 13px; font-weight: 820; }
  .mobile-compare-buy-bar .comparison-cta-sticky strong { margin-top: 2px; font-size: 14px; }
  body.compare-tray-open .mobile-compare-buy-bar { display: none; }
  .source-panel__item { display: block; }
  .source-panel span { display: block; margin-top: 5px; }
  .methodology-formula { grid-template-columns: 1fr; }
  .methodology-steps article { grid-template-columns: 48px 1fr; gap: 16px; }
  .methodology-steps article > span { width: 44px; height: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/3; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 6px; }
  .selection-directory { grid-template-columns: 1fr; gap: 34px; }
  .selection-grid a { min-height: 66px; padding: 12px 38px 12px 0; }
  .collection-hero { padding: 23px 0 22px; }
  .collection-hero__grid { gap: 14px; }
  .collection-hero--series .collection-hero__grid { grid-template-columns: 1fr; gap: 14px; }
  .collection-hero h1 { margin-bottom: 10px; font-size: 2.05rem; line-height: 1.04; }
  .collection-hero p { font-size: .78rem; line-height: 1.48; }
  .collection-hero .button { min-height: 44px; margin-top: 3px; padding-block: 9px; font-size: 14px; }
  .collection-hero aside { display: none; }
  .collection-method { padding-block: 10px; overflow: hidden; }
  .collection-method .container { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
  .collection-method .container::-webkit-scrollbar { display: none; }
  .collection-method .container > span { display: flex; flex: 0 0 82px; align-items: center; margin: 0; }
  .collection-method .container > div { flex: 0 0 225px; padding-right: 8px; font-size: .68rem; }
  .collection-method .container > div + div { margin-top: 0; }
  .collection-method + .section--products { padding-top: 24px; }
  .collection-method + .section--products .section-heading { margin-bottom: 19px; }
  .collection-method + .section--products .section-heading h2 { margin-bottom: 6px; font-size: 1.45rem; }
  .collection-method + .section--products .section-heading p { font-size: .73rem; }
  .collection-method + .section--products .section-heading .button { margin-top: 12px; }
  .section--series-products { padding-top: 28px; }
  .series-family-links { max-width: none; margin-top: 12px; justify-content: flex-start; }
  .series-family-links > span { text-align: left; }
  .spec-group__rows > div { grid-template-columns: 1fr; gap: 3px; }
  .data-coverage { margin-top: 18px; width: fit-content; }
  .comparison-table-actions { align-items: flex-start; }
  .table-swipe-hint { display: block; }
  .comparison-page .versus-hero > .container > .eyebrow,
  .comparison-page .versus-hero > .container > p:not(.sr-only):not(.affiliate-note):not(.versus-lead) { display: none; }
  .comparison-page .versus-lead { margin-bottom: 9px; font-size: 16px; line-height: 1.45; }
  .comparison-page .versus-hero > .container > .affiliate-note { margin: 1px auto 4px; font-size: .62rem; }
  .comparison-page .anchor-nav a { padding-block: 8px; }
  .comparison-table-section { padding-top: 0; }
  .comparison-table-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px; align-items: center; margin-bottom: 0; }
  .comparison-table-heading .eyebrow, .comparison-table-actions .data-coverage { display: none; }
  .comparison-table-heading h2 { font-size: 1.28rem; }
  .comparison-table-actions { margin-top: 0; align-items: center; }
  .comparison-table-actions [data-differences-toggle] { min-height: 44px; padding: 7px 9px; font-size: 14px; }
  .comparison-variant-picker { margin-bottom: 0; padding-block: 1px; }
  .comparison-page .versus-title-row { margin-bottom: 0; }
  .comparison-page .versus-hero > .container > .affiliate-note { margin: 0 auto; }
  .table-swipe-hint { margin-bottom: 5px; font-size: .62rem; }
  .compare-table thead th { padding-block: 9px; }
  .compare-table thead th img { display: none; }
  .comparison-page .compare-table { table-layout: fixed; }
  .comparison-page .compare-table thead th:first-child,
  .comparison-page .compare-table tbody th { width: 38%; min-width: 0; }
  .comparison-page .compare-table thead th:not(:first-child),
  .comparison-page .compare-table tbody td { width: 31%; min-width: 0; }
  .comparison-page .compare-table thead th,
  .comparison-page .compare-table tbody th,
  .comparison-page .compare-table tbody td { padding-inline: 8px; overflow-wrap: anywhere; }
  .comparison-page .compare-overall-mark { top: 4px; right: 4px; justify-content: center; width: 23px; min-height: 23px; padding: 0; }
  .comparison-page .compare-overall-mark > span { display: inline; }
  .comparison-page .compare-table tbody tr:not(.compare-section-row) > th { position: static; box-shadow: none; }
  .comparison-page .better-badge { max-width: 100%; line-height: 1.25; white-space: normal; }
  .comparison-page .table-swipe-hint { display: none; }
  .compare-tray { padding-block: 8px max(8px,env(safe-area-inset-bottom)); }
  .compare-tray__inner { width: min(calc(100vw - 24px),var(--container)); max-width: calc(100vw - 24px); grid-template-columns: minmax(0,1fr) auto; gap: 7px; }
  .compare-tray__slots { grid-column: 1/3; }
  .compare-tray__slot { height: 50px; grid-template-columns: 38px 1fr; padding-inline: 7px; }
  .compare-tray__slot img { width: 36px; height: 36px; }
  .compare-tray .button { min-height: 44px; padding: 8px 12px; font-size: 13px; }
  .compare-tray__clear { justify-self: end; }
  body.compare-tray-open .mobile-buy-bar { display: none; }
}

@media (max-height: 360px) {
  .site-search-panel { position: fixed; inset: 4px 8px auto; width: auto; max-height: calc(100dvh - 8px); padding: 8px; border-radius: 11px; }
  .site-search-panel label, .site-search-panel__quick { display: none; }
  .site-search-panel .model-search-results { max-height: calc(100dvh - 72px) !important; }
}

/* One calm, persistent buying action after the hero has been passed. */
@media (max-width: 820px), (max-width: 960px) and (max-height: 500px) {
  body.mobile-buy-bar-open { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  body.menu-open .mobile-buy-bar,
  body.site-search-open .mobile-buy-bar,
  body.compare-tray-open .mobile-buy-bar,
  body:has(input:focus,textarea:focus,select:focus) .mobile-buy-bar { display: none; }
  .mobile-buy-bar.is-visible {
    position: fixed;
    z-index: 90;
    right: auto;
    bottom: 0;
    left: 50%;
    display: grid;
    width: min(100%,720px);
    padding: 10px max(12px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));
    grid-template-columns: 64px minmax(130px,.65fr) minmax(220px,1.35fr);
    gap: 10px;
    align-items: stretch;
    color: var(--white);
    background: var(--navy);
    border: 1px solid rgba(255,255,255,.12);
    border-bottom: 0;
    border-radius: 17px 17px 0 0;
    box-shadow: 0 -12px 38px rgba(7,26,45,.24);
    transform: translateX(-50%);
  }
  .mobile-buy-bar__save { display: flex; min-width: 0; align-items: stretch; }
  .mobile-buy-save {
    display: flex;
    width: 64px;
    min-width: 64px;
    min-height: 58px;
    padding: 5px 4px;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 12px;
    cursor: pointer;
    font: inherit;
  }
  .mobile-buy-save:hover { background: rgba(255,255,255,.14); }
  .mobile-buy-save.is-saved { color: var(--navy); background: var(--mint); border-color: var(--mint); }
  .mobile-buy-save [data-save-icon] { font-size: 21px; line-height: 1; }
  .mobile-buy-save [data-save-label].sr-only {
    position: static !important;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    clip: auto;
    overflow: visible;
    white-space: nowrap;
    border: 0;
    font-size: 11px;
    font-weight: 760;
    line-height: 1.1;
  }
  .mobile-buy-bar__price { display: flex; min-width: 0; flex-direction: column; justify-content: center; }
  .mobile-buy-bar__price > span {
    display: block;
    min-height: 28px;
    overflow: hidden;
    color: #b9ccd4;
    font-size: 12px;
    font-weight: 680;
    line-height: 14px;
  }
  .mobile-buy-bar__price-line { display: flex; margin-top: 2px; gap: 4px; align-items: baseline; white-space: nowrap; }
  .mobile-buy-bar__price-line small { color: #b9ccd4; font-size: 12px; font-weight: 650; }
  .mobile-buy-bar__price strong { color: var(--white); font-size: 19px; line-height: 1.05; white-space: nowrap; }
  .mobile-buy-bar__cta { display: flex; min-width: 0; width: 100%; max-width: 340px; justify-self: end; }
  .mobile-buy-bar__cta .button { width: 100%; min-height: 58px; padding: 10px 14px; border-radius: 12px; font-size: 15px; white-space: normal; }
  .mobile-buy-bar__cta .product-price-cta__full { display: inline; }
  .mobile-buy-bar__cta .product-price-cta__short { display: none; }
}

@media (max-width: 620px) {
  .mobile-buy-bar.is-visible {
    width: 100%;
    padding-inline: 10px;
    grid-template-columns: 58px minmax(82px,.72fr) minmax(137px,1.28fr);
    gap: 8px;
    border-right: 0;
    border-left: 0;
    border-radius: 15px 15px 0 0;
  }
  .mobile-buy-save { width: 58px; min-width: 58px; }
  .mobile-buy-bar__price span { font-size: 11px; }
  .mobile-buy-bar__cta .button { padding-inline: 8px; font-size: 14px; }
}

@media (max-width: 960px) and (max-height: 500px) {
  .mobile-buy-bar.is-visible { padding-block: 6px max(6px,env(safe-area-inset-bottom)); }
  .mobile-buy-save, .mobile-buy-bar__cta .button { min-height: 48px; }
  .mobile-buy-bar__price span { min-height: 14px; white-space: nowrap; text-overflow: ellipsis; }
}

.noscript-mobile-nav { display: none; }
.no-js .nav-search-toggle { display: none; }
.no-js .saved-phones-content { display: none; }
.saved-phones-nojs { margin: 0 0 18px; padding: 20px; color: #315966; background: var(--white); border: 1px solid #c9dade; border-radius: 14px; font-size: .9375rem; line-height: 1.55; }
.saved-phones-nojs p { margin: 0 0 12px; }
.saved-phones-nojs .button { min-height: 44px; }

@media (max-width: 390px) {
  .collection-hero__actions { display: grid; grid-template-columns: 1fr; align-items: stretch; }
  .collection-hero__actions .button, .collection-hero__all { width: 100%; min-height: 48px; justify-content: center; text-align: center; }
  .home-price-card { grid-template-columns: 1fr; }
  .home-price-card > div { display: grid; grid-template-columns: auto minmax(150px,1fr); gap: 10px; align-items: center; text-align: left; }
  .home-price-card > div > strong { margin: 0; }
  .home-price-card .button { width: 100%; }
  .home-resume-card__title { align-items: flex-start; flex-direction: column; gap: 3px; }
  .home-resume-card__title > strong { text-align: left; }
  .home-resume-phone { grid-template-columns: 1fr; gap: 5px; }
  .home-resume-phone__price { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; text-align: left; }
  .home-resume__cta { width: 100%; }
  .home-resume-comparison__names { grid-template-columns: 1fr; gap: 2px; }
  .home-resume-comparison__names strong:first-child,
  .home-resume-comparison__names strong:last-child { text-align: center; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 2.4rem; }
  .phone-stage { width: 195px; }
  .phone-stage img { width: 155px; height: 175px; }
  .product-card__image { height: 140px; }
  .product-card__image img { width: 115px; height: 115px; }
  .product-card__body { padding: 11px; }
  .product-card h3 { font-size: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Relative physical-size comparison. Kept isolated for concurrent accessibility work. */
.size-comparison-section { padding: 42px 0; background: #eef7f5; border-bottom: 1px solid #d9e8e4; }
.size-comparison-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.size-comparison-heading > div { max-width: 780px; }
.size-comparison-heading .eyebrow { margin-bottom: 8px; }
.size-comparison-heading h2 { margin-bottom: 8px; font-size: clamp(1.65rem,2.5vw,2.35rem); }
.size-comparison-heading p { margin: 0; color: var(--muted); font-size: .78rem; }
.size-comparison-heading p strong { color: var(--ink); }
.size-comparison-heading__unit { flex: 0 0 auto; padding: 7px 10px; color: var(--mint-dark); background: var(--white); border: 1px solid #c9e1db; border-radius: 999px; font-size: .65rem; font-weight: 780; }
.size-comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.size-comparison-phone { display: grid; grid-template-columns: 126px minmax(0,1fr); gap: 19px; align-items: center; min-width: 0; padding: 18px; background: var(--white); border: 1px solid #cfdfdc; border-radius: 16px; box-shadow: var(--shadow-small); }
.size-comparison-visual { display: grid; min-height: 190px; place-items: end center; padding: 8px; background: linear-gradient(180deg,#f8fbfb,#eef3f4); border: 1px solid #e0e8ea; border-radius: 13px; }
.size-comparison-silhouette { position: relative; display: inline-grid; place-items: start center; }
.size-comparison-silhouette canvas { display: block; grid-area: 1/1; max-width: none; background: linear-gradient(145deg,#17384b,#0a1e31); border: 2px solid #061727; border-radius: 13px; box-shadow: inset 0 0 0 2px rgba(255,255,255,.07),0 8px 18px rgba(7,26,45,.13); }
.size-comparison-phone--right .size-comparison-silhouette canvas { background: linear-gradient(145deg,#d9f7f0,#6edecb); border-color: #0e7161; }
.size-comparison-silhouette i { grid-area: 1/1; z-index: 1; width: 7px; height: 7px; margin-top: 7px; background: #9babb3; border: 2px solid rgba(255,255,255,.72); border-radius: 50%; }
.size-comparison-phone--right .size-comparison-silhouette i { background: #0e7161; }
.size-comparison-facts { min-width: 0; }
.size-comparison-facts h3 { margin: 0 0 12px; font-size: 1rem; overflow-wrap: anywhere; }
.size-comparison-facts h3 a:hover { color: var(--mint-dark); }
.size-comparison-facts dl { margin: 0; }
.size-comparison-facts dl > div { display: grid; grid-template-columns: minmax(68px,.65fr) minmax(0,1.35fr); gap: 10px; padding: 7px 0; border-top: 1px solid #e7eeef; }
.size-comparison-facts dt { color: var(--muted); font-size: .67rem; }
.size-comparison-facts dd { margin: 0; color: var(--ink); font-size: .72rem; font-weight: 760; line-height: 1.35; overflow-wrap: anywhere; }

@media (max-width: 620px) {
  .size-comparison-section { padding: 31px 0; }
  .size-comparison-heading { display: block; margin-bottom: 16px; }
  .size-comparison-heading h2 { font-size: 1.48rem; }
  .size-comparison-heading__unit { display: inline-flex; margin-top: 11px; }
  .size-comparison-grid { gap: 8px; }
  .size-comparison-phone { display: flex; flex-direction: column; align-items: stretch; gap: 12px; padding: 11px; }
  .size-comparison-visual { min-height: 190px; padding: 7px; }
  .size-comparison-facts h3 { min-height: 2.5em; margin-bottom: 8px; font-size: .78rem; line-height: 1.25; }
  .size-comparison-facts dl > div { display: block; padding: 6px 0; }
  .size-comparison-facts dt { margin-bottom: 1px; font-size: .59rem; }
  .size-comparison-facts dd { font-size: .66rem; }
}

/* Readability floor: informational text stays legible without browser zoom. */
.eyebrow,
.stage-label,
.product-card__brand,
.product-card__meta span,
.selection-grid span,
.comparison-card .text-link,
.faq-item h3 span,
.comparison-topic-grid nav i,
.quick-variants > span,
.generation-price span,
.spec-category-nav > span,
.comparison-category-nav > span,
.offer-table thead th,
.recent-comparison span,
.mini-score span,
.priority-guide article > div > span,
.comparison-variant-picker > div > span,
.comparison-legend > span,
.compare-section-row th,
.collection-method b,
.methodology-formula p,
.contact-box span,
.size-comparison-heading__unit,
.size-comparison-facts dt { font-size: 12px; }

.phone-picker > label,
.compare-form__vs,
.picker-results__heading,
.picker-results__heading strong,
.picker-result small,
.picker-result__price small,
.product-card__facts small,
.product-card__price small,
.affiliate-note,
.quick-specs span,
.price-history-card__intro small,
.price-history-card__stat span,
.user-rating small,
.data-confidence span,
.data-confidence a,
.source-link,
.generation-difference-values small,
.generation-differences em,
.generation-price small,
.generation-method-note,
.spec-category-nav a,
.comparison-category-nav a,
.spec-group__heading small,
.offer-name small,
.recent-comparisons__clear,
.comparison-topic-grid nav strong,
.versus-price small,
.score-legend,
.comparison-highlights article > span,
.comparison-highlights p,
.priority-guide p,
.comparison-variant-note,
.data-coverage span,
.table-swipe-hint,
.comparison-source-note,
.comparison-source-links a,
.price-choice article > div span,
.compare-tray__title small,
.compare-tray__slot small,
.methodology-formula strong,
.formula-note,
.footer-grid > div:first-child p,
.footer-grid h2,
.footer-grid > div > a:not(.brand-logo),
.footer-bottom p,
.size-comparison-heading p,
.size-comparison-facts dd { font-size: 13px; }

.picker-result strong { font-size: 15px; }
.picker-result__price strong,
.product-card__facts strong,
.quick-variants b,
.quick-variants small,
.quick-specs strong,
.price-history-card__intro strong,
.price-history-card__stat strong,
.comparison-variant-picker select,
.compare-table thead th,
.compare-table tbody th,
.compare-table tbody td,
.compare-table tfoot th,
.compare-table tfoot td,
.collection-method .container > div { font-size: 14px; }
.better-badge { font-size: 12px; line-height: 1.25; }
.price-panel > div span,
.price-panel > div small,
.product-gallery > p,
.comparison-card p,
.comparison-card .text-link { font-size: 13px; }
.score-badge span { font-size: 12px; }
.score-row small { font-size: 12px; }
.collection-method .container > span,
.callout-card > span { font-size: 12px; }
.floating-score span,
.budget-card > span,
.budget-card small,
.selection-grid span,
.brand-grid span { font-size: 13px; }
.quick-filter-links a { font-size: 13px; }
.comparison-topic-grid nav i { font-size: 13px; }
.versus-rating { font-size: 13px; }
.comparison-outcome,
.better-badge { font-size: 13px; }
.versus-divider span { font-size: 12px; }
.versus-hero > .container > .affiliate-note { max-width: 1180px; margin: 0 auto 2px; font-size: 13px; }
.offer-table .button { min-height: 44px; font-size: 14px; }
.comparison-table-actions [data-differences-toggle] { min-height: 44px; font-size: 14px; }
.comparison-variant-picker select { min-height: 44px; font-size: 14px; }

/* Product details are a decision surface, not fine print. */
.spec-category-nav > span { font-size: 13px; }
.spec-category-nav a { font-size: 14px; }
.spec-group__heading small { font-size: 14px; }
.footer-grid > div:first-child p,
.footer-grid > div > a:not(.brand-logo) { font-size: 14px; }
.footer-grid h2 { font-size: 15px; }
.footer-bottom p { font-size: 13px; }
.quick-filter-links a { font-size: 14px; }
.methodology-formula strong { font-size: 16px; }
.methodology-formula p { font-size: 14px; }
.source-link { font-size: 14px; }
.source-links .source-link { min-height: 44px; }
.source-panel__item span { font-size: 14px; }

/* The selection page starts with a real decision, not a directory menu. */
.selection-hub-page .selection-hub-hero { padding: 32px 0 30px; }
.selection-hub-page .selection-hub-hero h1 { max-width: 880px; margin-bottom: 8px; }
.selection-hub-page .selection-hub-hero > .container > p { max-width: 820px; font-size: 17px; line-height: 1.55; }
.selection-hub-hero__actions { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 12px; }
.selection-hub-hero__actions a { display: inline-flex; min-height: 44px; align-items: center; color: var(--mint-dark); font-size: 15px; font-weight: 800; text-decoration: underline; text-decoration-color: #77cbbb; text-underline-offset: 4px; }
.selection-budget { margin-top: 22px; padding: 19px 20px 16px; background: var(--white); border: 1px solid #cddfe1; border-radius: 17px; box-shadow: 0 8px 24px rgba(7,26,45,.045); }
.selection-budget__heading { display: flex; gap: 18px 28px; align-items: end; justify-content: space-between; margin-bottom: 14px; }
.selection-budget__heading h2 { margin: 0; font-size: clamp(1.45rem,2vw,1.85rem); }
.selection-budget__heading p { max-width: 470px; margin: 0; color: var(--muted); font-size: 14px; text-align: right; }
.selection-budget__grid { display: grid; overflow: hidden; grid-template-columns: repeat(7,minmax(0,1fr)); border: 1px solid var(--line); border-radius: 13px; }
.selection-budget__grid a { position: relative; display: flex; min-width: 0; min-height: 120px; padding: 15px 54px 14px 16px; flex-direction: column; justify-content: center; color: var(--ink); background: #fbfdfd; border-left: 1px solid var(--line); }
.selection-budget__grid a:first-child { border-left: 0; }
.selection-budget__grid a:hover { background: #eaf8f4; }
.selection-budget__grid small, .selection-budget__grid span { color: var(--muted); font-size: 14px; line-height: 1.3; }
.selection-budget__grid strong { margin: 3px 0 5px; font-size: clamp(1.35rem,1.8vw,1.7rem); letter-spacing: -.04em; white-space: nowrap; }
.selection-budget__grid b { position: absolute; top: 50%; right: 14px; display: grid; width: 34px; height: 34px; place-items: center; color: var(--navy); background: var(--mint); border-radius: 50%; font-size: 18px; transform: translateY(-50%); }
.selection-budget__skip { display: inline-flex; min-height: 44px; align-items: center; margin-top: 6px; color: var(--mint-dark); font-size: 14px; font-weight: 800; }
.selection-deal { padding: 22px 0 6px; background: var(--white); }
.selection-deal article { display: grid; min-height: 176px; padding: 17px 18px; grid-template-columns: 140px minmax(0,1fr) auto; gap: 22px; align-items: center; background: linear-gradient(110deg,#edf9f6 0,#f8fcfb 72%); border: 1px solid #bfe4dc; border-radius: 18px; }
.selection-deal__image { display: grid; width: 140px; height: 142px; place-items: center; background: var(--white); border-radius: 12px; }
.selection-deal__image img { width: 120px; height: 132px; object-fit: contain; mix-blend-mode: multiply; }
.selection-deal .eyebrow { margin-bottom: 5px; }
.selection-deal h2 { margin: 0 0 7px; font-size: clamp(1.45rem,2.1vw,1.9rem); }
.selection-deal h2 a { color: var(--ink); }
.selection-deal p { margin: 0 0 4px; color: var(--text); font-size: 16px; line-height: 1.5; }
.selection-deal small { color: var(--muted); font-size: 13px; line-height: 1.4; }
.selection-deal__actions { display: flex; min-width: 245px; flex-direction: column; gap: 5px; align-items: stretch; }
.selection-deal__actions .button { min-height: 50px; justify-content: center; text-align: center; }
.selection-deal__actions > a:last-child { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; color: var(--mint-dark); font-size: 14px; font-weight: 800; }
.selection-needs { padding: 42px 0 34px; }
.selection-needs__heading, .selection-brands__heading { margin-bottom: 18px; }
.selection-needs__heading h2, .selection-brands__heading h2 { margin-bottom: 6px; font-size: clamp(1.85rem,2.7vw,2.5rem); }
.selection-needs__heading p { margin: 0; color: var(--muted); font-size: 16px; }
.selection-needs__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.selection-needs__grid a { position: relative; display: flex; min-width: 0; min-height: 126px; padding: 19px 48px 17px 19px; flex-direction: column; justify-content: center; color: var(--ink); background: #f7fafb; border: 1px solid #cfdde0; border-radius: 14px; }
.selection-needs__grid a:hover { background: var(--white); border-color: #64bba9; box-shadow: var(--shadow-small); transform: translateY(-2px); }
.selection-needs__grid strong { font-size: 18px; line-height: 1.25; }
.selection-needs__grid span { margin-top: 5px; color: var(--text); font-size: 14px; line-height: 1.4; }
.selection-needs__grid small { margin-top: 10px; color: var(--muted); font-size: 13px; }
.selection-needs__grid b { position: absolute; top: 50%; right: 18px; color: var(--mint-dark); font-size: 20px; transform: translateY(-50%); }
.selection-brands { padding: 32px 0 38px; background: #f4f8f8; }
.selection-brands__grid { display: grid; overflow: hidden; grid-template-columns: repeat(7,minmax(0,1fr)); background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.selection-brands__grid a { position: relative; display: flex; min-width: 0; min-height: 94px; padding: 15px 28px 14px 14px; flex-direction: column; justify-content: center; color: var(--ink); border-left: 1px solid var(--line); }
.selection-brands__grid a:first-child { border-left: 0; }
.selection-brands__grid a:hover { background: #eaf8f4; }
.selection-brands__grid strong, .selection-brands__grid span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.selection-brands__grid strong { font-size: 17px; }
.selection-brands__grid span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.selection-brands__grid b { position: absolute; top: 50%; right: 10px; color: var(--mint-dark); transform: translateY(-50%); }
.selection-brands__all { background: #e9f7f3; }
.selection-hub-page .selection-hub { padding: 32px 0 52px; }
.selection-directory-more { border: 1px solid #cbdcdf; border-radius: 16px; }
.selection-directory-more > summary { display: flex; min-height: 86px; padding: 17px 19px; gap: 18px; align-items: center; justify-content: space-between; color: var(--ink); background: #f8fbfb; border-radius: 16px; cursor: pointer; list-style: none; }
.selection-directory-more > summary::-webkit-details-marker { display: none; }
.selection-directory-more > summary span strong, .selection-directory-more > summary span small { display: block; }
.selection-directory-more > summary span strong { margin-bottom: 4px; font-size: 18px; }
.selection-directory-more > summary span small { color: var(--muted); font-size: 14px; line-height: 1.4; }
.selection-directory-more > summary > b { display: inline-flex; min-height: 48px; padding: 10px 14px; align-items: center; gap: 10px; color: var(--white); background: var(--navy); border-radius: 10px; font-size: 14px; text-align: center; }
.selection-directory-more > summary i { color: var(--mint); font-style: normal; }
.selection-directory-more[open] > summary { border-bottom: 1px solid var(--line); border-radius: 16px 16px 0 0; }
.selection-directory-more[open] > summary i { transform: rotate(180deg); }
.selection-directory-more__content { padding: 8px 19px 26px; }
.selection-directory-more .selection-hub-group { scroll-margin-top: 0; }
.selection-directory-more .selection-hub-group + .selection-hub-group { margin-top: 30px; padding-top: 28px; }
.selection-directory-more .selection-hub-group__header { display: block; max-width: 920px; margin-bottom: 15px; }
.selection-directory-more .selection-hub-group__header h2 { margin-bottom: 5px; font-size: 1.55rem; }
.selection-directory-more .selection-hub-group__header p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.selection-hub-grid--compact { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; }
.selection-hub-grid--compact a { position: relative; min-height: 112px; padding: 14px 40px 13px 14px; grid-template-columns: 1fr; grid-template-rows: 1fr; background: var(--white); border: 1px solid var(--line); border-radius: 11px; }
.selection-hub-grid--compact a:hover { padding-left: 14px; border-color: #64bba9; box-shadow: var(--shadow-small); }
.selection-hub-grid--compact .selection-hub-choice__copy { grid-row: 1; }
.selection-hub-grid--compact .selection-hub-choice__copy small { font-size: 14px; }
.selection-hub-grid--compact .selection-hub-choice__copy strong { font-size: 16px; }
.selection-hub-grid--compact .selection-hub-choice__copy em { margin-top: 7px; font-size: 13px; }
.selection-hub-grid--compact a > b { position: absolute; top: 50%; right: 13px; padding: 0; color: var(--mint-dark); background: transparent; font-size: 18px; transform: translateY(-50%); }

@media (max-width: 1080px) {
  .selection-budget__grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .selection-budget__grid a { border-top: 1px solid var(--line); }
  .selection-budget__grid a:nth-child(-n+4) { border-top: 0; }
  .selection-budget__grid a:nth-child(4n+1) { border-left: 0; }
  .selection-deal article { grid-template-columns: 120px minmax(0,1fr); }
  .selection-deal__image { width: 120px; }
  .selection-deal__actions { grid-column: 1/-1; min-width: 0; flex-direction: row; }
  .selection-deal__actions > a { flex: 1; }
  .selection-brands__grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .selection-brands__grid a { border-top: 1px solid var(--line); }
  .selection-brands__grid a:nth-child(-n+4) { border-top: 0; }
  .selection-brands__grid a:nth-child(4n+1) { border-left: 0; }
  .selection-hub-grid--compact { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .selection-hub-page .selection-hub-hero { padding: 22px 0 24px; }
  .selection-hub-page .selection-hub-hero > .container > p { font-size: 16px; }
  .selection-budget { padding: 15px 14px 13px; }
  .selection-budget__heading { display: block; }
  .selection-budget__heading p { margin-top: 5px; text-align: left; }
  .selection-needs__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .selection-hub-grid--compact { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
  .selection-hub-hero__actions { gap: 2px 16px; }
  .selection-hub-hero__actions a { font-size: 14px; }
  .selection-budget { margin-top: 14px; }
  .selection-budget__heading h2 { font-size: 21px; line-height: 1.2; }
  .selection-budget__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .selection-budget__grid a { min-height: 88px; padding: 10px 54px 10px 12px; border-top: 1px solid var(--line); }
  .selection-budget__grid a:nth-child(-n+4) { border-top: 1px solid var(--line); }
  .selection-budget__grid a:nth-child(-n+2) { border-top: 0; }
  .selection-budget__grid a:nth-child(4n+1) { border-left: 1px solid var(--line); }
  .selection-budget__grid a:nth-child(2n+1) { border-left: 0; }
  .selection-budget__grid strong { margin-block: 1px; font-size: 20px; }
  .selection-deal { padding-top: 15px; }
  .selection-deal article { min-height: 0; padding: 13px; grid-template-columns: 82px minmax(0,1fr); gap: 12px; }
  .selection-deal__image { width: 82px; height: 104px; }
  .selection-deal__image img { width: 78px; height: 98px; }
  .selection-deal h2 { font-size: 19px; }
  .selection-deal p { font-size: 14px; }
  .selection-deal small { font-size: 12px; }
  .selection-deal__actions { gap: 3px; flex-direction: column; }
  .selection-deal__actions .button { width: 100%; min-height: 50px; }
  .selection-needs { padding: 32px 0 26px; scroll-margin-top: 74px; }
  .selection-needs__heading h2, .selection-brands__heading h2 { font-size: 25px; }
  .selection-needs__grid { grid-template-columns: 1fr; gap: 8px; }
  .selection-needs__grid a { min-height: 102px; padding: 15px 44px 14px 15px; }
  .selection-brands { padding: 27px 0 31px; }
  .selection-brands__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .selection-brands__grid a { min-height: 78px; border-top: 1px solid var(--line); }
  .selection-brands__grid a:nth-child(-n+4) { border-top: 1px solid var(--line); }
  .selection-brands__grid a:nth-child(-n+2) { border-top: 0; }
  .selection-brands__grid a:nth-child(4n+1) { border-left: 1px solid var(--line); }
  .selection-brands__grid a:nth-child(2n+1) { border-left: 0; }
  .selection-directory-more > summary { display: block; padding: 15px; }
  .selection-directory-more > summary > b { width: 100%; justify-content: center; margin-top: 12px; }
  .selection-directory-more__content { padding: 4px 12px 18px; }
  .selection-hub-grid--compact { grid-template-columns: 1fr; }
  .selection-hub-grid--compact a { min-height: 90px; }
}

@media (max-width: 820px) {
  .selection-hub-hero { padding: 22px 0 18px; }
  .selection-hub-hero h1 { margin-bottom: 8px; font-size: clamp(2rem,8vw,2.7rem); }
  .selection-hub-hero > .container > p { font-size: 14px; line-height: 1.5; }
  .selection-hub-start { gap: 8px; margin-top: 18px; }
  .selection-hub-start a { min-height: 88px; padding: 13px; }
  .selection-hub-hero__footer > span { white-space: normal; }
  .selection-hub-nav { flex-wrap: wrap; max-width: 100%; margin-inline: 0; padding-inline: 0; overflow: visible; }
  .selection-hub-nav::-webkit-scrollbar { display: none; }
  .selection-hub-nav a { flex: 0 0 auto; }
  .selection-hub { padding-top: 16px; }
  .selection-hub-group__header { grid-template-columns: 34px minmax(0,1fr); gap: 10px; margin-bottom: 13px; }
  .selection-hub-group__header h2 { margin-bottom: 5px; font-size: 1.65rem; }
  .selection-hub-group__header div > p:last-child { font-size: 13px; line-height: 1.45; }
  .selection-hub-grid a { min-height: 96px; }
  .selection-hub-grid--price a { min-height: 118px; padding: 13px; }
  .selection-hub-grid--price a:hover { padding-left: 13px; }
}

@media (max-width: 620px) {
  .spec-category-nav { position: static; }
  body { font-size: 16px; }
  .hero-search > button,
  .product-card__actions .button,
  .offer-table .button,
  .versus-product .button,
  .comparison-table-actions [data-differences-toggle],
  .compare-tray .button { font-size: 13px; }
  .product-card h3,
  .size-comparison-facts h3 { font-size: 14px; }
  .comparison-page .versus-product h2 { font-size: 13px; line-height: 1.25; }
  .comparison-page .versus-selected-variant { display: block; margin: 2px 0; line-height: 1.2; }
  .comparison-page .versus-selected-variant small { display: none; }
  .comparison-page .versus-selected-variant strong { display: block; font-size: 13px; }
  .versus-price strong { font-size: 15px; }
  .comparison-page .versus-hero > .container > .affiliate-note,
  .mobile-buy-bar__price span,
  .mobile-compare-buy-bar span,
  .table-swipe-hint { font-size: 12px; }
  .comparison-variant-picker select,
  .comparison-legend > span,
  .comparison-table-actions [data-differences-toggle],
  .collection-method .container > div,
  .collection-method + .section--products .section-heading p,
  .size-comparison-facts dt,
  .size-comparison-facts dd { font-size: 13px; }
  .collection-hero p { font-size: 14px; }
  .collection-hero { padding: 11px 0; }
  .collection-hero .eyebrow { margin-bottom: 7px; }
  .collection-hero h1 { margin-bottom: 7px; font-size: 30px; line-height: 1.05; }
  .collection-hero p { margin-bottom: 10px; line-height: 1.42; }
  .collection-hero .button { min-height: 44px; margin-top: 0; padding-block: 9px; font-size: 14px; }
  .collection-hero__actions { flex-wrap: nowrap; gap: 8px; }
  .collection-hero__actions .button { min-width: 0; min-height: 48px; padding-inline: 12px; line-height: 1.25; text-align: center; white-space: normal; }
  .collection-hero__all { min-width: 0; flex: 0 0 auto; white-space: nowrap; }
  .collection-hero__affiliate { margin-top: 4px; }
  .collection-method { padding-block: 3px; }
  .collection-method .container > div { flex-basis: 255px; line-height: 1.38; }
  .collection-method + .section--products { padding-top: 14px; }
  .collection-method + .section--products .section-heading { margin-bottom: 13px; }
  .collection-method + .section--products .section-heading .eyebrow { margin-bottom: 5px; }
  .collection-method + .section--products .section-heading h2 { margin-bottom: 5px; font-size: 22px; line-height: 1.1; }
  .collection-method + .section--products .section-heading p { line-height: 1.4; }
  .collection-method + .section--products .section-heading .button { min-height: 44px; justify-content: flex-start; margin-top: 7px; padding: 8px 0; color: var(--mint-dark); background: transparent; border: 0; font-size: 14px; }
  .better-badge { font-size: 13px; }
  .versus-divider span { font-size: 12px; }
  .listing-continuation { margin-top: 24px; padding: 20px 4px; }
  .load-more-button { width: min(100%,340px); min-width: 0; min-height: 48px; }
  .load-more-progress p { font-size: 16px; }
}

/* Searchable comparison directory: compact enough for scanning, large enough for touch and zoom. */
.comparison-directory-search { display: grid; grid-template-columns: minmax(210px,.55fr) minmax(0,1.45fr); gap: 16px 24px; align-items: end; margin: -4px 0 28px; padding: 20px; background: #f3f8f8; border: 1px solid #d5e5e3; border-radius: 16px; }
.comparison-directory-search__copy label { display: block; margin-bottom: 4px; color: var(--ink); font-size: 16px; font-weight: 820; }
.comparison-directory-search__copy p { margin: 0; color: var(--muted); font-size: 14px; }
.comparison-directory-search__controls { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
.comparison-directory-search__input { position: relative; min-width: 0; }
.comparison-directory-search__input svg { position: absolute; top: 50%; left: 16px; width: 21px; height: 21px; transform: translateY(-50%); fill: none; stroke: #67808b; stroke-width: 2; pointer-events: none; }
.comparison-directory-search__input input { width: 100%; min-height: 52px; padding: 12px 42px 12px 48px; color: var(--ink); background: var(--white); border: 1px solid #c9d9dd; border-radius: 11px; font: inherit; font-size: 16px; }
.comparison-directory-search__input input:focus { outline: 3px solid rgba(14,133,113,.2); border-color: var(--mint-dark); }
.comparison-directory-search__controls .button { min-height: 52px; white-space: nowrap; }
.comparison-directory-search__result { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; justify-content: flex-end; padding-top: 2px; }
.comparison-directory-search__result p { margin: 0; color: var(--text); font-size: 14px; }
.comparison-directory-search__result a { color: var(--mint-dark); font-size: 14px; font-weight: 780; text-decoration: underline; text-underline-offset: 3px; }
.comparison-card .comparison-card__prices { display: flex; flex-wrap: wrap; gap: 5px 9px; align-items: center; margin-bottom: 9px; font-size: 14px; line-height: 1.35; }
.comparison-card__prices i { color: var(--muted); font-style: normal; font-weight: 800; }
.comparison-card__prices strong { display: inline-flex; padding: 3px 7px; color: #bdeee4; background: rgba(55,214,186,.13); border-radius: 6px; font-size: 13px; font-weight: 780; }
.comparison-grid--light .comparison-card__prices strong { color: #0b6e5e; background: #e5f6f2; }
.comparison-card .text-link { font-size: 14px; }
.comparison-directory-empty { padding-block: 52px; background: #f7fafb; border: 1px dashed #c7d8dc; border-radius: 16px; }
.comparison-directory-empty > span { font-size: 42px; }
.comparison-directory-empty > div { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }

@media (max-width: 820px) {
  .comparison-directory-search { grid-template-columns: 1fr; }
  .comparison-directory-search__result { justify-content: space-between; }
}

@media (max-width: 620px) {
  .comparison-directory-search { margin-bottom: 22px; padding: 14px; border-radius: 13px; }
  .comparison-directory-search__controls { grid-template-columns: 1fr; }
  .comparison-directory-search__controls .button { width: 100%; }
  .comparison-directory-search__result { align-items: flex-start; }
  .comparison-card .comparison-card__prices,
  .comparison-card .text-link { font-size: 14px; }
}

/* Curated model-family pages: editorial indexes lead into dense decision tables. */
.family-hubs-section { background: #fbfcfc; border-top: 1px solid var(--line); }
.family-hubs-heading h2 { max-width: 720px; font-size: clamp(2rem,2.9vw,2.8rem); }
.family-hubs-heading p { max-width: 760px; }
.family-hub-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 56px; }
.family-hub-link { display: grid; min-width: 0; min-height: 106px; grid-template-columns: 34px minmax(150px,1fr) minmax(128px,auto) auto; gap: 14px; align-items: center; padding: 15px 0; color: var(--text); border-top: 1px solid var(--line); }
.family-hub-link__number { color: #91a1a8; font-size: 12px; font-variant-numeric: tabular-nums; font-weight: 760; letter-spacing: .04em; }
.family-hub-link__body { min-width: 0; }
.family-hub-link__body strong { display: block; color: var(--ink); font-size: 18px; line-height: 1.28; }
.family-hub-link__body small { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.35; overflow-wrap: anywhere; }
.family-hub-link__phones { display: flex; min-width: 128px; align-items: flex-end; justify-content: flex-end; padding-left: 12px; }
.family-hub-link__phones img { position: relative; width: 48px; height: 56px; flex: 0 0 48px; padding: 3px; object-fit: contain; background: var(--white); border: 1px solid #dce7e8; border-radius: 9px; box-shadow: 0 3px 10px rgba(8,34,50,.06); }
.family-hub-link__phones img + img { margin-left: -12px; }
.family-hub-link__phones img:nth-child(1) { z-index: 5; }
.family-hub-link__phones img:nth-child(2) { z-index: 4; }
.family-hub-link__phones img:nth-child(3) { z-index: 3; }
.family-hub-link__phones img:nth-child(4) { z-index: 2; }
.family-hub-link__phones img:nth-child(5) { z-index: 1; }
.family-hub-link__meta { display: flex; gap: 12px; align-items: center; color: var(--muted); font-size: 13px; font-weight: 650; white-space: nowrap; }
.family-hub-link__meta i { color: var(--mint-dark); font-size: 19px; font-style: normal; font-weight: 850; transition: transform .15s ease; }
.family-hub-link:hover .family-hub-link__number,
.family-hub-link:hover .family-hub-link__body strong { color: var(--mint-dark); }
.family-hub-link:hover .family-hub-link__meta i { transform: translateX(4px); }

.family-hero { padding: 31px 0 28px; color: #c4d2d8; background: var(--navy); }
.family-hero__grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(360px,.65fr); gap: 42px; align-items: center; }
.family-hero .eyebrow { margin-bottom: 9px; color: var(--mint); }
.family-hero h1 { max-width: 920px; margin-bottom: 12px; color: var(--white); font-size: clamp(2rem,3.7vw,3.55rem); }
.family-hero p { max-width: 830px; margin: 0; font-size: 16px; line-height: 1.55; }
.family-hero__stats { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; overflow: hidden; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 15px; }
.family-hero__stats div { min-width: 0; padding: 17px 14px; border-left: 1px solid rgba(255,255,255,.1); }
.family-hero__stats div:first-child { border-left: 0; }
.family-hero__stats dt { color: #aebfc7; font-size: 13px; line-height: 1.3; }
.family-hero__stats dd { margin: 5px 0 0; color: var(--white); font-size: 19px; font-weight: 850; line-height: 1.2; }

.family-matrix-section { padding: 29px 0 38px; background: #f5f8f9; }
.family-matrix-heading { display: flex; gap: 24px; align-items: end; justify-content: space-between; margin-bottom: 17px; }
.family-matrix-heading .eyebrow { margin-bottom: 5px; }
.family-matrix-heading h2 { margin-bottom: 6px; font-size: clamp(1.65rem,2.6vw,2.45rem); }
.family-matrix-heading p { max-width: 760px; margin: 0; font-size: 14px; line-height: 1.5; }
.family-table-wrap { overflow-x: auto; overscroll-behavior-inline: contain; background: var(--white); border: 1px solid #ccdadd; border-radius: 17px; box-shadow: 0 12px 34px rgba(7,26,45,.07); scrollbar-gutter: stable; }
.family-table-wrap:focus-visible { outline-offset: 4px; }
.family-table { width: 100%; border-spacing: 0; border-collapse: separate; table-layout: fixed; color: var(--text); }
.family-table--3 { min-width: 740px; }
.family-table--4 { min-width: 930px; }
.family-table--5 { min-width: 1120px; }
.family-table th, .family-table td { padding: 13px 14px; vertical-align: middle; border-right: 1px solid #e0e8ea; border-bottom: 1px solid #e0e8ea; }
.family-table tr > *:last-child { border-right: 0; }
.family-table tbody tr:last-child > * { border-bottom: 0; }
.family-table thead th { height: 121px; padding-block: 11px; background: #f9fbfb; text-align: left; }
.family-table thead th:first-child, .family-table tbody th { position: sticky; z-index: 3; left: 0; width: 170px; background: #f7fafb; box-shadow: 8px 0 14px -15px #071a2d; }
.family-table thead th:first-child { z-index: 4; color: var(--ink); font-size: 14px; }
.family-table thead a { display: flex; min-height: 82px; gap: 10px; align-items: center; }
.family-table thead a:hover strong { color: var(--mint-dark); }
.family-table thead img { width: 72px; height: 72px; flex: 0 0 72px; object-fit: contain; }
.family-table thead a > span { min-width: 0; }
.family-table thead small { display: block; margin-bottom: 2px; color: var(--mint-dark); font-size: 13px; font-weight: 850; }
.family-table thead strong { display: block; color: var(--ink); font-size: 14px; line-height: 1.25; overflow-wrap: anywhere; }
.family-table thead em { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; font-style: normal; font-weight: 500; line-height: 1.25; }
.family-table tbody th strong { display: block; color: var(--ink); font-size: 14px; line-height: 1.3; }
.family-table tbody th small { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; font-weight: 500; line-height: 1.25; }
.family-table td { position: relative; min-width: 190px; background: var(--white); }
.family-table td > strong { display: block; color: var(--ink); font-size: 16px; line-height: 1.25; }
.family-table td.is-family-best { background: #e9f9f4; box-shadow: inset 4px 0 0 #1aa98f; }
.family-table td.is-family-best > strong { color: #096654; }
.family-best-badge { display: inline-flex; max-width: 100%; margin-top: 6px; padding: 4px 7px; align-items: center; gap: 4px; color: #075d4d; background: #c8f0e6; border-radius: 6px; font-size: 12px; font-weight: 820; line-height: 1.25; }
.family-unknown { color: #71838d; font-size: 14px; }
.family-price-link { display: inline-flex; min-height: 44px; margin-top: 8px; padding: 8px 11px; align-items: center; color: var(--white); background: var(--navy); border-radius: 8px; font-size: 13px; font-weight: 780; line-height: 1.2; }
.family-price-link:hover { background: var(--navy-3); }
.family-matrix-section .affiliate-note { margin: 12px 0 0; }
.family-method-note { max-width: 1050px; margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.family-answer-section { padding-block: 34px; }
.family-answer { display: grid; grid-template-columns: minmax(240px,.7fr) minmax(0,1.3fr) auto; gap: 30px; align-items: center; padding: 24px 27px; background: #eff9f6; border: 1px solid #cce9e2; border-radius: 17px; }
.family-answer .eyebrow { margin-bottom: 5px; }
.family-answer h2 { margin: 0; font-size: clamp(1.5rem,2.4vw,2.15rem); }
.family-answer p { margin: 0; color: #344e5d; font-size: 15px; line-height: 1.6; }
.family-answer .text-link { white-space: nowrap; }
.family-decision-facts { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin: 12px 0 0; overflow: hidden; background: var(--white); border: 1px solid #cce2de; border-radius: 14px; box-shadow: var(--shadow-small); }
.family-decision-facts > div { min-width: 0; padding: 14px 16px; border-left: 1px solid #dce9e7; }
.family-decision-facts > div:first-child { border-left: 0; }
.family-decision-facts dt { color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.3; }
.family-decision-facts dd { margin: 5px 0 0; }
.family-decision-facts strong { display: block; color: var(--ink); font-size: 17px; line-height: 1.2; }
.family-decision-facts span { display: block; margin-top: 3px; color: #385363; font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; }
.family-products .product-grid { align-items: stretch; }
.product-family-link { display: flex; min-height: 62px; margin-top: 13px; padding: 10px 13px; gap: 14px; align-items: center; justify-content: space-between; color: var(--text); background: #eff9f6; border: 1px solid #cce9e2; border-radius: 11px; }
.product-family-link:hover { border-color: #6fc7b6; }
.product-family-link small { display: block; color: var(--mint-dark); font-size: 13px; font-weight: 760; }
.product-family-link strong { display: block; color: var(--ink); font-size: 14px; line-height: 1.3; }
.product-family-link i { color: var(--mint-dark); font-size: 20px; font-style: normal; font-weight: 850; }

@media (max-width: 1080px) {
  .catalog-shortcuts { grid-template-columns: 1fr; gap: 14px; }
  .catalog-shortcut-group--identity { padding-right: 0; padding-bottom: 10px; border-right: 0; border-bottom: 1px solid #dbe6e7; }
  .catalog-shortcut-group--identity .catalog-filter-row { grid-template-columns: 118px minmax(0,1fr); gap: 11px; }
  .catalog-shortcut-group--identity .catalog-filter-row > span { padding-top: 13px; }
  .family-hub-grid { grid-template-columns: 1fr; gap: 0; }
  .family-hero__grid { grid-template-columns: 1fr; gap: 20px; }
  .family-hero__stats { max-width: 650px; }
  .family-answer { grid-template-columns: minmax(220px,.7fr) minmax(0,1.3fr); }
  .family-answer .text-link { grid-column: 1/-1; }
  .family-decision-facts { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .family-decision-facts > div:nth-child(4) { border-left: 0; border-top: 1px solid #dce9e7; }
  .family-decision-facts > div:nth-child(n+5) { border-top: 1px solid #dce9e7; }
}

@media (max-width: 620px) {
  .filter-panel { width: 100vw; }
  .filter-panel__title { min-height: 68px; padding-inline: 14px; }
  .filter-panel form { padding-inline: 14px; }
  .filter-panel__actions { margin-inline: -14px; padding-inline: 14px; }
  .catalog-mobile-filter-summary { align-items: stretch; flex-direction: column; }
  .catalog-mobile-filter-summary .button { width: 100%; justify-content: center; }
  .catalog-shortcuts { gap: 12px; padding: 14px 12px; border-radius: 14px; }
  .catalog-shortcut-group--identity { padding-bottom: 7px; }
  .catalog-shortcut-group > h2 { margin-bottom: 7px; font-size: 15px; }
  .catalog-shortcut-group > h2 small { flex-basis: 100%; margin-top: 1px; }
  .catalog-filter-row,
  .catalog-shortcut-group--identity .catalog-filter-row { grid-template-columns: 1fr; gap: 6px; padding: 8px 0; }
  .catalog-filter-row > span,
  .catalog-shortcut-group--identity .catalog-filter-row > span { padding-top: 0; color: #526b76; font-size: 14px; }
  .catalog-filter-row > span small { display: inline; margin: 0 0 0 4px; }
  .catalog-filter-row nav { gap: 6px; }
  .catalog-filter-row--budget nav { width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .catalog-filter-row a,
  .catalog-filter-row button { min-height: 48px; padding: 9px 13px; font-size: 15px; }
  .catalog-active-summary__actions { width: 100%; align-items: stretch; flex-direction: column; gap: 2px; }
  .catalog-active-summary__actions a { justify-content: center; }
  .family-hub-grid { grid-template-columns: 1fr; gap: 0; }
  .family-hub-link { min-height: 128px; grid-template-columns: 26px minmax(0,1fr) auto; grid-template-rows: auto 60px; gap: 7px 10px; padding-block: 13px; }
  .family-hub-link__number { grid-column: 1; grid-row: 1/3; align-self: start; padding-top: 4px; }
  .family-hub-link__body { grid-column: 2; grid-row: 1; }
  .family-hub-link__phones { grid-column: 2/4; grid-row: 2; min-width: 0; padding-left: 0; justify-content: flex-start; }
  .family-hub-link__meta { grid-column: 3; grid-row: 1; }
  .family-hub-link__phones img + img { margin-left: -8px; }
  .family-hub-link__body strong { font-size: 16px; }
  .family-hub-link__body small { margin-top: 3px; font-size: 13px; }
  .family-hub-link__meta { gap: 8px; font-size: 13px; }
  .family-hero { padding: 18px 0 19px; }
  .family-hero h1 { margin-bottom: 9px; font-size: 30px; line-height: 1.07; }
  .family-hero p { font-size: 14px; line-height: 1.45; }
  .family-hero__stats div { padding: 12px 8px; }
  .family-hero__stats dt { font-size: 12px; }
  .family-hero__stats dd { font-size: 15px; }
  .family-matrix-section { padding: 20px 0 27px; }
  .family-matrix-heading { display: block; margin-bottom: 12px; }
  .family-matrix-heading .eyebrow { margin-bottom: 3px; }
  .family-matrix-heading h2 { font-size: 23px; }
  .family-matrix-heading p, .family-matrix-heading .button { display: none; }
  .family-table th, .family-table td { padding: 11px 10px; }
  .family-table thead th { height: 84px; }
  .family-table thead th:first-child, .family-table tbody th { width: 145px; }
  .family-table thead a { display: grid; min-height: 62px; grid-template-columns: 45px minmax(0,1fr); gap: 7px; align-items: center; }
  .family-table thead img { width: 45px; height: 45px; }
  .family-table thead strong { display: none; }
  .family-table thead small { font-size: 14px; }
  .family-table thead em { display: none; }
  .family-table td { min-width: 172px; }
  .family-table td > strong { font-size: 15px; }
  .family-answer { grid-template-columns: 1fr; gap: 13px; padding: 19px; }
  .family-answer .text-link { grid-column: auto; white-space: normal; }
  .family-decision-facts { grid-template-columns: 1fr 1fr; }
  .family-decision-facts > div { padding: 12px; }
  .family-decision-facts > div:nth-child(n) { border-top: 1px solid #dce9e7; }
  .family-decision-facts > div:nth-child(-n+2) { border-top: 0; }
  .family-decision-facts > div:nth-child(odd) { border-left: 0; }
  .family-decision-facts > div:nth-child(even) { border-left: 1px solid #dce9e7; }
  .family-decision-facts > div:last-child:nth-child(odd) { grid-column: 1/-1; }
  .product-family-link { margin-top: 10px; }
}

/* Staršie modely zostávajú užitočné bez predstierania dnešnej ceny. */
.legacy-archive-intro .container { max-width: 980px; }
.legacy-archive-summary { display: flex; margin-top: 18px; gap: 10px; align-items: center; color: var(--muted); font-size: 15px; }
.legacy-archive-summary strong { color: var(--ink); font-size: 17px; }
.legacy-archive-search { display: block; max-width: 620px; margin-top: 24px; }
.legacy-archive-search span { display: block; margin-bottom: 7px; color: var(--ink); font-size: 14px; font-weight: 780; }
.legacy-archive-search input { width: 100%; min-height: 52px; padding: 13px 16px; color: var(--ink); background: var(--white); border: 1px solid #b8cbd2; border-radius: 12px; font: inherit; font-size: 16px; box-shadow: var(--shadow-small); }
.legacy-archive-search input:focus { outline: 3px solid rgba(22,182,153,.25); border-color: var(--mint-dark); }
.legacy-brand-nav { display: flex; margin-bottom: 25px; gap: 8px; flex-wrap: wrap; }
.legacy-brand-nav a { display: inline-flex; min-height: 44px; padding: 9px 12px; gap: 7px; align-items: center; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 9px; font-size: 14px; font-weight: 740; }
.legacy-brand-nav a:hover { border-color: var(--mint); color: var(--mint-dark); }
.legacy-brand-nav small { color: var(--muted); font-size: 13px; }
.legacy-directory [hidden] { display: none !important; }
.legacy-search-empty { padding: 20px; color: var(--ink); background: #fff7e3; border: 1px solid #ecdcae; border-radius: 12px; }
.legacy-brand-group { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 30px; padding: 28px 0; border-top: 1px solid var(--line); scroll-margin-top: 90px; }
.legacy-brand-group > div h2 { margin: 0 0 4px; font-size: 24px; }
.legacy-brand-group > div small { color: var(--muted); }
.legacy-brand-group nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.legacy-brand-group nav a { display: flex; min-width: 0; min-height: 48px; padding: 10px 12px; gap: 9px; align-items: center; justify-content: space-between; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 9px; font-size: 14px; font-weight: 680; }
.legacy-brand-group nav a:hover { border-color: var(--mint); box-shadow: var(--shadow-small); }
.legacy-brand-group nav span { min-width: 0; overflow-wrap: anywhere; }
.legacy-brand-group nav i { color: var(--mint-dark); font-size: 18px; font-style: normal; }
.archived-brand-directory { padding: 30px; background: #f4f8f8; border: 1px solid var(--line); border-radius: 18px; }
.archived-brand-directory > div:first-child { max-width: 760px; margin-bottom: 18px; }
.archived-brand-directory > div:first-child h2 { margin: 4px 0 7px; font-size: 28px; }
.archived-brand-directory > div:first-child p { margin: 0; color: var(--muted); line-height: 1.55; }
.archived-brand-directory .brand-directory__mark { color: #455f70; background: #e5ecef; }
.legacy-brand-hero { padding: clamp(38px,6vw,76px) 0; background: linear-gradient(145deg,#f4f8f8,#eaf6f3); border-bottom: 1px solid var(--line); }
.legacy-brand-hero .container { max-width: 1100px; }
.legacy-brand-hero h1 { max-width: 900px; margin: 8px 0 14px; font-size: clamp(2.5rem,5vw,4.6rem); line-height: 1.02; letter-spacing: -.035em; }
.legacy-brand-hero p { max-width: 780px; margin: 0; color: #38505f; font-size: 18px; line-height: 1.6; }
.legacy-brand-hero__actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.legacy-brand-models { padding-top: 50px; }
.legacy-brand-model-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.legacy-brand-model { display: grid; min-width: 0; min-height: 250px; padding: 18px; grid-template-columns: 118px minmax(0,1fr); gap: 18px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 9px 28px rgba(7,26,45,.055); transition: border-color .18s ease,box-shadow .18s ease,transform .18s ease; }
.legacy-brand-model:hover { border-color: #8bcfc1; box-shadow: var(--shadow-small); transform: translateY(-2px); }
.legacy-brand-model:focus-visible { outline: 3px solid rgba(14,123,104,.3); outline-offset: 3px; }
.legacy-brand-model__image { display: grid; min-width: 0; height: 190px; place-items: center; align-self: center; background: #f6f8f9; border-radius: 12px; }
.legacy-brand-model__image img { display: block; width: 108px; height: 176px; object-fit: contain; mix-blend-mode: multiply; }
.legacy-brand-model__copy { display: flex; min-width: 0; flex-direction: column; }
.legacy-brand-model__copy > small { color: var(--mint-dark); font-size: 13px; font-weight: 820; letter-spacing: .045em; text-transform: uppercase; }
.legacy-brand-model__copy > strong { margin: 6px 0 12px; font-size: 19px; line-height: 1.22; overflow-wrap: anywhere; }
.legacy-brand-model__facts { display: grid; gap: 7px; }
.legacy-brand-model__facts > span { display: grid; min-width: 0; grid-template-columns: minmax(66px,.75fr) minmax(0,1.25fr); gap: 8px; align-items: baseline; }
.legacy-brand-model__facts i { color: var(--muted); font-size: 13px; font-style: normal; }
.legacy-brand-model__facts b { min-width: 0; font-size: 13px; line-height: 1.3; overflow-wrap: anywhere; }
.legacy-brand-model__copy > em { margin-top: auto; padding-top: 14px; color: var(--mint-dark); font-size: 14px; font-style: normal; font-weight: 800; }
.legacy-brand-next { padding-top: 8px; }
.legacy-brand-next .container { display: flex; padding: 30px; gap: 32px; align-items: center; justify-content: space-between; background: var(--navy); border-radius: 18px; }
.legacy-brand-next h2 { margin: 4px 0 7px; color: var(--white); }
.legacy-brand-next p { max-width: 760px; margin: 0; color: #b8cad3; }
.legacy-brand-next .eyebrow { color: var(--mint); }
.legacy-brand-next .button { flex: 0 0 auto; }
.legacy-product-hero { padding: 36px 0 42px; background: linear-gradient(140deg,#f7fafb,#edf6f4); border-bottom: 1px solid var(--line); }
.legacy-product-hero__grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 54px; align-items: center; }
.legacy-product-kicker { display: flex; align-items: flex-start; flex-direction: column; gap: 11px; margin-bottom: 15px; }
.legacy-product-kicker .eyebrow { margin: 0; }
.legacy-status { display: inline-flex; min-height: 34px; padding: 7px 11px; align-items: center; color: #7a4210; background: #fff0d9; border: 1px solid #efcf9f; border-radius: 999px; font-size: 13px; font-weight: 800; }
.legacy-product-copy h1 { max-width: 800px; margin: 0 0 14px; font-size: clamp(2.25rem,4vw,3.7rem); line-height: 1.04; }
.legacy-lead { max-width: 760px; color: #38505f; font-size: 16px; line-height: 1.65; }
.legacy-launch-price { display: inline-flex; min-width: 230px; margin-top: 4px; padding: 11px 14px; flex-direction: column; color: #075f50; background: #e2f7f2; border: 1px solid #b9e2d9; border-radius: 11px; }
.legacy-launch-price span, .legacy-launch-price small { color: #557078; font-size: 12px; }
.legacy-launch-price strong { color: #075f50; font-size: 23px; line-height: 1.25; }
.legacy-quick-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 21px; }
.legacy-quick-facts > div { min-width: 0; padding: 11px 12px; background: rgba(255,255,255,.82); border: 1px solid #d8e5e8; border-radius: 10px; }
.legacy-quick-facts span { display: block; color: var(--muted); font-size: 12px; }
.legacy-quick-facts strong { display: block; margin-top: 3px; color: var(--ink); font-size: 14px; line-height: 1.35; overflow-wrap: anywhere; }
.legacy-hero-actions { display: flex; margin-top: 20px; gap: 10px; flex-wrap: wrap; }
.legacy-product-image { display: flex; min-height: 410px; padding: 20px; flex-direction: column; align-items: center; justify-content: center; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.legacy-product-image img { width: min(100%,390px); height: 340px; object-fit: contain; }
.legacy-editorial { padding-block: 42px; background: #edf6f4; border-bottom: 1px solid var(--line); }
.legacy-editorial__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.legacy-editorial__grid article { display: grid; grid-template-columns: 180px minmax(0,1fr); min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow-small); }
.legacy-editorial__grid article > a { display: block; min-height: 100%; background: var(--soft); }
.legacy-editorial__grid img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; }
.legacy-editorial__grid article > div { min-width: 0; padding: 20px; }
.legacy-editorial__grid span { color: var(--mint-dark); font-size: 13px; font-weight: 800; }
.legacy-editorial__grid h3 { margin: 7px 0 9px; font-size: 21px; line-height: 1.25; }
.legacy-editorial__grid p { margin: 0 0 12px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.legacy-article { padding-bottom: 72px; }
.legacy-article__hero { padding: 42px 0 34px; background: linear-gradient(140deg,#f7fafb,#edf6f4); border-bottom: 1px solid var(--line); }
.legacy-article__hero .container { max-width: 960px; }
.legacy-article__hero h1 { max-width: 900px; margin: 16px 0 12px; font-size: clamp(2.35rem,4.7vw,4.6rem); line-height: 1.03; }
.legacy-article__meta { margin: 0 0 13px; color: var(--muted); font-size: 14px; font-weight: 720; }
.legacy-article__hero .legacy-lead { max-width: 820px; margin: 0; font-size: 17px; line-height: 1.65; }
.legacy-article__image { max-width: 1000px; margin-top: 32px; }
.legacy-article__image img { display: block; width: 100%; max-height: 560px; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow); }
.legacy-article__layout { display: grid; grid-template-columns: minmax(0,760px) 270px; gap: 48px; align-items: start; max-width: 1120px; padding-top: 42px; }
.legacy-article__content { min-width: 0; color: var(--text); font-size: 17px; line-height: 1.78; }
.legacy-article__content h2, .legacy-article__content h3, .legacy-article__content h4 { margin: 1.8em 0 .55em; color: var(--ink); line-height: 1.2; }
.legacy-article__content h2:first-child, .legacy-article__content h3:first-child { margin-top: 0; }
.legacy-article__content p { margin: 0 0 1.15em; }
.legacy-article__content ul, .legacy-article__content ol { margin: 0 0 1.3em; padding-left: 1.4em; }
.legacy-article__content blockquote { margin: 1.5em 0; padding: 17px 20px; background: #edf6f4; border-left: 4px solid var(--mint-dark); border-radius: 0 12px 12px 0; }
.legacy-article__layout aside { position: sticky; top: 92px; padding: 20px; background: #fff7e4; border: 1px solid #f0dca8; border-radius: 15px; }
.legacy-article__layout aside strong { display: block; color: var(--ink); font-size: 18px; }
.legacy-article__layout aside p { margin: 8px 0 15px; color: var(--text); font-size: 14px; line-height: 1.55; }
.legacy-article__layout aside .button, .legacy-article__layout aside .text-link { width: 100%; justify-content: center; }
.legacy-article__layout aside .text-link { display: flex; margin-top: 13px; }
.legacy-spec-groups { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; align-items: start; }
.legacy-spec-group { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.legacy-spec-group h3 { margin: 0; padding: 16px 18px; color: var(--white); background: var(--navy); font-size: 18px; }
.legacy-spec-group dl { margin: 0; }
.legacy-spec-group dl > div { display: grid; grid-template-columns: minmax(130px,.75fr) minmax(0,1.25fr); gap: 18px; padding: 12px 18px; border-top: 1px solid var(--line); }
.legacy-spec-group dl > div:first-child { border-top: 0; }
.legacy-spec-group dt { color: var(--muted); font-size: 14px; }
.legacy-spec-group dd { margin: 0; color: var(--ink); font-size: 14px; font-weight: 680; overflow-wrap: anywhere; }
.legacy-alternatives .affiliate-inline { margin-top: 14px; }
.legacy-alternatives { scroll-margin-top: 82px; border-bottom: 1px solid var(--line); }
.legacy-specifications { scroll-margin-top: 82px; }
.legacy-next-step .container { display: flex; padding: 27px; gap: 30px; align-items: center; justify-content: space-between; background: #e9f8f4; border: 1px solid #c8e9e1; border-radius: 17px; }
.legacy-next-step h2 { margin: 3px 0 7px; }
.legacy-next-step p { margin: 0; color: var(--muted); }
.product-card__actions .button { min-height: 44px; font-size: 14px; }
@media (max-width: 620px) {
  .comparison-page .versus-product .button { min-height: 52px; padding: 10px 5px; font-size: 15px; line-height: 1.2; }
  .comparison-page .versus-product .versus-price small { display: none; }
  .comparison-page .comparison-verdict-actions { display: grid; }
}

@media (max-width: 900px) {
  .legacy-brand-model-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .legacy-brand-model { grid-template-columns: 104px minmax(0,1fr); gap: 14px; }
  .legacy-brand-model__image { height: 170px; }
  .legacy-brand-model__image img { width: 94px; height: 158px; }
  .legacy-brand-next .container { align-items: flex-start; flex-direction: column; }
  .legacy-brand-group { grid-template-columns: 1fr; gap: 14px; }
  .legacy-brand-group nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .legacy-product-hero__grid { grid-template-columns: 1fr; gap: 22px; }
  .legacy-product-image { min-height: 320px; }
  .legacy-editorial__grid article { grid-template-columns: 145px minmax(0,1fr); }
  .legacy-article__layout { grid-template-columns: 1fr; }
  .legacy-article__layout aside { position: static; }
  .legacy-spec-groups { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .legacy-archive-intro { padding-block: 25px 29px; }
  .legacy-archive-intro h1 { font-size: 34px; }
  .legacy-brand-nav { flex-wrap: nowrap; margin-inline: -12px; padding-inline: 12px; overflow-x: auto; scroll-snap-type: x proximity; }
  .legacy-brand-nav a { flex: 0 0 auto; scroll-snap-align: start; }
  .legacy-brand-group { padding: 22px 0; }
  .legacy-brand-group nav { grid-template-columns: 1fr; }
  .archived-brand-directory { padding: 20px 16px; border-radius: 14px; }
  .archived-brand-directory > div:first-child h2 { font-size: 24px; }
  .legacy-brand-hero { padding: 31px 0 34px; }
  .legacy-brand-hero h1 { font-size: 36px; }
  .legacy-brand-hero p { font-size: 16px; line-height: 1.5; }
  .legacy-brand-hero__actions { align-items: stretch; flex-direction: column; }
  .legacy-brand-hero__actions .button { width: 100%; min-height: 50px; }
  .legacy-brand-models { padding-top: 32px; }
  .legacy-brand-model-grid { grid-template-columns: 1fr; gap: 10px; }
  .legacy-brand-model { min-height: 198px; padding: 13px; grid-template-columns: 92px minmax(0,1fr); gap: 12px; }
  .legacy-brand-model__image { height: 164px; }
  .legacy-brand-model__image img { width: 84px; height: 150px; }
  .legacy-brand-model__copy > strong { margin-bottom: 9px; font-size: 17px; }
  .legacy-brand-model__facts > span { display: block; }
  .legacy-brand-model__facts > span:nth-child(n+3) { display: none; }
  .legacy-brand-model__facts b { display: block; margin-top: 1px; }
  .legacy-brand-model__copy > em { padding-top: 9px; }
  .legacy-brand-next .container { padding: 22px; }
  .legacy-brand-next .button { width: 100%; }
  .legacy-product-hero { padding: 22px 0 25px; }
  .legacy-product-copy h1 { font-size: 32px; }
  .legacy-lead { font-size: 15px; line-height: 1.55; }
  .legacy-hero-actions { align-items: stretch; flex-direction: column; }
  .legacy-hero-actions .button { width: 100%; min-height: 50px; }
  .legacy-hero-actions .text-link { min-height: 44px; align-self: flex-start; }
  .legacy-quick-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .legacy-product-image { min-height: 270px; padding: 12px; }
  .legacy-product-image img { height: 235px; }
  .legacy-alternatives .product-grid { grid-template-columns: 1fr; }
  .legacy-editorial { padding-block: 30px; }
  .legacy-editorial__grid { grid-template-columns: 1fr; }
  .legacy-editorial__grid article { grid-template-columns: 110px minmax(0,1fr); }
  .legacy-editorial__grid img { min-height: 180px; }
  .legacy-editorial__grid article > div { padding: 16px; }
  .legacy-editorial__grid h3 { font-size: 18px; }
  .legacy-article { padding-bottom: 42px; }
  .legacy-article__hero { padding: 26px 0; }
  .legacy-article__hero h1 { font-size: 34px; }
  .legacy-article__image { margin-top: 20px; }
  .legacy-article__image img { max-height: 360px; border-radius: 14px; }
  .legacy-article__layout { gap: 26px; padding-top: 27px; }
  .legacy-article__content { font-size: 16px; line-height: 1.7; }
  .legacy-spec-group dl > div { grid-template-columns: 1fr; gap: 3px; padding: 11px 14px; }
  .legacy-next-step .container { display: block; padding: 21px; }
  .legacy-next-step .button { width: 100%; margin-top: 17px; }
  .collection-shortlist--inline { margin-inline: -4px; margin-bottom: 20px; padding: 15px; }
  .collection-shortlist--inline { display: flex; flex-direction: column; }
  .collection-shortlist--inline > .section-heading { order: 0; }
  .collection-shortlist--inline > .collection-shortlist__grid { order: 1; }
  .collection-shortlist--inline > .collection-shortlist__answer { order: 2; margin-top: 14px; margin-bottom: 0; }
  .collection-shortlist--inline > .collection-shortlist__comparisons { order: 3; }
  .collection-shortlist--inline .section-heading p { font-size: 14px; }
  .collection-shortlist__actions { align-items: stretch; }
  .collection-shortlist__model-link { grid-template-columns: 54px minmax(0,1fr); }
  .collection-shortlist__model-link img { width: 54px; height: 60px; }
}

@media (max-width: 360px) {
  .nav-wrap { gap: 6px; }
  .brand-logo { font-size: .86rem; }
  .selection-grid { grid-template-columns: minmax(0,1fr); }
  .collection-hero { padding-block: 7px; }
  .collection-hero p { margin-bottom: 7px; line-height: 1.35; }
  .collection-method { padding-block: 1px; }
  .collection-method + .section--products { padding-top: 8px; }
  .collection-method + .section--products > .container > .section-heading { margin-bottom: 8px; }
  .collection-shortlist--inline { padding: 12px; }
  .collection-shortlist--inline .section-heading { margin-bottom: 6px; }
}

@media (max-width: 620px) {
  .price-alert-card { scroll-margin-top: 124px; padding: 12px; }
  .price-alert-card__heading h2 { font-size: 18px; }
  .price-alert-card__heading p { font-size: 14px; }
  .price-alert-card form { grid-template-columns: 1fr; }
  .price-alert-field--variant, .price-alert-current, .price-alert-consent,
  .price-alert-card__actions, .price-alert-status, .price-alert-reached { grid-column: 1; }
  .price-alert-current { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 10px; }
  .price-alert-current > span { margin: 0; }
  .price-alert-current output { flex: 0 0 auto; font-size: 17px; }
  .price-alert-card__actions { align-items: stretch; flex-direction: column; gap: 2px; }
  .price-alert-card__actions .button { width: 100%; font-size: 15px; }
  .price-alert-card__actions > a:not(.button) { justify-content: center; font-size: 14px; }
  .price-alert-consent { font-size: 14px; }
  .price-alert-action { min-height: calc(100vh - 66px); padding: 26px 0 38px; }
  .price-alert-action .container { width: min(calc(100% - 24px),var(--container)); }
  .price-alert-action__card { padding: 23px 17px; border-radius: 17px; }
  .price-alert-action__card h1 { font-size: 31px; }
  .price-alert-action__privacy, .price-alert-action__noscript { font-size: 14px; }
  .price-alert-action__buttons { align-items: stretch; flex-direction: column; }
  .price-alert-action__buttons .button { width: 100%; font-size: 15px; }
}

/* Samostatný vysvetľovací hub pre EÚ energetické štítky. */
.energy-label-content { min-width: 0; }
.energy-label-content .eyebrow { font-size: 13px; }
.energy-label-hero { margin-top: 18px; padding: 54px 0; overflow: hidden; color: var(--white); background: radial-gradient(circle at 88% 18%,rgba(55,214,186,.18),transparent 30%),linear-gradient(135deg,#071a2d,#123748); }
.energy-label-hero__grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(330px,.8fr); gap: 58px; align-items: center; }
.energy-label-hero h1 { max-width: 850px; margin: 10px 0 17px; color: var(--white); font-size: clamp(2.65rem,5vw,4.8rem); line-height: 1.02; }
.energy-label-hero p { max-width: 780px; margin: 0; color: #ccdae0; font-size: 17px; line-height: 1.62; }
.energy-label-hero .energy-label-hero__scope { margin-top: 17px; padding-left: 15px; color: #bcd0d6; border-left: 3px solid var(--mint); font-size: 14px; }
.energy-label-summary { display: grid; margin: 0; gap: 12px; }
.energy-label-summary > div { min-width: 0; padding: 20px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.15); border-radius: 15px; }
.energy-label-summary dt { margin-bottom: 6px; color: #bad0d7; font-size: 13px; font-weight: 720; }
.energy-label-summary dd { margin: 0; }
.energy-label-summary dd strong, .energy-label-summary dd small { display: block; }
.energy-label-summary dd strong { color: var(--mint); font-size: 38px; line-height: 1; }
.energy-label-summary dd small { margin-top: 6px; color: #d6e3e7; font-size: 13px; line-height: 1.4; }
.energy-class-section { padding-bottom: 58px; }
.energy-class-legend { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 9px; list-style: none; }
.energy-class { position: relative; min-width: 0; min-height: 116px; padding: 15px 11px 12px; overflow: hidden; color: #12222a; background: var(--white); border: 1px solid var(--line); border-radius: 12px; text-align: center; box-shadow: var(--shadow-small); }
.energy-class::before { position: absolute; top: 0; right: 0; left: 0; height: 7px; background: var(--class-color); content: ""; }
.energy-class span, .energy-class strong, .energy-class small { display: block; }
.energy-class span { margin-top: 3px; color: var(--muted); font-size: 13px; }
.energy-class strong { margin: 2px 0; color: #071a2d; font-size: 35px; line-height: 1; }
.energy-class small { color: #334b57; font-size: 13px; font-weight: 720; line-height: 1.25; }
.energy-class--a { --class-color: #198754; }
.energy-class--b { --class-color: #58a83f; }
.energy-class--c { --class-color: #a5b92e; }
.energy-class--d { --class-color: #e0b626; }
.energy-class--e { --class-color: #e69029; }
.energy-class--f { --class-color: #dc642e; }
.energy-class--g { --class-color: #c83b3b; }
.energy-label-coverage { display: grid; margin-top: 18px; grid-template-columns: repeat(6,minmax(0,1fr)); background: #edf6f4; border: 1px solid #cde4df; border-radius: 14px; }
.energy-label-coverage > div { min-width: 0; padding: 16px; border-left: 1px solid #cde4df; }
.energy-label-coverage > div:first-child { border-left: 0; }
.energy-label-coverage strong, .energy-label-coverage span { display: block; }
.energy-label-coverage strong { color: var(--mint-dark); font-size: 23px; }
.energy-label-coverage span { margin-top: 3px; color: var(--text); font-size: 13px; line-height: 1.35; }
.energy-label-coverage__note { margin: 11px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.energy-label-explainers { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.energy-label-explainers article { min-width: 0; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow-small); }
.energy-label-explainers article > span { color: var(--mint-dark); font-size: 13px; font-weight: 820; text-transform: uppercase; }
.energy-label-explainers h3 { margin: 8px 0 9px; font-size: 20px; }
.energy-label-explainers p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.58; }
.energy-model-list { display: grid; margin: 0; padding: 0; gap: 11px; list-style: none; }
.energy-model-row { min-width: 0; }
.energy-model-row > a { display: grid; min-width: 0; min-height: 92px; padding: 14px 16px; grid-template-columns: minmax(180px,.65fr) minmax(0,1.35fr); gap: 18px; align-items: center; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
.energy-model-row > a:hover { color: var(--ink); border-color: #75c6b2; box-shadow: var(--shadow-small); }
.energy-model-row__name { min-width: 0; }
.energy-model-row__name strong, .energy-model-row__name small { display: block; }
.energy-model-row__name strong { font-size: 16px; line-height: 1.35; overflow-wrap: anywhere; }
.energy-model-row__name small { margin-top: 5px; color: var(--mint-dark); font-size: 13px; line-height: 1.35; }
.energy-model-row__name i { font-style: normal; }
.energy-model-row dl { display: grid; min-width: 0; margin: 0; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 7px; }
.energy-model-row dl > div { min-width: 0; padding: 8px; background: #f5f8f8; border-radius: 8px; }
.energy-model-row dt { color: var(--muted); font-size: 13px; line-height: 1.25; }
.energy-model-row dd { margin: 4px 0 0; color: var(--ink); font-size: 14px; font-weight: 790; line-height: 1.25; overflow-wrap: anywhere; }
.energy-model-row dl > div.is-unknown dd { color: var(--muted); font-weight: 650; }
.energy-label-source-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.energy-label-source-links a { display: flex; min-width: 0; min-height: 92px; padding: 16px 18px; flex-direction: column; justify-content: center; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
.energy-label-source-links a:hover { color: #075e4d; border-color: #75c6b2; box-shadow: var(--shadow-small); }
.energy-label-source-links span { color: var(--mint-dark); font-size: 13px; font-weight: 800; }
.energy-label-source-links strong { margin-top: 5px; font-size: 15px; line-height: 1.4; overflow-wrap: anywhere; }
.energy-label-source-links i { font-style: normal; }
.energy-label-source-note { margin: 13px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

@media (max-width: 900px) {
  .energy-label-hero__grid { grid-template-columns: 1fr; gap: 25px; }
  .energy-label-summary { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .energy-label-coverage { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .energy-label-coverage > div:nth-child(4) { border-left: 0; }
  .energy-label-coverage > div:nth-child(n+4) { border-top: 1px solid #cde4df; }
  .energy-label-explainers { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .energy-model-row > a { grid-template-columns: 1fr; }
  .energy-model-row dl { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 620px) {
  .energy-label-hero { padding: 32px 0 35px; }
  .energy-label-hero h1 { font-size: 37px; }
  .energy-label-hero p { font-size: 15px; line-height: 1.55; }
  .energy-label-summary { gap: 8px; }
  .energy-label-summary > div { padding: 14px 12px; }
  .energy-label-summary dd strong { font-size: 30px; }
  .energy-class-section { padding-top: 35px; padding-bottom: 40px; }
  .energy-class-legend { gap: 5px; }
  .energy-class { min-height: 99px; padding: 12px 3px 8px; border-radius: 8px; }
  .energy-class strong { font-size: 28px; }
  .energy-class span, .energy-class small { font-size: 13px; }
  .energy-class small { overflow-wrap: anywhere; }
  .energy-label-coverage { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .energy-label-coverage > div { border-top: 1px solid #cde4df; }
  .energy-label-coverage > div:nth-child(-n+2) { border-top: 0; }
  .energy-label-coverage > div:nth-child(odd) { border-left: 0; }
  .energy-label-coverage > div:nth-child(even) { border-left: 1px solid #cde4df; }
  .energy-label-explainers { grid-template-columns: 1fr; }
  .energy-label-explainers article { padding: 18px; }
  .energy-model-row > a { padding: 13px; gap: 12px; }
  .energy-model-row dl { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .energy-label-source-links { grid-template-columns: 1fr; }
  .recent-comparison { grid-template-columns: 1fr; gap: 3px; padding-block: 12px; }
  .recent-comparison__left,
  .recent-comparison__right { text-align: center; }
  .recent-comparison strong { display: block; overflow: visible; overflow-wrap: anywhere; -webkit-line-clamp: unset; }
  .footer-grid > div > a:not(.brand-logo) { display: flex; min-height: 44px; margin: 0; align-items: center; }
}

/* Keep comparison-only results visually distinct after the base picker rules. */
.picker-results__heading.is-historical {
  margin-top: 6px;
  border-top: 1px solid var(--line);
  background: #f4f7f9;
}
.picker-result.picker-result--historical { background: #fbfcfd; }
.picker-result.picker-result--historical:hover,
.picker-result.picker-result--historical.is-active { background: #eef7f5; }
.picker-result .picker-result__historical-status {
  max-width: 124px;
  color: #506779;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  text-align: right;
}
@media (max-width: 700px) {
  .picker-result .picker-result__historical-status { max-width: 94px; font-size: 12px; }
}

/* A shortlist is a decision block: show the three concrete choices first and
   keep the method directly underneath for visitors who want the explanation. */
.collection-shortlist--inline > .collection-shortlist__grid { order: 1; }
.collection-shortlist--inline > .collection-shortlist__answer { order: 2; margin: 14px 0 0; }
.collection-shortlist--inline > .collection-shortlist__comparisons { order: 3; }
.collection-shortlist--inline .section-heading { margin-bottom: 13px; }
.collection-shortlist--inline .section-heading p { margin-bottom: 0; }
.collection-shortlist__winner { border-color: #79c8b9 !important; box-shadow: inset 0 4px 0 #0a806d; }
.collection-shortlist__grid article { display: flex; min-height: 360px; padding: 18px; flex-direction: column; }
.collection-shortlist__grid h3 { min-height: 80px; margin-bottom: 13px; font-size: 18px; }
.collection-shortlist__model-link { grid-template-columns: 72px minmax(0,1fr); gap: 12px; }
.collection-shortlist__model-link img { width: 72px; height: 80px; padding: 4px; }
.collection-shortlist__grid dl { width: 100%; margin: 0 0 14px; }
.collection-shortlist__grid dl > div { padding: 11px; }
.collection-shortlist__grid dt { font-size: 13px; }
.collection-shortlist__grid dd { font-size: 16px; }
.collection-shortlist__actions { display: grid; width: 100%; grid-template-columns: 1fr; gap: 4px; margin-top: auto; }
.collection-shortlist__actions .button { width: 100%; min-height: 50px; justify-content: center; text-align: center; }
.collection-shortlist__actions .text-link { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; font-size: 14px; }
.collection-shortlist__comparisons { grid-template-columns: 180px repeat(2,minmax(0,1fr)); }
.collection-shortlist__comparisons > span { display: block; max-width: 180px; align-self: center; line-height: 1.4; }
.collection-shortlist__comparisons > span strong { display: block; color: var(--ink); }

@media (min-width: 621px) {
  .collection-shortlist--inline .collection-shortlist__grid article { display: flex; }
  .collection-shortlist--inline .collection-shortlist__rank,
  .collection-shortlist--inline .collection-shortlist__grid h3,
  .collection-shortlist--inline .collection-shortlist__grid dl,
  .collection-shortlist--inline .collection-shortlist__actions { grid-column: auto; grid-row: auto; }
  .collection-shortlist--inline .collection-shortlist__grid h3 { min-height: 80px; margin-bottom: 13px; }
  .collection-shortlist--inline .collection-shortlist__grid dl { margin: 0 0 14px; }
  .collection-shortlist--inline .collection-shortlist__actions { align-self: auto; flex-direction: row; }
}

@media (max-width: 820px) {
  .collection-shortlist__grid article { min-height: 0; }
  .collection-shortlist__comparisons { grid-template-columns: 1fr; }
  .collection-shortlist__comparisons > span { max-width: none; }
}

@media (max-width: 620px) {
  .collection-hero { padding-block: 8px; }
  .collection-method { padding-block: 6px; }
  .collection-method + .section--products { padding-top: 12px; }
  .collection-shortlist--inline { margin-inline: -4px; padding: 10px; }
  .collection-shortlist--inline .section-heading { margin-bottom: 8px; }
  .collection-shortlist--inline .section-heading .eyebrow { margin-bottom: 4px; }
  .collection-shortlist--inline .section-heading h2 { margin-bottom: 4px; }
  .collection-shortlist--inline > .collection-shortlist__answer { margin-bottom: 10px; }
  .collection-shortlist__answer { padding: 9px 10px; }
  .collection-shortlist__answer p { font-size: 14px; line-height: 1.42; }
  .collection-shortlist__grid h3 { min-height: 0; }
  .collection-shortlist__model-link { grid-template-columns: 66px minmax(0,1fr); }
  .collection-shortlist__model-link img { width: 66px; height: 72px; }
  .collection-shortlist__grid dl { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 360px) {
  .collection-shortlist--inline > .collection-shortlist__grid { order: 1; }
  .collection-shortlist--inline > .collection-shortlist__answer { order: 2; margin: 10px 0 0; }
}

@media (max-width: 1200px) {
  .battery-mainstream__list li { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .battery-choice-grid, .battery-mainstream__list { grid-template-columns: 1fr; }
  .battery-choice-grid a { min-height: 118px; }
  .battery-mainstream__heading, .battery-mainstream__footer { align-items: stretch; flex-direction: column; }
  .battery-mainstream__heading .button, .battery-mainstream__footer .button { width: 100%; justify-content: center; }
}
@media (max-width: 620px) {
  .battery-choice-section { padding: 20px 0 10px; }
  .battery-choice__heading p, .battery-choice-grid span { font-size: 16px; }
  .battery-choice-grid a { min-height: 112px; padding: 16px 50px 16px 16px; }
  .battery-choice-grid strong { font-size: 18px; }
  .battery-shortlist-next { grid-template-columns: 1fr; }
  .battery-shortlist-next a { min-height: 72px; }
  .battery-mainstream { margin: 24px -4px 28px; padding: 16px 11px; }
  .battery-mainstream__heading { gap: 15px; }
  .battery-mainstream__heading p { font-size: 16px; }
  .battery-mainstream__list li { min-height: 0; padding: 13px 11px; gap: 11px; }
  .battery-mainstream__product { grid-template-columns: 32px 64px minmax(0,1fr); gap: 8px; }
  .battery-mainstream__product::after { inset: -12px -10px; }
  .battery-mainstream__product img { width: 64px; height: 72px; }
  .battery-mainstream__product strong { font-size: 16px; }
  .battery-mainstream__product small { font-size: 14px; }
  .battery-mainstream__list dl { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .battery-mainstream__list dt { font-size: 14px; }
  .battery-mainstream__list dd { font-size: 16px; }
  .battery-mainstream__footer { gap: 14px; }
  .battery-mainstream__footer p { font-size: 15px; }
}

/* Comparison decision hierarchy: one visual language for the overall result,
   another for a single-row advantage, with readable touch layouts. */
.comparison-cta-default b,
.comparison-cta-sticky b { font: inherit; }
.comparison-cta-default i,
.comparison-cta-sticky i { font-style: normal; }
.comparison-verdict-section .comparison-verdict-actions { margin: 10px 0; }
.comparison-verdict-section .decision-tags { margin-top: 0; }

@media (max-width: 620px) {
  .comparison-verdict-section .comparison-verdict { padding-block: 14px; }
  .comparison-page .versus-lead,
  .comparison-page .versus-hero > .container > .versus-lead { display: block; margin-bottom: 6px; font-size: 16px; line-height: 1.48; }
  .comparison-page .versus-product.is-overall-winner,
  .comparison-page .versus-product.is-practical-choice { padding: 37px 4px 7px; }
  .comparison-page .versus-product__winner-badge { top: 7px; right: 3px; left: 3px; min-height: 25px; font-size: 12px; }
  .comparison-page .versus-product__winner-badge i { width: 19px; height: 19px; }
  .comparison-page .versus-product > div:last-child > .button,
  .comparison-page .versus-product .button { min-height: 52px; padding: 9px 5px; font-size: 14px; line-height: 1.25; }
  .comparison-page .versus-product h2 { min-height: 2.5em; font-size: 15px; line-height: 1.25; }
  .comparison-page .versus-selected-variant strong { font-size: 14px; }
  .comparison-page .versus-product__winner-badge { font-size: 13px; }
  .comparison-page .anchor-nav .container { display: grid; grid-template-columns: repeat(auto-fit,minmax(70px,1fr)); gap: 0; overflow: visible; }
  .comparison-page .anchor-nav a { padding: 10px 3px; text-align: center; }

  #tabulka .comparison-table-heading { order: 1; }
  #tabulka .comparison-context-row { order: 2; margin: 10px 0 8px; }
  #tabulka .table-swipe-hint { display: block; order: 3; margin: 0 0 8px; padding: 9px 11px; color: #36525f; background: #edf5f7; border-radius: 9px; font-size: 13px; line-height: 1.4; }
  #tabulka .compare-table-wrap { order: 4; }
  #tabulka [data-differences-status] { order: 5; }
  #tabulka .comparison-source-note { order: 6; }
  #tabulka .comparison-source-links { order: 7; }
  #tabulka .comparison-context-row .comparison-legend { order: 0; }
  #tabulka .comparison-context-row .comparison-variant-note { order: 1; }
  .comparison-page .comparison-variant-picker { padding: 8px 7px; }
  .comparison-page .comparison-variant-picker > div > span { display: -webkit-box; min-height: 2.6em; margin: 0 0 5px; color: #d7e5ea; font-size: 13px; line-height: 1.3; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .comparison-page .comparison-variant-picker select { min-height: 48px; font-size: 15px; }
  .comparison-page .compare-table { width: 700px; min-width: 700px; table-layout: fixed; }
  .comparison-page .compare-table thead th:first-child,
  .comparison-page .compare-table tbody th,
  .comparison-page .compare-table tfoot th { position: sticky; z-index: 4; left: 0; width: 180px; min-width: 180px; box-shadow: 7px 0 12px -12px rgba(7,26,45,.5); }
  .comparison-page .compare-table thead th:not(:first-child),
  .comparison-page .compare-table tbody td,
  .comparison-page .compare-table tfoot td { width: 260px; min-width: 260px; }
  .comparison-page .compare-table thead th,
  .comparison-page .compare-table tbody th,
  .comparison-page .compare-table tbody td,
  .comparison-page .compare-table tfoot th,
  .comparison-page .compare-table tfoot td { padding: 13px 14px; font-size: 14px; overflow-wrap: normal; word-break: normal; }
  .comparison-page .compare-table thead th { vertical-align: top; }
  .comparison-page .compare-table-offers th strong { font-size: 15px; }
  .comparison-page .compare-table-offers th small { font-size: 12px; }
  .comparison-page .compare-table-offers .comparison-after-table-cta__button { min-height: 104px; padding: 12px; }
  .comparison-page .compare-overall-mark { position: static; display: flex !important; width: fit-content; min-height: 27px; margin-top: 7px; padding: 4px 8px 4px 5px; }
  .comparison-page .compare-overall-mark > span { display: inline; }
  .comparison-page .better-badge { width: fit-content; max-width: 230px; line-height: 1.25; white-space: normal; }
  .comparison-page .better-badge small { font-size: 12px; }
  .comparison-page .better-badge b { font-size: 13px; }
}

/* Keep the collection decision order readable after all legacy mobile overrides. */
@media (max-width: 620px) {
  .collection-hero { padding-block: 22px; }
  .collection-method { padding-block: 13px; }
  .collection-method .container { display: grid; grid-template-columns: 1fr; gap: 9px; overflow: visible; }
  .collection-method .container > div { width: 100%; min-width: 0; padding: 0; align-items: flex-start; font-size: 15px; line-height: 1.45; white-space: normal; }
  .collection-recommendations .collection-shortlist__grid { order: 1; }
  .collection-recommendations .collection-shortlist__answer { order: 2; margin: 10px 0 0; }
  .collection-recommendations .collection-shortlist__comparisons { order: 3; }
}

@media (max-width: 360px) {
  .collection-recommendations .collection-shortlist__grid { order: 1; }
  .collection-recommendations .collection-shortlist__answer { order: 2; margin: 10px 0 0; }
}

.collection-method .collection-method__mobile { display: none; }

@media (max-width: 620px) {
  .collection-method .collection-method__desktop { display: none; }
  .collection-method .collection-method__mobile { display: block; }
  .collection-method__mobile summary { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 16px; color: var(--ink); cursor: pointer; list-style: none; }
  .collection-method__mobile summary::-webkit-details-marker { display: none; }
  .collection-method__mobile summary > span { color: var(--mint-dark); font-size: 14px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
  .collection-method__mobile summary > strong { display: inline-flex; flex: 0 0 auto; gap: 7px; align-items: center; font-size: 15px; }
  .collection-method__mobile summary i { color: var(--mint-dark); font-style: normal; transition: transform .15s ease; }
  .collection-method__mobile[open] summary i { transform: rotate(180deg); }
  .collection-method__mobile > div { display: grid; gap: 10px; padding: 3px 0 13px; }
  .collection-method__mobile p { display: flex; gap: 10px; align-items: flex-start; margin: 0; color: var(--ink); font-size: 15px; font-weight: 680; line-height: 1.45; }
  .collection-method__mobile p > b { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; color: var(--white); background: var(--mint-dark); border-radius: 50%; font-size: 13px; }
}

@media (max-width: 360px) {
  .price-panel { grid-template-columns: minmax(0,1fr); gap: 11px; }
  .price-panel .product-primary-cta-home,
  .price-panel .button { width: 100%; justify-self: stretch; }
}

/* Final interaction safeguards for long mobile filters and exact variants. */
.price-panel [data-product-selected-variant-name] {
  max-width: 420px;
  margin-top: 4px;
  color: #c6d6dc;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

@media (max-width: 960px) {
  html.filter-open,
  body.filter-open { overflow: hidden; overscroll-behavior: none; }
  .filter-panel.is-open {
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    overscroll-behavior: contain;
  }
  .filter-panel.is-open form { padding-bottom: 112px; }
  .filter-panel.is-open .filter-panel__actions {
    position: fixed;
    right: 0;
    bottom: 0;
    width: min(92vw,460px);
    margin: 0;
    padding: 12px 18px max(14px,env(safe-area-inset-bottom));
  }
}

@media (max-width: 620px) {
  .filter-panel.is-open .filter-panel__actions { width: 100%; padding-inline: 14px; }
  .comparison-page .comparison-variant-picker {
    grid-template-columns: 1fr;
    gap: 7px;
    align-items: stretch;
    padding: 10px;
  }
  .comparison-page .comparison-variant-picker > b {
    height: auto;
    min-height: 24px;
    font-size: 13px;
  }
  .comparison-page .versus-products [data-comparison-hero-cta] { display: none; }
  .mobile-compare-buy-bar a { min-height: 76px; padding: 8px 7px; }
  .mobile-compare-buy-bar .comparison-cta-sticky small,
  .mobile-compare-buy-bar .comparison-cta-sticky strong {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    line-height: 1.25;
  }
}

.collection-budget-section + .section--products,
.collection-deal + .section--products { padding-top: 28px; }

@media (max-width: 620px) {
  .collection-budget-section + .section--products,
  .collection-deal + .section--products { padding-top: 22px; }
}

/* Brand pages: compact, variant-accurate budget rankings before the catalogue. */
.brand-ranking { padding-block: clamp(42px,5vw,72px); background: #f4f8f8; border-bottom: 1px solid var(--line); }
.brand-ranking .section-heading { align-items: end; margin-bottom: 24px; }
.brand-ranking .section-heading p { max-width: 780px; }
.brand-ranking__budgets { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.brand-ranking__budget { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid #cbdcdf; border-radius: 18px; box-shadow: 0 10px 30px rgba(7,26,45,.045); }
.brand-ranking__budget > header { display: flex; min-height: 78px; gap: 16px; align-items: center; justify-content: space-between; padding: 16px 18px; background: linear-gradient(135deg,#e6f7f3,#f5faf9); border-bottom: 1px solid #cbe5df; }
.brand-ranking__budget > header span,
.brand-ranking__budget > header h3 { display: block; margin: 0; }
.brand-ranking__budget > header div > span { color: #49636d; font-size: 13px; font-weight: 760; }
.brand-ranking__budget > header h3 { color: var(--ink); font-size: 1.22rem; }
.brand-ranking__budget > header > a { display: inline-flex; min-height: 44px; flex: 0 0 auto; align-items: center; gap: 7px; color: var(--mint-dark); font-size: 14px; font-weight: 850; }
.brand-ranking__budget ol { margin: 0; padding: 0 18px; list-style: none; }
.brand-ranking__budget li { display: grid; min-height: 104px; grid-template-columns: 34px minmax(0,1fr) auto; gap: 11px; align-items: center; padding: 13px 0; border-bottom: 1px solid #e0e9eb; }
.brand-ranking__position { display: grid; width: 30px; height: 30px; place-items: center; color: #075f50; background: #dff5ef; border: 1px solid #b9e5da; border-radius: 50%; font-size: 14px; font-weight: 900; }
.brand-ranking__phone { display: grid; min-width: 0; grid-template-columns: 64px minmax(0,1fr); gap: 11px; align-items: center; color: var(--ink); }
.brand-ranking__phone img { width: 64px; height: 72px; padding: 3px; object-fit: contain; background: #fff; border-radius: 9px; }
.brand-ranking__phone strong,
.brand-ranking__phone small { display: block; }
.brand-ranking__phone strong { font-size: 15px; line-height: 1.3; }
.brand-ranking__phone small { margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.brand-ranking__price { display: grid; min-width: 112px; min-height: 66px; align-content: center; justify-items: end; padding: 8px 11px; color: var(--white); background: var(--navy); border-radius: 11px; }
.brand-ranking__price small { color: #a9bec7; font-size: 12.5px; }
.brand-ranking__price strong { font-size: 16px; }
.brand-ranking__price span { margin-top: 2px; color: var(--mint); font-size: 13px; font-weight: 850; }
.brand-ranking__price:hover { color: var(--navy); background: var(--mint); }
.brand-ranking__price:hover small,
.brand-ranking__price:hover span { color: #075f50; }
.brand-ranking__coverage { margin: 0; padding: 11px 18px 13px; color: #506a74; background: #f7fafb; font-size: 12px; line-height: 1.45; }

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

@media (max-width: 620px) {
  .brand-ranking { padding-block: 34px; }
  .brand-ranking .section-heading { align-items: stretch; }
  .brand-ranking .section-heading .button { width: 100%; }
  .brand-ranking__budget > header { align-items: flex-start; }
  .brand-ranking__budget li { grid-template-columns: 28px minmax(0,1fr); gap: 8px; }
  .brand-ranking__position { width: 26px; height: 26px; }
  .brand-ranking__phone { grid-template-columns: 54px minmax(0,1fr); }
  .brand-ranking__phone img { width: 54px; height: 62px; }
  .brand-ranking__price { grid-column: 2; width: 100%; min-height: 48px; grid-template-columns: auto auto 1fr; gap: 5px; align-items: baseline; justify-items: start; }
  .brand-ranking__price span { justify-self: end; }
}

/* Independent editorial evidence never masquerades as the parameter ranking. */
.editorial-evidence { padding: clamp(34px,4.5vw,62px) 0; background: #f1f7f6; border-bottom: 1px solid #d5e5e2; scroll-margin-top: 84px; }
.editorial-evidence__header { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 26px; align-items: end; margin-bottom: 22px; }
.editorial-evidence__header h2 { max-width: 940px; margin: 7px 0 9px; font-size: clamp(1.8rem,3vw,2.6rem); line-height: 1.1; }
.editorial-evidence__header p { max-width: 880px; margin: 0; color: var(--text); font-size: 17px; line-height: 1.55; }
.editorial-evidence__date { display: inline-flex; min-height: 38px; align-items: center; padding: 8px 12px; color: #315d55; background: #e0f2ee; border: 1px solid #b9ddd5; border-radius: 999px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.editorial-evidence__grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 14px; }
.editorial-evidence__grid article { display: flex; min-width: 0; min-height: 360px; padding: 18px; flex-direction: column; background: var(--white); border: 1px solid #cbdcdf; border-radius: 18px; box-shadow: 0 10px 30px rgba(7,26,45,.05); }
.editorial-evidence__product { display: grid; min-width: 0; grid-template-columns: 96px minmax(0,1fr); gap: 15px; align-items: center; color: var(--ink); }
.editorial-evidence__product img { width: 96px; height: 108px; padding: 4px; object-fit: contain; background: #f8fafb; border-radius: 12px; mix-blend-mode: multiply; }
.editorial-evidence__product small,
.editorial-evidence__product strong,
.editorial-evidence__product b { display: block; }
.editorial-evidence__product small { margin-bottom: 5px; color: var(--mint-dark); font-size: 12.5px; font-weight: 900; line-height: 1.35; text-transform: uppercase; letter-spacing: .035em; }
.editorial-evidence__product strong { font-size: 19px; line-height: 1.24; }
.editorial-evidence__product b { margin-top: 7px; color: #1b6659; font-size: 15px; }
.editorial-evidence__grid article > p { margin: 16px 0 13px; color: var(--text); font-size: 15px; line-height: 1.55; }
.editorial-evidence__sources { display: flex; margin-top: auto; flex-wrap: wrap; gap: 6px; align-items: center; }
.editorial-evidence__sources span { color: var(--muted); font-size: 12px; font-weight: 800; }
.editorial-evidence__sources a { display: inline-flex; min-height: 32px; align-items: center; padding: 6px 9px; color: #245f55; background: #ecf7f4; border: 1px solid #c6e4dd; border-radius: 999px; font-size: 12px; font-weight: 760; }
.editorial-evidence__sources a:hover { color: var(--white); background: var(--mint-dark); border-color: var(--mint-dark); }
.editorial-evidence__actions { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 9px; align-items: center; margin-top: 15px; }
.editorial-evidence__actions > a:first-child { display: inline-flex; min-height: 44px; align-items: center; color: var(--mint-dark); font-size: 14px; font-weight: 850; }
.editorial-evidence__actions .button { min-height: 48px; padding-inline: 14px; text-align: center; }
.editorial-evidence__note { margin: 14px 0 0; padding: 13px 15px; color: #465f69; background: #e7f4f1; border-left: 4px solid var(--mint-dark); border-radius: 8px; font-size: 14px; line-height: 1.5; }
.editorial-evidence__note strong { color: var(--ink); }

@media (max-width: 760px) {
  .editorial-evidence__header { grid-template-columns: 1fr; gap: 12px; align-items: start; }
  .editorial-evidence__date { width: fit-content; }
  .editorial-evidence__grid { grid-template-columns: 1fr; }
  .editorial-evidence__grid article { min-height: 0; }
}

@media (max-width: 420px) {
  .editorial-evidence { padding-block: 28px; }
  .editorial-evidence__header p { font-size: 15px; }
  .editorial-evidence__grid article { padding: 14px; }
  .editorial-evidence__product { grid-template-columns: 78px minmax(0,1fr); gap: 11px; }
  .editorial-evidence__product img { width: 78px; height: 92px; }
  .editorial-evidence__actions { grid-template-columns: 1fr; }
  .editorial-evidence__actions > a:first-child { justify-content: center; }
  .editorial-evidence__actions .button { width: 100%; }
}

/* Hidden verdict badges must stay absent visually and from the accessibility tree. */
.comparison-page .better-badge[hidden] { display: none !important; }

/* Phone selection directly from the comparison tray. */
.compare-picker-dialog { width: min(560px,calc(100vw - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 24px; overflow: auto; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 24px 80px rgba(7,26,45,.3); }
.compare-picker-dialog::backdrop { background: rgba(7,26,45,.6); }
.compare-picker-dialog__heading { display: flex; gap: 16px; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.compare-picker-dialog__heading h2 { margin: 0; font-size: 1.35rem; line-height: 1.3; }
.compare-picker-dialog__heading button { flex: 0 0 44px; width: 44px; height: 44px; font-size: 1.7rem; color: inherit; background: var(--soft); border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.compare-picker-dialog .picker-results { position: static; width: 100%; margin-top: 12px; transform: none; }
.compare-tray__slot[data-compare-pick] { border-style: dashed; }

/* Immediate purchase decision, before the model cards and parameter table. */
.comparison-quick { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.15fr); gap: 24px; margin: 20px auto 24px; padding: 26px; color: #fff; background: #102d3c; border: 1px solid #1e5261; border-top: 5px solid #35cfb3; border-radius: 20px; text-align: left; box-shadow: 0 12px 30px rgba(7,26,45,.12); scroll-margin-top: 150px; }
.comparison-quick__label { display: inline-flex; padding: 5px 10px; margin-bottom: 13px; color: #123a35; background: #8cebd8; border-radius: 6px; font-size: .78rem; font-weight: 850; letter-spacing: .045em; }
.comparison-quick h2 { margin: 0 0 12px; color: #fff; font-size: clamp(1.5rem,2.4vw,2.15rem); line-height: 1.16; }
.comparison-quick__intro > p { margin: 0; color: #e0ebee; font-size: .96rem; line-height: 1.6; }
.comparison-quick__intro > .comparison-quick__technical { margin-top: 16px; padding-top: 13px; color: #badbd5; border-top: 1px solid #42616b; font-size: .82rem; line-height: 1.45; }
.comparison-quick__offers { align-self: stretch; gap: 12px; margin: 0; }
.comparison-quick__offer { display: flex; min-width: 0; flex-direction: column; padding: 16px; background: #1b3b4b; border: 1px solid #45616b; border-radius: 13px; }
.comparison-quick__offer.is-primary { color: #143b34; background: #e6faf3; border-color: #8de3cb; }
.comparison-quick__offer-label { display: block; margin-bottom: 7px; font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.comparison-quick__offer > strong { display: block; font-size: 1.08rem; line-height: 1.3; }
.comparison-quick__offer > small { display: block; margin: 6px 0 14px; font-size: .79rem; opacity: .9; }
.comparison-quick__cta { display: flex; min-height: 72px; width: 100%; margin-top: auto; padding: 12px; flex-direction: column; gap: 6px; color: #fff; background: #244c5e; border: 1px solid #709aa6; border-radius: 9px; white-space: normal; text-align: center; }
.comparison-quick__cta.is-primary { color: #fff; background: #087764; border-color: #087764; }
.comparison-quick__cta:hover { color: #fff; background: #30647a; }
.comparison-quick__cta.is-primary:hover { background: #045b4c; }
.comparison-quick__cta > span { font-size: .82rem; line-height: 1.3; }
.comparison-quick__cta > strong { font-size: 1.15rem; line-height: 1.3; }
.comparison-quick__cta i { font-style: normal; }
.comparison-quick__offer > p { margin: 12px 0 0; color: #d4e3e8; font-size: .78rem; line-height: 1.45; }
.comparison-quick__foot { display: flex; grid-column: 1/-1; gap: 16px; align-items: center; justify-content: space-between; padding-top: 14px; color: #b8ced5; border-top: 1px solid #42616b; font-size: .74rem; line-height: 1.4; }
.comparison-quick__foot a { color: #9cf0df; font-weight: 800; }
.comparison-advantages-section { padding: 25px 0 30px; }
.comparison-advantages-section .section-heading { margin-bottom: 16px; }
.comparison-advantages-section h2 { font-size: 1.65rem; }
.comparison-advantages { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.comparison-advantages article { min-width: 0; padding: 22px; background: #f1faf7; border: 1px solid #b4d9d0; border-radius: 15px; }
.comparison-advantages h3 { margin: 0 0 17px; font-size: 1.2rem; }
.comparison-advantages ul { display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; }
.comparison-advantages li { display: flex; gap: 10px; align-items: flex-start; }
.comparison-advantages li > span { display: grid; flex: 0 0 23px; height: 23px; place-items: center; color: #fff; background: #0b806b; border-radius: 50%; font-weight: 800; }
.comparison-advantages li strong { color: #135744; font-size: .92rem; }
.comparison-advantages li p, .comparison-advantages__empty { margin: 4px 0 0; color: #526a73; font-size: .84rem; line-height: 1.5; }
@media (max-width: 1000px) {
  .comparison-quick { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 620px) {
  .comparison-quick { margin: 16px 0 20px; padding: 18px; border-radius: 15px; }
  .comparison-quick__intro > p { font-size: .89rem; }
  .comparison-quick__offers, .comparison-advantages { grid-template-columns: 1fr; }
  .comparison-quick__offer { padding: 14px; }
  .comparison-quick__cta { min-height: 54px; flex-direction: row; justify-content: space-between; gap: 12px; text-align: left; }
  .comparison-quick__cta > span { max-width: 60%; }
  .comparison-quick__cta > strong { white-space: nowrap; font-size: 1rem; }
  .comparison-quick__foot { align-items: flex-start; flex-direction: column; gap: 10px; }
  .comparison-advantages article { padding: 18px; }
}

/* Two or three finalists, with readable mobile comparison rows. */
.compare-tray__slots { grid-template-columns: repeat(3,minmax(0,1fr)); }
.compare-tray__inner { grid-template-columns: auto minmax(0,1fr) auto auto; }
.compare-tray__hint { grid-column: 1/-1; margin: 0; color: #fff; font-size: 15px; }
.comparison-add-third { display: flex; width: fit-content; min-height: 48px; margin: 16px auto 0; gap: 9px; }
.compare-form--page { grid-template-columns: repeat(3,minmax(0,1fr)) auto; }
.compare-form--page .compare-form__vs { display: none; }
.versus-products--three { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; max-width: none; align-items: stretch; }
.three-phone-card { display: flex; min-width: 0; flex-direction: column; }
.three-phone-card .versus-product { flex: 1; display: flex; flex-direction: column; gap: 14px; padding: 24px 18px; text-align: center; }
.three-phone-card .versus-product__info { display: flex; flex: 1; width: 100%; flex-direction: column; align-items: center; }
.three-phone-card .versus-product__image img { width: 150px; height: 164px; }
.three-phone-card .versus-selected-variant { margin-top: auto; padding-top: 14px; }
.three-phone-card .versus-product h2 { font-size: 21px; }
.three-phone-remove { display: flex; justify-content: center; align-items: center; min-height: 44px; margin: 4px 0; color: #49606e; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }
.comparison-variant-picker--three { grid-template-columns: repeat(3,minmax(0,1fr)); max-width: none; }
.three-summary { display: block; padding: 28px; margin-block: 16px 28px; border: 1px solid #b6ddd5; border-top: 4px solid var(--mint); border-radius: 20px; background: #eaf8f5; }
.three-summary h2 { margin-block: 8px 14px; font-size: clamp(26px,3vw,38px); line-height: 1.2; }
.three-summary p { max-width: 900px; font-size: 17px; line-height: 1.6; }
.three-price-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.three-price-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 18px; }
.three-price-grid .button { white-space: normal; }
.compare-table--three { width: 100%; table-layout: fixed; }
.compare-table--three th:first-child { width: 24%; }
.compare-table--three td { overflow-wrap: anywhere; }

@media (max-width: 960px) {
  .compare-tray__inner { grid-template-columns: minmax(0,1fr) auto; }
  .compare-tray__title { display: none; }
  .compare-tray__slots { grid-column: 1/-1; }
  .compare-tray__clear { min-height: 44px; }
  .compare-form--page { grid-template-columns: 1fr; }
  .three-price-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .comparison-page .compare-table-wrap { width: 100%; max-width: 100%; min-width: 0; overflow: visible; border-radius: 14px; }
  .comparison-page .compare-table { display: block; width: 100%; min-width: 0; table-layout: auto; }
  .comparison-page .compare-table thead,
  .comparison-page .compare-table tbody,
  .comparison-page .compare-table tfoot { display: block; width: 100%; }
  .comparison-page .compare-table tr { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; }
  .comparison-page .compare-table--three tr { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .comparison-page .compare-table thead { position: sticky; top: var(--comparison-heading-top,112px); z-index: 5; box-shadow: 0 4px 10px #122f3e14; }
  .comparison-page .compare-table thead th:first-child { display: none; }
  .comparison-page .compare-table thead th:not(:first-child),
  .comparison-page .compare-table tbody td,
  .comparison-page .compare-table tfoot td { display: block; width: auto; min-width: 0; padding: 16px 12px; overflow-wrap: anywhere; text-align: center; font-size: 16px; line-height: 1.5; }
  .comparison-page .compare-table thead th { position: static; width: auto; min-width: 0; padding: 12px 9px; color: var(--ink); background: #fff; font-size: 14px; box-shadow: none; }
  .comparison-page .compare-table thead th img { display: none; }
  .comparison-page .compare-table thead th > span { display: block; }
  .comparison-page .compare-table thead th.is-overall-winner-column > span:not(.compare-overall-mark) { color: var(--ink); }
  .comparison-page .compare-table tbody th,
  .comparison-page .compare-table tfoot th { position: static; display: flex; grid-column: 1/-1; gap: 10px; align-items: center; justify-content: center; width: auto; min-width: 0; padding: 11px 12px; color: #2e4a5a; background: #eaf0f3; box-shadow: none; text-align: center; font-size: 15px; line-height: 1.4; }
  .comparison-page .compare-table .compare-section-row th { margin-top: 12px; padding: 14px 12px; color: #fff !important; background: #193847; font-size: 18px; }
  .comparison-page .compare-table td + td { border-left: 1px solid #dbe6eb; }
  .comparison-page .compare-table td.is-better { color: #075280; background: #e1f2ff; box-shadow: inset 0 3px 0 #1678b1; }
  .comparison-page .better-badge { display: inline-flex; justify-content: center; gap: 5px; max-width: 100%; width: auto; margin: 9px auto 0; padding: 5px 7px; border: 0; border-radius: 8px; color: #075280; background: #cae8fa; box-shadow: none; white-space: normal; }
  .comparison-page .better-badge[hidden] { display: none; }
  .comparison-page .better-badge i { width: auto; height: auto; flex-basis: auto; color: inherit; background: none; font-size: 15px; }
  .comparison-page .better-badge small { display: none; }
  .comparison-page .better-badge b { font-size: 13px; line-height: 1.35; }
  .comparison-page .compare-cell-value { display: block; }
  .comparison-page .compare-table-offers th { display: block; }
  .comparison-page .compare-table-offers .comparison-after-table-cta__button { min-height: 120px; padding: 12px 7px; }
  .comparison-page .compare-overall-mark { margin-inline: auto; font-size: 12px; }
  .comparison-page .compare-table tr[hidden],
  .comparison-page .compare-table tbody[hidden] { display: none; }
}

@media (max-width: 620px) {
  .comparison-page .versus-products { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 12px; align-items: stretch; }
  .comparison-page .versus-divider { display: none; }
  .comparison-page .versus-product,
  .comparison-page .versus-product.is-overall-winner,
  .comparison-page .versus-product.is-practical-choice { display: flex; flex-direction: column; align-items: stretch; gap: 12px; padding: 16px 9px 10px; }
  .comparison-page .versus-product__winner-badge { position: static; min-height: 28px; margin: -5px -2px 0; }
  .comparison-page .versus-product__image { display: flex; height: 134px; align-items: center; justify-content: center; }
  .comparison-page .versus-product__image img { width: 120px; height: 134px; max-width: 100%; object-fit: contain; }
  .comparison-page .versus-product__info { display: flex; width: 100%; flex: 1; flex-direction: column; align-items: center; gap: 8px; }
  .comparison-page .versus-product h2 { margin: 0; min-height: 2.7em; font-size: 16px; line-height: 1.35; }
  .comparison-page .versus-product .mini-score { margin: 0; }
  .comparison-page .versus-selected-variant { margin: auto 0 0; padding-top: 4px; min-height: 42px; display: flex; align-items: center; justify-content: center; }
  .comparison-page .versus-selected-variant strong { font-size: 14px; line-height: 1.35; }
  .comparison-page .versus-price { margin: 0; }
  .comparison-page .versus-products [data-comparison-hero-cta] { display: flex; width: 100%; min-height: 62px; margin-top: 3px; padding: 10px 6px; border-radius: 12px; }
  .comparison-page .comparison-cta-default { display: block; font-size: 14px; line-height: 1.45; }
  .comparison-page .comparison-cta-default b { font-size: 16px; white-space: nowrap; }
  .comparison-page .comparison-variant-picker { gap: 12px; }
  .comparison-page .comparison-variant-picker > b { display: none; }
  .comparison-page .comparison-variant-picker > div > span { min-height: 0; display: block; font-size: 14px; }
  .comparison-page .mobile-compare-buy-bar.is-visible { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding: 10px 12px max(10px,env(safe-area-inset-bottom)); border: 1px solid #d3e2e7; border-radius: 18px 18px 0 0; background: #fff; box-shadow: 0 -5px 24px #132f3f24; }
  .comparison-page .mobile-compare-buy-bar a,
  .comparison-page .mobile-compare-buy-bar a[data-comparison-role] { display: block; height: 100%; min-height: 0; padding: 0; color: var(--ink); background: none; box-shadow: none; border-radius: 12px; }
  .comparison-page .mobile-compare-buy-bar .comparison-cta-sticky { display: flex; height: 100%; flex-direction: column; gap: 7px; }
  .comparison-page .mobile-compare-buy-bar .comparison-cta-sticky small { display: flex; flex: 1; min-height: 2.6em; align-items: center; justify-content: center; color: var(--ink); font-size: 13px; font-weight: 750; line-height: 1.3; }
  .comparison-page .mobile-compare-buy-bar .comparison-cta-sticky strong { display: flex; flex-direction: column; justify-content: center; min-height: 64px; margin: 0; padding: 9px 5px; color: #fff; background: #087c6a; border-radius: 11px; font-size: 17px; line-height: 1.3; }
  .comparison-page .mobile-compare-buy-bar .comparison-cta-sticky em { margin-top: 3px; font-style: normal; font-size: 13px; font-weight: 700; }
  .comparison-page .mobile-compare-buy-bar .comparison-cta-default { display: none; }
  .comparison-page .mobile-compare-buy-bar--three.is-visible { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; padding-inline: 8px; }
  .comparison-page .mobile-compare-buy-bar--three .comparison-cta-sticky strong { font-size: 15px; }
  .comparison-page .mobile-compare-buy-bar--three .comparison-cta-sticky small { font-size: 12px; }
  .comparison-page .mobile-compare-buy-bar--three .comparison-cta-sticky em { font-size: 12px; }
  .comparison-page .versus-products--three { grid-template-columns: 1fr; gap: 12px; }
  .comparison-page .three-phone-card { padding: 0; }
  .comparison-page .three-phone-card .versus-product { display: grid; grid-template-columns: 100px minmax(0,1fr); gap: 14px; padding: 16px; text-align: left; }
  .comparison-page .three-phone-card .versus-product__image { align-self: center; }
  .comparison-page .three-phone-card .versus-product__info { align-items: flex-start; }
  .comparison-page .three-phone-card .versus-product h2 { min-height: 0; }
  .comparison-page .three-phone-card .versus-selected-variant { min-height: 0; padding: 0; }
  .comparison-page .three-phone-card .versus-product .button { min-height: 48px; }
  .comparison-page .three-phone-remove { margin: 0; font-size: 13px; }
  .comparison-page .comparison-variant-picker--three { grid-template-columns: 1fr; }
  .three-summary { padding: 22px 18px; }
  .comparison-page--three .compare-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .comparison-page--three .compare-table tbody tr { grid-template-columns: 1fr; }
  .comparison-page--three .compare-table tbody td { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.3fr); gap: 8px 12px; align-items: center; padding: 13px 12px; text-align: left; font-size: 15px; border-left: 0; }
  .comparison-page--three .compare-table tbody td::before { content: attr(data-phone-name); grid-column: 1; color: #4c6371; font-size: 13px; font-weight: 650; line-height: 1.4; }
  .comparison-page--three .compare-table tbody td .compare-cell-value { grid-column: 2; }
  .comparison-page--three .compare-table tbody td .better-badge { grid-column: 2; justify-self: start; margin: 0; }
  .compare-tray__slots { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
  .compare-tray__slot { display: flex; min-width: 0; min-height: 80px; padding: 8px 5px; flex-direction: column; gap: 5px; text-align: center; }
  .compare-tray__slot img { display: none; }
  .compare-tray__slot strong { font-size: 12px; white-space: normal; line-height: 1.25; }
  .compare-tray__slot small { font-size: 12px; }
  .compare-tray__empty { width: 24px; height: 24px; min-width: 24px; }
  .compare-tray__inner { gap: 8px; }
  .compare-tray__inner > .button { min-height: 46px; }
}

.comparison-page--three .versus-products [data-comparison-hero-cta] { display: flex; width: 100%; margin-top: 12px; }
.mobile-compare-buy-bar--three .comparison-cta-sticky em i { display: none; }

/* Keep the add-phone action inside the selected-memory controls. */
.comparison-page .comparison-variant-picker--hero {
  max-width: 1180px;
  grid-template-columns: minmax(0,1fr) 24px minmax(0,1fr) 220px;
  gap: 14px;
  padding: 14px;
}
.comparison-page .comparison-variant-picker--hero .comparison-add-third {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-self: end;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 10px 13px;
  color: #d7fff4;
  background: #173b47;
  border: 1px solid #578a8c;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
  white-space: normal;
  text-align: left;
}
.comparison-page .comparison-add-third > span:first-child { flex: 0 0 auto; color: #65e5ce; font-size: 26px; line-height: 1; }
.comparison-page .comparison-variant-picker--hero .comparison-add-third:hover { color: #fff; background: #22535e; border-color: #8be7d5; }
.comparison-page .comparison-variant-picker--hero select { height: 50px; }
@media (min-width: 961px) {
  .comparison-page:not(.comparison-page--three) .versus-products { max-width: 1180px; grid-template-columns: minmax(0,1fr) 64px minmax(0,1fr); align-items: stretch; }
  .comparison-page:not(.comparison-page--three) .versus-product { grid-template-columns: clamp(132px,12vw,170px) minmax(0,1fr); gap: 20px; min-height: 246px; padding: 24px; }
  .comparison-page:not(.comparison-page--three) .versus-product.is-overall-winner,
  .comparison-page:not(.comparison-page--three) .versus-product.is-practical-choice { padding-top: 42px; }
  .comparison-page:not(.comparison-page--three) .versus-product__image img { width: 160px; height: 184px; max-width: 100%; }
  .comparison-page:not(.comparison-page--three) .versus-product h2 { font-size: 24px; line-height: 1.25; }
  .comparison-page:not(.comparison-page--three) .versus-price strong { font-size: 24px; }
  .comparison-page:not(.comparison-page--three) .versus-selected-variant strong { font-size: 16px; }
  .comparison-page:not(.comparison-page--three) .versus-selected-variant small { font-size: 14px; }
  .comparison-page .comparison-variant-picker--hero > div > span { font-size: 14px; }
  .comparison-page .comparison-variant-picker--hero select { font-size: 16px; }
}
@media (min-width: 621px) and (max-width: 960px) {
  .comparison-page .comparison-variant-picker--hero { grid-template-columns: minmax(0,1fr) minmax(0,1fr) 190px; }
  .comparison-page .comparison-variant-picker--hero > b { display: none; }
}
@media (max-width: 620px) {
  .comparison-page .comparison-variant-picker--hero { grid-template-columns: minmax(0,1fr) 122px; gap: 12px; padding: 12px; }
  .comparison-page .comparison-variant-picker--hero > div { grid-column: 1; }
  .comparison-page .comparison-variant-picker--hero .comparison-add-third { grid-column: 2; grid-row: 1/3; align-self: stretch; flex-direction: column; gap: 10px; padding: 12px 9px; text-align: center; font-size: 14px; }
}

/* Keep each advantage beside its value, so highlighted rows stay compact. */
.compare-cell-content { display: flex; width: 100%; min-width: 0; gap: 14px; align-items: center; justify-content: space-between; }
.compare-cell-content > .compare-cell-value { flex: 1 1 auto; min-width: 0; }
.comparison-page .compare-cell-content > .better-badge { flex: 0 1 auto; max-width: 65%; margin: 0 0 0 auto; padding: 6px 9px; box-shadow: none; text-align: left; }
.comparison-page .compare-cell-content > .better-badge i { width: 20px; height: 20px; flex-basis: 20px; }
@media (max-width: 760px) {
  .comparison-page .compare-cell-content { gap: 8px; text-align: left; }
  .comparison-page .compare-cell-content > .better-badge { max-width: 58%; gap: 4px; padding: 5px; border-radius: 7px; }
  .comparison-page .compare-cell-content > .better-badge i { width: auto; height: auto; flex-basis: auto; font-size: 14px; }
  .comparison-page .compare-cell-content > .better-badge b { font-size: 12px; line-height: 1.3; }
}
@media (max-width: 620px) {
  .comparison-page--three .compare-table tbody td > .compare-cell-content { grid-column: 2; }
  .comparison-page--three .compare-table tbody td .compare-cell-content > .better-badge { margin: 0 0 0 auto; }
}
