:root {
  --ink: #10211d;
  --ink-2: #19332c;
  --muted: #63716c;
  --paper: #f5f6f1;
  --card: #ffffff;
  --line: #dfe4dc;
  --accent: #d8ff45;
  --accent-strong: #bfe82c;
  --orange: #ff7547;
  --cream: #e9eee6;
  --shadow: 0 24px 70px rgba(16, 33, 29, .10);
  --radius: 22px;
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.panel-open { overflow: hidden; }
body.gallery-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin: 0 auto; }
.mobile-only { display: none !important; }

.preview-bar {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 7px 20px;
  color: #fff;
  background: #0a1714;
  font-size: 13px;
  letter-spacing: .02em;
  text-align: center;
}
.preview-bar span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(216,255,69,.13); }

.site-header {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid rgba(16, 33, 29, .08);
  background: rgba(245, 246, 241, .93);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.04em; }
.logo-mark {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--accent);
  background: var(--ink);
  font-size: 14px;
  letter-spacing: -.08em;
}
.logo-mark span, .logo-word span { color: #8eb20f; }
.logo-mark span { color: var(--accent); }
.logo-word { font-size: 22px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { position: relative; color: #3c504a; font-size: 15px; font-weight: 600; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--ink); }
.desktop-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  height: 2px;
  background: var(--ink);
}
.header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 17px;
  border-radius: 13px;
  color: #fff;
  background: var(--ink);
  font-size: 14px;
  font-weight: 700;
}
.header-cta:hover { background: var(--ink-2); }
.header-cta svg { width: 16px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--cream); }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ink); transition: .2s; }
.mobile-nav { padding: 0 20px 20px; background: var(--paper); }
.mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 650; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 90px;
  color: #fff;
  background:
    radial-gradient(circle at 10% 15%, rgba(69, 125, 102, .34), transparent 27%),
    radial-gradient(circle at 87% 85%, rgba(216, 255, 69, .11), transparent 31%),
    var(--ink);
}
.hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: -270px;
  left: calc(50% - 110px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012);
}
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .82fr); gap: 88px; align-items: center; }
.eyebrow {
  margin: 0 0 15px;
  color: #557069;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero .eyebrow { display: flex; align-items: center; gap: 11px; color: #b8c7c2; }
.hero .eyebrow span { width: 27px; height: 2px; background: var(--accent); }
.hero h1, .catalog-hero h1, .detail-heading h1, .compare-page h1, .not-found h1 {
  margin: 0;
  font-size: clamp(44px, 5.2vw, 74px);
  line-height: .98;
  letter-spacing: -.065em;
}
.hero h1 em, .catalog-hero h1 em { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: #c9d4d0; font-size: 19px; line-height: 1.65; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 31px; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; color: #ecf0ee; font-size: 14px; }
.hero-points svg { width: 16px; color: var(--accent); }

.selector-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 27px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 32px 100px rgba(0, 0, 0, .25);
}
.selector-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.selector-head > div { display: flex; align-items: flex-start; gap: 12px; }
.selector-head h2 { max-width: 260px; margin: 1px 0 0; font-size: 25px; line-height: 1.13; letter-spacing: -.035em; }
.step-number { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: var(--ink); background: var(--accent); font-size: 11px; font-weight: 850; }
.selector-note { padding-top: 6px; color: #76837f; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.budget-range { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 27px; }
.budget-field { display: block; min-width: 0; }
.budget-field > span:first-child, .country-fieldset legend, .filter-field > span:first-child, .filter-countries legend, .filter-range-group legend {
  display: block;
  margin-bottom: 8px;
  color: #6c7b76;
  font-size: 13px;
  font-weight: 700;
}
.budget-control, .filter-money {
  display: flex;
  align-items: center;
  border: 1px solid #d9dfd7;
  border-radius: 14px;
  background: #f8f9f5;
}
.budget-control:focus-within, .filter-money:focus-within { border-color: #9bb52d; box-shadow: 0 0 0 3px rgba(216, 255, 69, .2); }
.budget-control input, .filter-money input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; font-weight: 780; }
.budget-control input[type="number"], .filter-money input[type="number"] { appearance: textfield; }
.budget-control input[type="number"]::-webkit-inner-spin-button,
.budget-control input[type="number"]::-webkit-outer-spin-button,
.filter-money input[type="number"]::-webkit-inner-spin-button,
.filter-money input[type="number"]::-webkit-outer-spin-button { margin: 0; appearance: none; }
.budget-control input { height: 62px; padding: 0 18px; font-size: 28px; letter-spacing: -.04em; }
.budget-control b { padding-right: 18px; color: #7f8c87; font-size: 20px; }
.country-fieldset, .filter-countries { margin: 22px 0 24px; padding: 0; border: 0; }
.country-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.country-option input { position: absolute; opacity: 0; pointer-events: none; }
.country-option span {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px;
  border: 1px solid #dbe1da;
  border-radius: 12px;
  color: #52615d;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  transition: .16s;
}
.country-option b { font-size: 17px; }
.country-option input:checked + span { border-color: var(--ink); color: var(--ink); background: #f1f5e6; box-shadow: inset 0 0 0 1px var(--ink); }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 20px;
  border: 0;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 780;
  transition: transform .18s, background .18s, border-color .18s;
}
.button:hover { transform: translateY(-1px); }
.button svg { width: 18px; }
.button-primary { color: var(--ink); background: var(--accent); }
.button-primary:hover { background: var(--accent-strong); }
.button-dark { color: #fff; background: var(--ink); }
.button-light { color: var(--ink); background: #fff; }
.button-outline { border: 1px solid #cbd3ca; color: var(--ink); background: transparent; }
.button-outline:hover { border-color: var(--ink); }
.button-disabled { opacity: .55; cursor: default; pointer-events: none; }
.button-disabled:hover { transform: none; }
.button-wide { width: 100%; }
.selector-footnote { margin: 14px 8px 0; color: #84908c; font-size: 13px; line-height: 1.5; text-align: center; }

.stats-strip { border-bottom: 1px solid var(--line); background: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid div { padding: 29px 30px; border-left: 1px solid var(--line); }
.stats-grid div:last-child { border-right: 1px solid var(--line); }
.stats-grid strong { display: block; font-size: 26px; letter-spacing: -.04em; }
.stats-grid span { color: var(--muted); font-size: 14px; }

.section { padding: 92px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-head h2, .compact-head h2, .about-grid h2, .editorial-copy h2, .spec-panel h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.03;
  letter-spacing: -.055em;
}
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #31483f; font-size: 14px; font-weight: 750; }
.text-link svg { width: 16px; }
.cars-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.car-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  transition: transform .2s, box-shadow .2s;
}
.car-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.car-photo { position: relative; height: 244px; display: block; overflow: hidden; background: #e6eae3; }
.car-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.car-card:hover .car-photo img { transform: scale(1.025); }
.photo-placeholder { height: 100%; display: grid; place-items: center; color: #8c9993; font-size: 34px; font-weight: 850; }
.country-badge, .fit-badge {
  position: absolute;
  top: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}
.country-badge { left: 14px; background: rgba(255,255,255,.91); }
.fit-badge { right: 14px; }
.fit-badge.fit { color: #17351b; background: rgba(216,255,69,.93); }
.fit-badge.edge { color: #653417; background: rgba(255,207,155,.93); }
.car-card-body { padding: 20px; }
.car-meta { display: flex; justify-content: space-between; gap: 12px; color: #73807b; font-size: 12px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.car-title-row { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.car-title-row a { min-width: 0; flex: 1; }
.car-title-row h3 { margin: 0; overflow: hidden; font-size: 23px; letter-spacing: -.045em; white-space: nowrap; text-overflow: ellipsis; }
.compare-button {
  flex: 0 0 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: #546760;
  background: #fff;
}
.compare-button:hover, .compare-button.selected { border-color: var(--ink); color: var(--ink); background: var(--accent); }
.compare-button svg { width: 17px; }
.generation-name { min-height: 23px; margin: 3px 0 12px; color: #6d7c77; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.spec-row { min-height: 29px; display: flex; flex-wrap: wrap; gap: 6px; }
.spec-row span { padding: 6px 9px; border-radius: 8px; color: #40534c; background: #eef1ec; font-size: 12px; font-weight: 650; }
.card-description { min-height: 68px; margin: 15px 0; color: #66746f; font-size: 14px; line-height: 1.6; }
.card-price { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid #edf0eb; }
.card-price small { display: block; color: #86918d; font-size: 12px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.card-price strong { display: block; margin-top: 2px; font-size: 19px; letter-spacing: -.025em; }
.card-price > a { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--accent); background: var(--ink); }

.home-articles-section { background: #edf0e9; }
.home-articles-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.home-article-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s, box-shadow .2s; }
.home-article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.home-article-photo { height: 225px; display: grid; place-items: center; overflow: hidden; color: #8c9993; background: #e4e9e1; font-size: 24px; font-weight: 850; }
.home-article-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.home-article-card:hover .home-article-photo img { transform: scale(1.025); }
.home-article-copy { padding: 25px; }
.home-article-copy h3 { margin: 9px 0 0; font-size: 26px; line-height: 1.08; letter-spacing: -.045em; }
.home-article-copy h3 a { color: inherit; }
.home-article-copy > p:not(.eyebrow) { margin: 15px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.how-section { color: #fff; background: var(--ink); }
.compact-head { align-items: start; }
.compact-head .eyebrow { color: #90a29b; }
.compact-head > p { max-width: 480px; margin: 0; color: #aebcb7; line-height: 1.7; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.12); }
.steps-grid article { position: relative; min-height: 285px; padding: 27px; background: var(--ink); }
.steps-grid article > span { position: absolute; top: 18px; right: 21px; color: #667a73; font-size: 12px; font-weight: 800; }
.step-icon { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 15px; color: var(--ink); background: var(--accent); }
.step-icon svg { width: 22px; }
.steps-grid h3 { margin: 75px 0 10px; font-size: 21px; letter-spacing: -.03em; }
.steps-grid p { margin: 0; color: #9fb0aa; font-size: 15px; line-height: 1.65; }
.about-section { background: #dfe7dc; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.about-grid > div:last-child { max-width: 600px; }
.about-grid p:not(.eyebrow) { margin: 0 0 18px; color: #40534c; font-size: 17px; line-height: 1.75; }
.about-grid .button { margin-top: 16px; }

.catalog-hero {
  padding: 68px 0 72px;
  color: #fff;
  background:
    radial-gradient(circle at 83% 22%, rgba(216,255,69,.13), transparent 24%),
    var(--ink);
}
.catalog-hero h1 { font-size: clamp(42px, 5vw, 66px); }
.catalog-hero > .shell > p:last-child { max-width: 550px; margin: 20px 0 0; color: #aebcb7; }
.catalog-hero .eyebrow { color: #94a49e; }
.catalog-section { padding: 38px 0 90px; }
.catalog-layout { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 32px; align-items: start; }
.filter-panel {
  position: sticky;
  top: 20px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #fff;
  scrollbar-width: thin;
}
.filter-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.filter-panel-head h2 { margin: 0; font-size: 20px; letter-spacing: -.035em; }
.filter-panel-head button { display: none; border: 0; background: transparent; font-size: 30px; }
.filter-budget-range { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.filter-field { display: block; margin-bottom: 16px; }
.filter-field input, .filter-field select {
  width: 100%;
  height: 45px;
  padding: 0 12px;
  border: 1px solid #dce2da;
  border-radius: 11px;
  outline: 0;
  color: var(--ink);
  background: #f8f9f6;
  font-size: 14px;
}
.filter-field input:focus, .filter-field select:focus { border-color: #9db52e; box-shadow: 0 0 0 3px rgba(216,255,69,.18); }
.filter-money input { border: 0; background: transparent; }
.filter-money b { padding-right: 12px; color: #89948f; }
.filter-budget-range .filter-money input { padding-right: 4px; padding-left: 10px; letter-spacing: -.025em; }
.filter-budget-range .filter-money b { padding-right: 8px; }
.filter-countries { margin: 0 0 17px; }
.filter-countries .country-option { display: block; margin-bottom: 6px; }
.filter-countries .country-option span { min-height: 44px; justify-content: flex-start; padding: 7px 10px; font-size: 13px; }
.filter-choice {
  margin: 0 0 16px;
  border: 1px solid #dce2da;
  border-radius: 12px;
  background: #f8f9f6;
}
.filter-choice summary {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 12px;
  cursor: pointer;
  list-style: none;
}
.filter-choice summary::-webkit-details-marker { display: none; }
.filter-choice summary > span { min-width: 0; display: grid; gap: 2px; }
.filter-choice summary b { font-size: 13px; }
.filter-choice summary small { overflow: hidden; color: #6f7d78; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.filter-choice summary svg { width: 18px; flex: 0 0 auto; transition: transform .18s; }
.filter-choice[open] summary svg { transform: rotate(90deg); }
.filter-choice[open] summary { border-bottom: 1px solid #dce2da; }
.filter-choice-panel { padding: 10px; }
.filter-option-search {
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  border: 1px solid #dce2da;
  border-radius: 9px;
  background: #fff;
}
.filter-option-search span { display: grid; place-items: center; padding-left: 10px; color: #7f8b87; }
.filter-option-search svg { width: 16px; }
.filter-option-search input { min-width: 0; flex: 1; height: 100%; padding: 0 9px; border: 0; outline: 0; background: transparent; font-size: 14px; }
.filter-options { max-height: 238px; display: grid; gap: 3px; overflow-y: auto; overscroll-behavior: contain; }
.filter-check {
  min-height: 38px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 5px 7px;
  border-radius: 8px;
  cursor: pointer;
}
.filter-check:hover { background: #eef2e8; }
.filter-check input { width: 17px; height: 17px; margin: 0; accent-color: var(--ink); }
.filter-check span { font-size: 14px; font-weight: 650; }
.filter-check small { color: #81908b; font-size: 12px; }
.filter-check[hidden] { display: none; }
.filter-range-group { margin: 0 0 16px; padding: 0; border: 0; }
.filter-range-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.filter-range-pair .filter-field { margin-bottom: 0; }
.filter-range-pair .filter-field > span:first-child { margin-bottom: 5px; color: #84908c; font-size: 13px; }
.filter-reset { display: block; margin-top: 13px; color: #74817d; font-size: 13px; text-align: center; text-decoration: underline; text-underline-offset: 3px; }
.results-toolbar { min-height: 48px; display: grid; grid-template-columns: 1fr minmax(220px, 330px) auto; align-items: center; gap: 15px; margin-bottom: 17px; }
.results-toolbar > div { display: flex; align-items: center; gap: 12px; }
.results-toolbar p { margin: 0; color: #63716c; font-size: 14px; }
.results-toolbar p strong { color: var(--ink); font-size: 18px; }
.filter-open { display: none; align-items: center; gap: 7px; height: 44px; border: 1px solid var(--line); border-radius: 11px; background: #fff; font-size: 14px; font-weight: 700; }
.catalog-search { height: 44px; display: flex; align-items: center; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; }
.catalog-search > span { display: grid; place-items: center; padding-left: 12px; color: #89948f; }
.catalog-search svg { width: 17px; }
.catalog-search input { min-width: 0; flex: 1; height: 100%; padding: 0 10px; border: 0; outline: 0; font-size: 14px; }
.catalog-search button { height: 100%; padding: 0 14px; border: 0; color: #fff; background: var(--ink); font-size: 13px; font-weight: 750; }
.sort-form select { height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 12px; color: #4f605a; background: #fff; font-size: 13px; }
.active-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.active-chips span { padding: 6px 9px; border-radius: 8px; color: #31463e; background: #e5eadf; font-size: 12px; font-weight: 700; }
.catalog-results .cars-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.catalog-results .car-photo { height: 190px; }
.catalog-results .car-card-body { padding: 16px; }
.catalog-results .car-title-row h3 { font-size: 21px; }
.catalog-results .card-description { display: none; }
.catalog-results .card-price strong { font-size: 18px; }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin-top: 30px; }
.pagination a { font-size: 14px; font-weight: 750; }
.pagination a:last-child { text-align: right; }
.pagination span { color: #75837e; font-size: 13px; }
.empty-state { padding: 70px 30px; border: 1px dashed #cbd4c9; border-radius: 24px; background: #fff; text-align: center; }
.empty-mark { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 18px; color: var(--ink); background: var(--accent); }
.empty-mark svg { width: 26px; }
.empty-state h2 { max-width: 550px; margin: 0 auto; font-size: 31px; line-height: 1.15; letter-spacing: -.04em; }
.empty-state > p:not(.eyebrow) { max-width: 550px; margin: 14px auto 0; color: var(--muted); }
.empty-actions { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 26px; }
.data-explainer { display: flex; align-items: center; gap: 15px; margin-top: 24px; padding: 17px; border: 1px solid #dfe5da; border-radius: 16px; background: #eef2e9; }
.data-explainer > div { flex: 0 0 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; background: #fff; }
.data-explainer p { display: grid; gap: 2px; margin: 0; }
.data-explainer strong { font-size: 12px; }
.data-explainer span { color: #6b7874; font-size: 11px; }

.detail-section { padding: 26px 0 70px; }
.breadcrumbs { display: flex; align-items: center; gap: 8px; margin-bottom: 35px; color: #7a8782; font-size: 13px; }
.breadcrumbs svg { width: 12px; }
.breadcrumbs span { color: var(--ink); }
.detail-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
.detail-heading h1 { font-size: clamp(42px, 5vw, 68px); }
.detail-heading > div > p:last-child { margin: 10px 0 0; color: #687772; }
.detail-heading .button svg { width: 18px; }
.detail-top { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 20px; }
.gallery { height: 570px; display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: repeat(2, 1fr); gap: 9px; overflow: hidden; border-radius: 24px; background: #e5e9e2; }
.gallery-item { position: relative; min-width: 0; min-height: 0; padding: 0; overflow: hidden; border: 0; color: #fff; background: #e5e9e2; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: contain; background: #e5e9e2; transition: transform .2s ease; }
.gallery-item:hover img { transform: scale(1.015); }
.gallery-main { grid-row: 1 / -1; }
.gallery.single { grid-template-columns: 1fr; grid-template-rows: 1fr; }
.gallery.single .gallery-main { grid-row: 1; }
.gallery.two { grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; }
.gallery.two .gallery-main { grid-row: 1; }
.gallery-more { position: absolute; right: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 0 12px; border-radius: 11px; color: #fff; background: rgba(10,23,20,.88); box-shadow: 0 8px 24px rgba(0,0,0,.22); font-size: 13px; font-weight: 750; backdrop-filter: blur(9px); }
.gallery-more strong { min-width: 23px; height: 23px; display: grid; place-items: center; border-radius: 7px; color: var(--ink); background: var(--accent); font-size: 12px; }
.gallery-placeholder { grid-column: 1 / -1; height: 100%; display: grid; place-items: center; color: #82908a; background: #e6ebe3; font-size: 45px; font-weight: 850; }
.gallery-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 22px; }
.gallery-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(3,10,8,.92); cursor: zoom-out; }
.gallery-dialog { position: relative; width: min(1180px, 100%); height: min(880px, calc(100vh - 44px)); display: grid; grid-template-rows: auto minmax(0, 1fr) auto; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; color: #fff; background: #0b1714; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.gallery-toolbar { min-height: 64px; display: grid; grid-template-columns: minmax(0, 1fr) auto 44px; align-items: center; gap: 18px; padding: 9px 12px 9px 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.gallery-toolbar strong { min-width: 0; overflow: hidden; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; }
.gallery-toolbar span { color: #a9b7b2; font-size: 14px; font-weight: 700; }
.gallery-toolbar button { width: 44px; height: 44px; padding: 0; border: 0; border-radius: 12px; color: #fff; background: rgba(255,255,255,.09); font-size: 30px; line-height: 1; }
.gallery-stage { position: relative; min-height: 0; display: grid; place-items: center; overflow: hidden; background: #07110f; }
.gallery-stage > img { width: 100%; height: 100%; object-fit: contain; }
.gallery-nav { position: absolute; z-index: 2; top: 50%; width: 50px; height: 58px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; color: #fff; background: rgba(10,23,20,.8); font-size: 40px; line-height: 1; transform: translateY(-50%); backdrop-filter: blur(8px); }
.gallery-prev { left: 16px; }
.gallery-next { right: 16px; }
.gallery-thumbs { min-height: 94px; display: flex; gap: 9px; padding: 12px 16px; overflow-x: auto; border-top: 1px solid rgba(255,255,255,.12); }
.gallery-thumbs button { flex: 0 0 104px; height: 68px; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 10px; background: #17231f; opacity: .62; }
.gallery-thumbs button[aria-current="true"] { border-color: var(--accent); opacity: 1; }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.price-summary { align-self: stretch; padding: 28px; border-radius: 24px; color: #fff; background: var(--ink); }
.price-summary .eyebrow { color: #9eb0a9; }
.price-summary > strong { display: block; margin-top: 42px; color: var(--accent); font-size: 24px; line-height: 1.1; letter-spacing: -.045em; white-space: nowrap; }
.price-summary > p:not(.eyebrow) { margin: 13px 0 24px; color: #aebcb7; font-size: 14px; line-height: 1.65; }
.summary-list { margin-bottom: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.summary-list div { display: flex; justify-content: space-between; gap: 10px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.summary-list span { color: #93a59e; font-size: 14px; }
.summary-list strong { font-size: 14px; text-align: right; }
.price-disclaimer { display: block; margin-top: 12px; color: #91a49d; font-size: 12px; line-height: 1.45; text-align: center; }
.detail-content-section { padding: 80px 0; background: #fff; }
.detail-content-grid { display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(360px, .62fr); gap: 60px; align-items: start; }
.review-heading { padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.review-heading h2 { max-width: 680px; }
.review-heading > small { display: block; margin-top: 11px; color: #7a8883; font-size: 12px; }
.review-scope { display: grid; gap: 5px; margin: 21px 0 0; color: #30443d; font-size: 15px; font-weight: 720; line-height: 1.55; }
.review-scope span { color: #7a8883; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.review-scope strong { font: inherit; }
.lead-copy { margin: 25px 0 0; color: #485b54; font-size: 18px; line-height: 1.8; white-space: pre-line; }
.review-topics { display: grid; gap: 0; margin-top: 35px; border-top: 1px solid var(--line); }
.review-topic { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.review-topic > span { color: #91a09b; font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.review-topic h3 { margin: 0 0 10px; font-size: 21px; }
.review-topic p { margin: 0; color: #52625d; font-size: 15px; line-height: 1.72; }
.expert-note { display: flex; gap: 15px; margin-top: 28px; padding: 19px; border-radius: 17px; background: #edf2e9; }
.expert-note > span { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--accent); }
.expert-note p { display: grid; gap: 4px; margin: 0; color: #52645d; font-size: 14px; line-height: 1.6; }
.expert-note strong { color: var(--ink); }
.verdict-note { margin-top: 30px; padding: 23px; background: #e8f0df; }
.verdict-note p { font-size: 15px; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 24px; }
.pros-cons > div { padding: 23px; border: 1px solid #dfe5dc; border-radius: 18px; }
.pros-cons h3 { margin: 0 0 17px; font-size: 19px; }
.pros-cons ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.pros-cons li { display: flex; align-items: flex-start; gap: 8px; color: #53635e; font-size: 14px; line-height: 1.55; }
.pros-cons li svg { flex: 0 0 16px; width: 16px; color: #6e9410; }
.pros-cons .attention { border-color: #eadfd6; background: #fffaf6; }
.pros-cons .attention li > span { flex: 0 0 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: #7f3e25; background: #ffd6c7; font-size: 10px; font-weight: 850; }
.review-sources h3 { margin-top: 4px; font-size: 24px; }
.review-sources ol { margin: 22px 0 0; padding: 0; list-style: none; }
.review-sources { margin-top: 52px; padding-top: 30px; border-top: 1px solid var(--line); }
.review-sources ol { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.review-sources li a { display: grid; min-height: 112px; align-content: space-between; gap: 18px; padding: 17px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #fbfcf9; transition: border-color .2s ease, transform .2s ease; }
.review-sources li a:hover { transform: translateY(-2px); border-color: #b7c696; }
.review-sources li strong { font-size: 13px; line-height: 1.45; }
.review-sources li span { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #75827d; font-size: 11px; }
.review-sources li svg { width: 15px; }
.review-sources > p { margin: 16px 0 0; color: #82908b; font-size: 11px; line-height: 1.6; }
.spec-panel { position: sticky; top: 92px; padding: 31px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.spec-panel h2 { font-size: 31px; line-height: 1.15; }
.spec-table { margin-top: 23px; border-top: 1px solid #d9dfd7; }
.spec-table div { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid #d9dfd7; }
.spec-table span { flex: 0 0 34%; color: #6e7c77; font-size: 14px; line-height: 1.4; }
.spec-table strong { max-width: 64%; font-size: 16px; line-height: 1.35; text-align: right; overflow-wrap: anywhere; }
.configuration-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
.configuration-list small { width: 100%; margin-bottom: 4px; color: #77837f; font-size: 12px; font-weight: 750; text-transform: uppercase; }
.configuration-list span { padding: 7px 9px; border-radius: 8px; background: #e3e8e0; font-size: 12px; }
.offers-section { padding-top: 78px; }
.offers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.offer-card { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.offer-card > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.offer-card > div span { font-size: 14px; font-weight: 750; }
.offer-card > div small { padding: 4px 7px; border-radius: 7px; color: #6e5608; background: #fff2b6; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.offer-card > strong { display: block; margin-top: 34px; font-size: 26px; letter-spacing: -.04em; }
.offer-card > p { margin: 4px 0 12px; color: #63716c; font-size: 14px; }
.offer-card > small { color: #85908c; font-size: 12px; line-height: 1.5; }
.offer-card .offer-source { margin: 13px 0 0; padding-top: 11px; border-top: 1px solid var(--line); color: #788681; font-size: 9px; line-height: 1.5; }
.offer-source a { color: #3f5f10; font-weight: 750; text-decoration: underline; text-decoration-color: #b7c991; text-underline-offset: 2px; }
.history-section { padding-top: 0; }
.price-history { border: 1px solid var(--line); border-radius: 22px; background: #fff; overflow: hidden; }
.price-history summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 27px; cursor: pointer; list-style: none; }
.price-history summary::-webkit-details-marker { display: none; }
.price-history summary span { display: grid; gap: 4px; }
.price-history summary small { color: #788681; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price-history summary strong { font-size: 18px; }
.price-history summary svg { width: 19px; transition: transform .2s ease; }
.price-history[open] summary svg { transform: rotate(90deg); }
.history-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border-top: 1px solid var(--line); background: var(--line); }
.history-card { min-height: 132px; padding: 19px 22px; background: #fbfcf9; }
.history-card > div { display: flex; justify-content: space-between; gap: 12px; }
.history-card > div strong { font-size: 16px; }
.history-card > div span { color: #80908a; font-size: 12px; }
.history-card p { margin: 9px 0 18px; color: #64736d; font-size: 13px; }
.history-card a { display: inline-flex; align-items: center; gap: 7px; color: #3f5f10; font-size: 12px; font-weight: 750; }
.history-card a svg { width: 13px; }
.delivery-section { color: #fff; background: var(--ink); }
.delivery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.delivery-card { padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 21px; background: rgba(255,255,255,.045); }
.delivery-card > div:first-child { display: flex; align-items: center; }
.route-dot { width: 12px; height: 12px; border: 3px solid var(--accent); border-radius: 50%; }
.route-dot.destination { background: var(--accent); }
.delivery-card > div i { height: 1px; flex: 1; background: repeating-linear-gradient(90deg, #667a72 0 8px, transparent 8px 14px); }
.delivery-card > p:nth-child(2) { display: flex; justify-content: space-between; margin: 11px 0 28px; }
.delivery-card > p:nth-child(2) small { color: #98aaa3; }
.delivery-price { margin: 0; color: var(--accent); font-size: 25px; font-weight: 800; letter-spacing: -.03em; }
.delivery-card > small { display: block; margin: 5px 0 18px; color: #8fa199; }
.delivery-card .button-outline { border-color: rgba(255,255,255,.25); color: #fff; }
.related-section { background: #e7ece4; }
.related-section + .related-section { border-top: 1px solid rgba(31, 50, 42, .08); }
.analogue-all-section { background: #f6f7f3; }
.price-alternatives-section { background: #edf0e9; }

.articles-hero { padding: 86px 0 78px; color: #fff; background: var(--ink); }
.articles-hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .7fr); align-items: end; gap: 70px; }
.articles-hero h1 { max-width: 850px; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.065em; }
.articles-hero h1 em { color: var(--accent); font-family: Georgia, serif; font-weight: 400; }
.articles-hero-grid > p { margin: 0 0 4px; color: #aabbb4; font-size: 17px; line-height: 1.75; }
.articles-list-section { background: #edf0e9; }
.articles-list { display: grid; gap: 24px; }
.article-card { display: grid; grid-template-columns: minmax(330px, .9fr) minmax(0, 1.1fr); min-height: 390px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #fff; }
.article-card-photo { position: relative; display: grid; place-items: center; min-height: 360px; padding: 22px; overflow: hidden; background: #e4e9e1; }
.article-card-photo::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 42%, transparent 35%, rgba(19,37,31,.08)); }
.article-card-photo img { width: 100%; height: 100%; max-height: 345px; object-fit: contain; }
.article-card-photo > span { color: #aab4af; font-size: 20px; font-weight: 800; }
.article-card-copy { display: grid; align-content: center; padding: 50px 56px; }
.article-card-copy h2 { max-width: 720px; margin-top: 12px; font-size: clamp(34px, 4vw, 51px); line-height: 1.04; letter-spacing: -.05em; }
.article-card-copy h2 a { color: inherit; }
.article-card-copy > p:not(.eyebrow) { max-width: 700px; margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.article-card-copy > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); }
.article-card-copy > div span { color: #77847f; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-card-copy > div a { display: inline-flex; align-items: center; gap: 8px; color: #3d5c13; font-size: 14px; font-weight: 800; }
.article-card-copy > div svg { width: 17px; }

.article-page { background: #f8f9f6; }
.article-hero { padding: 42px 0 76px; color: #fff; background: var(--ink); }
.article-hero-shell { max-width: 1080px; }
.article-hero .breadcrumbs { color: #91a39c; }
.article-hero .breadcrumbs a { color: #c5d0cb; }
.article-hero .eyebrow { margin-top: 52px; }
.article-hero h1 { max-width: 1000px; margin-top: 15px; font-size: clamp(48px, 7vw, 82px); line-height: .98; letter-spacing: -.067em; }
.article-deck { max-width: 850px; margin: 27px 0 0; color: #b9c7c1; font-size: 21px; line-height: 1.6; }
.article-intro { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; margin-top: 55px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.13); }
.article-intro p { margin: 0; color: #9fb0a9; font-size: 15px; line-height: 1.78; }
.article-criteria { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.article-criteria span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #d4ded9; background: rgba(255,255,255,.04); font-size: 12px; font-weight: 700; }
.article-criteria svg { width: 14px; color: var(--accent); }
.article-picks-section { padding-top: 78px; background: #edf0e9; }
.article-picks { display: grid; gap: 22px; }
.article-pick { display: grid; grid-template-columns: minmax(300px, 36%) minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; }
.article-pick-photo { position: relative; min-height: 430px; display: grid; place-items: center; padding: 25px; overflow: hidden; background: #e5e9e2; }
.article-pick-photo img { width: 100%; height: 100%; max-height: 390px; object-fit: contain; }
.article-pick-photo > span { color: #9da9a3; font-size: 13px; }
.article-pick-photo > b { position: absolute; top: 22px; left: 22px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: var(--ink); background: var(--accent); font-size: 14px; }
.article-pick-copy { padding: 38px 42px 36px; }
.article-pick-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.article-pick-heading p { margin: 0 0 8px; color: #72817b; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.article-pick-heading h2 { font-size: clamp(31px, 3.3vw, 47px); line-height: 1; letter-spacing: -.055em; }
.article-pick-heading div > span { display: block; margin-top: 9px; color: #53645d; font-size: 14px; font-weight: 700; }
.article-pick-heading > strong { flex: 0 0 auto; padding: 12px 14px; border-radius: 12px; color: #29420c; background: #e5f0c8; font-size: 18px; letter-spacing: -.03em; white-space: nowrap; }
.article-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; padding: 19px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-facts > span { min-width: 92px; display: grid; gap: 3px; padding-right: 17px; }
.article-facts small { color: #87938e; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.article-facts strong { font-size: 14px; }
.article-pick-notes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 27px; margin-top: 26px; }
.article-pick-notes h3 { font-size: 14px; }
.article-pick-notes p { margin: 8px 0 0; color: #65736e; font-size: 14px; line-height: 1.68; }
.article-pick-actions { display: flex; align-items: center; gap: 20px; margin-top: 30px; }
.article-pick-actions > a:not(.button) { color: #52645c; font-size: 13px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.article-conclusion { padding: 84px 0; color: #fff; background: #182a24; }
.article-conclusion-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.article-conclusion h2 { max-width: 390px; font-size: clamp(40px, 5vw, 62px); line-height: 1; letter-spacing: -.055em; }
.article-conclusion-grid > div:last-child p { max-width: 750px; margin: 0; color: #b3c1bb; font-size: 18px; line-height: 1.75; }
.article-conclusion .button { margin-top: 28px; }
.article-sources { padding: 70px 0; background: #fff; }
.article-sources-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.article-sources h2 { max-width: 430px; margin-top: 10px; font-size: clamp(34px, 4vw, 52px); line-height: 1; letter-spacing: -.05em; }
.article-source-list { display: grid; gap: 12px; }
.article-source-list a { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 19px 22px; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); background: #f8f9f6; }
.article-source-list strong { font-size: 15px; line-height: 1.45; }
.article-source-list span { flex: 0 0 auto; color: #72817b; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.compare-page { min-height: 620px; padding: 70px 0 100px; }
.compare-page h1 { font-size: clamp(42px, 5vw, 65px); }
.compare-page-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.compare-page-heading .button { flex: 0 0 auto; }
.compare-table-wrap { margin-top: 42px; overflow-x: auto; border: 1px solid var(--line); border-radius: 21px; background: #fff; }
.compare-table { width: 100%; min-width: 760px; border-collapse: collapse; table-layout: fixed; }
.compare-table th, .compare-table td { width: 25%; padding: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.compare-table th:first-child, .compare-table td:first-child { width: 18%; color: #73807c; font-size: 13px; font-weight: 650; }
.compare-table th:last-child, .compare-table td:last-child { border-right: 0; }
.compare-table tr:last-child td { border-bottom: 0; }
.compare-table th { vertical-align: top; }
.compare-table th img { width: 100%; height: 135px; margin-bottom: 12px; border-radius: 13px; object-fit: cover; background: #e3e7e0; }
.compare-table th strong, .compare-table th small { display: block; }
.compare-table th strong { font-size: 18px; letter-spacing: -.03em; }
.compare-table th small { margin-top: 3px; color: #74817d; font-size: 12px; }
.compare-table th button { margin-top: 10px; padding: 0; border: 0; color: #9b5b46; background: transparent; font-size: 12px; text-decoration: underline; }
.compare-table td { font-size: 14px; font-weight: 650; }
.compare-page .empty-state { margin-top: 40px; }
.not-found { min-height: 650px; display: grid; align-items: center; padding: 70px 0; text-align: center; }
.not-found > .shell > span { display: block; color: #d8ddd5; font-size: 120px; font-weight: 850; line-height: .8; letter-spacing: -.09em; }
.not-found h1 { margin-top: 15px; font-size: 46px; }
.not-found > .shell > p:not(.eyebrow) { color: var(--muted); }
.not-found .button { margin-top: 18px; }

.compare-dock {
  position: fixed;
  z-index: 45;
  right: 22px;
  bottom: 22px;
  min-width: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  color: #fff;
  background: rgba(16,33,29,.96);
  box-shadow: 0 20px 60px rgba(0,0,0,.23);
  backdrop-filter: blur(12px);
}
.compare-dock-summary, .compare-dock-actions { display: flex; align-items: center; gap: 10px; }
.compare-dock [data-compare-count] { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--ink); background: var(--accent); font-size: 15px; font-weight: 850; }
.compare-dock p { display: grid; margin: 0; line-height: 1.2; }
.compare-dock strong { font-size: 13px; }
.compare-dock small { margin-top: 3px; color: #8fa29a; font-size: 11px; }
.compare-dock .button { min-height: 42px; padding: 0 14px; border: 1px solid rgba(255,255,255,.17); font-size: 13px; }
.compare-dock-toggle { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 0 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 11px; color: #dce5e1; background: transparent; font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; }
.compare-dock-toggle:hover { border-color: rgba(255,255,255,.4); color: #fff; }
.compare-dock-toggle svg { width: 16px; transition: transform .2s ease; transform: rotate(180deg); }
.compare-dock.is-collapsed { min-width: 0; gap: 10px; padding: 8px; }
.compare-dock.is-collapsed .compare-dock-summary p, .compare-dock.is-collapsed [data-compare-link] { display: none; }
.compare-dock.is-collapsed .compare-dock-toggle svg { transform: none; }

.site-footer { padding: 57px 0 22px; color: #fff; background: #091310; }
.site-footer .logo-mark { color: var(--accent); background: #1b2c27; }
.site-footer .logo-word span { color: var(--accent); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.4fr; gap: 70px; padding-bottom: 47px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid p { max-width: 380px; margin: 7px 0 0; color: #80938b; font-size: 13px; line-height: 1.7; }
.footer-grid strong { margin-bottom: 7px; color: #d4ded9; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid a:not(.logo) { color: #8da098; font-size: 14px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.09); color: #63776f; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr 410px; gap: 45px; }
  .desktop-nav { gap: 20px; }
  .cars-grid, .catalog-results .cars-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-articles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-top { grid-template-columns: minmax(0, 1fr) 330px; }
  .gallery { height: 490px; }
  .detail-content-grid { gap: 45px; }
  .article-card-copy { padding: 42px; }
  .article-pick { grid-template-columns: 310px minmax(0, 1fr); }
  .article-pick-copy { padding: 32px; }
  .article-pick-heading { display: block; }
  .article-pick-heading > strong { display: inline-block; margin-top: 17px; }
}

@media (max-width: 860px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero { padding: 65px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { max-width: 720px; }
  .selector-card { max-width: 620px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid div:nth-child(3) { border-top: 1px solid var(--line); }
  .stats-grid div:nth-child(4) { border-top: 1px solid var(--line); }
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .catalog-layout { grid-template-columns: 1fr; }
  .filter-panel {
    position: fixed;
    z-index: 60;
    inset: 0 auto 0 0;
    width: min(90vw, 350px);
    max-height: none;
    border-radius: 0 22px 22px 0;
    overflow-y: auto;
    transform: translateX(-105%);
    transition: transform .23s;
    box-shadow: 20px 0 70px rgba(0,0,0,.22);
  }
  .filter-panel.open { transform: translateX(0); }
  .filter-panel.open::after {
    content: "";
    position: fixed;
    z-index: -1;
    inset: 0;
    width: 100vw;
    background: rgba(3,10,8,.35);
  }
  .filter-panel-head button, .filter-open { display: inline-flex; }
  .results-toolbar { grid-template-columns: 1fr auto; }
  .catalog-search { grid-column: 1 / -1; grid-row: 2; }
  .detail-top { grid-template-columns: 1fr; }
  .gallery { height: 500px; }
  .price-summary > strong { margin-top: 20px; }
  .detail-content-grid { grid-template-columns: 1fr; }
  .spec-panel { position: static; max-width: 620px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .articles-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .article-card { grid-template-columns: 1fr; }
  .article-card-photo { min-height: 310px; }
  .article-intro { grid-template-columns: 1fr; gap: 18px; }
  .article-pick { grid-template-columns: 1fr; }
  .article-pick-photo { min-height: 360px; }
  .article-pick-notes { grid-template-columns: 1fr; gap: 18px; }
  .article-conclusion-grid { grid-template-columns: 1fr; gap: 28px; }
  .article-sources-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .preview-bar { min-height: 40px; padding-inline: 12px; font-size: 12px; }
  .header-inner { min-height: 67px; }
  .logo-word { font-size: 19px; }
  .logo-mark { width: 36px; height: 36px; }
  .hero { padding: 49px 0 54px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 17px; line-height: 1.6; }
  .hero-points { display: grid; gap: 9px; margin-top: 24px; }
  .selector-card { padding: 21px; border-radius: 21px; }
  .selector-head h2 { font-size: 21px; }
  .selector-note { display: none; }
  .budget-range { grid-template-columns: 1fr; gap: 12px; }
  .budget-control input { height: 57px; font-size: 24px; }
  .country-grid { grid-template-columns: 1fr; }
  .country-option span { justify-content: flex-start; padding-inline: 13px; }
  .stats-grid div { padding: 21px 14px; }
  .stats-grid strong { font-size: 22px; }
  .stats-grid span { font-size: 12px; }
  .section { padding: 65px 0; }
  .section-head { align-items: start; margin-bottom: 26px; }
  .section-head h2, .compact-head h2, .about-grid h2, .editorial-copy h2 { font-size: 34px; }
  .desktop-only { display: none !important; }
  .mobile-only { display: inline-flex !important; margin-top: 22px; }
  .cars-grid, .catalog-results .cars-grid { grid-template-columns: 1fr; }
  .home-articles-grid { grid-template-columns: 1fr; }
  .home-article-photo { height: 235px; }
  .car-photo, .catalog-results .car-photo { height: 235px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 230px; }
  .steps-grid h3 { margin-top: 45px; }
  .compact-head { display: block; }
  .compact-head > p { margin-top: 17px; }
  .catalog-hero { padding: 49px 0 54px; }
  .catalog-hero h1 { font-size: 42px; }
  .catalog-section { padding-top: 22px; }
  .results-toolbar { grid-template-columns: 1fr; }
  .results-toolbar > div { justify-content: space-between; }
  .sort-form { position: absolute; right: 14px; margin-top: 53px; }
  .sort-form select { max-width: 145px; }
  .catalog-search { margin-top: 50px; }
  .active-chips { margin-top: 12px; }
  .empty-state { padding: 48px 20px; }
  .empty-state h2 { font-size: 26px; }
  .empty-actions { flex-direction: column; gap: 15px; }
  .detail-section { padding-top: 18px; }
  .breadcrumbs { margin-bottom: 24px; white-space: nowrap; overflow: hidden; }
  .detail-heading { align-items: flex-start; flex-direction: column; }
  .detail-heading h1 { font-size: 44px; }
  .gallery { height: 410px; grid-template-columns: 1fr 1fr; grid-template-rows: minmax(0, 2fr) minmax(0, 1fr); }
  .gallery.multi .gallery-main { grid-column: 1 / -1; grid-row: 1; }
  .gallery.single { grid-template-columns: 1fr; grid-template-rows: 1fr; }
  .gallery.two { height: 330px; grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; }
  .gallery.two .gallery-main { grid-column: auto; grid-row: 1; }
  .gallery-more { right: 9px; bottom: 9px; min-height: 34px; padding-inline: 10px; font-size: 12px; }
  .gallery-modal { padding: 0; }
  .gallery-dialog { width: 100%; height: 100dvh; border: 0; border-radius: 0; }
  .gallery-toolbar { min-height: 58px; gap: 10px; padding-left: 14px; }
  .gallery-toolbar strong { font-size: 14px; }
  .gallery-toolbar span { font-size: 12px; }
  .gallery-nav { width: 42px; height: 50px; border-radius: 13px; font-size: 34px; }
  .gallery-prev { left: 9px; }
  .gallery-next { right: 9px; }
  .gallery-thumbs { min-height: 86px; padding: 10px; }
  .gallery-thumbs button { flex-basis: 88px; height: 62px; }
  .price-summary { padding: 23px; }
  .price-summary > strong { font-size: 24px; white-space: normal; }
  .detail-content-section { padding: 62px 0; }
  .lead-copy { font-size: 17px; }
  .spec-panel { padding: 22px; }
  .spec-panel h2 { font-size: 28px; }
  .spec-table span { font-size: 14px; }
  .spec-table strong { font-size: 16px; }
  .review-topic { grid-template-columns: 32px 1fr; gap: 10px; }
  .review-sources ol { grid-template-columns: 1fr; }
  .review-sources li a { min-height: 96px; }
  .pros-cons { grid-template-columns: 1fr; }
  .offers-grid, .delivery-grid, .history-grid { grid-template-columns: 1fr; }
  .compare-dock { left: 10px; right: 10px; bottom: 10px; min-width: 0; }
  .compare-dock p { display: none; }
  .compare-dock.is-collapsed { left: auto; }
  .compare-page-heading { align-items: flex-start; flex-direction: column; }
  .compare-table-wrap { margin-inline: -14px; border-radius: 0; }
  .not-found > .shell > span { font-size: 90px; }
  .not-found h1 { font-size: 37px; }
  .articles-hero { padding: 54px 0; }
  .articles-hero h1 { font-size: 43px; }
  .articles-hero-grid > p { font-size: 15px; }
  .article-card { border-radius: 21px; }
  .article-card-photo { min-height: 235px; padding: 12px; }
  .article-card-photo img { max-height: 230px; }
  .article-card-copy { padding: 28px 23px; }
  .article-card-copy h2 { font-size: 34px; }
  .article-card-copy > div { align-items: flex-start; flex-direction: column; }
  .article-hero { padding: 21px 0 58px; }
  .article-hero .eyebrow { margin-top: 35px; }
  .article-hero h1 { font-size: 44px; }
  .article-deck { font-size: 18px; }
  .article-intro { margin-top: 38px; padding-top: 25px; }
  .article-picks-section { padding-top: 44px; }
  .article-pick { border-radius: 21px; }
  .article-pick-photo { min-height: 265px; padding: 14px; }
  .article-pick-photo img { max-height: 260px; }
  .article-pick-photo > b { top: 13px; left: 13px; width: 42px; height: 42px; }
  .article-pick-copy { padding: 25px 21px; }
  .article-pick-heading h2 { font-size: 35px; }
  .article-pick-heading > strong { font-size: 17px; white-space: normal; }
  .article-facts { display: grid; grid-template-columns: repeat(2, 1fr); }
  .article-pick-actions { align-items: stretch; flex-direction: column; }
  .article-pick-actions .button { width: 100%; }
  .article-conclusion { padding: 61px 0; }
  .article-conclusion-grid > div:last-child p { font-size: 16px; }
  .article-sources { padding: 52px 0; }
  .article-source-list a { align-items: flex-start; flex-direction: column; gap: 7px; }
  .footer-grid { grid-template-columns: 1fr; gap: 33px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { gap: 20px; }
}
