:root {
  --s4-bg: #0a0a0a;
  --s4-bg-soft: #14110a;
  --s4-bg-warm: #1f1a0f;
  --s4-panel: #2c2418;
  --s4-ink: #fff8e6;
  --s4-muted: #d6cdb4;
  --s4-line: rgba(255, 220, 140, 0.18);
  --s4-brand: #c9a227;
  --s4-brand-strong: #d8b237;
  --s4-brand-deep: #a8861e;
  --s4-gold: #f0b923;
  --s4-gold-strong: #ffd34d;
  --s4-gold-soft: #fff0b8;
  --s4-orange: #ff7a36;
  --s4-amber: #ffae3b;
  --s4-paper: #fffaf0;
  --s4-paper-warm: #fff3d6;
  --s4-text: #1a1610;
  --s4-text-soft: #4a4338;
  --s4-success: #15a97a;
  --s4-whatsapp: #25d366;
  --s4-whatsapp-strong: #1ebd5c;
  --s4-radius: 12px;
  --s4-radius-sm: 8px;
  --s4-radius-lg: 20px;
  --s4-shadow: 0 22px 70px rgba(120, 80, 0, 0.18);
  --s4-shadow-gold: 0 18px 50px rgba(240, 185, 35, 0.35);
  --s4-shadow-brand: 0 18px 50px rgba(201, 162, 39, 0.32);
  --s4-shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.08);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.s4-skip-link {
  position: absolute;
  top: -100px;
  left: 8px;
  z-index: 99999;
  padding: 12px 18px;
  background: #0a0a0a;
  color: #ffd34d;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  transition: top 0.2s ease;
}

.s4-skip-link:focus {
  top: 0;
  outline: 2px solid #ffd34d;
  outline-offset: 2px;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--s4-text);
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(255, 211, 77, 0.08), transparent 60%),
    linear-gradient(180deg, var(--s4-paper) 0%, var(--s4-paper-warm) 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none;
}

/* Mobile: disable smooth scroll (Safari iOS chokes), kill heavy animations */
@media (max-width: 720px), (hover: none) and (pointer: coarse) {
  html { scroll-behavior: auto; }
  /* Lighter shadows + simpler gradients for paint perf */
  body {
    background:
      linear-gradient(180deg, var(--s4-paper) 0%, var(--s4-paper-warm) 100%);
  }
}

a {
  color: inherit;
  text-decoration: none;
}

/* iOS Safari double-tap-zoom kechikishini har interaktiv elementdan olib tashlash.
   `touch-action: manipulation` bo'lmasa Safari birinchi tapni "ehtimol zoom"
   deb ~300ms ushlaб qoladi → link/tugma 2-tapda ochiladi (mijoz "со второго
   раза"). Global — butun saytdagi link, tugma, klikланadigan karta, summary,
   role=button qamrab olinadi (har yangi element ham avtomatik). tap-highlight
   ko'k flesh ham olinadi. */
a,
button,
summary,
label,
[role="button"],
[onclick],
[data-s4-lightbox],
.fleet-card--clickable,
.driver-card,
input[type="submit"],
input[type="button"] {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(170px, auto) 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  padding: 16px clamp(18px, 4vw, 64px);
  color: var(--s4-ink);
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.98), rgba(14, 14, 14, 0.96));
  border-bottom: 1px solid rgba(201, 162, 39, 0.32);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}
.main-nav {
  justify-content: center;
  flex-wrap: nowrap;
  min-width: 0;
}
@media (max-width: 1180px) {
  .header-actions .phone-link span { display: none; }
  .header-actions .header-whatsapp { display: none; }
  .main-nav { gap: 14px; }
  .main-nav > a, .main-nav__top { font-size: 13px; }
}
@media (max-width: 1024px) {
  .header-actions .phone-link { display: none; }
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  flex: 0 0 auto;
  width: 54px;
  height: 26px;
  border-top: 4px solid var(--s4-gold);
  border-radius: 50% 50% 0 0;
}

.brand-mark::after {
  position: absolute;
  right: 1px;
  bottom: 3px;
  width: 18px;
  height: 5px;
  content: "";
  background: #c82828;
  border-radius: 999px;
}

.main-nav,
.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.main-nav a,
.phone-link,
.lang-link {
  color: rgba(255, 248, 230, 0.92);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.main-nav a:hover,
.phone-link:hover,
.lang-link:hover {
  color: var(--s4-gold-strong);
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.phone-link .icon svg {
  width: 16px;
  height: 16px;
  color: var(--s4-gold-strong);
}

.header-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--s4-whatsapp), var(--s4-whatsapp-strong));
  color: #fff;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.32);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.header-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.45);
}

.header-whatsapp .icon {
  margin: 0;
}

.header-whatsapp .icon svg {
  width: 22px;
  height: 22px;
}

.lang-link {
  padding: 6px 12px;
  border: 1px solid rgba(255, 211, 77, 0.35);
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.lang-link:hover {
  background: rgba(255, 211, 77, 0.12);
}

/* Mobile lang toggle — visible inside site-header next to nav-toggle */
.lang-link--mobile {
  display: none;
}
@media (max-width: 1080px) {
  .lang-link--mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    margin-left: auto;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.15), rgba(255, 211, 77, 0.10));
    color: var(--s4-gold-strong);
    border: 1px solid rgba(255, 211, 77, 0.45);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
  }
  .lang-link--mobile:hover,
  .lang-link--mobile:focus {
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.28), rgba(255, 211, 77, 0.18));
    color: #fff;
  }
}

.floating-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.floating-cta__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18), 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 200ms ease, box-shadow 200ms ease;
  isolation: isolate;
}

.floating-cta__btn:hover {
  transform: translateY(-2px) scale(1.04);
}
.floating-cta__btn:active {
  transform: scale(0.96);
}

.floating-cta__btn .icon svg {
  width: 26px;
  height: 26px;
}

.floating-cta__btn--whatsapp {
  background: linear-gradient(135deg, var(--s4-whatsapp), var(--s4-whatsapp-strong));
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.30), 0 2px 6px rgba(37, 211, 102, 0.18);
}

.floating-cta__btn--call {
  background: linear-gradient(135deg, #2a6df4, #1e4ed8);
  box-shadow: 0 10px 24px rgba(42, 109, 244, 0.30), 0 2px 6px rgba(42, 109, 244, 0.18);
}

.floating-cta__btn--email {
  background: linear-gradient(135deg, var(--s4-brand-strong), var(--s4-brand-deep));
  box-shadow: 0 10px 24px rgba(201, 162, 39, 0.30), 0 2px 6px rgba(201, 162, 39, 0.18);
}

.floating-cta__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--s4-whatsapp);
  opacity: 0.6;
  animation: s4-pulse 2.4s ease-out infinite;
  pointer-events: none;
  z-index: -1;
}

@keyframes s4-pulse {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }

  70% {
    transform: scale(1.45);
    opacity: 0;
  }

  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-cta__pulse { animation: none; opacity: 0; }
}

