﻿/*
Theme Name: AutoExHub Global
Theme URI: https://autoexhub.com
Author: AutoExHub
Description: English-first automotive sourcing theme for global dealers and importers.
Version: 1.0.0
Text Domain: autosteppe
*/
:root {
  color-scheme: light;
  --ink: #12211d;
  --muted: #5c6a64;
  --line: #dbe4df;
  --surface: #f6f8f6;
  --panel: #ffffff;
  --accent: #1f7a54;
  --accent-dark: #155a40;
  --gold: #c99c44;
  --shadow: 0 18px 50px rgba(18, 33, 29, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--surface);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select {
  font: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 0 32px;
  background: rgba(246, 248, 246, 0.9);
  border-bottom: 1px solid rgba(219, 228, 223, 0.8);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 20px;
  min-width: 180px;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  color: white;
  background: var(--accent);
}

.site-logo {
  display: block;
  width: 198px;
  height: auto;
}

.nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 15px;
}

.nav a:hover,
.footer a:hover {
  color: var(--accent);
}

.nav-cta,
.primary-link,
.secondary-link,
.search-panel button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 750;
  white-space: nowrap;
}

.nav-cta,
.primary-link,
.search-panel button {
  color: white;
  background: var(--accent);
  box-shadow: 0 10px 26px rgba(31, 122, 84, 0.24);
}

.nav-cta {
  padding: 0 18px;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: white;
  font-weight: 850;
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.page-hero {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding: 86px 0 48px;
}

.page-hero h1 {
  max-width: 960px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.compact-page-hero {
  padding-bottom: 24px;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 18, 16, 0.86) 0%, rgba(10, 18, 16, 0.66) 38%, rgba(10, 18, 16, 0.1) 100%),
    linear-gradient(0deg, rgba(10, 18, 16, 0.34), rgba(10, 18, 16, 0.08));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 92px;
  color: white;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 560px;
  margin: 24px 0 32px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.55;
}

.search-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr)) auto;
  gap: 12px;
  width: min(980px, 100%);
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.search-panel label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.search-panel select {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  color: var(--ink);
  border: 1px solid transparent;
  border-radius: 6px;
  background: white;
}

.search-panel button {
  align-self: end;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  cursor: pointer;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1400px, calc(100% - 48px));
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.stats div {
  padding: 28px;
  border-right: 1px solid var(--line);
}

.stats div:last-child {
  border-right: 0;
}

.stats strong {
  display: block;
  font-size: 30px;
}

.stats span {
  color: var(--muted);
}

.directions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(1400px, calc(100% - 48px));
  margin: -48px auto 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

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

.direction-card {
  display: grid;
  gap: 8px;
  min-height: 138px;
  padding: 22px;
  background: white;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.direction-card:hover {
  transform: translateY(-2px);
}

.direction-card.active,
.direction-card:hover {
  color: white;
  background: var(--accent-dark);
}

.direction-card span {
  color: var(--gold);
  font-weight: 850;
}

.direction-card strong {
  font-size: 20px;
}

.direction-card small {
  color: inherit;
  opacity: 0.72;
  line-height: 1.35;
}

.section {
  width: min(1400px, calc(100% - 48px));
  margin: 92px auto;
}

.section-heading {
  max-width: 650px;
}

.section h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
}

.section-heading p:last-child,
.split p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.catalog-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 22px;
}

.brand-picker {
  width: min(1400px, calc(100% - 48px));
  margin: 72px auto;
}

.brand-picker .section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 950;
  text-transform: uppercase;
}

.brand-picker .section-heading p {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 17px;
}

.brand-board {
  margin-top: 26px;
  padding: 42px 52px;
  border-radius: 24px;
  background: white;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  column-gap: 52px;
  row-gap: 34px;
}

.brand-tile {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 78px;
  padding: 4px;
  border: 0;
  color: #4c5555;
  background: transparent;
  cursor: pointer;
  text-align: center;
}

.brand-tile.is-extra {
  display: none;
}

