@import url("https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Outfit:wght@400;500;600;700&display=swap");

:root {
  --deep: #111315;
  --ocean: #2ea8ff;
  --ocean-deep: #0b7fe0;
  --sky: rgba(46, 168, 255, 0.14);
  --white: #f4f1ea;
  --ivory: #f4f1ea;
  --sand: #9fd4ff;
  --gold: #2ea8ff;
  --gold-soft: rgba(46, 168, 255, 0.16);
  --gold-deep: #0b7fe0;
  --ink: #f4f1ea;
  --muted: #a39e93;
  --line: rgba(244, 241, 234, 0.12);
  --card: rgba(24, 27, 30, 0.72);
  --elev: #181b1e;
  --danger: #e07a72;
  --ok: #7dbe98;
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  --shadow-hover: 0 24px 56px rgba(0, 0, 0, 0.45);
  --radius: 20px;
  --header-h: 72px;
  --bottom-h: 68px;
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-arabic: "Amiri", serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --navy: var(--deep);
  --midnight: var(--deep);
  --glass: rgba(17, 19, 21, 0.58);
  --glass-strong: rgba(17, 19, 21, 0.82);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; color-scheme: dark; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1100px 520px at 88% -8%, rgba(46, 168, 255, 0.1), transparent 52%),
    radial-gradient(780px 380px at 0% 108%, rgba(46, 168, 255, 0.06), transparent 48%),
    var(--deep);
  min-height: 100dvh;
  padding-bottom: calc(var(--bottom-h) + 28px);
  scroll-padding-top: calc(var(--header-h) + 12px);
  scroll-padding-bottom: calc(var(--bottom-h) + 16px);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 0.35em;
  color: var(--ivory);
}
h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); line-height: 1.06; }
h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.12; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
body.rtl { direction: rtl; }
body.rtl h1, body.rtl h2, body.rtl h3, body.rtl .brand-name {
  font-family: var(--font-arabic), var(--font-display), serif;
  letter-spacing: 0;
}

html.page-ready body { animation: pageIn .72s cubic-bezier(.22, 1, .36, 1); }
html.page-leave body { animation: pageOut .28s ease forwards; pointer-events: none; }
@keyframes pageIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes pageOut { to { opacity: 0; } }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px;
  background: var(--glass);
  color: var(--ivory);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px) saturate(1.2);
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.overlay {
  position: fixed;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(17, 19, 21, 0.55), rgba(17, 19, 21, 0));
  color: var(--ivory);
  border-bottom: 1px solid transparent;
  backdrop-filter: none;
}
.site-header.is-solid {
  background: var(--glass-strong);
  color: var(--ivory);
  border-bottom-color: var(--line);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px) saturate(1.2);
}
.desk-nav { display: none; gap: 20px; align-items: center; }
.desk-nav a {
  color: inherit;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  opacity: 0.82;
}
.desk-nav a:hover, .desk-nav a.active { opacity: 1; color: var(--gold); }
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: rgba(46, 168, 255, 0.12);
  border: 1px solid rgba(46, 168, 255, 0.28);
  flex: 0 0 auto;
}
.site-header.overlay:not(.is-solid) .brand-mark {
  color: var(--gold);
  background: rgba(17, 19, 21, 0.35);
}
.site-header.overlay:not(.is-solid) .brand-name span { color: var(--sand); }
.site-header.overlay:not(.is-solid) .desk-nav a:hover,
.site-header.overlay:not(.is-solid) .desk-nav a.active { color: var(--sand); }
.site-header.overlay:not(.is-solid) .btn-ghost { border-color: rgba(244, 241, 234, 0.28); color: var(--ivory); }
.site-header.overlay:not(.is-solid) .nav-bookings { color: rgba(244, 241, 234, 0.9); }
.brand-mark svg { width: 22px; height: 22px; }
.brand-name {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.15;
  white-space: nowrap;
}
.brand-name span {
  display: block;
  font-weight: 500;
  letter-spacing: 0.22em;
  font-size: 0.62rem;
  color: var(--gold);
}
.header-actions { display: flex; align-items: center; gap: 8px; }
.lang-switch { display: flex; gap: 2px; }
.lang-switch button {
  background: transparent;
  border: 1px solid transparent;
  color: inherit;
  padding: 4px 7px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
}
.lang-switch button.active { border-color: rgba(46, 168, 255, 0.55); color: var(--gold); }
.nav-toggle {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: inherit;
  display: grid;
  gap: 5px;
  place-content: center;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}
