/* Yoldaş Rent a Car */
:root {
  /* Şeker kırmızı */
  --red: #e4002b;
  --red-dark: #b80022;
  --red-light: #ffe8ec;
  --orange: #e4002b;
  --orange-dark: #b80022;
  --orange-light: #ffe8ec;
  --bg: #f0f1f3;
  --surface: #fff;
  --text: #2c3e50;
  --muted: #5a6a7a;
  --border: #dde2e8;
  --topbar: #1a1a1a;
  --font: "Montserrat", "Segoe UI", system-ui, sans-serif;
  --radius: 10px;
  --radius-lg: 14px;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --shadow-card: 0 20px 50px rgba(0, 0, 0, 0.22);
  --max: 1200px;
  --ease: 0.28s ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.55; }

/* Koyu mod kaldırıldı */

/* Kaydırma sırasında ağır efektleri kapat (perf.js is-scrolling) */
body.is-scrolling .hero__locations li {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.is-scrolling .vehicle-modal__backdrop {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.is-scrolling .vlc-track {
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  .page-view,
  .booking-card,
  .vehicle-modal__dialog { animation: none !important; }
  .vlc-track { transition: none !important; }
}
.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
a { color: var(--red); }

.top-bar { height: 4px; background: var(--red); }

.site-header {
  position: sticky; top: 0; z-index: 300;
  background: var(--surface); border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
/* Two-level header (reference-like) */
/* Two-level header kaldırıldı */
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  flex-wrap: nowrap;
}
.site-header--compact .header-inner {
  padding: 0.5rem 0;
}
.header-inner > .main-nav { margin: 0 auto; }
.header-inner > .nav-toggle { order: 3; }
.header-inner > .header-toolbar {
  order: 4;
  margin-left: auto;
  margin-right: calc(-1 * clamp(0rem, 1vw, 0.35rem));
  flex-shrink: 0;
}
.logo-link {
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  background: transparent;
  padding: 0;
  line-height: 0;
  text-decoration: none;
}
.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  overflow: visible;
  line-height: 0;
}
.logo-wrapper picture {
  display: block;
  flex-shrink: 0;
  line-height: 0;
}
.logo-wrapper img,
.logo-brand {
  display: block;
  width: auto;
  height: 58px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: left center;
  user-select: none;
  -webkit-user-drag: none;
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .logo-wrapper img,
  .logo-brand {
    height: 82px;
  }
}
@media (min-width: 1024px) {
  .logo-wrapper img,
  .logo-brand {
    height: 92px;
  }
}
.header-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  flex-wrap: nowrap;
}
.header-selects {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.header-lang,
.lang-switcher { display: none; }
.header-lang-dd { position: relative; }
.lang-dd-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.55rem;
  border: 2px solid rgba(228, 0, 43, 0.12);
  border-radius: 10px;
  background: #fff;
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
}
.lang-dd-flag { display: block; border-radius: 3px; }
.lang-dd-chev { opacity: 0.6; font-weight: 900; }
.lang-dd-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 140px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
  padding: 0.35rem;
  z-index: 999;
}
.lang-dd-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  background: transparent;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--text);
}
.lang-dd-item:hover { background: var(--red-light); color: var(--red-dark); }
.lang-dd-menu img { border-radius: 3px; }
.header-right { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.header-lang {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding-right: 0.65rem;
  border-right: 1px solid var(--border);
}
.header-lang__globe {
  display: flex;
  color: var(--muted);
  flex-shrink: 0;
}
.header-cur-dd { position: relative; }
.cur-dd-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.65rem;
  border: 2px solid rgba(228, 0, 43, 0.22);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(228, 0, 43, 0.10);
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  color: var(--text);
}
/* header-top stilleri kaldırıldı */
.cur-dd-sym { color: var(--red); font-weight: 900; }
.cur-dd-chev { opacity: 0.6; font-weight: 900; }
.cur-dd-btn:focus { outline: none; }
.cur-dd-btn:focus-visible { box-shadow: 0 0 0 3px var(--red-light), 0 6px 18px rgba(228, 0, 43, 0.10); border-color: var(--red); }
.cur-dd-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 160px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
  padding: 0.35rem;
  z-index: 999;
}
.cur-dd-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 0;
  background: transparent;
  padding: 0.5rem 0.6rem;
  border-radius: 12px;
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 900;
  color: var(--text);
}
.cur-dd-item-sym { width: 1.15rem; text-align: center; color: var(--red); }
.cur-dd-item:hover { background: var(--red-light); color: var(--red-dark); }
.header-auth {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}
.header-login {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.85rem;
  border: 0;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(228, 0, 43, 0.28);
  transition: filter var(--ease), transform var(--ease), background var(--ease), color var(--ease);
}
.header-login--outline {
  background: transparent;
  color: var(--red);
  border: 2px solid rgba(228, 0, 43, 0.35);
  box-shadow: none;
}
.header-login--outline:hover {
  background: var(--red-light);
  color: var(--red-dark);
}
.header-register {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(228, 0, 43, 0.28);
  transition: filter var(--ease), transform var(--ease);
}
.header-register:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  color: #fff;
}
.header-login:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  color: #fff;
}
.header-rates-bar { display: none; }
.currency-switcher { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.currency-select {
  padding: 0.4rem 0.55rem;
  min-width: 3.25rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  color: var(--text);
  background: #fff;
  line-height: 1.2;
}
.currency-select:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 2px var(--red-light);
}
.rates-row { display: flex; align-items: center; gap: 0.25rem; justify-content: flex-end; }
.rates-hint { font-size: 0.65rem; color: var(--muted); max-width: 140px; text-align: right; line-height: 1.2; }
.rates-refresh {
  border: none; background: var(--bg); color: var(--muted); width: 22px; height: 22px;
  border-radius: 4px; cursor: pointer; font-size: 0.85rem; line-height: 1;
  transition: color var(--ease), background var(--ease);
}
.rates-refresh:hover { color: var(--red); background: var(--red-light); }
.rates-refresh.is-loading { animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.main-nav { display: flex; gap: 1.35rem; flex-wrap: wrap; align-items: center; }
.main-nav a {
  text-decoration: none; color: var(--text); font-weight: 700; font-size: 0.88rem;
  transition: color var(--ease);
  border-bottom: none; padding-bottom: 0;
}
.main-nav a:hover, .main-nav a.is-active { color: var(--red); }

.header-contact {
  display: flex;
  align-items: center;
  padding-left: 0.85rem;
  border-left: 1px solid var(--border);
}
.contact-label { display: block; font-size: 0.68rem; font-style: italic; color: var(--muted); }
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 700;
  color: var(--red);
  text-decoration: none;
  font-size: 0.82rem;
  white-space: nowrap;
}
.header-phone:hover { color: var(--red-dark); text-decoration: none; }
.header-phone__icon {
  display: flex;
  color: var(--red);
  flex-shrink: 0;
}

.lang-switcher { display: flex; flex-direction: row; align-items: center; gap: 0.35rem; flex-wrap: nowrap; }
.lang-btn {
  padding: 3px;
  border: 2px solid transparent;
  border-radius: 6px;
  background: none;
  cursor: pointer;
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
  line-height: 0;
}
.lang-btn:hover { transform: scale(1.06); }
.lang-btn.is-active {
  border-color: var(--red);
  box-shadow: 0 0 0 1px rgba(228, 0, 43, 0.15);
}
.lang-btn img { display: block; border-radius: 3px; }

.nav-toggle { display: none; border: 1px solid var(--border); background: #fff; border-radius: 8px; padding: 0.3rem 0.55rem; font-size: 1.2rem; cursor: pointer; }

/* Sayfa görünümleri */
.page-view { display: none; animation: viewIn 0.35s ease; }
.page-view.is-active { display: block; }
@keyframes viewIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Hero */
.hero {
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 2rem 0 2.5rem;
  background: var(--bg);
}
.hero__grid {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 420px);
  gap: 1.5rem 2rem;
  align-items: stretch;
}
.hero__brand-panel {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 420px;
  background: url("../images/hero-rental.jpg") center / cover no-repeat;
  box-shadow: var(--shadow-card);
}
.hero__brand-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.82) 0%, rgba(15, 23, 42, 0.45) 55%, rgba(15, 23, 42, 0.7) 100%);
}
.hero__brand-content {
  position: relative;
  z-index: 1;
  padding: 2rem 1.75rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
}
.hero__brand-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.hero__brand-lead {
  margin: 0 0 1.5rem;
  max-width: 28rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.hero__locations {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.hero__locations li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 0.7rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.35;
}
.hero__perk-icon {
  flex-shrink: 0;
  width: 1.35rem;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1;
}
.hero__loc-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.hero__loc-icon--place {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  object-fit: contain;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

/* Booking card (hero) */
.booking-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  animation: cardIn 0.55s ease backwards;
}
.booking-card__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0.5rem 0.5rem 0;
  background: #f3f4f6;
}
.booking-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.75rem 0.5rem;
  border: none;
  border-radius: 10px 10px 0 0;
  background: transparent;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--muted);
  cursor: pointer;
  transition: background var(--ease), color var(--ease), box-shadow var(--ease);
}
.booking-tab__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}
.booking-tab__icon--car {
  width: 24px;
  height: 24px;
  color: var(--orange);
}
.booking-tab.is-active .booking-tab__icon--car {
  color: var(--orange);
}
.booking-tab.is-active {
  background: #fff;
  color: var(--text);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.04);
}
.booking-panel { padding: 1.15rem 1.25rem 1.35rem; }
.booking-panel[hidden] { display: none !important; }
.booking-panel__intro {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}
.booking-form-hero { display: flex; flex-direction: column; gap: 0.85rem; }
.bf-row label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.35rem;
}
.bf-input-wrap {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  padding: 0 0.65rem;
  transition: border-color var(--ease), box-shadow var(--ease);
}
.bf-input-wrap:focus-within {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px var(--orange-light);
}
.bf-icon { font-size: 1rem; opacity: 0.55; flex-shrink: 0; }
.bf-input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 0.65rem 0;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
}
.bf-input:focus { outline: none; }
.bf-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
}
.bf-check input { accent-color: var(--orange); width: 1rem; height: 1rem; }
.bf-grid--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  align-items: stretch;
}
.bf-grid--dates .bf-row {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.bf-grid--dates .bf-row label,
.bf-grid--times .bf-row label {
  min-height: 1.15rem;
  margin-bottom: 0.35rem;
}
.bf-grid--times .bf-row {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.bf-input-wrap--time {
  position: relative;
  min-height: 2.85rem;
  flex: 1;
  cursor: pointer;
}
.bf-icon--time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  font-size: 0;
  opacity: 0.65;
  color: var(--muted);
  flex-shrink: 0;
}
.bf-icon--time svg {
  display: block;
}
.bf-input.yoldas-time-field--picker {
  cursor: pointer;
  caret-color: transparent;
}
.bf-input-wrap--date {
  position: relative;
  min-height: 2.85rem;
  flex: 1;
}
.bf-icon--date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  font-size: 0;
  opacity: 0.65;
  color: var(--muted);
  flex-shrink: 0;
}
.bf-icon--date svg {
  display: block;
}
.bf-row--dropoff { animation: fadeIn 0.3s ease; }
.btn-hero-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.95rem 1.25rem;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #fff;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(228, 0, 43, 0.4);
  transition: transform var(--ease), box-shadow var(--ease), filter var(--ease);
}
.btn-hero-search:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(228, 0, 43, 0.5);
  filter: brightness(1.05);
}
.booking-card__note {
  margin: 0.5rem 0 0;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.45;
}
.qs-search-summary { margin: 0; font-size: 0.85rem; color: var(--orange-dark); font-weight: 700; }
.qs-search-error { margin: 0; font-size: 0.85rem; color: var(--red); font-weight: 600; }

