:root {
  --black: #000000;
  --ink: #151515;
  --soft-ink: #3c3a36;
  --white: #ffffff;
  --ivory: #ffffff;
  --warm: #f7f7f7;
  --mist: #f2f2f2;
  --sage: #4d4d4d;
  --gold: #c8a96a;
  --gold-deep: #a8894f;
  --line: rgba(255, 255, 255, 0.18);
  --dark-line: rgba(5, 5, 5, 0.14);
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  --max: 1180px;
  --radius: 8px;
  --hero-image: url("assets/generated/cet-hero-chauffeur-door-v7.webp?v=hero-door-20260506");
  --street-image: url("assets/generated/cet-rodeo-drive-service-v3.webp");
  --services-hero-image: url("assets/curated/services-hero-palm-boulevard.webp");
  --la-road-image: url("assets/curated/la-road-malibu-coastline.webp?v=about-hero-20260501");
  --airport-image: url("assets/generated/cet-booking-private-jet-arrival-chauffeur-v2.webp?v=booking-20260506d");
  --contact-image: url("assets/generated/cet-contact-la-golden-motion-v1.webp?v=contact-20260506");
  --care-image: url("assets/curated/home-care-beverly-street.webp?v=care-20260501");
  --about-approach-image: url("assets/page-backgrounds/about-la-coastal-road-v1.png?v=about-coast-20260501");
  --services-area-image: url("assets/page-backgrounds/services-la-coastal-road-drone-v1.png?v=services-coast-20260501");
  --photo-lax: url("assets/curated/service-airport-lax-day.webp");
  --photo-rodeo: url("assets/curated/service-hourly-rodeo.webp");
  --photo-dolby: url("assets/curated/dropoff-dolby.webp");
  --photo-santa-monica: url("assets/curated/dropoff-santa-monica.webp");
  --photo-griffith: url("assets/generated/photo-griffith-observatory-stock-driver-v1.png?v=griffith-stock-driver-20260501");
  --photo-hollywood: url("assets/curated/dropoff-hollywood.webp");
  --photo-getty: url("assets/curated/dropoff-getty.webp");
  --photo-limo-party: url("assets/curated/service-events-limo-night.webp");
  --dropoff-hollywood: var(--photo-hollywood);
  --dropoff-griffith: var(--photo-griffith);
  --dropoff-rodeo: var(--photo-rodeo);
  --dropoff-santa-monica: var(--photo-santa-monica);
  --dropoff-getty: var(--photo-getty);
  --dropoff-dolby: var(--photo-dolby);
  --service-airports-photo: var(--photo-lax);
  --service-hourly-photo: var(--photo-rodeo);
  --service-events-photo: var(--photo-limo-party);
  --fleet-lexus: url("assets/fleet-final/fleet-lexus-tx-logo-focus-v2.webp?v=final-20260430");
  --fleet-escalade: url("assets/fleet-final/fleet-cadillac-escalade-logo-focus-v2.webp?v=final-20260430");
  --fleet-sclass: url("assets/fleet-final/mercedes-s-class-hood-badge-removed-v3.webp?v=final-20260430");
  --fleet-limousine: url("assets/fleet-final/fleet-cadillac-limousine-logo-focus-v2.png?v=final-20260430");
  --fleet-sprinter: url("assets/fleet-final/mercedes-sprinter-santa-monica-v1.webp?v=final-20260430");
  --fleet-bmw: url("assets/fleet-final/fleet-bmw-7-series-logo-focus-v2.webp?v=final-20260430");
  --suv-image: var(--fleet-escalade);
  --detail-image: var(--fleet-lexus);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.lang-tr {
  display: none;
}

body[data-lang="tr"] .lang-en {
  display: none;
}

body[data-lang="tr"] .lang-tr {
  display: inline;
}

body[data-lang="en"] .lang-tr {
  display: none !important;
}

body[data-lang="tr"] .lang-en {
  display: none !important;
}

body[data-lang="tr"] .lang-tr {
  display: inline !important;
}

.text-nowrap {
  white-space: nowrap;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: var(--white);
  background: rgba(5, 5, 5, 0.6);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(var(--max), calc(100% - 32px));
  height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  min-width: 138px;
}

.brand-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
}

