/* Obsidian Drive — Signature luxury car rental demo */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&family=Syne:wght@600;700;800&display=swap');

:root {
  --void: #000000;
  --charcoal: #0a0a0a;
  --surface: rgba(14, 14, 14, 0.88);
  --glass: rgba(255, 255, 255, 0.035);
  --glass-border: rgba(255, 255, 255, 0.1);
  --silver: #a3a3a3;
  --text: #e5e5e5;
  --muted: #737373;
  --accent: #d4d4d4;
  --highlight: #fafafa;
  --glow: rgba(163, 163, 163, 0.25);
  --gradient: linear-gradient(135deg, #171717 0%, #404040 50%, #737373 100%);
  --gradient-btn: linear-gradient(135deg, #525252 0%, #262626 100%);
  --btn-text: #fafafa;
  --radius: 16px;
  --radius-sm: 10px;
  --font-display: 'Syne', system-ui, sans-serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --max: 1240px;
  --header-h: 72px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Override shared demo bar — black/gray only */
.demo-bar {
  background: #0a0a0a !important;
  color: #737373 !important;
  border-bottom: 1px solid #262626 !important;
}
.demo-bar a {
  color: #a3a3a3 !important;
}
.demo-bar a:hover {
  color: #fafafa !important;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--void);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--silver); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--highlight); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.15; margin: 0 0 0.5em; }
p { margin: 0 0 1em; color: var(--muted); }
.container { width: min(var(--max), 100% - 40px); margin: 0 auto; }

.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0;
  background: var(--gradient);
  z-index: 10001;
  box-shadow: 0 0 12px var(--glow);
}

/* Header */
.site-header {
  position: fixed; top: 32px; left: 0; right: 0; z-index: 1000;
  transition: background 0.35s var(--ease), backdrop-filter 0.35s;
}
.site-header.is-scrolled {
  top: 0;
  background: rgba(3, 3, 3, 0.88);
  backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid var(--glass-border);
}
.site-header__inner {
  display: flex; align-items: center; gap: 20px;
  width: min(var(--max), 100% - 32px); margin: 0 auto;
  padding: 14px 0;
}
.logo {
  font-family: var(--font-display);
  font-size: 1.35rem; font-weight: 800;
  color: var(--text); letter-spacing: -0.02em;
}
.logo span { color: var(--silver); font-weight: 600; }
.site-nav { display: flex; gap: 4px; margin-left: auto; flex-wrap: wrap; }
.site-nav a {
  padding: 8px 14px; border-radius: 999px; font-size: 0.88rem; font-weight: 500; color: var(--muted);
}
.site-nav a:hover, .site-nav a.is-active { color: var(--text); background: var(--glass); }
.nav-toggle {
  display: none; margin-left: auto; background: none; border: 1px solid var(--glass-border);
  color: var(--text); border-radius: 8px; padding: 8px; cursor: pointer;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 24px; border-radius: 999px; font-weight: 600; font-size: 0.92rem;
  border: none; cursor: pointer; transition: transform 0.25s var(--ease), box-shadow 0.25s;
  font-family: var(--font-body);
}
.btn--primary {
  background: var(--gradient-btn); color: var(--btn-text);
  border: 1px solid #404040;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55); color: #fff; border-color: #525252; }
.btn--ghost {
  background: var(--glass); color: var(--text);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px);
}
.btn--ghost:hover { background: rgba(255,255,255,0.08); color: var(--highlight); }
.btn--block { width: 100%; }
.btn--sm { padding: 8px 16px; font-size: 0.82rem; }
.btn--lg { padding: 16px 32px; font-size: 1rem; }

/* Hero */
.hero-cinematic {
  position: relative; min-height: 100vh; display: flex; flex-direction: column;
  padding-top: calc(var(--header-h) + 48px); overflow: hidden;
}
.hero-cinematic__bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(64, 64, 64, 0.12), transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 80%, rgba(38, 38, 38, 0.15), transparent 50%),
    #000000;
}
#hero-webgl {
  position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.32;
}