/* Konum seçici (hero) */
.bf-input-wrap--loc {
  position: relative;
  padding: 0;
  align-items: stretch;
}
.bf-input-wrap--loc:focus-within {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px var(--orange-light);
}
.loc-picker {
  position: relative;
  flex: 1;
  min-width: 0;
}
.loc-picker__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  padding: 0.65rem 0.75rem;
  border: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}
.loc-picker__trigger:focus {
  outline: none;
}
.loc-picker__value.is-placeholder {
  color: var(--muted);
  font-weight: 600;
}
.loc-picker__chev {
  flex-shrink: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg) translateY(-2px);
  transition: transform var(--ease), border-color var(--ease);
}
.loc-picker.is-open .loc-picker__chev {
  transform: rotate(-135deg) translateY(2px);
  border-color: var(--orange);
}
.loc-picker__panel {
  position: absolute;
  z-index: 80;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  max-height: min(320px, 52vh);
  overflow-y: auto;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
  padding: 0.35rem 0;
  animation: fadeIn 0.2s ease;
}
.loc-picker__group + .loc-picker__group {
  border-top: 1px solid #f1f5f9;
  margin-top: 0.15rem;
  padding-top: 0.15rem;
}
.loc-picker__group-title {
  padding: 0.45rem 0.85rem 0.3rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.loc-picker__option {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.55rem 0.85rem;
  border: none;
  background: transparent;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: background var(--ease), color var(--ease);
}
.loc-picker__option:hover,
.loc-picker__option:focus-visible {
  background: var(--orange-light);
  color: var(--orange-dark);
  outline: none;
}
.loc-picker__option.is-selected {
  background: linear-gradient(90deg, var(--orange-light), #fff5f7);
  color: var(--orange-dark);
}
.loc-picker__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 8px;
  background: #f8fafc;
  color: #64748b;
}
.loc-picker__option:hover .loc-picker__icon,
.loc-picker__option.is-selected .loc-picker__icon {
  background: #fff;
  color: var(--orange);
}
.loc-picker__icon-svg {
  width: 1.15rem;
  height: 1.15rem;
}
.loc-picker__label {
  flex: 1;
  min-width: 0;
  line-height: 1.35;
}

.yoldas-toast {
  position: fixed;
  bottom: 5.5rem;
  right: 1.25rem;
  z-index: 10050;
  max-width: min(22rem, calc(100vw - 2rem));
  padding: 0.9rem 1.1rem;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  pointer-events: none;
}
.yoldas-toast.is-visible { opacity: 1; transform: translateY(0); }
.yoldas-toast--success { background: #0d6b3a; color: #fff; }

/* WhatsApp FAB */
.whatsapp-fab {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 500;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--ease), box-shadow var(--ease);
}
.whatsapp-fab:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.55);
}
.whatsapp-fab img { display: block; width: 32px; height: 32px; }
.section-vehicles {
  display: none;
  padding: 0 0 2.5rem;
  background: #eef0f3;
}
.section-vehicles.is-visible { display: block; }

.vehicles-sticky-bar {
  position: sticky;
  top: 118px;
  z-index: 200;
  background: #fff;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.vehicles-sticky-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  flex-wrap: wrap;
}
.vehicles-trip {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}
.vehicles-trip__icon { font-size: 1.25rem; opacity: 0.7; }
.vehicles-trip__text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.vehicles-trip__text strong {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text);
}
.vehicles-trip__text span {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
}
.btn-edit-search {
  flex-shrink: 0;
  padding: 0.5rem 1rem;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  cursor: pointer;
  font-family: inherit;
}
.btn-edit-search:hover {
  border-color: var(--orange);
  color: var(--red-dark);
}
.vehicles-results-body { padding-top: 1.25rem; }
.vehicles-results-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-bottom: 1.25rem;
}
.vehicles-results-count {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
}
.vehicles-sort-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  background: #fff;
  padding: 0.35rem;
  border-radius: 10px;
  border: 1px solid var(--border);
}
.vehicles-sort-tab {
  padding: 0.45rem 0.85rem;
  border: none;
  border-radius: 8px;
  background: transparent;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--muted);
  cursor: pointer;
  transition: background var(--ease), color var(--ease);
}
.vehicles-sort-tab:hover { color: var(--text); }
.vehicles-sort-tab.is-active {
  background: var(--red);
  color: #fff;
}
.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(272px, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}
.vehicle-list-empty {
  grid-column: 1 / -1;
  padding: 2rem 1rem;
  text-align: center;
  color: var(--muted);
  border: 1px dashed var(--border);
  border-radius: var(--radius-lg);
  background: #fff;
}

/* Araç kartı — grid (Sunset tarzı) */
.vehicle-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  animation: cardIn 0.4s ease backwards;
  transition: box-shadow var(--ease), transform var(--ease), border-color var(--ease);
}
.vehicle-card:hover {
  border-color: rgba(228, 0, 43, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.vehicle-card.is-selected {
  border-color: var(--orange);
  box-shadow: 0 0 0 2px var(--red-light), 0 12px 32px rgba(228, 0, 43, 0.15);
}
.vehicle-card__media {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: #f3f4f6;
  cursor: pointer;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.vehicle-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.vehicle-card:hover .vehicle-card__media img { transform: scale(1.04); }
.vehicle-card__badge {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.vehicle-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1rem 1rem 1.1rem;
  gap: 0.65rem;
}
.vehicle-card__name {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--text);
}
.vehicle-card__name small {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
  margin-top: 0.15rem;
}
.vehicle-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
}
.vehicle-card__specs span {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--muted);
  background: var(--bg);
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
}
.vehicle-card__price { margin-top: auto; }
.vehicle-card__total {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
}
.vehicle-card__total strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--red-dark);
}
.vehicle-card__total-label { font-weight: 600; }
.vehicle-card__meta {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
}
.vehicle-card__cta {
  margin-top: 0.35rem;
  padding: 0.75rem;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark)) !important;
  border: none !important;
  font-weight: 700;
}
.vehicle-card__details {
  align-self: center;
  margin-top: 0.1rem;
}
.btn-ghost {
  border: none;
  background: none;
  color: var(--muted);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  padding: 0.2rem;
}
.btn-ghost:hover { color: var(--orange-dark); }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* Sections */
.section { padding: 2.5rem 0; }
.section-alt { background: var(--surface); }
.section h2 { color: var(--red); margin: 0 0 0.5rem; font-size: 1.6rem; }
.section-intro { color: var(--muted); margin: 0 0 1.5rem; max-width: 40rem; }
.section-transfer-hero { background: linear-gradient(135deg, var(--red), var(--red-dark)); color: #fff; overflow: hidden; }
.section-transfer-hero h1,
.section-transfer-hero h2 { color: #fff; }
.section-transfer-hero .section-intro, .section-transfer-hero .feature-list { color: rgba(255,255,255,0.92); }
.transfer-hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 2rem;
  align-items: center;
  position: relative;
}
.transfer-hero__copy { position: relative; z-index: 1; }
.transfer-hero__copy h1,
.transfer-hero__copy h2 { margin: 0 0 0.5rem; font-size: clamp(1.75rem, 3vw, 2.35rem); }
.transfer-hero__copy .section-intro { margin-bottom: 1.25rem; max-width: 32rem; }
.transfer-hero__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.transfer-hero__list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}
.transfer-hero__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}
.transfer-hero__visual {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.transfer-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}
.transfer-hero__orb--a {
  width: 220px;
  height: 220px;
  right: 8%;
  top: -10%;
  background: radial-gradient(circle, rgba(255,255,255,0.28), transparent 68%);
  animation: transferOrb 7s ease-in-out infinite;
}
.transfer-hero__orb--b {
  width: 160px;
  height: 160px;
  left: 4%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(0,0,0,0.22), transparent 70%);
  animation: transferOrb 9s ease-in-out infinite reverse;
}
.transfer-hero__stage {
  position: relative;
  width: min(100%, 420px);
  z-index: 1;
  animation: transferDriveIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.transfer-hero__car {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
  aspect-ratio: 16 / 10;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  animation: transferFloat 4.5s ease-in-out infinite;
  transform-origin: center bottom;
}
.transfer-gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.18);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  animation: transferFloat 4.5s ease-in-out infinite;
  transform-origin: center bottom;
}
.transfer-gallery__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: transferGalleryFade 24s infinite;
}
@keyframes transferGalleryFade {
  0% { opacity: 0; }
  2% { opacity: 1; }
  14.5% { opacity: 1; }
  16.5% { opacity: 0; }
  100% { opacity: 0; }
}
.transfer-hero__shadow {
  display: block;
  width: 72%;
  height: 14px;
  margin: 0.55rem auto 0;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0,0,0,0.45), transparent 70%);
  animation: transferShadow 4.5s ease-in-out infinite;
}
@keyframes transferDriveIn {
  from { opacity: 0; transform: translateX(48px) scale(0.96); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}
@keyframes transferFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes transferShadow {
  0%, 100% { transform: scaleX(1); opacity: 0.85; }
  50% { transform: scaleX(0.88); opacity: 0.55; }
}
@keyframes transferOrb {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.85; }
  50% { transform: translate(-12px, 10px) scale(1.08); opacity: 1; }
}
@media (max-width: 860px) {
  .transfer-hero { grid-template-columns: 1fr; gap: 1.5rem; }
  .transfer-hero__visual { min-height: 0; order: -1; }
  .transfer-hero__stage { width: min(100%, 360px); margin: 0 auto; }
}
@media (prefers-reduced-motion: reduce) {
  .transfer-hero__stage,
  .transfer-hero__car,
  .transfer-hero__shadow,
  .transfer-hero__orb,
  .transfer-gallery,
  .transfer-gallery__img { animation: none; }
  .transfer-gallery__img { opacity: 0; }
  .transfer-gallery__img:first-child { opacity: 1; }
}
.transfer-vehicle-note {
  margin: 0 0 1.25rem;
  padding: 0.75rem 1rem;
  background: #f4f6f8;
  border-left: 4px solid var(--red);
  border-radius: 0 8px 8px 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
}
.transfer-passenger-names-block { margin-top: 0.25rem; }
.transfer-passenger-names-title {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--red);
}
.transfer-passenger-names {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 1rem;
}
.transfer-passenger-names .form-row { margin: 0; }
@media (max-width: 640px) {
  .transfer-passenger-names { grid-template-columns: 1fr; }
}
.transfer-price-box {
  width: 100%;
  padding: 1rem 1.15rem;
  background: #fff8f9;
  border: 1px solid rgba(228, 0, 43, 0.25);
  border-radius: 10px;
}
.transfer-price-box__label {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.transfer-price-box__total {
  margin: 0 0 0.25rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--red-dark);
}
.transfer-price-box__detail {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
}
.feature-list { padding-left: 1.2rem; }