.brand-line {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.68);
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 0.87rem;
  color: rgba(255, 255, 255, 0.78);
}

.main-nav a {
  padding: 10px 0;
  border-bottom: 1px solid transparent;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--white);
  border-color: var(--gold);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.lang-option {
  width: 34px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0.68;
  transition: opacity 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.lang-option:hover,
.lang-option:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
}

.lang-option:focus-visible {
  outline: 2px solid rgba(200, 169, 106, 0.9);
  outline-offset: 4px;
}

.flag-img {
  width: 30px;
  height: 22px;
  display: block;
  border-radius: 3px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.42), 0 5px 14px rgba(0, 0, 0, 0.28);
}

body[data-lang="en"] .lang-toggle .en-pill,
body[data-lang="tr"] .lang-toggle .tr-pill {
  opacity: 1;
}

body[data-lang="en"] .lang-toggle .en-pill .flag-img,
body[data-lang="tr"] .lang-toggle .tr-pill .flag-img {
  box-shadow: 0 0 0 2px rgba(200, 169, 106, 0.95), 0 7px 18px rgba(0, 0, 0, 0.34);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-radius: 999px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 0;
  background: currentColor;
}

.mobile-lang-toggle {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 0;
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

button.button {
  appearance: none;
}

.button:hover {
  transform: scale(1.03);
}

.button.primary {
  background: var(--gold);
  color: var(--black);
}

.button.primary:hover {
  background: var(--gold-deep);
  box-shadow: 0 14px 34px rgba(200, 169, 106, 0.25);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.button.dark {
  background: var(--black);
  color: var(--white);
}

.button.light {
  border: 1px solid var(--dark-line);
  background: var(--white);
  color: var(--black);
}

.button.text {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--gold-deep);
}

.hero {
  min-height: 92vh;
  padding: 130px 0 54px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.46) 47%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.04) 52%),
    var(--hero-image) center / cover no-repeat;
  display: flex;
  align-items: flex-end;
}

.hero-inner,
.section-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, 0.58fr);
  gap: 42px;
  align-items: end;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.section-title h2,
.split-copy h2,
.booking-panel h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.02;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
}

.hero-copy {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.hero-proof-list {
  max-width: 760px;
  margin: 26px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.hero-proof-list li {
  min-height: 38px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.36);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 800;
}

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

.cta-trust,
.form-trust {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  font-weight: 750;
}

.section-action .cta-trust,
.prefooter-cta .cta-trust,
.form-trust {
  color: var(--soft-ink);
}

.quick-reserve {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(6, 6, 6, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}

.quick-reserve h2 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.mini-form {
  display: grid;
  gap: 12px;
}

.field {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
}

.field label {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  outline: none;
}

.field input[type="date"],
.field input[type="time"],
.field input[type="datetime-local"] {
  -webkit-appearance: none;
  appearance: none;
}

.field textarea {
  min-height: 112px;
  padding-top: 12px;
  resize: vertical;
}

.field select option {
  color: var(--black);
}

.hidden-field {
  display: none;
}

.mini-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  min-width: 0;
}

.trust-strip {
  background: var(--black);
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-grid {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  min-height: 118px;
  padding: 26px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-item strong {
  display: block;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 500;
}

.trust-item span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.section {
  padding: 92px 0;
}

.section.compact {
  padding: 72px 0;
}

.section.tight-top {
  padding-top: 52px;
}

.section.tight-bottom {
  padding-bottom: 52px;
}

.section.dark {
  color: var(--white);
  background: var(--black);
}

.section.white {
  background: var(--white);
}

.section.warm {
  background: var(--warm);
}

.section-title {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.5fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 36px;
}

.section-title h2 {
  font-size: clamp(2.35rem, 4vw, 4.4rem);
}

.section-title p {
  margin: 0;
  color: var(--soft-ink);
}

.dark .section-title p {
  color: rgba(255, 255, 255, 0.7);
}

.service-grid,
.fleet-grid,
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

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

.service-card,
.fleet-card,
.value-card,
.note-card {
  border: 1px solid var(--dark-line);
  background: rgba(255, 255, 255, 0.6);
  border-radius: var(--radius);
  overflow: hidden;
}

.dark .service-card,
.dark .fleet-card,
.dark .value-card,
.dark .note-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.service-card {
  min-height: 354px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.value-card.service-card {
  min-height: 0;
  padding: 24px;
  justify-content: start;
}

.value-card.service-card h3 {
  font-size: 1.42rem;
}

.value-card.service-card p {
  font-size: 0.96rem;
}

.service-number {
  color: var(--gold-deep);
  font-size: 0.8rem;
  font-weight: 800;
}

.dark .service-number {
  color: var(--gold);
}

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

.service-visual-card {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--white);
  isolation: isolate;
  background: var(--service-hourly-photo) center / cover no-repeat;
  box-shadow: var(--shadow);
}

.service-visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.78) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.14));
}

