:root {
  --navy: #2c2a76;
  --orange: #e56824;
  --ink: #1a1840;
  --white: #fff;
  --paper: #f5f5f8;
  --muted: #5c5a7a;
  --line: #e2e1ee;
  --blue: #2c2a76;
  --blue-deep: #2c2a76;
  --yellow: #e56824;
  --ink-2: #232170;
  --ocean: #2c2a76;
  --ok: #1f7a4d;
  --shadow: 0 18px 50px rgba(44, 42, 118, 0.18);
  --radius: 8px;
  --header: 96px;
  --font-ui: Inter, Arial, system-ui, sans-serif;
  --font-display: Inter, Arial, system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

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

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

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

button {
  cursor: pointer;
}

.skip {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--orange);
  color: var(--white);
  padding: 8px 12px;
  z-index: 100;
}

.skip:focus {
  left: 8px;
}

.util {
  background: var(--navy);
  color: #d8d7ea;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.util-inner,
.nav-inner,
.wrap,
.hero-copy,
.book-bar,
.fleet-head,
.cta-inner {
  width: 100%;
  max-width: 1180px;
  padding-inline: 16px;
  margin-inline: auto;
  box-sizing: border-box;
}

.util-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 36px;
}

.util a:hover {
  color: var(--yellow);
}

.util-right {
  display: flex;
  gap: 18px;
  align-items: center;
}

.fx-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #d8d7ea;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.fx-toggle:hover,
.fx-toggle:focus-visible {
  border-color: var(--orange);
  color: var(--white);
}

.fx-toggle[aria-pressed="true"] .fx-usd,
.fx-toggle:not([aria-pressed="true"]) .fx-eur {
  color: var(--orange);
}

.fx-icon {
  display: block;
  opacity: 0.85;
}

.fx-hint {
  display: inline;
  color: var(--muted);
}

.dot {
  color: var(--yellow);
  margin-right: 6px;
}

header.site {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--white);
  border-bottom: 3px solid var(--orange);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header);
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo img {
  display: block;
  height: 76px;
  width: auto;
  min-width: 300px;
}

.logo .logo-compact {
  display: none;
}

.nav-links {
  display: flex;
  gap: 26px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--orange);
}

.nav-cta {
  display: flex;
  gap: 10px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.15s ease, filter 0.15s ease, background 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.btn-yellow,
.btn-orange {
  background: var(--orange);
  color: var(--white);
}

.btn-ghost {
  background: transparent;
  color: var(--navy);
  border: 1px solid var(--navy);
}

.cta .btn-ghost,
.locations .btn-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
}

.btn-dark {
  background: var(--blue-deep);
  color: var(--white);
}

.btn-wide {
  width: 100%;
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: var(--orange);
  color: var(--white);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 10px 12px;
  flex-shrink: 0;
  margin-left: auto;
}

@media (min-width: 981px) {
  .menu-toggle {
    display: none;
  }
}

.hero {
  position: relative;
  min-height: calc(100vh - 108px);
  color: var(--white);
  display: grid;
  align-items: end;
  overflow: hidden;
  width: 100%;
}

.hero > * {
  min-width: 0;
  max-width: 100%;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(44, 42, 118, 0.35) 0%, rgba(44, 42, 118, 0.12) 38%, rgba(26, 24, 64, 0.78) 100%),
    linear-gradient(90deg, rgba(26, 24, 64, 0.5), transparent 55%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding-top: 72px;
  padding-bottom: 28px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 4px;
}

.hero h1 {
  font-family: var(--font-ui);
  font-size: clamp(40px, 6.5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 18px 0 14px;
  font-weight: 700;
  max-width: 14ch;
}

.hero h1 em {
  font-style: normal;
  color: var(--orange);
}

.hero p.lead {
  max-width: min(28em, 100%);
  font-size: 18px;
  color: #f2f2ee;
  margin: 0 0 22px;
  overflow-wrap: break-word;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 13px;
  color: #ddd;
}

.hero-stats strong {
  display: block;
  color: var(--white);
  font-size: 18px;
}

.book-wrap {
  position: relative;
  z-index: 2;
  padding: 0 0 28px;
}

.book-bar {
  background: var(--white);
  color: var(--ink);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 0.9fr) minmax(0, 1fr) minmax(0, 0.9fr) auto;
  gap: 10px;
  align-items: end;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.field label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  height: 46px;
  border: 1px solid var(--line);
  background: #fafaf8;
  border-radius: 8px;
  padding: 0 12px;
  outline: none;
}