@media (max-width: 680px) {
  .floating-cta {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  .floating-cta__btn {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    aspect-ratio: 1 / 1;
  }

  .floating-cta__btn .icon svg {
    width: 22px;
    height: 22px;
  }

  /* Floating CTA buttons take ~80px height — reserve bottom space for last section content */
  .stats-section,
  .quick-quote,
  .cta-banner,
  .footer-bottom {
    padding-bottom: max(clamp(40px, 8vw, 80px), calc(80px + env(safe-area-inset-bottom, 0px)));
  }
}

.header-actions {
  justify-content: flex-end;
  flex-shrink: 0;
}
.header-actions > * {
  flex-shrink: 0;
}
.header-actions .button {
  white-space: nowrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--s4-radius);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-gold {
  color: #14110a;
  background: linear-gradient(135deg, var(--s4-brand-strong) 0%, var(--s4-brand) 50%, var(--s4-brand-deep) 100%);
  box-shadow: var(--s4-shadow-brand);
}

.button-gold:hover {
  background: linear-gradient(135deg, var(--s4-gold-strong) 0%, var(--s4-gold) 50%, var(--s4-amber) 100%);
  box-shadow: 0 22px 60px rgba(255, 174, 59, 0.5);
  transform: translateY(-2px);
}

.button-brand {
  color: #14110a;
  background: var(--s4-brand);
  border: 1px solid var(--s4-brand-deep);
  box-shadow: var(--s4-shadow-brand);
}

.button-brand:hover {
  background: var(--s4-brand-strong);
  transform: translateY(-2px);
}

.button-ghost {
  color: var(--s4-ink);
  border-color: rgba(255, 211, 77, 0.45);
  background: rgba(255, 211, 77, 0.08);
}

.button-ghost:hover {
  background: rgba(255, 211, 77, 0.16);
  border-color: var(--s4-gold-strong);
}

/* Ghost button on a light card needs dark text for WCAG contrast.
   Without this, cream-on-white was effectively invisible on /contacts. */
.trust-card.light .button-ghost,
.service-card .button-ghost,
.fleet-card .button-ghost {
  color: #2a2113;
  background: rgba(120, 80, 0, 0.06);
  border-color: rgba(120, 80, 0, 0.28);
}

.trust-card.light .button-ghost:hover,
.service-card .button-ghost:hover,
.fleet-card .button-ghost:hover {
  background: rgba(120, 80, 0, 0.12);
  border-color: var(--s4-gold-strong);
}

/* Inside a card the CTA must never exceed the column width: long labels
   like the phone number / e-mail overflowed the narrow 3-up grid on tablet
   (768px) and pushed a horizontal scrollbar. Cap to 100% and let the text
   shrink to fit instead of breaking the layout. */
.trust-card .button,
.service-card .button,
.fleet-card .button {
  max-width: 100%;
  min-width: 0;
}

.trust-card .button-ghost,
.service-card .button-ghost,
.fleet-card .button-ghost {
  padding-left: 16px;
  padding-right: 16px;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}

.button-dark {
  color: var(--s4-ink);
  background: var(--s4-bg);
}

/* Outline button — for call-only fleet cards (SEO cards w/o booking).
   Premium contrast: white face + gold border + dark text. Hover lifts to gold fill. */
.button-outline {
  color: #1a1410;
  background: #fff;
  border: 1.5px solid var(--s4-brand);
  box-shadow: 0 6px 18px rgba(201, 162, 39, 0.12);
}

.button-outline:hover {
  background: linear-gradient(135deg, #fff7e0 0%, #fcecb4 100%);
  border-color: var(--s4-gold-strong);
  box-shadow: 0 14px 36px rgba(201, 162, 39, 0.22);
  transform: translateY(-2px);
}

/* Fleet card — call-only variant (Avtobus 24 etc.) */
.fleet-card--call-only {
  position: relative;
}

.fleet-card--call-only::before {
  content: "📞 SEO";
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  font-size: 0;
}

.fleet-card--call-only .fleet-card__phone-icon {
  display: inline-flex;
  align-items: center;
}

/* Fleet card titles — wrap long Russian compound words so they never
   overflow the card. Examples that triggered overflow on /ru/fleet:
   "Премиальный пассажирский фургон", "Премиум полноразмерный SUV",
   "Mercedes Sprinter (короткий/длинный)". Use overflow-wrap + a hard
   word-break fallback so even the longest single word breaks on the
   card edge rather than escaping outside. */
.fleet-card h2,
.fleet-card h3,
.fleet-mini__body h3 {
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  /* Cap the maximum size on very narrow viewports so the title can't
     push past the card padding even when sized to viewport units. */
  max-width: 100%;
}

/* Fleet-mini (home page) — call-only variant */
.fleet-mini__card--call {
  position: relative;
}

.fleet-mini__card--call .fleet-mini__phone {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  padding: 4px 10px;
  background: linear-gradient(135deg, #fff7e0 0%, #fcecb4 100%);
  color: #6b4f10;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, 0.4);
  line-height: 1;
  white-space: nowrap;
}

.fleet-mini__card--call:hover .fleet-mini__phone {
  background: linear-gradient(135deg, #fcecb4 0%, #f7d775 100%);
  border-color: var(--s4-gold-strong);
}

.button-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, var(--s4-whatsapp) 0%, var(--s4-whatsapp-strong) 100%);
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.34);
}

.button-whatsapp:hover {
  box-shadow: 0 22px 56px rgba(37, 211, 102, 0.48);
}

.button-call {
  color: #fff;
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  box-shadow: 0 14px 36px rgba(37, 99, 235, 0.32);
}

.button-call:hover {
  box-shadow: 0 22px 56px rgba(37, 99, 235, 0.46);
}

.button .icon {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  flex: 0 0 auto;
}

.button .icon svg {
  width: 20px;
  height: 20px;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(28px, 6vw, 80px);
  min-height: calc(100vh - 86px);
  padding: clamp(72px, 12vw, 150px) clamp(20px, 6vw, 112px);
  overflow: hidden;
  color: var(--s4-ink);
  background: radial-gradient(circle at 78% 36%, rgba(255, 211, 77, 0.32), transparent 32%), linear-gradient(135deg, #1f1810 0%, #2a2113 60%, #1a1610 100%);
}

.hero-media {
  position: absolute;
  inset: 0;
  opacity: 1;
  overflow: hidden;
  /* Hero-картинку отдаёт единственный источник — <picture class="hero-media__poster">
     с fetchpriority=high и адаптивными <source> по брейкпоинтам. Фоновую картинку
     из .hero-media убрали: раньше браузер тянул и CSS-фон, и <picture> = 2-3 файла
     на один экран (двойная загрузка). Здесь остаётся только тёмный градиент —
     плейсхолдер, видимый доли секунды пока грузится poster, без FOUC. */
  background:
    linear-gradient(90deg, rgba(20, 16, 8, 0.78) 0%, rgba(20, 16, 8, 0.42) 45%, rgba(20, 16, 8, 0.12) 75%, rgba(20, 16, 8, 0.04) 100%),
    radial-gradient(ellipse at 78% 48%, rgba(255, 211, 77, 0.22), transparent 55%),
    #1a1610;
}

/* Десктоп: тот же тёмный градиент-плейсхолдер под <picture>. Картинку
   по брейкпоинтам выбирает сам <picture>, CSS-фон больше её не дублирует. */
@media (min-width: 768px) {
  .hero-media {
    background:
      linear-gradient(90deg, rgba(20, 16, 8, 0.78) 0%, rgba(20, 16, 8, 0.42) 45%, rgba(20, 16, 8, 0.12) 75%, rgba(20, 16, 8, 0.04) 100%),
      radial-gradient(ellipse at 78% 48%, rgba(255, 211, 77, 0.22), transparent 55%),
      #1a1610;
  }
}

/* Hero poster — fullbleed sharp image with a slow Ken Burns zoom.
   Replaces the old low-res hero video that the client said looked
   blurry and too fast (2026-05-28). The 1920x1440 source stays sharp
   on retina, the 24s ease-in-out scale keeps the section alive
   without resampling artefacts. */
/* Hero-картинку отдаёт ровно один файл: CSS background image-set() сам
   выбирает AVIF или WebP (никогда оба), а size — по медиа-брейкпоинту.
   Раньше тут был <picture> с <img>, но preload-scanner браузера всегда
   тянул и <source>, и fallback <img> = лишние ~175KB webp на каждый показ.
   Ken Burns теперь на этом же слое через transform (composited, 60fps). */
.hero-media__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  display: block;
  object-position: center 40%;
  background-position: center 40%;
  background-size: cover;
  background-repeat: no-repeat;
  /* mobile-first: 768. Fallback webp -> override avif (один из двух). */
  background-image: url("../img/hero-client-768.webp");
  background-image: image-set(
    url("../img/hero-client-768.avif") type("image/avif"),
    url("../img/hero-client-768.webp") type("image/webp")
  );
  transform-origin: 60% 50%;
  animation: heroKenBurns 24s ease-in-out infinite alternate;
}
@media (min-width: 541px) {
  .hero-media__poster {
    background-image: url("../img/hero-client-1280.webp");
    background-image: image-set(
      url("../img/hero-client-1280.avif") type("image/avif"),
      url("../img/hero-client-1280.webp") type("image/webp")
    );
  }
}
@media (min-width: 1281px) {
  .hero-media__poster {
    background-image: url("../img/hero-client-1920.webp");
    background-image: image-set(
      url("../img/hero-client-1920.avif") type("image/avif"),
      url("../img/hero-client-1920.webp") type("image/webp")
    );
  }
}
@keyframes heroKenBurns {
  0%   { transform: scale(1.00) translate3d(0, 0, 0); }
  100% { transform: scale(1.08) translate3d(-1%, -1%, 0); }
}
.hero-media__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(20, 16, 8, 0.74) 0%, rgba(20, 16, 8, 0.38) 45%, rgba(20, 16, 8, 0.08) 75%, rgba(20, 16, 8, 0) 100%),
    radial-gradient(ellipse at 78% 48%, rgba(255, 211, 77, 0.18), transparent 55%);
}
@media (prefers-reduced-motion: reduce) {
  .hero-media__poster { animation: none; transform: none; }
}
@media (max-width: 540px) {
  /* Mobile: keep static image (no zoom) to save battery + paint */
  .hero-media__poster { animation: none; transform: none; }
}

/* Legacy selector kept for backwards compatibility with any cached
   pages still referencing .hero-media__video — make sure they hide
   cleanly rather than showing a broken player. */
.hero-media__video { display: none !important; }

@media (min-width: 1441px) {
  .hero-media {
    background:
      linear-gradient(90deg, rgba(20, 16, 8, 0.78) 0%, rgba(20, 16, 8, 0.42) 45%, rgba(20, 16, 8, 0.12) 75%, rgba(20, 16, 8, 0.04) 100%),
      radial-gradient(ellipse at 78% 48%, rgba(255, 211, 77, 0.22), transparent 55%),
      #1a1610;
  }
}

@media (max-width: 767px) {
  .hero-media {
    background:
      linear-gradient(180deg, rgba(20, 16, 8, 0.84) 0%, rgba(20, 16, 8, 0.55) 50%, rgba(20, 16, 8, 0.18) 100%),
      #1a1610;
  }
}

.hero::after {
  position: absolute;
  inset: auto 0 0 0;
  height: 120px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--s4-paper));
  pointer-events: none;
  z-index: 1;
}

.hero-content,
.hero-panel,
.service-hero > div,
.quote-card {
  position: relative;
}

.hero-content {
  max-width: 760px;
  align-self: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--s4-gold-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section .eyebrow,
.page-hero .eyebrow {
  color: #8a6500;
}

.section-dark .eyebrow,
.section-split .eyebrow,
.hero .eyebrow,
.service-hero .eyebrow,
.page-hero.compact .eyebrow {
  color: var(--s4-gold-strong);
}

p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

h1,
h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.96;
}

h2 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.04;
}

h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.hero-content p:not(.eyebrow),
.page-hero p:not(.eyebrow),
.service-hero p,
.section-split p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.hero-content p:not(.eyebrow) {
  margin: 24px 0 34px;
}

.hero-panel,
.quote-card,
.contact-panel {
  align-self: center;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--s4-radius);
  background: rgba(20, 20, 20, 0.72);
  box-shadow: var(--s4-shadow);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transform: translateZ(0);
}

.hero-panel span,
.hero-panel small,
.quote-card span {
  display: block;
  color: var(--s4-muted);
}

.hero-panel strong {
  display: block;
  margin: 10px 0 4px;
  color: var(--s4-gold-strong);
  font-size: 28px;
}

.hero-panel__phone,
.hero-panel__email {
  display: block;
  text-decoration: none;
  transition: opacity 0.18s ease;
}

.hero-panel__phone:hover,
.hero-panel__email:hover {
  opacity: 0.78;
}

.hero-panel__email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--s4-gold-strong);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 8px 0 12px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 211, 77, 0.32);
  border-radius: 10px;
  background: rgba(255, 211, 77, 0.06);
  word-break: break-all;
}

.hero-panel__email::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-color: #ffd34d;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='3'%20y='5'%20width='18'%20height='14'%20rx='2'/%3E%3Cpath%20d='m4%207%208%206%208-6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='3'%20y='5'%20width='18'%20height='14'%20rx='2'/%3E%3Cpath%20d='m4%207%208%206%208-6'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}

@media (max-width: 480px) {
  .hero-panel__email {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.section,
.booking-section {
  padding: clamp(64px, 8vw, 116px) clamp(20px, 6vw, 112px);
}

.section-dark {
  position: relative;
  color: var(--s4-ink);
  background: linear-gradient(135deg, #1f1810 0%, #2a2113 100%);
  overflow: hidden;
}

.section-dark::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 211, 77, 0.14), transparent 32%),
    radial-gradient(circle at 88% 80%, rgba(255, 174, 59, 0.12), transparent 38%);
  pointer-events: none;
}

