:root {
  --ink: #07111f;
  --ink-soft: #13263a;
  --paper: #f4f6f8;
  --white: #fff;
  --sky: #50d5ff;
  --blue: #0877ff;
  --blue-dark: #0054c8;
  --lime: #c7ff5e;
  --muted: #687482;
  --line: rgba(7, 17, 31, .12);
  --shadow: 0 24px 70px rgba(7, 17, 31, .14);
  --radius: 24px;
  --max: 1200px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { 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; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--sky); }
.section-title { max-width: 760px; margin: 0; font-size: clamp(2.1rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }
.section-copy { max-width: 620px; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.section { padding: 110px 0; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .25s var(--ease), color .25s, background .25s, border-color .25s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--blue); box-shadow: 0 14px 34px rgba(8,119,255,.25); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-light { color: var(--ink); background: var(--white); }
.btn-ghost { border-color: rgba(255,255,255,.3); color: var(--white); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.btn-dark { color: var(--white); background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-weight: 800; text-decoration: none; }
.text-link svg { transition: transform .25s; }
.text-link:hover svg { transform: translateX(4px); }

.site-header { position: fixed; z-index: 50; top: 0; width: 100%; color: var(--white); transition: background .25s, box-shadow .25s, color .25s; }
.site-header.scrolled, .used-page .site-header { color: var(--ink); background: rgba(255,255,255,.92); box-shadow: 0 8px 35px rgba(7,17,31,.08); backdrop-filter: blur(18px); }
.nav { display: flex; height: 78px; align-items: center; justify-content: space-between; gap: 26px; }
.logo { position: relative; display: inline-flex; align-items: center; color: inherit; text-decoration: none; }
.brand-logo { width: 174px; height: auto; object-fit: contain; }
.site-header:not(.scrolled) .brand-logo { filter: brightness(0) invert(1); }
.used-page .site-header .brand-logo, .site-header.scrolled .brand-logo { filter: none; }
.site-footer .brand-logo { filter: brightness(0) invert(1); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { position: relative; font-size: .89rem; font-weight: 700; text-decoration: none; }
.nav-links a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; border-radius: 2px; background: var(--sky); content: ""; transform: scaleX(0); transition: transform .25s; }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang { position: relative; }
.lang-toggle, .menu-toggle { display: inline-flex; min-width: 44px; height: 44px; align-items: center; justify-content: center; gap: 7px; padding: 0 13px; border: 1px solid currentColor; border-radius: 999px; color: inherit; background: transparent; cursor: pointer; }
.lang-toggle span { font-size: .78rem; font-weight: 850; }
.lang-menu { position: absolute; top: calc(100% + 10px); right: 0; width: 175px; padding: 7px; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: .2s var(--ease); }
.lang.open .lang-menu { opacity: 1; pointer-events: auto; transform: none; }
.lang-option { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 11px 12px; border: 0; border-radius: 10px; color: inherit; background: transparent; cursor: pointer; text-align: left; }
.lang-option:hover, .lang-option.active { background: #edf7ff; }
.lang-option small { color: var(--blue); font-weight: 800; }
.menu-toggle { display: none; }

.hero { position: relative; display: flex; min-height: min(870px, 100svh); align-items: end; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,10,20,.96) 0%, rgba(3,10,20,.72) 33%, rgba(3,10,20,.16) 68%, rgba(3,10,20,.28) 100%), url("../images/hero-secauto.png") center / cover no-repeat; content: ""; transform: scale(1.015); animation: hero-in 1.2s var(--ease) both; }
.hero::after { position: absolute; right: -10%; bottom: -65%; width: 62vw; aspect-ratio: 1; border: 1px solid rgba(80,213,255,.22); border-radius: 50%; box-shadow: 0 0 0 80px rgba(80,213,255,.03), 0 0 0 160px rgba(80,213,255,.025); content: ""; }
@keyframes hero-in { from { opacity: .4; transform: scale(1.08); } }
.hero-inner { position: relative; z-index: 2; padding-top: 150px; padding-bottom: 74px; }
.hero-copy { max-width: 760px; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.4rem, 8.4vw, 7.7rem); font-weight: 850; line-height: .84; letter-spacing: -.075em; }
.hero h1 em { display: block; color: var(--sky); font-style: normal; }
.hero-lead { max-width: 560px; margin: 28px 0 34px; color: rgba(255,255,255,.8); font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-stats { display: flex; max-width: 630px; margin-top: 66px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); gap: 42px; }
.stat strong { display: block; font-size: 1.55rem; }
.stat span { display: block; margin-top: 5px; color: rgba(255,255,255,.58); font-size: .77rem; }
.scroll-cue { position: absolute; z-index: 3; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: 68px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.66); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue::after { width: 1px; height: 54px; background: linear-gradient(var(--sky), transparent); content: ""; }

.marquee { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--white); }
.marquee-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.brand-item { display: grid; width: 210px; height: 112px; flex: 0 0 210px; padding: 22px 34px; place-items: center; }
.brand-item img { display: block; width: auto; height: auto; max-width: 142px; max-height: 54px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter .25s, opacity .25s, transform .25s var(--ease); }
.brand-item:hover img { filter: none; opacity: 1; transform: scale(1.04); }
@keyframes marquee { to { transform: translateX(-50%); } }