.field select {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.field textarea {
  height: auto;
  padding: 12px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(229, 104, 36, 0.2);
}

.book-bar .btn {
  height: 46px;
  padding-inline: 22px;
  white-space: nowrap;
}

.trust {
  background: var(--blue-deep);
  color: var(--white);
}

.trust-grid {
  width: 100%;
  max-width: 1180px;
  padding-inline: 16px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.trust-item {
  padding: 22px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item span {
  display: block;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

section {
  padding: 88px 0;
}

section[id],
#book {
  scroll-margin-top: 88px;
}

.section-kicker {
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

h2 {
  font-family: var(--font-ui);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 14px;
}

.sub {
  color: var(--muted);
  max-width: 62ch;
  margin: 0;
}

.fleet {
  background: var(--paper);
}

.fleet-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 32px;
}

.range-note {
  font-size: 13px;
  color: var(--muted);
  max-width: 36ch;
}

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

.model-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #3a3858;
  display: grid;
  gap: 4px;
}

.car-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  display: grid;
  grid-template-rows: auto 1fr;
}

.car-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  background: #ecece8;
}

.car-body {
  padding: 20px 22px 22px;
  display: grid;
  gap: 14px;
}

.badge {
  display: inline-flex;
  width: fit-content;
  background: var(--orange);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 4px;
}

.badge.quiet {
  background: #ecebf6;
  color: var(--navy);
}

.car-body h3 {
  margin: 8px 0 4px;
  font-size: 24px;
}

.or-similar {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: 13px;
  color: #444;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.price-row b {
  font-size: 28px;
  font-family: var(--font-ui);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.price-row b span {
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  width: 100%;
  max-width: 1180px;
  padding-inline: 16px;
  margin: 0 auto;
  align-items: center;
}

.split img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 18px;
}

.pillars {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.pillar {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
}

.num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--orange);
  display: grid;
  place-items: center;
  font-weight: 700;
}

.reviews {
  background: var(--paper);
}

.reviews-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.review-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 22px 18px;
  display: grid;
  gap: 10px;
}

.review-stars {
  margin: 0;
  color: var(--orange);
  letter-spacing: 0.08em;
  font-size: 14px;
}

.review-card blockquote {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: var(--ink);
}

.review-meta {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}

.locations {
  background: var(--navy);
  color: var(--white);
}

.locations h2,
.cta h2 {
  color: var(--white);
}

.locations .section-kicker {
  color: var(--orange);
}

.locations .sub {
  color: #d8d7ea;
}

.loc-grid {
  width: 100%;
  max-width: 1180px;
  padding-inline: 16px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 16px;
}

.loc-card {
  background: #232170;
  border: 1px solid rgba(229, 104, 36, 0.28);
  border-radius: 16px;
  overflow: hidden;
}

.loc-card img,
.loc-card iframe {
  width: 100%;
  height: 190px;
  border: 0;
  display: block;
  object-fit: cover;
}

.loc-card div {
  padding: 18px 18px 20px;
}

.loc-card h3 {
  margin: 0 0 6px;
}

.loc-card p {
  color: #d8d7ea;
  margin: 0 0 12px;
  font-size: 14px;
}

.loc-card a {
  color: var(--orange);
}

.gold {
  background:
    linear-gradient(180deg, rgba(229, 104, 36, 0.16), rgba(44, 42, 118, 0.04) 42%),
    var(--paper);
}