.section-dark > * {
  position: relative;
  z-index: 1;
}

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 860px;
  margin-bottom: 34px;
}

.trust-grid,
.service-grid,
.fleet-grid,
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-card,
.service-card,
.fleet-card,
.stats-grid article {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255, 211, 77, 0.18);
  border-radius: var(--s4-radius);
  background: linear-gradient(160deg, rgba(255, 211, 77, 0.08), rgba(255, 211, 77, 0.02));
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

/* Fleet card: vertical flex so price + CTA always sit at the bottom,
   regardless of how long the description/meta text is. */
.fleet-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Price (the element right before the CTA) absorbs the free space,
   pushing both price and CTA to the card bottom. */
.fleet-card strong {
  margin-top: auto;
}

/* Clickable fleet card — entire card is a link target */
.fleet-card--clickable {
  position: relative;
  cursor: pointer;
}
.fleet-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  text-indent: -9999px;
  overflow: hidden;
}
.fleet-card--clickable:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 22px 44px rgba(120, 80, 0, 0.16);
}
.fleet-card--clickable:focus-within {
  outline: 2px solid var(--s4-gold-strong, #c9a227);
  outline-offset: 4px;
}
.fleet-card--clickable .fleet-card__cta {
  pointer-events: none;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.fleet-card--clickable:hover .fleet-card__cta {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(201, 162, 39, 0.35);
}

/* ====== Universal link-card variants (trust/route/fleet-mini/service) ====== */
.trust-card--link,
.route-card--link,
.fleet-mini__card--link,
.service-card--link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  /* touch-action: manipulation global `a` qoidasidan keladi (CSS boshida). */
}
.trust-card--link:hover,
.route-card--link:hover,
.fleet-mini__card--link:hover,
.service-card--link:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 18px 36px rgba(120, 80, 0, 0.14);
}
.trust-card--link:focus-visible,
.route-card--link:focus-visible,
.fleet-mini__card--link:focus-visible,
.service-card--link:focus-visible {
  outline: 2px solid var(--s4-gold-strong, #c9a227);
  outline-offset: 3px;
}
.trust-card__cta-hint,
.route-card__cta-hint,
.service-card__cta-hint {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--s4-gold-strong, #c9a227);
  letter-spacing: 0.02em;
  transition: transform 180ms ease;
}
.trust-card--link:hover .trust-card__cta-hint,
.route-card--link:hover .route-card__cta-hint,
.service-card--link:hover .service-card__cta-hint {
  transform: translateX(3px);
}
.route-card--link {
  padding: 22px;
}
.route-card--link .route-card__cta-hint {
  align-self: flex-end;
}
.fleet-mini__card--link {
  border-radius: var(--s4-radius);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.fleet-mini__card--link:hover {
  transform: translateY(-3px);
}
.stat-card--link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.stat-card--link:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 16px 32px rgba(120, 80, 0, 0.14);
}
.stat-card--link:focus-visible {
  outline: 2px solid var(--s4-gold-strong, #c9a227);
  outline-offset: 3px;
}

/* FAQ details/summary — hide native marker, animate plus icon */
.s4-faq { max-width: 760px; margin: 0 auto; }
.s4-faq__item summary::-webkit-details-marker { display: none; }
.s4-faq__item summary::marker { content: ""; }
.s4-faq__item summary { list-style: none; }
.s4-faq__item summary > span:last-child {
  display: inline-block;
  transition: transform 200ms ease;
}
.s4-faq__item[open] summary > span:last-child {
  transform: rotate(45deg);
}
.s4-faq__item:hover summary { color: var(--s4-gold-strong, #c9a227) !important; }

.service-card--with-image {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(180deg, #14110b 0%, #1f1a10 100%);
}

.service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.service-card--with-image:hover .service-card__media img {
  transform: scale(1.06);
}

.service-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}

.service-card--with-image .service-card__icon {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  margin-bottom: 0;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--s4-gold) 0%, var(--s4-gold-strong) 100%);
  color: #1a1610;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.service-card--with-image .service-card__body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.service-card--with-image .service-card__body h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

.service-card--with-image .service-card__body p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  flex: 1 1 auto;
}

.service-card--with-image .service-card__body a {
  margin-top: auto;
}

/* Whole-card link variant — entire card navigates to booking */
.service-card--link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  position: relative;
}

.service-card--link:hover {
  border-color: rgba(255, 211, 77, 0.55);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
}

.service-card--link:focus-visible {
  outline: 2px solid var(--s4-gold-strong);
  outline-offset: 3px;
}

.service-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: var(--s4-gold-strong);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: gap 180ms ease, color 180ms ease;
}

.service-card--link:hover .service-card__cta {
  gap: 10px;
  color: var(--s4-gold);
}

.service-card__cta span[aria-hidden] {
  font-size: 16px;
  line-height: 1;
  transition: transform 180ms ease;
}

.service-card--link:hover .service-card__cta span[aria-hidden] {
  transform: translateX(2px);
}

.service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(240, 185, 35, 0.18), rgba(240, 185, 35, 0.05));
  border: 1px solid rgba(240, 185, 35, 0.28);
  color: var(--s4-gold-strong);
  box-shadow: 0 4px 12px rgba(240, 185, 35, 0.12);
}

.service-card__icon .icon,
.service-card__icon svg {
  width: 24px;
  height: 24px;
}

.section-dark .trust-card p {
  color: rgba(255, 255, 255, 0.72);
}

.service-card:hover,
.fleet-card:hover,
.trust-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 185, 35, 0.55);
  box-shadow: 0 22px 56px rgba(240, 185, 35, 0.18);
}

.trust-card.light,
.service-card,
.fleet-card,
.stats-grid article {
  color: var(--s4-text);
  border-color: rgba(240, 185, 35, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #fff8e6 100%);
  box-shadow: 0 14px 36px rgba(120, 80, 0, 0.08);
}

.trust-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--s4-gold) 0%, var(--s4-gold-strong) 100%);
  color: #1a1610;
  box-shadow: 0 8px 20px rgba(255, 211, 77, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.trust-card__icon .icon,
.trust-card__icon svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  display: inline-flex;
}

.trust-card:has(> .trust-card__icon) > span:not(.trust-card__icon):not(.trust-card__cta-hint) {
  display: none;
}

.trust-card p,
.service-card p,
.fleet-card p {
  color: #5d5b55;
  line-height: 1.65;
}

.service-card a,
.fleet-card strong {
  display: inline-flex;
  margin-top: 12px;
  color: #8a6500;
  font-weight: 800;
}

.service-card.large h2 {
  font-size: clamp(22px, 1.7vw, 28px);
  line-height: 1.1;
}

.service-card.large span {
  display: inline-block;
  margin-top: 10px;
  color: #7a7468;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.section-split,
.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.section-split {
  color: var(--s4-ink);
  background: linear-gradient(135deg, #111, #1d1a13);
}

.fleet-mini,
.steps-list {
  display: grid;
  gap: 12px;
}

.fleet-mini article,
.steps-list li {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--s4-radius);
  background: rgba(255, 255, 255, 0.06);
}

.fleet-mini__card {
  display: grid !important;
  grid-template-columns: 110px 1fr;
  gap: 16px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(255, 211, 77, 0.18) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.fleet-mini__card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 211, 77, 0.35) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), 0 2px 6px rgba(255, 211, 77, 0.1);
}

.fleet-mini__media {
  min-height: 100%;
  background-color: #1a1610;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fleet-mini__body {
  display: grid;
  gap: 4px;
  align-content: center;
  padding: 14px 16px 14px 0;
}

.fleet-mini__body h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}

.fleet-mini span,
.fleet-mini strong {
  color: var(--s4-muted);
}

.fleet-mini__body strong {
  color: var(--s4-gold-strong);
  font-weight: 700;
}

.page-hero,
.service-hero {
  position: relative;
  padding: clamp(74px, 10vw, 132px) clamp(20px, 6vw, 112px);
  overflow: hidden;
  color: var(--s4-ink);
  background: radial-gradient(circle at 80% 20%, rgba(255, 106, 43, 0.2), transparent 28%), linear-gradient(135deg, #070707, #19150e);
}

.service-hero.has-image::before,
.page-hero.has-image::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7, 7, 7, 0.92) 0%, rgba(7, 7, 7, 0.6) 60%, rgba(7, 7, 7, 0.2) 100%), var(--service-hero-image, none) center / cover no-repeat;
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.service-hero > * {
  position: relative;
  z-index: 1;
}

.faq-grid {
  display: grid;
  gap: 12px;
  max-width: 880px;
}

.faq-item {
  padding: 18px 22px;
  border: 1px solid var(--s4-line);
  border-radius: var(--s4-radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--s4-ink);
}

.section:not(.section-dark):not(.section-split) .faq-item {
  color: var(--s4-text);
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 17px;
  list-style: none;
  position: relative;
  padding-right: 30px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  content: "";
  background: linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat,
              linear-gradient(currentColor, currentColor) center / 2px 100% no-repeat;
  transition: transform 200ms ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
  background: linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat;
}

.faq-item p {
  margin: 12px 0 0;
  color: inherit;
  opacity: 0.85;
  line-height: 1.6;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.included-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: var(--s4-radius);
  background: rgba(201, 162, 39, 0.06);
  border: 1px solid rgba(201, 162, 39, 0.18);
  color: var(--s4-text);
  font-size: 15.5px;
  line-height: 1.5;
}

.section.section-dark .included-item,
.service-hero + .cta-strip + .section .included-item.section-dark {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--s4-ink);
}

.included-item .icon {
  flex-shrink: 0;
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--s4-gold);
  color: #fff;
}

.included-item .icon svg {
  width: 14px;
  height: 14px;
}

.routes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.route-card {
  padding: 20px 22px;
  border-radius: var(--s4-radius);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
  display: grid;
  gap: 14px;
}

.route-card__path {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--s4-text);
  font-size: 15px;
  line-height: 1.4;
}

.route-card__path strong {
  font-weight: 700;
  color: var(--s4-text);
}

.route-card__arrow {
  color: var(--s4-gold-strong);
  font-weight: 700;
}

.route-card__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.route-card__meta div {
  display: grid;
  gap: 4px;
}

.route-card__meta dt {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.55);
  margin: 0;
}

