/* Perfect Luxury Travel Agency - Dark Luxury Theme */

:root {
  --bg-primary: #070A12;
  --bg-secondary: #0B1020;
  --bg-elevated: #111827;
  --bg-surface: #151B2E;
  --bg-card: #121826;
  --gold: #D6B36A;
  --gold-light: #F1D99A;
  --gold-dim: rgba(214, 179, 106, 0.15);
  --text-white: #FFFFFF;
  --text-muted: #CBD5E1;
  --text-dim: #94A3B8;
  --border-gold: rgba(214, 179, 106, 0.25);
  --border-subtle: rgba(255, 255, 255, 0.08);
  --whatsapp: #25d366;
  --error: #f87171;
  --success-bg: rgba(34, 197, 94, 0.12);
  --success-text: #86efac;
  --error-bg: rgba(248, 113, 113, 0.12);
  --error-text: #fca5a5;

  /* Legacy aliases */
  --navy: var(--bg-secondary);
  --navy-light: var(--bg-surface);
  --champagne: var(--gold-dim);
  --white: var(--text-white);
  --gray-50: var(--bg-elevated);
  --gray-100: var(--border-subtle);
  --gray-200: var(--border-gold);
  --gray-400: var(--text-dim);
  --gray-600: var(--text-muted);
  --anthracite: var(--text-muted);

  --shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.45);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.55);
  --shadow-gold: 0 4px 24px rgba(214, 179, 106, 0.15);
  --radius: 12px;
  --radius-lg: 20px;
  --font-sans: 'Inter', system-ui, sans-serif;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --transition: 0.25s ease;
  --container: 1180px;
  --header-height: 76px;
  --topbar-height: 36px;
  --site-header-offset: calc(var(--topbar-height) + var(--header-height));
  --navbar-pad-x: 1.5rem;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--site-header-offset);
  -webkit-text-size-adjust: 100%;
}

#rezervasyon,
#rentacar-form,
#yorum-yap,
#musteri-yorumlari,
#teklif {
  scroll-margin-top: var(--site-header-offset);
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  background: var(--bg-primary);
  overflow-x: hidden;
}

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

a {
  color: var(--gold-light);
  text-decoration: none;
  transition: color var(--transition);
}

a:hover { color: var(--gold); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--text-white);
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

h1 { font-size: clamp(2rem, 5vw, 3.25rem); }
h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); }
h3 { font-size: 1.35rem; }

p { margin: 0 0 1rem; }

ul { margin: 0; padding: 0; }

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 9999;
  padding: 0.5rem 1rem;
  background: var(--gold);
  color: var(--bg-primary);
  border-radius: 4px;
}

.skip-link:focus { top: 1rem; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Logo */
.navbar__logo {
  height: 64px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

.footer__logo {
  height: 64px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
}

/* Sticky site header (topbar + navbar) */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  overflow: visible;
  background: rgba(7, 10, 18, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-gold);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition), background var(--transition);
}

.site-header--scrolled {
  background: rgba(7, 10, 18, 0.98);
  box-shadow: var(--shadow-md);
}

/* Topbar */
.topbar {
  background: transparent;
  color: var(--text-dim);
  font-size: 0.78rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--border-subtle);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.topbar__link { color: var(--gold); }
.topbar__link:hover { color: var(--gold-light); }

.topbar__locale {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}

.locale-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.locale-dropdown {
  position: relative;
}

.locale-dropdown__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.55rem;
  border-radius: 8px;
  border: 1px solid var(--border-subtle);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.2;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.locale-dropdown__toggle:hover,
.locale-dropdown__toggle:focus-visible {
  color: var(--gold-light);
  border-color: var(--border-gold);
  outline: none;
}

.locale-dropdown.is-open .locale-dropdown__toggle {
  color: var(--gold);
  border-color: var(--gold);
  background: rgba(214, 179, 106, 0.1);
}

.locale-dropdown__flag {
  font-size: 1rem;
  line-height: 1;
}

.locale-dropdown__label {
  max-width: 5.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.locale-dropdown__chevron {
  transition: transform 0.2s ease;
}

.locale-dropdown.is-open .locale-dropdown__chevron {
  transform: rotate(180deg);
}

.locale-dropdown__menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  z-index: 1200;
  min-width: 11.5rem;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  border-radius: 10px;
  border: 1px solid var(--border-gold);
  background: rgba(11, 16, 32, 0.98);
  box-shadow: var(--shadow-lg);
}

.locale-dropdown__menu[hidden] {
  display: none;
}

.locale-dropdown__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  transition: background 0.15s, color 0.15s;
}

.locale-dropdown__item:hover,
.locale-dropdown__item:focus-visible {
  color: var(--gold-light);
  background: rgba(214, 179, 106, 0.1);
  outline: none;
}

.locale-dropdown__item.is-active {
  color: var(--gold);
  background: rgba(214, 179, 106, 0.14);
}

.mobile-drawer-locale {
  padding: 0 1.25rem 1rem;
  border-bottom: 1px solid var(--border-subtle);
}

.mobile-drawer-locale__title {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-dim);
}

.mobile-drawer-locale__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.mobile-drawer-locale__link {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.6rem;
  border-radius: 8px;
  border: 1px solid var(--border-subtle);
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
}

.mobile-drawer-locale__link.is-active {
  color: var(--gold);
  border-color: var(--border-gold);
  background: rgba(214, 179, 106, 0.1);
}

html[dir="rtl"] .locale-dropdown__menu {
  right: auto;
  left: 0;
}

.locale-switcher__link {
  color: var(--text-dim);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  border: 1px solid transparent;
  line-height: 1;
  transition: color 0.15s, background 0.15s, border-color 0.15s, transform 0.15s;
}

.locale-switcher__symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  font-size: 1rem;
}

.locale-switcher--currency .locale-switcher__symbol {
  font-size: 0.95rem;
  font-weight: 700;
}

.locale-switcher__link:hover {
  color: var(--gold-light);
  border-color: var(--border-gold);
}

.locale-switcher__link.is-active {
  color: var(--gold);
  background: rgba(214, 179, 106, 0.14);
  border-color: var(--gold);
  box-shadow: 0 0 12px rgba(214, 179, 106, 0.15);
}

.locale-switcher--lang .locale-switcher__link + .locale-switcher__link::before,
.locale-switcher--currency .locale-switcher__link + .locale-switcher__link::before {
  content: '|';
  color: var(--border-subtle);
  margin-right: 0.35rem;
  font-weight: 400;
}

.form__price-hint {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  background: rgba(201, 162, 39, 0.08);
  border: 1px solid rgba(201, 162, 39, 0.25);
  border-radius: 8px;
  color: var(--gold-light);
  font-size: 0.9rem;
}