.service-visual-card.airports {
  grid-column: 1 / -1;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  align-items: end;
  gap: clamp(24px, 4vw, 58px);
  padding: clamp(28px, 4vw, 44px);
  background-image: var(--service-airports-photo);
}

.service-visual-card.airports .service-visual-copy {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 620px;
  padding: 0;
}

.service-visual-card.airports .service-visual-copy p {
  max-width: 560px;
}

.service-visual-card.hourly {
  background-image: var(--service-hourly-photo);
}

.service-visual-card.business {
  background-image: var(--street-image);
}

.service-visual-card.events {
  background-image: var(--service-events-photo);
}

.service-visual-copy {
  width: min(100%, 760px);
  padding: 38px;
}

.service-visual-copy h3 {
  margin: 6px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4.8vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.service-visual-card:not(.airports) .service-visual-copy h3 {
  font-size: clamp(2rem, 3.3vw, 3.55rem);
}

.service-visual-copy p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.poster-kicker {
  color: var(--gold) !important;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.airport-code-grid {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: min(560px, calc(100% - 68px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.service-visual-card.airports .airport-code-grid {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 560px;
  justify-self: end;
  align-self: end;
}

.airport-code-grid > span {
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(7, 10, 13, 0.72);
  text-align: center;
}

.airport-code-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--white);
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  line-height: 0.9;
}

.airport-code-grid small {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.6rem, 0.7vw, 0.68rem);
  font-weight: 800;
  line-height: 1.22;
  text-transform: uppercase;
}

.poster-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.poster-tags span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(0, 0, 0, 0.32);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-card h3,
.fleet-card h3,
.value-card h3,
.note-card h3 {
  margin: 16px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.58rem;
  font-weight: 500;
  line-height: 1.12;
}

.service-card p,
.fleet-card p,
.value-card p,
.note-card p {
  margin: 0;
  color: var(--soft-ink);
}

.dark .service-card p,
.dark .fleet-card p,
.dark .value-card p,
.dark .note-card p {
  color: rgba(255, 255, 255, 0.68);
}

.service-list,
.fleet-list,
.clean-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: var(--soft-ink);
  font-size: 0.92rem;
}

.dark .service-list,
.dark .fleet-list {
  color: rgba(255, 255, 255, 0.72);
}

.service-list li,
.fleet-list li,
.clean-list li {
  display: flex;
  gap: 9px;
}

.service-list li::before,
.fleet-list li::before,
.clean-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold);
}

.proof-grid,
.audience-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.proof-card,
.audience-grid article,
.faq-grid details {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
}

