:root {
  --ink: #111318;
  --muted: #666b76;
  --line: #e6e0d6;
  --paper: #fbfaf7;
  --cream: #f2ece2;
  --gold: #b7863c;
  --teal: #0f716d;
  --ruby: #7e1f33;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, 0));
  transition: padding .25s ease, background .25s ease, backdrop-filter .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom-color: rgba(255, 255, 255, .1);
  background: rgba(11, 13, 17, .78);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-logo {
  width: 76px;
  height: 50px;
  object-fit: contain;
  opacity: .96;
  mix-blend-mode: screen;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  margin-top: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  font-size: 14px;
  font-weight: 600;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  place-items: center;
  gap: 4px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--white);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 40;
}

.mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 6, 8, .54);
}

.mobile-menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  align-content: start;
  gap: 12px;
  width: min(310px, 82vw);
  min-height: 100%;
  padding: 24px;
  background: #11151d;
  box-shadow: -20px 0 60px rgba(0, 0, 0, .32);
}

body[dir="rtl"] .mobile-menu-panel {
  right: auto;
  left: 0;
}

.mobile-menu-panel a,
.mobile-menu-close {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, .05);
  font: inherit;
  font-weight: 800;
  text-decoration: none;
}

.mobile-menu-book {
  justify-content: center;
  color: #120d07 !important;
  background: var(--gold) !important;
}

.nav-links a,
.header-action {
  opacity: .9;
}

.nav-links a:hover,
.header-action:hover {
  opacity: 1;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
}

.lang-button {
  min-width: 36px;
  min-height: 30px;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, .72);
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.lang-button.is-active {
  color: #16110a;
  background: var(--gold);
}

.header-action {
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  overflow: hidden;
  color: var(--white);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .86) 0%, rgba(0, 0, 0, .56) 42%, rgba(0, 0, 0, .16) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, 0) 42%);
}

.hero-content {
  position: relative;
  align-self: end;
  width: min(760px, calc(100% - 36px));
  padding: 150px 0 clamp(52px, 10vh, 92px) clamp(18px, 6vw, 76px);
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(48px, 8vw, 94px);
  line-height: .92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.hero-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  color: #16110a;
  background: var(--gold);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button.secondary {
  color: var(--ink);
  border: 1px solid rgba(17, 19, 24, .28);
  background: rgba(17, 19, 24, .06);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

/* Secondary button on dark hero backgrounds stays white */
.hero-actions .button.secondary,
[style*="background:linear-gradient"] .button.secondary,
[style*="background:#0a0a0a"] .button.secondary,
[style*="background:#1a1a1a"] .button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .08);
}

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

.button.primary:hover {
  box-shadow: 0 16px 30px rgba(183, 134, 60, .28);
  background: #c79648;
}

.button.secondary:hover {
  border-color: rgba(17, 19, 24, .5);
  background: rgba(17, 19, 24, .1);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-strip span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: rgba(255, 255, 255, .82);
  background: rgba(0, 0, 0, .22);
  font-size: 13px;
  font-weight: 700;
}

.fleet-section,
.booking-section,
.seo-section,
.faq-section {
  padding: clamp(70px, 9vw, 118px) clamp(18px, 5vw, 72px);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 520px);
  gap: 28px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 36px;
}

.section-heading p:last-child,
.booking-copy p,
.service-grid p {
  color: var(--muted);
  line-height: 1.65;
}

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

.all-fleet {
  max-width: 1180px;
  margin: 64px auto 0;
  padding-top: 46px;
  border-top: 1px solid var(--line);
}

.compact-heading {
  margin-bottom: 22px;
}