.brand-picker.is-expanded .brand-tile.is-extra {
  display: grid;
}

.brand-tile:hover,
.brand-tile.is-selected {
  color: var(--accent-dark);
}

.brand-logo {
  display: grid;
  min-width: 82px;
  height: 38px;
  place-items: center;
  color: #111;
  font-weight: 950;
  font-size: 20px;
  line-height: 1;
}

.brand-logo-img {
  display: block;
  width: 98px;
  max-width: 112px;
  height: 38px;
  object-fit: contain;
}

.xiaomi-logo {
  width: 58px;
}

.li-auto-logo {
  width: 118px;
}

.brand-logo.rings {
  font-family: Georgia, serif;
  font-size: 23px;
  letter-spacing: -7px;
}

.brand-logo.badge,
.brand-logo.oval {
  width: 44px;
  min-width: 44px;
  margin-inline: auto;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.brand-logo.dark {
  height: 28px;
  min-width: 76px;
  border: 2px solid #111;
  border-radius: 7px;
  background: #111;
  color: white;
  font-size: 17px;
}

.brand-logo.red {
  color: #d82121;
}

.brand-logo.blue {
  color: #1d5f9f;
  border-color: #1d5f9f;
}

.brand-logo.green {
  color: #155a40;
}

.brand-logo.word {
  min-width: 104px;
  font-size: 19px;
  letter-spacing: 0;
}

.brand-logo.bmw {
  font-size: 30px;
}

.brand-logo.crest {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
}

.brand-logo.bowtie {
  width: 82px;
  height: 22px;
  color: #c89227;
  border: 3px solid #b7b7b7;
  font-size: 0;
  background: #c89227;
  clip-path: polygon(0 30%, 36% 30%, 36% 0, 64% 0, 64% 30%, 100% 30%, 100% 70%, 64% 70%, 64% 100%, 36% 100%, 36% 70%, 0 70%);
}

.brand-logo.exeed {
  color: #bb7350;
  font-size: 21px;
}

.brand-logo.ford {
  min-width: 76px;
  height: 28px;
  border-radius: 999px;
  color: white;
  background: #1264a3;
  font-family: Georgia, serif;
  font-style: italic;
}

.brand-logo.kia {
  font-size: 24px;
  letter-spacing: -1px;
}

.brand-logo.lexus {
  width: 44px;
  min-width: 44px;
  margin-inline: auto;
  border: 2px solid #111;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-style: italic;
}

.brand-logo.hyundai {
  width: 44px;
  min-width: 44px;
  margin-inline: auto;
  border: 2px solid #111;
  border-radius: 50%;
  font-style: italic;
}

.brand-logo.star {
  font-size: 28px;
}

.brand-logo.diamond {
  font-size: 34px;
}

.brand-logo.wings {
  min-width: 116px;
  font-size: 17px;
}

.brand-logo.shield {
  width: 46px;
  min-width: 46px;
  color: white;
  border-radius: 8px 8px 16px 16px;
  background: #1d4d7a;
  font-size: 16px;
}

.brand-tile span:last-child {
  font-size: 15px;
}

.show-all-brands {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 174px;
  min-height: 42px;
  margin: 22px auto 0;
  padding: 0 24px;
  border: 1px solid #4f5555;
  border-radius: 999px;
  color: #4f5555;
  background: transparent;
  cursor: pointer;
}

.show-all-brands:hover {
  color: white;
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.market-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.market-row button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: white;
  cursor: pointer;
  font-weight: 750;
}

.market-row button:hover,
.market-row button.is-selected {
  color: white;
  border-color: var(--accent);
  background: var(--accent);
}

.chip {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: white;
  cursor: pointer;
}

.chip.active {
  color: white;
  border-color: var(--accent);
  background: var(--accent);
}

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

.car-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 28px rgba(18, 33, 29, 0.07);
}

.car-visual {
  display: grid;
  place-items: center;
  min-height: 230px;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(31, 122, 84, 0.14), rgba(201, 156, 68, 0.18)),
    #edf2ee;
  color: rgba(18, 33, 29, 0.18);
  font-size: 68px;
  font-weight: 900;
}