.hero-cinematic__car-stage {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}

.hero-cinematic__car-glow {
  position: absolute;
  right: 8%;
  top: 22%;
  width: min(58vw, 720px);
  height: 45%;
  background: radial-gradient(ellipse at center, rgba(115, 115, 115, 0.2), rgba(64, 64, 64, 0.06) 45%, transparent 72%);
  filter: blur(36px);
  animation: hero-glow-pulse 5s ease-in-out infinite;
}

.hero-cinematic__car-bg {
  position: absolute;
  right: 18%;
  top: 30%;
  width: min(42vw, 520px);
  opacity: 0.12;
  filter: blur(5px) grayscale(1) brightness(0.55) contrast(1.1);
  transform: translate3d(0, 0, -120px) scale(0.92);
  mask-image: linear-gradient(to right, transparent, black 30%, black 70%, transparent);
}

.hero-cinematic__car {
  position: absolute;
  right: -2%;
  bottom: 14%;
  width: min(78vw, 980px);
  max-width: none;
  height: auto;
  object-fit: contain;
  transform: translate3d(var(--car-x, 0px), var(--car-y, 0px), 0) scale(1);
  filter:
    grayscale(1)
    brightness(0.72)
    contrast(1.15)
    drop-shadow(0 40px 90px rgba(0, 0, 0, 0.85))
    drop-shadow(0 0 40px rgba(115, 115, 115, 0.12));
  animation: hero-car-float 8s ease-in-out infinite;
  will-change: transform;
}

.hero-cinematic__car--reflection {
  bottom: auto;
  top: calc(100% - 11%);
  transform: translate3d(var(--car-x, 0px), 0, 0) scaleY(-1) scale(1);
  opacity: 0.16;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent 72%);
  filter: grayscale(1) blur(1px) brightness(0.5);
  animation: none;
}

.hero-cinematic__road-shine {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 70%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.12);
  opacity: 0.5;
}

@keyframes hero-car-float {
  0%, 100% { transform: translate3d(var(--car-x, 0px), var(--car-y, 0px), 0); }
  50% { transform: translate3d(var(--car-x, 0px), calc(var(--car-y, 0px) - 14px), 0); }
}

@keyframes hero-glow-pulse {
  0%, 100% { opacity: 0.85; }
  50% { opacity: 1; }
}

.hero-cinematic__overlay {
  position: absolute; inset: 0; z-index: 5;
  background:
    linear-gradient(102deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 38%, rgba(0, 0, 0, 0.15) 62%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.96) 100%);
  pointer-events: none;
}
.hero-cinematic__grain {
  position: absolute; inset: 0; z-index: 6; opacity: 0.04; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-cinematic__content {
  position: relative; z-index: 10; flex: 1;
  display: flex; flex-direction: column; justify-content: center;
  padding: 40px 0 120px;
  max-width: 56%;
}
.hero-cinematic__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--silver); margin-bottom: 20px;
}
.hero-cinematic__eyebrow::before {
  content: ''; width: 32px; height: 1px; background: var(--silver);
}
.hero-cinematic h1 {
  font-size: clamp(2.4rem, 6vw, 4.2rem); max-width: 14ch;
  letter-spacing: -0.03em; margin-bottom: 20px;
}
.hero-cinematic__sub {
  font-size: clamp(1rem, 2.2vw, 1.25rem); max-width: 42ch; color: var(--muted); margin-bottom: 32px;
}
.hero-cinematic__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; }
.hero-cinematic__stats {
  display: flex; flex-wrap: wrap; gap: 32px;
}
.hero-cinematic__stats div strong {
  display: block; font-family: var(--font-display); font-size: 1.75rem; color: var(--highlight);
}
.hero-cinematic__stats div span { font-size: 0.82rem; color: var(--muted); }