.route-card__meta dd {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--s4-text);
}

.routes-grid__note {
  margin-top: 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
}

@media (max-width: 480px) {
  .route-card__path {
    font-size: 14px;
  }
  .included-grid {
    grid-template-columns: 1fr;
  }
}

.page-hero.compact {
  min-height: 360px;
  display: grid;
  align-content: center;
}

.page-hero h1,
.service-hero h1 {
  font-size: clamp(40px, 6vw, 78px);
}

.quote-card {
  display: grid;
  gap: 14px;
}

.quote-card strong {
  color: var(--s4-gold-strong);
  font-size: 22px;
}

.quote-card__rating {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 4px;
}

.quote-card__stars {
  color: #f4c542;
  font-size: 18px;
  letter-spacing: 2px;
}

.quote-card__rating strong {
  color: var(--s4-gold-strong);
  font-size: 18px;
}

.quote-card__rating small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.vehicle-shape {
  position: relative;
  height: 200px;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: var(--s4-radius);
  background:
    radial-gradient(ellipse at 50% 90%, rgba(215, 173, 24, 0.18), transparent 60%),
    linear-gradient(160deg, #1b1b1d, #0c0c0c 70%);
  background-size: cover;
  background-position: center 35%;
}

.vehicle-shape[style*="background-image"] {
  background-color: #0a0a0a;
}

.vehicle-shape[style*="background-image"]::after,
.vehicle-shape.s4-bg-ready[data-bg-loaded="1"]::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 75%, rgba(0, 0, 0, 0.18));
}

/* Lazy background-image placeholder (until IntersectionObserver loads) */
.vehicle-shape--lazy {
  background:
    radial-gradient(ellipse at 50% 90%, rgba(215, 173, 24, 0.18), transparent 60%),
    linear-gradient(160deg, #1b1b1d, #0c0c0c 70%);
  transition: background-image 360ms ease-out, opacity 360ms ease-out;
}

.vehicle-shape--lazy.s4-bg-ready {
  background-color: #0a0a0a;
}


.contact-panel {
  display: grid;
  gap: 14px;
  color: var(--s4-ink);
}

.contact-panel a {
  color: var(--s4-gold-strong);
  font-size: clamp(18px, 4.8vw, 24px);
  font-weight: 800;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.contact-panel__email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 211, 77, 0.36);
  border-radius: 12px;
  background: rgba(255, 211, 77, 0.08);
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease;
}

.contact-panel__email:hover {
  background: rgba(255, 211, 77, 0.14);
  border-color: var(--s4-gold-strong);
}

.contact-panel__email::before {
  content: "";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-color: #ffd34d;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='3'%20y='5'%20width='18'%20height='14'%20rx='2'/%3E%3Cpath%20d='m4%207%208%206%208-6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='3'%20y='5'%20width='18'%20height='14'%20rx='2'/%3E%3Cpath%20d='m4%207%208%206%208-6'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}

.contact-panel__qr {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border: 1px solid rgba(255, 211, 77, 0.28);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(120, 80, 0, 0.08);
}

.contact-panel__qr img {
  width: 240px;
  height: 240px;
  display: block;
  border-radius: 8px;
}

.contact-panel__qr span {
  color: #2a2113;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

@media (max-width: 720px) {
  .contact-panel__qr img {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 480px) {
  .contact-panel__qr {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 18px;
  }
  .contact-panel__qr img {
    margin: 0 auto;
    width: 280px;
    height: 280px;
    max-width: 100%;
  }
}

.cta-strip {
  position: relative;
  padding: 22px clamp(20px, 6vw, 112px);
  color: var(--s4-ink);
  background:
    linear-gradient(90deg, rgba(255, 211, 77, 0.16), transparent 60%),
    linear-gradient(135deg, #1a1610, #2a2113);
  border-top: 1px solid rgba(255, 211, 77, 0.22);
  border-bottom: 1px solid rgba(255, 211, 77, 0.22);
}

.cta-strip__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
}

.cta-strip__copy {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.cta-strip__copy strong {
  display: block;
  font-size: 17px;
  color: var(--s4-gold-strong);
}

.cta-strip__copy span {
  display: block;
  color: rgba(255, 248, 230, 0.78);
  font-size: 14px;
  margin-top: 2px;
}

.cta-strip__pulse {
  position: relative;
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--s4-success);
  box-shadow: 0 0 0 4px rgba(21, 169, 122, 0.2);
}

.cta-strip__pulse::after {
  position: absolute;
  inset: -6px;
  content: "";
  border-radius: 50%;
  border: 2px solid var(--s4-success);
  animation: s4-pulse 2.4s ease-out infinite;
}

.cta-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cta-strip__actions .button {
  min-height: 44px;
  padding: 0 18px;
  font-size: 14px;
}

@media (max-width: 680px) {
  .cta-strip__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-strip__actions {
    flex-direction: column;
  }

  .cta-strip__actions .button {
    width: 100%;
  }
}

.thank-you-hero {
  position: relative;
  padding: clamp(72px, 10vw, 130px) clamp(20px, 6vw, 112px);
  overflow: hidden;
  color: var(--s4-ink);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 211, 77, 0.32), transparent 38%),
    radial-gradient(circle at 82% 78%, rgba(37, 211, 102, 0.18), transparent 36%),
    linear-gradient(135deg, #1f1810 0%, #2a2113 100%);
}

.thank-you-hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.thank-you-hero__icon {
  display: inline-flex;
  width: 96px;
  height: 96px;
  margin-bottom: 22px;
  color: var(--s4-gold-strong);
}

.thank-you-hero__icon svg {
  width: 100%;
  height: 100%;
}

.thank-you-hero h1 {
  margin: 6px auto 18px;
  max-width: 720px;
  font-size: clamp(36px, 5vw, 64px);
  text-align: center;
}

.thank-you-hero__id {
  margin: 0 0 14px;
  color: var(--s4-gold-soft);
  font-weight: 600;
}

.thank-you-hero__id strong {
  color: var(--s4-gold-strong);
}

.thank-you-hero__intro {
  margin: 0 auto 30px;
  max-width: 580px;
  color: rgba(255, 248, 230, 0.84);
  font-size: 18px;
  line-height: 1.6;
}

.thank-you-payment {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  margin: 24px auto 0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.thank-you-payment--paid {
  background: rgba(46, 160, 67, 0.16);
  border-color: rgba(46, 160, 67, 0.4);
  color: #b8f0c4;
}
.thank-you-payment--unpaid {
  background: rgba(218, 165, 32, 0.16);
  border-color: rgba(218, 165, 32, 0.4);
  color: #ffe9a8;
}
.thank-you-payment__icon {
  font-size: 18px;
  line-height: 1;
}
.thank-you-booking-cancelled {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 24px;
  padding: 16px 20px;
  background: rgba(220, 60, 60, 0.08);
  border: 1px solid rgba(220, 60, 60, 0.4);
  border-radius: 14px;
  color: #f5b8b8;
  font-size: 15px;
  line-height: 1.5;
}
.thank-you-booking-cancelled__icon {
  font-size: 18px;
  line-height: 1.2;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.thank-you-actions .button {
  min-width: 180px;
}

.thank-you-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.thank-you-step {
  position: relative;
  padding: 28px 26px;
  border: 1px solid rgba(240, 185, 35, 0.22);
  border-radius: var(--s4-radius-lg);
  background: linear-gradient(180deg, #fff 0%, #fff3d6 100%);
  box-shadow: 0 14px 36px rgba(120, 80, 0, 0.08);
}

.thank-you-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--s4-gold-strong), var(--s4-gold));
  color: #1a1610;
  font-weight: 800;
  font-size: 18px;
}

.thank-you-step h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.thank-you-step p {
  margin: 0;
  color: var(--s4-text-soft);
  line-height: 1.6;
}

@media (max-width: 880px) {
  .thank-you-steps {
    grid-template-columns: 1fr;
  }

  .thank-you-actions .button {
    width: 100%;
  }
}

.quick-quote {
  position: relative;
  padding: clamp(64px, 8vw, 116px) clamp(20px, 6vw, 112px);
  overflow: hidden;
}

.quick-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Reuse the smaller 768 hero variant — this layer is heavily blurred (18px)
     and at 32% opacity, so the lower resolution is invisible to the user
     and saves ~1.5MB of transfer per page. */
  background-image:
    radial-gradient(circle at 85% 50%, rgba(240, 185, 35, 0.12), transparent 55%),
    url("/wp-content/themes/space444-premium/assets/img/hero-client-768.webp");
  background-size: cover, cover;
  background-position: center, right center;
  filter: blur(18px) brightness(0.45) saturate(1.1);
  opacity: 0.32;
  pointer-events: none;
  z-index: 0;
  transform: scale(1.05);
}

.quick-quote::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 8, 5, 0.55), rgba(10, 8, 5, 0.85));
  pointer-events: none;
  z-index: 0;
}

.quick-quote__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.quick-quote__intro h2 {
  margin: 8px 0 14px;
}

.quick-quote__intro p {
  color: rgba(255, 248, 230, 0.86);
  font-size: 17px;
  line-height: 1.6;
  max-width: 480px;
  margin: 0 0 22px;
}

.quick-quote__perks {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.quick-quote__perks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--s4-gold-soft);
}

.quick-quote__perks .icon svg {
  width: 18px;
  height: 18px;
  color: var(--s4-gold-strong);
}

.quick-quote__form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(255, 211, 77, 0.28);
  border-radius: var(--s4-radius-lg);
  background:
    radial-gradient(circle at 110% -10%, rgba(255, 211, 77, 0.18), transparent 50%),
    rgba(20, 16, 8, 0.7);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.quick-quote__field {
  display: grid;
  gap: 6px;
}

.quick-quote__field span {
  font-size: 13px;
  font-weight: 700;
  color: var(--s4-gold-soft);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.quick-quote__field input {
  min-height: 50px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 211, 77, 0.28);
  border-radius: var(--s4-radius-sm);
  background: rgba(255, 250, 240, 0.96);
  color: var(--s4-text);
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.quick-quote__field input:focus {
  outline: none;
  border-color: var(--s4-gold-strong);
  box-shadow: 0 0 0 3px rgba(255, 211, 77, 0.28);
}

.quick-quote__submit {
  margin-top: 4px;
}

.quick-quote__hint {
  margin: 6px 0 0;
  color: rgba(255, 248, 230, 0.7);
  font-size: 13px;
}

.quick-quote__whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid rgba(37, 211, 102, 0.5);
  border-radius: var(--s4-radius-sm);
  color: var(--s4-whatsapp);
  font-weight: 700;
  transition: background 180ms ease;
}

