:root {
  --bg: #f4f5f7;
  --card: #fff;
  --ink: #1a1d21;
  --muted: #6b7280;
  --line: #e6e8eb;
  --red: #e11d2e;
  --navy: #111827;
  --wa: #16a34a;
  --kaspi: #f43f5e;
  --ok: #15803d;
  --low: #b45309;
  --font: Inter, "Segoe UI", system-ui, sans-serif;
  --r: 10px;
  --shadow: 0 1px 2px rgba(16,24,40,.06), 0 1px 3px rgba(16,24,40,.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.4; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--red); }
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.crawl {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0,0,0,0);
}

.site-head { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
.bar-top { background: var(--navy); color: #d1d5db; font-size: 12px; }
.bar-top-in { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; }
.bar-top a { color: #fff; }
.bar-main { display: flex; align-items: center; gap: 16px; padding: 12px 0; }
.logo { display: flex; align-items: center; gap: 8px; font-size: 20px; color: var(--ink); }
.logo:hover { color: var(--ink); }
.mark {
  width: 32px; height: 32px; border-radius: 8px; background: var(--red); color: #fff;
  display: grid; place-items: center; font-weight: 800;
}
.seek {
  flex: 1; display: flex; position: relative; background: #f4f5f7;
  border: 1px solid var(--line); border-radius: 8px; overflow: visible;
}
.seek:focus-within { border-color: #111; background: #fff; }
.seek input { flex: 1; border: 0; background: transparent; padding: 11px 14px; font: inherit; outline: 0; min-width: 0; }
.seek button {
  border: 0; background: var(--red); color: #fff; font-weight: 700; padding: 0 18px;
  cursor: pointer; border-radius: 0 7px 7px 0;
}
.head-wa {
  background: var(--wa); color: #fff !important; font-weight: 700; padding: 10px 14px;
  border-radius: 8px; white-space: nowrap;
}
.bar-nav { border-top: 1px solid var(--line); }
.bar-nav-in { display: flex; gap: 22px; padding: 10px 0; font-weight: 600; font-size: 14px; }
.bar-nav a:hover { color: var(--red); }

.hero { background: #fff; border-bottom: 1px solid var(--line); padding: 32px 0 28px; }
.hero h1 { margin: 0 0 8px; font-size: clamp(28px, 4.5vw, 40px); letter-spacing: -.04em; }
.search-kicker { margin: 0 0 6px; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--navy); }
    .lead { margin: 0 0 18px; color: var(--muted); font-size: 16px; max-width: 560px; }
.trust {
  display: flex; flex-wrap: wrap; gap: 8px 18px; list-style: none; padding: 16px 0 0; margin: 0;
  color: var(--muted); font-size: 13px; font-weight: 600;
}
.trust li { display: flex; align-items: center; gap: 6px; }
.trust li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.picker { padding: 8px 0 18px; }
.picker-q {
  border: 1px solid var(--line); border-radius: 8px; padding: 8px 12px; font: inherit; min-width: 200px; background: #fff;
}
.sub { font-size: 13px; color: var(--muted); font-weight: 700; margin: 8px 0 10px; text-transform: uppercase; letter-spacing: .04em; }
.steps-hint { color: var(--muted); margin: 0 0 12px; }
.mark-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; margin-bottom: 18px; }
.mark-tile {
  background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 8px 12px;
  display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center;
}
.mark-tile:hover { border-color: #111; color: inherit; box-shadow: var(--shadow); }
.mark-tile i {
  width: 44px; height: 44px; border-radius: 50%; color: #111; background: #f3f4f6; border: 1px solid var(--line);
  display: grid; place-items: center; font-style: normal; font-weight: 800; font-size: 13px; letter-spacing: .02em;
}
.mark-tile span { font-size: 12px; font-weight: 700; line-height: 1.25; }
.letters { display: flex; flex-wrap: wrap; gap: 6px; margin: 4px 0 12px; }
.letters a {
  min-width: 28px; height: 28px; padding: 0 6px; display: grid; place-items: center; border-radius: 8px;
  background: #fff; border: 1px solid var(--line); font-size: 12px; font-weight: 700;
}
.letters a:hover { background: #111; color: #fff; border-color: #111; }
.alpha-block { margin: 0 0 14px; }
.alpha-block h3 {
  margin: 0 0 8px; font-size: 13px; color: var(--muted); border-bottom: 1px solid var(--line); padding-bottom: 6px;
}
.alpha-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px 16px; }
.alpha-cols a { padding: 6px 0; font-size: 14px; font-weight: 600; }
.alpha-cols a:hover { color: var(--red); }

.kl-box {
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 12px 14px 16px; margin: 8px auto 24px;
}
.kl-head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin-bottom: 10px;
}
.kl-head h1, .kl-head h2 { margin: 0; font-size: 18px; letter-spacing: -.02em; }
.kl-search { display: block; flex: 0 1 260px; }
.kl-search .picker-q {
  width: 100%; min-width: 0; padding: 7px 10px; font-size: 13px; background: #f4f5f7;
}
.kl-search .picker-q:focus { outline: 0; background: #fff; border-color: #111; }
.kl-sub {
  margin: 0 0 6px; font-size: 11px; font-weight: 700; color: var(--muted);
  text-transform: uppercase; letter-spacing: .04em;
}
.kl-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 2px; margin-bottom: 10px;
}
.kl-grid-models { grid-template-columns: repeat(6, 1fr); }
.kl-tile {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 6px 2px 5px; border-radius: 8px; color: inherit; text-align: center;
}
.kl-tile:hover { background: #f4f5f7; color: inherit; }
.kl-logo {
  width: 48px; height: 32px; display: grid; place-items: center;
}
.kl-logo img { max-width: 42px; max-height: 28px; object-fit: contain; }
.kl-logo b {
  width: 28px; height: 28px; border-radius: 50%; background: #f3f4f6; color: #111;
  display: grid; place-items: center; font-size: 12px; font-weight: 800;
}
.kl-logo.sm { width: 22px; height: 16px; flex: 0 0 22px; }
.kl-logo.sm img { max-width: 20px; max-height: 14px; }
.kl-logo.sm b { width: 16px; height: 16px; font-size: 9px; }
.kl-name { font-size: 11px; font-weight: 500; color: #333; line-height: 1.2; }
.kl-all { border-top: 1px solid var(--line); padding-top: 8px; }
.kl-all-bar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 6px; margin-bottom: 4px;
}
.kl-all-bar .kl-sub { margin: 0; }
.kl-az { display: flex; flex-wrap: wrap; gap: 0; }
.kl-az a {
  min-width: 20px; height: 20px; display: grid; place-items: center;
  border-radius: 4px; font-size: 11px; font-weight: 700; color: var(--muted);
}
.kl-az a:hover, .kl-az a.on { background: #111; color: #fff; }
.kl-letter { margin: 0; }
.kl-letter h4 {
  margin: 6px 0 1px; font-size: 11px; color: var(--muted); font-weight: 700;
}
.kl-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.kl-all:not(.is-open) [data-kl-letter]:nth-child(n+4) { display: none; }
[data-kl-model-all]:not(.is-open) [data-kl-model-list] a:nth-child(n+13) { display: none; }
.kl-more, .kl-back {
  display: block; width: 100%; margin-top: 8px; border: 0; background: transparent;
  color: #2563eb; font: inherit; font-size: 13px; font-weight: 600;
  padding: 8px 0; cursor: pointer; text-align: center;
}
.kl-more:hover, .kl-back:hover { color: #1d4ed8; }
.kl-back { text-align: left; padding: 0 0 8px; }
.kl-list a {
  display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 6px;
  padding: 3px 4px; border-radius: 4px; color: inherit;
}
.kl-list a.kl-plain { grid-template-columns: 1fr auto; }
.kl-list a:hover { background: #f4f5f7; color: inherit; }
.kl-list b { font-weight: 500; font-size: 13px; }
.kl-list em { font-style: normal; color: var(--muted); font-variant-numeric: tabular-nums; font-size: 12px; }

.garage {
  display: grid; grid-template-columns: 1.3fr 2fr auto; gap: 8px; background: #fff;
  border: 1px solid var(--line); border-radius: 12px; padding: 12px; margin-bottom: 16px;
  position: relative;
}
.garage-xl { box-shadow: var(--shadow); margin-bottom: 0; }
.garage > input {
  border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; font: inherit; background: #fff;
}
.garage > button[type="submit"] {
  border: 0; background: var(--red); color: #fff; border-radius: 8px; font-weight: 700; padding: 0 18px; cursor: pointer;
}
.garage-pick { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.garage-field {
  border: 1px solid var(--line); border-radius: 8px; padding: 6px 12px 8px; background: #fff;
  text-align: left; cursor: pointer; font: inherit; color: inherit; min-height: 46px;
}
.garage-field:hover, .garage-field:focus { border-color: #111; }
.garage-field small {
  display: block; font-size: 11px; color: var(--muted); font-weight: 600; letter-spacing: .02em;
}
.garage-field span { display: block; font-weight: 700; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.garage-dd {
  position: absolute; left: 0; right: 0; top: calc(100% + 6px);
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  box-shadow: 0 18px 48px rgba(16,24,40,.16); z-index: 70; overflow: hidden;
}
.garage-dd-bar { display: flex; gap: 8px; align-items: center; padding: 10px; border-bottom: 1px solid var(--line); }
.garage-dd-q {
  flex: 1; border: 1px solid var(--line); border-radius: 8px; padding: 9px 12px; font: inherit; background: #f4f5f7;
}
.garage-dd-q:focus { outline: 0; background: #fff; border-color: #111; }
.garage-dd-x, .garage-dd-back {
  border: 0; background: #f3f4f6; width: 36px; height: 36px; border-radius: 8px;
  cursor: pointer; font: inherit; font-weight: 700; color: var(--ink);
}
.garage-dd-back { display: none; }
.garage-dd-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 320px; max-height: min(62vh, 520px); }
.garage-dd-pane { overflow: auto; padding: 6px 0 10px; }
.garage-dd-pane + .garage-dd-pane { border-left: 1px solid var(--line); }
.garage-dd-h {
  margin: 8px 12px 4px; font-size: 11px; font-weight: 800; color: var(--muted);
  text-transform: uppercase; letter-spacing: .04em;
}
.garage-dd-item {
  display: flex; justify-content: space-between; align-items: baseline; gap: 10px;
  width: 100%; border: 0; background: transparent; text-align: left;
  padding: 8px 14px; font: inherit; cursor: pointer; color: inherit;
}
.garage-dd-item:hover { background: #f4f5f7; }
.garage-dd-item.on { background: #111; color: #fff; }
.garage-dd-item b { font-weight: 700; }
.garage-dd-item em {
  font-style: normal; color: var(--muted); font-variant-numeric: tabular-nums; font-weight: 600; white-space: nowrap;
}
.garage-dd-item.on em { color: #d1d5db; }
.garage-dd-empty { padding: 28px 16px; color: var(--muted); font-size: 13px; }

.promo {
  display: grid; grid-template-columns: 1.7fr 1fr; gap: 12px;
  padding: 18px 0 8px;
}
.promo-main, .promo-card {
  position: relative; display: block; overflow: hidden; border-radius: 16px;
  color: #fff; min-height: 168px;
}
.promo-main { min-height: 360px; }
.promo-side { display: grid; gap: 12px; }
.promo-main img, .promo-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.promo-copy {
  position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end;
  height: 100%; min-height: inherit; padding: 22px 24px;
  background: linear-gradient(180deg, rgba(17,24,39,.08) 20%, rgba(17,24,39,.72));
}
.promo-copy small {
  text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 700; opacity: .85;
}
.promo-copy b { font-size: clamp(18px, 2.4vw, 28px); letter-spacing: -.03em; margin-top: 4px; }
.promo-copy em { font-style: normal; opacity: .9; margin-top: 4px; font-size: 14px; }
.promo-main:hover, .promo-card:hover { color: #fff; }

.cat-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.cat-pills a, .cat-pills button {
  background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px;
  font: inherit; font-weight: 600; font-size: 13px; cursor: pointer; color: inherit;
}
.cat-pills a:hover, .cat-pills button:hover, .cat-pills a.on, .cat-pills button.on {
  border-color: #111; background: #111; color: #fff;
}
.cat-pills-sm { margin-bottom: 14px; }
.cat-pills-sm a { padding: 6px 12px; font-size: 12px; }

.list {
  display: grid; gap: 0; margin-bottom: 28px; background: #fff;
  border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
}
.row {
  display: grid; grid-template-columns: 48px 1fr auto; gap: 12px; align-items: center;
  padding: 8px 12px; color: inherit; border-bottom: 1px solid var(--line);
}
.row:last-child { border-bottom: 0; }
.row:hover { background: #fafafa; color: inherit; }
.row img {
  width: 48px; height: 48px; object-fit: contain; object-position: center;
  background: #fff; border: 1px solid var(--line); border-radius: 8px;
}
.row-title { font-weight: 700; font-size: 14px; line-height: 1.3; }
.row-meta { display: flex; flex-wrap: wrap; gap: 6px 10px; color: var(--muted); font-size: 12px; margin-top: 3px; }
.row-side { text-align: right; white-space: nowrap; }
.row-side b { display: block; font-size: 15px; }

.list .empty { padding: 18px 14px; }

.cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 20px auto; }
.cat {
  background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow);
  display: grid;
}
.cat img { width: 100%; height: 110px; object-fit: cover; }
.cat span { padding: 10px 12px; font-weight: 700; }
.cat:hover { color: inherit; box-shadow: 0 8px 24px rgba(16,24,40,.12); }

.sec-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin: 8px 0 12px; }
.sec-head h1, .sec-head h2 { margin: 0; font-size: 22px; }
.sec-head a, .muted { color: var(--muted); font-size: 14px; }
.brands { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-bottom: 28px; }
.brands a, .brands-lg a {
  background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 12px 10px;
  text-align: center; font-weight: 700; font-size: 13px;
}
.brands a:hover { border-color: #111; color: inherit; }
.brands-lg { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }

.shop { display: grid; grid-template-columns: 240px 1fr; gap: 24px; align-items: start; padding-bottom: 40px; }
.filters { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 14px; }
.filters label { display: grid; gap: 6px; font-size: 12px; color: var(--muted); font-weight: 700; }
.filters input { padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; font: inherit; }
.filters button {
  margin-top: 10px; width: 100%; border: 0; background: var(--navy); color: #fff;
  padding: 9px; border-radius: 8px; font-weight: 700; cursor: pointer;
}
.flt-label { margin: 14px 0 6px; font-size: 12px; font-weight: 700; color: var(--muted); }
.flt-list { display: grid; gap: 2px; max-height: 220px; overflow: auto; }
.flt-list a { padding: 6px 8px; border-radius: 6px; font-size: 13px; color: var(--ink); }
.flt-list a:hover, .flt-list a.on { background: #f3f4f6; color: var(--ink); }
.flt-list a.on { font-weight: 700; }

.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 28px; }
.card {
  background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow);
  display: flex; flex-direction: column; color: inherit;
}
.card:hover { color: inherit; box-shadow: 0 10px 28px rgba(16,24,40,.12); transform: translateY(-1px); }
.card img { width: 100%; aspect-ratio: 1; object-fit: cover; background: #f3f4f6; display: block; }
.card-body { padding: 10px 12px 12px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.card-oem { font-size: 12px; color: var(--muted); font-family: ui-monospace, monospace; }
.card-title { font-weight: 700; font-size: 14px; line-height: 1.3; }
.card-fit { font-size: 12px; color: var(--muted); }
.card-row { display: flex; justify-content: space-between; align-items: end; gap: 8px; margin-top: auto; padding-top: 8px; }
.card-row b { font-size: 16px; }
.avail { font-size: 12px; font-weight: 700; }
.avail.ok, .avail.many { color: var(--ok); }
.avail.low { color: var(--low); }
.avail.order { color: var(--muted); }

.crumb { display: flex; gap: 8px; padding: 16px 0 12px; color: var(--muted); font-size: 13px; }
.crumb a:hover { color: var(--red); }
.empty { grid-column: 1 / -1; color: var(--muted); }
.empty .btn-wa { display: inline-block; margin-top: 12px; padding: 10px 16px; }
.pager { display: flex; gap: 12px; align-items: center; margin: 8px 0 40px; }

.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; background: #fff; border-radius: 12px; padding: 24px; margin-bottom: 16px; }
.pdp-gallery { background: #f8fafc; border-radius: 12px; display: grid; place-items: center; min-height: 360px; }
.pdp-gallery img { width: min(100%, 360px); height: auto; object-fit: contain; }
.pdp-brand { color: var(--muted); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.pdp-info h1 { margin: 6px 0 14px; font-size: clamp(22px, 3vw, 30px); letter-spacing: -.02em; }
.pdp-meta { display: grid; gap: 8px; margin: 0 0 18px; }
.pdp-meta > div { display: grid; grid-template-columns: 72px 1fr; gap: 8px; font-size: 14px; }
.pdp-meta dt { color: var(--muted); }
.copy { border: 0; background: #f3f4f6; border-radius: 6px; padding: 2px 8px; font: inherit; cursor: pointer; }
.pdp-price { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; }
.pdp-price b { font-size: 32px; letter-spacing: -.03em; }
.pdp-actions { display: grid; gap: 8px; max-width: 360px; }
.btn-wa, .btn-kaspi, .btn-call, .btn-vin {
  display: block; text-align: center; border-radius: 10px; padding: 12px; font-weight: 800; color: #fff !important;
}
.btn-wa { background: var(--wa); }
.btn-vin { background: var(--navy); }
.btn-kaspi { background: var(--kaspi); }
.btn-call { background: #111; }
.search-note {
  background: #fff7ed; color: #9a3412; border-radius: 10px; padding: 10px 14px; margin: 0 0 12px; font-size: 14px;
}
.pdp-tabs { background: #fff; border-radius: 12px; padding: 8px 20px 20px; margin-bottom: 24px; }
.pdp-tabs details { border-bottom: 1px solid var(--line); padding: 8px 0; }
.pdp-tabs summary { cursor: pointer; font-weight: 800; padding: 8px 0; }
.seo-faq { background: #fff; border-radius: 12px; padding: 16px 20px 20px; margin: 0 auto 24px; }
.seo-faq h2 { font-size: 20px; margin: 0 0 8px; }
.seo-faq details { border-bottom: 1px solid var(--line); padding: 8px 0; }
.seo-faq summary { cursor: pointer; font-weight: 700; padding: 8px 0; }
.seo-faq p { margin: 8px 0 12px; color: var(--muted); }
.seo-intro { color: var(--muted); font-size: 15px; line-height: 1.5; margin: 0 0 16px; max-width: 52rem; }
.seo-queries { background: #fff; border-radius: 12px; padding: 16px 20px 20px; margin: 0 auto 24px; }
.seo-queries h2 { font-size: 20px; margin: 0 0 8px; }
.seo-query-list { display: flex; flex-wrap: wrap; gap: 8px 10px; list-style: none; margin: 0 0 8px; padding: 0; }
.seo-query-list li a {
  display: inline-block; background: #f3f4f6; border-radius: 999px; padding: 8px 12px;
  font-size: 13px; font-weight: 600; color: #111827; text-decoration: none;
}
.seo-query-list li a:hover { background: #e5e7eb; }
.spec { width: 100%; border-collapse: collapse; }
.spec th, .spec td { text-align: left; padding: 8px 0; border-bottom: 1px solid var(--line); }
.spec th { width: 30%; color: var(--muted); font-weight: 600; }
.fits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fits b { display: block; margin-bottom: 4px; }
.fits p { margin: 0; color: var(--muted); font-size: 13px; }

.buybar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  background: #fff; border-top: 1px solid var(--line); padding: 10px 16px;
  align-items: center; justify-content: space-between; gap: 12px;
}
.buybar .btn-wa, .buybar .btn-vin { padding: 10px 16px; }

.contact { padding-bottom: 40px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.panel { background: #fff; border-radius: 12px; overflow: hidden; padding: 0 0 16px; }
.panel img { width: 100%; height: 180px; object-fit: cover; margin-bottom: 12px; }
.panel p, .panel b, .panel .btn-wa { margin: 0 16px 8px; display: inline-block; }

.foot { background: #111827; color: #9ca3af; padding: 32px 0 40px; margin-top: 24px; font-size: 14px; }
.foot a { color: #e5e7eb; display: block; margin: 4px 0; }
.foot-grid { display: grid; grid-template-columns: 1.2fr 1fr 1.4fr; gap: 24px; }
.foot b { color: #fff; display: block; margin-bottom: 8px; }

.suggest {
  position: absolute; left: 0; right: 0; top: calc(100% + 4px); background: #fff; color: var(--ink);
  border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 16px 40px rgba(0,0,0,.12); z-index: 60; overflow: hidden;
}
.suggest a {
  display: grid; grid-template-columns: 48px 1fr auto; gap: 10px; align-items: center;
  padding: 8px 10px; border-top: 1px solid var(--line); color: var(--ink);
}
.suggest a:first-child { border-top: 0; }
.suggest img { width: 48px; height: 48px; object-fit: contain; border-radius: 6px; background: #f3f4f6; }
.suggest small { color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 0 0 16px; font-size: 14px; font-weight: 700; }
.hero-actions a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.city-intro { background: #fff; border-radius: 12px; padding: 18px 20px; margin: 16px auto; }
.city-intro h2 { margin: 0 0 8px; }
.city-intro p { margin: 0 0 8px; }
.promo-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 8px auto 24px; }
.promo-mini a {
  background: #fff; border-radius: 10px; padding: 14px 16px; font-weight: 800; box-shadow: var(--shadow);
}
.promo-mini a:hover { color: inherit; }
.mark-grid-home { margin-bottom: 24px; }
.pdp-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.pdp-links a {
  background: #f3f4f6; border-radius: 999px; padding: 4px 10px; font-size: 12px; font-weight: 700; color: var(--ink);
}
.prose { background: #fff; border-radius: 12px; padding: 24px; margin-bottom: 40px; max-width: 760px; }
.prose h1 { margin-top: 0; }
.prose h2 { font-size: 18px; margin: 22px 0 8px; }
.prose p { color: #374151; }
.bulk textarea {
  width: 100%; min-height: 140px; border: 1px solid var(--line); border-radius: 10px;
  padding: 10px; font: inherit; margin: 8px 0;
}
.bulk-file { display: flex; align-items: center; gap: 10px; margin: 8px 0 12px; flex-wrap: wrap; }
.bulk-hit, .bulk-miss { padding: 10px 0; border-bottom: 1px solid var(--line); }
.cat-more { align-self: center; font-size: 13px; font-weight: 700; color: var(--muted); padding: 0 8px; }

.ko-page { padding-bottom: 28px; }
.ko-h1 { margin: 0 0 14px; font-size: 22px; letter-spacing: -.02em; }
.ko { position: relative; }
.ko-card {
  background: #fff; border-radius: 8px; padding: 16px 18px 14px;
  box-shadow: 0 1px 2px rgba(16,24,40,.06), 0 8px 24px rgba(16,24,40,.06);
  position: relative;
}
.ko-row { display: grid; grid-template-columns: 88px 1fr; gap: 8px 12px; align-items: start; margin-bottom: 10px; }
.ko-row[hidden], .ko-adv[hidden], .ko-dd[hidden] { display: none !important; }
.ko-lab { padding-top: 5px; font-size: 13px; color: #6b7280; }
.ko-chips { display: flex; flex-wrap: wrap; gap: 4px 2px; align-items: center; }
.ko-chip, .ko-more {
  border: 0; background: transparent; color: #2a81dd; font: inherit; font-size: 14px;
  padding: 4px 8px; border-radius: 4px; cursor: pointer; line-height: 1.3;
}
.ko-chip:hover, .ko-more:hover { text-decoration: underline; color: #1b66b8; }
.ko-chip.on { background: #ffdd2d; color: #111; font-weight: 600; text-decoration: none; }
.ko-more { padding-right: 16px; position: relative; }
.ko-more::after {
  content: ""; position: absolute; right: 4px; top: 50%; width: 0; height: 0;
  border-left: 4px solid transparent; border-right: 4px solid transparent;
  border-top: 5px solid #2a81dd; transform: translateY(-40%);
}
.ko-mid { grid-template-columns: auto 1fr; align-items: center; margin: 14px 0 8px; }
.ko-seg {
  display: inline-flex; border: 1px solid #e5e7eb; border-radius: 6px; overflow: hidden; background: #fff;
}
.ko-seg button {
  border: 0; background: #fff; color: #111; font: inherit; font-size: 13px;
  padding: 7px 14px; cursor: pointer; border-right: 1px solid #e5e7eb;
}
.ko-seg button:last-child { border-right: 0; }
.ko-seg button.on { background: #ffdd2d; font-weight: 700; }
.ko-check { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #333; margin-left: 16px; }
.ko-adv-tog {
  display: inline-flex; align-items: center; gap: 6px; border: 0; background: none;
  color: #2a81dd; font: inherit; font-size: 14px; font-weight: 600; padding: 8px 0 4px; cursor: pointer;
}
.ko-adv-tog::after {
  content: ""; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent;
  border-top: 6px solid #2a81dd;
}
.ko-adv-tog.is-open::after { transform: rotate(180deg); }
.ko-adv { margin-top: 10px; padding-top: 12px; border-top: 1px solid #eef0f3; }
.ko-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.ko-field { display: flex; flex-direction: column; gap: 4px; font-size: 12px; color: #6b7280; }
.ko-field input, .ko-field select {
  height: 38px; border: 1px solid #d1d5db; border-radius: 6px; padding: 0 10px;
  font: inherit; font-size: 14px; color: #111; background: #fff;
}
.ko-field input:focus, .ko-field select:focus { outline: 0; border-color: #2a81dd; }
.ko-fromto { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ko-q { margin-top: 12px; }
.ko-q small { color: #9ca3af; }
.ko-results { margin-top: 22px; }
.ko-results .sec-head h2 { margin: 0 0 10px; font-size: 18px; }
.ko-cta { display: flex; justify-content: flex-end; margin-top: 12px; }
.ko-cta button {
  border: 0; background: #2a81dd; color: #fff; font: inherit; font-size: 16px; font-weight: 700;
  padding: 12px 22px; border-radius: 6px; cursor: pointer; min-width: 280px;
}
.ko-cta button:hover { background: #1b66b8; }
.ko-dd {
  position: absolute; left: 18px; right: 18px; top: 52px; z-index: 20;
  background: #fff; border: 1px solid #e5e7eb; border-radius: 8px;
  box-shadow: 0 12px 40px rgba(16,24,40,.16); max-height: min(70vh, 520px);
  display: flex; flex-direction: column;
}
.ko-dd[hidden] { display: none !important; }
.ko-dd-bar { display: flex; gap: 8px; padding: 10px; border-bottom: 1px solid #eef0f3; }
.ko-dd-bar input {
  flex: 1; height: 36px; border: 1px solid #e5e7eb; border-radius: 6px; padding: 0 10px; font: inherit;
}
.ko-dd-bar button { border: 0; background: none; cursor: pointer; color: #6b7280; font-size: 16px; }
.ko-dd-body { overflow: auto; padding: 8px 12px 12px; }
.ko-dd-h { font-size: 11px; font-weight: 700; color: #9ca3af; text-transform: uppercase; margin: 8px 0 4px; }
.ko-dd-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.ko-dd-list button, .ko-dd-more {
  display: flex; justify-content: space-between; width: 100%; border: 0; background: none;
  text-align: left; padding: 5px 4px; font: inherit; font-size: 13px; cursor: pointer; border-radius: 4px;
}
.ko-dd-list button:hover { background: #f4f5f7; }
.ko-dd-list button.on { background: #ffdd2d; }
.ko-dd-list em { color: #9ca3af; font-style: normal; }
.ko-dd-more { color: #2a81dd; font-weight: 600; justify-content: center; margin-top: 6px; }
.ko-dd-body:not(.is-open) .ko-dd-extra { display: none; }

@media (max-width: 980px) {
  .mark-grid, .kl-grid, .kl-grid-models { grid-template-columns: repeat(4, 1fr); }
  .kl-list { grid-template-columns: 1fr 1fr; }
  .kl-head { flex-wrap: wrap; }
  .kl-search { flex: 1 1 100%; }
  .promo { grid-template-columns: 1fr; }
  .promo-main { min-height: 240px; }
  .garage { grid-template-columns: 1fr; }
  .garage-dd {
    position: fixed; inset: 0; min-width: 0; border-radius: 0; top: 0; left: 0; right: 0;
    box-shadow: none;
  }
  .garage-dd:not([hidden]) { display: flex; flex-direction: column; }
  .garage-dd[hidden] { display: none !important; }
  .garage-dd-grid { grid-template-columns: 1fr; flex: 1; min-height: 0; max-height: none; }
  .garage-dd[data-step="makes"] [data-pane="models"] { display: none; }
  .garage-dd[data-step="models"] [data-pane="makes"] { display: none; }
  .garage-dd-pane + .garage-dd-pane { border-left: 0; }
  .garage-dd-back { display: grid; place-items: center; }
  .garage-dd-back[hidden] { display: none !important; }
  .ko-row, .ko-mid { grid-template-columns: 1fr; }
  .ko-lab { padding-top: 0; }
  .ko-grid { grid-template-columns: 1fr; }
  .ko-cta button { width: 100%; min-width: 0; }
  .ko-dd { left: 8px; right: 8px; }
  .pdp, .contact-grid, .foot-grid, .fits, .promo-mini { grid-template-columns: 1fr; }
  .alpha-cols { grid-template-columns: repeat(2, 1fr); }
  .row { grid-template-columns: 48px 1fr; }
  .row-side { grid-column: 2; text-align: left; display: flex; gap: 10px; align-items: baseline; }
  .fit-hide { display: none; }
}
@media (max-width: 720px) {
  .bar-top, .head-wa { display: none; }
  .mark-grid, .kl-grid, .kl-grid-models { grid-template-columns: repeat(4, 1fr); }
  .kl-list { grid-template-columns: 1fr; }
  .bar-main { flex-wrap: wrap; }
  .seek { min-width: 100%; order: 3; }
  .buybar { display: flex; }
  .pdp-actions { max-width: none; }
  body { padding-bottom: 64px; }
}