.car-card h3 {
  margin: 0;
  font-size: 22px;
}

.car-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
}

.car-meta span {
  padding: 6px 8px;
  border-radius: 6px;
  background: var(--surface);
}

.car-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 2px;
}

.price {
  font-size: 24px;
  font-weight: 850;
}

.inquire {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 136px;
  padding: 0 18px;
  border-radius: 8px;
  color: white;
  background: var(--accent-dark);
  font-weight: 750;
  text-align: center;
  white-space: nowrap;
}

.empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px;
  border: 1px dashed rgba(31, 122, 84, 0.36);
  border-radius: 8px;
  color: var(--muted);
  background: white;
}

.b2b-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 34px;
  align-items: center;
  padding: 42px;
  border-radius: 8px;
  color: white;
  background:
    linear-gradient(135deg, rgba(31, 122, 84, 0.94), rgba(18, 33, 29, 0.96)),
    #12211d;
}

.b2b-strip h2 {
  max-width: 760px;
}

.b2b-strip p:not(.eyebrow) {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.6;
}

.b2b-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.b2b-points span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 750;
}

.services {
  padding: 44px;
  border-radius: 8px;
  background: #12211d;
  color: white;
}

.services .section-heading p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.service-grid article {
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.service-grid span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--gold);
  font-weight: 900;
}

.service-grid h3 {
  margin: 0 0 10px;
}

.service-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 42px;
  align-items: center;
  padding: 44px;
  border-radius: 8px;
  background: #eaf1ed;
}

.dealer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.primary-link,
.secondary-link {
  padding: 0 18px;
}

.secondary-link {
  color: var(--accent-dark);
  border: 1px solid rgba(31, 122, 84, 0.32);
  background: rgba(255, 255, 255, 0.7);
}

.dealer-panel {
  display: grid;
  gap: 12px;
}

.panel-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 0 18px;
  border-radius: 8px;
  background: white;
}

.panel-row span {
  color: var(--muted);
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.region-grid article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.region-grid h3 {
  margin: 0 0 12px;
}

.region-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.procurement-grid,
.lot-grid,
.accessory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.procurement-grid article,
.lot-card,
.accessory-grid article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 28px rgba(18, 33, 29, 0.06);
}

.procurement-grid span,
.lot-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 10px;
  border-radius: 8px;
  color: white;
  background: var(--accent-dark);
  font-weight: 850;
}

.procurement-grid h2,
.lot-card h3,
.accessory-grid h2 {
  margin: 0 0 12px;
}

.procurement-grid p,
.lot-card p,
.accessory-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.lot-card ul,
.request-aside ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.process {
  padding: 42px;
  border-radius: 8px;
  background: #eaf1ed;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.process-steps div {
  min-height: 180px;
  padding: 22px;
  border-radius: 8px;
  background: white;
}

.process-steps span,
.category-strip span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 8px;
  color: white;
  background: var(--accent);
  font-weight: 850;
}

.process-steps strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.process-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 36px;
  border-radius: 8px;
  background: #12211d;
  color: white;
}

.cta-band h2 {
  max-width: 760px;
}

.cta-band p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
}

.expandable-categories {
  margin-top: 72px;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.category-strip article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.category-strip h3 {
  margin: 0 0 10px;
}

.category-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.trust-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.trust-links a {
  display: grid;
  gap: 10px;
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 28px rgba(18, 33, 29, 0.05);
}

.trust-links span,
.blog-grid span {
  color: var(--gold);
  font-weight: 850;
}

.trust-links strong {
  font-size: 24px;
}

.trust-links small {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.blog-grid,
.document-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.blog-grid article,
.document-grid article {
  display: grid;
  gap: 14px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 28px rgba(18, 33, 29, 0.05);
}

.blog-grid h2,
.document-grid h2 {
  margin: 0;
}

.blog-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.document-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.55;
}

.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 24px;
  align-items: start;
}

.request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 28px rgba(18, 33, 29, 0.06);
}