html[dir="rtl"] body {
  text-align: right;
}

html[dir="rtl"] .navbar__menu,
html[dir="rtl"] .footer__links,
html[dir="rtl"] .footer__contact {
  text-align: right;
}

html[dir="rtl"] .form__checkbox,
html[dir="rtl"] .checkbox-field,
html[dir="rtl"] .form-checkbox,
html[dir="rtl"] .consent-field,
html[dir="rtl"] .kvkk-field {
  flex-direction: row-reverse;
}

html[dir="rtl"] .locale-switcher {
  flex-direction: row-reverse;
}

html[dir="rtl"] .topbar__locale {
  margin-left: 0;
  margin-right: auto;
}

.icon { flex-shrink: 0; color: var(--gold); }

/* Navbar */
.navbar {
  position: relative;
  z-index: 1;
  background: transparent;
}

.navbar__inner {
  display: grid;
  grid-template-columns: minmax(150px, 200px) minmax(0, 1fr) auto;
  align-items: center;
  min-height: var(--header-height);
  gap: 0.65rem 1rem;
  padding-left: var(--navbar-pad-x);
  padding-right: var(--navbar-pad-x);
}

.navbar__brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 190px;
  justify-self: start;
}

.navbar__brand:hover { opacity: 0.92; }

.navbar__nav {
  display: flex;
  justify-content: center;
  justify-self: center;
  min-width: 0;
}

.navbar__menu {
  display: flex;
  list-style: none;
  gap: 0.05rem;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  justify-content: center;
}

.navbar__menu a {
  display: block;
  padding: 0.45rem 0.5rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-muted);
  border-radius: 6px;
  white-space: nowrap;
  transition: color var(--transition), background var(--transition);
}

.navbar__menu > li > a:hover,
.navbar__menu > li > a.is-active,
.navbar__dropdown.is-active > .navbar__dropdown-toggle {
  color: var(--gold);
  background: var(--gold-dim);
}

.navbar__dropdown {
  position: relative;
}

.navbar__dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.45rem 0.5rem;
  font-size: 0.78rem;
  font-weight: 500;
  font-family: inherit;
  color: var(--text-muted);
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  transition: color var(--transition), background var(--transition);
}

.navbar__dropdown-toggle:hover,
.navbar__dropdown.is-open > .navbar__dropdown-toggle {
  color: var(--gold);
  background: var(--gold-dim);
}

.navbar__dropdown-chevron {
  transition: transform var(--transition);
}

.navbar__dropdown.is-open .navbar__dropdown-chevron,
.navbar__dropdown:hover .navbar__dropdown-chevron {
  transform: rotate(180deg);
}

.navbar__dropdown-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  min-width: 250px;
  margin: 0;
  padding: 0.45rem 0;
  list-style: none;
  background: var(--bg-elevated);
  border: 1px solid var(--border-gold);
  border-radius: 10px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
  z-index: 1102;
}

.navbar__dropdown:hover .navbar__dropdown-menu,
.navbar__dropdown.is-open .navbar__dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar__dropdown-menu a {
  display: block;
  padding: 0.55rem 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-muted);
  border-radius: 0;
  white-space: normal;
  transition: color var(--transition), background var(--transition);
}

.navbar__dropdown-menu a:hover,
.navbar__dropdown-menu a.is-active {
  color: var(--gold-light);
  background: rgba(214, 179, 106, 0.1);
}

.navbar__actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
  justify-self: end;
  padding-right: 0.15rem;
}

.navbar__phone {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--text-white);
  font-weight: 600;
  font-size: 0.82rem;
}

.navbar__phone:hover { color: var(--gold); }
.navbar__phone svg { color: var(--gold); }

.navbar__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  cursor: pointer;
}

.navbar__toggle span {
  display: block;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: var(--transition);
}

.navbar__toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navbar__toggle.is-active span:nth-child(2) { opacity: 0; }
.navbar__toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 1090;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--transition), visibility var(--transition);
}

.mobile-menu-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-drawer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: min(100%, 340px);
  max-width: 100%;
  height: 100dvh;
  height: 100vh;
  background: var(--bg-secondary);
  border-left: 1px solid var(--border-gold);
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.55);
  z-index: 1100;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.32s ease, visibility 0.32s ease;
  overflow: hidden;
}

.mobile-drawer.is-open {
  transform: translateX(0);
  visibility: visible;
}

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--border-subtle);
  flex-shrink: 0;
}

.mobile-drawer__brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.mobile-drawer__logo {
  height: 44px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
}

.mobile-drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  background: var(--bg-card);
  color: var(--gold);
  cursor: pointer;
  flex-shrink: 0;
  transition: background var(--transition), color var(--transition);
}

.mobile-drawer__close:hover {
  background: var(--gold-dim);
  color: var(--gold-light);
}

.mobile-drawer-nav {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.mobile-drawer-menu {
  list-style: none;
  margin: 0;
  padding: 0.35rem 0;
}

.mobile-drawer-menu > li > a,
.mobile-submenu-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0.9rem 1.15rem;
  font-size: 0.95rem;
  font-weight: 500;
  font-family: inherit;
  color: var(--text-muted);
  text-decoration: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border-subtle);
  cursor: pointer;
  text-align: left;
  transition: color var(--transition), background var(--transition);
}

.mobile-drawer-menu > li > a:hover,
.mobile-drawer-menu > li > a.is-active,
.mobile-submenu-toggle:hover,
.mobile-drawer-item.is-active > .mobile-submenu-toggle {
  color: var(--gold);
  background: var(--gold-dim);
}

.mobile-submenu-chevron {
  flex-shrink: 0;
  transition: transform var(--transition);
}

.mobile-drawer-item.is-open .mobile-submenu-chevron {
  transform: rotate(180deg);
}

.mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--bg-surface);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.mobile-submenu.is-open {
  max-height: 520px;
}

.mobile-submenu li a {
  display: block;
  padding: 0.75rem 1.15rem 0.75rem 1.65rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-dim);
  text-decoration: none;
  border-bottom: 1px solid var(--border-subtle);
  transition: color var(--transition), background var(--transition);
}

.mobile-submenu li:last-child a {
  border-bottom: none;
}

.mobile-submenu li a:hover,
.mobile-submenu li a.is-active {
  color: var(--gold-light);
  background: rgba(214, 179, 106, 0.08);
}

.mobile-drawer-footer {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1rem 1.15rem calc(1rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--border-gold);
  background: var(--bg-primary);
}

.mobile-drawer-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-white);
  text-decoration: none;
}

.mobile-drawer-phone svg {
  color: var(--gold);
  flex-shrink: 0;
}

.mobile-drawer-phone:hover {
  color: var(--gold);
}

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