/* Araç listesi — yatay cardview, alt alta */
.vehicle-list-stack { display: flex; flex-direction: column; gap: 1.35rem; }

.vehicle-list-card {
  display: block;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  animation: cardIn 0.45s ease backwards;
  transition: border-color var(--ease), box-shadow var(--ease);
}
.vehicle-list-card.is-expanded { box-shadow: 0 12px 40px rgba(196, 30, 58, 0.15); }
.vlc-card-head {
  padding: 1rem 1.25rem 0.7rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 1rem;
}
.vlc-card-head h3 {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.35;
}
.vlc-card-head h3 small {
  font-weight: 500;
  color: var(--muted);
  font-size: 0.86rem;
}
.vlc-info-btn {
  border: none;
  background: transparent;
  color: var(--muted);
  font-size: 1rem;
  cursor: pointer;
  margin-left: 0.2rem;
  padding: 0 0.2rem;
  vertical-align: middle;
  line-height: 1;
}
.vlc-info-btn:hover { color: var(--red); }
.vlc-cond-mark { color: #1a7a3a; font-weight: 700; }
.vlc-footer-includes {
  padding: 0.75rem 1.25rem 1rem;
  border-top: 1px solid var(--border);
  background: #fafbfc;
}
.vlc-included-list.vlc-included-list--row {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.45rem 1.15rem;
}
.vlc-inc--inline {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  position: relative;
}
.vlc-inc-label { white-space: nowrap; }
.vlc-inc-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.05rem;
  height: 1.05rem;
  margin-left: 0.05rem;
  color: #8a939e;
  cursor: help;
  flex-shrink: 0;
  border-radius: 50%;
  outline: none;
}
.vlc-inc-info-icon {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
}
.vlc-inc-info:hover,
.vlc-inc-info:focus-visible {
  color: var(--red);
}
.vlc-inc-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  min-width: 10rem;
  max-width: 16rem;
  padding: 0.45rem 0.6rem;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
  background: #1e293b;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  white-space: normal;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}
.vlc-inc-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #1e293b;
}
.vlc-inc-info:hover .vlc-inc-tooltip,
.vlc-inc-info:focus-visible .vlc-inc-tooltip {
  opacity: 1;
  visibility: visible;
}
.vlc-spec-icon { display: inline-flex; align-items: center; justify-content: center; }
.vlc-fee-line {
  font-size: 0.78rem;
  color: #b45309;
}
.vlc-daily-label .vlc-daily-price {
  display: block;
  margin: 0.2rem 0 0.75rem;
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--red);
}
.btn-select-vehicle {
  position: relative;
  padding-left: 1rem !important;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.btn-select-vehicle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #f0b429;
  border-radius: var(--radius) 0 0 var(--radius);
}
.vlc-main-row {
  display: grid;
  grid-template-columns: minmax(260px, 320px) 1fr minmax(220px, 260px);
  gap: 0;
}
@keyframes cardIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.vehicle-list-card:hover { border-color: rgba(196, 30, 58, 0.35); box-shadow: 0 8px 32px rgba(196, 30, 58, 0.12); }
.vehicle-list-card.is-selected {
  border-color: var(--red);
  box-shadow: 0 0 0 3px var(--red-light);
}
.vehicle-list-card--unavailable {
  background: #fff9f9;
  border-color: rgba(196, 30, 58, 0.32);
}
.vehicle-list-card--unavailable:hover {
  border-color: rgba(196, 30, 58, 0.4);
  box-shadow: 0 6px 24px rgba(196, 30, 58, 0.1);
}
.vlc-unavailable-msg {
  margin: 0;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
  color: #b91c3c;
  padding: 0.65rem 0.55rem;
  border: 1px dashed rgba(196, 30, 58, 0.38);
  border-radius: 8px;
  background: rgba(196, 30, 58, 0.06);
}

/* Galeri / slider */
.vlc-zoom-hint {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  font-size: 0.72rem; background: rgba(0,0,0,0.55); color: #fff;
  padding: 0.2rem 0.5rem; border-radius: 4px; pointer-events: none; z-index: 2;
}
.vlc-slide { cursor: zoom-in; }
.vlc-gallery {
  position: relative;
  background: var(--bg);
  border-right: 1px solid var(--border);
  min-height: 220px;
}
.vlc-viewport { overflow: hidden; height: 100%; min-height: 220px; }
.vlc-track {
  display: flex;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.vehicle-list-card {
  content-visibility: auto;
  contain-intrinsic-size: auto 380px;
}
.vlc-slide { flex: 0 0 100%; min-height: 220px; display: flex; align-items: center; justify-content: center; }
.vlc-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  min-height: 200px;
  max-height: 240px;
  background: #f4f4f4;
  content-visibility: auto;
}
.vlc-prev, .vlc-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px; border: none; border-radius: 50%;
  background: rgba(255,255,255,0.92); color: var(--text);
  font-size: 1.4rem; cursor: pointer; z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background var(--ease), color var(--ease);
}
.vlc-prev:hover, .vlc-next:hover { background: var(--red); color: #fff; }
.vlc-prev { left: 8px; }
.vlc-next { right: 8px; }
.vlc-dots {
  position: absolute; bottom: 10px; left: 0; right: 0;
  display: flex; justify-content: center; gap: 6px; z-index: 2;
}
.vlc-dot {
  width: 8px; height: 8px; border-radius: 50%; border: none;
  background: rgba(0,0,0,0.25); cursor: pointer; padding: 0;
  transition: transform var(--ease), background var(--ease);
}
.vlc-dot.is-active { background: var(--red); transform: scale(1.2); }

.vlc-content { padding: 1.15rem 1.25rem; border-right: 1px solid var(--border); }
.vlc-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.35rem; margin-bottom: 0.75rem; }
.vlc-head h3 { margin: 0; font-size: 1.2rem; }
.vlc-head h3 small { font-weight: 500; color: var(--muted); font-size: 0.85rem; }
.vlc-cat { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; color: var(--red); letter-spacing: 0.05em; }

.vlc-specs {
  margin-bottom: 0.85rem;
  font-size: 0.78rem;
}
.vlc-specs--bar {
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.vlc-specs--bar .vlc-spec {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.55rem 0.35rem;
  text-align: center;
  border-right: 1px solid var(--border);
  color: var(--muted);
  font-weight: 600;
}
.vlc-specs--bar .vlc-spec:last-child { border-right: none; }
.vlc-icon {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  display: block;
  color: #4a5568;
}
.vlc-spec-label {
  display: block;
  line-height: 1.25;
  color: var(--text);
  font-weight: 700;
  font-size: 0.74rem;
  word-break: break-word;
}
.vlc-spec-label strong { font-weight: 800; }
.vlc-specs:not(.vlc-specs--bar) .vlc-spec {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.vlc-conds {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.35rem 0.75rem;
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 600;
}
.vlc-conds li { margin: 0; }
.vlc-conds strong { color: var(--text); font-weight: 800; }

.vlc-includes { padding-top: 0.65rem; margin-top: 0.35rem; border-top: 1px dashed var(--border); }
.vlc-included-title {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.03em;
}
.vlc-included-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.vlc-inc {
  font-size: 0.78rem;
  font-weight: 500;
  color: #1a7a3a;
  line-height: 1.35;
}

.vlc-side {
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fafbfc;
}
.vlc-daily-label { margin: 0; font-size: 0.8rem; color: var(--muted); }
.vlc-daily-price { margin: 0.15rem 0 0.85rem; font-size: 1.65rem; font-weight: 800; color: var(--red); }
.vlc-breakdown { font-size: 0.85rem; margin-bottom: 1rem; }
.vlc-breakdown > div { display: flex; justify-content: space-between; margin-bottom: 0.35rem; color: var(--muted); }
.vlc-total-row { margin-top: 0.5rem; padding-top: 0.5rem; border-top: 1px solid var(--border); font-size: 0.95rem; }
.vlc-total-row strong { color: var(--red); font-size: 1.1rem; }

.btn {
  display: inline-block; padding: 0.7rem 1.2rem; border-radius: var(--radius);
  font-weight: 700; font-size: 0.92rem; text-decoration: none; text-align: center;
  border: none; cursor: pointer; transition: background var(--ease), transform var(--ease), box-shadow var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-dark); }
.btn-block { width: 100%; }
.btn-select-vehicle { width: 100%; }
.btn-outline {
  background: #fff; color: var(--red); border: 2px solid var(--red);
}
.btn-outline:hover { background: var(--red-light); }
.vlc-actions { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 0.5rem; }
.price-lines { font-size: 0.85rem; margin-bottom: 0.75rem; }
.price-line { display: flex; justify-content: space-between; gap: 0.5rem; margin-bottom: 0.3rem; color: var(--muted); }
.price-line--fee { color: #b45309; font-size: 0.8rem; }
.price-line--fee span:first-child { max-width: 65%; }
.price-line--total { color: var(--text); font-size: 0.95rem; padding-top: 0.4rem; border-top: 1px solid var(--border); }
.price-line--total strong { color: var(--red); }
.price-line--equiv { font-size: 0.78rem; opacity: 0.85; }

.vlc-expand-panel {
  padding: 1.25rem 1.5rem;
  background: var(--bg);
  border-top: 2px solid var(--red-light);
  animation: expandIn 0.35s ease;
}
@keyframes expandIn {
  from { opacity: 0; max-height: 0; }
  to { opacity: 1; max-height: 2000px; }
}
.vlc-expand-panel h4 { margin: 0 0 0.75rem; color: var(--red); font-size: 1rem; }
.vlc-expand-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 0.5rem; margin-bottom: 1rem; }
.vlc-detail-row { display: flex; justify-content: space-between; font-size: 0.88rem; padding: 0.35rem 0; border-bottom: 1px dashed var(--border); }

.form-vehicle-picker select { font-weight: 600; border-color: var(--red); }
.form-price-summary {
  background: var(--red-light); border: 1px solid rgba(228, 0, 43, 0.25);
  border-radius: var(--radius); padding: 1rem; margin-bottom: 1.25rem;
}
.form-row--extras { margin-bottom: 0.75rem; }
.extras-title { display: block; font-weight: 600; margin-bottom: 0.55rem; width: 100%; }
.extras-subtitle { font-weight: 600; font-size: 0.9rem; margin: 0 0 0.5rem; color: var(--red); }
.extras-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: 100%;
  margin: 0;
  padding: 0;
}
.extra-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.5rem 0.6rem;
  font-size: 0.88rem;
  line-height: 1.35;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: #fff;
  transition: border-color var(--ease), background var(--ease);
}
.extra-item:hover { border-color: rgba(228, 0, 43, 0.35); background: var(--red-light); }
.extra-item input[type="checkbox"],
.extra-item input[type="radio"] {
  flex-shrink: 0;
  order: 0;
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
  accent-color: var(--red);
  cursor: pointer;
  align-self: center;
}
.extra-item__icon {
  flex-shrink: 0;
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: var(--red-dark);
}
.extra-item__icon-svg { width: 1.35rem; height: 1.35rem; display: block; }
.extra-km-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.2rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  color: inherit;
  border: 1.75px solid currentColor;
  border-radius: 4px;
}
.extra-item__text { flex: 1; min-width: 0; order: 2; align-self: center; }
.input-textarea {
  width: 100%;
  padding: 0.55rem 0.65rem;
  font: inherit;
  font-size: 0.9rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  resize: vertical;
  min-height: 4.5rem;
}
.form-legal-block { display: flex; flex-direction: column; gap: 0.55rem; }
.legal-row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.legal-row input[type="checkbox"] {
  flex-shrink: 0;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.15rem;
  accent-color: var(--red);
}
.legal-link {
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-link:hover { color: var(--red); }
.payment-options {
  border: none;
  margin: 0;
  padding: 0;
}
.payment-options__title {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.5rem;
  padding: 0;
}
.payment-option {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.5rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
}
.payment-option:hover { border-color: rgba(196, 30, 58, 0.35); background: #fffafb; }
.payment-option input[type="radio"] {
  margin: 0;
  accent-color: var(--red);
  flex-shrink: 0;
  width: 1.05rem;
  height: 1.05rem;
}
.payment-option__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: var(--red-dark);
}
.payment-option__icon svg { width: 1.35rem; height: 1.35rem; display: block; }
.payment-option__body { display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; flex: 1; }
.payment-option__head { font-size: 0.88rem; font-weight: 700; color: var(--text); }
.payment-option__desc { font-size: 0.78rem; font-weight: 500; color: var(--muted); line-height: 1.35; }
.legal-popup {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.legal-popup[hidden] { display: none !important; }
.legal-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.legal-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: 85vh;
  overflow: auto;
  background: #fff;
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem 1.35rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}
.legal-popup__dialog--terms {
  width: min(100%, 640px);
}
.legal-popup__title { margin: 0 2rem 0.75rem 0; font-size: 1.15rem; }
.legal-popup__body {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
  margin-bottom: 1rem;
}
.legal-popup__body p { margin: 0 0 0.75rem; }
.legal-popup__body .rental-terms {
  margin: 0;
  padding-left: 1.35rem;
  color: var(--text);
}
.legal-popup__body .rental-terms > li {
  margin-bottom: 0.65rem;
  padding-left: 0.15rem;
}
.legal-popup__body .rental-terms > li:last-child { margin-bottom: 0; }
.legal-popup__body .rental-terms__sub {
  margin: 0.4rem 0 0;
  padding-left: 1.1rem;
  list-style: disc;
}
.legal-popup__body .rental-terms__sub li { margin-bottom: 0.25rem; }
.site-footer__links a[data-legal] {
  cursor: pointer;
}
.legal-popup__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: var(--muted);
}
.legal-popup__close:hover { color: var(--red); }
body.legal-open { overflow: hidden; }