/* Glass booking bar */
.booking-bar {
  position: relative; z-index: 20; margin-top: auto;
  padding: 0 0 32px;
}
.booking-bar__inner {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px; padding: 20px 24px;
  background: var(--surface);
  backdrop-filter: blur(24px) saturate(1.5);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  box-shadow: 0 24px 80px rgba(0,0,0,0.5);
}
.booking-bar label {
  display: flex; flex-direction: column; gap: 6px; font-size: 0.72rem;
  font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted);
}
.booking-bar input, .booking-bar select {
  padding: 10px 12px; border-radius: var(--radius-sm);
  border: 1px solid var(--glass-border); background: rgba(0,0,0,0.35);
  color: var(--text); font-family: inherit; font-size: 0.9rem;
}
.booking-bar__submit { align-self: end; }

/* Sections */
.section { padding: 100px 0; position: relative; }
.section--alt { background: linear-gradient(180deg, transparent, rgba(255,255,255,0.02), transparent); }
.section__header { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.section__label {
  display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--silver); margin-bottom: 12px;
}
.section__header h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }

/* Fleet cards */
.fleet-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background: var(--charcoal); border: 1px solid var(--glass-border);
  transition: transform 0.4s var(--ease), box-shadow 0.4s;
}
.fleet-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 24px 60px rgba(0,0,0,0.45), 0 0 0 1px rgba(255,255,255,0.08);
}
.fleet-card__img {
  aspect-ratio: 16/10; overflow: hidden; position: relative;
}
.fleet-card__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s var(--ease), filter 0.4s;
  filter: grayscale(0.35) contrast(1.05);
}
.fleet-card:hover .fleet-card__img img {
  transform: scale(1.06);
  filter: grayscale(0.15) contrast(1.08);
}
.fleet-card__badge {
  position: absolute; top: 12px; left: 12px; padding: 4px 10px;
  background: rgba(0,0,0,0.65); backdrop-filter: blur(8px);
  border-radius: 999px; font-size: 0.72rem; font-weight: 600; color: var(--silver);
}
.fleet-card__body { padding: 20px; }
.fleet-card__meta { font-size: 0.8rem; color: var(--muted); margin-bottom: 8px; }
.fleet-card h3 { font-size: 1.15rem; margin-bottom: 12px; }
.fleet-card__price {
  font-family: var(--font-display); font-size: 1.35rem; color: var(--highlight);
}
.fleet-card__price small { font-size: 0.75rem; color: var(--muted); font-weight: 400; }
.fleet-card__specs {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0;
  font-size: 0.75rem; color: var(--muted);
}
.fleet-card__specs span {
  padding: 4px 8px; background: var(--glass); border-radius: 6px;
}

/* Glass panels */
.glass-panel {
  padding: 28px; border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px);
}

/* Features */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }
.feature-tile {
  padding: 24px; border-radius: var(--radius); border: 1px solid var(--glass-border);
  background: var(--glass); transition: transform 0.3s var(--ease);
}
.feature-tile:hover { transform: translateY(-4px); }
.feature-tile__icon { font-size: 1.5rem; margin-bottom: 12px; }
.feature-tile h3 { font-size: 1rem; margin-bottom: 8px; }
.feature-tile p { font-size: 0.88rem; margin: 0; }