html[dir="rtl"] .mobile-drawer {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid var(--border-gold);
  box-shadow: 12px 0 40px rgba(0, 0, 0, 0.55);
  transform: translateX(-100%);
}

html[dir="rtl"] .mobile-drawer.is-open {
  transform: translateX(0);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--transition);
  text-align: center;
  white-space: nowrap;
}

.btn--sm { padding: 0.5rem 1rem; font-size: 0.78rem; }
.btn--lg { padding: 1rem 1.75rem; font-size: 0.95rem; }
.btn--block { width: 100%; }

.btn--primary {
  background: linear-gradient(135deg, var(--gold) 0%, #b8944f 100%);
  color: var(--bg-primary);
  border-color: var(--gold);
  box-shadow: var(--shadow-gold);
}

.btn--primary:hover {
  background: var(--gold-light);
  color: var(--bg-primary);
  transform: translateY(-1px);
  box-shadow: 0 6px 28px rgba(214, 179, 106, 0.35);
}

.btn--whatsapp {
  background: rgba(37, 211, 102, 0.15);
  color: #4ade80;
  border-color: rgba(37, 211, 102, 0.45);
}

.btn--whatsapp:hover {
  background: var(--whatsapp);
  color: var(--text-white);
  border-color: var(--whatsapp);
}

.btn--outline {
  background: transparent;
  color: var(--gold-light);
  border-color: var(--border-gold);
}

.btn--outline:hover {
  background: var(--gold-dim);
  color: var(--gold);
  border-color: var(--gold);
}

.btn--outline-light {
  background: transparent;
  color: var(--text-white);
  border-color: var(--border-gold);
}

.btn--outline-light:hover {
  background: var(--gold-dim);
  color: var(--gold);
  border-color: var(--gold);
}

.btn--ghost {
  background: transparent;
  color: var(--text-muted);
  border-color: var(--border-subtle);
}

.btn--ghost:hover {
  border-color: var(--border-gold);
  color: var(--gold);
  background: var(--gold-dim);
}

/* Hero */
.hero {
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(214, 179, 106, 0.08) 0%, transparent 60%),
    linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
  color: var(--text-white);
  padding: 3.5rem 0 4rem;
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - var(--site-header-offset));
  max-height: 900px;
  display: flex;
  align-items: center;
}

.hero > .container {
  width: 100%;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero__badge {
  display: inline-block;
  padding: 0.35rem 1rem;
  background: var(--gold-dim);
  border: 1px solid var(--border-gold);
  border-radius: 50px;
  font-size: 0.78rem;
  color: var(--gold-light);
  margin-bottom: 1.25rem;
  letter-spacing: 0.04em;
}

.hero__title {
  color: var(--text-white);
  margin-bottom: 1rem;
}

.hero__text {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 520px;
  margin-bottom: 1.75rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.hero-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 520px;
}

.hero-trust-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 72px;
  padding: 0.85rem 1rem;
  background: rgba(214, 179, 106, 0.06);
  border: 1px solid var(--border-subtle);
  border-radius: 10px;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.hero-trust-item:hover {
  border-color: var(--border-gold);
  box-shadow: 0 0 16px rgba(214, 179, 106, 0.1);
}

.hero-trust-item strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--gold);
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.hero-trust-item span {
  font-size: 0.72rem;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__visual-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 380px;
  min-height: 420px;
  padding: 2.25rem 1.85rem 2rem;
  text-align: center;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(214, 179, 106, 0.36);
  background-color: rgba(11, 16, 32, 0.82);
  background-image:
    linear-gradient(rgba(241, 217, 154, 0.55), rgba(241, 217, 154, 0.55)) top left / 22px 1px no-repeat,
    linear-gradient(rgba(241, 217, 154, 0.55), rgba(241, 217, 154, 0.55)) top left / 1px 22px no-repeat,
    linear-gradient(rgba(241, 217, 154, 0.55), rgba(241, 217, 154, 0.55)) top right / 22px 1px no-repeat,
    linear-gradient(rgba(241, 217, 154, 0.55), rgba(241, 217, 154, 0.55)) top right / 1px 22px no-repeat,
    linear-gradient(rgba(241, 217, 154, 0.4), rgba(241, 217, 154, 0.4)) bottom left / 18px 1px no-repeat,
    linear-gradient(rgba(241, 217, 154, 0.4), rgba(241, 217, 154, 0.4)) bottom left / 1px 18px no-repeat,
    linear-gradient(rgba(241, 217, 154, 0.4), rgba(241, 217, 154, 0.4)) bottom right / 18px 1px no-repeat,
    linear-gradient(rgba(241, 217, 154, 0.4), rgba(241, 217, 154, 0.4)) bottom right / 1px 18px no-repeat,
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.012) 0 1px,
      transparent 1px 4px
    ),
    linear-gradient(
      155deg,
      rgba(18, 24, 38, 0.96) 0%,
      rgba(17, 24, 39, 0.9) 45%,
      rgba(11, 16, 32, 0.98) 100%
    );
  box-shadow:
    0 10px 36px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 48px rgba(214, 179, 106, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease;
}

.hero__visual-card::before {
  content: '';
  position: absolute;
  inset: 10% 6% 36%;
  background: radial-gradient(
    ellipse 72% 64% at 50% 48%,
    rgba(214, 179, 106, 0.24) 0%,
    rgba(214, 179, 106, 0.08) 46%,
    transparent 74%
  );
  pointer-events: none;
  z-index: 0;
  opacity: 0.85;
  animation: hero-card-glow 8s ease-in-out infinite;
}

.hero__visual-card::after {
  content: '';
  position: absolute;
  top: -35%;
  left: -70%;
  width: 42%;
  height: 170%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(241, 217, 154, 0.05) 42%,
    rgba(214, 179, 106, 0.12) 50%,
    rgba(241, 217, 154, 0.05) 58%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
  transform: skewX(-18deg) translateX(-120%);
  opacity: 0;
  animation: hero-light-sweep 9s ease-in-out infinite;
}

.hero__visual-card:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 217, 154, 0.5);
  box-shadow:
    0 16px 44px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 0 60px rgba(214, 179, 106, 0.16);
}

.hero__logo-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 1.35rem;
  padding: 0.35rem 0;
}

.hero__logo-wrap::before {
  content: '';
  position: absolute;
  width: min(250px, 86%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(214, 179, 106, 0.2) 0%,
    rgba(214, 179, 106, 0.06) 52%,
    transparent 72%
  );
  pointer-events: none;
  animation: hero-logo-halo 7s ease-in-out infinite;
}

.hero__brand-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 72%;
  max-width: 220px;
  height: auto;
  margin: 0;
  object-fit: contain;
  opacity: 1;
  filter:
    drop-shadow(0 0 16px rgba(214, 179, 106, 0.32))
    drop-shadow(0 10px 22px rgba(0, 0, 0, 0.42));
  transition: filter 0.45s ease;
}