/* Müşteri giriş popup */
.login-modal {
  position: fixed;
  inset: 0;
  z-index: 20001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.login-modal[hidden] { display: none !important; }
.login-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.login-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  max-height: min(92vh, 640px);
  overflow-y: auto;
  background: #fff;
  border-radius: 14px;
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}
.login-modal__title {
  margin: 0 2rem 1.25rem 0;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text);
}
.login-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--muted);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.login-modal__close:hover { color: var(--red); }
.login-modal__form { display: flex; flex-direction: column; gap: 0.85rem; }
.login-modal__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
}
.login-modal__field input {
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  font: inherit;
}
.login-modal__field input:focus {
  outline: 2px solid rgba(228, 0, 43, 0.25);
  border-color: var(--red);
}
.login-modal__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.login-modal__error {
  margin: 0;
  font-size: 0.82rem;
  color: var(--red);
}
.login-modal__google {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.85rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  transition: background var(--ease);
}
.login-modal__google:hover { background: rgba(0, 0, 0, 0.04); }
.login-modal__forgot-wrap { margin: 0.75rem 0 0; text-align: center; }
.login-modal__forgot {
  font-size: 0.82rem;
  color: var(--red);
  text-decoration: none;
}
.login-modal__forgot:hover { text-decoration: underline; }
.login-modal__footer {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}
.login-modal__hint {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  color: var(--muted);
}
.login-modal__register { margin-top: 0; }
body.login-modal-open { overflow: hidden; }

/* Üyelik popup */
.register-modal {
  position: fixed;
  inset: 0;
  z-index: 20002;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.register-modal[hidden] { display: none !important; }
.register-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.register-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: min(92vh, 780px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  padding: 1rem 1rem 1.25rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}
.register-modal__title {
  margin: 0 2rem 0.75rem 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text);
}
.register-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--muted);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.register-modal__close:hover { color: var(--red); }
.register-modal__google {
  margin-bottom: 0.75rem;
}
  flex: 1;
  width: 100%;
  min-height: 420px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #fff;
}
body.register-modal-open { overflow: hidden; }

.extra-item-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  color: #8a939e;
  cursor: help;
}
.extra-item-info:hover,
.extra-item-info:focus-visible { color: var(--red); outline: none; }
.extra-item-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  z-index: 40;
  min-width: 10rem;
  max-width: 14rem;
  padding: 0.45rem 0.6rem;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
  background: #1e293b;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  white-space: normal;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}
.extra-item-info:hover .extra-item-tooltip,
.extra-item-info:focus-visible .extra-item-tooltip {
  opacity: 1;
  visibility: visible;
}
.phone-input {
  display: flex;
  gap: 0.45rem;
  align-items: stretch;
}
.phone-country {
  flex: 0 0 auto;
  min-width: 5.25rem;
  max-width: 6.5rem;
  padding: 0.55rem 1.5rem 0.55rem 0.45rem;
  font-size: 0.88rem;
  font-weight: 700;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23666' d='M1 1l4 4 4-4'/%3E%3C/svg%3E") no-repeat right 0.4rem center;
  appearance: none;
  cursor: pointer;
}
.booking-footer-total {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 0.75rem;
  margin: 0.85rem 0 0.65rem;
  padding: 0.85rem 1rem;
  background: var(--red-light);
  border: 1px solid rgba(196, 30, 58, 0.22);
  border-radius: var(--radius);
}
.booking-footer-total__label {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text);
}
.booking-footer-total strong {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--red);
}
.booking-footer-total__equiv {
  flex: 1 1 100%;
  font-size: 0.78rem;
  color: var(--muted);
  text-align: right;
}
.booking-footer-total__equiv[hidden] { display: none !important; }

/* ——— Rezervasyon sihirbazı (2 adım) ——— */
.booking-wizard {
  position: fixed;
  inset: 0;
  z-index: 14000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.booking-wizard[hidden] { display: none !important; }
.booking-wizard__step[hidden] {
  display: none !important;
}
.booking-wizard__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
}
.booking-wizard__dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(92vh, 900px);
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  padding: 1.15rem 1.25rem 1.25rem;
}
.booking-wizard__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: var(--muted);
  z-index: 2;
}
.booking-wizard__close:hover { color: var(--red); }
.booking-wizard__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  padding-right: 2rem;
}
.booking-wizard__head-icon {
  display: flex;
  color: var(--red);
  width: 1.5rem;
  height: 1.5rem;
}
.booking-wizard__head-icon svg { width: 100%; height: 100%; }
.booking-wizard__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text);
}
.book-wizard-vehicle {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 0.85rem;
  margin-bottom: 1rem;
  background: #faf6f2;
  border: 1px solid #efe5dc;
  border-radius: 12px;
}
.book-wizard-vehicle__img {
  flex-shrink: 0;
  width: 88px;
  height: 62px;
  border-radius: 8px;
  overflow: hidden;
  background: #eee;
}
.book-wizard-vehicle__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book-wizard-vehicle__info {
  flex: 1;
  min-width: 0;
}
.book-wizard-vehicle__name {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  color: var(--text);
}
.book-wizard-vehicle__cat {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 0.1rem;
}
.book-wizard-vehicle__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.4rem;
}
.book-wizard-badge {
  display: inline-block;
  padding: 0.15rem 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #1d4ed8;
  background: #eff6ff;
  border-radius: 6px;
}
.book-wizard-vehicle__price {
  flex-shrink: 0;
  text-align: right;
}
.book-wizard-vehicle__price strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--red);
}
.book-wizard-vehicle__price span {
  display: block;
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 0.15rem;
}
.book-wizard-extras-title {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 800;
}
.book-wizard-extras-hint {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--muted);
}
.book-wizard-extras-list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1rem;
}
.book-wizard-extra {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color var(--ease), background var(--ease);
}
.book-wizard-extra:hover {
  border-color: rgba(196, 30, 58, 0.35);
  background: #fffafb;
}
.book-wizard-extra input[type="checkbox"] {
  flex-shrink: 0;
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
  accent-color: var(--red);
}
.book-wizard-extra__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: var(--red-dark);
}
.book-wizard-extra__icon svg { width: 1.35rem; height: 1.35rem; display: block; }
.book-wizard-extra__icon .extra-km-mark { min-width: 1.35rem; height: 1.35rem; }
.book-wizard-extra__name {
  flex: 1;
  min-width: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
}
.book-wizard-extra__price {
  flex-shrink: 0;
  text-align: right;
  min-width: 5.5rem;
}
.book-wizard-extra__price strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--text);
}
.book-wizard-extra__price small {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 0.1rem;
}
.book-wizard-summary {
  padding: 0.75rem 0.85rem;
  margin-bottom: 1rem;
  background: #f8f9fb;
  border: 1px solid var(--border);
  border-radius: 10px;
}
.book-wizard-sum-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.25rem 0;
  font-size: 0.88rem;
}
.book-wizard-sum-row strong { font-weight: 700; }
.book-wizard-sum-row--total {
  margin-top: 0.35rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--border);
  font-size: 0.95rem;
  font-weight: 800;
}
.book-wizard-sum-row--total strong {
  font-size: 1.2rem;
  color: var(--red);
}
.book-wizard-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.55rem;
  flex-wrap: wrap;
}
.book-wizard-actions--step2 {
  margin-top: 0.75rem;
  justify-content: space-between;
}
.book-wizard-actions--step2 .book-wizard-submit {
  flex: 1 1 auto;
  max-width: 280px;
  margin-left: auto;
}
.booking-form--wizard .form-grid--modal {
  max-height: none;
}
.modal-pricing-box--compact .price-line--total,
.modal-pricing-box--compact .price-line--equiv { display: none; }
.phone-input input[type="tel"] {
  flex: 1;
  min-width: 0;
}
.extra-driver-fields {
  grid-column: 1 / -1;
  margin-top: 0;
  margin-bottom: 0.75rem;
  padding: 1rem;
  background: var(--red-light);
  border-radius: var(--radius);
  border: 1px solid rgba(196, 30, 58, 0.2);
}
.extra-driver-fields[hidden] { display: none !important; }