.proof-card strong,
.audience-grid strong,
.faq-grid summary {
  display: block;
  color: var(--black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.14;
}

.proof-card p,
.audience-grid span,
.faq-grid p {
  margin: 14px 0 0;
  color: var(--soft-ink);
}

.audience-grid article {
  display: grid;
  align-content: start;
}

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

.faq-grid details {
  min-height: auto;
}

.faq-grid summary {
  cursor: pointer;
}

.faq-grid summary::marker {
  color: var(--gold);
}

.faq-suite {
  display: grid;
  grid-template-columns: minmax(280px, 0.43fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.faq-concierge {
  position: sticky;
  top: 112px;
  padding: 30px;
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.96), rgba(27, 24, 19, 0.96)),
    var(--black);
  color: var(--white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
}

.faq-concierge h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  font-weight: 500;
  line-height: 1.02;
}

.faq-concierge p:not(.eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.faq-assurance-list {
  margin: 28px 0;
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.faq-assurance-list > span {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 750;
}

.faq-accordion {
  border-top: 1px solid var(--dark-line);
}

.faq-item {
  border-bottom: 1px solid var(--dark-line);
}

.faq-item summary {
  min-height: 104px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 22px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary small {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-item summary strong {
  display: block;
  color: var(--black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.35vw, 2.55rem);
  font-weight: 500;
  line-height: 1.08;
}

.faq-toggle {
  width: 38px;
  height: 38px;
  border: 1px solid var(--dark-line);
  border-radius: 50%;
  position: relative;
  transition:
    background 180ms ease,
    border-color 180ms ease;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1.5px;
  background: var(--black);
  transform: translate(-50%, -50%);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-toggle {
  border-color: var(--black);
  background: var(--black);
}

.faq-item[open] .faq-toggle::before {
  background: var(--white);
}

.faq-item[open] .faq-toggle::after {
  background: var(--white);
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  max-width: 820px;
  padding: 0 64px 28px 0;
  animation: faq-answer-in 190ms ease both;
}

.faq-answer p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 1rem;
}

@keyframes faq-answer-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.testimonial-marquee {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.testimonial-track {
  width: max-content;
  display: flex;
  gap: 16px;
  padding: 22px 0;
  animation: testimonial-scroll 42s linear infinite;
}

.testimonial-marquee:hover .testimonial-track {
  animation-play-state: paused;
}

.review-card {
  width: min(390px, calc(100vw - 48px));
  min-height: 220px;
  padding: 24px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.review-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.review-card strong,
.stars {
  color: var(--gold);
  font-weight: 850;
}

.stars {
  letter-spacing: 0.08em;
}

@keyframes testimonial-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 8px));
  }
}

.section-action {
  margin-top: 32px;
  display: grid;
  justify-items: center;
  gap: 4px;
}

.prefooter-cta {
  padding: 70px 0;
  color: var(--white);
  background: var(--black);
  text-align: center;
}

.prefooter-cta h2 {
  max-width: 780px;
  margin: 0 auto 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1.04;
}

.prefooter-cta .cta-trust {
  color: rgba(255, 255, 255, 0.72);
}

.form-trust {
  color: var(--soft-ink);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: center;
}

.split-media {
  min-height: 590px;
  background: var(--street-image) center / cover no-repeat;
  border-radius: var(--radius);
}

.split-media.care {
  background-image: var(--care-image);
}

.split-media.alt {
  background-image: var(--services-area-image);
  background-position: center;
}

.split-media.vehicle {
  background-image: var(--about-approach-image);
  background-position: center;
}

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

.moment-card {
  min-height: 360px;
  aspect-ratio: 4 / 3;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--radius);
  isolation: isolate;
  color: var(--white);
  background: var(--street-image) center / cover no-repeat;
}

.moment-card.hollywood {
  background-image: var(--dropoff-hollywood);
}

.moment-card.griffith {
  background-image: var(--dropoff-griffith);
}

.moment-card.rodeo {
  background-image: var(--dropoff-rodeo);
}

.moment-card.santa-monica {
  background-image: var(--dropoff-santa-monica);
}

.moment-card.getty {
  background-image: var(--dropoff-getty);
}

.moment-card.dolby {
  background-image: var(--dropoff-dolby);
}

.moment-card.airport {
  background-image: var(--airport-image);
}

.moment-card.city {
  background-image: var(--street-image);
}

.moment-card.event {
  background-image: var(--contact-image);
}

.moment-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.03) 10%, rgba(0, 0, 0, 0.78) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.08));
}

.moment-card div {
  padding: 28px;
}