.hero__visual-card:hover .hero__brand-logo {
  filter:
    drop-shadow(0 0 22px rgba(214, 179, 106, 0.4))
    drop-shadow(0 12px 26px rgba(0, 0, 0, 0.46));
}

.hero__trust-badges {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.hero__trust-badge {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.75rem;
  background: rgba(214, 179, 106, 0.12);
  border: 1px solid rgba(214, 179, 106, 0.32);
  border-radius: 50px;
  color: var(--gold-light);
}

.hero__visual-sub {
  position: relative;
  z-index: 2;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes hero-card-glow {
  0%, 100% {
    opacity: 0.72;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes hero-light-sweep {
  0%, 20% {
    transform: skewX(-18deg) translateX(-120%);
    opacity: 0;
  }
  30% {
    opacity: 0.85;
  }
  48%, 100% {
    transform: skewX(-18deg) translateX(320%);
    opacity: 0;
  }
}

@keyframes hero-logo-halo {
  0%, 100% {
    opacity: 0.68;
    transform: scale(0.98);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__visual-card::before,
  .hero__visual-card::after,
  .hero__logo-wrap::before {
    animation: none;
  }

  .hero__visual-card,
  .hero__brand-logo {
    transition: none;
  }

  .hero__visual-card:hover {
    transform: none;
  }
}

/* Sections */
.section {
  padding: 4rem 0;
  background: var(--bg-primary);
}

.section--alt { background: var(--bg-secondary); }
.section--reservation {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}
.section--tursab { background: var(--bg-elevated); }
.section--rent {
  background: linear-gradient(135deg, var(--bg-surface) 0%, var(--bg-card) 100%);
  color: var(--text-white);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
}
.section--rent h2,
.section--rent p,
.section--rent .rent-banner__list li { color: var(--text-muted); }
.section--rent h2 { color: var(--text-white); }
.section--rent .section__eyebrow { color: var(--gold); }
.section--whatsapp-cta {
  background: var(--bg-surface);
  border-top: 1px solid var(--border-gold);
}

.section__header { margin-bottom: 2.5rem; }
.section__header--center {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.section__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.section__header p { color: var(--text-dim); margin: 0; }
.section__footer-link { text-align: center; margin-top: 2rem; }
.section__footer-link a { font-weight: 600; color: var(--gold); }

.section__cta-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
  justify-content: center;
}

.section__cta-inline p { color: var(--text-dim); margin: 0; }

/* Forms */
.form {
  background: var(--bg-card);
  padding: 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-gold);
}

.form--narrow { max-width: 560px; margin: 0 auto; }
.form--reservation { max-width: 900px; margin: 0 auto; }

.form__section {
  margin-bottom: 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-subtle);
}

.form__section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.form__section-title {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.02em;
}

.form__group--actions-inline {
  display: flex;
  align-items: flex-end;
}

.form__group--show-price {
  margin-top: 0.25rem;
}

.route-price-card {
  padding: 1.25rem;
  border-radius: 12px;
  border: 1px solid rgba(214, 179, 106, 0.35);
  background: linear-gradient(135deg, rgba(214, 179, 106, 0.08) 0%, rgba(12, 24, 48, 0.55) 100%);
}

.route-price-card[hidden] {
  display: none !important;
}

.return-transfer-section {
  margin-bottom: 1.75rem;
  padding: 1.25rem 1rem 1.5rem;
  border: 1px solid rgba(214, 179, 106, 0.28);
  border-radius: 12px;
  background: rgba(214, 179, 106, 0.04);
}

.return-transfer-section[hidden] {
  display: none !important;
}

.route-price-card__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.route-price-card__item {
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: rgba(8, 16, 32, 0.45);
  border: 1px solid rgba(214, 179, 106, 0.2);
  text-align: center;
}

.route-price-card__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.route-price-card__value {
  display: block;
  font-size: 1.35rem;
  color: var(--text-white);
}

.route-price-card__note,
.route-price-card__vehicle {
  margin: 0.85rem 0 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.route-price-result {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(214, 169, 82, 0.35);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(214, 169, 82, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

.route-price-result__vehicle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.45;
}

.route-price-result__vehicle-label {
  color: rgba(255, 255, 255, 0.78);
}

.route-price-result__vehicle strong {
  color: #fff;
  font-weight: 700;
}

.route-price-result__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.route-price-result__item {
  padding: 14px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.16);
  text-align: center;
}

.route-price-result__value {
  display: block;
  font-size: 22px;
  line-height: 1.1;
  color: var(--gold, #d6a952);
  font-weight: 700;
}

.route-price-result__currency {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 700;
}

.route-price-result__note {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

#vehicle-type-section select {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
  appearance: auto;
  -webkit-appearance: menulist;
}

.form__field-label {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-white);
}

.form__info-box {
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  background: rgba(201, 162, 77, 0.08);
}

.form__info-box p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--text-dim);
}

.form__field-help {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--text-dim);
}

.form__subsection-title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  color: var(--text-white);
}

.form__subsection {
  margin-top: 0.25rem;
}

.form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.form__group { display: flex; flex-direction: column; min-width: 0; }
.form__group[hidden] { display: none !important; }
.child-equipment-options[hidden],
.child-equipment-count[hidden] { display: none !important; }
.form__group--full { grid-column: 1 / -1; }

.form__group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 0.4rem;
}

.form__group label a { color: var(--gold); }

.required { color: var(--error); }

.form__group input,
.form__group select,
.form__group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--text-white);
  background: var(--bg-secondary);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.form__group input::placeholder,
.form__group textarea::placeholder {
  color: var(--text-dim);
}

.form__group select option {
  background: var(--bg-card);
  color: var(--text-white);
}

.form__group input:focus,
.form__group select:focus,
.form__group textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(214, 179, 106, 0.18);
}

input[type="date"],
input[type="time"] {
  color-scheme: dark;
}

.checkbox-field,
.form-checkbox,
.consent-field,
.kvkk-field,
.form__checkbox {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  line-height: 1.5;
  font-size: 0.85rem;
  color: var(--text-muted);
  cursor: pointer;
  min-width: 0;
}

.checkbox-field input,
.form-checkbox input,
.consent-field input,
.kvkk-field input,
.form__checkbox input {
  width: auto;
  min-width: 16px;
  height: 16px;
  margin: 4px 0 0 0;
  flex: 0 0 auto;
  accent-color: var(--gold);
}

.checkbox-field span,
.form-checkbox span,
.consent-field span,
.kvkk-field span,
.form__checkbox span {
  display: block;
  flex: 1;
  min-width: 0;
}