.fleet-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.fleet-filter {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.fleet-filter:hover,
.fleet-filter.is-active {
  transform: translateY(-1px);
  border-color: rgba(183, 134, 60, .56);
  color: #120d07;
  background: rgba(183, 134, 60, .2);
}

.all-fleet-grid {
  max-width: none;
}

.all-fleet-grid .fleet-card {
  min-height: 405px;
}

.all-fleet-grid .fleet-card.is-hidden {
  display: none;
}

.fleet-card {
  min-height: 430px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.fleet-card:hover {
  transform: translateY(-6px);
  border-color: rgba(183, 134, 60, .45);
  box-shadow: 0 22px 46px rgba(17, 19, 24, .1);
}

.fleet-photo-button {
  display: block;
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: var(--cream);
  overflow: hidden;
  cursor: zoom-in;
}

.fleet-photo {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  border-radius: 6px;
  object-fit: cover;
  background: var(--cream);
  transform: scale(1);
  transition: transform .55s ease, filter .55s ease;
  will-change: transform;
}

.fleet-card {
  overflow: hidden;
}

.fleet-card:hover .fleet-photo {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.04);
}

.car-visual {
  height: 210px;
  margin-bottom: 24px;
  border-radius: 6px;
  background:
    radial-gradient(circle at 22% 72%, #14161c 0 9px, transparent 10px),
    radial-gradient(circle at 76% 72%, #14161c 0 9px, transparent 10px),
    linear-gradient(172deg, transparent 0 30%, rgba(255,255,255,.78) 31% 35%, transparent 36%),
    linear-gradient(155deg, transparent 0 24%, rgba(15,113,109,.92) 25% 62%, transparent 63%),
    linear-gradient(0deg, #15171d 0 32%, transparent 33%),
    linear-gradient(135deg, #dbd2c1, #f8f5ef);
}

.car-visual.suv {
  background:
    radial-gradient(circle at 22% 74%, #14161c 0 11px, transparent 12px),
    radial-gradient(circle at 76% 74%, #14161c 0 11px, transparent 12px),
    linear-gradient(160deg, transparent 0 20%, rgba(255,255,255,.8) 21% 27%, transparent 28%),
    linear-gradient(155deg, transparent 0 20%, rgba(126,31,51,.92) 21% 66%, transparent 67%),
    linear-gradient(0deg, #181a20 0 36%, transparent 37%),
    linear-gradient(135deg, #d7e2df, #f7f1e7);
}

.car-visual.sedan {
  background:
    radial-gradient(circle at 23% 73%, #14161c 0 9px, transparent 10px),
    radial-gradient(circle at 75% 73%, #14161c 0 9px, transparent 10px),
    linear-gradient(165deg, transparent 0 28%, rgba(255,255,255,.86) 29% 34%, transparent 35%),
    linear-gradient(155deg, transparent 0 26%, rgba(183,134,60,.95) 27% 60%, transparent 61%),
    linear-gradient(0deg, #17191e 0 31%, transparent 32%),
    linear-gradient(135deg, #e2dfd4, #f9f5ee);
}

.fleet-card p {
  color: var(--muted);
  line-height: 1.6;
}

.card-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.gallery-trigger,
.book-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(183, 134, 60, .46);
  border-radius: 999px;
  color: #16110a;
  background: rgba(183, 134, 60, .18);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.book-trigger {
  border-color: rgba(183, 134, 60, .75);
  background: var(--gold);
  text-decoration: none;
}

.gallery-trigger:hover,
.book-trigger:hover {
  transform: translateY(-2px);
  background: rgba(183, 134, 60, .28);
}

.book-trigger:hover {
  background: #c9943e;
}

.service-band {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: clamp(36px, 6vw, 84px);
  padding: clamp(70px, 9vw, 110px) clamp(18px, 5vw, 72px);
  background: #101319;
  color: var(--white);
}

.service-band > * {
  max-width: 1180px;
}

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

.service-grid > div {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.seo-section {
  background: var(--paper);
}

.seo-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.seo-grid article,
.faq-grid details {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.seo-grid h3,
.faq-grid summary {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.seo-grid p,
.faq-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.faq-section {
  background: var(--cream);
}

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

.faq-grid details {
  cursor: pointer;
}

.faq-grid summary {
  list-style: none;
}

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

.faq-grid summary::after {
  content: "+";
  float: right;
  color: var(--gold);
}

body[dir="rtl"] .faq-grid summary::after {
  float: left;
}

.faq-grid details[open] summary::after {
  content: "-";
}

.service-number {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--gold);
  font-weight: 800;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(260px, 470px) minmax(300px, 560px);
  justify-content: center;
  gap: clamp(32px, 8vw, 110px);
}

.booking-copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

label {
  display: grid;
  gap: 8px;
  color: #343842;
  font-size: 14px;
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #d9d2c7;
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

body[dir="rtl"] {
  direction: rtl;
}

body[dir="rtl"] .hero-overlay {
  background:
    linear-gradient(270deg, rgba(0, 0, 0, .86) 0%, rgba(0, 0, 0, .56) 42%, rgba(0, 0, 0, .16) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, 0) 42%);
}

body[dir="rtl"] .hero-content {
  padding-right: clamp(18px, 6vw, 76px);
  padding-left: 0;
}

body[dir="rtl"] .booking-copy ul {
  padding-right: 20px;
  padding-left: 0;
}

body[dir="rtl"] .floating-whatsapp {
  right: auto;
  left: clamp(16px, 3vw, 30px);
}

.form-button {
  margin-top: 8px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 300px) 1fr;
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  padding: 38px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: #0b0d11;
}

.footer-brand strong {
  display: block;
  max-width: 220px;
  font-size: 20px;
  line-height: 1.15;
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .6);
  line-height: 1.5;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contact-pill {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.contact-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(183, 134, 60, .7);
  background: rgba(255, 255, 255, .08);
}

body.js-ready .reveal-section,
body.js-ready .reveal-card {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}

body.js-ready .reveal-card {
  transition-delay: var(--delay, 0ms);
}

body.js-ready .reveal-section.is-visible,
body.js-ready .reveal-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#fleet,
#fleet .reveal-card {
  opacity: 1 !important;
  transform: none !important;
}

.hero-content {
  animation: heroRise .8s ease both;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--gold);
  background: rgba(183, 134, 60, .14);
}

.contact-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-pill span:last-child {
  overflow-wrap: anywhere;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.contact-pill small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-pill.whatsapp .contact-icon {
  color: #25d366;
  background: rgba(37, 211, 102, .14);
}

.contact-pill.instagram .contact-icon {
  color: #f2b35d;
  background: rgba(126, 31, 51, .34);
}

.footer-links-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.legal-page {
  background:
    radial-gradient(circle at top right, rgba(183, 134, 60, .16), transparent 34%),
    var(--paper);
}

.legal-main {
  padding-top: 112px;
}

.legal-hero,
.legal-content {
  width: min(960px, calc(100% - 36px));
  margin: 0 auto;
}

.legal-hero {
  padding: clamp(44px, 7vw, 74px) 0 26px;
}

.legal-hero h1 {
  max-width: 780px;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(42px, 7vw, 72px);
}

.legal-hero p:last-child {
  color: var(--muted);
  font-weight: 700;
}

.legal-content {
  margin-bottom: 72px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 80px rgba(17, 19, 24, .07);
}

.legal-content h2 {
  margin: 34px 0 12px;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
}

.legal-content h2:first-of-type {
  margin-top: 18px;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.legal-content ul {
  padding-left: 22px;
}

.legal-content a {
  color: var(--teal);
  font-weight: 800;
}

.floating-whatsapp {
  position: fixed;
  right: clamp(16px, 3vw, 30px);
  bottom: clamp(16px, 3vw, 30px);
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
}

.floating-whatsapp-text {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(11, 13, 17, .86);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .22);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  backdrop-filter: blur(12px);
}

.floating-whatsapp-icon {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: #25d366;
  box-shadow: 0 16px 34px rgba(37, 211, 102, .34);
  animation: whatsappPulse 2.4s ease-out infinite;
}

.floating-whatsapp-icon::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(37, 211, 102, .38);
  border-radius: inherit;
}

.floating-whatsapp-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-whatsapp:hover .floating-whatsapp-icon {
  transform: translateY(-2px) scale(1.03);
}

.car-gallery-modal[hidden] {
  display: none;
}

.car-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px;
}

.gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 6, 8, .82);
  backdrop-filter: blur(12px);
}

.gallery-panel {
  position: relative;
  display: grid;
  gap: 16px;
  width: min(1040px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: clamp(16px, 3vw, 26px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  color: var(--white);
  background: #101319;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .45);
}

.gallery-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}

.gallery-header h2 {
  margin-bottom: 0;
  font-size: clamp(26px, 4vw, 44px);
}

.gallery-close {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, .06);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.gallery-close-bottom {
  width: min(260px, 100%);
  justify-self: center;
}

.gallery-stage {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #07080b;
}

.gallery-stage img {
  display: block;
  width: 100%;
  max-height: 64vh;
  object-fit: contain;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  min-width: 64px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: var(--white);
  background: rgba(0, 0, 0, .44);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transform: translateY(-50%);
}

.gallery-prev {
  left: 14px;
}

.gallery-next {
  right: 14px;
}

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

.gallery-thumb {
  height: 66px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
}

.gallery-thumb.is-active {
  border-color: var(--gold);
}

.gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-book-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  min-width: min(260px, 100%);
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid rgba(183, 134, 60, .82);
  border-radius: 999px;
  color: #120d07;
  background: var(--gold);
  box-shadow: 0 18px 42px rgba(183, 134, 60, .28);
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  animation: bookPulse 1.25s ease-in-out infinite;
}

.gallery-book-now:hover {
  background: #c9943e;
  transform: translateY(-2px);
}

.gallery-seo-copy {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.65;
}

@keyframes bookPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 18px 42px rgba(183, 134, 60, .24);
  }

  50% {
    transform: scale(1.055);
    box-shadow: 0 22px 54px rgba(183, 134, 60, .42);
  }
}

@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .42), 0 16px 34px rgba(37, 211, 102, .34);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(37, 211, 102, 0), 0 16px 34px rgba(37, 211, 102, .34);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 16px 34px rgba(37, 211, 102, .34);
  }
}

@media (max-width: 880px) {
  .site-header {
    align-items: center;
    gap: 12px;
    padding: 14px 18px 12px;
    border-bottom-color: rgba(255, 255, 255, .12);
    background: linear-gradient(180deg, rgba(5, 7, 10, .82), rgba(5, 7, 10, .5));
    backdrop-filter: blur(14px);
  }

  .nav-links {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-content {
    padding-top: 150px;
    padding-bottom: 76px;
  }

  .section-heading,
  .fleet-grid,
  .service-band,
  .service-grid,
  .seo-grid,
  .faq-grid,
  .booking-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .footer-links-compact {
    grid-template-columns: 1fr;
  }

  .gallery-header {
    align-items: start;
  }

  .gallery-header .gallery-close {
    display: none;
  }

  .gallery-book-now {
    position: sticky;
    top: 0;
    z-index: 3;
    width: min(280px, 100%);
    margin-bottom: 2px;
  }

  .fleet-card {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 12px 14px 10px;
    gap: 10px 12px;
  }

  .brand {
    flex: 1 1 0;
    min-width: 0;
    gap: 10px;
  }

  .brand span {
    min-width: 0;
  }

  .brand strong {
    font-size: 18px;
    line-height: 1.05;
  }

  .brand small {
    font-size: 12px;
  }

  .header-action {
    display: none;
  }

  .card-actions {
    grid-template-columns: 1fr;
  }

  .brand-logo {
    width: 74px;
    height: 50px;
  }

  .menu-toggle {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    margin-inline-start: auto;
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .12);
  }

  .menu-toggle span {
    width: 24px;
  }

  body[dir="rtl"] .menu-toggle {
    right: auto;
    left: 14px;
  }

  .language-switcher {
    order: 3;
    flex: 1 0 100%;
    width: 100%;
    justify-content: center;
    padding: 5px;
    background: rgba(255, 255, 255, .1);
  }

  .lang-button {
    min-height: 34px;
    min-width: 48px;
    font-size: 13px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-image {
    object-position: 61% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .62) 54%, rgba(0, 0, 0, .18) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, 0) 52%);
  }

  .hero-content {
    width: calc(100% - 30px);
    padding: 172px 0 88px 15px;
  }

  body[dir="rtl"] .hero-content {
    padding-right: 15px;
    padding-left: 0;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
  }

  h1 {
    max-width: 340px;
    margin-bottom: 14px;
    font-size: clamp(40px, 12vw, 48px);
    line-height: .96;
  }

  h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.05;
  }

  h3 {
    font-size: 21px;
  }

  .hero-copy {
    max-width: 350px;
    font-size: 18px;
    line-height: 1.48;
  }

  .hero-actions {
    display: grid;
    gap: 12px;
    margin-top: 24px;
  }

  .button {
    width: 100%;
    min-height: 54px;
    font-size: 16px;
  }

  .trust-strip {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }

  .trust-strip span {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    font-size: 15px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .legal-main {
    padding-top: 104px;
  }

  .legal-content {
    width: calc(100% - 28px);
    padding: 22px;
  }

  .legal-hero {
    width: calc(100% - 28px);
  }

  .fleet-section,
  .booking-section,
  .seo-section,
  .faq-section {
    padding: 56px 14px;
  }

  .section-heading {
    gap: 14px;
    margin-bottom: 24px;
  }

  .fleet-grid {
    gap: 14px;
  }

  .all-fleet {
    margin-top: 42px;
    padding-top: 34px;
  }

  .fleet-filters {
    flex-wrap: nowrap;
    margin: 0 -14px 18px;
    padding: 0 14px 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .fleet-filters::-webkit-scrollbar {
    display: none;
  }

  .fleet-filter {
    flex: 0 0 auto;
  }

  .fleet-card {
    padding: 16px;
    border-radius: 8px;
  }

  .fleet-photo-button {
    margin-bottom: 18px;
  }

  .fleet-photo {
    aspect-ratio: 16 / 10.5;
  }

  .card-meta {
    align-items: center;
    margin-top: 22px;
    font-size: 13px;
  }

  .gallery-trigger,
  .book-trigger {
    min-height: 46px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    gap: 8px;
  }

  body[dir="rtl"] .floating-whatsapp {
    right: auto;
    left: 14px;
  }

  .floating-whatsapp-text {
    max-width: 132px;
    padding: 11px 13px;
    white-space: normal;
    line-height: 1.15;
  }

  .floating-whatsapp-icon {
    width: 54px;
    height: 54px;
  }

  .car-gallery-modal {
    padding: 10px;
  }

  .gallery-panel {
    max-height: calc(100vh - 20px);
    gap: 12px;
  }

  .gallery-header {
    align-items: stretch;
    flex-direction: column;
  }

  .gallery-book-now {
    width: 100%;
    min-height: 54px;
  }

  .gallery-nav {
    top: auto;
    bottom: 12px;
    transform: none;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

  .reveal-section,
  .reveal-card {
    opacity: 1;
    transform: none;
  }
}