.moment-card h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.2vw, 2.45rem);
  line-height: 1;
  letter-spacing: 0;
}

.moment-card p {
  max-width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.split-copy h2 {
  font-size: clamp(2.35rem, 4.4vw, 4.7rem);
}

.split-copy p {
  max-width: 590px;
  color: var(--soft-ink);
}

.dark .split-copy p {
  color: rgba(255, 255, 255, 0.7);
}

.feature-rows {
  margin-top: 26px;
  border-top: 1px solid var(--dark-line);
}

.dark .feature-rows {
  border-color: rgba(255, 255, 255, 0.14);
}

.feature-row {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--dark-line);
}

.dark .feature-row {
  border-color: rgba(255, 255, 255, 0.14);
}

.feature-row strong {
  color: var(--gold-deep);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.dark .feature-row strong {
  color: var(--gold);
}

.feature-row span {
  color: var(--soft-ink);
}

.dark .feature-row span {
  color: rgba(255, 255, 255, 0.76);
}

.fleet-card {
  display: grid;
  grid-template-rows: 270px 1fr;
  background: var(--white);
}

.fleet-image {
  background: var(--fleet-escalade) center / cover no-repeat;
}

.fleet-image.lexus {
  background-image: var(--fleet-lexus);
}

.fleet-image.escalade {
  background-image: var(--fleet-escalade);
}

.fleet-image.sclass {
  background-image: var(--fleet-sclass);
}

.fleet-image.limousine {
  background-image: var(--fleet-limousine);
}

.fleet-image.sprinter {
  background-image: var(--fleet-sprinter);
}

.fleet-image.economy,
.fleet-image.bmw {
  background-image: var(--fleet-bmw);
}

.fleet-body {
  padding: 26px;
}

.fleet-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.fleet-meta span {
  min-height: 64px;
  padding: 10px;
  display: grid;
  align-content: center;
  border: 1px solid var(--dark-line);
  border-radius: 6px;
  color: var(--soft-ink);
  font-size: 0.78rem;
}

.fleet-meta strong {
  display: block;
  color: var(--black);
  font-size: 1rem;
}

.journey {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.journey::before {
  content: "";
  position: absolute;
  left: 66px;
  right: 66px;
  top: 53px;
  height: 3px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(200, 169, 106, 0.02), rgba(200, 169, 106, 0.28) 14%, rgba(255, 236, 176, 0.82) 48%, rgba(200, 169, 106, 0.42) 72%, rgba(200, 169, 106, 0.02)),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  box-shadow: 0 0 24px rgba(200, 169, 106, 0.22);
}

.journey-step {
  position: relative;
  z-index: 1;
  min-height: 168px;
  padding: 18px;
}

.journey-step > span {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: radial-gradient(circle at 34% 30%, #f2d77a 0%, var(--gold) 58%, #9b7421 100%);
  color: var(--black);
  box-shadow: 0 0 0 8px var(--black), 0 0 24px rgba(200, 169, 106, 0.26);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.journey-step h3 {
  margin: 22px 0 8px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.25vw, 1.38rem);
  font-weight: 500;
  line-height: 1.16;
}

.journey-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
  line-height: 1.58;
}

.page-hero {
  min-height: 58vh;
  padding: 140px 0 70px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.25)),
    var(--la-road-image) center / cover no-repeat;
  display: flex;
  align-items: flex-end;
}

.page-hero.services {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.25)),
    var(--services-hero-image) center / cover no-repeat;
}

.page-hero.booking {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.28)),
    var(--airport-image) center / cover no-repeat;
}

.page-hero.contact {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.22)),
    var(--contact-image) 20% center / cover no-repeat;
}

.page-hero h1 {
  max-width: 880px;
  font-size: clamp(3rem, 6vw, 6rem);
}