.checkbox-field a,
.form-checkbox a,
.consent-field a,
.kvkk-field a,
.form__checkbox a {
  color: var(--gold);
}

.form__actions { margin-top: 1.5rem; text-align: center; }

.form__notice {
  padding: 1rem 1.25rem;
  border-radius: 8px;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.form__notice--hidden { display: none; }

.form__notice--success {
  background: var(--success-bg);
  color: var(--success-text);
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.form__notice--error {
  background: var(--error-bg);
  color: var(--error-text);
  border: 1px solid rgba(248, 113, 113, 0.3);
}

/* Cards */
.cards {
  display: grid;
  gap: 1.5rem;
}

.cards--routes { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.cards--vehicles { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.cards--features { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.cards--blog { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.cards--compact { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }

.card {
  background: var(--bg-card);
  border-radius: var(--radius);
  padding: 1.5rem;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--border-gold);
}

.card--vehicle {
  display: flex;
  flex-direction: column;
}

.card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.card--route {
  display: flex;
  flex-direction: column;
  border-color: rgba(214, 179, 106, 0.12);
}

.card--route:hover {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-gold);
}

.card__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(214, 179, 106, 0.18) 0%, rgba(214, 179, 106, 0.06) 100%);
  border: 1px solid var(--border-gold);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform var(--transition), box-shadow var(--transition);
}

.card__icon svg {
  width: 28px;
  height: 28px;
}

.card--route:hover .card__icon {
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(214, 179, 106, 0.22);
}

.card__vehicle-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  background: linear-gradient(160deg, var(--bg-surface) 0%, rgba(17, 24, 39, 0.95) 55%, var(--bg-elevated) 100%);
}

.card__vehicle-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card__vehicle-image--compact {
  aspect-ratio: 16 / 9;
}

.card--compact .card__vehicle-media {
  margin-bottom: 0.75rem;
}

.vehicle-detail__media {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  background: linear-gradient(160deg, var(--bg-surface) 0%, var(--bg-elevated) 100%);
}

.vehicle-detail__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Vehicle card slider + detail gallery (public) */
.vehicle-card-slider,
.vehicle-detail-gallery {
  position: relative;
}

.vehicle-card-slider__track,
.vehicle-detail-gallery__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.vehicle-card-slider__track {
  aspect-ratio: 16 / 9;
}

.vehicle-card-slider__slide,
.vehicle-detail-gallery__slide {
  display: none;
}

.vehicle-card-slider__slide.is-active,
.vehicle-detail-gallery__slide.is-active {
  display: block;
}

.vehicle-card-slider__image,
.vehicle-card-slider__slide img,
.vehicle-detail-gallery__slide img,
.vehicle-detail-gallery__slide .vehicle-detail__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.vehicle-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(214, 169, 82, 0.45);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
  opacity: 1;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.vehicle-slider-nav:hover {
  background: rgba(214, 169, 82, 0.82);
  border-color: rgba(214, 169, 82, 0.95);
  transform: translateY(-50%) scale(1.04);
}

.vehicle-slider-nav--prev {
  left: 12px;
}

.vehicle-slider-nav--next {
  right: 12px;
}

.vehicle-slider-nav[hidden] {
  display: none !important;
}

.vehicle-card-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 0.55rem;
  z-index: 4;
  display: flex;
  gap: 0.35rem;
  transform: translateX(-50%);
}

.vehicle-card-slider__dot {
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.vehicle-card-slider__dot.is-active {
  background: var(--gold);
  transform: scale(1.15);
}

.vehicle-card-slider--single .vehicle-slider-nav,
.vehicle-card-slider--single .vehicle-card-slider__dots {
  display: none;
}

.vehicle-detail-gallery {
  width: 100%;
}

.vehicle-detail-gallery__main {
  position: relative;
  width: 100%;
  min-height: 420px;
  max-height: 520px;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  background: linear-gradient(160deg, var(--bg-surface) 0%, var(--bg-elevated) 100%);
}

.vehicle-detail-gallery__slide .vehicle-detail__image {
  min-height: 420px;
  max-height: 520px;
}

.vehicle-detail-gallery__counter {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 4;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(10, 14, 22, 0.65);
  border: 1px solid rgba(214, 179, 106, 0.25);
  color: var(--gold-light);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.vehicle-detail-gallery__thumbs {
  display: flex;
  gap: 0.55rem;
  margin-top: 0.85rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: thin;
}

.vehicle-detail-gallery__thumb {
  flex: 0 0 auto;
  width: 88px;
  height: 56px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: calc(var(--radius) - 2px);
  overflow: hidden;
  background: var(--bg-surface);
  cursor: pointer;
  opacity: 0.72;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.vehicle-detail-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vehicle-detail-gallery__thumb.is-active {
  opacity: 1;
  border-color: var(--gold);
  transform: translateY(-1px);
}

.vehicle-detail-gallery--single .vehicle-detail-gallery__main {
  min-height: auto;
}

.vehicle-detail-gallery--single .vehicle-detail__image {
  min-height: 420px;
  max-height: 520px;
}

.vehicle-detail-gallery--controls-hidden .vehicle-slider-nav,
.vehicle-detail-gallery--controls-hidden .vehicle-detail-gallery__counter,
.vehicle-detail-gallery--controls-hidden .vehicle-detail-gallery__thumbs {
  display: none;
}

.card__vehicle-icon {
  height: 120px;
  background: linear-gradient(160deg, var(--bg-surface) 0%, rgba(17, 24, 39, 0.95) 55%, var(--bg-elevated) 100%);
  border-radius: var(--radius);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.card__vehicle-icon::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.65;
}

.card__vehicle-icon svg {
  width: 52px;
  height: 52px;
  filter: drop-shadow(0 4px 12px rgba(214, 179, 106, 0.2));
  transition: transform var(--transition);
}

.card--vehicle:hover .card__vehicle-icon svg {
  transform: scale(1.06);
}

.card__image-placeholder {
  height: 120px;
  background: linear-gradient(135deg, var(--bg-surface) 0%, var(--bg-elevated) 100%);
  border-radius: var(--radius);
  border-bottom: 2px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin-bottom: 1rem;
}

.card__badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.card__title {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  color: var(--text-white);
}

.card__title a { color: inherit; }
.card__title a:hover { color: var(--gold); }

.card__text {
  font-size: 0.9rem;
  color: var(--text-dim);
  margin-bottom: 1rem;
}

.card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-dim);
  margin-bottom: 0.75rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.card__price {
  font-weight: 700;
  color: var(--gold-light);
  font-size: 1rem;
}

.card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding: 0.55rem 0.9rem;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--gold);
  background: rgba(214, 179, 106, 0.08);
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  transition: background var(--transition), color var(--transition), transform var(--transition);
}