.mobile-menu {
  position: fixed;
  inset: var(--header-h) 0 0 0;
  z-index: 39;
  background: rgba(17, 19, 21, 0.96);
  color: var(--ivory);
  padding: 18px 18px 96px;
  display: grid;
  align-content: start;
  gap: 8px;
  overflow: auto;
  backdrop-filter: blur(22px);
}
.mobile-menu a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(24, 27, 30, 0.85);
  border: 1px solid var(--line);
  font-weight: 600;
}
.mobile-menu a.active { background: var(--gold-soft); color: var(--ivory); border-color: rgba(46, 168, 255, 0.35); }
body.menu-open { overflow: hidden; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 14px;
  padding: 12px 18px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  min-height: 44px;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, opacity .22s ease, border-color .22s ease;
}
[hidden] { display: none !important; }
.btn-gold, .btn-navy {
  background: linear-gradient(180deg, #6ac8ff 0%, #2ea8ff 46%, #0b7fe0 100%);
  color: #111315;
  box-shadow: 0 8px 22px rgba(46, 168, 255, 0.22);
}
.btn-gold::before, .btn-navy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(108deg, transparent 32%, rgba(255, 255, 255, 0.48) 50%, transparent 68%);
  transform: translateX(-130%);
  pointer-events: none;
}
.btn-gold:hover, .btn-navy:hover {
  background: linear-gradient(180deg, #e3cc96 0%, #d4b56f 50%, #c09a4e 100%);
  box-shadow: 0 12px 26px rgba(46, 168, 255, 0.32);
}
.btn-gold:hover::before, .btn-navy:hover::before {
  animation: btnShine .7s ease;
}
@keyframes btnShine {
  to { transform: translateX(130%); }
}
.btn-ghost {
  background: rgba(244, 241, 234, 0.04);
  color: inherit;
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.btn-ghost:hover { border-color: rgba(46, 168, 255, 0.45); color: var(--gold); }
.site-header.overlay:not(.is-solid) .btn-ghost { border-color: rgba(244, 241, 234, 0.28); }
.btn-danger { background: var(--danger); color: #1a0d0c; }
.btn[disabled], .btn.is-loading { opacity: 0.55; cursor: not-allowed; pointer-events: none; }
.btn.is-loading { color: transparent; }
.btn.is-loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #111315;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin .7s linear infinite;
}
.btn-ghost.is-loading::after, .btn-ghost.is-loading { color: var(--gold); }
.btn-ghost.is-loading::after { border-color: var(--gold); border-right-color: transparent; }
.btn-block { width: 100%; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: scale(0.98); }
@keyframes spin { to { transform: rotate(360deg); } }

.hero {
  position: relative;
  min-height: min(94dvh, 960px);
  display: flex;
  align-items: flex-end;
  padding: calc(var(--header-h) + 24px) 0 80px;
  color: var(--ivory);
  overflow: hidden;
  background: var(--deep);
}
.hero-media, .banner-media {
  position: absolute;
  inset: -12% 0 -12% 0;
  z-index: 0;
  will-change: transform;
}
.hero-media img, .banner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
}
.hero-veil, .banner-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(17, 19, 21, 0.28) 0%, rgba(17, 19, 21, 0.18) 38%, rgba(17, 19, 21, 0.88) 100%);
  pointer-events: none;
}
.hero-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 38%, rgba(46, 168, 255, 0.12) 50%, transparent 62%);
  animation: lightSweep 9s ease-in-out infinite;
}
@keyframes lightSweep {
  0%, 100% { transform: translateX(-18%); opacity: 0.35; }
  50% { transform: translateX(18%); opacity: 0.8; }
}
.hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 72px;
  z-index: 3;
  pointer-events: none;
}
.sun-motif {
  position: absolute;
  width: 280px;
  height: 280px;
  right: 4%;
  top: 12%;
  z-index: 2;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 168, 255, 0.28), rgba(46, 168, 255, 0.08) 42%, transparent 70%);
  pointer-events: none;
  animation: glowPulse 6.5s ease-in-out infinite;
}
@keyframes glowPulse {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}
.hero-inner { position: relative; z-index: 4; margin: 0 auto; width: min(1120px, calc(100% - 32px)); }
.hero-brand {
  margin: 0 0 10px;
  font-family: var(--font-body);
  font-size: clamp(0.72rem, 1.6vw, 0.82rem);
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sand);
}
.nav-bookings {
  font-size: 0.86rem;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 859px) {
  .nav-bookings { display: none; }
}
.kicker {
  color: var(--gold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  margin: 0 0 8px;
}
.hero .kicker { color: var(--sand); }
.hero h1, .hero-lead, .hero-question, .hero .kicker {
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.45);
}
.hero h1 {
  color: var(--ivory);
  font-size: clamp(2.5rem, 6vw, 4.4rem);
  max-width: 14ch;
  margin-bottom: 10px;
  font-weight: 600;
}
.hero-lead {
  margin: 0;
  max-width: 34rem;
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(244, 241, 234, 0.86);
}
.hero-question {
  margin: 22px 0 0;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.choice-grid {
  margin-top: 22px;
  display: grid;
  gap: 16px;
}
.choice-card {
  position: relative;
  min-height: 260px;
  border-radius: 22px;
  overflow: hidden;
  color: var(--ivory);
  display: flex;
  align-items: flex-end;
  box-shadow: var(--shadow);
  isolation: isolate;
  border: 1px solid rgba(46, 168, 255, 0.22);
}
.choice-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .85s cubic-bezier(.22, 1, .36, 1);
}
.choice-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 19, 21, 0.08) 8%, rgba(17, 19, 21, 0.82) 100%);
}
.choice-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 22px;
}
.choice-kicker { font-weight: 600; letter-spacing: 0.16em; font-size: 0.74rem; color: var(--sand); }
.choice-copy strong { font-family: var(--font-display); font-size: 1.7rem; font-weight: 600; }
.choice-copy .btn {
  margin-top: 8px;
  width: max-content;
  background: linear-gradient(180deg, #6ac8ff 0%, #2ea8ff 46%, #0b7fe0 100%);
  color: #111315;
  box-shadow: 0 8px 22px rgba(46, 168, 255, 0.22);
}
.choice-copy .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(108deg, transparent 32%, rgba(255, 255, 255, 0.48) 50%, transparent 68%);
  transform: translateX(-130%);
  pointer-events: none;
}
.choice-copy .btn:hover::before { animation: btnShine .7s ease; }
.choice-card:hover img { transform: scale(1.07); }
.choice-card:active { transform: scale(0.995); }