.page-hero p {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.booking-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.booking-panel,
.booking-summary,
.contact-panel {
  border: 1px solid var(--dark-line);
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px;
}

.booking-panel h2 {
  font-size: 2rem;
}

.segment {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 24px 0;
  padding: 6px;
  border: 1px solid var(--dark-line);
  border-radius: 999px;
  background: var(--ivory);
}

.segment button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.segment button.active {
  background: var(--black);
  color: var(--white);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.booking-form .field label,
.contact-form .field label {
  color: var(--soft-ink);
}

.booking-form .field input,
.booking-form .field select,
.booking-form .field textarea,
.contact-form .field input,
.contact-form .field select,
.contact-form .field textarea {
  border-color: var(--dark-line);
  background: var(--ivory);
  color: var(--ink);
}

.span-2 {
  grid-column: span 2;
}

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

.vehicle-option {
  min-height: 124px;
  padding: 18px;
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  background: var(--ivory);
}

.vehicle-option strong {
  display: block;
  margin-bottom: 8px;
}

.vehicle-option span {
  color: var(--soft-ink);
  font-size: 0.9rem;
}

.booking-note {
  min-height: 124px;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 8px;
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  background: var(--ivory);
  color: var(--soft-ink);
}

.booking-note strong {
  color: var(--ink);
}

.booking-summary {
  position: sticky;
  top: 96px;
}

.booking-summary h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--dark-line);
  color: var(--soft-ink);
}

.summary-line strong {
  color: var(--ink);
  text-align: right;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 24px;
}

.contact-panel.dark-panel {
  color: var(--white);
  background: var(--black);
}

.contact-panel h2,
.contact-panel h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
}

.contact-line {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-line span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.contact-line strong {
  display: block;
  margin-top: 4px;
  font-size: 1.05rem;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.site-footer {
  padding: 54px 0 36px;
  color: var(--white);
  background: var(--black);
}

.footer-grid {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
}

.footer-grid h3,
.footer-grid h4 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.footer-grid p,
.footer-grid a {
  color: rgba(255, 255, 255, 0.68);
}

.footer-links {
  display: grid;
  gap: 7px;
}

.footer-bottom {
  width: min(var(--max), calc(100% - 32px));
  margin: 36px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
}

@media (max-width: 980px) {
  .header-inner {
    height: 68px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    height: calc(100vh - 68px);
    padding: 32px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: rgba(5, 5, 5, 0.96);
    font-size: 1.25rem;
  }

  body.nav-open .main-nav {
    display: flex;
  }

  .mobile-lang-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    cursor: pointer;
  }

  .hero-grid,
  .section-title,
  .split,
  .booking-shell,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .quick-reserve {
    max-width: 520px;
  }

  .trust-grid,
  .journey {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey {
    gap: 12px;
    padding: 18px;
  }

  .journey::before {
    display: none;
  }

  .journey-step {
    min-height: auto;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
  }

  .journey-step > span {
    box-shadow: none;
  }

  .service-grid,
  .fleet-grid,
  .value-grid {
    grid-template-columns: 1fr 1fr;
  }

  .booking-summary {
    position: static;
  }
}

@media (max-width: 680px) {
  .header-actions .button {
    display: none;
  }

  .header-inner,
  .hero-inner,
  .section-inner {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand {
    min-width: 124px;
  }

  .header-actions {
    gap: 8px;
    position: fixed;
    top: 14px;
    right: 16px;
    z-index: 40;
    flex-direction: row;
  }

  .lang-toggle {
    gap: 7px;
  }

  .lang-option {
    width: 31px;
    height: 26px;
  }

  .flag-img {
    width: 28px;
    height: 21px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
    display: inline-block !important;
    position: static;
    z-index: 50;
    border-color: rgba(200, 169, 106, 0.65);
    background: rgba(5, 5, 5, 0.62);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
  }

  .hero,
  .page-hero {
    min-height: auto;
    padding-top: 118px;
  }

  .hero-grid {
    gap: 26px;
  }

  .quick-reserve {
    width: auto;
    max-width: none;
    padding: 24px;
  }

  .hero h1,
  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 10.6vw, 2.95rem);
    overflow-wrap: break-word;
  }

  .hero-copy,
  .hero-grid,
  .quick-reserve {
    min-width: 0;
    max-width: 100%;
  }

  .mini-form-row,
  .trust-grid,
  .service-grid,
  .fleet-grid,
  .value-grid,
  .journey,
  .booking-form,
  .vehicle-select,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .span-2 {
    grid-column: span 1;
  }

  .section {
    padding: 68px 0;
  }

  .section.compact,
  .section.tight-top {
    padding-top: 54px;
  }

  .section.compact,
  .section.tight-bottom {
    padding-bottom: 54px;
  }

  .split-media {
    min-height: 360px;
  }

  .journey {
    gap: 18px;
    padding: 20px;
  }

  .journey::before {
    display: block;
    left: 36px;
    right: auto;
    top: 36px;
    bottom: 30px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(200, 169, 106, 0.75), rgba(200, 169, 106, 0.08));
  }

  .journey-step {
    padding: 0 0 0 58px;
    border: 0;
  }

  .journey-step > span {
    position: absolute;
    left: 0;
    top: 0;
  }

  .journey-step h3 {
    margin: 0 0 7px;
  }

  .feature-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .fleet-card {
    grid-template-rows: 230px 1fr;
  }

  .segment {
    border-radius: 8px;
    grid-template-columns: 1fr;
  }

  .segment button {
    border-radius: 6px;
  }
}