.card__link:hover {
  color: var(--bg-primary);
  background: var(--gold);
  transform: translateY(-1px);
}

.card__features {
  list-style: none;
  font-size: 0.85rem;
  color: var(--text-dim);
  margin-bottom: 1rem;
}

.card__features li::before { content: '✓ '; color: var(--gold); }

.card--feature {
  text-align: center;
  padding: 2rem 1.5rem;
}

.card__feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(214, 179, 106, 0.16) 0%, rgba(214, 179, 106, 0.05) 100%);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  transition: transform var(--transition), box-shadow var(--transition);
}

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

.card--feature:hover .card__feature-icon {
  transform: translateY(-3px);
  box-shadow: 0 0 16px rgba(214, 179, 106, 0.2);
}

/* Customer reviews */
.cards--reviews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
}

.card--review {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  min-height: 100%;
}

.card--review__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.card--review__name {
  font-size: 1.05rem;
  margin: 0 0 0.25rem;
  color: var(--text-white);
}

.card--review__country {
  font-size: 0.8rem;
  color: var(--text-dim);
}

.card--review__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--text-muted);
  flex: 1;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card--review__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border-subtle);
}

.card--review__date {
  font-size: 0.78rem;
  color: var(--text-dim);
}

.card--review__verified {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-dim);
  border: 1px solid var(--border-gold);
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
}

.review-stars {
  display: inline-flex;
  gap: 0.1rem;
  flex-shrink: 0;
}

.review-stars__star {
  color: var(--text-dim);
  font-size: 0.95rem;
  line-height: 1;
}

.review-stars__star.is-filled {
  color: var(--gold);
}

.reviews-form-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5rem;
  align-items: start;
}

.reviews-form-layout__intro h2 {
  margin-top: 0.5rem;
}

.reviews-form-layout__intro p {
  color: var(--text-muted);
  margin-top: 0.75rem;
}

.form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

  .cards--reviews {
    grid-template-columns: 1fr;
  }
}

.card__blog-image {
  height: 160px;
  background: linear-gradient(135deg, var(--bg-surface) 0%, var(--bg-elevated) 100%);
  border-radius: var(--radius);
  margin: -1.5rem -1.5rem 1rem;
  border-bottom: 2px solid var(--gold);
}

.card__date {
  font-size: 0.8rem;
  color: var(--text-dim);
  display: block;
  margin-bottom: 0.5rem;
}

.card--compact .card__title { font-size: 1rem; }

/* Rent banner */
.rent-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.rent-banner__list {
  list-style: none;
  margin: 1.5rem 0;
}

.rent-banner__list li {
  padding: 0.4rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: var(--text-muted);
}

.rent-banner__list li::before {
  content: '◆';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.6rem;
  top: 0.55rem;
}

.rent-banner__card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 3rem;
  text-align: center;
  box-shadow: var(--shadow-gold);
}

.rent-banner__card span { font-size: 0.9rem; color: var(--gold); }
.rent-banner__card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--text-white);
  margin: 0.5rem 0;
}

.rent-banner__card p { color: var(--gold-light); margin: 0; }

/* TÜRSAB block */
.tursab-block {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
}

.tursab-block p { color: var(--text-muted); }

.tursab-block__no {
  font-size: 1.1rem;
  margin: 1rem 0 1.5rem;
  color: var(--text-muted);
}

.tursab-block__no strong { color: var(--gold); font-size: 1.3rem; }

.tursab-badge-large {
  background: linear-gradient(160deg, var(--bg-card) 0%, var(--bg-surface) 100%);
  color: var(--text-white);
  padding: 3rem 2rem;
  border-radius: var(--radius-lg);
  text-align: center;
  border: 2px solid var(--gold);
  box-shadow: var(--shadow-gold);
}

.tursab-badge-large span {
  display: block;
  font-family: var(--font-display);
  font-size: 2.5rem;
  color: var(--gold);
  letter-spacing: 0.1em;
}

.tursab-badge-large strong {
  display: block;
  font-size: 1.1rem;
  margin-top: 0.5rem;
  letter-spacing: 0.05em;
  color: var(--text-muted);
}

/* FAQ */
.faq-list { max-width: 800px; margin: 0 auto; }

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
  overflow: hidden;
  transition: border-color var(--transition);
}

.faq-item:hover,
.faq-item[open] {
  border-color: var(--border-gold);
}

.faq-item__question {
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  color: var(--text-white);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

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

.faq-item__question::after {
  content: '+';
  font-size: 1.25rem;
  color: var(--gold);
  flex-shrink: 0;
}

.faq-item[open] .faq-item__question::after { content: '−'; }

.faq-item__answer {
  padding: 0 1.5rem 1.25rem;
  color: var(--text-dim);
}

/* CTA */
.cta-block {
  text-align: center;
  color: var(--text-white);
  max-width: 700px;
  margin: 0 auto;
}

.cta-block h2 { color: var(--text-white); margin-bottom: 1rem; }
.cta-block p { color: var(--text-muted); margin-bottom: 2rem; }

/* Page hero */
.page-hero {
  background:
    radial-gradient(ellipse 70% 80% at 80% 20%, rgba(214, 179, 106, 0.07) 0%, transparent 55%),
    linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
  color: var(--text-white);
  padding: 3rem 0;
  border-bottom: 1px solid var(--border-subtle);
}

.page-hero--compact { padding: 2rem 0; }
.page-hero--landing { padding: 3.5rem 0; }
.page-hero--tursab { text-align: center; }

.page-hero h1 { color: var(--text-white); }
.page-hero__lead {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 640px;
}

.page-hero--tursab .page-hero__lead { margin: 0 auto; }

.page-hero__badge {
  display: inline-block;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.breadcrumb {
  font-size: 0.85rem;
  margin-bottom: 1rem;
  color: var(--text-dim);
}

.breadcrumb a { color: var(--gold); }
.breadcrumb span { margin: 0 0.35rem; }

/* Content pages */
.content-page {
  max-width: 900px;
  color: var(--text-muted);
}

.content-page > p,
.content-main p {
  color: var(--text-muted);
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3rem;
  align-items: start;
}

.content-list {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
  color: var(--text-muted);
}

.content-list li { margin-bottom: 0.5rem; }

.sidebar-card {
  background: var(--bg-card);
  padding: 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-subtle);
  margin-bottom: 1rem;
}

.sidebar-card--gold {
  background: var(--bg-surface);
  border-color: var(--border-gold);
}

.sidebar-card h3 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.sidebar-card p,
.sidebar-card a { color: var(--text-muted); }
.sidebar-card a:hover { color: var(--gold); }

.price-highlight {
  background: var(--bg-card);
  border-left: 4px solid var(--gold);
  padding: 1.5rem 2rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 2rem 0;
  border: 1px solid var(--border-gold);
  border-left-width: 4px;
}

.price-highlight span { font-size: 0.85rem; color: var(--text-dim); }
.price-highlight strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--gold-light);
}