.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 36px 0 10px; }
.section-title { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; }
.section-title a { color: var(--gold); font-weight: 600; font-size: 0.92rem; letter-spacing: 0.04em; }
.section-lead { color: var(--muted); margin: -4px 0 18px; max-width: 38rem; }

.page-banner {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--header-h) + 28px) 0 36px;
  background: var(--elev);
}
.page-banner .wrap { position: relative; z-index: 3; }
.page-banner h1 { max-width: 16ch; }
.page-banner p { color: rgba(244, 241, 234, 0.78); margin: 0; max-width: 36rem; }
body[data-nav="cars"] .page-banner { min-height: 360px; }
body[data-nav="cars"] .page-banner h1 { max-width: 12ch; }

.discover-grid, .card-grid, .cat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
}
.discover-card, .cat-card, .product-card {
  background: var(--card);
  border: 1px solid rgba(46, 168, 255, 0.18);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease, border-color .35s ease;
  position: relative;
}
.discover-card {
  min-height: 240px;
  display: flex;
  align-items: flex-end;
  color: var(--ivory);
}
.discover-card img, .cat-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.22, 1, .36, 1);
}
.discover-card span, .cat-card .cat-copy, .cat-card .cat-cta { position: relative; z-index: 1; }
.discover-card strong, .cat-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 600;
  padding: 18px;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.5);
}
.cat-card {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--ivory);
  padding-bottom: 8px;
}
.cat-card .cat-copy, .cat-card .cat-cta { margin: 0 16px 12px; }
.cat-card .cat-copy span { color: rgba(244, 241, 234, .82); font-size: 0.86rem; }
.product-card { display: flex; flex-direction: column; height: 100%; }
.product-card .card-hit {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: inherit;
  text-decoration: none;
  min-height: 0;
}
.product-card .card-hit .btn { pointer-events: none; margin-top: auto; }
.product-card .card-media {
  position: relative;
  display: block;
  overflow: hidden;
  height: 250px;
  flex: 0 0 250px;
  background: var(--elev);
}
.product-card.is-car .card-media {
  height: 300px;
  flex-basis: 300px;
}
.product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.22, 1, .36, 1); }
.product-card .body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.product-card h3 {
  font-size: 1.4rem;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-desc, .features, .muted { color: var(--muted); font-size: 0.9rem; margin: 0; }
.price { color: var(--gold); font-weight: 600; }
.badge {
  display: inline-block;
  font-size: 0.72rem;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--sky);
  color: var(--sand);
  font-weight: 600;
  letter-spacing: 0.03em;
  white-space: nowrap;
  border: 1px solid rgba(46, 168, 255, 0.22);
}
.badge.st-draft { background: rgba(255,255,255,.08); color: #c5c0b6; }
.badge.st-pending { background: rgba(46, 168, 255, 0.18); color: #9fd4ff; }
.badge.st-pay { background: rgba(201, 140, 70, 0.2); color: #efc48a; }
.badge.st-confirmed { background: rgba(125, 190, 152, 0.18); color: #b7e0c6; }
.badge.st-ready { background: rgba(46, 168, 255, 0.16); color: var(--sand); }
.badge.st-active { background: rgba(140, 170, 220, 0.18); color: #c5d4f0; }
.badge.st-done { background: rgba(125, 190, 152, 0.16); color: #b7e0c6; }
.badge.st-cancel { background: rgba(224, 122, 114, 0.18); color: #f0b8b3; }
.badge.st-reject { background: rgba(224, 122, 114, 0.22); color: #f0b8b3; }
.badge.st-expired { background: rgba(255,255,255,.06); color: #999; }
.badge.st-noshow { background: rgba(46, 168, 255, 0.12); color: #9fd4ff; }
.media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(17, 19, 21, 0.62));
  pointer-events: none;
}
.discover-card .media-overlay, .cat-card .media-overlay { background: linear-gradient(180deg, transparent 28%, rgba(17, 19, 21, 0.78)); }
.badge-offer {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  background: rgba(17, 19, 21, 0.72);
  color: var(--ivory);
  border: 1px solid rgba(46, 168, 255, 0.4);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  backdrop-filter: blur(10px);
}
.badge-offer.badge-gold { background: var(--gold); color: #111315; border-color: transparent; }
.badge-offer.static { position: static; display: inline-block; margin-bottom: 8px; }
.discover-card:hover, .cat-card:hover, .product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(46, 168, 255, 0.38);
}
.discover-card:hover img, .cat-card:hover img, .product-card:hover img { transform: scale(1.07); }
.img-fallback {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 70% 20%, rgba(46, 168, 255, 0.28), transparent 36%),
    linear-gradient(145deg, #1c2024, #111315);
}

.chip-row {
  display: flex;
  gap: 8px;
  overflow: auto;
  padding: 4px 0 12px;
  scrollbar-width: none;
}
.chip-row::-webkit-scrollbar { display: none; }
.chip {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(24, 27, 30, 0.8);
  border: 1px solid var(--line);
  font-weight: 600;
  font-size: 0.86rem;
  color: var(--ivory);
  backdrop-filter: blur(10px);
}
.chip.on { background: var(--gold); color: #111315; border-color: var(--gold); }

.bottom-nav {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  height: var(--bottom-h);
  background: var(--glass-strong);
  color: var(--muted);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  z-index: 50;
  border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom, 0);
  backdrop-filter: blur(18px);
}
.bottom-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 600;
  text-align: center;
  padding: 0 4px;
}
.bottom-nav a.active { color: var(--gold); }

.sticky-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: var(--bottom-h);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0));
  background: var(--glass-strong);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  z-index: 30;
}
body:has(.sticky-cta) { padding-bottom: calc(var(--bottom-h) + 120px); }

.form-grid { display: grid; gap: 12px; }
label { display: grid; gap: 6px; font-size: 0.86rem; font-weight: 500; color: var(--ivory); }
label:has(> input[type="checkbox"]) { display: flex; align-items: center; gap: 10px; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(17, 19, 21, 0.72);
  color: var(--ivory);
  min-height: 44px;
}
textarea { min-height: 110px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  border-color: rgba(46, 168, 255, 0.55);
  outline: none;
  box-shadow: 0 0 0 3px rgba(46, 168, 255, 0.16);
}
.notice, .empty, .error, .success {
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--card);
  border: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.error { border-color: var(--danger); color: var(--danger); }
.success { border-color: var(--ok); color: var(--ok); }
.toast-wrap { position: fixed; top: 84px; right: 16px; z-index: 80; display: grid; gap: 8px; }
.toast {
  background: var(--elev);
  color: var(--ivory);
  border: 1px solid rgba(46, 168, 255, 0.28);
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(8, 9, 10, 0.62);
  display: grid;
  place-items: end center;
  z-index: 70;
  backdrop-filter: blur(8px);
}
.sheet {
  width: min(560px, 100%);
  background: #16191c;
  border: 1px solid var(--line);
  border-radius: 20px 20px 0 0;
  padding: 20px;
  max-height: 88vh;
  overflow: auto;
}
.dash-grid { display: grid; gap: 12px; }
.stat {
  background: var(--elev);
  color: var(--ivory);
  padding: 16px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.stat b { display: block; font-size: 1.6rem; color: var(--gold); }
.table-wrap { overflow: auto; }
.booking-list { display: grid; gap: 12px; }
.booking-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  display: grid;
  gap: 6px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.booking-card .booking-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.booking-card.st-pending, .booking-card.st-pay { border-left: 3px solid var(--gold); }
.booking-card.st-confirmed, .booking-card.st-ready { border-left: 3px solid var(--ok); }
.booking-card.st-active { border-left: 3px solid #8caadc; }
.booking-card.st-done { border-left: 3px solid var(--ok); }
.booking-card.st-cancel, .booking-card.st-reject { border-left: 3px solid var(--danger); }
.booking-card.st-expired, .booking-card.st-draft, .booking-card.st-noshow { border-left: 3px solid #8893a0; }
.booking-card .booking-actions {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}
.booking-card .booking-actions .btn { justify-self: start; }
table { width: 100%; border-collapse: collapse; background: var(--elev); border-radius: 12px; }
th, td { text-align: start; padding: 10px 12px; border-bottom: 1px solid var(--line); font-size: 0.9rem; }
.wizard-steps { display: flex; gap: 6px; overflow: auto; padding-bottom: 8px; }
.wizard-steps span {
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 0.78rem;
}
.wizard-steps span.on { background: var(--gold); color: #111315; }
.type-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.type-grid button {
  padding: 14px 10px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--elev);
  color: var(--ivory);
  cursor: pointer;
}
.type-grid button.on { border-color: var(--gold); background: var(--gold-soft); }
.missing { background: rgba(224, 122, 114, 0.12); border: 1px solid var(--danger); color: var(--danger); padding: 12px; border-radius: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.price-stack { display: grid; gap: 2px; margin: 4px 0 8px; }
.price-ref { color: var(--muted); text-decoration: line-through; font-size: 0.92rem; }
.price-ref-label { font-size: 0.7rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.price-now { font-size: 1.45rem; font-weight: 700; color: var(--ivory); line-height: 1.1; }
.price-unit { color: var(--muted); font-size: 0.82rem; }
.save-badge {
  display: inline-block;
  width: max-content;
  font-size: 0.72rem;
  font-weight: 600;
  color: #111315;
  background: var(--gold);
  border-radius: 999px;
  padding: 3px 8px;
}
.deposit-note { font-size: 0.88rem; color: var(--muted); }
.reveal { opacity: 0; transform: translateY(28px); }
.reveal.in {
  opacity: 1;
  transform: none;
  transition: opacity .85s cubic-bezier(.22, 1, .36, 1) var(--delay, 0ms),
    transform .85s cubic-bezier(.22, 1, .36, 1) var(--delay, 0ms);
}
.filter-toolbar { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 12px; }
.filter-sheet { display: none; }
.filter-sheet.open {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(8, 9, 10, 0.62);
}
.filter-sheet .sheet { position: absolute; bottom: 0; left: 0; right: 0; }
.product-layout { display: grid; gap: 20px; }
.product-info {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 20px;
  background: var(--card);
  border: 1px solid rgba(46, 168, 255, 0.18);
  border-radius: 22px;
  backdrop-filter: blur(16px);
}
.product-info > p { margin: 0; }
.gallery-main {
  position: relative;
  border: 1px solid rgba(46, 168, 255, 0.18);
  padding: 0;
  background: var(--elev);
  border-radius: 22px;
  overflow: hidden;
  min-height: 280px;
  cursor: zoom-in;
  width: 100%;
}
.gallery-main img { width: 100%; height: min(72vw, 560px); object-fit: cover; transition: transform .8s ease; }
.gallery-main:hover img { transform: scale(1.04); }
.thumbs, .thumb-row { display: flex; gap: 8px; overflow: auto; padding: 8px 0 4px; }
.thumbs button {
  border: 1px solid var(--line);
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  width: 76px;
  height: 58px;
  background: var(--elev);
  cursor: pointer;
  flex: 0 0 auto;
}
.thumbs button.on { border-color: var(--gold); }
.thumbs img, .thumb-row img { width: 76px; height: 58px; object-fit: cover; }
.crumb { margin: 0 0 16px; color: var(--muted); font-size: 0.9rem; }
.crumb a { color: var(--gold); text-decoration: none; font-weight: 600; }
.product-info .lead { color: var(--muted); font-size: 1.02rem; }
.spec-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 8px; }
.spec-chips span {
  background: rgba(46, 168, 255, 0.1);
  border: 1px solid rgba(46, 168, 255, 0.22);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--sand);
}
.product-details { display: grid; gap: 22px; margin-top: 28px; max-width: 860px; }
.detail-block h2 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  margin: 0 0 12px;
}
.product-story { display: grid; gap: 10px; }
.product-story p { margin: 0; line-height: 1.7; color: rgba(244, 241, 234, 0.88); }
.spec-list {
  list-style: none;
  padding: 4px 18px;
  margin: 0;
  display: grid;
  gap: 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
}
.spec-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}
.spec-list li:last-child { border-bottom: 0; }
.spec-list span { color: var(--muted); }
.spec-note { margin: 10px 0 0; font-size: 0.82rem; }
.include-list { margin: 0; padding-left: 1.15rem; display: grid; gap: 8px; }
.include-list.exclude { color: var(--muted); }
.account-form { max-width: 420px; }
.avatar-edit { display: grid; justify-items: start; gap: 8px; }
.avatar-btn {
  display: grid;
  justify-items: center;
  gap: 8px;
  cursor: pointer;
  width: max-content;
}
.avatar-btn img, .avatar-fallback {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--elev);
  border: 1px solid rgba(46, 168, 255, 0.35);
}
.avatar-fallback {
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--gold);
}
.avatar-hint { color: var(--gold); font-weight: 600; font-size: 0.88rem; }
.account-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.accordion { margin: 0 0 12px; }
.accordion summary { cursor: pointer; color: var(--gold); font-weight: 600; }
.accordion p { margin: 10px 0 0; line-height: 1.65; color: rgba(244, 241, 234, 0.88); }
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(8, 9, 10, 0.92);
  display: none;
  place-items: center;
  z-index: 90;
}
.lightbox.is-open { display: grid; }
.lightbox img { max-width: 92vw; max-height: 88vh; }
.lightbox button {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  color: var(--ivory);
  border: 0;
  font-size: 2rem;
  cursor: pointer;
}
.status-tabs, .bulk-bar, .row-actions { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin: 12px 0; }
.status-tabs button {
  border: 1px solid var(--line);
  background: var(--elev);
  color: var(--ivory);
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
}
.status-tabs button.on { background: var(--gold); color: #111315; }
.row-actions button, .row-actions a { font-size: 0.78rem; }
.dash-shell { display: grid; gap: 16px; }
.dash-side { display: flex; gap: 10px; overflow: auto; }
.dash-side a {
  white-space: nowrap;
  color: var(--ivory);
  border: 1px solid var(--line);
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--elev);
}
.skeleton-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.skeleton {
  height: 280px;
  border-radius: var(--radius);
  background: linear-gradient(90deg, #181b1e, #22262b, #181b1e);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
  border: 1px solid var(--line);
}
@keyframes shimmer { to { background-position: -200% 0; } }

#ae-intro {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  color: var(--ivory);
  overflow: hidden;
  background: #111315;
}
#ae-intro.is-leaving { animation: introOut .7s ease forwards; pointer-events: none; }
.ae-intro-sky, .ae-intro-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ae-intro-sky {
  background:
    radial-gradient(700px 320px at 70% 18%, rgba(46, 168, 255, 0.22), transparent 55%),
    linear-gradient(180deg, #1a1d20 0%, #111315 78%);
}
.ae-intro-glow {
  background: radial-gradient(circle at 50% 42%, rgba(46, 168, 255, .18), transparent 32%);
  animation: glowPulse 5s ease-in-out infinite;
}
.ae-intro-lamp {
  position: relative;
  z-index: 2;
  width: 96px;
  height: 96px;
  margin-bottom: 8px;
}
.ae-intro-copy {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 28rem;
  padding: 0 20px;
}
.ae-intro-copy h1 { color: var(--ivory); font-size: clamp(2rem, 7vw, 3.2rem); }
.ae-intro-copy p { color: rgba(244, 241, 234, .84); }
.ae-intro-copy .kicker { color: var(--sand); }
.ae-intro-skip {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  background: transparent;
  border: 1px solid rgba(244, 241, 234, .35);
  color: var(--ivory);
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
}
@keyframes introOut { to { opacity: 0; visibility: hidden; } }
body.intro-lock { overflow: hidden; }

.date-bar, .search-panel {
  display: grid;
  gap: 10px;
  margin: 8px 0 18px;
  padding: 16px;
  background: var(--card);
  border: 1px solid rgba(46, 168, 255, 0.16);
  border-radius: 20px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.date-bar .btn, .search-panel .btn { width: 100%; }
.pager { display: flex; justify-content: center; margin: 20px 0 8px; }
.search-hint { margin: 0 0 8px; }

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: center;
  align-items: center;
  margin: 36px 16px 8px;
  padding: 22px 12px 8px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}
.footer-policies {
  flex-basis: 100%;
  width: min(1120px, 100%);
  margin: 0 auto 10px;
  text-align: left;
}
.footer-policies h2 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  margin: 0 0 8px;
  color: var(--ivory, #f4f1ea);
}
.footer-policies .lead {
  margin: 0 0 16px;
  max-width: 720px;
  line-height: 1.6;
}
.policy-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
.policy-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
}
.policy-card h3 {
  margin: 0 0 6px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}
.policy-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(244, 241, 234, 0.82);
}
.footer-policies-more { margin: 14px 0 8px; }
.legal-page { display: grid; gap: 16px; max-width: 820px; }
.legal-block {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 20px;
}
.legal-block h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 8px;
  color: var(--gold);
}
.legal-block p { margin: 0; line-height: 1.7; color: rgba(244, 241, 234, 0.88); }
@media (min-width: 720px) {
  .policy-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1080px) {
  .policy-grid { grid-template-columns: repeat(3, 1fr); }
}
body.rtl .footer-policies { text-align: right; }
.site-footer a { color: var(--gold); font-weight: 600; }
.footer-legal {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
  font-size: 0.78rem;
}
.footer-legal a { font-weight: 500; color: var(--muted); }
.footer-ad {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.45;
  cursor: pointer;
}
.footer-ad:hover { opacity: 0.85; }
.sheet input[type="password"] {
  width: 100%;
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.wa-float {
  position: fixed;
  right: 16px;
  bottom: calc(var(--bottom-h) + 16px);
  z-index: 46;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: white;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(37, 211, 102, .35);
}
.wa-float svg { width: 28px; height: 28px; }
body.rtl .wa-float { right: auto; left: 16px; }
body.rtl .toast-wrap { right: auto; left: 16px; }
body:has(.sticky-cta) .wa-float { bottom: calc(var(--bottom-h) + 78px); }

.cat-visual { margin-bottom: 8px; }
@media (min-width: 720px) {
  .choice-card { min-height: 320px; }
  .discover-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-visual { grid-template-columns: repeat(3, 1fr); }
  .card-grid, .cat-grid, .skeleton-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card.is-car .card-media { height: 340px; flex-basis: 340px; }
  .date-bar, .search-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
  }
  .date-bar .btn, .search-panel .btn { grid-column: 1 / -1; }
  .page-banner { min-height: 340px; }
  body[data-nav="cars"] .page-banner { min-height: 420px; }
}
@media (min-width: 860px) {
  body { padding-bottom: 0; }
  body:has(.sticky-cta) { padding-bottom: 0; }
  .bottom-nav, .nav-toggle, .mobile-menu { display: none !important; }
  .desk-nav { display: flex; }
  .sticky-cta { display: none !important; }
  .wa-float { bottom: 24px; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
  .choice-card { min-height: 380px; }
  .discover-grid { grid-template-columns: repeat(4, 1fr); }
  .discover-card { min-height: 260px; }
  .card-grid { grid-template-columns: repeat(3, 1fr); }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .skeleton-grid { grid-template-columns: repeat(3, 1fr); }
  .dash-grid { grid-template-columns: repeat(4, 1fr); }
  .type-grid { grid-template-columns: repeat(4, 1fr); }
  .modal-backdrop { place-items: center; }
  .sheet { border-radius: 20px; }
  .product-layout { grid-template-columns: 1.3fr 0.7fr; align-items: start; }
  .product-info { position: sticky; top: 88px; }
  .spec-list { grid-template-columns: 1fr 1fr; padding: 8px 22px; column-gap: 28px; }
  .spec-list li { border-bottom: 1px solid var(--line); }
  .dash-shell { grid-template-columns: 220px 1fr; }
  .dash-side { flex-direction: column; overflow: visible; position: sticky; top: 88px; height: max-content; }
  .filter-sheet { display: block; position: static; background: none; }
  .filter-sheet .sheet {
    position: static;
    background: transparent;
    padding: 0;
    max-height: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    align-items: end;
  }
  .filter-sheet .sheet .btn { width: auto; }
  .filter-sheet [data-close] { display: none; }
  #openFilters { display: none; }
  .date-bar, .search-panel {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .date-bar .btn, .search-panel .btn { width: auto; grid-column: auto; min-width: 120px; justify-self: start; }
  .gallery-main img { height: min(56vw, 620px); }
}
@media (max-width: 859px) {
  .nav-bookings, .btn-explore, [data-account].desk-account { display: none; }
  .sticky-cta { display: block; }
  .card-carousel, .discover-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 84%);
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }
  .card-carousel > *, .discover-grid > * { scroll-snap-align: start; }
  .brand-name { font-size: 0.68rem; letter-spacing: 0.08em; }
}
@media (max-width: 380px) {
  .brand-name span { letter-spacing: 0.12em; }
  .lang-switch button { padding: 4px 5px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.page-ready body, html.page-leave body { animation: none !important; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

.studio-app {
  --deep: #0b1f3a;
  --ocean: #1b4f8a;
  --ocean-deep: #123056;
  --sky: #e8f1fb;
  --white: #ffffff;
  --ivory: #f4f7fb;
  --sand: #9fd4ff;
  --gold: #2ea8ff;
  --ink: #122033;
  --muted: #5b6d82;
  --line: #d5e2f0;
  --card: #ffffff;
  --elev: #ffffff;
  --shadow: 0 12px 32px rgba(11, 31, 58, 0.08);
  color-scheme: light;
}
.studio-app .btn-gold, .studio-app .btn-navy {
  background: var(--deep);
  color: white;
  box-shadow: none;
}
.studio-app .btn-gold::before, .studio-app .btn-navy::before { display: none; }
