:root {
  --red: #d40000;
  --red-dark: #a90000;
  --black: #111;
  --ink: #171717;
  --muted: #6b6b6b;
  --line: #e8e8e8;
  --green: #26b84a;
  --blue: #0d8cff;
  --page-max: 1366px;
  --content: 1120px;
  --shadow-card: 0 9px 16px rgba(0, 0, 0, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.site-shell { width: 100%; overflow: clip; }
.container, .container-wide { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.container-wide { width: min(calc(100% - 48px), var(--page-max)); }
.section-pad { padding: 54px 0; }
.section-pad-sm { padding: 34px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  color: #fff;
  padding-top: 14px;
}
.header-inner { display: flex; align-items: center; justify-content: center; position: relative; gap: 42px; }
.brand { width: 198px; flex: 0 0 auto; }
.brand img { width: 100%; filter: drop-shadow(0 2px 3px rgba(0,0,0,.25)); }
.desktop-nav { display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 600; text-shadow: 0 1px 2px rgba(0,0,0,.5); }
.desktop-nav > a, .nav-dropdown > button {
  display: flex; align-items: center; gap: 7px; border: 0; background: transparent; color: #fff; padding: 9px 0; transition: color .2s ease, transform .2s ease;
}
.desktop-nav > a:hover, .desktop-nav > a.active, .nav-dropdown > button:hover { color: #efefef; transform: translateY(-1px); }
.nav-dropdown { position: relative; }
.dropdown-menu {
  position: absolute; top: calc(100% + 8px); left: -18px; width: 230px; padding: 12px; background: rgba(17,17,17,.97); border-radius: 8px;
  box-shadow: 0 14px 35px rgba(0,0,0,.35); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease;
}
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a { display: block; padding: 9px 10px; border-radius: 5px; font-size: 12px; }
.dropdown-menu a:hover { background: var(--red); }
.menu-toggle { display: none; position: absolute; right: 0; width: 42px; height: 42px; border: 0; background: rgba(255,255,255,.12); border-radius: 7px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; transition: .25s ease; }
.mobile-menu { display: none; }

.hero {
  position: relative;
  height: clamp(540px, 49vw, 680px);
  min-height: 540px;
  overflow: hidden;
  isolation: isolate;
}
.hero-layer, .hero-diagonal, .gold-particles { position: absolute; inset: 0; pointer-events: none; }
.hero-black { background: linear-gradient(145deg, #111 0 40%, transparent 40.2%); z-index: -6; }
.hero-red { background: linear-gradient(135deg, transparent 0 41%, #d32a24 41.2% 72%, #e44b45 100%); z-index: -7; }
.hero-diagonal {
  background: linear-gradient(135deg, transparent 0 42.3%, rgba(255,255,255,.12) 42.4% 47%, transparent 47.1%),
              linear-gradient(to top, rgba(255,255,255,.72) 0, rgba(255,255,255,0) 34%);
  z-index: -3;
}
.gold-particles { opacity: .86; z-index: -2; }
.gold-particles::before, .gold-particles::after {
  content: ""; position: absolute; width: 420px; height: 230px;
  background:
    radial-gradient(circle, rgba(255,211,63,.95) 0 2px, transparent 2.8px) 0 0/23px 21px,
    radial-gradient(circle, rgba(255,221,111,.65) 0 1px, transparent 2px) 9px 14px/19px 18px;
  filter: blur(.15px);
  transform: rotate(-17deg);
  mask-image: linear-gradient(to right, transparent, #000 20%, #000 75%, transparent);
}
.particles-left::before { left: -120px; top: 175px; }
.particles-right::after { right: -65px; top: 165px; transform: rotate(11deg); }
.hero-inner { height: 100%; position: relative; display: grid; grid-template-columns: 2.15fr .85fr; align-items: center; padding-top: 54px; }
.hero-car-wrap { position: relative; align-self: end; height: 88%; display: flex; align-items: flex-end; justify-content: center; }
.hero-car-wrap::after { content: ""; position: absolute; width: 70%; height: 32px; bottom: 56px; background: rgba(0,0,0,.33); filter: blur(15px); border-radius: 50%; z-index: -1; }
.hero-car { width: min(760px, 86%); max-height: 530px; object-fit: contain; filter: drop-shadow(0 20px 13px rgba(0,0,0,.24)); transition: opacity .28s ease, transform .35s cubic-bezier(.2,.7,.2,1); }
.hero-car.is-changing { opacity: 0; transform: translateX(-25px) scale(.97); }
.hero-copy { align-self: center; justify-self: end; width: min(100%, 360px); text-align: right; color: #fff; padding-right: 38px; }
.indent-btn { border: 0; color: #fff; background: var(--blue); font-weight: 700; border-radius: 13px; padding: 17px 45px; box-shadow: 0 8px 18px rgba(3,104,214,.28); letter-spacing: .5px; transition: transform .18s ease, box-shadow .18s ease; }
.indent-btn:hover { transform: translateY(-3px); box-shadow: 0 13px 25px rgba(3,104,214,.38); }
.hero-info { margin-top: 44px; position: relative; }
.info-dot { position: absolute; right: 18px; top: -35px; width: 17px; height: 17px; background: #84231f; border-radius: 50%; box-shadow: inset 0 0 0 4px rgba(255,255,255,.2); }
.hero-info .eyebrow { font-weight: 600; letter-spacing: 5px; margin: 0; font-size: 18px; }
.hero-info h1 { font-size: 34px; letter-spacing: 4px; line-height: 1; margin: 0 0 14px; font-weight: 600; }
.hero-info p:last-child { line-height: 1.5; margin: 0; font-weight: 400; font-size: 16px; }
.hero-arrow { position: absolute; top: 53%; transform: translateY(-50%); border: 0; width: 36px; height: 36px; border-radius: 50%; color: #fff; background: rgba(40,0,0,.55); opacity: .76; z-index: 3; }
.hero-arrow:hover { opacity: 1; }
.hero-arrow.prev { left: 13px; }
.hero-arrow.next { right: 13px; }

.showcase-strip { position: relative; background: #fff; padding: 12px 0 13px; box-shadow: 0 -2px 0 #fff; }
.showcase-strip::after { content: ""; position: absolute; left: 0; right: 0; bottom: -9px; height: 12px; background: linear-gradient(165deg, #fff 0 48%, #e90000 49% 60%, #f4a5a5 61% 68%, transparent 69%); }
.hero-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.hero-thumb { border: 2px solid #fff; background: linear-gradient(125deg, #151515 0 50%, #bf1c18 50%); border-radius: 13px; overflow: hidden; height: 112px; position: relative; box-shadow: 0 2px 6px rgba(0,0,0,.25); padding: 0; transition: transform .18s ease, border-color .18s ease; }
.hero-thumb:hover, .hero-thumb.active { transform: translateY(-3px); border-color: var(--red); }
.hero-thumb img { width: 100%; height: 100%; object-fit: contain; transform: scale(1.05); }
.hero-thumb span { position: absolute; left: 0; right: 0; bottom: 5px; color: #fff; font-size: 9px; font-weight: 700; text-shadow: 0 1px 3px #000; }
.showcase-actions { display: grid; grid-template-columns: 1fr 100px 1fr; align-items: center; gap: 8px; margin-top: 12px; }
.dealer-badge, .location-btn { height: 58px; display: flex; align-items: center; justify-content: center; border-radius: 5px; }
.dealer-badge { background: #050505; color: #fff; flex-direction: column; font-size: 9px; font-weight: 600; }
.dealer-badge img { width: 115px; height: 23px; object-fit: contain; }
.location-btn { background: #c60000; color: #fff; font-weight: 700; font-size: 12px; gap: 10px; }
.h-mark { display: flex; align-items: center; justify-content: center; font-size: 45px; color: #444; }

.red-band { background: var(--red); color: #fff; text-align: center; padding: 15px 0 12px; position: relative; }
.red-band h2 { font-size: 20px; margin: 0; text-transform: uppercase; line-height: 1.15; }
.red-band p { font-size: 12px; margin: 3px 0 0; }
.promo-section { padding-top: 26px; }
.promo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px 25px; }
.promo-card { border-radius: 2px; background: #fff; box-shadow: var(--shadow-card); padding: 0 0 13px; overflow: hidden; }
.promo-card > img { width: 100%; aspect-ratio: 707 / 1000; object-fit: cover; }
.promo-actions { display: grid; gap: 7px; padding: 9px 8px 0; }
.btn-red, .btn-dark { min-height: 31px; border-radius: 4px; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 11px; text-transform: uppercase; border: 0; transition: transform .16s ease, filter .16s ease; }
.btn-red { background: linear-gradient(#f30000, #b80000); }
.btn-dark { background: #151515; box-shadow: 0 3px 4px rgba(0,0,0,.28); }
.btn-red:hover, .btn-dark:hover { transform: translateY(-1px); filter: brightness(1.06); }

.benefits { padding-top: 15px; }
.benefits-title { text-align: center; font-size: 18px; color: #ed1d24; margin: 0 0 18px; }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; }
.benefit-list > div { padding: 9px 12px; border-bottom: 1px solid #e6e6e6; font-size: 12px; font-weight: 500; }
.benefit-list span { margin-right: 5px; }
.benefit-cta-text { color: #ed1d24; text-align: center; font-weight: 700; font-size: 13px; margin: 20px 0 0; }

.consultation { background: #eee; }
.consult-title { background: var(--red); color: #fff; text-align: center; padding: 17px 20px; position: relative; z-index: 2; }
.consult-title::before, .consult-title::after { content:""; position: absolute; top: 0; bottom: 0; width: 30vw; background: var(--red); z-index: -1; }
.consult-title::before { right: 100%; }
.consult-title::after { left: 100%; }
.consult-title h2 { margin: 0; font-size: 25px; }
.consult-title p { margin: 3px 0 0; font-size: 11px; }
.consult-body { padding: 27px 0 33px; }
.consultation-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 55px; align-items: center; }
.consult-copy h3 { margin: 0 0 5px; font-size: 15px; }
.consult-copy p { font-size: 12px; line-height: 1.55; margin: 0 0 16px; }
.consult-buttons { display: grid; gap: 20px; }
.big-contact { min-height: 95px; display: grid; grid-template-columns: 130px 1fr; align-items: center; color: #fff; border-radius: 7px; overflow: hidden; box-shadow: 0 8px 13px rgba(0,0,0,.26); transition: transform .18s ease; }
.big-contact:hover { transform: translateY(-3px); }
.big-contact i { height: 100%; display: grid; place-items: center; font-size: 63px; background: #080808; clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%); }
.big-contact span { font-size: 38px; line-height: 1.06; text-align: center; font-weight: 500; padding-right: 16px; }
.big-contact.call { background: #e30606; }
.big-contact.whatsapp { background: #30c753; }

.advantages { padding-top: 38px; padding-bottom: 32px; }
.advantage-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 17px; }
.advantage-item { text-align: center; }
.adv-icon { width: 58px; height: 58px; border: 2px solid var(--red); color: var(--red); border-radius: 50%; display: grid; place-items: center; margin: 0 auto 10px; font-size: 25px; }
.advantage-item h3 { margin: 0; font-size: 11px; font-weight: 600; }

.gallery { padding-top: 85px; padding-bottom: 18px; }
.gallery-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 32px) / 3); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-track img { width: 100%; height: 155px; object-fit: cover; scroll-snap-align: start; }

.product-search-wrap { width: 540px; max-width: 100%; display: flex; margin: 0 auto 27px; height: 35px; border: 1px solid #bbb; }
.product-search-wrap input { flex: 1; min-width: 0; border: 0; padding: 0 12px; outline: none; font-size: 12px; }
.product-search-wrap button { width: 42px; border: 0; background: #271151; color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 32px 20px; align-items: start; }
.product-card { text-align: center; padding: 2px 5px 8px; border-radius: 8px; transition: transform .2s ease, box-shadow .2s ease; cursor: pointer; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 12px 24px rgba(0,0,0,.11); }
.product-card img { width: 100%; aspect-ratio: 1.5; object-fit: contain; }
.product-card p { margin: 5px 0 3px; font-size: 9px; color: #686868; }
.product-card h3 { margin: 0 0 4px; font-size: 12px; }
.product-card strong { color: var(--red); font-size: 10px; font-weight: 600; }
.product-card[hidden] { display: none; }
.empty-state { text-align: center; padding: 28px; color: var(--muted); }

.trade-test { padding-top: 65px; }
.trade-test-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.service-card { position: relative; border: 0; background: transparent; text-align: center; padding: 0; }
.service-icon { position: absolute; left: 0; top: 0; width: 95px; height: 72px; display: grid; place-items: center; background: #050505; color: #fff; font-size: 38px; z-index: 2; clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%); }
.service-title { height: 72px; display: flex; align-items: center; justify-content: center; padding-left: 70px; background: var(--red); color: #fff; font-size: 37px; font-weight: 600; letter-spacing: 1px; border-radius: 6px; box-shadow: 0 5px 8px rgba(0,0,0,.18); }
.service-card small { display: block; margin-top: 11px; font-weight: 700; font-size: 10px; }
.service-card p { font-size: 10px; line-height: 1.55; margin: 7px auto 0; max-width: 390px; }
.service-card:hover .service-title { filter: brightness(1.08); }

.contact-section { padding-top: 40px; }
.contact-grid { display: grid; grid-template-columns: 1.05fr .78fr 1.1fr; gap: 26px; align-items: stretch; }
.advisor-card { text-align: center; background: #f6f6f6; border-radius: 18px; overflow: hidden; }
.advisor-card img { width: 100%; height: 365px; object-fit: cover; object-position: center 25%; }
.advisor-card h3 { margin: 12px 0 0; color: var(--red); font-size: 16px; }
.advisor-card p { margin: 2px 0 14px; font-size: 10px; }
.contact-actions { display: grid; gap: 9px; align-content: center; }
.contact-actions > p { font-size: 12px; font-weight: 600; margin: 0 0 5px; text-align: center; }
.contact-actions > a { min-height: 58px; display: grid; grid-template-columns: 58px 1fr; align-items: center; background: #050505; color: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 4px 8px rgba(0,0,0,.18); }
.contact-actions > a:nth-of-type(2) { background: #fff; color: #111; border: 1px solid #dadada; }
.contact-actions > a:nth-of-type(3) { background: #050505; }
.contact-actions > a:nth-of-type(4) { background: var(--red); }
.contact-actions i { font-size: 22px; }
.contact-actions i, .contact-actions span { text-align: center; }
.contact-actions span { font-size: 11px; font-weight: 600; }
.contact-actions small { display: block; font-size: 7px; margin-top: 2px; }
.map-wrap { min-height: 430px; }
.map-wrap iframe { border: 0; width: 100%; height: 100%; min-height: 430px; }

.site-footer { background: #080808; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.8fr .65fr .8fr; gap: 45px; padding: 40px 0 34px; }
.footer-logo { width: 200px; margin-bottom: 18px; }
.footer-grid p { color: #bcbcbc; font-size: 11px; line-height: 1.6; margin: 0; }
.footer-grid h3 { margin: 0 0 14px; font-size: 13px; text-transform: uppercase; }
.footer-grid a { display: block; color: #cfcfcf; font-size: 10px; padding: 5px 0; }
.footer-grid a:hover { color: #fff; }
.copyright { background: var(--red); text-align: center; font-size: 10px; padding: 15px; }

.floating-actions { position: fixed; right: 18px; bottom: 22px; z-index: 45; display: grid; gap: 8px; }
.floating-actions a { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--red); box-shadow: 0 6px 15px rgba(0,0,0,.28); transition: transform .18s ease; }
.floating-actions a.wa { background: #20bd4f; }
.floating-actions a:hover { transform: scale(1.08); }
.mobile-bottom-nav { display: none; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(4px); }
.modal-panel { position: relative; width: min(100%, 510px); max-height: calc(100vh - 32px); overflow-y: auto; background: #fff; padding: 32px; border-radius: 14px; box-shadow: 0 30px 80px rgba(0,0,0,.36); animation: modal-in .25s ease; }
@keyframes modal-in { from { opacity: 0; transform: translateY(20px) scale(.97); } }
.modal-close { position: absolute; right: 14px; top: 14px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #eee; }
.modal-badge { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 12px; background: var(--red); color: #fff; font-size: 28px; }
.modal-panel h2 { margin: 0 0 5px; }
.modal-panel > p { color: var(--muted); font-size: 12px; margin: 0 0 18px; }
#leadForm { display: grid; gap: 13px; }
#leadForm label { font-size: 11px; font-weight: 600; }
#leadForm input, #leadForm select, #leadForm textarea { width: 100%; border: 1px solid #ddd; border-radius: 7px; padding: 11px 12px; margin-top: 5px; outline: none; font-weight: 400; }
#leadForm input:focus, #leadForm select:focus, #leadForm textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(212,0,0,.08); }
.submit-lead { border: 0; border-radius: 7px; padding: 13px; color: #fff; background: #1eb64a; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-on-load { animation: reveal-load .75s both; }
.hero-copy.reveal-on-load { animation-delay: .18s; }
@keyframes reveal-load { from { opacity: 0; transform: translateY(15px); } }

@media (max-width: 1080px) {
  .brand { width: 175px; }
  .desktop-nav { gap: 15px; font-size: 11px; }
  .hero-inner { grid-template-columns: 1.8fr 1fr; }
  .hero-copy { padding-right: 20px; }
  .hero-info h1 { font-size: 28px; }
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .advantage-grid { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
}

@media (max-width: 820px) {
  .container, .container-wide { width: min(calc(100% - 28px), var(--content)); }
  .site-header { position: absolute; padding-top: 10px; }
  .header-inner { justify-content: flex-start; min-height: 48px; }
  .brand { width: 150px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu { position: absolute; left: 14px; right: 14px; top: 68px; background: rgba(13,13,13,.98); border-radius: 9px; padding: 8px; box-shadow: 0 15px 35px rgba(0,0,0,.35); }
  .mobile-menu.open { display: grid; }
  .mobile-menu a { color: #fff; padding: 12px 13px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 12px; }
  .hero { height: 620px; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 75px; }
  .hero-car-wrap { position: absolute; inset: 92px 0 82px; height: auto; align-items: center; }
  .hero-car { width: min(720px, 92%); }
  .hero-copy { position: absolute; right: 20px; bottom: 34px; width: 240px; padding: 0; }
  .indent-btn { padding: 11px 24px; font-size: 12px; border-radius: 8px; }
  .hero-info { margin-top: 15px; }
  .hero-info .eyebrow { font-size: 11px; letter-spacing: 2px; }
  .hero-info h1 { font-size: 21px; letter-spacing: 2px; margin-bottom: 8px; }
  .hero-info p:last-child { font-size: 10px; }
  .info-dot { display: none; }
  .hero-thumbs { overflow-x: auto; grid-auto-flow: column; grid-auto-columns: 150px; grid-template-columns: none; padding-bottom: 5px; }
  .hero-thumb { height: 88px; }
  .showcase-actions { grid-template-columns: 1fr 70px 1fr; }
  .promo-grid { gap: 18px; }
  .consultation-grid { grid-template-columns: 1fr; gap: 20px; }
  .consult-buttons { grid-template-columns: 1fr 1fr; }
  .big-contact { min-height: 72px; grid-template-columns: 88px 1fr; }
  .big-contact i { font-size: 42px; }
  .big-contact span { font-size: 23px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trade-test-grid { gap: 28px; }
  .service-title { font-size: 28px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .map-wrap { grid-column: 1 / -1; height: 390px; min-height: 390px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (max-width: 560px) {
  body { padding-bottom: 61px; }
  .section-pad { padding: 34px 0; }
  .section-pad-sm { padding: 24px 0; }
  .hero { min-height: 510px; height: 510px; }
  .hero-black { background: linear-gradient(145deg, #111 0 48%, transparent 48.2%); }
  .hero-red { background: linear-gradient(135deg, transparent 0 48%, #d12a24 48.2% 100%); }
  .particles-left::before { left: -230px; top: 155px; }
  .particles-right::after { right: -250px; top: 190px; }
  .hero-car-wrap { inset: 80px -16px 105px; }
  .hero-car { width: 118%; max-width: none; }
  .hero-car-wrap::after { bottom: 47px; }
  .hero-copy { right: 16px; bottom: 22px; width: 190px; }
  .indent-btn { font-size: 10px; padding: 10px 20px; }
  .hero-info { display: none; }
  .hero-arrow { width: 30px; height: 30px; }
  .showcase-strip { padding-top: 8px; }
  .hero-thumbs { grid-auto-columns: 108px; gap: 6px; }
  .hero-thumb { height: 64px; border-radius: 8px; }
  .hero-thumb span { font-size: 6px; bottom: 2px; }
  .showcase-actions { grid-template-columns: 1fr 42px 1fr; gap: 4px; margin-top: 7px; }
  .dealer-badge, .location-btn { height: 41px; }
  .dealer-badge img { width: 76px; height: 16px; }
  .dealer-badge span, .location-btn { font-size: 7px; }
  .h-mark { font-size: 28px; }
  .red-band { padding: 10px 0 8px; }
  .red-band h2 { font-size: 14px; }
  .red-band p { font-size: 8px; }
  .promo-section { padding-top: 15px; }
  .promo-grid { grid-template-columns: 1fr; gap: 18px; }
  .promo-card { max-width: 430px; margin-inline: auto; }
  .btn-red, .btn-dark { min-height: 29px; font-size: 9px; }
  .benefits-title { font-size: 13px; }
  .benefit-list { grid-template-columns: 1fr; }
  .benefit-list > div { font-size: 9px; padding: 6px 4px; }
  .benefit-cta-text { font-size: 9px; }
  .consult-title { padding: 12px; }
  .consult-title h2 { font-size: 16px; }
  .consult-body { padding: 20px 0; }
  .consult-copy p { font-size: 9px; }
  .consult-buttons { grid-template-columns: 1fr; gap: 10px; }
  .big-contact { min-height: 58px; grid-template-columns: 70px 1fr; }
  .big-contact i { font-size: 34px; }
  .big-contact span { font-size: 19px; }
  .advantages { padding: 26px 0; }
  .advantage-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 12px; }
  .adv-icon { width: 48px; height: 48px; font-size: 21px; }
  .advantage-item h3 { font-size: 9px; }
  .gallery { padding-top: 54px; }
  .gallery-track { grid-auto-columns: 74%; gap: 9px; }
  .gallery-track img { height: 125px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 9px; }
  .product-card h3 { font-size: 10px; }
  .product-card strong { font-size: 8px; }
  .trade-test { padding-top: 38px; }
  .trade-test-grid { grid-template-columns: 1fr; gap: 31px; }
  .service-icon { width: 72px; height: 57px; font-size: 29px; }
  .service-title { height: 57px; font-size: 26px; padding-left: 58px; }
  .service-card p { font-size: 8px; }
  .contact-grid { grid-template-columns: 1fr; }
  .advisor-card { max-width: 330px; margin-inline: auto; }
  .advisor-card img { height: 340px; }
  .contact-actions { width: min(100%, 330px); margin-inline: auto; }
  .map-wrap { grid-column: auto; min-height: 310px; height: 310px; }
  .map-wrap iframe { min-height: 310px; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; padding: 30px 0; }
  .floating-actions { display: none; }
  .mobile-bottom-nav { position: fixed; bottom: 0; left: 0; right: 0; height: 61px; display: grid; grid-template-columns: repeat(4, 1fr); z-index: 60; box-shadow: 0 -4px 15px rgba(0,0,0,.2); background: #fff; }
  .mobile-bottom-nav a { display: grid; place-items: center; align-content: center; gap: 3px; color: #666; font-size: 9px; border-right: 1px solid #eee; }
  .mobile-bottom-nav a:nth-child(3) { background: var(--red); color: #fff; }
  .mobile-bottom-nav i { font-size: 18px; }
  .modal-panel { padding: 26px 19px 20px; border-radius: 11px; }
}

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