.price-highlight small { color: var(--text-dim); }

.service-blocks {
  display: grid;
  gap: 1.5rem;
  margin: 2rem 0;
}

.service-block {
  padding: 1.5rem;
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border-subtle);
}

.service-block p { color: var(--text-dim); margin-bottom: 0; }

.vip-features {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.vip-feature {
  padding: 1.5rem;
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border-subtle);
}

.vip-feature p { color: var(--text-dim); margin: 0; }

.vehicle-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.vehicle-detail__image-placeholder {
  height: 320px;
  background: linear-gradient(135deg, var(--bg-surface) 0%, var(--bg-card) 100%);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}

.vehicle-detail__specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.spec-item {
  background: var(--bg-card);
  padding: 1rem;
  border-radius: var(--radius);
  text-align: center;
  border: 1px solid var(--border-subtle);
}

.spec-item span { display: block; font-size: 0.8rem; color: var(--text-dim); }
.spec-item strong { color: var(--gold-light); font-size: 1.1rem; }

.vehicle-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.blog-meta {
  display: flex;
  gap: 1.5rem;
  font-size: 0.9rem;
  color: var(--text-dim);
  margin-top: 1rem;
  flex-wrap: wrap;
}

.blog-article {
  color: var(--text-muted);
}

.blog-article h2 {
  margin-top: 2rem;
  font-size: 1.5rem;
  color: var(--text-white);
}

.blog-article p { margin-bottom: 1rem; }

.blog-cta {
  background: var(--bg-card);
  padding: 2rem;
  border-radius: var(--radius);
  text-align: center;
  margin: 2rem 0;
  border: 1px solid var(--border-gold);
}

.blog-cta p { color: var(--text-muted); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
}

.contact-card {
  background: var(--bg-card);
  padding: 1.5rem;
  border-radius: var(--radius);
  margin-bottom: 1rem;
  border: 1px solid var(--border-subtle);
}

.contact-card h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.contact-card p { color: var(--text-dim); margin: 0; }
.contact-card a { color: var(--gold-light); }

.contact-card--tursab {
  border-color: var(--border-gold);
  background: var(--bg-surface);
}

.contact-form-wrap h2 { margin-bottom: 1.5rem; }

.contact-map {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  aspect-ratio: 16 / 10;
}

.contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .contact-map {
    aspect-ratio: 4 / 3;
  }
}

.tursab-hero-badge {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 3rem;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.tursab-verify-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.tursab-verify-box__item {
  background: var(--bg-card);
  padding: 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-subtle);
}

.tursab-verify-box__item span { display: block; font-size: 0.8rem; color: var(--text-dim); }
.tursab-verify-box__item strong { color: var(--gold-light); }

.info-box {
  background: var(--gold-dim);
  border: 1px solid var(--border-gold);
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  margin-top: 2rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.info-box code {
  color: var(--gold-light);
  background: var(--bg-secondary);
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
}

.legal-content {
  max-width: 760px;
  color: var(--text-muted);
}

.legal-content h2 {
  font-size: 1.35rem;
  margin-top: 2rem;
  color: var(--text-white);
}

.legal-content ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.legal-content li { margin-bottom: 0.4rem; }

.legal-note {
  font-size: 0.85rem;
  color: var(--text-dim);
  font-style: italic;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-subtle);
}

.section-subtitle {
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
  color: var(--text-white);
}

/* Footer */
.footer {
  background: var(--bg-primary);
  color: var(--text-muted);
  border-top: 1px solid var(--border-gold);
}

.footer__cta {
  background: linear-gradient(135deg, var(--bg-surface) 0%, var(--bg-card) 100%);
  padding: 3rem 0;
  border-bottom: 1px solid var(--border-gold);
}

.footer__cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer__cta-text h2 {
  color: var(--text-white);
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.footer__cta-text p { margin: 0; color: var(--text-dim); }

.footer__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer__main { padding: 3.5rem 0; }

.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.15fr;
  gap: 2rem;
}

.footer__brand {
  display: inline-block;
  margin-bottom: 1rem;
}

.footer__brand:hover { opacity: 0.9; }

.footer__desc {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--text-dim);
  margin-bottom: 1rem;
}

.footer__tursab-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: var(--gold-dim);
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.footer__tursab-badge strong { color: var(--gold); }

.footer__title {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
  font-family: var(--font-sans);
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--border-gold);
}

.footer__links,
.footer__contact {
  list-style: none;
}

.footer__links li,
.footer__contact li { margin-bottom: 0.55rem; }

.footer__links a,
.footer__contact a {
  color: var(--text-dim);
  font-size: 0.88rem;
}

.footer__links a:hover,
.footer__contact a:hover { color: var(--gold); }

.footer__contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: var(--text-dim);
}

.footer__contact svg { flex-shrink: 0; margin-top: 2px; color: var(--gold); }

.footer__bottom {
  border-top: 1px solid var(--border-subtle);
  padding: 1.25rem 0;
  background: var(--bg-secondary);
}

.footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.85rem;
  color: var(--text-dim);
}

.footer__legal {
  display: flex;
  list-style: none;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer__legal a { color: var(--text-dim); }
.footer__legal a:hover { color: var(--gold); }

.footer__credit {
  width: 100%;
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 0.75rem;
  color: var(--text-dim);
  opacity: 0.9;
}

.footer__credit a {
  color: var(--text-dim);
  text-decoration: none;
}

.footer__credit a:hover { color: var(--gold); }

/* App modal */
.app-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 11000;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}

.app-modal-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.app-modal {
  position: fixed;
  inset: 0;
  z-index: 11001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  pointer-events: none;
}

.app-modal[hidden] {
  display: none !important;
  pointer-events: none !important;
}

.app-modal:not([hidden]) {
  pointer-events: auto;
}

.app-modal__panel {
  position: relative;
  width: min(100%, 440px);
  background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg-card) 100%);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem 1.5rem;
  box-shadow: var(--shadow-lg), var(--shadow-gold);
  text-align: center;
}

.app-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  background: transparent;
  color: var(--text-dim);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: color var(--transition), border-color var(--transition);
}

.app-modal__close:hover {
  color: var(--gold);
  border-color: var(--border-gold);
}

.app-modal__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-gold);
}

.app-modal__icon--success {
  color: var(--success-text);
  background: var(--success-bg);
}

.app-modal__icon--error {
  color: var(--error-text);
  background: var(--error-bg);
}

