:root {
  --navy: #071f3f;
  --navy-2: #0d2d55;
  --navy-3: #163b67;
  --yellow: #ffd400;
  --yellow-soft: #ffe45f;
  --green: #65ad2d;
  --white: #fff;
  --text: #f6f8fb;
  --muted: #b8c4d4;
  --ink: #07182f;
  --radius: 22px;
  --shadow: 0 24px 60px rgba(2, 14, 31, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", "Segoe UI", sans-serif; color: var(--text); background: var(--navy); line-height: 1.55; letter-spacing: -.01em; overflow-x: hidden; }
h1, h2, h3, .price strong, .hero__stats strong, .call-strip a { font-family: "Montserrat", "Segoe UI", sans-serif; font-weight: 800; }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.topline { background: var(--yellow); color: var(--ink); font-size: 13px; font-weight: 800; }
.topline__inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; }
.topline a { font-weight: 900; }
.header { position: sticky; top: 0; z-index: 50; background: rgba(7, 31, 63, .94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.header__inner { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Montserrat", "Segoe UI", sans-serif; font-size: 17px; font-weight: 900; letter-spacing: -.5px; white-space: nowrap; }
.brand img { width: 190px; height: 54px; border-radius: 11px; object-fit: cover; object-position: center; background: white; }
.brand b { color: var(--yellow); }
.nav { margin-left: auto; display: flex; align-items: center; gap: 24px; font-family: "Montserrat", "Segoe UI", sans-serif; font-size: 13px; font-weight: 700; }
.nav a { color: #dce5ef; transition: color .2s; }
.nav a:hover { color: var(--yellow); }
.language-switch { display: inline-flex; flex: 0 0 auto; padding: 3px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.06); }
.lang-button { min-width: 34px; height: 30px; padding: 0 8px; border: 0; border-radius: 999px; color: #dce5ef; background: transparent; cursor: pointer; font-size: 11px; font-weight: 950; }
.lang-button.active { color: var(--ink); background: var(--yellow); }
.header__cta { margin-left: 8px; }
.menu-button { display: none; margin-left: auto; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: rgba(255,255,255,.08); }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: white; }

.btn { border: 0; border-radius: 999px; padding: 12px 22px; font-family: "Montserrat", "Segoe UI", sans-serif; font-weight: 800; letter-spacing: -.02em; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn--yellow { background: var(--yellow); color: var(--ink); box-shadow: 0 10px 24px rgba(255,212,0,.2); }
.btn--yellow:hover { background: #ffe148; box-shadow: 0 14px 30px rgba(255,212,0,.3); }
.btn--dark { background: var(--navy); color: white; }
.btn--dark:hover { background: #123966; }
.btn--ghost { border: 1px solid rgba(255,255,255,.36); color: white; background: transparent; }
.btn--outline { border: 1px solid var(--yellow); color: var(--yellow); background: transparent; }
.btn--large { padding: 15px 28px; }
.btn--full { width: 100%; }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }

.hero { min-height: 680px; position: relative; background: var(--navy); overflow: hidden; }
.hero::before { content: "UZB"; position: absolute; top: 30px; left: -35px; font-size: clamp(130px, 21vw, 320px); line-height: 1; font-weight: 950; color: rgba(255,255,255,.025); }
.hero__glow { position: absolute; width: 520px; height: 520px; right: 5%; top: 3%; border-radius: 50%; background: rgba(255,212,0,.12); filter: blur(80px); }
.hero__inner { position: relative; z-index: 2; min-height: 680px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; padding-top: 48px; padding-bottom: 84px; }
.hero__copy, .hero__visual { min-width: 0; }
.eyebrow { margin: 0 0 11px; color: var(--yellow); font-family: "Montserrat", "Segoe UI", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: 2px; }
.hero h1 { margin: 0; max-width: 700px; font-size: clamp(48px, 5vw, 72px); line-height: .98; letter-spacing: -3px; text-transform: uppercase; }
html[lang="ru"] .hero h1 { font-size: clamp(44px, 4vw, 58px); letter-spacing: -2.5px; }
.hero h1 span { color: var(--yellow); }
.hero__lead { max-width: 650px; margin: 25px 0 30px; color: #cad5e2; font-size: 18px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__stats { display: flex; gap: 38px; margin-top: 42px; }
.hero__stats div { display: grid; }
.hero__stats strong { color: var(--yellow); font-size: 28px; line-height: 1; }
.hero__stats span { margin-top: 7px; color: var(--muted); font-size: 12px; }
.hero__visual { position: relative; }
.vehicle-showcase { position: relative; min-height: 370px; border: 10px solid white; border-radius: 38px; background: radial-gradient(circle at 75% 20%, #fff 0, #eaf2f8 48%, #d6e4ef 100%); transform: rotate(-2deg); box-shadow: 0 36px 90px rgba(0,0,0,.32); overflow: hidden; }
.showcase-road { position: absolute; width: 135%; height: 180px; left: -25%; bottom: -72px; border: 22px solid var(--navy); border-color: var(--navy) transparent transparent var(--navy); border-radius: 50%; transform: rotate(-7deg); }
.showcase-road::after { content: ""; position: absolute; width: 70%; left: 18%; top: 23px; border-top: 5px dashed white; }
.vehicle-showcase img { position: absolute; z-index: 2; object-fit: contain; filter: drop-shadow(0 18px 12px rgba(7,31,63,.27)); }
.showcase-minivan { width: 68%; right: -2%; top: 38px; }
.showcase-malibu { width: 70%; left: 0; bottom: 30px; }
.showcase-label { position: absolute; z-index: 3; top: 24px; left: 26px; padding: 8px 12px; border-radius: 999px; color: var(--yellow); background: var(--navy); font-family: "Montserrat", "Segoe UI", sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 1px; }
.floating-card { position: absolute; display: flex; gap: 10px; align-items: center; padding: 13px 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(7,31,63,.9); box-shadow: var(--shadow); font-size: 13px; font-weight: 800; }
.floating-card span { display: grid; place-items: center; width: 26px; height: 26px; color: var(--ink); background: var(--yellow); border-radius: 50%; }
.floating-card--top { top: -26px; right: -12px; }
.floating-card--bottom { left: -24px; bottom: -21px; }
.hero__angle { position: absolute; z-index: 1; left: -10%; right: -10%; bottom: -130px; height: 240px; background: var(--yellow); transform: rotate(-6deg); }

.section { padding: 100px 0; }
.section--yellow { background: var(--yellow); color: var(--ink); }
.section--navy { background: var(--navy); color: var(--text); }
.section-heading { max-width: 680px; margin: 0 auto 44px; text-align: center; }
.section-heading h2, .about h2, .calc-panel h2, .faq-title h2, .contact-cta h2 { margin: 0 0 13px; font-size: clamp(34px, 5vw, 56px); line-height: 1.02; letter-spacing: -2px; text-transform: uppercase; }
.section-heading p:last-child { margin-bottom: 0; color: var(--muted); }
.section-heading--dark .eyebrow, .about .eyebrow { color: var(--navy); }
.section-heading--dark p:last-child { color: #52616f; }

.tariff-tabs { width: max-content; margin: 0 auto 30px; padding: 5px; border-radius: 999px; background: rgba(7,31,63,.11); }
.tariff-tab { min-width: 120px; padding: 10px 20px; border: 0; border-radius: 999px; color: var(--ink); background: transparent; font-weight: 900; cursor: pointer; }
.tariff-tab.active { color: white; background: var(--navy); }
.tariff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.tariff-card { position: relative; display: none; flex-direction: column; padding: 22px; border: 1px solid rgba(7,31,63,.12); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 35px rgba(31, 42, 54, .1); transition: transform .2s; overflow: hidden; }
.tariff-card.active { display: flex; }
.tariff-card:hover { transform: translateY(-7px); }
.tariff-card__badge { position: absolute; top: 14px; right: -35px; width: 130px; padding: 4px 0; color: white; background: var(--green); text-align: center; font-size: 9px; font-weight: 900; transform: rotate(40deg); }
.vehicle-art { display: grid; place-items: center; height: 104px; margin: -5px 0 10px; font-size: 78px; filter: drop-shadow(0 14px 12px rgba(7,31,63,.2)); }
.vehicle-art img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.vehicle-art--photo img { border-radius: 12px; object-fit: cover; }
.tariff-card__cars { min-height: 36px; margin: 0; color: #697787; font-size: 11px; }
.tariff-card h3 { margin: 8px 0 3px; font-size: 24px; }
.price { margin-bottom: 15px; color: #596879; font-size: 13px; }
.price strong { color: var(--ink); font-size: 25px; }
.tariff-card ul { flex: 1; margin: 0 0 20px; padding: 0; list-style: none; color: #435062; font-size: 13px; }
.tariff-card li { padding: 8px 0; border-bottom: 1px solid #e9edf2; }
.tariff-card li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 900; }
.price-note { margin: 22px 0 0; text-align: center; color: #6b5b00; font-size: 12px; }

.advantage-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.advantage-card { min-height: 250px; padding: 26px 19px; border: 1px solid rgba(255,212,0,.34); border-radius: 18px; text-align: center; background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01)); }
.advantage-icon { display: grid; place-items: center; width: 74px; height: 74px; margin: 0 auto 22px; border-radius: 22px; color: var(--ink); background: var(--yellow); font-size: 27px; font-weight: 950; transform: rotate(8deg); }
.advantage-card h3 { color: var(--yellow); font-size: 16px; text-transform: uppercase; }
.advantage-card p { color: var(--muted); font-size: 13px; }

.routes { padding-top: 90px; }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.route-grid button { display: flex; justify-content: space-between; gap: 15px; padding: 18px 21px; border: 0; border-radius: 999px; color: white; background: var(--navy); cursor: pointer; text-align: left; font-weight: 800; }
.route-grid button:hover { background: var(--navy-3); }
.route-grid b { color: var(--yellow); white-space: nowrap; }
.route-more { display: block; margin: 28px auto 0; }
.call-strip { padding: 40px 0; color: var(--ink); background: var(--yellow); border-top: 1px solid rgba(7,31,63,.15); }
.call-strip__inner { display: flex; justify-content: center; align-items: center; gap: 70px; text-align: center; }
.call-strip p { margin: 0; font-size: 12px; font-weight: 900; letter-spacing: 2px; }
.call-strip h2 { margin: 3px 0 0; font-size: 30px; text-transform: uppercase; }
.call-strip a { padding: 11px 22px; border: 2px solid var(--ink); border-radius: 999px; font-size: 24px; font-weight: 950; }

.calculator__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.route-visual { position: relative; min-height: 500px; border: 1px solid rgba(255,255,255,.08); border-radius: 40% 60% 55% 45%; background: radial-gradient(circle at 50% 50%, rgba(255,212,0,.11), transparent 60%), #0a274b; overflow: hidden; }
.route-visual::before { content: ""; position: absolute; inset: 15%; border: 18px solid rgba(255,255,255,.04); border-radius: 45% 58% 42% 55%; transform: rotate(18deg); }
.route-visual__title { position: absolute; top: 38px; left: 0; right: 0; text-align: center; color: rgba(255,255,255,.13); font-weight: 950; letter-spacing: 4px; }
.route-line { position: absolute; width: 68%; height: 47%; left: 16%; top: 28%; border: 3px dashed var(--yellow); border-color: var(--yellow) transparent var(--yellow) var(--yellow); border-radius: 50%; transform: rotate(-12deg); }
.city-dot { position: absolute; padding: 6px 10px 6px 25px; border-radius: 99px; background: rgba(7,31,63,.9); font-size: 11px; font-weight: 800; box-shadow: 0 8px 24px rgba(0,0,0,.22); }
.city-dot::before { content: ""; position: absolute; width: 10px; height: 10px; left: 9px; top: 10px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(255,212,0,.18); }
.city-dot--1 { right: 16%; top: 22%; }.city-dot--2 { left: 38%; top: 47%; }.city-dot--3 { left: 12%; bottom: 27%; }.city-dot--4 { right: 11%; bottom: 25%; }
.route-car { position: absolute; left: 46%; top: 31%; font-size: 46px; transform: rotate(17deg); filter: drop-shadow(0 10px 8px rgba(0,0,0,.3)); }
.calc-panel { padding: 36px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.055); box-shadow: var(--shadow); }
.calc-panel h2 { font-size: 39px; }
.calc-panel form { display: grid; grid-template-columns: 1fr 38px 1fr; align-items: end; gap: 12px; }
.calc-panel label, .modal label { display: grid; gap: 7px; color: #c9d5e3; font-size: 12px; font-weight: 800; }
.calc-panel select, .modal input, .modal select, .contact-cta input { width: 100%; height: 48px; padding: 0 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; outline: none; color: var(--ink); background: white; }
.calc-panel select:focus, .modal input:focus, .modal select:focus, .contact-cta input:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,212,0,.15); }
.location-group { min-width: 0; margin: 0; padding: 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; }
.location-group legend { padding: 0 8px; color: var(--yellow); font-family: "Montserrat", "Segoe UI", sans-serif; font-size: 13px; font-weight: 800; }
.location-group label + label { margin-top: 10px; }
.swap-button { align-self: center; height: 48px; border: 0; border-radius: 12px; color: var(--ink); background: var(--yellow); cursor: pointer; font-weight: 900; }
.calc-full { grid-column: 1 / -1; }
.calc-status { min-height: 20px; margin-top: 12px; color: var(--yellow); font-size: 11px; font-weight: 700; text-align: center; }
.calc-status.error { color: #ffb8a8; }
.calc-result { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 18px; }
.calc-result div { padding: 14px 10px; border-radius: 12px; background: rgba(255,255,255,.06); text-align: center; }
.calc-result span { display: block; color: var(--muted); font-size: 10px; }
.calc-result strong { display: block; margin-top: 4px; color: var(--yellow); font-size: 16px; }
.result-order { margin-top: 10px; }
.calc-note { margin: 12px 5px 0; color: var(--muted); font-size: 10px; text-align: center; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.about__copy > p:not(.eyebrow) { color: #405063; font-size: 17px; }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 27px 0; font-weight: 800; }
.about__logo { padding: 13px; border-radius: 30px; background: white; box-shadow: 0 24px 70px rgba(7,31,63,.2); transform: rotate(2deg); }
.about__logo img { border-radius: 21px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.review-card .stars { color: var(--yellow); letter-spacing: 4px; }
.review-card p { min-height: 115px; color: #d1dae5; }
.review-card strong { color: var(--yellow); font-size: 13px; }

.faq-section { background: #f7f8fa; color: var(--ink); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-title { position: sticky; top: 130px; }
.faq-title .eyebrow { color: var(--green); }
.faq-title p { color: #637083; }
.faq-title a { display: inline-block; margin-top: 12px; font-size: 21px; font-weight: 950; }
.faq-list details { border-bottom: 1px solid #d8dee6; }
.faq-list summary { padding: 21px 36px 21px 0; cursor: pointer; list-style: none; font-weight: 900; position: relative; }
.faq-list summary::after { content: "+"; position: absolute; right: 3px; color: var(--green); font-size: 24px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -5px 0 20px; padding-right: 40px; color: #657286; }

.contact-cta { padding: 80px 0; background: var(--navy-2); }
.contact-cta__inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.contact-cta h2 { font-size: 44px; }
.contact-cta p:last-child { color: var(--muted); }
.contact-cta form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; }
.footer { padding: 60px 0 25px; background: #04152b; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 45px; }
.footer__brand p, .footer__grid > div > p { color: #8798ac; font-size: 13px; }
.footer h3 { color: var(--yellow); font-size: 14px; text-transform: uppercase; }
.footer__grid > div > a { display: block; padding: 5px 0; color: #b8c4d4; font-size: 13px; }
.footer__bottom { display: flex; justify-content: space-between; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #718398; font-size: 12px; }
.footer__bottom a:hover { color: var(--yellow); }

.float-call { position: fixed; right: 22px; bottom: 22px; z-index: 40; display: flex; gap: 8px; align-items: center; padding: 15px 19px; border: 0; border-radius: 999px; color: var(--ink); background: var(--yellow); box-shadow: 0 16px 36px rgba(0,0,0,.3); cursor: pointer; font-weight: 950; }
.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 18px; }
.modal.open { display: grid; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(2,12,26,.78); backdrop-filter: blur(8px); }
.modal__dialog { position: relative; width: min(760px, 100%); max-height: calc(100vh - 36px); overflow-y: auto; padding: 35px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; color: white; background: var(--navy); box-shadow: 0 40px 100px rgba(0,0,0,.5); }
.modal__dialog h2 { margin: 0; font-size: 34px; text-transform: uppercase; }
.modal__dialog > p:not(.eyebrow) { color: var(--muted); }
.modal__close { position: absolute; top: 15px; right: 15px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: white; background: rgba(255,255,255,.1); cursor: pointer; font-size: 25px; }
.modal form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.modal-location { padding: 13px; }
.modal form .btn { grid-column: 1 / -1; margin-top: 6px; }
.form-success { display: none; margin-top: 16px; padding: 14px; border-radius: 12px; color: #153809; background: #c9f6af; font-weight: 900; text-align: center; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .header__cta, .nav { display: none; }
  .menu-button { display: block; }
  .language-switch { margin-left: auto; }
  .nav.open { position: absolute; display: grid; top: 78px; left: 20px; right: 20px; padding: 22px; border-radius: 18px; background: var(--navy-2); box-shadow: var(--shadow); }
  .hero__inner { grid-template-columns: 1fr; padding-top: 80px; }
  .hero__copy { text-align: center; }
  .hero__lead { margin-inline: auto; }
  .hero__actions, .hero__stats { justify-content: center; }
  .hero__visual { width: min(620px, 90%); margin: 30px auto 40px; }
  .tariff-grid { grid-template-columns: repeat(2, 1fr); }
  .advantage-grid { grid-template-columns: repeat(3, 1fr); }
  .route-grid { grid-template-columns: repeat(2, 1fr); }
  .calculator__inner { grid-template-columns: 1fr; }
  .route-visual { min-height: 410px; }
  .about { grid-template-columns: 1fr; }
  .about__logo { grid-row: 1; width: min(650px, 100%); margin: auto; }
  .contact-cta__inner { grid-template-columns: 1fr; gap: 25px; }
  .footer__grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer__grid > div:last-child { display: none; }
}

@media (max-width: 700px) {
  .container { width: calc(100% - 28px); max-width: 1180px; }
  .topline__inner { min-height: 30px; font-size: 11px; }
  .topline__inner a { display: none; }
  .header { background: var(--navy); backdrop-filter: none; }
  .header__inner { min-height: 68px; justify-content: space-between; gap: 8px; }
  .brand img { width: 170px; height: 46px; }
  .brand { font-size: 14px; }
  .language-switch { margin-left: auto; }
  .lang-button { min-width: 31px; padding: 0 6px; }
  .menu-button { flex: 0 0 44px; margin-left: 0; }
  .nav.open { top: 69px; }
  .hero { min-height: auto; }
  .hero__inner { min-height: 0; padding: 70px 0 105px; gap: 28px; overflow: hidden; }
  .hero__copy { width: 100%; max-width: 100%; overflow: hidden; }
  .hero h1 { width: 100%; max-width: 100%; font-size: 34px; letter-spacing: -1.5px; overflow-wrap: normal; }
  html[lang="ru"] .hero h1 { font-size: 30px; letter-spacing: -1px; }
  .hero__lead { max-width: 100%; font-size: 14px; overflow-wrap: break-word; }
  .hero__actions { display: grid; }
  .hero__stats { width: 100%; gap: 6px; }
  .hero__stats div { flex: 1; min-width: 0; }
  .hero__stats strong { font-size: 23px; }
  .hero__stats span { font-size: 10px; }
  .hero__visual { width: 100%; }
  .vehicle-showcase { min-height: 310px; }
  .floating-card { font-size: 10px; padding: 9px 11px; }
  .floating-card--top { right: -4px; }.floating-card--bottom { left: -4px; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .about h2, .faq-title h2, .contact-cta h2 { font-size: 36px; }
  .tariff-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: -14px; padding: 5px 14px 22px; }
  .tariff-card.active { min-width: 84vw; scroll-snap-align: center; }
  .advantage-grid { grid-template-columns: 1fr 1fr; }
  .advantage-card { min-height: 220px; padding: 22px 14px; }
  .advantage-card:last-child { grid-column: 1 / -1; }
  .route-grid { grid-template-columns: 1fr; }
  .route-grid button { padding: 15px 17px; font-size: 13px; }
  .call-strip__inner { flex-direction: column; gap: 18px; }
  .call-strip a { font-size: 20px; }
  .route-visual { min-height: 340px; }
  .route-car { font-size: 35px; }
  .calc-panel { padding: 24px 18px; }
  .calc-panel h2 { font-size: 32px; }
  .calc-panel form { grid-template-columns: 1fr; }
  .swap-button { width: 48px; justify-self: center; transform: rotate(90deg); }
  .calc-result { grid-template-columns: 1fr; }
  .checks { grid-template-columns: 1fr; }
  .review-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: -14px; padding: 2px 14px 18px; }
  .review-card { min-width: 84vw; scroll-snap-align: center; }
  .faq-layout { grid-template-columns: 1fr; gap: 25px; }
  .faq-title { position: static; }
  .contact-cta form { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__bottom { gap: 15px; flex-direction: column; }
  .float-call span { display: none; }
  .float-call { width: 56px; height: 56px; justify-content: center; padding: 0; font-size: 21px; }
  .modal__dialog { padding: 30px 20px; }
  .modal form { grid-template-columns: 1fr; }
}

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