.quick-quote__whatsapp:hover {
  background: rgba(37, 211, 102, 0.14);
}

.quick-quote__whatsapp .icon svg {
  width: 18px;
  height: 18px;
}

.quick-quote__status {
  margin: 4px 0 0;
  min-height: 1.2em;
  font-size: 14px;
}

.quick-quote__status.is-error {
  color: #ff8b8b;
}

.quick-quote__status.is-success {
  color: var(--s4-success);
  font-weight: 700;
}

@media (max-width: 1080px) {
  .quick-quote__inner {
    grid-template-columns: 1fr;
  }
}

.cta-banner {
  position: relative;
  padding: clamp(56px, 8vw, 100px) clamp(20px, 6vw, 112px);
  overflow: hidden;
  color: #1a1610;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.4), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(255, 122, 54, 0.32), transparent 36%),
    linear-gradient(135deg, #ffd34d 0%, #f0b923 50%, #ffae3b 100%);
}

.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20200'%3E%3Cpath%20d='M100%2020c-15%2030-30%2050-60%2065%2030%205%2050%2020%2060%2055%2010-35%2030-50%2060-55-30-15-45-35-60-65z'%20fill='%23000000'%20opacity='0.06'/%3E%3C/svg%3E");
  background-size: 320px 320px;
  background-repeat: repeat;
  pointer-events: none;
  z-index: 0;
}

.cta-banner__inner > * {
  position: relative;
  z-index: 1;
}

.cta-banner__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 64px);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.cta-banner__text .eyebrow {
  color: #5c3d00;
}

.cta-banner__text h2 {
  color: #1a1610;
  margin-bottom: 14px;
}

.cta-banner__text p {
  margin: 0;
  max-width: 520px;
  color: #3d3023;
  font-size: 18px;
  line-height: 1.6;
}

.cta-banner__actions {
  display: grid;
  gap: 14px;
  justify-self: end;
  width: 100%;
  max-width: 360px;
}

.cta-banner__actions .button {
  width: 100%;
  min-height: 56px;
  font-size: 15px;
}

.cta-banner__actions .button-gold {
  background: linear-gradient(135deg, #1a1610, #2a2113);
  color: var(--s4-gold-strong);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.cta-banner__actions .button-gold:hover {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1080px) {
  .cta-banner__inner {
    grid-template-columns: 1fr;
  }

  .cta-banner__actions {
    justify-self: stretch;
    max-width: none;
  }
}

.site-footer {
  padding: 0;
  color: var(--s4-ink);
  background: linear-gradient(180deg, #1f1810 0%, #14110a 100%);
}

.footer-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 36px clamp(20px, 6vw, 112px);
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 211, 77, 0.18), transparent 38%),
    linear-gradient(135deg, #2a2113 0%, #1a1610 100%);
  border-bottom: 1px solid rgba(255, 211, 77, 0.18);
}

.footer-cta__copy .eyebrow {
  margin: 0 0 6px;
}

.footer-cta__copy strong {
  display: block;
  max-width: 520px;
  font-size: clamp(20px, 2.5vw, 28px);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: #fff8e6;
  line-height: 1.2;
}

.footer-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.footer-cta__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 211, 77, 0.32);
  border-radius: var(--s4-radius);
  color: var(--s4-gold-strong);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: background 180ms ease, border-color 180ms ease;
}

.footer-cta__phone:hover {
  background: rgba(255, 211, 77, 0.1);
  border-color: var(--s4-gold-strong);
}

.footer-cta__phone .icon svg {
  width: 22px;
  height: 22px;
}

.footer-cta__email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 211, 77, 0.32);
  border-radius: var(--s4-radius);
  color: var(--s4-gold-strong);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease;
  word-break: break-all;
}

.footer-cta__email:hover {
  background: rgba(255, 211, 77, 0.1);
  border-color: var(--s4-gold-strong);
}

.footer-cta__email .icon svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

@media (max-width: 880px) {
  .footer-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .footer-cta__copy {
    text-align: center;
  }

  .footer-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-cta__actions .button,
  .footer-cta__phone,
  .footer-cta__email {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .footer-cta__phone,
  .footer-cta__email {
    padding: 14px 16px;
  }

  .footer-cta__email span {
    word-break: break-all;
    font-size: 16px;
  }
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(180px, 0.7fr) minmax(220px, 0.8fr);
  gap: 32px;
  padding: 54px clamp(20px, 6vw, 112px) 28px;
}

.footer-grid div {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-grid h2 {
  font-family: Inter, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.footer-grid p,
.footer-grid a,
.footer-grid span {
  color: var(--s4-muted);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 clamp(20px, 6vw, 112px);
  padding: 24px 0 28px;
  color: var(--s4-muted);
  border-top: 1px solid var(--s4-line);
}

.main-nav__cta {
  display: none;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
  }

  .main-nav__cta {
    display: grid;
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 211, 77, 0.2);
  }

  .main-nav__cta .button {
    width: 100%;
  }

  .main-nav__cta .lang-link {
    align-self: flex-start;
  }

  .nav-toggle {
    display: inline-grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid var(--s4-line);
    border-radius: var(--s4-radius);
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 9100;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition: border-color 180ms ease, background 180ms ease;
  }

  .nav-toggle:hover,
  .nav-toggle:focus-visible {
    border-color: var(--s4-gold-strong, #ffd34d);
    background: rgba(255, 211, 77, 0.08);
    outline: none;
  }

  .nav-toggle:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 211, 77, 0.35);
  }

  .nav-toggle span {
    height: 2px;
    background: var(--s4-ink);
    pointer-events: none;
    transform-origin: center;
    transition: transform 220ms ease, opacity 180ms ease;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    top: var(--s4-header-bottom, 110px);
    right: 16px;
    left: 16px;
    max-height: calc(100vh - var(--s4-header-bottom, 110px) - 24px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    background: #101010;
    border: 1px solid var(--s4-line);
    border-radius: var(--s4-radius);
    z-index: 9000;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px) scale(0.98);
    transition: opacity 200ms ease, transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 220ms;
  }

  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    transition: opacity 200ms ease, transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s;
  }

  /* Defense in depth: nav yopiq bo'lsa, ichidagi hech narsa clickni qabul qilmasin */
  .main-nav:not(.is-open),
  .main-nav:not(.is-open) * {
    pointer-events: none !important;
  }

  @media (prefers-reduced-motion: reduce) {
    .nav-toggle span,
    .main-nav { transition: none; }
  }

  /* Hide floating CTAs and sticky bar while mobile menu is open
     to avoid z-index visual collision */
  body.s4-menu-open .floating-cta,
  body.s4-menu-open .sticky-book {
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  body.s4-menu-open {
    overflow: hidden;
  }

  /* Backdrop behind the open menu */
  body.s4-menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 8000;
  }

  .header-actions {
    display: none;
  }

  .hero,
  .service-hero,
  .section-split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .fleet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: 42px;
  }

  .hero,
  .page-hero,
  .service-hero,
  .section,
  .booking-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-actions,
  .footer-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .trust-grid,
  .service-grid,
  .fleet-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .brand-mark {
    width: 46px;
  }
}

/* === Trust strip === */
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;
  align-items: center;
  justify-content: center;
  padding: 16px clamp(18px, 4vw, 64px);
  color: var(--s4-ink);
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.96), rgba(20, 16, 8, 0.94));
  border-bottom: 1px solid rgba(201, 162, 39, 0.22);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.trust-strip__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  transition: color 150ms ease, transform 150ms ease;
  cursor: default;
}
.trust-strip__item--link {
  cursor: pointer;
  border-radius: 8px;
  padding: 4px 6px;
  margin: -4px -6px;
}
.trust-strip__item--link:hover {
  color: var(--s4-gold-strong, #c9a227);
  transform: translateY(-1px);
}
.trust-strip__item--link:focus-visible {
  outline: 2px solid var(--s4-gold-strong, #c9a227);
  outline-offset: 2px;
}

.trust-strip__item svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--s4-gold-strong);
}

.trust-strip__item strong {
  color: var(--s4-gold-strong);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.trust-strip__divider {
  width: 1px;
  height: 18px;
  background: rgba(201, 162, 39, 0.28);
}

@media (max-width: 720px) {
  .trust-strip {
    gap: 10px 18px;
    padding: 14px 16px;
    font-size: 13px;
  }

  .trust-strip__item svg {
    width: 18px;
    height: 18px;
  }

  .trust-strip__divider {
    display: none;
  }
}

/* === Reviews === */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.reviews-cta {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 26px;
  background: linear-gradient(135deg, #0A0A0A, #1a1610);
  border-radius: var(--s4-radius);
  color: #fff;
  box-shadow: var(--s4-shadow-soft);
}

.reviews-cta__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.reviews-cta__text strong {
  font-size: 18px;
  letter-spacing: 0.01em;
  color: var(--s4-brand-strong);
}

.reviews-cta__text span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
}

.reviews-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 600px) {
  .reviews-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .reviews-cta__actions {
    justify-content: center;
  }
}

/* Sticky-book panel (1280px+) sahifaning o'ng tomonida 320px+24px egallaydi.
   Reviews CTA full-width bo'lgani uchun, panel ostida qolmasligi uchun
   o'ng padding qo'shamiz — overlap oldini olish. */
@media (min-width: 1280px) {
  .single-service .reviews-cta,
  body[class*="airport-transfer"] .reviews-cta,
  body[class*="corporate-transportation"] .reviews-cta,
  body[class*="hourly-chauffeur"] .reviews-cta,
  body[class*="seaport-transportation"] .reviews-cta,
  body[class*="group-transportation"] .reviews-cta,
  body[class*="event-transportation"] .reviews-cta,
  body[class*="vacation-package"] .reviews-cta,
  body[class*="party-bus"] .reviews-cta,
  body[class*="elderly"] .reviews-cta {
    margin-right: 376px;
  }
}

.review-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--s4-line);
  border-radius: var(--s4-radius);
  box-shadow: var(--s4-shadow-soft);
  color: var(--s4-text);
}

.review-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--s4-brand-strong), var(--s4-brand-deep));
  color: #14110a;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.02em;
}