/* Reviews */
.review-card {
  padding: 24px; border-radius: var(--radius); border: 1px solid var(--glass-border);
  background: var(--charcoal);
}
.review-card__stars { color: #a3a3a3; margin-bottom: 12px; letter-spacing: 2px; }
.review-card__verified { font-size: 0.72rem; color: #737373; margin-top: 12px; }

/* Forms */
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; margin-bottom: 6px; color: var(--silver); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 14px; border-radius: var(--radius-sm);
  border: 1px solid var(--glass-border); background: rgba(0,0,0,0.4);
  color: var(--text); font-family: inherit;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* Fleet page filters */
.fleet-toolbar {
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center;
  padding: 20px; margin-bottom: 32px;
  background: var(--surface); border: 1px solid var(--glass-border);
  border-radius: var(--radius); backdrop-filter: blur(16px);
}
.fleet-toolbar input, .fleet-toolbar select {
  padding: 10px 14px; border-radius: var(--radius-sm);
  border: 1px solid var(--glass-border); background: rgba(0,0,0,0.35); color: var(--text);
}

/* Car detail */
.car-hero { padding-top: calc(var(--header-h) + 60px); padding-bottom: 60px; }
.car-hero__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: start; }
.car-gallery__main {
  border-radius: var(--radius); overflow: hidden; aspect-ratio: 16/10;
  border: 1px solid var(--glass-border);
}
.car-gallery__thumbs { display: flex; gap: 8px; margin-top: 12px; }
.car-gallery__thumbs img {
  width: 80px; height: 56px; object-fit: cover; border-radius: 8px; cursor: pointer;
  border: 2px solid transparent; opacity: 0.7;
}
.car-gallery__thumbs img.is-active { border-color: var(--silver); opacity: 1; }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 24px 0; }
.spec-item {
  padding: 14px; border-radius: var(--radius-sm); background: var(--glass);
  border: 1px solid var(--glass-border);
}
.spec-item strong { display: block; font-size: 1.1rem; color: var(--highlight); }
.spec-item span { font-size: 0.78rem; color: var(--muted); }

/* Booking */
.booking-steps { display: flex; gap: 8px; margin-bottom: 32px; flex-wrap: wrap; }
.booking-step {
  padding: 8px 16px; border-radius: 999px; font-size: 0.82rem; font-weight: 600;
  border: 1px solid var(--glass-border); color: var(--muted);
}
.booking-step.is-active { background: var(--gradient-btn); color: var(--btn-text); border-color: #525252; }
.booking-step.is-done { color: #a3a3a3; border-color: rgba(163, 163, 163, 0.35); }
.booking-layout { display: grid; grid-template-columns: 1fr 360px; gap: 32px; align-items: start; }
.booking-summary {
  position: sticky; top: 100px; padding: 24px;
  background: var(--surface); border: 1px solid var(--glass-border);
  border-radius: var(--radius); backdrop-filter: blur(20px);
}
.booking-summary__line {
  display: flex; justify-content: space-between; padding: 8px 0;
  border-bottom: 1px solid var(--glass-border); font-size: 0.9rem;
}
.booking-summary__total {
  display: flex; justify-content: space-between; padding-top: 16px;
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 700;
}
.payment-methods { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.payment-methods span {
  padding: 8px 14px; border-radius: 8px; background: var(--glass);
  border: 1px solid var(--glass-border); font-size: 0.78rem;
}

/* Compare */
.compare-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.compare-table th, .compare-table td {
  padding: 12px 16px; border-bottom: 1px solid var(--glass-border); text-align: left;
}
.compare-table th { color: var(--muted); font-weight: 600; }

/* Page hero */
.page-hero {
  padding: calc(var(--header-h) + 60px) 0 48px;
  text-align: center;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(64, 64, 64, 0.15), transparent);
}
.page-hero h1 { font-size: clamp(2rem, 5vw, 3rem); }

/* Footer */
.site-footer {
  padding: 60px 0 32px; border-top: 1px solid var(--glass-border);
  background: #020202;
}
.site-footer__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px; margin-bottom: 40px;
}
.site-footer h4 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--silver); margin-bottom: 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer li a { font-size: 0.88rem; color: var(--muted); }
.site-footer__bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  padding-top: 24px; border-top: 1px solid var(--glass-border);
  font-size: 0.8rem; color: var(--muted);
}

/* WhatsApp float */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 9990;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.45);
  animation: wa-pulse 2.5s ease-in-out infinite;
}
.wa-float:hover { transform: scale(1.08); color: #fff; }
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 8px 32px rgba(37, 211, 102, 0.45); }
  50% { box-shadow: 0 8px 48px rgba(37, 211, 102, 0.7), 0 0 0 12px rgba(37, 211, 102, 0.12); }
}

/* AI Chat */
.ai-chat-toggle {
  position: fixed; bottom: 24px; right: 96px; z-index: 9990;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--gradient-btn); color: var(--btn-text); border: 1px solid #404040; cursor: pointer;
  font-size: 1.4rem; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}
