:root {
  --navy: #0b1f33;
  --navy-2: #102b46;
  --amber: #f5a800;
  --amber-dark: #d98f00;
  --white: #ffffff;
  --paper: #f5f7f9;
  --line: #dce3e8;
  --text: #172534;
  --muted: #667684;
  --success: #146c43;
  --danger: #a32626;
  --radius: 22px;
  --shadow: 0 18px 55px rgba(11, 31, 51, .12);
  --container: 1200px;
  --header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; letter-spacing: -.03em; }
h1 { font-size: clamp(2.5rem, 6vw, 5.2rem); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); margin-bottom: 20px; }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
::selection { background: var(--amber); color: var(--navy); }

.container { width: min(calc(100% - 36px), var(--container)); margin: 0 auto; }
.section { padding: clamp(72px, 9vw, 124px) 0; }
.soft-section { background: var(--paper); }
.section-dark { background: var(--navy); color: rgba(255,255,255,.82); }
.section-dark h1, .section-dark h2, .section-dark h3 { color: var(--white); }
.eyebrow { margin-bottom: 14px; color: var(--amber-dark); font-size: .79rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-dark .eyebrow { color: var(--amber); }
.prose p:last-child { margin-bottom: 0; }
.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-160%); padding: 10px 14px; background: var(--navy); color: var(--white); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-h); background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(11,31,51,.07); backdrop-filter: blur(16px); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(11,31,51,.08); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--navy); color: var(--amber); font-size: 1.55rem; font-weight: 900; }
.brand-text { display: grid; line-height: 1.05; }
.brand-text strong { color: var(--navy); font-size: .98rem; }
.brand-text small { margin-top: 5px; color: var(--muted); font-size: .72rem; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.primary-nav a { color: #344759; font-size: .89rem; font-weight: 700; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--navy); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.lang-switcher { display: flex; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 10px; }
.lang-switcher a { padding: 6px 8px; color: var(--muted); font-size: .72rem; font-weight: 800; border-radius: 7px; }
.lang-switcher a[aria-current="page"] { background: var(--navy); color: var(--white); }
.phone-link { padding: 11px 15px; background: var(--amber); border-radius: 10px; color: var(--navy); font-size: .86rem; font-weight: 900; white-space: nowrap; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; border-radius: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { position: relative; overflow: hidden; min-height: min(820px, calc(100svh - var(--header-h))); background: var(--paper); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(110deg, rgba(11,31,51,.035), transparent 45%), repeating-linear-gradient(135deg, transparent 0 26px, rgba(11,31,51,.018) 26px 27px); }
.hero::after { content: ""; position: absolute; right: -20%; top: -35%; width: 65vw; aspect-ratio: 1; z-index: -1; border-radius: 50%; border: 130px solid rgba(245,168,0,.11); }
.hero-grid { min-height: inherit; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(20px, 5vw, 80px); align-items: center; padding-top: 70px; padding-bottom: 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero-lead { max-width: 720px; color: #536575; font-size: clamp(1.03rem, 1.7vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 20px; border: 1px solid transparent; border-radius: 12px; font-weight: 900; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(245,168,0,.55); outline-offset: 3px; }
.btn-primary { background: var(--amber); color: var(--navy); box-shadow: 0 12px 24px rgba(245,168,0,.23); }
.btn-primary:hover { background: #ffb718; }
.btn-secondary { border-color: rgba(11,31,51,.25); background: var(--white); color: var(--navy); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 28px; }
.hero-facts span { display: grid; color: var(--muted); font-size: .82rem; }
.hero-facts strong { color: var(--navy); font-size: 1.12rem; }
.hero-visual { position: relative; min-height: 510px; display: flex; align-items: center; justify-content: center; }
.hero-ring { position: absolute; width: min(470px, 80vw); aspect-ratio: 1; border-radius: 50%; background: var(--navy); box-shadow: 0 45px 80px rgba(11,31,51,.22); }
.hero-ring::after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: inherit; }
.hero-truck { position: relative; z-index: 2; width: min(620px, 110%); object-fit: contain; filter: drop-shadow(0 28px 22px rgba(0,0,0,.2)); transform: translateX(-1%); }
.hero-badge { position: absolute; right: 0; bottom: 8%; z-index: 3; max-width: 235px; padding: 16px 18px; background: var(--white); border-left: 5px solid var(--amber); border-radius: 12px; box-shadow: var(--shadow); }
.hero-badge strong, .hero-badge span { display: block; }
.hero-badge strong { color: var(--navy); }
.hero-badge span { margin-top: 4px; color: var(--muted); font-size: .82rem; }

.trust-strip { background: var(--navy); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 110px; display: flex; flex-direction: column; justify-content: center; padding: 20px 26px; border-right: 1px solid rgba(255,255,255,.11); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.11); }
.trust-grid strong { color: var(--amber); font-size: 1.08rem; }
.trust-grid span { color: rgba(255,255,255,.72); font-size: .84rem; }

.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 8vw, 110px); align-items: start; }
.split-intro .prose { color: #536575; font-size: 1.05rem; }
.section-heading { margin-bottom: 40px; display: grid; grid-template-columns: 1fr .75fr; gap: 50px; align-items: end; }
.section-heading > p { margin: 0; color: var(--muted); }
.section-dark .section-heading > p { color: rgba(255,255,255,.63); }

.fleet-grid { display: grid; gap: 24px; }
.fleet-card { overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--white); border-radius: var(--radius); box-shadow: 0 16px 46px rgba(0,0,0,.14); }
.fleet-card:nth-child(even) .fleet-media { order: 2; }
.fleet-media { position: relative; min-height: 360px; display: grid; place-items: center; overflow: hidden; background: #eef2f5; }
.fleet-media::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgba(11,31,51,.06); }
.fleet-media img { width: 94%; max-height: 330px; object-fit: contain; transition: transform .35s ease; }
.fleet-card:hover .fleet-media img { transform: scale(1.025); }
.capacity-badge { position: absolute; top: 18px; left: 18px; padding: 8px 10px; background: var(--navy); color: var(--white); border-radius: 9px; font-size: .74rem; font-weight: 900; }
.fleet-body { padding: clamp(26px, 4vw, 48px); color: var(--text); }
.fleet-title { margin-bottom: 26px; }
.fleet-title h3 { margin-bottom: 5px; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.fleet-title span { color: var(--muted); }
.spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin: 0 0 24px; }
.spec-grid div { padding-bottom: 11px; border-bottom: 1px solid var(--line); }
.spec-grid dt { color: var(--muted); font-size: .75rem; }
.spec-grid dd { margin: 2px 0 0; color: var(--navy); font-weight: 850; }
.fleet-body > p { color: #526474; }
.card-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; }
.text-link { color: var(--navy); font-weight: 900; }
.text-link span { color: var(--amber-dark); }
.muted-link { color: var(--muted); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 240px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(245,168,0,.7); box-shadow: var(--shadow); }
.service-index { color: var(--amber-dark); font-size: .74rem; font-weight: 900; }
.service-card h3 { margin: 34px 0 12px; }
.service-card p { color: var(--muted); font-size: .92rem; }
.cargo-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.cargo-layout > div:first-child > p:last-child { color: var(--muted); }
.cargo-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.cargo-tags span { padding: 11px 14px; background: var(--white); border: 1px solid var(--line); border-radius: 999px; color: var(--navy); font-size: .88rem; font-weight: 750; }

.pricing-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 30px; align-items: stretch; }
.pricing-grid > *, .section-heading > *, .request-grid > *, .area-grid > *, .fleet-card > * { min-width: 0; }
.price-card { padding: clamp(28px, 5vw, 54px); background: var(--navy); color: rgba(255,255,255,.75); border-radius: var(--radius); }
.price-card h2 { color: var(--white); }
.price-card .eyebrow { color: var(--amber); }
.price-highlight { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin: 32px 0 18px; }
.price-highlight span { width: 100%; color: rgba(255,255,255,.64); }
.price-highlight strong { color: var(--amber); font-size: clamp(2.8rem, 7vw, 5.3rem); line-height: .9; }
.price-highlight small { color: var(--white); font-size: 1rem; }
.price-card .btn { margin-top: 16px; }
.price-factors { padding: clamp(28px, 5vw, 54px); border: 1px solid var(--line); border-radius: var(--radius); }
.price-factors h3 { font-size: 1.8rem; }
.price-factors ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 26px; padding: 0; margin: 24px 0; list-style: none; }
.price-factors li { position: relative; padding-left: 22px; color: #536575; }
.price-factors li::before { content: ""; position: absolute; left: 0; top: .7em; width: 8px; height: 8px; border-radius: 50%; background: var(--amber); }
.price-factors p { color: var(--muted); }

.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 50px 0 0; padding: 0; list-style: none; }
.process-list li { position: relative; padding: 0 24px 0 0; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; top: 19px; left: 50px; right: 12px; height: 1px; background: rgba(255,255,255,.18); }
.process-list > li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 28px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: var(--navy); color: var(--amber); font-size: .74rem; font-weight: 900; }
.process-list p { color: rgba(255,255,255,.63); font-size: .9rem; }