.review-card__person {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.review-card__person strong {
  font-size: 15px;
  color: var(--s4-text);
}

.review-card__person span {
  font-size: 12px;
  color: var(--s4-text-soft);
}

.review-card__stars {
  display: inline-flex;
  gap: 2px;
  color: var(--s4-brand);
}

.review-card__stars svg {
  width: 16px;
  height: 16px;
}

.review-card__body {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--s4-text);
}

.review-card__service {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
  color: var(--s4-text-soft);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.section-dark .reviews-grid .review-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--s4-ink);
}

.section-dark .review-card__person strong,
.section-dark .review-card__body {
  color: var(--s4-ink);
}

.section-dark .review-card__person span,
.section-dark .review-card__service {
  color: var(--s4-muted);
}

/* === Driver cards === */
.driver-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.driver-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--s4-line);
  border-radius: var(--s4-radius);
  overflow: hidden;
  box-shadow: var(--s4-shadow-soft);
}

.driver-card__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background: linear-gradient(135deg, #1d1812, #2a2113);
  color: var(--s4-brand-strong);
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.driver-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.driver-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
}

.driver-card__body h3 {
  margin: 0;
  font-size: 18px;
  color: var(--s4-text);
}

.driver-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.driver-card__meta span {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(201, 162, 39, 0.12);
  color: #6b5400;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.driver-card__certs {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.driver-card__certs li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--s4-text-soft);
}

.driver-card__certs svg {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  color: var(--s4-success);
}

/* === Home page chauffeur preview (template-parts/home-drivers.php) === */
.section-team {
  position: relative;
  color: var(--s4-ink);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 211, 77, 0.12), transparent 36%),
    radial-gradient(circle at 84% 92%, rgba(255, 174, 59, 0.10), transparent 40%),
    linear-gradient(135deg, #14110a 0%, #1f1810 100%);
  border-top: 1px solid rgba(201, 162, 39, 0.18);
  overflow: hidden;
}
.section-team > * {
  position: relative;
  z-index: 1;
}
.section-team__heading {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}
.section-team__lead {
  margin: 0;
  color: var(--s4-muted);
  font-size: 16px;
  line-height: 1.55;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}
.team-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid rgba(255, 211, 77, 0.18);
  border-radius: var(--s4-radius-lg);
  background: linear-gradient(160deg, rgba(255, 211, 77, 0.07), rgba(255, 211, 77, 0.02));
  overflow: hidden;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), border-color 240ms ease, box-shadow 240ms ease;
  will-change: transform;
}
.team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 211, 77, 0.4);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.4);
}
.team-card__photo {
  position: relative;
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1d1812, #2a2113);
  overflow: hidden;
}
.team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.team-card__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10, 10, 10, 0.55) 100%);
  pointer-events: none;
}
.team-card__initials {
  color: var(--s4-brand-strong);
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.team-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 20px 22px;
}
.team-card__body h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  color: var(--s4-ink);
}
.team-card__role {
  font-size: 13px;
  font-weight: 600;
  color: var(--s4-gold-strong);
  letter-spacing: 0.01em;
}
.team-card__langs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.team-card__langs span {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 211, 77, 0.1);
  border: 1px solid rgba(255, 211, 77, 0.16);
  color: var(--s4-gold-soft);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.section-team__cta {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.section-team__cta .button {
  gap: 8px;
}
@media (max-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 540px) {
  .team-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
  .team-card__photo {
    aspect-ratio: 16 / 11;
  }
}
@media (prefers-reduced-motion: reduce) {
  .team-card {
    transition: none;
  }
  .team-card:hover {
    transform: none;
  }
}

/* === License / insurance / credential blocks === */
.credential-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.credential-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--s4-line);
  border-radius: var(--s4-radius);
  box-shadow: var(--s4-shadow-soft);
  color: var(--s4-text);
}

.credential-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  align-self: flex-start;
  background: rgba(201, 162, 39, 0.14);
  color: #6b5400;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.credential-card__badge svg {
  width: 14px;
  height: 14px;
}

.credential-card h3 {
  margin: 0;
  font-size: 18px;
}

.credential-card__rows {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  font-size: 14px;
  color: var(--s4-text-soft);
}

.credential-card__rows strong {
  color: var(--s4-text);
}

.credential-card__cta {
  margin-top: 8px;
  align-self: flex-start;
  font-size: 13px;
  font-weight: 700;
  color: var(--s4-brand-deep);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.credential-card__cta:hover {
  color: var(--s4-brand);
}

.credential-card__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
  align-items: flex-start;
}

.credential-card__download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: linear-gradient(135deg, var(--s4-brand) 0%, var(--s4-brand-deep) 100%);
  color: #0A0A0A;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(201, 162, 39, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.credential-card__download:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(201, 162, 39, 0.35);
}

.credential-card__download svg {
  flex-shrink: 0;
}

.credential-card.is-active {
  border-color: var(--s4-success);
}

.credential-card.is-active .credential-card__badge {
  color: #0a6a4d;
  background: rgba(21, 169, 122, 0.14);
}

@media (max-width: 720px) {
  .driver-card__photo {
    height: 180px;
    font-size: 48px;
  }

  .credential-card,
  .review-card {
    padding: 18px;
  }
}

/* === Nav dropdown === */
.main-nav__group {
  position: relative;
}