.request-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface);
}

.request-form textarea {
  min-height: 130px;
  padding-top: 12px;
  resize: vertical;
}

.request-form .wide,
.request-form button {
  grid-column: 1 / -1;
}

.request-form button {
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  color: white;
  background: var(--accent);
  cursor: pointer;
  font-weight: 850;
}

.request-aside {
  padding: 28px;
  border-radius: 8px;
  color: white;
  background: #12211d;
}

.request-aside h2 {
  margin: 0;
}

.request-aside ul {
  color: rgba(255, 255, 255, 0.74);
}

.aside-note {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.aside-note span {
  color: rgba(255, 255, 255, 0.72);
}

.catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  margin-bottom: 28px;
}

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

.product-card {
  display: grid;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: white;
  box-shadow: 0 10px 28px rgba(18, 33, 29, 0.06);
}

.product-media {
  display: grid;
  min-height: 240px;
  place-items: center;
  color: rgba(18, 33, 29, 0.28);
  background:
    linear-gradient(135deg, rgba(31, 122, 84, 0.12), rgba(201, 156, 68, 0.18)),
    #edf2ee;
  font-size: 42px;
  font-weight: 950;
}

.product-body {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px;
}

.product-body h2 {
  margin: 0;
  font-size: 26px;
}

.product-body p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-meta span {
  padding: 7px 9px;
  border-radius: 6px;
  color: var(--muted);
  background: var(--surface);
  font-size: 14px;
}

.list-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.list-filter {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.list-filter h2 {
  margin: 0;
}

.list-filter label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.list-filter select,
.list-toolbar select {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface);
}

.product-list {
  display: grid;
  gap: 14px;
}

.list-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.list-toolbar span {
  color: var(--muted);
  font-weight: 750;
}

.list-item {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 28px rgba(18, 33, 29, 0.05);
}

.list-thumb {
  display: grid;
  width: 100%;
  min-height: 150px;
  aspect-ratio: 16 / 10;
  place-items: center;
  border-radius: 8px;
  color: rgba(18, 33, 29, 0.28);
  background:
    linear-gradient(135deg, rgba(31, 122, 84, 0.12), rgba(201, 156, 68, 0.18)),
    #edf2ee;
  font-size: 28px;
  font-weight: 950;
  text-decoration: none;
  overflow: hidden;
}

.list-thumb img,
.detail-media img,
.recommendation-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.list-copy h2 {
  margin: 0 0 8px;
  font-size: 24px;
}

.list-copy h2 a,
.recommendation-grid h3 a {
  color: inherit;
  text-decoration: none;
}

.list-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.55;
}

.list-actions {
  display: grid;
  gap: 10px;
  min-width: 142px;
}

.list-actions strong {
  font-size: 20px;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(520px, 1.08fr) minmax(0, 0.92fr);
  gap: 38px;
  align-items: center;
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 36px;
}

.detail-media {
  display: grid;
  min-height: 500px;
  place-items: center;
  border-radius: 8px;
  color: rgba(18, 33, 29, 0.3);
  background:
    linear-gradient(135deg, rgba(31, 122, 84, 0.14), rgba(201, 156, 68, 0.2)),
    white;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.detail-media span {
  font-size: clamp(82px, 12vw, 154px);
  font-weight: 950;
}

.detail-summary h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
}

.detail-summary p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.detail-tags span {
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--muted);
  background: white;
  font-size: 14px;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.detail-main,
.detail-aside {
  padding: 28px;
  border-radius: 8px;
  background: white;
}

.detail-main h2 {
  margin: 0 0 18px;
}

.detail-block + .detail-block {
  margin-top: 42px;
  padding-top: 38px;
  border-top: 1px solid var(--line);
}

.characteristics-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 680px;
  gap: 0;
}

.characteristics-list div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  min-height: 40px;
  align-items: center;
}

.characteristics-list span {
  color: #96a3b5;
}

.characteristics-list strong {
  color: var(--ink);
  font-weight: 500;
}

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