/* Premium direction pass: more cinematic hero, cleaner booking bar, refined fleet specs. */
.hero {
  min-height: 96vh;
  padding: 128px 0 44px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.48) 45%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.02) 58%),
    var(--hero-image) center / cover no-repeat;
}

.hero-grid {
  grid-template-columns: 1fr;
  gap: 38px;
}

.hero h1 {
  max-width: 1040px;
  font-size: clamp(3rem, 5.8vw, 5.95rem);
  letter-spacing: 0;
}

.hero-copy {
  max-width: 680px;
}

.quick-reserve {
  width: min(100%, 1090px);
  padding: 18px;
  background: rgba(6, 6, 6, 0.78);
}

.quick-reserve h2 {
  margin-bottom: 14px;
  font-size: 1.16rem;
}

.mini-form {
  grid-template-columns: 1.1fr 1.1fr 1.2fr 0.9fr auto;
  align-items: end;
}

.mini-form .button {
  min-width: 166px;
  height: 46px;
  white-space: nowrap;
}

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

.fleet-card {
  grid-template-rows: 280px 1fr;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

.fleet-body {
  padding: 30px;
}

.fleet-card h3 {
  font-size: clamp(1.85rem, 2.25vw, 2.55rem);
}

.fleet-card p {
  max-width: 540px;
}

.fleet-meta {
  gap: 0;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--dark-line);
}