.main-nav__top {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.main-nav__caret {
  font-size: 11px;
  color: var(--s4-brand-strong);
  transition: transform 200ms ease;
}

.main-nav__group:hover .main-nav__caret,
.main-nav__group:focus-within .main-nav__caret {
  transform: rotate(180deg);
}

.main-nav__dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 70;
  display: flex;
  flex-direction: column;
  min-width: 200px;
  padding: 10px;
  background: linear-gradient(180deg, rgba(15, 13, 9, 0.98), rgba(20, 17, 10, 0.98));
  border: 1px solid rgba(201, 162, 39, 0.32);
  border-radius: var(--s4-radius);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-6px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.main-nav__group:hover .main-nav__dropdown,
.main-nav__group:focus-within .main-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.main-nav__dropdown a {
  display: block;
  padding: 9px 12px;
  border-radius: 8px;
  color: rgba(255, 248, 230, 0.92);
  font-size: 14px;
  font-weight: 600;
  transition: background 160ms ease, color 160ms ease;
}

.main-nav__dropdown a:hover,
.main-nav__dropdown a:focus {
  color: var(--s4-gold-strong);
  background: rgba(201, 162, 39, 0.14);
}

@media (max-width: 920px) {
  /* Mobile: dropdown faqat menu ochiq bo'lganda ko'rinadi.
     Aks holda visibility:hidden + pointer-events:none — bosishlarni o'g'irlamasin. */
  .main-nav__dropdown {
    position: static;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 6px;
    padding: 6px 0 6px 14px;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(201, 162, 39, 0.32);
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
  }

  .main-nav.is-open .main-nav__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .main-nav__group {
    width: 100%;
  }

  .main-nav__caret {
    display: none;
  }
}

/* === Footer trust column === */
.footer-grid--trust {
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
}

@media (max-width: 920px) {
  .footer-grid--trust {
    grid-template-columns: 1fr;
  }
}

/* ====================================================
   ANIMATION PIPELINE — scroll reveal, stagger, counter
   ==================================================== */

@keyframes s4FadeUp {
  from { opacity: 0; transform: translate3d(0, 28px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes s4FadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes s4ScaleIn {
  from { opacity: 0; transform: scale(0.94); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes s4SlideRight {
  from { opacity: 0; transform: translate3d(-32px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes s4SlideLeft {
  from { opacity: 0; transform: translate3d(32px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes s4Float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
}

@keyframes s4PulseGold {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201, 162, 39, 0.5); }
  50% { box-shadow: 0 0 0 12px rgba(201, 162, 39, 0); }
}

@keyframes s4Shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* Reveal — initial state, only when JS active */
.s4-js [data-s4-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 700ms cubic-bezier(0.22, 0.61, 0.36, 1),
              transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

.s4-js [data-s4-reveal="fade"] {
  transform: none;
}

.s4-js [data-s4-reveal="slide-right"] {
  transform: translate3d(-32px, 0, 0);
}

.s4-js [data-s4-reveal="slide-left"] {
  transform: translate3d(32px, 0, 0);
}

.s4-js [data-s4-reveal="scale"] {
  opacity: 0;
  transform: scale(0.94);
}

[data-s4-reveal].is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

/* Reveal tugagach GPU-qatlamni bo'shat (will-change doimiy qolsa scroll jank).
   .s4-js prefiks + !important — bazaviy selektordan ustun bo'lishi shart. */
.s4-js [data-s4-reveal].is-visible,
.s4-js [data-s4-stagger].is-visible > * {
  will-change: auto !important;
}

/* Stagger children */
.s4-js [data-s4-stagger] > * {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 600ms cubic-bezier(0.22, 0.61, 0.36, 1),
              transform 600ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

[data-s4-stagger].is-visible > *:nth-child(1) { transition-delay: 60ms; }
[data-s4-stagger].is-visible > *:nth-child(2) { transition-delay: 120ms; }
[data-s4-stagger].is-visible > *:nth-child(3) { transition-delay: 180ms; }
[data-s4-stagger].is-visible > *:nth-child(4) { transition-delay: 240ms; }
[data-s4-stagger].is-visible > *:nth-child(5) { transition-delay: 300ms; }
[data-s4-stagger].is-visible > *:nth-child(6) { transition-delay: 360ms; }
[data-s4-stagger].is-visible > *:nth-child(7) { transition-delay: 420ms; }
[data-s4-stagger].is-visible > *:nth-child(8) { transition-delay: 480ms; }

[data-s4-stagger].is-visible > * {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

/* Hover lift — for cards, buttons */
.s4-hover-lift {
  transition: transform 280ms cubic-bezier(0.22, 0.61, 0.36, 1),
              box-shadow 280ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.s4-hover-lift:hover {
  transform: translate3d(0, -4px, 0);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.15);
}

/* Auto-apply lift to common cards */
.service-card,
.fleet-card,
.review-card,
.driver-card,
.credential-card,
.city-card {
  transition: transform 320ms cubic-bezier(0.22, 0.61, 0.36, 1),
              box-shadow 320ms cubic-bezier(0.22, 0.61, 0.36, 1),
              border-color 320ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.service-card:hover,
.fleet-card:hover,
.review-card:hover,
.driver-card:hover,
.credential-card:hover,
.city-card:hover {
  transform: translate3d(0, -6px, 0);
  box-shadow: 0 28px 70px rgba(120, 80, 0, 0.18);
}

/* Apply shimmer to skeleton-loading elements (future) */
.s4-shimmer {
  background: linear-gradient(90deg,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(255, 220, 140, 0.12) 50%,
    rgba(255, 255, 255, 0.04) 100%);
  background-size: 200% 100%;
  animation: s4Shimmer 1.6s ease-in-out infinite;
}

/* Hero title gradient highlight (subtle on key words) */
.s4-text-gold {
  background: linear-gradient(135deg, var(--s4-brand) 0%, var(--s4-gold-strong) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Pulse around primary CTA on hover (attention) */
.button-gold:focus-visible,
.button-brand:focus-visible {
  outline: none;
  animation: s4PulseGold 1.4s ease-out infinite;
}

/* ====================================================
   STATS / COUNTERS
   ==================================================== */

.stats-section {
  position: relative;
  padding: clamp(56px, 8vw, 96px) clamp(20px, 6vw, 112px);
  color: var(--s4-ink);
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 211, 77, 0.18), transparent 45%),
    radial-gradient(circle at 20% 100%, rgba(255, 211, 77, 0.10), transparent 40%),
    linear-gradient(135deg, #0a0a0a 0%, #14110a 100%);
  border-top: 1px solid rgba(201, 162, 39, 0.18);
  border-bottom: 1px solid rgba(201, 162, 39, 0.18);
  overflow: hidden;
}

.stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20200'%20opacity='0.04'%3E%3Cpath%20d='M100%2020c-15%2030-30%2050-60%2065%2030%205%2050%2020%2060%2055%2010-35%2030-50%2060-55-30-15-45-35-60-65z'%20fill='%23f0b923'/%3E%3C/svg%3E");
  background-size: 280px 280px;
  background-repeat: repeat;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.stats-section > * {
  position: relative;
  z-index: 1;
}

.stats-section__heading {
  display: grid;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.stats-section__heading .eyebrow {
  color: var(--s4-brand-strong);
}

.stats-section__heading h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.1;
  font-weight: 800;
  font-family: "Playfair Display", Georgia, serif;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 24px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: var(--s4-radius-lg);
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--s4-brand) 50%, transparent);
  opacity: 0.6;
}

.stat-card__value {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 800;
  line-height: 1;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--s4-gold-strong);
  letter-spacing: -0.02em;
}

.stat-card__suffix {
  font-size: 0.6em;
  font-weight: 700;
  color: var(--s4-brand);
}

.stat-card__label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--s4-muted);
}

.stat-card__sub {
  font-size: 12px;
  color: rgba(214, 205, 180, 0.7);
}

@media (max-width: 920px) {
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

/* ====================================================
   STICKY BOOKING PANEL (desktop only)
   ==================================================== */

.sticky-book {
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 55;
  display: none;
  width: 300px;
  padding: 20px;
  color: var(--s4-ink);
  background: linear-gradient(180deg, rgba(15, 13, 9, 0.98), rgba(20, 17, 10, 0.98));
  border: 1px solid rgba(201, 162, 39, 0.32);
  border-radius: var(--s4-radius-lg);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

@media (min-width: 1280px) {
  .sticky-book {
    display: block;
    top: auto;
    bottom: 24px;
    transform: translateY(24px) scale(0.95);
    opacity: 0;
    pointer-events: none;
    transition: opacity 360ms ease, transform 360ms ease;
  }

  .sticky-book.is-revealed {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }
}

/* On wider screens, allow more right padding so hero-panel & sticky-book don't fight */
@media (min-width: 1600px) {
  .sticky-book {
    right: 32px;
    width: 320px;
  }
}

.sticky-book__title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 800;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--s4-gold-strong);
}

.sticky-book__sub {
  margin: 0 0 16px;
  font-size: 12px;
  color: var(--s4-muted);
}

.sticky-book__row {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
}

.sticky-book__row label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(214, 205, 180, 0.65);
}

.sticky-book__row input,
.sticky-book__row select {
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: 8px;
  color: var(--s4-ink);
  font-size: 14px;
  font-family: inherit;
}

.sticky-book__row input::placeholder {
  color: rgba(214, 205, 180, 0.45);
}

.sticky-book__row input:focus,
.sticky-book__row select:focus {
  outline: none;
  border-color: var(--s4-brand);
  background: rgba(201, 162, 39, 0.08);
}

.sticky-book__estimate {
  margin: 14px 0;
  padding: 12px 14px;
  background: rgba(201, 162, 39, 0.1);
  border: 1px dashed rgba(201, 162, 39, 0.32);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.sticky-book__estimate strong {
  font-size: 22px;
  font-weight: 800;
  color: var(--s4-gold-strong);
  font-family: "Playfair Display", Georgia, serif;
}

.sticky-book__estimate span {
  font-size: 11px;
  color: var(--s4-muted);
  text-align: right;
  line-height: 1.3;
}

.sticky-book__cta {
  display: block;
  width: 100%;
  padding: 13px 16px;
  text-align: center;
  background: linear-gradient(135deg, var(--s4-brand-strong), var(--s4-brand) 50%, var(--s4-brand-deep));
  color: #14110a;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.02em;
  border-radius: var(--s4-radius);
  box-shadow: var(--s4-shadow-brand);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.sticky-book__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(255, 174, 59, 0.5);
}

.sticky-book__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255, 211, 77, 0.22);
  border-radius: 50%;
  color: var(--s4-muted);
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}

.sticky-book__close:hover {
  border-color: var(--s4-brand);
  color: var(--s4-gold-strong);
}

.sticky-book.is-collapsed {
  width: auto;
  padding: 12px 16px;
  cursor: pointer;
}

.sticky-book.is-collapsed .sticky-book__form,
.sticky-book.is-collapsed .sticky-book__estimate,
.sticky-book.is-collapsed .sticky-book__cta,
.sticky-book.is-collapsed .sticky-book__sub,
.sticky-book.is-collapsed .sticky-book__close {
  display: none;
}

/* ====================================================
   GALLERY + LIGHTBOX
   ==================================================== */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.gallery-item {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--s4-radius);
  background: #14110a;
  cursor: zoom-in;
  border: 1px solid var(--s4-line);
  transition: transform 320ms cubic-bezier(0.22, 0.61, 0.36, 1),
              box-shadow 320ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gallery-item:nth-child(1),
.gallery-item:nth-child(6) {
  grid-column: span 2;
  aspect-ratio: 8 / 5;
}

@media (max-width: 720px) {
  .gallery-item:nth-child(1),
  .gallery-item:nth-child(6) {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item__caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 16px;
  background: linear-gradient(180deg, transparent, rgba(10, 10, 10, 0.78));
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.s4-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(10, 10, 10, 0.94);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.s4-lightbox.is-open {
  display: flex;
  animation: s4FadeIn 280ms ease-out;
}

.s4-lightbox img {
  max-width: 95vw;
  max-height: 90vh;
  border-radius: var(--s4-radius);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.6);
  animation: s4ScaleIn 360ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.s4-lightbox__close,
.s4-lightbox__nav {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 211, 77, 0.32);
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  transition: background 200ms ease, transform 200ms ease;
}

.s4-lightbox__close { top: 24px; right: 24px; }
.s4-lightbox__nav--prev { left: 24px; top: 50%; transform: translateY(-50%); }
.s4-lightbox__nav--next { right: 24px; top: 50%; transform: translateY(-50%); }

.s4-lightbox__close:hover,
.s4-lightbox__nav:hover {
  background: rgba(201, 162, 39, 0.32);
  transform: translateY(-2px);
}

.s4-lightbox__nav--prev:hover { transform: translateY(-50%) translateX(-2px); }
.s4-lightbox__nav--next:hover { transform: translateY(-50%) translateX(2px); }

/* ====================================================
   CITY PAGES
   ==================================================== */

.city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.city-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--s4-line);
  border-radius: var(--s4-radius);
  overflow: hidden;
  box-shadow: var(--s4-shadow-soft);
}

.city-card__photo {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #1d1812, #2a2113);
  background-size: cover;
  background-position: center;
}

.city-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
}

.city-card__body h3 {
  margin: 0;
  font-size: 19px;
  color: var(--s4-text);
  font-family: "Playfair Display", Georgia, serif;
}

.city-card__body p {
  margin: 0;
  font-size: 14px;
  color: var(--s4-text-soft);
  line-height: 1.5;
}

.city-card__meta {
  display: flex;
  gap: 8px;
  margin-top: 6px;
  flex-wrap: wrap;
}

.city-card__meta span {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(201, 162, 39, 0.12);
  color: #6b5400;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.city-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--s4-brand-deep);
}

.city-card__cta::after {
  content: "→";
  transition: transform 200ms ease;
}

.city-card:hover .city-card__cta::after {
  transform: translateX(4px);
}

/* ====================================================
   PRICE PREVIEW
   ==================================================== */

.price-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  margin: 16px 0;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.14), rgba(255, 174, 59, 0.08));
  border: 1px dashed rgba(201, 162, 39, 0.42);
  border-radius: var(--s4-radius);
}

.price-preview__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
  color: var(--s4-text-soft);
}

.price-preview__copy strong {
  font-size: 14px;
  color: var(--s4-text);
}

.price-preview__amount {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--s4-brand-deep);
  letter-spacing: -0.02em;
}

.price-preview__amount small {
  font-size: 12px;
  font-weight: 600;
  color: var(--s4-text-soft);
}

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

  [data-s4-reveal],
  [data-s4-stagger] > * {
    opacity: 1 !important;
    transform: none !important;
  }
}


/* ============ Language banner (top, above header) ============ */
.lang-banner {
  width: 100%;
  background: linear-gradient(180deg, #f5efe1 0%, #ede4d0 100%);
  border-bottom: 1px solid rgba(201, 162, 39, 0.25);
  font-size: 14px;
  font-weight: 600;
}
.lang-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  max-width: 1440px;
  margin: 0 auto;
  color: #4a3f24;
}
.lang-banner__icon {
  display: inline-flex;
  align-items: center;
  color: #c9a227;
}
.lang-banner__btn {
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #4a3f24;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 6px;
  transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
}
.lang-banner__btn:hover {
  background: rgba(201, 162, 39, 0.16);
  color: #0a0a0a;
}
.lang-banner__btn.is-active {
  color: #0a0a0a;
  background: rgba(201, 162, 39, 0.22);
  text-decoration: underline;
  text-decoration-color: #c9a227;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.lang-banner__divider {
  color: rgba(74, 63, 36, 0.4);
  font-weight: 300;
  user-select: none;
}
@media (max-width: 480px) {
  .lang-banner { font-size: 12px; }
  .lang-banner__inner { padding: 4px 12px; gap: 6px; }
  .lang-banner__btn { padding: 0 12px; min-height: 44px; min-width: 44px; }
}

