:root {
  --ink: #0b1726;
  --ink-2: #13263d;
  --paper: #f5f7f8;
  --white: #fff;
  --muted: #667382;
  --line: #dfe5e9;
  --blue: #2f80ed;
  --green: #37d79a;
  --lime: #c9f05b;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(11, 23, 38, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(11, 23, 38, .94); color: var(--white); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--lime); color: var(--ink); border-radius: 12px 12px 12px 3px; font-size: 18px; font-weight: 900; letter-spacing: -.04em; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-size: 16px; letter-spacing: .01em; }
.brand small { margin-top: 5px; color: #9cabb9; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { color: #c9d2db; font-size: 14px; font-weight: 600; transition: color .2s; }
.desktop-nav a:hover { color: var(--white); }
.header-phone { display: flex; align-items: center; gap: 10px; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.13); }
.header-phone svg { width: 23px; fill: var(--lime); }
.header-phone span { display: flex; flex-direction: column; line-height: 1.25; }
.header-phone small { color: #9cabb9; font-size: 11px; }
.header-phone strong { font-size: 16px; }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); padding: 86px 0 0; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, #000, transparent 84%); }
.hero-glow { position: absolute; width: 650px; height: 650px; right: 2%; top: -210px; background: radial-gradient(circle, rgba(47,128,237,.35), transparent 65%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; min-height: 520px; gap: 46px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #bfcbd6; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--lime); }
.eyebrow.dark { color: var(--blue); }
.eyebrow.dark span { background: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(42px, 5.3vw, 72px); line-height: .98; letter-spacing: -.055em; }
h1 em { display: block; color: var(--lime); font-style: normal; }
.hero-lead { max-width: 570px; color: #bcc7d2; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 0; border-radius: 12px; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 0 12px 34px rgba(201,240,91,.14); }
.button-primary:hover { background: #d8ff6d; }
.button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px 24px; margin: 0; padding: 0; list-style: none; color: #c5cfd8; font-size: 13px; }
.trust-list span { color: var(--lime); margin-right: 5px; }
.hero-visual { position: relative; min-height: 490px; }
.hero-visual::after { content: ""; position: absolute; right: 3%; bottom: 69px; z-index: -1; width: 74%; height: 42px; background: rgba(0,0,0,.55); filter: blur(25px); border-radius: 50%; }
.hero-visual picture { position: absolute; right: -8%; bottom: 40px; display: block; overflow: hidden; width: 104%; border-radius: 22px; filter: drop-shadow(0 24px 28px rgba(0,0,0,.24)); }
.hero-visual img { width: 100%; height: auto; object-fit: contain; }
.route-badge { position: absolute; z-index: 3; display: flex; flex-direction: column; min-width: 136px; padding: 12px 16px; color: var(--ink); background: var(--white); border-radius: 12px; box-shadow: var(--shadow); line-height: 1.2; }
.route-badge small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.route-badge strong { margin-top: 3px; font-size: 18px; }
.route-from { left: 5%; top: 40px; }
.route-to { right: 5%; top: 122px; }
.route-line { position: absolute; left: 25%; right: 24%; top: 108px; height: 2px; background: repeating-linear-gradient(90deg, var(--lime) 0 10px, transparent 10px 18px); transform: rotate(9deg); }
.route-line::before, .route-line::after { content: ""; position: absolute; top: -5px; width: 11px; height: 11px; background: var(--lime); border: 3px solid var(--ink); border-radius: 50%; }
.route-line::before { left: -4px; }.route-line::after { right: -4px; }
.hero-price { position: absolute; right: 0; bottom: 26px; z-index: 4; display: grid; grid-template-columns: auto auto; column-gap: 10px; padding: 15px 20px; color: var(--ink); background: var(--lime); border-radius: 16px 16px 4px 16px; box-shadow: var(--shadow); }
.hero-price small { grid-column: 1 / -1; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-price strong { font-size: 25px; line-height: 1.15; }
.hero-price span { align-self: end; padding-bottom: 2px; color: #43541e; font-size: 11px; }
.fact-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 50px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.12); }
.fact-strip div { display: flex; flex-direction: column; padding: 0 26px; border-left: 1px solid rgba(255,255,255,.1); }
.fact-strip div:first-child { padding-left: 0; border-left: 0; }
.fact-strip strong { font-size: 19px; }.fact-strip span { margin-top: 4px; color: #8999a8; font-size: 12px; }

.section { padding: 104px 0; }
.section-heading { margin-bottom: 45px; }
.section-heading h2, .order-copy h2, .contact-grid h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.06; letter-spacing: -.045em; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.split-heading > p { max-width: 430px; margin: 0; color: var(--muted); }
.price-featured { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 26px; padding: 30px 34px; margin-bottom: 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 40px rgba(11,23,38,.05); }
.price-icon { display: grid; place-items: center; width: 70px; height: 70px; background: #edf7cf; border-radius: 18px; font-size: 31px; }
.tag { display: inline-flex; align-items: center; padding: 5px 9px; color: #43600a; background: #e8f6be; border-radius: 99px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tag-blue { color: #1764c9; background: #e4f0ff; }
.price-featured h3, .price-card h3 { margin: 10px 0 4px; font-size: 23px; letter-spacing: -.025em; }
.price-featured p { margin: 0; color: var(--muted); font-size: 14px; }
.price-amount { display: flex; flex-direction: column; min-width: 155px; }
.price-amount strong { font-size: 31px; letter-spacing: -.04em; }.price-amount span { color: var(--muted); font-size: 12px; }
.text-link { color: var(--blue); font-size: 14px; font-weight: 800; white-space: nowrap; }.text-link span { margin-left: 6px; }
.price-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.price-card { padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.price-card-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.price-card-head > span { color: var(--muted); font-size: 12px; text-align: right; white-space: nowrap; }.price-card-head > span strong { display: block; color: var(--ink); font-size: 24px; }
.route-prices { margin-top: 22px; border-top: 1px solid var(--line); }
.route-prices div { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }.route-prices div:last-child { border-bottom: 0; }.route-prices span { color: var(--muted); }.route-prices strong { font-size: 15px; }
.price-card-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.price-card-dark .tag { color: var(--ink); background: var(--lime); }
.price-card-dark p { margin: 24px 0 0; color: #9aa9b7; font-size: 13px; }
.capacity-price { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.12); }.capacity-price:first-of-type { margin-top: 21px; border-top: 1px solid rgba(255,255,255,.12); }.capacity-price span { color: #b9c5cf; }.capacity-price strong { color: var(--lime); font-size: 20px; white-space: nowrap; }
.price-note { max-width: 880px; margin: 22px auto 0; color: #7b8793; font-size: 12px; text-align: center; }

.fleet-section { color: var(--white); background: var(--ink); }
.split-heading.light > p { color: #9cabb9; }
.fleet-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(2, 330px); gap: 16px; }
.fleet-grid figure { position: relative; overflow: hidden; margin: 0; background: var(--ink-2); border: 1px solid rgba(255,255,255,.09); border-radius: 18px; }
.fleet-grid figure::after { content: ""; position: absolute; inset: 52% 0 0; background: linear-gradient(transparent, rgba(3,9,16,.78)); }
.fleet-grid .fleet-main { grid-row: auto; grid-column: auto; }
.fleet-grid picture, .fleet-grid img { width: 100%; height: 100%; }
.fleet-grid img { object-fit: cover; transition: transform .5s ease; }.fleet-grid figure:hover img { transform: scale(1.035); }
.fleet-grid figcaption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.fleet-grid figcaption div { display: flex; flex-direction: column; }.fleet-grid figcaption span { color: var(--lime); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.fleet-grid figcaption strong { font-size: 20px; }.fleet-main figcaption strong { font-size: 27px; }.fleet-grid figcaption small { color: #c6d0d9; }
.fleet-caption { margin: 20px 0 0; color: #8191a0; font-size: 12px; text-align: center; }

.centered { max-width: 680px; margin-inline: auto; text-align: center; }.centered .eyebrow { justify-content: center; }.centered > p:last-child { margin: 16px 0 0; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; min-height: 225px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.steps li::after { content: "→"; position: absolute; right: -14px; top: 43px; z-index: 2; display: grid; place-items: center; width: 28px; height: 28px; color: var(--blue); background: var(--paper); border: 1px solid var(--line); border-radius: 50%; }.steps li:last-child::after { display: none; }
.steps > li > span { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.steps h3 { margin: 68px 0 8px; font-size: 18px; }.steps p { margin: 0; color: var(--muted); font-size: 14px; }

.reviews-section { background: #e9eef1; }
.rating { display: grid; grid-template-columns: auto auto; align-items: center; gap: 0 12px; }.rating strong { grid-row: 1 / 3; font-size: 48px; line-height: 1; letter-spacing: -.06em; }.rating span { color: #f6b817; letter-spacing: .08em; }.rating small { color: var(--muted); }
.review-grid { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 18px; }
.review-grid blockquote { display: flex; flex-direction: column; min-height: 290px; margin: 0; padding: 30px; background: var(--white); border-radius: 18px; }
.review-grid blockquote:first-child { color: var(--white); background: var(--ink); }
.review-grid .quote { height: 35px; color: var(--blue); font: 800 54px/1 Georgia,serif; }.review-grid blockquote:first-child .quote { color: var(--lime); }
.review-grid p { flex: 1; margin: 16px 0 24px; font-size: 15px; line-height: 1.65; }.review-grid blockquote:not(:first-child) p { color: #39495a; }
.review-grid footer { display: flex; flex-direction: column; padding-top: 16px; border-top: 1px solid rgba(128,140,152,.25); }.review-grid footer span { color: #8191a0; font-size: 12px; }

.order-section { color: var(--white); background: var(--ink); }
.order-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.order-copy > p:not(.eyebrow) { max-width: 450px; margin: 24px 0 0; color: #a7b4c0; font-size: 17px; }
.order-contact { display: flex; flex-direction: column; margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }.order-contact span,.order-contact small { color: #8595a4; font-size: 12px; }.order-contact a { margin: 4px 0; color: var(--lime); font-size: 29px; font-weight: 900; letter-spacing: -.03em; }
.order-form { padding: 34px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.order-form label { display: block; margin-bottom: 15px; }.order-form label > span { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; }.order-form label > span small { color: var(--muted); font-weight: 400; }
.order-form input, .order-form select, .order-form textarea { width: 100%; border: 1px solid #d5dce2; border-radius: 10px; background: #fafbfc; outline: none; transition: border .2s, box-shadow .2s; }
.order-form input, .order-form select { height: 49px; padding: 0 13px; }.order-form textarea { padding: 12px 13px; resize: vertical; }
.order-form input:focus, .order-form select:focus, .order-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,128,237,.12); }
.estimate { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2px 20px; margin: 6px 0 18px; padding: 15px 16px; background: #f1f7e1; border-radius: 11px; }.estimate span { font-size: 12px; font-weight: 700; }.estimate strong { grid-row: 1 / 3; grid-column: 2; color: #3a5c00; font-size: 21px; }.estimate small { color: #7c8865; font-size: 10px; }
.form-submit { width: 100%; }.form-submit span { margin-left: 12px; font-size: 20px; }
.form-note { margin: 10px 0 0; color: #8a959f; font-size: 10px; text-align: center; }

.contacts-section { padding: 92px 0; background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 65px 90px; }
.contact-grid > div:first-child > p:last-child { max-width: 430px; margin: 20px 0 0; color: var(--muted); }
.contact-cards { display: grid; gap: 10px; }
.contact-cards > a, .contact-cards > .contact-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; transition: transform .2s, border .2s; }.contact-cards > a:hover { transform: translateX(4px); border-color: #aab6c0; }
.contact-icon { display: grid; place-items: center; width: 46px; height: 46px; color: var(--white); background: var(--blue); border-radius: 12px; font-weight: 900; }.contact-icon.whatsapp { background: #20b86a; }.contact-icon.max { background: #7b61ff; }
.contact-cards > * > div { min-width: 0; display: flex; flex-direction: column; }.contact-cards small { color: var(--muted); }.contact-cards strong { overflow-wrap: anywhere; }.contact-cards em { color: var(--muted); font-size: 11px; font-style: normal; }.contact-cards b { color: var(--blue); font-size: 20px; }
.address-card { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto; padding: 26px 30px; background: var(--paper); border-radius: 16px; }.address-card small { color: var(--muted); }.address-card strong { font-size: 21px; }.address-card a { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--blue); font-weight: 700; }

.site-footer { padding: 48px 0 30px; color: var(--white); background: #07111d; }.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: center; }.footer-brand { justify-self: start; }.footer-inner > p { margin: 0; color: #8392a0; font-size: 13px; }.footer-links { display: flex; justify-content: end; gap: 20px; font-size: 13px; }.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #6f7e8b; font-size: 11px; }
.mobile-bar { display: none; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 200; padding: 12px 18px; color: var(--white); background: #c0392b; border-radius: 10px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .25s; }.toast.show { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { padding-top: 60px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 430px; }
  .hero-visual picture { width: 82%; right: 2%; }
  .fact-strip { margin-top: 20px; }
  .price-layout, .order-grid { grid-template-columns: 1fr; }
  .order-grid { gap: 46px; }.order-copy { display: grid; grid-template-columns: 1fr .7fr; gap: 0 30px; }.order-copy .eyebrow,.order-copy h2 { grid-column: 1 / -1; }.order-contact { margin-top: 24px; }
  .steps { grid-template-columns: 1fr 1fr; }.steps li::after { display: none; }
  .review-grid { grid-template-columns: 1fr 1fr; }.review-grid blockquote:first-child { grid-column: 1 / -1; min-height: auto; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: 64px; }
  .container { width: min(100% - 28px, 1160px); }
  .header-inner { height: 69px; }.header-phone { display: none; }
  .menu-button { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 42px; height: 42px; padding: 9px; border: 0; color: var(--white); background: transparent; }.menu-button span { width: 23px; height: 2px; background: currentColor; transition: .2s; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu { display: grid; grid-template-columns: 1fr 1fr; max-height: 0; overflow: hidden; border-top: 1px solid transparent; transition: max-height .25s, padding .25s; }.mobile-menu.open { max-height: 170px; padding: 10px 14px 18px; border-color: rgba(255,255,255,.1); }.mobile-menu a { padding: 9px 12px; color: #c5d0da; }
  .hero { padding-top: 50px; }.hero-grid { gap: 20px; }.hero-lead { font-size: 17px; }.hero-actions { display: grid; }.button { width: 100%; }.trust-list { display: grid; gap: 9px; }
  .hero-visual { min-height: 335px; }.hero-visual picture { width: 110%; right: -13%; bottom: 43px; }.route-from { left: 0; top: 25px; }.route-to { right: 0; top: 86px; }.route-badge { min-width: 115px; padding: 9px 12px; }.route-badge strong { font-size: 15px; }.route-line { top: 82px; left: 23%; right: 27%; }.hero-price { right: 0; bottom: 10px; }.hero-price strong { font-size: 21px; }
  .fact-strip { grid-template-columns: 1fr 1fr; gap: 0; padding: 20px 0; }.fact-strip div { padding: 12px 14px; border: 0; }.fact-strip div:nth-child(odd) { padding-left: 0; }.fact-strip strong { font-size: 16px; }
  .section { padding: 72px 0; }.split-heading { display: block; }.split-heading > p { margin-top: 18px; }.section-heading { margin-bottom: 32px; }
  .price-featured { grid-template-columns: auto 1fr; padding: 24px 20px; gap: 18px; }.price-icon { width: 56px; height: 56px; }.price-amount { grid-column: 1 / 2; min-width: 0; }.text-link { justify-self: end; }.price-card { padding: 25px 20px; }.price-card-head { display: block; }.price-card-head > span { display: inline-block; margin-top: 5px; text-align: left; }
  .fleet-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 240px); }.fleet-main figcaption strong { font-size: 22px; }
  .steps { grid-template-columns: 1fr; }.steps li { min-height: 160px; }.steps h3 { margin-top: 38px; }
  .review-grid { grid-template-columns: 1fr; }.review-grid blockquote:first-child { grid-column: auto; }.review-grid blockquote { min-height: 240px; }
  .order-copy { display: block; }.order-contact { margin-top: 35px; }.order-form { padding: 25px 18px; }.form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 38px; }.address-card { grid-column: auto; grid-template-columns: 1fr; gap: 8px; }.address-card a { grid-column: auto; grid-row: auto; }
  .footer-inner { grid-template-columns: 1fr; }.footer-links { justify-content: start; flex-wrap: wrap; }.footer-meta { grid-column: auto; display: grid; gap: 5px; }
  .mobile-bar { position: fixed; inset: auto 0 0; z-index: 99; display: grid; grid-template-columns: repeat(3,1fr); height: 64px; color: var(--white); background: #0a1623; border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 -8px 25px rgba(0,0,0,.18); }.mobile-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-size: 10px; font-weight: 700; }.mobile-bar a:last-child { color: var(--ink); background: var(--lime); }.mobile-bar span { font-size: 17px; font-weight: 900; }
}

@media (max-width: 430px) {
  h1 { font-size: 42px; }.section-heading h2, .order-copy h2, .contact-grid h2 { font-size: 34px; }
  .hero-visual { min-height: 305px; }.hero-price { left: 0; right: auto; }
  .fleet-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 240px); }
  .estimate { grid-template-columns: 1fr; }.estimate strong { grid-row: auto; grid-column: auto; margin-top: 4px; }.estimate small { grid-row: auto; }
  .contact-cards strong { font-size: 14px; }
}

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