.booking-airport-warn,
.vehicles-airport-warn,
.vlc-antalya-block {
  white-space: pre-line;
}

.booking-airport-warn,
.vehicles-airport-warn {
  margin: 0.75rem 0 0;
  padding: 0.75rem 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--red);
  background: rgba(228, 0, 43, 0.08);
  border: 1px solid rgba(228, 0, 43, 0.25);
  border-radius: 8px;
}
.vehicles-airport-warn { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.booking-airport-warn[hidden],
.vehicles-airport-warn[hidden] { display: none !important; }
.vlc-antalya-block {
  margin: 0 0 0.65rem;
  padding: 0.55rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--red);
  background: rgba(228, 0, 43, 0.08);
  border: 1px solid rgba(228, 0, 43, 0.22);
  border-radius: 8px;
}

/* Trust badges */
.section-trust { padding: 1.25rem 0; background: var(--surface); border-top: 1px solid var(--border); }
.trust-badges {
  display: flex; flex-wrap: wrap; gap: 0.75rem 1.25rem; justify-content: center;
  font-size: 0.88rem; font-weight: 600; color: var(--text);
}
.trust-badges span { white-space: nowrap; }

/* Why choose us */
.section-why {
  padding: 3rem 0 2.5rem;
  background: var(--surface);
}
.why-title,
.faq-title {
  margin: 0 0 0.65rem;
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--text);
}
.why-lead,
.faq-lead {
  margin: 0 auto 2rem;
  max-width: 640px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.6;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.why-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.35rem;
  transition: border-color var(--ease), box-shadow var(--ease);
}
.why-card:hover {
  border-color: rgba(228, 0, 43, 0.25);
  box-shadow: 0 8px 24px rgba(228, 0, 43, 0.08);
}
.why-card__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: var(--red-light);
  color: var(--red);
}
.why-card__icon svg { width: 26px; height: 26px; }
.why-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text);
}
.why-card p {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.55;
}

/* Müşteri yorumları */
.section-reviews {
  padding: 2.5rem 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
}
.reviews-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: var(--text);
  text-align: center;
}
.reviews-lead {
  margin: 0 auto 0.75rem;
  max-width: 42rem;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--muted);
}
.reviews-note {
  margin: 0 auto 0.35rem;
  max-width: 46rem;
  text-align: center;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--muted);
  font-weight: 500;
}
.reviews-lang-note {
  margin: 0 auto 1.75rem;
  max-width: 46rem;
  text-align: center;
  font-size: 0.75rem;
  color: var(--muted);
  font-style: italic;
}
.reviews-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: start;
}
.reviews-column {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.15rem 1.15rem 1.25rem;
  box-shadow: var(--shadow-card);
}
.reviews-column__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f1f5f9;
}
.reviews-column__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text);
}
.reviews-column__link {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--orange-dark);
  text-decoration: none;
  white-space: nowrap;
}
.reviews-column__link:hover { text-decoration: underline; }
.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.review-card {
  padding: 0.85rem 0.9rem;
  border-radius: 12px;
  background: #fafbfc;
  border: 1px solid #eef1f4;
}
.review-card--google { border-left: 3px solid #4285f4; }
.review-card--yandex { border-left: 3px solid #fc3f1d; }
.review-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
}
.review-card__author {
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--text);
}
.review-card__date {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 0.1rem;
}
.review-card__stars {
  display: inline-flex;
  gap: 0.05rem;
  flex-shrink: 0;
}
.review-card__star {
  color: #d1d5db;
  font-size: 0.85rem;
  line-height: 1;
}
.review-card__star.is-on { color: #f59e0b; }
.review-card__quote {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--text);
}
.review-card__quote p { margin: 0; }

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

/* FAQ */
.section-faq {
  padding: 2.5rem 0 3rem;
  background: var(--bg);
}
.faq-contact {
  margin: 0 auto 1.75rem;
  max-width: 640px;
  text-align: center;
  font-size: 0.92rem;
  color: var(--muted);
}
.faq-contact a {
  font-weight: 800;
  color: var(--red);
  text-decoration: none;
}
.faq-contact a:hover { text-decoration: underline; }
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.15rem;
  padding-right: 2.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  position: relative;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
}
.faq-item[open] summary {
  color: var(--red);
  border-bottom: 1px solid var(--border);
  background: var(--red-light);
}
.faq-item[open] summary::after { content: "−"; }
.faq-item__body {
  padding: 1rem 1.15rem 1.15rem;
}
.faq-item__body p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 960px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .why-grid { grid-template-columns: 1fr; }
  .section-why { padding: 2rem 0 1.5rem; }
}

/* Vehicle modal */
.vehicle-modal {
  position: fixed; inset: 0; z-index: 5000;
  display: flex; align-items: center; justify-content: center;
  padding: 1rem;
}
.vehicle-modal[hidden] { display: none !important; }
body.modal-open { overflow: hidden; }
.vehicle-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
}
.vehicle-modal__dialog {
  position: relative; z-index: 1;
  width: min(1100px, 100%);
  max-height: 92vh;
  overflow: auto;
  background: var(--surface);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  animation: modalIn 0.3s ease;
}
@keyframes modalIn {
  from { opacity: 0; transform: scale(0.96) translateY(12px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.vehicle-modal__close {
  position: absolute; top: 0.65rem; right: 0.65rem; z-index: 5;
  width: 40px; height: 40px; border: none; border-radius: 50%;
  background: var(--bg); color: var(--text); font-size: 1.5rem; cursor: pointer;
  line-height: 1; transition: background var(--ease);
}
.vehicle-modal__close:hover { background: var(--red-light); color: var(--red); }
.vehicle-modal__layout {
  display: grid;
  grid-template-columns: minmax(280px, 42%) 1fr;
  gap: 0;
}
.vehicle-modal__left {
  padding: 1rem;
  border-right: 1px solid var(--border);
  background: #fafbfc;
}
.vehicle-modal__gallery {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: #f4f5f7;
  max-height: 240px;
}
.vehicle-modal__gallery > img {
  display: block;
  width: 100%;
  max-height: 240px;
  object-fit: contain;
  margin: 0 auto;
}
.vehicle-modal__gallery .vlc-viewport {
  aspect-ratio: 16 / 10;
  max-height: 240px;
}
.vehicle-modal__gallery .vlc-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f4f5f7;
}
.vlc-zoomable { cursor: zoom-in; }
.modal-specs-block { margin-top: 0.75rem; }
.vlc-specs--modal { grid-template-columns: repeat(2, 1fr); }
.vehicle-modal__right {
  padding: 1.25rem 1.5rem 1.5rem;
  min-width: 0;
}
.modal-title { margin: 0 0 0.25rem; font-size: 1.35rem; color: var(--text); }
.modal-cat { margin: 0 0 1rem; color: var(--muted); font-size: 0.9rem; }
.modal-tabs {
  display: flex; gap: 0.35rem; margin-bottom: 1rem;
  border-bottom: 2px solid var(--border);
}
.modal-tab {
  padding: 0.55rem 1rem; border: none; background: none;
  font: inherit; font-weight: 600; color: var(--muted); cursor: pointer;
  border-bottom: 2px solid transparent; margin-bottom: -2px;
  transition: color var(--ease), border-color var(--ease);
}
.modal-tab:hover { color: var(--red); }
.modal-tab.is-active { color: var(--red); border-bottom-color: var(--red); }
.modal-tab-panel { animation: fadeIn 0.25s ease; }
.modal-tab-panel[hidden] { display: none !important; }
.modal-includes { display: flex; flex-wrap: wrap; gap: 0.35rem 0.65rem; margin-bottom: 1rem; }
.modal-details-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.5rem;
  margin-bottom: 1rem; font-size: 0.88rem;
}
.vlc-detail-row {
  display: flex; justify-content: space-between; gap: 0.5rem;
  padding: 0.45rem 0.6rem; background: var(--bg); border-radius: 6px;
}
.vlc-detail-row span { color: var(--muted); }
.modal-pricing-box {
  background: var(--red-light); border-radius: var(--radius);
  padding: 0.75rem 1rem; margin-bottom: 1rem;
}
.modal-pricing-box--compact { margin-bottom: 0.75rem; padding: 0.6rem 0.85rem; }
.booking-form--modal {
  max-width: none; padding: 0; border: none; box-shadow: none; background: transparent;
}
.form-grid--modal { gap: 0 0.75rem; }
.terms-check { display: flex; align-items: flex-start; gap: 0.4rem; font-size: 0.85rem; cursor: pointer; }
.terms-check input { accent-color: var(--red); margin-top: 0.2rem; }

/* Form */
.selected-banner {
  background: var(--red-light); border-left: 4px solid var(--red);
  padding: 0.65rem 1rem; border-radius: 8px; margin-bottom: 1rem;
  animation: fadeIn 0.35s ease;
}
.form-sync-hint {
  font-size: 0.88rem; color: #0d6b3a; background: #e8f5e9;
  padding: 0.5rem 0.75rem; border-radius: 8px; margin-bottom: 1rem;
}
/* Bot koruması — görünmez alan (doldurulursa istek reddedilir) */
.yoldas-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.booking-form {
  background: var(--surface); padding: 1.5rem; border-radius: var(--radius);
  border: 1px solid var(--border); box-shadow: var(--shadow); max-width: 900px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1rem;
}
.form-row { margin-bottom: 1rem; }
.form-row--full { grid-column: 1 / -1; }
.form-row label { display: block; font-weight: 600; font-size: 0.88rem; margin-bottom: 0.3rem; }
.form-hint {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
}
.form-row input, .form-row select, .form-row textarea {
  width: 100%; padding: 0.58rem 0.7rem; border: 1px solid var(--border);
  border-radius: 8px; font: inherit; transition: border-color var(--ease), box-shadow var(--ease);
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
  outline: none; border-color: var(--red); box-shadow: 0 0 0 3px var(--red-light);
}
.form-status { margin-top: 1rem; min-height: 1.2em; font-size: 0.9rem; }
.form-status.success { color: #0d6b3a; }
.form-status.error { color: var(--red); }

.contact-block p { margin: 0.4rem 0; color: var(--muted); }

.section-contact {
  background: linear-gradient(180deg, #fff 0%, #f6f7f9 100%);
  border-top: 1px solid var(--border);
}
.contact-block__title {
  margin: 0 0 0.5rem;
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--text);
}
.contact-block__lead {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-weight: 600;
  max-width: 36rem;
}
.contact-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}
.contact-channel {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1.1rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: var(--text);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease);
}
.contact-channel:hover {
  border-color: rgba(228, 0, 43, 0.35);
  box-shadow: 0 6px 20px rgba(228, 0, 43, 0.1);
  transform: translateY(-1px);
}
.contact-channel__img {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 50%;
  display: block;
  object-fit: contain;
}
.contact-channel--whatsapp .contact-channel__img {
  background: #25d366;
}
.contact-channel--telegram .contact-channel__img {
  background: #229ed9;
}
.contact-channel__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--red-light);
  position: relative;
}
.contact-channel__icon--phone::before {
  content: "";
  position: absolute;
  inset: 7px 8px 6px 9px;
  border: 2px solid var(--red);
  border-radius: 4px;
  box-shadow: inset 0 -4px 0 var(--red);
}
.contact-channel__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.contact-channel__label {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
}
.contact-channel__value {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
}
.contact-channel--telegram:hover .contact-channel__value {
  color: #229ed9;
}
.contact-channel--whatsapp:hover .contact-channel__value {
  color: #25d366;
}
.contact-block__hours {
  margin: 0 0 2rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
}
.contact-options {
  padding: 1.35rem 1.25rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  border-left: 3px solid var(--red);
}
.contact-options__title {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--red-dark);
}
.contact-options__list {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.55;
}
.contact-options__list li { margin-bottom: 0.35rem; }
.contact-options__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