.options-grid h3 {
  margin: 0 0 12px;
  color: #96a3b5;
  font-size: 16px;
  font-weight: 650;
}

.options-grid h3:not(:first-child) {
  margin-top: 30px;
}

.options-grid ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: var(--ink);
  line-height: 1.45;
}

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

.spec-grid div {
  display: grid;
  gap: 8px;
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.spec-grid span {
  color: var(--muted);
  font-size: 14px;
}

.included-list {
  display: grid;
  gap: 12px;
}

.included-list article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.included-list p,
.detail-aside p {
  color: var(--muted);
  line-height: 1.55;
}

.detail-aside {
  position: sticky;
  top: 96px;
  color: white;
  background: #12211d;
}

.detail-aside h2 {
  margin: 0;
}

.detail-aside p {
  color: rgba(255, 255, 255, 0.72);
}

.aside-price {
  display: grid;
  gap: 6px;
  margin: 24px 0;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.aside-price span {
  color: rgba(255, 255, 255, 0.58);
}

.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.recommendation-grid article {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.recommendation-media {
  display: grid;
  min-height: 210px;
  place-items: center;
  border-radius: 8px;
  color: rgba(18, 33, 29, 0.28);
  background:
    linear-gradient(135deg, rgba(31, 122, 84, 0.12), rgba(201, 156, 68, 0.18)),
    #edf2ee;
  font-size: 42px;
  font-weight: 950;
}

.recommendation-grid h3 {
  margin: 0;
  font-size: 22px;
}

.recommendation-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: start;
  padding: 42px;
  border-radius: 8px;
  background: white;
}

.about-story h2 {
  margin: 0;
}

.about-story > p {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

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

.value-grid article {
  min-height: 250px;
  padding: 26px;
  border-radius: 8px;
  color: white;
  background: #12211d;
}

.value-grid span {
  display: inline-grid;
  width: 42px;
  height: 34px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--accent);
  font-weight: 850;
}

.value-grid h2 {
  margin: 0 0 12px;
}

.value-grid p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 32px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: white;
}

.footer span:first-child {
  color: var(--ink);
  font-weight: 850;
}

@media (max-width: 900px) {
  .topbar {
    padding: 0 20px;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    width: min(100% - 32px, 680px);
    padding: 72px 0 74px;
  }

  .search-panel,
  .directions,
  .stats,
  .car-grid,
  .split,
  .b2b-strip,
  .region-grid,
  .brand-grid,
  .service-grid,
  .procurement-grid,
  .lot-grid,
  .accessory-grid,
  .process-steps,
  .category-strip,
  .trust-links,
  .blog-grid,
  .document-grid,
  .request-layout,
  .request-form,
  .product-grid,
  .list-layout,
  .list-item,
  .detail-hero,
  .detail-layout,
  .spec-grid,
  .options-grid,
  .recommendation-grid,
  .about-story,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .directions {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
  }

  .stats {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
  }

  .stats div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stats div:last-child {
    border-bottom: 0;
  }

  .section {
    width: min(100% - 32px, 680px);
    margin: 64px auto;
  }

  .split {
    padding: 28px;
  }

  .services {
    padding: 28px;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .process {
    padding: 28px;
  }

  .b2b-strip {
    padding: 28px;
  }

  .b2b-points {
    grid-template-columns: 1fr;
  }

  .detail-aside {
    position: static;
  }

  .list-filter {
    position: static;
  }

  .list-actions {
    grid-template-columns: 1fr 1fr;
    min-width: 0;
  }

  .characteristics-list div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 8px 0;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .detail-hero {
    grid-template-columns: 1fr;
  }

  .detail-media {
    min-height: 420px;
  }

  .list-item {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .list-actions {
    grid-column: 2;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .topbar {
    min-height: 64px;
  }

  .brand {
    font-size: 18px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 12px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .search-panel {
    padding: 12px;
  }

  .car-bottom,
  .list-toolbar,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .car-bottom {
    grid-template-columns: 1fr;
  }

  .inquire {
    width: 100%;
  }

  .list-actions {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