.app-modal__title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.app-modal__message {
  color: var(--text-muted);
  margin-bottom: 1rem;
  line-height: 1.55;
}

.app-modal__code {
  margin: 0 0 1.25rem;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  background: rgba(214, 179, 106, 0.1);
  border: 1px dashed var(--border-gold);
}

.app-modal__code-label {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-dim);
  margin-bottom: 0.35rem;
}

.app-modal__code-value {
  display: block;
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: var(--gold-light);
  letter-spacing: 0.04em;
}

.app-modal__note {
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.35);
  border: 1px solid var(--border-subtle);
  color: var(--text-muted);
  font-size: 0.875rem;
  line-height: 1.55;
  text-align: left;
}

.app-modal--transfer-success .app-modal__panel {
  width: min(100%, 480px);
}

.app-modal--transfer-success .app-modal__title {
  font-size: 1.35rem;
}

.app-modal--transfer-success .app-modal__code-value {
  font-size: 1.6rem;
}

.app-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.app-modal__actions .btn {
  min-width: 130px;
}

/* WhatsApp float */
.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 56px;
  height: 56px;
  background: var(--whatsapp);
  color: var(--text-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.45);
  z-index: 900;
  transition: transform var(--transition);
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.whatsapp-float:hover {
  transform: scale(1.08);
  color: var(--text-white);
}

/* Responsive */
@media (max-width: 1360px) {
  .navbar__menu > li > a,
  .navbar__dropdown-toggle {
    padding: 0.4rem 0.42rem;
    font-size: 0.74rem;
  }

  .navbar__actions .btn--sm {
    padding: 0.42rem 0.7rem;
    font-size: 0.74rem;
  }
}

@media (max-width: 1280px) {
  .navbar__menu > li > a,
  .navbar__dropdown-toggle { padding: 0.38rem 0.36rem; font-size: 0.72rem; }
  .navbar__logo { height: 52px; max-width: 168px; }
  .navbar__brand { max-width: 168px; }
  .navbar__phone-text { display: none; }
}

@media (max-width: 1100px) {
  .navbar__inner {
    grid-template-columns: auto 1fr auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar__menu > li > a,
  .navbar__dropdown-toggle { padding: 0.35rem 0.32rem; font-size: 0.7rem; }
  .footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
  .footer__brand-col { grid-column: 1 / -1; }
}

@media (max-width: 992px) {
  .hero {
    min-height: auto;
    max-height: none;
    padding: 2.5rem 0 3rem;
  }

  .hero__inner,
  .rent-banner,
  .tursab-block,
  .content-grid,
  .vehicle-detail,
  .contact-grid,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    gap: 2rem;
  }

  .hero__visual-card {
    max-width: 340px;
    min-height: 360px;
    margin: 0 auto;
    padding: 2rem 1.5rem 1.75rem;
  }

  .hero__brand-logo {
    max-width: 200px;
    width: 70%;
  }

  .hero__logo-wrap::before {
    width: min(220px, 84%);
  }

  .hero-trust-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand-col { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  :root {
    --topbar-height: 96px;
    --header-height: 64px;
  }

  .topbar {
    padding: 0.35rem 0;
    font-size: 0.72rem;
  }

  .topbar__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.35rem 0.75rem;
    justify-content: stretch;
    padding-inline: 0.75rem;
  }

  .topbar__item {
    min-width: 0;
    font-size: 0.68rem;
    gap: 0.3rem;
  }

  .topbar__item .icon {
    width: 14px;
    height: 14px;
  }

  .topbar__item:first-child {
    grid-column: 1 / -1;
    justify-content: center;
    text-align: center;
  }

  .topbar__link {
    grid-column: 1 / -1;
    justify-content: center;
    font-size: 0.74rem;
  }

  .topbar__hide-mobile { display: none; }

  .topbar__locale {
    grid-column: 1 / -1;
    width: 100%;
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.45rem 0.75rem;
    padding-top: 0.15rem;
    border-top: 1px solid var(--border-subtle);
  }

  .navbar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.65rem;
    min-height: 64px;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .navbar__nav--desktop {
    display: none;
  }

  .navbar__toggle {
    display: flex;
  }

  .navbar__phone-text { display: none; }

  .navbar__whatsapp-btn,
  .navbar__reserve-btn {
    display: none;
  }

  .navbar__logo {
    height: 44px;
    max-width: 140px;
  }

  .navbar__brand {
    max-width: 145px;
  }

  .navbar__phone {
    display: flex;
    padding: 0.35rem;
  }

  .mobile-drawer,
  .mobile-menu-overlay {
    display: flex;
  }
}

@media (max-width: 640px) {
  .route-price-result__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .route-price-result__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .form__grid { grid-template-columns: 1fr; }
  .route-price-card__grid { grid-template-columns: 1fr; }
  .hero-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .hero-trust-item {
    min-height: 64px;
    padding: 0.7rem 0.65rem;
  }

  .hero-trust-item strong { font-size: 1.15rem; }
  .hero-trust-item span { font-size: 0.65rem; }
  .vehicle-detail-gallery__main,
  .vehicle-detail-gallery__slide .vehicle-detail__image,
  .vehicle-detail-gallery--single .vehicle-detail__image {
    min-height: 260px;
    max-height: 320px;
  }
  .vehicle-slider-nav {
    width: 34px;
    height: 34px;
    font-size: 24px;
  }
  .vehicle-slider-nav--prev {
    left: 8px;
  }
  .vehicle-slider-nav--next {
    right: 8px;
  }
  .vehicle-detail__specs { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__cta-inner { flex-direction: column; text-align: center; }
  .footer__bottom-inner { flex-direction: column; text-align: center; }
  .app-modal__panel { padding: 1.5rem 1.25rem 1.25rem; }
  .app-modal__actions { flex-direction: column; }
  .app-modal__actions .btn { width: 100%; }
}

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

@media (max-width: 480px) {
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; }
  .hero__visual-card {
    min-height: 300px;
    max-width: min(100%, 320px);
    padding: 1.65rem 1.25rem 1.5rem;
  }

  .hero__brand-logo {
    max-width: 188px;
    width: 68%;
  }

  .hero__visual-card::after {
    animation-duration: 11s;
  }

  .section { padding: 3rem 0; }
  .form { padding: 1.25rem; }
}

@media (max-width: 360px) {
  .hero__visual-card {
    min-height: 280px;
    padding: 1.5rem 1rem 1.35rem;
  }

  .hero__brand-logo {
    max-width: 168px;
    width: 64%;
  }

  .hero__trust-badge {
    font-size: 0.68rem;
    padding: 0.3rem 0.6rem;
  }

  .hero__visual-sub {
    font-size: 0.74rem;
    letter-spacing: 0.06em;
  }
}