/* Site footer */
.site-footer {
  background: #1a1a1a;
  color: #c8c8c8;
  padding: 2.5rem 0 2rem;
  font-size: 0.88rem;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.1fr;
  gap: 2rem 1.5rem;
  align-items: start;
}
.site-footer__logo {
  display: inline-block;
  margin-bottom: 0.75rem;
}
.site-footer__logo img {
  height: 48px;
  width: auto;
  max-width: none;
  object-fit: contain;
  image-rendering: auto;
}
.site-footer__tagline {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #9ca3af;
  max-width: 22rem;
}
.site-footer__copy {
  margin: 0;
  font-size: 0.78rem;
  color: #6b7280;
}
.site-footer__heading {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}
.site-footer__links,
.site-footer__contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__links li,
.site-footer__contact-list li {
  margin: 0 0 0.45rem;
}
.site-footer__links a,
.site-footer__contact-list a {
  color: #d1d5db;
  text-decoration: none;
  font-weight: 600;
  transition: color var(--ease);
}
.site-footer__links a:hover,
.site-footer__contact-list a:hover { color: var(--orange); }
.site-footer__contact-list li:not(:has(a)) {
  color: #9ca3af;
  line-height: 1.45;
  font-size: 0.82rem;
}
.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.85rem;
}
.site-footer__social a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #374151;
  color: #e5e7eb;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color var(--ease), color var(--ease), background var(--ease);
}
.site-footer__social img {
  display: block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  object-fit: contain;
}
.site-footer__social a:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.site-footer__social-link--wa:hover {
  border-color: #25d366;
  color: #25d366;
  background: rgba(37, 211, 102, 0.08);
}
.site-footer__social-link--tg:hover {
  border-color: #229ed9;
  color: #229ed9;
  background: rgba(34, 158, 217, 0.08);
}
.site-footer__map-frame {
  margin-bottom: 0.65rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #374151;
  background: #111;
}
.site-footer__map-frame iframe {
  display: block;
  width: 100%;
  height: 140px;
  border: 0;
}
.site-footer__map-btns {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.site-footer__map-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  transition: filter var(--ease), transform var(--ease);
}
.site-footer__map-btn:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.site-footer__map-btn--google {
  background: #fff;
  color: #1a1a1a;
}
.site-footer__map-btn--yandex {
  background: #fc3f1d;
  color: #fff;
}
.site-footer__map-btn--route {
  background: #2563eb;
  color: #fff;
}

@media (max-width: 960px) {
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .site-footer__grid { grid-template-columns: 1fr; }
}