.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 80px; }
.year-card { position: sticky; top: 120px; min-height: 470px; padding: 40px; overflow: hidden; border-radius: var(--radius); color: var(--white); background: var(--ink); }
.year-card::after { position: absolute; right: -30%; bottom: -35%; width: 100%; aspect-ratio: 1; border: 65px solid rgba(80,213,255,.09); border-radius: 50%; content: ""; }
.year-number { position: relative; z-index: 1; display: block; margin: 65px 0 22px; color: var(--sky); font-size: clamp(5rem, 12vw, 9rem); font-weight: 900; line-height: .8; letter-spacing: -.09em; }
.year-card p { position: relative; z-index: 1; max-width: 330px; color: rgba(255,255,255,.67); line-height: 1.65; }
.story { padding-top: 18px; }
.story .section-title { margin-bottom: 32px; }
.story p { color: var(--muted); font-size: 1.06rem; line-height: 1.85; }
.story-quote { margin: 45px 0; padding-left: 25px; border-left: 3px solid var(--sky); color: var(--ink) !important; font-size: 1.35rem !important; font-weight: 750; line-height: 1.45 !important; }

.services-section { color: var(--white); background: var(--ink); }
.services-section .section-copy { color: rgba(255,255,255,.58); }
.services-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 300px; padding: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.045); transition: border-color .25s, transform .3s var(--ease), background .25s; }
.service-card:nth-child(1), .service-card:nth-child(4) { grid-column: span 7; }
.service-card:nth-child(2), .service-card:nth-child(3) { grid-column: span 5; }
.service-card:hover { border-color: rgba(80,213,255,.6); background: rgba(255,255,255,.07); transform: translateY(-5px); }
.service-icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 16px; color: var(--sky); background: rgba(80,213,255,.1); font-size: 1.35rem; }
.service-card h3 { margin: 70px 0 11px; font-size: 1.55rem; }
.service-card p { max-width: 440px; margin: 0; color: rgba(255,255,255,.58); line-height: 1.65; }
.service-index { position: absolute; top: 25px; right: 28px; color: rgba(255,255,255,.25); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }

.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vehicle-card { overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: var(--white); box-shadow: 0 8px 30px rgba(7,17,31,.05); transition: transform .3s var(--ease), box-shadow .3s; }
.vehicle-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.vehicle-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #dce2e8; }
.vehicle-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.vehicle-card:hover img { transform: scale(1.035); }
.vehicle-badge { position: absolute; top: 14px; left: 14px; padding: 7px 11px; border-radius: 999px; color: var(--ink); background: var(--lime); font-size: .67rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.vehicle-content { padding: 23px; }
.vehicle-brand { margin: 0 0 7px; color: var(--blue); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.vehicle-card h3 { margin: 0; font-size: 1.32rem; letter-spacing: -.03em; }
.vehicle-version { min-height: 43px; margin: 8px 0 18px; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.vehicle-specs { display: flex; gap: 10px; margin-bottom: 20px; color: #45515f; font-size: .78rem; }
.vehicle-specs span { display: flex; align-items: center; gap: 5px; }
.vehicle-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); }
.vehicle-price { font-size: 1.38rem; font-weight: 900; letter-spacing: -.03em; }
.vehicle-open { display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; color: var(--white); background: var(--ink); cursor: pointer; }

.locations { overflow: hidden; background: #e7ebef; }
.locations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.location-card { display: flex; min-height: 310px; flex-direction: column; padding: 30px; border-radius: var(--radius); background: var(--white); }
.location-pin { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--blue); background: #eef7ff; }
.location-card h3 { margin: 50px 0 8px; font-size: 1.25rem; }
.location-card address { color: var(--muted); font-style: normal; line-height: 1.6; }
.location-card a { margin-top: auto; font-weight: 800; text-decoration: none; }

.cta-wrap { padding: 24px 0 110px; background: #e7ebef; }
.cta { position: relative; display: grid; min-height: 370px; place-items: center; overflow: hidden; border-radius: 32px; color: var(--white); background: linear-gradient(135deg, var(--blue-dark), var(--blue)); text-align: center; }
.cta::before, .cta::after { position: absolute; width: 360px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; content: ""; }
.cta::before { top: -220px; left: -70px; box-shadow: 0 0 0 60px rgba(255,255,255,.035); }
.cta::after { right: -80px; bottom: -280px; box-shadow: 0 0 0 80px rgba(255,255,255,.035); }
.cta-content { position: relative; z-index: 1; max-width: 720px; padding: 50px 25px; }
.cta h2 { margin: 0 0 18px; font-size: clamp(2.4rem, 6vw, 5rem); line-height: .95; letter-spacing: -.06em; }
.cta p { max-width: 560px; margin: 0 auto 28px; color: rgba(255,255,255,.76); line-height: 1.65; }

.site-footer { padding: 75px 0 28px; color: var(--white); background: #030a13; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-brand p { max-width: 310px; color: rgba(255,255,255,.48); line-height: 1.7; }
.footer-col h3 { margin: 0 0 19px; color: rgba(255,255,255,.38); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-col a { display: block; width: fit-content; margin: 11px 0; color: rgba(255,255,255,.78); font-size: .9rem; text-decoration: none; }
.footer-col a:hover { color: var(--sky); }
.socials { display: flex; gap: 9px; margin-top: 25px; }
.socials a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; text-decoration: none; }
.footer-legal { margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: .72rem; line-height: 1.65; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 25px; color: rgba(255,255,255,.36); font-size: .72rem; }

.used-page { padding-top: 78px; }
.catalog-hero { padding: 86px 0 60px; color: var(--white); background: var(--ink); }
.catalog-hero .section-title { max-width: 870px; }
.catalog-hero .section-copy { color: rgba(255,255,255,.6); }
.catalog-kicker { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; color: var(--sky); font-size: .77rem; font-weight: 800; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(199,255,94,.12); }
.catalog { padding: 36px 0 100px; }
.catalog-loading { display: grid; grid-template-columns: 280px 1fr 1fr; gap: 28px; }
.catalog-loading span { min-height: 460px; border-radius: 20px; background: linear-gradient(100deg, #e4e8ec 30%, #f7f8f9 48%, #e4e8ec 66%); background-size: 300% 100%; animation: shimmer 1.2s infinite; }
@keyframes shimmer { to { background-position: -150% 0; } }
.catalog-layout { display: grid; grid-template-columns: 280px 1fr; align-items: start; gap: 28px; }
.filters { position: sticky; top: 100px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.filters-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.filters-head h2 { margin: 0; font-size: 1rem; }
.filter-reset { padding: 0; border: 0; color: var(--blue); background: transparent; font-size: .75rem; font-weight: 800; cursor: pointer; }
.filter-group { margin-bottom: 20px; }
.filter-group label { display: block; margin-bottom: 8px; color: #45515f; font-size: .72rem; font-weight: 800; }
.control { width: 100%; height: 46px; padding: 0 13px; border: 1px solid var(--line); border-radius: 11px; outline: none; color: var(--ink); background: var(--paper); transition: border-color .2s, box-shadow .2s; }
.control:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,119,255,.1); }
.range-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.range-row .control { padding-inline: 10px; font-size: .76rem; }
.catalog-main { min-width: 0; }
.catalog-toolbar { display: flex; min-height: 60px; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.results-count { font-size: .9rem; }
.results-count strong { font-size: 1.12rem; }
.toolbar-actions { display: flex; align-items: center; gap: 9px; }
.sort-control { width: auto; min-width: 176px; }
.view-toggle { display: flex; padding: 4px; border-radius: 12px; background: #e4e8ec; }
.view-btn { display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 9px; color: #687482; background: transparent; cursor: pointer; }
.view-btn.active { color: var(--ink); background: var(--white); box-shadow: 0 3px 12px rgba(7,17,31,.1); }
.mobile-filter { display: none; }
.vehicles-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.vehicles-grid.list { display: flex; flex-direction: column; }
.vehicles-grid.list .vehicle-card { display: grid; grid-template-columns: 300px 1fr; }
.vehicles-grid.list .vehicle-media { height: 100%; aspect-ratio: auto; }
.vehicles-grid.list .vehicle-version { min-height: auto; }
.empty-state { grid-column: 1 / -1; padding: 80px 30px; border: 1px dashed var(--line); border-radius: 20px; background: var(--white); text-align: center; }
.empty-state svg { width: 42px; height: 42px; color: var(--muted); }
.pagination { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 35px; }
.page-btn { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: var(--white); cursor: pointer; }
.page-btn.active, .page-btn:hover { border-color: var(--ink); color: var(--white); background: var(--ink); }
.page-btn:disabled { opacity: .35; pointer-events: none; }

.modal { position: fixed; z-index: 100; inset: 0; display: grid; padding: 22px; place-items: center; background: rgba(2,8,15,.78); backdrop-filter: blur(10px); opacity: 0; pointer-events: none; transition: opacity .25s; }
.modal.open { opacity: 1; pointer-events: auto; }
.modal-panel { position: relative; width: min(100%, 980px); max-height: calc(100svh - 44px); overflow: auto; border-radius: 25px; background: var(--white); box-shadow: 0 30px 100px rgba(0,0,0,.4); transform: translateY(20px) scale(.98); transition: transform .3s var(--ease); }
.modal.open .modal-panel { transform: none; }
.modal-close { position: absolute; z-index: 2; top: 16px; right: 16px; display: grid; width: 43px; height: 43px; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.9); box-shadow: 0 5px 20px rgba(7,17,31,.18); cursor: pointer; }
.vehicle-modal-grid { display: grid; grid-template-columns: 1.15fr .85fr; }
.modal-gallery { min-height: 570px; background: var(--ink); }
.modal-main-image { width: 100%; height: 455px; object-fit: cover; }
.modal-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 10px; }
.modal-thumb { padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 9px; background: transparent; cursor: pointer; }
.modal-thumb.active { border-color: var(--sky); }
.modal-thumb img { width: 100%; height: 85px; object-fit: cover; }
.modal-info { display: flex; flex-direction: column; padding: 48px 34px 34px; }
.modal-info h2 { margin: 8px 0 7px; font-size: 2.15rem; line-height: 1; letter-spacing: -.05em; }
.modal-info .vehicle-version { min-height: auto; }
.modal-price { margin: 20px 0; font-size: 2.2rem; font-weight: 900; letter-spacing: -.05em; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; margin-bottom: 25px; border: 1px solid var(--line); border-radius: 14px; background: var(--line); }
.detail { padding: 13px; background: var(--white); }
.detail small { display: block; margin-bottom: 4px; color: var(--muted); font-size: .66rem; }
.detail strong { font-size: .85rem; }
.modal-info .btn { width: 100%; margin-top: auto; }
.data-notice { margin: 14px 0 0; color: var(--muted); font-size: .66rem; line-height: 1.5; }
.toast { position: fixed; z-index: 120; right: 20px; bottom: 20px; max-width: 340px; padding: 14px 18px; border-radius: 12px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); font-size: .85rem; opacity: 0; pointer-events: none; transform: translateY(15px); transition: .25s var(--ease); }
.toast.show { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .nav-links { position: fixed; top: 78px; right: 16px; left: 16px; display: none; padding: 25px; border-radius: 18px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; flex-direction: column; align-items: stretch; }
  .nav-links a { padding: 10px; }
  .menu-toggle { display: inline-flex; }
  .desktop-cta { display: none; }
  .intro-grid { gap: 42px; }
  .featured-grid, .locations-grid { grid-template-columns: 1fr 1fr; }
  .location-card:last-child { grid-column: 1 / -1; }
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-loading { grid-template-columns: 1fr 1fr; }
  .catalog-loading span:first-child { display: none; }
  .filters { position: fixed; z-index: 80; top: 0; right: 0; bottom: 0; width: min(88vw, 360px); overflow: auto; border: 0; border-radius: 0; box-shadow: -20px 0 60px rgba(7,17,31,.2); transform: translateX(110%); transition: transform .3s var(--ease); }
  .filters.open { transform: none; }
  .mobile-filter { display: inline-flex; }
  .filter-overlay { position: fixed; z-index: 70; inset: 0; display: none; background: rgba(7,17,31,.55); }
  .filter-overlay.open { display: block; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 78px 0; }
  .section-head { align-items: start; flex-direction: column; margin-bottom: 32px; }
  .hero { min-height: 760px; }
  .hero::before { background-position: 62% center; }
  .hero-inner { padding-bottom: 38px; }
  .hero h1 { font-size: clamp(3.4rem, 17vw, 5.2rem); }
  .hero-lead { max-width: 88%; }
  .hero-stats { gap: 18px; justify-content: space-between; }
  .stat strong { font-size: 1.15rem; }
  .scroll-cue { display: none; }
  .brand-item { width: 160px; height: 86px; flex-basis: 160px; padding: 18px 26px; }
  .brand-item img { max-width: 108px; max-height: 43px; }
  .intro-grid { grid-template-columns: 1fr; }
  .year-card { position: relative; top: auto; min-height: 330px; }
  .year-number { margin-top: 35px; }
  .services-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .service-card { min-width: 85vw; scroll-snap-align: start; }
  .featured-grid, .locations-grid { grid-template-columns: 1fr; }
  .location-card:last-child { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .catalog-hero { padding-top: 66px; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .toolbar-actions { width: 100%; }
  .sort-control { flex: 1; min-width: 0; }
  .vehicles-grid { grid-template-columns: 1fr; }
  .catalog-loading { grid-template-columns: 1fr; }
  .catalog-loading span:nth-child(2) { display: none; }
  .vehicles-grid.list .vehicle-card { display: block; }
  .vehicles-grid.list .vehicle-media { aspect-ratio: 16 / 10; }
  .vehicle-modal-grid { grid-template-columns: 1fr; }
  .modal-gallery { min-height: auto; }
  .modal-main-image { height: 300px; }
  .modal-info { padding: 30px 22px; }
  .modal-info h2 { font-size: 1.75rem; }
}

@media (max-width: 420px) {
  .brand-logo { width: 142px; }
  .nav { gap: 8px; }
  .lang-toggle { padding: 0 10px; }
  .hero-stats { flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .view-toggle { display: none; }
}

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