.fleet-meta > span {
  min-height: auto;
  padding: 0 18px;
  display: block;
  border: 0;
  border-left: 1px solid var(--dark-line);
  border-radius: 0;
  color: var(--soft-ink);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.fleet-meta > span:first-child {
  padding-left: 0;
  border-left: 0;
}

.fleet-meta > span strong {
  display: block;
  margin-bottom: 6px;
  color: var(--black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
  font-weight: 500;
  line-height: 1;
}

.fleet-meta > span span {
  min-height: auto;
  padding: 0;
  display: inline;
  border: 0;
  color: inherit;
  font-size: inherit;
  text-transform: none;
}

.fleet-grid > .service-card {
  grid-column: 1 / -1;
  min-height: auto;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 34px;
  align-items: end;
}

.fleet-grid > .service-card .service-list {
  margin-top: 0;
}

@media (max-width: 980px) {
  .mini-form,
  .service-visual-grid,
  .fleet-grid,
  .fleet-grid > .service-card {
    grid-template-columns: 1fr;
  }

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

  .faq-suite {
    grid-template-columns: 1fr;
  }

  .faq-concierge {
    position: static;
  }

  .faq-assurance-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    border-top: 0;
  }

.faq-assurance-list > span {
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
  }

  .service-visual-card.airports {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .service-visual-card.airports .airport-code-grid {
    max-width: 100%;
    justify-self: start;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .quick-reserve {
    max-width: 620px;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: auto;
    align-items: flex-start;
    padding-top: 116px;
  }

  .hero h1,
  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(2.28rem, 10.4vw, 2.95rem);
  }

  .hero-copy {
    max-width: 340px;
  }

  .hero-proof-list {
    gap: 8px;
  }

  .hero-proof-list li {
    width: 100%;
  }

  .quick-reserve {
    width: auto;
    padding: 24px;
  }

  .service-grid,
  .proof-grid,
  .audience-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-suite {
    gap: 24px;
  }

  .faq-concierge {
    padding: 24px;
  }

  .faq-assurance-list {
    grid-template-columns: 1fr;
  }

  .faq-item summary {
    min-height: 88px;
    padding: 20px 0;
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 14px;
  }

  .faq-item summary strong {
    font-size: clamp(1.35rem, 7vw, 1.9rem);
  }

  .faq-toggle {
    width: 34px;
    height: 34px;
  }

  .faq-answer {
    padding: 0 0 24px;
  }

  .faq-answer p {
    font-size: 0.98rem;
  }

  .service-visual-card {
    min-height: 480px;
  }

  .service-visual-card.airports {
    min-height: auto;
    padding: 28px;
  }

  .service-visual-copy {
    padding: 28px;
  }

  .service-visual-card.airports .service-visual-copy {
    padding-bottom: 0;
  }

  .service-visual-copy h3,
  .service-visual-card:not(.airports) .service-visual-copy h3 {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .service-visual-card.airports .airport-code-grid {
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .airport-code-grid > span {
    min-height: 78px;
    padding: 12px 9px;
  }

  .airport-code-grid strong {
    font-size: 1.52rem;
  }

  .airport-code-grid small {
    font-size: 0.58rem;
  }

  .moments-grid {
    grid-template-columns: 1fr;
  }

  .moment-card {
    min-height: 320px;
    aspect-ratio: auto;
  }

  .fleet-card {
    grid-template-rows: 245px 1fr;
  }

  .fleet-body {
    padding: 24px;
  }

  .fleet-meta > span strong {
    font-size: 1.75rem;
  }
}

@media (max-width: 680px) {
  .site-header .menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 380px) {
  .brand-line {
    display: none;
  }
}

/* Landmark cards need clear separation on dark backgrounds. */
.moments-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 3vw, 48px);
  align-items: stretch;
}

.moment-card {
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 26px 68px rgba(0, 0, 0, 0.38);
  background-clip: padding-box;
}

.moment-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.moment-card div {
  padding: clamp(28px, 3vw, 38px);
}

@media (max-width: 980px) {
  .moments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .moment-card {
    min-height: 360px;
  }
}

@media (max-width: 680px) {
  .moments-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .moment-card {
    min-height: 320px;
    aspect-ratio: auto;
  }
}

.whatsapp-float {
  position: fixed;
  right: clamp(16px, 2.4vw, 28px);
  bottom: clamp(16px, 2.4vw, 28px);
  z-index: 80;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: #25d366;
  color: #06180d;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28), 0 10px 26px rgba(37, 211, 102, 0.24);
  font-size: 0.92rem;
  font-weight: 850;
  letter-spacing: 0;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  background: #2ee374;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.32), 0 12px 30px rgba(37, 211, 102, 0.28);
}

.whatsapp-float:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.72);
  outline-offset: 4px;
}

.whatsapp-float-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #128c4a;
}

.whatsapp-float-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.whatsapp-float-label {
  white-space: nowrap;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 1500px) {
  .whatsapp-float {
    padding: 9px;
  }

  .whatsapp-float-label {
    display: none;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 82px;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 14px;
    right: 78px;
    bottom: 14px;
    z-index: 82;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: var(--radius);
    background: var(--gold);
    color: var(--black);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28), 0 10px 26px rgba(200, 169, 106, 0.24);
    font-size: 0.88rem;
    font-weight: 850;
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  body.mobile-cta-visible .mobile-sticky-cta {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-height: 50px;
    padding: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
  }

  body.mobile-cta-visible .whatsapp-float {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .whatsapp-float-label {
    display: none;
  }

  .whatsapp-float-icon {
    width: 34px;
    height: 34px;
  }
}