@media (max-width: 960px) {
  .vehicle-modal__layout { grid-template-columns: 1fr; }
  .vehicle-modal__left { border-right: none; border-bottom: 1px solid var(--border); }
  .vlc-main-row { grid-template-columns: 1fr; }
  .vlc-gallery { border-right: none; border-bottom: 1px solid var(--border); }
  .vlc-content { border-right: none; border-bottom: 1px solid var(--border); }
  .vlc-specs--bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
  }
  .vlc-specs--bar .vlc-spec {
    flex: unset;
    min-width: 0;
    padding: 0.5rem 0.4rem;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  .vlc-specs--bar .vlc-spec:nth-child(2n) { border-right: none; }
  .vlc-specs--bar .vlc-spec:nth-last-child(-n+2) { border-bottom: none; }
  .vlc-conds { grid-template-columns: 1fr; }
  .vlc-included-list.vlc-included-list--row { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .hero__brand-panel { min-height: 320px; }
  .hero__brand-content { min-height: 320px; padding: 1.5rem 1.25rem; }
  .booking-card { max-width: 100%; }
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: clip;
  }
  .container {
    width: min(100% - 1rem, var(--max));
  }

  /* Header — kompakt tek satır + hamburger menü */
  .header-inner {
    flex-wrap: nowrap;
    align-items: center;
    padding: 0.4rem 0;
    gap: 0.35rem;
  }
  .logo-link {
    margin-right: 0;
    flex: 0 1 auto;
    min-width: 0;
  }
  .logo-wrapper img,
  .logo-brand {
    height: 48px;
    max-width: min(40vw, 132px);
  }
  .header-inner > .header-toolbar {
    order: 4;
    margin-left: auto;
    margin-right: 0;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
    gap: 0.25rem;
  }
  .header-selects {
    gap: 0.25rem;
  }
  .cur-dd-btn,
  .lang-dd-btn {
    padding: 0.28rem 0.42rem;
    font-size: 0.72rem;
  }
  .lang-dd-code,
  .cur-dd-code {
    font-size: 0.72rem;
  }
  .header-login {
    padding: 0.3rem 0.55rem;
    font-size: 0.72rem;
    max-width: 5.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .header-login--outline {
    max-width: 7.25rem;
  }
  .header-phone__num {
    display: none;
  }
  .header-phone {
    flex-shrink: 0;
    padding: 0.35rem 0.4rem;
  }
  .header-inner > .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    order: 5;
    flex-shrink: 0;
    margin-left: 0.15rem;
  }
  body[data-page="vehicles"] .nav-toggle,
  body[data-page="vehicles"] .main-nav {
    display: none !important;
  }
  .header-inner > .main-nav {
    order: 10;
    width: 100%;
    margin: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.35rem 0 0.15rem;
    border-top: 1px solid var(--border);
  }
  .header-inner > .main-nav.is-open {
    display: flex;
  }
  .header-inner:has(.main-nav.is-open) {
    flex-wrap: wrap;
  }
  .main-nav a {
    padding: 0.7rem 0.15rem;
    border-bottom: 1px solid var(--border);
  }
  .main-nav a:last-child {
    border-bottom: none;
  }

  .bf-grid--2 {
    grid-template-columns: 1fr;
  }
  .booking-panel {
    padding: 0.9rem 0.95rem 1.05rem;
  }
  .hero__brand-title {
    font-size: 1.45rem;
  }
  .hero__brand-lead {
    font-size: 0.88rem;
  }

  .vehicles-sticky-bar { top: 60px; }
  .whatsapp-fab { right: 1rem; bottom: calc(1rem + env(safe-area-inset-bottom, 0px)); width: 54px; height: 54px; }
  .vehicle-row-card { grid-template-columns: 1fr; }
  .vehicle-row-card__img { min-height: 180px; border-right: none; border-bottom: 1px solid var(--border); }
  .vehicle-row-card__price { border-left: none; border-top: 1px solid var(--border); flex-direction: row; flex-wrap: wrap; align-items: center; }
  .vehicle-row-card__specs { grid-template-columns: repeat(2, 1fr); }

  /* Modallar — alt sayfa (bottom sheet) */
  .login-modal,
  .register-modal,
  .legal-popup {
    padding: 0;
    align-items: flex-end;
  }
  .login-modal__dialog,
  .register-modal__dialog,
  .legal-popup__dialog {
    width: 100%;
    max-width: none;
    max-height: min(94vh, 100%);
    border-radius: 14px 14px 0 0;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  }

  /* Rezervasyon sihirbazı — kaydırılabilir içerik + sabit butonlar */
  .booking-wizard__dialog {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .booking-wizard__step {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
  }
  .book-wizard-actions {
    position: sticky;
    bottom: 0;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, #fff 30%);
    padding-top: 0.65rem;
    padding-bottom: 0.15rem;
    margin-top: 0.5rem;
    border-top: 1px solid var(--border);
    z-index: 2;
  }
  .book-wizard-actions .btn {
    flex: 1 1 calc(50% - 0.2rem);
    min-width: 0;
  }
  .book-wizard-actions--step2 {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 0.45rem;
  }
  .book-wizard-actions--step2 .btn,
  .book-wizard-actions--step2 .book-wizard-submit {
    width: 100%;
    max-width: none;
    margin-left: 0;
    flex: none;
  }
  .book-wizard-vehicle__price {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.25rem 0.45rem;
  }
  .book-wizard-vehicle__price strong,
  .book-wizard-vehicle__price span {
    display: inline;
  }
  .phone-country {
    min-width: 4.75rem;
    max-width: 5.5rem;
    padding-right: 1.35rem;
    font-size: 0.8rem;
  }
  .payment-option {
    align-items: flex-start;
  }
  .payment-option__desc {
    font-size: 0.72rem;
  }
  .booking-footer-total {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
  .booking-footer-total__equiv {
    text-align: left;
  }
  .loc-picker__panel {
    max-height: min(280px, 46vh);
  }
  .loc-picker__option {
    padding: 0.65rem 0.85rem;
  }
}

/* ——— Vehicles results page ——— */
.vehicles-page {
  background: #eef0f3;
  min-height: 60vh;
  padding-bottom: 3rem;
}
.vehicles-top-bar {
  position: sticky;
  top: 112px;
  z-index: 200;
  background: #fff;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.vehicles-top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  flex-wrap: wrap;
}
.vehicles-trip-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-width: 0;
}
.vehicles-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  background: #f4f5f7;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
}
.vehicles-chip--dates { color: var(--muted); font-weight: 600; }
a.btn-edit-search {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.vehicles-top-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}
.vehicles-sort-select-wrap { margin: 0; }
.vehicles-sort-select {
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 0.65rem center;
  appearance: none;
  cursor: pointer;
}
.vehicles-page-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  grid-template-areas: "filters main";
  gap: 1.5rem;
  padding-top: 1.5rem;
  align-items: start;
}
.vehicles-filters {
  grid-area: filters;
  /* header (112px) + sticky trip bar (~84px) */
  --filters-sticky-top: 196px;
  position: sticky;
  top: var(--filters-sticky-top);
  z-index: 180;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - var(--filters-sticky-top) - 1.25rem);
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--red);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.vehicles-main {
  grid-area: main;
  min-width: 0;
}
.vehicles-filters__head {
  flex-shrink: 0;
  padding: 1rem 1.1rem 0.85rem;
  background: linear-gradient(180deg, var(--red-light) 0%, var(--surface) 100%);
  border-bottom: 1px solid rgba(228, 0, 43, 0.12);
}
.vehicles-filters__head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.vehicles-filters__toggle {
  display: none;
  align-items: center;
  gap: 0.2rem;
  flex-shrink: 0;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(228, 0, 43, 0.25);
  border-radius: 999px;
  background: #fff;
  color: var(--red-dark);
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 800;
  cursor: pointer;
  transition: background var(--ease), border-color var(--ease);
}
.vehicles-filters__toggle:hover {
  background: var(--red-light);
  border-color: var(--red);
}
.vehicles-filters__toggle-chev {
  font-size: 0.65rem;
  transition: transform var(--ease);
}
.vehicles-filters.is-collapsed .vehicles-filters__toggle-chev {
  transform: rotate(-90deg);
}
.vehicles-filters__title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--red-dark);
}
.vehicles-filters__icon {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 4px;
  background: var(--red);
  box-shadow: 0 2px 6px rgba(228, 0, 43, 0.35);
  flex-shrink: 0;
}
.vehicles-filters__count {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--muted);
}
.vehicles-filters__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1rem 1.1rem 1.15rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(228, 0, 43, 0.45) transparent;
}
.vehicles-filters__scroll::-webkit-scrollbar {
  width: 6px;
}
.vehicles-filters__scroll::-webkit-scrollbar-thumb {
  background: rgba(228, 0, 43, 0.35);
  border-radius: 999px;
}
.vehicles-filters__scroll::-webkit-scrollbar-thumb:hover {
  background: var(--red);
}
.filter-block {
  margin-bottom: 1.15rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--border);
}
.filter-block--last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.filter-block__title,
.filter-block h3 {
  margin: 0 0 0.65rem;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--red-dark);
}
.filter-block__hint {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  color: var(--muted);
}
.filter-range { width: 100%; accent-color: var(--red); }
.filter-range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
  margin-top: 0.35rem;
}
.filter-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.filter-chip {
  position: relative;
  cursor: pointer;
}
.filter-chip input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.filter-chip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.35rem;
  padding: 0.4rem 0.72rem;
  border: 1.5px solid var(--border);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text);
  background: var(--surface);
  transition: border-color var(--ease), background var(--ease), color var(--ease), box-shadow var(--ease);
}
.filter-chip input:checked + span,
.filter-chip input:focus-visible + span {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
  box-shadow: 0 2px 8px rgba(228, 0, 43, 0.28);
}
.filter-chip:hover span {
  border-color: var(--red);
  color: var(--red-dark);
  background: var(--red-light);
}
.filter-chip input:checked:hover + span {
  background: var(--red-dark);
  color: #fff;
}
.vehicles-main-summary {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
}
.vehicle-row-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.vehicle-row-card {
  display: grid;
  grid-template-columns: 220px 1fr 200px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  animation: cardIn 0.35s ease both;
}
.vehicle-row-card__img {
  background: #f8f9fb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-right: 1px solid var(--border);
  min-height: 140px;
}
.vehicle-row-card__img img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}
.vehicle-row-card__body { padding: 1rem 1.15rem; min-width: 0; }
.vehicle-row-card__cat {
  margin: 0 0 0.25rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red-dark);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.vehicle-row-card__name {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  font-weight: 800;
}
.vehicle-row-card__specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 0.65rem;
}
.vehicle-row-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.vehicle-row-card__tag {
  padding: 0.25rem 0.55rem;
  background: #eef8ef;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #2d6a3e;
}
.vehicle-row-card__tag--more { background: #f0f0f0; color: var(--muted); }
.vehicle-row-card__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 1rem;
  border-left: 1px solid var(--border);
  background: #fafbfc;
  text-align: center;
  gap: 0.25rem;
}
.vehicle-row-card__total {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text);
}
.vehicle-row-card__daily,
.vehicle-row-card__days {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
}
.btn-rent-now {
  margin-top: 0.65rem;
  width: 100%;
  padding: 0.65rem 1rem;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
}
.btn-rent-now:hover {
  background: var(--red-dark);
  transform: translateY(-1px);
}
.vehicle-list-empty {
  padding: 2rem;
  text-align: center;
  color: var(--muted);
  font-weight: 600;
}
@media (max-width: 960px) {
  .vehicles-top-bar { top: 60px; }
  .vehicles-page-layout {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
  }
  .vehicles-main {
    order: 0;
    width: 100%;
  }
  .vehicles-filter-jump {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(228, 0, 43, 0.25);
    border-radius: 999px;
    background: #fff;
    color: var(--red-dark);
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  }
  .vehicles-filter-jump__icon {
    width: 1rem;
    height: 1rem;
    border-radius: 3px;
    background: var(--red);
    flex-shrink: 0;
  }
  .vehicles-filter-jump__count {
    margin-left: auto;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--muted);
  }
  .vehicles-filters {
    order: 1;
    position: static;
    top: auto;
    z-index: auto;
    max-height: none;
    margin-top: 0;
    width: 100%;
  }
  .vehicles-filters.is-collapsed {
    display: none;
  }
  .vehicles-filters:not(.is-collapsed) {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
    z-index: 350;
    max-height: min(58vh, 420px);
    margin: 0;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.28);
  }
  .vehicles-filters:not(.is-collapsed) .vehicles-filters__scroll {
    max-height: min(42vh, 320px);
  }
  .vehicles-filters__toggle {
    display: inline-flex;
  }
}

.vehicles-filter-jump {
  display: none;
}

@media (min-width: 961px) {
  .vehicles-filters.is-collapsed .vehicles-filters__scroll {
    display: block;
  }
  .vehicles-filters.is-collapsed {
    display: flex;
  }
  .vehicles-filters__toggle {
    display: none;
  }
}