/* Service highlight blocks (Round 11) — image + copy 50/50 split */
.service-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.service-highlight__media {
  border-radius: var(--s4-radius);
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18), 0 4px 12px rgba(0, 0, 0, 0.08);
  background: #0a0a0a;
}
.service-highlight__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-highlight:hover .service-highlight__media img {
  transform: scale(1.03);
}
.service-highlight--reverse {
  direction: rtl;
}
.service-highlight--reverse > * {
  direction: ltr;
}
.service-highlight__copy .eyebrow {
  margin: 0 0 8px;
}
.service-highlight__copy h2 {
  margin: 0 0 18px;
}
.service-highlight__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.service-highlight__list li {
  position: relative;
  padding-left: 26px;
  line-height: 1.55;
  color: var(--s4-ink-soft, #4a4a4a);
}
.service-highlight__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37, #f4cf5b);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}
.service-highlight__list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.85em;
  width: 8px;
  height: 4px;
  border-left: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .service-highlight {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .service-highlight--reverse {
    direction: ltr;
  }
  .service-highlight--reverse .service-highlight__media {
    order: -1;
  }
}

/* ===== Fleet in action — video gallery (hover to play) ===== */
.s4-fleet-action__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.s4-fleet-action__item {
  position: relative;
  margin: 0;
  aspect-ratio: 9/16;
  border-radius: 18px;
  overflow: hidden;
  background: #0a0a0a;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.16);
  cursor: pointer;
  transition: transform 240ms ease, box-shadow 240ms ease;
}
.s4-fleet-action__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.22);
}
.s4-fleet-action__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s4-fleet-action__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 18px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(180deg, transparent 0%, rgba(10, 10, 10, 0.86) 100%);
  pointer-events: none;
}
@media (max-width: 540px) {
  .s4-fleet-action__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .s4-fleet-action__caption { font-size: 12px; padding: 16px 12px 12px; }
}

/* ===== Premium moments — image strip ===== */
.s4-moments__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 24px;
}
.s4-moments__item {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.10);
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.s4-moments__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}
.s4-moments__img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.s4-moments__caption {
  padding: 14px 16px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #1d2327;
  line-height: 1.45;
}

/* ===== Booking page trust strip "What happens next" ===== */
.s4-booking-trust {
  background: linear-gradient(180deg, transparent 0%, rgba(255, 211, 77, 0.06) 100%);
}
.s4-booking-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.s4-booking-step {
  position: relative;
  padding: 24px 22px 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.s4-booking-step:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.10);
}
.s4-booking-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c9a227 0%, #a07f17 100%);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 14px;
  box-shadow: 0 4px 12px rgba(201, 162, 39, 0.32);
}
.s4-booking-step h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
}
.s4-booking-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
}
.s4-booking-trust__note {
  margin: 28px auto 0;
  max-width: 680px;
  text-align: center;
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

/* ===== Mobile UX fixes (v0.31.0) ===== */

/* Cookie banner sits above floating CTA — push CTA up while banner is visible */
@media (max-width: 720px) {
  body:has(#s4-cookie-banner:not([hidden])) .floating-cta,
  body.s4-cookie-visible .floating-cta {
    transform: translateY(-180px);
    transition: transform 0.25s ease;
  }
  /* Reserve space at page bottom so cookie banner doesn't cover content links */
  body:has(#s4-cookie-banner:not([hidden])),
  body.s4-cookie-visible {
    padding-bottom: 180px;
  }
  /* When mobile menu is open, hide cookie banner so it doesn't cover menu CTAs */
  body:has(.main-nav.is-open) #s4-cookie-banner {
    display: none !important;
  }
  /* Two-button cookie row stacks at &lt;360px */
  @media (max-width: 360px) {
    .s4-cookie-banner__actions { flex-direction: column; gap: 8px; }
    .s4-cookie-btn { width: 100%; min-height: 44px; }
  }
}

/* iOS zoom-on-focus prevention — every form control min 16px on mobile */
@media (max-width: 720px) {
  input, select, textarea, button {
    font-size: 16px;
  }
  /* But preserve smaller fonts inside chip-style controls where 16px would break layout */
  .s4-tip-chip span, .s4-quick-zone, .s4-segmented label span {
    font-size: 14px;
  }
  /* Google Maps draws zoom/fullscreen/streetview/pan buttons with carefully
     sized SVG icons. Forcing 16px font on them shifts the icon off center. */
  .gm-style button,
  .gm-style div[role="button"],
  .gm-control-active,
  .gm-fullscreen-control,
  .gm-svpc {
    font-size: initial !important;
  }
}

/* Center the <img> glyph inside every Google Maps control button. Browser
   defaults + the site-wide button reset shift the icon off-axis; force an
   absolute-center via transform on every viewport. */
.gm-style button,
.gm-style div[role="button"],
.gm-control-active,
.gm-fullscreen-control,
.gm-svpc {
  position: relative;
}
.gm-style button > img,
.gm-style div[role="button"] > img,
.gm-control-active > img,
.gm-fullscreen-control > img,
.gm-svpc > img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

/* Touch targets ≥ 44pt across the site */
@media (hover: none) and (pointer: coarse) {
  .s4-quick-zone {
    min-height: 44px;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
  }
  .trust-strip__item {
    padding-block: 12px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .site-footer a {
    display: inline-block;
    padding: 10px 0;
    min-height: 44px;
  }
  .footer-bottom a {
    padding: 10px 4px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .s4-driver-modal__close {
    width: 44px;
    height: 44px;
    font-size: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .leaflet-control-zoom a {
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    font-size: 22px;
  }
}

/* Landscape iPhone — compact header so hero stays visible */
@media (max-height: 480px) and (orientation: landscape) {
  .lang-banner { display: none; }
  .site-header { padding-block: 6px; }
  .trust-strip { padding: 4px 0; font-size: 12px; }
}

/* Brand text breathing room on narrow screens */
@media (max-width: 360px) {
  .brand { max-width: calc(100vw - 130px); margin-right: 12px; }
}

/* Reduced motion respect */
@media (prefers-reduced-motion: reduce) {
  .floating-cta__pulse { animation: none !important; }
  .s4-driver-modal__panel { animation: none !important; }
  .s4-cookie-banner { animation: none !important; }
}

/* Safe-area for notched devices */
.floating-cta {
  padding-bottom: env(safe-area-inset-bottom);
}
.s4-cookie-banner {
  padding-bottom: max(18px, env(safe-area-inset-bottom));
}

/* Dark-mode hint — keep site bright but ease contrast on cards in OS dark scheme */
@media (prefers-color-scheme: dark) {
  body {
    background:
      radial-gradient(ellipse 90% 60% at 50% 0%, rgba(255, 211, 77, 0.05), transparent 60%),
      linear-gradient(180deg, #fffaf0 0%, #fff3d6 100%);
  }
  /* Force readable text on light cards even when OS scheme tries to invert */
  .driver-card, .review-card, .vehicle-card, .trust-card { color-scheme: light; }
}

/* H1/H2 scale for ultra-narrow screens */
@media (max-width: 360px) {
  h1 { font-size: 28px; line-height: 1.2; }
  h2 { font-size: 22px; line-height: 1.3; }
}

/* ============ Home showcase "Our fleet in action" ============
 * Restored into the theme source 2026-05-29. These rules previously
 * lived only on the production server (added directly during an earlier
 * session, never synced back), so the next site.css deploy from source
 * silently dropped them — the showcase clips lost their aspect-ratio
 * box and rendered at the video's raw intrinsic size, which also broke
 * the IntersectionObserver autoplay (a 2340px-tall element never crosses
 * the 0.35 visibility threshold). The .showcase-clip box gives each clip
 * a fixed 4:3 frame and object-fit:cover so poster and video both fill it.
 */
.section-showcase {
  padding: clamp(56px, 8vw, 96px) clamp(20px, 6vw, 112px);
  background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #f8fafc;
}
.section-showcase .showcase-head {
  max-width: 720px;
  margin: 0 auto clamp(28px, 4vw, 48px);
  text-align: center;
}
.section-showcase .eyebrow {
  color: var(--s4-gold);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 700;
}
.section-showcase h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.section-showcase .showcase-head p {
  margin: 0;
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.55;
}
.showcase-grid {
  display: grid;
  gap: 16px;
}
.showcase-grid--clips {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 16px;
}
.showcase-grid--photos {
  grid-template-columns: repeat(2, 1fr);
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .showcase-grid--clips,
  .showcase-grid--photos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .showcase-grid--clips,
  .showcase-grid--photos {
    grid-template-columns: 1fr;
  }
}
.showcase-clip,
.showcase-photo {
  position: relative;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #111;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
}
.showcase-clip__video,
.showcase-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}
.showcase-clip:hover .showcase-clip__video,
.showcase-photo:hover img {
  transform: scale(1.04);
}
.showcase-clip__label {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 12px;
  background: rgba(10, 10, 10, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 999px;
  color: var(--s4-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* ===== Производительность скролла на тач-устройствах =====
   backdrop-filter: blur() на sticky/fixed элементах (шапка, cookie-баннер,
   sticky-CTA) пересчитывается GPU на КАЖДОМ кадре скролла — на слабых телефонах
   это вызывает рывки/подвисание при вертикальном скролле главной. Фон у этих
   элементов и так почти непрозрачный (rgba ~0.95–0.98), поэтому blur визуально
   почти не виден — на тач его убираем, ставим плотный фон. Десктоп (мышь, мощный
   GPU) сохраняет blur. (hover:none) and (pointer:coarse) = именно тач-устройства. */
@media (hover: none) and (pointer: coarse) {
  .site-header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.99), rgba(14, 14, 14, 0.99));
  }
  /* #id чтобы перебить высокую специфичность правила #s4-cookie-banner */
  #s4-cookie-banner,
  .s4-cookie-banner {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .sticky-book {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