.area-grid { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(35px, 8vw, 100px); align-items: center; }
.area-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.area-panel { padding: 34px; background: var(--paper); border-radius: var(--radius); }
.area-panel > strong { display: block; margin-bottom: 20px; color: var(--navy); font-size: 1.2rem; }
.city-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.city-grid span { padding: 10px 12px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; font-size: .86rem; font-weight: 750; }
.area-panel small { display: block; margin-top: 18px; color: var(--muted); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.why-card { padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.why-card > span { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 22px; background: var(--amber); border-radius: 50%; color: var(--navy); font-weight: 950; }
.why-card p { color: var(--muted); font-size: .9rem; }

.guide-section { background: var(--white); }
.guide-wrap { padding: clamp(30px, 5vw, 60px); border: 1px solid var(--line); border-radius: var(--radius); }
.guide-heading { max-width: 800px; margin-bottom: 34px; }
.guide-heading > p:last-child { color: var(--muted); }
.guide-columns { columns: 2; column-gap: 50px; }
.guide-columns article { break-inside: avoid; margin: 0 0 36px; }
.guide-columns article h3 { margin-bottom: 14px; }
.guide-columns article p { color: #536575; font-size: .94rem; }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(38px, 8vw, 90px); align-items: start; }
.faq-heading { position: sticky; top: calc(var(--header-h) + 28px); }
.faq-heading > p:last-child { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 0; cursor: pointer; list-style: none; color: var(--navy); font-weight: 850; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary b { min-width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--amber-dark); font-size: 1.25rem; transition: transform .2s ease; }
.faq-item[open] summary b { transform: rotate(45deg); }
.faq-item > div { padding: 0 48px 22px 0; color: var(--muted); }

.request-section { background: var(--navy); color: rgba(255,255,255,.72); }
.request-section h2 { color: var(--white); }
.request-section .eyebrow { color: var(--amber); }
.request-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px, 8vw, 100px); align-items: center; }
.request-phone { display: block; margin: 28px 0 3px; color: var(--amber); font-size: clamp(1.8rem, 4vw, 3.1rem); font-weight: 950; letter-spacing: -.03em; }
.request-copy > span { color: rgba(255,255,255,.5); font-size: .85rem; }
.request-form { display: grid; gap: 15px; padding: clamp(24px, 4vw, 42px); background: var(--white); border-radius: var(--radius); color: var(--text); }
.request-form label { display: grid; gap: 7px; color: var(--navy); font-size: .8rem; font-weight: 800; }
.request-form input, .request-form textarea { width: 100%; border: 1px solid #cfd8df; border-radius: 10px; padding: 12px 13px; background: #fbfcfd; color: var(--text); outline: none; }
.request-form textarea { resize: vertical; min-height: 112px; }
.request-form small { color: var(--muted); font-size: .72rem; }
.form-message { padding: 12px 14px; border-radius: 10px; font-size: .85rem; font-weight: 750; }
.form-message.success { background: #eaf7f0; color: var(--success); }
.form-message.error { background: #fff0f0; color: var(--danger); }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 64px 0 28px; background: #071725; color: rgba(255,255,255,.66); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .65fr; gap: 50px; }
.brand-footer .brand-mark { background: var(--amber); color: var(--navy); }
.brand-footer .brand-text strong { color: var(--white); }
.brand-footer .brand-text small { color: rgba(255,255,255,.5); }
.footer-grid > div:first-child p { max-width: 480px; margin-top: 22px; }
.site-footer h2 { margin-bottom: 16px; color: var(--white); font-size: .95rem; letter-spacing: 0; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid a:hover { color: var(--amber); }
.footer-phone { color: var(--white); font-weight: 850; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: .76rem; }
.mobile-actions { display: none; }

.error-page { min-height: 100svh; display: grid; place-items: center; padding: 30px; text-align: center; background: var(--paper); }
.error-page strong { color: var(--amber-dark); font-size: 1.2rem; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  :root { --header-h: 70px; }
  .primary-nav { position: fixed; inset: var(--header-h) 0 auto 0; max-height: calc(100svh - var(--header-h)); overflow: auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 18px 22px; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 20px 40px rgba(11,31,51,.12); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 14px 8px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .menu-toggle { display: block; }
  .header-actions { margin-left: 0; }
  .phone-link { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 58px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { min-height: 430px; }
  .hero-ring { width: min(430px, 70vw); }
  .hero-truck { width: min(670px, 94vw); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.11); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .process-list { grid-template-columns: repeat(2, 1fr); gap: 34px 20px; }
  .process-list li:nth-child(2)::after { display: none; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .header-inner { gap: 10px; }
  .brand-text small { display: none; }
  .brand-mark { width: 38px; height: 38px; }
  .header-actions { order: 2; }
  .menu-toggle { order: 3; }
  .lang-switcher a { padding: 6px; }
  .hero { min-height: auto; }
  .hero-grid { gap: 0; padding-top: 48px; padding-bottom: 42px; }
  h1 { font-size: clamp(2.35rem, 12vw, 4rem); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
  .hero-visual { min-height: 340px; margin-top: 10px; }
  .hero-ring { width: min(320px, 82vw); }
  .hero-truck { width: 108vw; max-width: none; }
  .hero-badge { right: 2%; bottom: 2%; max-width: 210px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { min-height: 104px; padding: 18px; }
  .split-intro, .section-heading, .cargo-layout, .pricing-grid, .area-grid, .faq-grid, .request-grid, .footer-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 6px; }
  .fleet-card, .fleet-card:nth-child(even) { grid-template-columns: 1fr; }
  .fleet-card:nth-child(even) .fleet-media { order: 0; }
  .fleet-media { min-height: 250px; }
  .fleet-media img { max-height: 235px; }
  .spec-grid { grid-template-columns: 1fr 1fr; }
  .service-grid, .why-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .price-factors ul { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: 1fr; gap: 0; }
  .process-list li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 0 0 26px; }
  .process-list li:not(:last-child)::after { top: 42px; bottom: 8px; left: 20px; right: auto; width: 1px; height: auto; }
  .process-list > li > span { margin-bottom: 0; }
  .city-grid { grid-template-columns: 1fr 1fr; }
  .guide-columns { columns: 1; }
  .faq-heading { position: static; }
  .faq-item > div { padding-right: 0; }
  .footer-grid { gap: 34px; }
  .footer-bottom { flex-direction: column; }
  .site-footer { padding-bottom: 90px; }
  .mobile-actions { position: fixed; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); z-index: 80; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 6px; background: rgba(7,23,37,.94); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; backdrop-filter: blur(12px); box-shadow: 0 18px 45px rgba(0,0,0,.25); }
  .mobile-actions a { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 9px 10px; border-radius: 11px; font-size: .82rem; font-weight: 900; text-align: center; }
  .mobile-actions a:first-child { background: var(--white); color: var(--navy); }
  .mobile-actions a:last-child { background: var(--amber); color: var(--navy); }
}

@media (max-width: 430px) {
  .brand-text strong { font-size: .86rem; }
  .lang-switcher { gap: 0; }
  .lang-switcher a { padding: 5px; font-size: .66rem; }
  .menu-toggle { width: 40px; height: 40px; padding: 8px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-visual { min-height: 300px; }
  .hero-badge { left: 0; right: auto; bottom: 0; max-width: 200px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child, .trust-grid > div:nth-child(3) { border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
  .spec-grid { grid-template-columns: 1fr; }
  .city-grid { grid-template-columns: 1fr; }
  .price-highlight strong { font-size: 3.2rem; }
}

@media (max-width: 340px) {
  .container { width: min(calc(100% - 20px), var(--container)); }
  .brand-text { display: none; }
  .header-inner { justify-content: space-between; }
  .header-actions { margin-left: auto; }
  .hero h1 { font-size: 2.28rem; }
  .mobile-actions { left: 6px; right: 6px; bottom: 6px; }
  .mobile-actions a { font-size: .75rem; }
}

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