/* ——— Mobil: araç listesi & rezervasyon (kompakt) ——— */
@media (max-width: 960px) {
  .vehicles-page .container {
    width: min(100% - 1rem, var(--max));
  }
  body[data-page="vehicles"] .logo-brand {
    height: 56px;
    max-width: none;
  }
  body[data-page="vehicles"] .header-inner {
    padding: 0.35rem 0;
    gap: 0.45rem;
  }
  body[data-page="vehicles"] .header-toolbar {
    gap: 0.35rem;
  }
  body[data-page="vehicles"] .header-login {
    padding: 0.3rem 0.55rem;
    font-size: 0.72rem;
  }
  body[data-page="vehicles"] .header-phone__num {
    display: none;
  }
  .vehicles-page .cur-dd-btn,
  .vehicles-page .lang-dd-btn {
    padding: 0.28rem 0.42rem;
    font-size: 0.72rem;
  }
  .vehicles-page .cur-dd-code,
  .vehicles-page .lang-dd-code {
    font-size: 0.72rem;
  }

  .vehicles-page {
    padding-bottom: 2rem;
  }
  .vehicles-top-bar {
    top: 60px;
  }
  .vehicles-top-bar__inner {
    padding: 0.4rem 0;
    gap: 0.35rem;
  }
  .vehicles-trip-chips {
    gap: 0.35rem;
    flex: 1 1 100%;
  }
  .vehicles-chip {
    padding: 0.28rem 0.55rem;
    font-size: 0.7rem;
  }
  .vehicles-top-actions {
    gap: 0.4rem;
    width: 100%;
    justify-content: flex-end;
  }
  .vehicles-sort-select {
    padding: 0.32rem 1.55rem 0.32rem 0.45rem;
    font-size: 0.72rem;
  }
  a.btn-edit-search,
  .btn-edit-search {
    padding: 0.32rem 0.55rem;
    font-size: 0.72rem;
  }
  .vehicles-main-summary {
    margin-bottom: 0.55rem;
    font-size: 0.82rem;
  }
  .vehicles-page-layout {
    padding-top: 0.55rem;
    gap: 0.55rem;
  }
  .vehicles-filter-jump {
    margin-bottom: 0.55rem;
    padding: 0.5rem 0.7rem;
    font-size: 0.78rem;
  }
  .vehicles-filter-jump__count {
    font-size: 0.7rem;
  }

  .vehicle-list-stack {
    gap: 0.75rem;
  }
  .vehicle-list-card {
    contain-intrinsic-size: auto 300px;
    border-radius: 10px;
  }
  .vlc-card-head {
    padding: 0.55rem 0.7rem 0.4rem;
    gap: 0.2rem 0.5rem;
  }
  .vlc-card-head h3 {
    font-size: 0.92rem;
    line-height: 1.25;
  }
  .vlc-card-head h3 small {
    font-size: 0.7rem;
  }
  .vlc-info-btn {
    font-size: 0.88rem;
  }
  .vlc-cat {
    font-size: 0.62rem;
  }

  .vlc-gallery {
    min-height: 128px;
    max-height: 150px;
  }
  .vlc-viewport,
  .vlc-slide {
    min-height: 128px;
  }
  .vlc-slide img {
    min-height: 128px;
    max-height: 150px;
    object-fit: contain;
  }
  .vlc-prev,
  .vlc-next {
    width: 28px;
    height: 28px;
    font-size: 1.1rem;
  }
  .vlc-dots {
    bottom: 6px;
    gap: 4px;
  }
  .vlc-dot {
    width: 6px;
    height: 6px;
  }

  .vlc-content {
    padding: 0.55rem 0.7rem;
  }
  .vlc-specs--bar .vlc-spec {
    padding: 0.32rem 0.18rem;
    gap: 0.15rem;
  }
  .vlc-icon {
    width: 0.95rem;
    height: 0.95rem;
  }
  .vlc-spec-label {
    font-size: 0.62rem;
    line-height: 1.15;
  }
  .vlc-conds {
    gap: 0.2rem 0.4rem;
    font-size: 0.66rem;
  }

  .vehicle-list-card {
    overflow: hidden;
  }
  .vlc-side {
    padding: 0.55rem 0.7rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 0;
  }
  .vlc-daily-label {
    margin: 0;
    font-size: 0.68rem;
  }
  .vlc-daily-label .vlc-daily-price {
    display: inline;
    margin: 0 0 0 0.3rem;
    font-size: 1.05rem;
    vertical-align: baseline;
  }
  .vlc-breakdown {
    margin: 0;
    font-size: 0.72rem;
    width: 100%;
  }
  .vlc-breakdown > div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.35rem;
    margin-bottom: 0.2rem;
  }
  .vlc-breakdown > div span {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 0.25rem;
  }
  .vlc-breakdown > div strong {
    flex: 0 0 auto;
    text-align: right;
    white-space: nowrap;
  }
  .vlc-breakdown .vlc-fee-line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.35rem;
    margin-bottom: 0.2rem;
  }
  .vlc-breakdown .vlc-fee-line span {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 0.25rem;
  }
  .vlc-breakdown .vlc-fee-line strong {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .vlc-total-row {
    margin-top: 0.25rem;
    padding-top: 0.25rem;
    font-size: 0.82rem;
  }
  .vlc-total-row strong {
    font-size: 0.95rem;
  }
  .btn-select-vehicle {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 0.15rem;
    padding: 0.55rem 0.65rem !important;
    font-size: 0.78rem;
    line-height: 1.25;
    min-height: 2.45rem;
    white-space: normal;
  }

  .vlc-footer-includes {
    padding: 0.45rem 0.7rem 0.55rem;
  }
  .vlc-included-title {
    margin-bottom: 0.25rem;
    font-size: 0.62rem;
  }
  .vlc-included-list.vlc-included-list--row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.25rem 0.45rem;
  }
  .vlc-inc--inline {
    min-width: 0;
    max-width: 100%;
  }
  .vlc-inc-label {
    white-space: normal;
    line-height: 1.25;
  }
  .vlc-inc {
    font-size: 0.66rem;
  }
  .vlc-unavailable-msg {
    font-size: 0.72rem;
    padding: 0.5rem 0.45rem;
    word-break: break-word;
  }
  .vlc-card-head {
    align-items: flex-start;
  }
  .vlc-card-head h3 {
    flex: 1 1 auto;
    min-width: 0;
  }
  .vlc-cat {
    flex: 0 0 auto;
    align-self: flex-start;
    text-align: right;
  }
  .vlc-inc-info,
  .vlc-inc-info-icon {
    width: 0.9rem;
    height: 0.9rem;
  }

  .booking-wizard {
    padding: 0;
    align-items: flex-end;
  }
  .booking-wizard__dialog {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: min(96dvh, 100%);
    overflow: hidden;
    border-radius: 14px 14px 0 0;
    padding: 0.65rem 0.75rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
  }
  .booking-wizard__close {
    top: 0.35rem;
    right: 0.35rem;
  }
  .booking-wizard__head {
    flex-shrink: 0;
    margin-bottom: 0.5rem;
    gap: 0.4rem;
    padding-right: 2rem;
  }
  .booking-wizard__head-icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .booking-wizard__title {
    font-size: 0.92rem;
  }
  .book-wizard-vehicle {
    flex-wrap: wrap;
    gap: 0.45rem;
    padding: 0.5rem 0.6rem;
    margin-bottom: 0.65rem;
  }
  .book-wizard-vehicle__img {
    width: 58px;
    height: 42px;
  }
  .book-wizard-vehicle__name {
    font-size: 0.86rem;
  }
  .book-wizard-vehicle__cat {
    font-size: 0.68rem;
  }
  .book-wizard-badge {
    font-size: 0.64rem;
    padding: 0.1rem 0.35rem;
  }
  .book-wizard-vehicle__price strong {
    font-size: 0.95rem;
  }
  .book-wizard-vehicle__price span {
    font-size: 0.68rem;
  }
  .book-wizard-extras-title {
    font-size: 0.86rem;
  }
  .book-wizard-extras-hint {
    font-size: 0.72rem;
    margin-bottom: 0.35rem;
  }
  .book-wizard-extras-section {
    margin-bottom: 0.35rem;
  }
  .book-wizard-extras-list {
    gap: 0.35rem;
    margin-bottom: 0.5rem;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
  .book-wizard-extra {
    padding: 0.42rem 0.48rem;
    gap: 0.35rem;
    border-radius: 8px;
  }
  .book-wizard-extra input[type="checkbox"] {
    width: 0.9rem;
    height: 0.9rem;
  }
  .book-wizard-extra__icon {
    width: 1.45rem;
    height: 1.45rem;
  }
  .book-wizard-extra__icon svg {
    width: 1.1rem;
    height: 1.1rem;
  }
  .book-wizard-extra__name {
    font-size: 0.76rem;
  }
  .book-wizard-extra__price {
    min-width: 4.5rem;
  }
  .book-wizard-extra__price strong {
    font-size: 0.78rem;
  }
  .book-wizard-extra__price small {
    font-size: 0.64rem;
  }
  .book-wizard-summary {
    padding: 0.5rem 0.6rem;
    margin-bottom: 0.5rem;
  }
  .booking-wizard__dialog {
    padding-bottom: 0;
  }
  .booking-wizard__step {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    display: none;
    flex-direction: column;
  }
  .booking-wizard__step:not([hidden]) {
    display: flex;
  }
  .booking-wizard__step-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding-bottom: 0.35rem;
  }
  .book-wizard-actions {
    position: relative;
    bottom: auto;
    flex-shrink: 0;
    gap: 0.4rem;
    margin-top: auto;
    padding: 0.55rem 0  calc(0.55rem + env(safe-area-inset-bottom, 0px));
    background: #fff;
    border-top: 1px solid var(--border);
    z-index: 2;
  }
  .book-wizard-actions .btn {
    padding: 0.55rem 0.85rem;
    font-size: 0.82rem;
    flex: 1 1 calc(50% - 0.2rem);
    min-width: 0;
  }
  .book-wizard-actions--step2 {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 0.45rem;
  }
  .book-wizard-actions--step2 .btn,
  .book-wizard-actions--step2 .book-wizard-submit {
    width: 100%;
    max-width: none;
    margin-left: 0;
    flex: none;
  }
  .book-wizard-sum-row {
    font-size: 0.78rem;
    padding: 0.15rem 0;
  }
  .book-wizard-sum-row--total {
    font-size: 0.86rem;
  }
  .book-wizard-sum-row--total strong {
    font-size: 1rem;
  }
  .booking-form--wizard {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
  }
  .booking-form--wizard .booking-wizard-legal {
    margin-bottom: 0.35rem;
  }
  .booking-form--wizard .form-grid--modal {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .booking-form--wizard .form-row {
    margin-bottom: 0.65rem;
  }
  .booking-form--wizard .form-row label {
    font-size: 0.78rem;
    margin-bottom: 0.22rem;
  }
  .booking-form--wizard .form-row input,
  .booking-form--wizard .form-row select,
  .booking-form--wizard .form-row textarea {
    padding: 0.48rem 0.55rem;
    font-size: 0.86rem;
  }
  .extra-driver-fields {
    padding: 0.65rem;
    margin-bottom: 0.55rem;
  }
  .vehicle-modal {
    padding: 0;
    align-items: flex-end;
  }
  .vehicle-modal__dialog {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: min(96dvh, 100%);
    overflow: hidden;
    border-radius: 14px 14px 0 0;
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  .vehicle-modal__close {
    top: 0.35rem;
    right: 0.35rem;
    width: 36px;
    height: 36px;
    font-size: 1.35rem;
  }
  .vehicle-modal__layout {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
  }
  .vehicle-modal__gallery,
  .vehicle-modal__gallery > img,
  .vehicle-modal__gallery .vlc-viewport {
    max-height: 118px;
    min-height: 96px;
  }
  .vehicle-modal__gallery .vlc-viewport {
    aspect-ratio: auto;
  }
  .vehicle-modal__left {
    padding: 0.5rem 0.65rem 0.35rem;
    flex-shrink: 0;
  }
  .modal-specs-block {
    display: none;
  }
  .vehicle-modal__right {
    padding: 0.5rem 0.75rem 0.65rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
  }
  .modal-title {
    font-size: 1rem;
    line-height: 1.25;
    padding-right: 2rem;
    margin-bottom: 0.15rem;
  }
  .modal-cat {
    font-size: 0.76rem;
    margin-bottom: 0.45rem;
  }
  .modal-includes {
    gap: 0.2rem 0.4rem;
    margin-bottom: 0.45rem;
    max-height: 2.8rem;
    overflow: hidden;
  }
  .modal-includes .vlc-inc {
    font-size: 0.68rem;
  }
  .modal-details-grid {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    margin-bottom: 0.45rem;
    font-size: 0.78rem;
  }
  .vlc-detail-row {
    padding: 0.32rem 0.5rem;
  }
  .modal-pricing-box {
    padding: 0.45rem 0.6rem;
    margin-bottom: 0.45rem;
    font-size: 0.82rem;
  }
  .modal-pricing-box .price-line {
    font-size: 0.8rem;
  }
  #modal-go-book {
    position: sticky;
    bottom: 0;
    margin-top: auto;
    flex-shrink: 0;
    z-index: 2;
    box-shadow: 0 -10px 24px rgba(255, 255, 255, 0.92);
  }
}

@media (max-width: 480px) {
  body[data-page="vehicles"] .logo-brand {
    height: 50px;
    max-width: none;
  }
  .vehicles-chip {
    font-size: 0.66rem;
    padding: 0.24rem 0.45rem;
  }
  .vlc-card-head h3 {
    font-size: 0.86rem;
  }
  .btn-select-vehicle {
    font-size: 0.74rem;
    min-height: 2.35rem;
  }
  .vlc-conds {
    font-size: 0.62rem;
  }
  .vlc-included-list.vlc-included-list--row {
    grid-template-columns: 1fr;
  }
  .vlc-spec-label {
    font-size: 0.6rem;
  }
}

.photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-lightbox[hidden] { display: none !important; }
.photo-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
}
.photo-lightbox__inner {
  position: relative;
  z-index: 1;
  width: min(96vw, 1100px);
  max-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 3rem;
}
.photo-lightbox__img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.45);
}
.photo-lightbox__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
.photo-lightbox__close:hover { background: var(--red); }
.photo-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1.75rem;
  cursor: pointer;
}
.photo-lightbox__nav:hover { background: var(--red); }
.photo-lightbox__nav--prev { left: 0.25rem; }
.photo-lightbox__nav--next { right: 0.25rem; }
.photo-lightbox__counter {
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
}
body.lightbox-open { overflow: hidden; }