.ai-chat-panel {
  position: fixed; bottom: 96px; right: 24px; z-index: 9991;
  width: min(380px, calc(100vw - 32px)); max-height: 520px;
  display: flex; flex-direction: column;
  background: rgba(12, 12, 16, 0.95); border: 1px solid var(--glass-border);
  border-radius: var(--radius); backdrop-filter: blur(24px);
  box-shadow: 0 24px 80px rgba(0,0,0,0.6);
  transform: translateY(20px) scale(0.95); opacity: 0; pointer-events: none;
  transition: transform 0.35s var(--ease), opacity 0.35s;
}
.ai-chat-panel.is-open { transform: none; opacity: 1; pointer-events: auto; }
.ai-chat-panel__header {
  padding: 16px 20px; border-bottom: 1px solid var(--glass-border);
  display: flex; justify-content: space-between; align-items: center;
}
.ai-chat-panel__header h3 { font-size: 1rem; margin: 0; }
.ai-chat-panel__messages {
  flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 12px;
  min-height: 280px; max-height: 360px;
}
.ai-msg {
  max-width: 88%; padding: 10px 14px; border-radius: 14px; font-size: 0.88rem; line-height: 1.45;
}
.ai-msg--bot {
  align-self: flex-start; background: var(--glass); border: 1px solid var(--glass-border);
}
.ai-msg--user {
  align-self: flex-end; background: #404040; color: #fafafa; border: 1px solid #525252;
}
.ai-chat-panel__input {
  display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--glass-border);
}
.ai-chat-panel__input input {
  flex: 1; padding: 10px 14px; border-radius: 999px;
  border: 1px solid var(--glass-border); background: rgba(0,0,0,0.4); color: var(--text);
}

/* Reveal animations */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Compare checkbox on cards */
.fleet-card__compare {
  position: absolute; top: 12px; right: 12px; z-index: 2;
}
.fleet-card__compare input { width: 18px; height: 18px; accent-color: var(--silver); }

/* Admin demo banner */
.demo-admin-banner {
  padding: 12px 20px; background: rgba(64, 64, 64, 0.2);
  border: 1px solid rgba(115, 115, 115, 0.35); border-radius: var(--radius-sm);
  font-size: 0.88rem; color: #a3a3a3; margin-bottom: 24px;
}

.hidden { display: none !important; }
#compare-bar:not(.hidden) { display: flex !important; }

@media (max-width: 900px) {
  .site-nav {
    position: fixed; top: 0; right: 0; bottom: 0; width: min(300px, 85vw);
    flex-direction: column; padding: 80px 24px 24px;
    background: rgba(3,3,3,0.97); backdrop-filter: blur(20px);
    transform: translateX(100%); transition: transform 0.35s var(--ease);
    border-left: 1px solid var(--glass-border);
  }
  .site-nav.is-open { transform: none; }
  .nav-toggle { display: flex; }
  .car-hero__grid, .booking-layout { grid-template-columns: 1fr; }
  .booking-summary { position: static; }
  .form-row { grid-template-columns: 1fr; }
  .ai-chat-toggle { right: 24px; bottom: 92px; }
  .hero-cinematic__content { padding-bottom: 40px; max-width: 100%; }
  .hero-cinematic__car {
    right: 50%;
    bottom: 6%;
    width: 125%;
    max-width: 540px;
    transform: translateX(50%) translate3d(var(--car-x, 0px), var(--car-y, 0px), 0);
  }
  .hero-cinematic__car--reflection { display: none; }
  .hero-cinematic__car-bg { display: none; }
  .hero-cinematic__overlay {
    background:
      linear-gradient(180deg, rgba(3, 3, 3, 0.55) 0%, rgba(3, 3, 3, 0.35) 40%, rgba(3, 3, 3, 0.88) 100%);
  }
}

@media (max-width: 600px) {
  .booking-bar__inner { grid-template-columns: 1fr; }
  .booking-bar__submit { width: 100%; }
}