.gold-grid {
  width: 100%;
  max-width: 1180px;
  padding-inline: 16px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.gold-card {
  background: var(--blue-deep);
  color: var(--white);
  border-radius: 18px;
  padding: 32px;
}

.gold-card h3 {
  font-family: var(--font-ui);
  font-size: 32px;
  margin: 0 0 8px;
  color: var(--orange);
  font-weight: 700;
}

.checks {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.checks li {
  list-style: none;
}

ul.checks {
  padding: 0;
  margin: 18px 0 0;
}

.checks li::before {
  content: "●";
  color: var(--yellow);
  margin-right: 8px;
}

.drive-grid,
.faq-grid {
  width: 100%;
  max-width: 1180px;
  padding-inline: 16px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.fact,
.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 20px;
}

.fact b {
  display: block;
  margin-bottom: 6px;
}

.faq details summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

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

.faq details summary::after {
  content: "+";
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
}

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

.faq details p {
  color: var(--muted);
  margin: 12px 0 0;
}

.cta {
  background:
    linear-gradient(180deg, rgba(44, 42, 118, 0.42), rgba(26, 24, 64, 0.84)),
    url("images/overlook.jpg") center/cover no-repeat;
  color: var(--white);
}

.cta .section-kicker {
  color: var(--yellow);
}

.cta-inner {
  display: grid;
  gap: 18px;
  max-width: 720px;
}

.cta .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.logo-foot {
  height: 48px;
  width: auto;
  max-width: 260px;
  margin-bottom: 12px;
}

footer.site {
  background: var(--navy);
  color: #d8d7ea;
  padding: 48px 0 24px;
  font-size: 14px;
}

.foot-grid {
  width: 100%;
  max-width: 1180px;
  padding-inline: 16px;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
}

.foot-grid h4 {
  color: var(--white);
  margin: 0 0 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

.foot-grid a:hover {
  color: var(--yellow);
}

.legal {
  width: 100%;
  max-width: 1180px;
  padding-inline: 16px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
  color: #9b9ab8;
  font-size: 12px;
}

.float-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  background: #25d366;
  color: var(--white);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
}

.drawer {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 60;
  display: none;
}

.drawer.open {
  display: block;
}

.drawer-panel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(460px, 100%);
  background: var(--white);
  overflow: auto;
  padding: 24px;
}

.drawer-panel h3 {
  margin-top: 0;
}

.extras {
  display: grid;
  gap: 8px;
  margin: 16px 0;
}

.extra {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
}

.extra input {
  margin-right: 8px;
}

.drawer-panel .field {
  margin-top: 4px;
}

.status {
  display: none;
  width: 100%;
  max-width: 1180px;
  padding-inline: 16px;
  margin: 0 auto 18px;
  background: #fff7d6;
  border: 1px solid #ead57a;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
}

.status.show {
  display: block;
}

.mobile-nav {
  display: none;
}

.mobile-nav a {
  color: var(--white);
  font-weight: 700;
}

.mobile-nav a:hover {
  color: var(--orange);
}

@media (max-width: 980px) {
  .nav-links,
  .nav-cta .btn-ghost {
    display: none;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .mobile-nav.open {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 8px 16px 20px;
    background: var(--blue-deep);
    color: var(--white);
  }

  .book-bar,
  .trust-grid,
  .fleet-grid,
  .split,
  .loc-grid,
  .gold-grid,
  .reviews-head,
  .reviews-grid,
  .drive-grid,
  .faq-grid,
  .foot-grid {
    grid-template-columns: 1fr;
  }

  .book-bar {
    grid-template-columns: 1fr 1fr;
  }

  .book-bar .btn {
    grid-column: 1 / -1;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding-top: 48px;
  }

  .split img,
  .car-card img {
    height: 240px;
  }

  .trust-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  section {
    padding: 64px 0;
  }
}

@media (max-width: 720px) {
  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .util-inner > div:first-child {
    display: none;
  }
}

@media (max-width: 640px) {
  .book-bar {
    grid-template-columns: 1fr;
  }

  .util-inner {
    font-size: 11px;
  }

  .hero h1 {
    max-width: none;
  }

  .hero p.lead,
  .hero-stats {
    max-width: 100%;
    font-size: 16px;
  }

  .hero-stats {
    flex-direction: column;
    gap: 10px;
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(44, 42, 118, 0.4) 0%, rgba(44, 42, 118, 0.16) 36%, rgba(26, 24, 64, 0.84) 100%);
  }

  .logo img.logo-full {
    display: none;
  }

  .logo img.logo-compact {
    display: block;
    height: 52px;
    min-width: 240px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn {
    transition: none;
  }
}
