:root {
  --navy-950: #04142f;
  --navy-900: #061b3a;
  --navy-850: #08234a;
  --navy-800: #0b2d5c;
  --blue-500: #1d6dd8;
  --blue-100: #eaf3ff;
  --ink: #0b1d35;
  --muted: #617187;
  --line: #dce5ef;
  --surface: #ffffff;
  --surface-soft: #f5f8fc;
  --success: #20b866;
  --shadow-sm: 0 8px 24px rgba(7, 29, 58, .08);
  --shadow-lg: 0 28px 70px rgba(4, 20, 47, .18);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  transform: translateY(-160%);
  background: #fff;
  color: var(--navy-900);
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(4, 20, 47, .96);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; }
.brand-mark { width: 52px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 1.04rem; letter-spacing: .075em; }
.brand-copy small { margin-top: 4px; font-size: .67rem; letter-spacing: .18em; opacity: .75; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { font-size: .9rem; font-weight: 650; text-decoration: none; color: rgba(255,255,255,.84); transition: color .2s ease; }
.main-nav a:hover { color: #fff; }
.nav-whatsapp { display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.38); padding: 11px 16px; border-radius: 999px; }
.wa-icon { width: 18px; height: 18px; border: 2px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-size: 0; position: relative; }
.wa-icon::after { content: ""; width: 5px; height: 5px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(25deg); }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; background: transparent; color: #fff; }
.nav-toggle span { width: 20px; height: 2px; background: currentColor; border-radius: 999px; }

.hero { background: var(--navy-950); color: #fff; overflow: hidden; }
.hero-grid { min-height: 610px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr); align-items: center; gap: 34px; }
.hero-copy { position: relative; z-index: 2; padding: 76px 0 74px; }
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(3rem, 5.2vw, 5.2rem); letter-spacing: -.055em; line-height: .98; font-weight: 780; }
.hero-copy > p { max-width: 620px; margin: 26px 0 0; color: rgba(255,255,255,.74); font-size: clamp(1.02rem, 1.5vw, 1.18rem); }
.hero-actions { margin-top: 34px; display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 12px; border: 1px solid transparent; text-decoration: none; font-weight: 720; font-size: .93rem; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .main-nav a:focus-visible, select:focus-visible, .reset-button:focus-visible, .nav-toggle:focus-visible { outline: 3px solid rgba(78,156,255,.55); outline-offset: 3px; }
.button-primary { background: #fff; color: var(--navy-950); box-shadow: 0 9px 28px rgba(0,0,0,.15); }
.button-primary:hover { background: #f0f6ff; }
.button-ghost { border-color: rgba(255,255,255,.28); color: #fff; background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.44); }
.button-light { background: #fff; color: var(--navy-950); }
.hero-facts { margin-top: 52px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 560px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 22px; }
.hero-facts div { display: grid; gap: 2px; padding-right: 18px; }
.hero-facts strong { font-size: 1.05rem; }
.hero-facts span { color: rgba(255,255,255,.58); font-size: .84rem; }
.hero-media { position: relative; min-height: 610px; align-self: stretch; margin-right: calc((100vw - min(var(--container), calc(100vw - 40px))) / -2); overflow: hidden; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-media::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 34%; background: linear-gradient(90deg, var(--navy-950), rgba(4,20,47,0)); pointer-events: none; }

.quick-strip { background: #fff; border-bottom: 1px solid var(--line); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-grid article { display: flex; gap: 16px; padding: 25px 28px; border-right: 1px solid var(--line); }
.quick-grid article:first-child { padding-left: 0; }
.quick-grid article:last-child { border-right: 0; padding-right: 0; }
.quick-icon { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 11px; display: grid; place-items: center; background: var(--blue-100); color: var(--navy-800); font-weight: 800; }
.quick-grid strong { display: block; font-size: .96rem; }
.quick-grid p { margin: 4px 0 0; color: var(--muted); font-size: .85rem; }

.fleet-section { padding: 92px 0 88px; background: var(--surface-soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.25rem); line-height: 1.04; letter-spacing: -.035em; }
.section-heading p { margin: 12px 0 0; color: var(--muted); }
.section-heading.compact { margin-bottom: 28px; }
.result-count { flex: 0 0 auto; font-size: .85rem; font-weight: 760; color: var(--navy-800); border: 1px solid #cfdcec; background: #fff; border-radius: 999px; padding: 8px 12px; }
.fleet-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 26px; align-items: start; }
.filter-panel { position: sticky; top: 104px; border-radius: var(--radius-md); background: var(--navy-900); color: #fff; padding: 22px; box-shadow: var(--shadow-lg); }
.filter-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.filter-head h3 { margin: 0; font-size: 1.06rem; }
.reset-button { border: 0; padding: 0; background: transparent; color: rgba(255,255,255,.62); cursor: pointer; font-size: .78rem; text-decoration: underline; text-underline-offset: 3px; }
.reset-button:hover { color: #fff; }
.filter-control { display: grid; gap: 8px; margin-top: 19px; }
.filter-control span { font-size: .78rem; color: rgba(255,255,255,.65); font-weight: 650; }
.filter-control select { width: 100%; min-height: 43px; border-radius: 10px; border: 1px solid rgba(255,255,255,.16); color: var(--ink); background: #fff; padding: 0 11px; }
.filter-note { margin-top: 22px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.12); display: grid; gap: 5px; }
.filter-note strong { font-size: .85rem; }
.filter-note span { color: rgba(255,255,255,.6); font-size: .77rem; line-height: 1.45; }
.vehicle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.vehicle-card { position: relative; display: flex; flex-direction: column; min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; box-shadow: 0 4px 18px rgba(4,20,47,.035); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.vehicle-card:hover { transform: translateY(-3px); border-color: #c4d2e3; box-shadow: var(--shadow-sm); }
.vehicle-image { aspect-ratio: 1.55 / 1; padding: 6px 8px 0; background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); overflow: hidden; }
.vehicle-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.quantity-badge { position: absolute; top: 13px; right: 13px; z-index: 2; background: var(--navy-900); color: #fff; border-radius: 999px; padding: 7px 9px; font-weight: 760; font-size: .72rem; box-shadow: var(--shadow-sm); }
.vehicle-body { display: flex; flex-direction: column; flex: 1; padding: 17px; border-top: 1px solid #edf2f7; }
.vehicle-body h3 { margin: 0; font-size: 1.12rem; letter-spacing: -.02em; }
.vehicle-engine { margin: 5px 0 0; color: var(--muted); font-size: .84rem; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.spec { min-width: 0; display: flex; gap: 8px; align-items: center; background: var(--surface-soft); border-radius: 9px; padding: 8px 9px; color: #41516a; font-size: .75rem; }
.spec svg { width: 15px; height: 15px; flex: 0 0 15px; stroke: var(--navy-800); fill: none; stroke-width: 1.8; }
.vehicle-cta { margin-top: 16px; display: inline-flex; justify-content: center; align-items: center; min-height: 44px; border-radius: 10px; background: var(--navy-900); color: #fff; text-decoration: none; font-weight: 730; font-size: .84rem; }
.vehicle-cta:hover { background: var(--navy-800); }
.photo-note { margin: 18px 2px 0; color: #7a8899; font-size: .78rem; }
.empty-state { grid-column: 1 / -1; min-height: 230px; display: grid; place-items: center; text-align: center; background: #fff; border: 1px dashed #b9c8da; border-radius: var(--radius-md); color: var(--muted); padding: 32px; }

.scooter-section { padding: 0 0 88px; background: var(--surface-soft); }
.scooter-card { display: grid; grid-template-columns: 250px minmax(0, 1fr) auto; align-items: center; gap: 26px; background: #fff; border-radius: var(--radius-lg); border: 1px solid var(--line); overflow: hidden; padding: 20px 22px 20px 18px; box-shadow: var(--shadow-sm); }
.scooter-image-wrap { height: 170px; border-radius: 18px; overflow: hidden; background: #f7fafe; }
.scooter-image-wrap img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.scooter-copy h2 { margin: 0; font-size: 1.65rem; letter-spacing: -.03em; }
.scooter-copy > p { margin: 7px 0 0; color: var(--muted); }
.scooter-specs { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 16px; }
.scooter-specs span { background: var(--blue-100); color: var(--navy-800); border-radius: 999px; padding: 7px 10px; font-size: .8rem; }
.scooter-specs strong { font-weight: 800; }
.scooter-card .button-primary { background: var(--navy-900); color: #fff; box-shadow: none; white-space: nowrap; }
.scooter-card .button-primary:hover { background: var(--navy-800); }

.terms-section { padding: 92px 0; background: var(--navy-900); color: #fff; }
.terms-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(320px, .6fr); align-items: center; gap: 64px; }
.terms-grid h2 { margin: 0; max-width: 760px; font-size: clamp(2.2rem, 4.2vw, 4.2rem); line-height: 1.03; letter-spacing: -.045em; }
.terms-grid > div:first-child p { max-width: 680px; color: rgba(255,255,255,.68); margin: 20px 0 0; font-size: 1.08rem; }
.terms-card { display: flex; align-items: center; gap: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-lg); padding: 28px; background: rgba(255,255,255,.055); }
.terms-number { font-size: 4.4rem; line-height: 1; font-weight: 800; letter-spacing: -.06em; }
.terms-card strong { display: block; font-size: 1.1rem; }
.terms-card p { margin: 5px 0 0; color: rgba(255,255,255,.62); font-size: .86rem; }

.steps-section { padding: 92px 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-grid article { min-height: 230px; border-top: 1px solid var(--line); padding: 24px 18px 0 0; }
.steps-grid span { display: inline-block; color: var(--blue-500); font-size: .76rem; font-weight: 820; letter-spacing: .12em; }
.steps-grid h3 { margin: 32px 0 0; font-size: 1.35rem; letter-spacing: -.025em; }
.steps-grid p { margin: 9px 0 0; color: var(--muted); max-width: 320px; }

.location-section { padding: 0 0 84px; }
.location-shell { display: grid; grid-template-columns: 350px minmax(0, 1fr); overflow: hidden; border-radius: var(--radius-lg); background: var(--navy-900); box-shadow: var(--shadow-lg); }
.location-copy { padding: 42px; color: #fff; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.location-copy h2 { margin: 0; font-size: 2rem; letter-spacing: -.035em; }
.location-copy p { color: rgba(255,255,255,.68); margin: 10px 0 26px; }
.map-wrap { min-height: 390px; background: #dfe9f4; }
.map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 390px; }

.site-footer { background: var(--navy-950); color: rgba(255,255,255,.72); padding: 42px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.footer-grid p { margin: 0; font-size: .84rem; }
.footer-brand { justify-self: start; }
.credits { justify-self: end; }
.credits a { color: #fff; text-underline-offset: 3px; }
.footer-bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; color: rgba(255,255,255,.46); }

.floating-whatsapp { position: fixed; z-index: 45; right: 22px; bottom: 22px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; text-decoration: none; background: var(--success); color: #fff; font-size: .72rem; font-weight: 850; box-shadow: 0 14px 30px rgba(18,130,75,.33); }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: clamp(2.7rem, 5.8vw, 4.4rem); }
  .vehicle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p:nth-child(2) { justify-self: end; }
  .credits { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 820px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .nav-wrap { min-height: 72px; }
  .nav-toggle { display: inline-flex; }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.08); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 8px; }
  .nav-whatsapp { margin-top: 6px; justify-content: center; border-radius: 12px; }

  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 64px 0 38px; }
  .hero-media { margin: 0 -14px; min-height: 350px; }
  .hero-media::before { width: 100%; height: 26%; inset: 0 0 auto; background: linear-gradient(180deg, var(--navy-950), rgba(4,20,47,0)); }
  .hero-facts { margin-top: 38px; }
  .quick-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .quick-grid article, .quick-grid article:first-child, .quick-grid article:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-grid article:last-child { border-bottom: 0; }
  .fleet-section { padding: 70px 0; }
  .fleet-layout { grid-template-columns: 1fr; }
  .filter-panel { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
  .filter-head, .filter-note { grid-column: 1 / -1; }
  .terms-grid { grid-template-columns: 1fr; gap: 36px; }
  .terms-card { max-width: 430px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 0; padding-bottom: 30px; }
  .steps-grid h3 { margin-top: 18px; }
  .location-shell { grid-template-columns: 1fr; }
  .location-copy { padding: 32px; }
  .map-wrap, .map-wrap iframe { min-height: 330px; }
  .scooter-card { grid-template-columns: 190px minmax(0, 1fr); }
  .scooter-card > .button { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 590px) {
  .hero h1 { font-size: clamp(2.55rem, 12vw, 3.5rem); }
  .hero-copy > p { font-size: .98rem; }
  .hero-actions .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; gap: 16px; }
  .hero-facts div { grid-template-columns: 72px 1fr; align-items: baseline; }
  .hero-media { min-height: 300px; }
  .section-heading { align-items: start; flex-direction: column; }
  .fleet-layout { gap: 18px; }
  .filter-panel { grid-template-columns: 1fr; }
  .filter-head, .filter-note { grid-column: auto; }
  .vehicle-grid { grid-template-columns: 1fr; }
  .vehicle-image { aspect-ratio: 1.68 / 1; }
  .scooter-section { padding-bottom: 70px; }
  .scooter-card { grid-template-columns: 1fr; padding: 16px; }
  .scooter-image-wrap { height: 210px; }
  .terms-section, .steps-section { padding: 70px 0; }
  .terms-grid h2 { font-size: clamp(2.1rem, 11vw, 3rem); }
  .terms-card { padding: 22px; }
  .terms-number { font-size: 3.7rem; }
  .location-section { padding-bottom: 54px; }
  .location-copy { padding: 28px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > p:nth-child(2), .credits { justify-self: start; }
  .credits { grid-column: auto; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 52px; height: 52px; }
}

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

/* ===== Version 2 additions: bilingual UI, WhatsApp brand mark, destinations, reviews ===== */
:root { --container: 1240px; --whatsapp: #25d366; }
.svg-symbols { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.wa-logo { width: 18px; height: 18px; flex: 0 0 18px; fill: currentColor; display: block; }
.hero-actions .wa-logo, .scooter-card .wa-logo { margin-right: 8px; }
.nav-whatsapp .wa-logo { color: var(--whatsapp); }
.vehicle-cta .wa-logo { width: 17px; height: 17px; color: var(--whatsapp); }
.floating-whatsapp { color: #fff; font-size: 0; }
.floating-whatsapp .wa-logo { width: 27px; height: 27px; color: #fff; }

.main-nav { gap: 18px; }
.main-nav > a:not(.nav-whatsapp) { font-size: .82rem; }
.language-switcher { display: inline-flex; align-items: center; gap: 5px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; }
.language-switcher a { padding: 0 !important; font-size: .78rem !important; color: rgba(255,255,255,.55) !important; }
.language-switcher a:hover, .language-switcher a.is-current { color: #fff !important; }
.language-switcher a.is-current { font-weight: 820; }
.language-switcher > span { font-size: .7rem; color: rgba(255,255,255,.28); }
.nav-whatsapp { color: #fff !important; white-space: nowrap; }

.terms-cards { display: grid; gap: 14px; }
.terms-cards .terms-card { min-height: 122px; }
.terms-cards .terms-number { min-width: 64px; }

.destinations-section { position: relative; padding: 100px 0 104px; overflow: hidden; background: #fff; }
.destinations-section::before { content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(29,109,216,.075), rgba(29,109,216,0) 68%); left: 50%; top: 52%; transform: translate(-50%, -50%); pointer-events: none; }
.destinations-heading { position: relative; z-index: 1; justify-content: center; text-align: center; }
.destinations-heading > div { max-width: 780px; }
.destinations-heading h2 { font-size: clamp(2.3rem, 4vw, 3.65rem); }
.destinations-heading p { font-size: 1rem; }
.destination-carousel { position: relative; z-index: 1; margin-top: 20px; }
.destination-stage { position: relative; height: 470px; overflow: hidden; isolation: isolate; }
.destination-card { position: absolute; left: 50%; top: 50%; width: min(650px, 56vw); height: 386px; border-radius: 28px; overflow: hidden; background: linear-gradient(135deg, #17395f, #071a34); box-shadow: 0 30px 65px rgba(4,20,47,.22); cursor: pointer; opacity: 0; transform: translate(-50%, -50%) scale(.68); transition: transform .72s cubic-bezier(.22,.8,.22,1), opacity .55s ease, filter .55s ease, box-shadow .55s ease; pointer-events: none; }
.destination-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 5.2s ease; }
.destination-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,20,47,.03) 24%, rgba(4,20,47,.15) 52%, rgba(4,20,47,.92) 100%); pointer-events: none; }
.destination-card.is-active { z-index: 3; opacity: 1; transform: translate(-50%, -50%) scale(1); pointer-events: auto; filter: saturate(1.03); box-shadow: 0 34px 82px rgba(4,20,47,.29); }
.destination-card.is-active img { transform: scale(1.035); }
.destination-card.is-prev { z-index: 2; opacity: .68; transform: translate(calc(-50% - 69%), -50%) scale(.78); pointer-events: auto; filter: saturate(.78) brightness(.88); }
.destination-card.is-next { z-index: 2; opacity: .68; transform: translate(calc(-50% + 69%), -50%) scale(.78); pointer-events: auto; filter: saturate(.78) brightness(.88); }
.destination-card.is-hidden-left { transform: translate(calc(-50% - 126%), -50%) scale(.62); }
.destination-card.is-hidden-right { transform: translate(calc(-50% + 126%), -50%) scale(.62); }
.destination-overlay { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 31px 34px 30px; color: #fff; }
.destination-overlay span { display: block; margin-bottom: 7px; font-size: .72rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.68); transition: opacity .35s ease, transform .35s ease; }
.destination-overlay h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1; letter-spacing: -.04em; }
.destination-overlay p { max-width: 500px; margin: 12px 0 0; color: rgba(255,255,255,.75); font-size: .92rem; transition: opacity .35s ease, transform .35s ease; }
.destination-card:not(.is-active) .destination-overlay span, .destination-card:not(.is-active) .destination-overlay p { opacity: 0; transform: translateY(8px); }
.destination-card:not(.is-active) .destination-overlay h3 { font-size: 2rem; }
.destination-arrow { position: absolute; z-index: 6; top: 50%; width: 48px; height: 48px; margin-top: -24px; display: grid; place-items: center; border: 1px solid #d6e0ec; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--navy-900); cursor: pointer; box-shadow: 0 12px 30px rgba(4,20,47,.12); transition: transform .2s ease, box-shadow .2s ease; }
.destination-arrow:hover { transform: scale(1.05); box-shadow: 0 15px 34px rgba(4,20,47,.18); }
.destination-arrow svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.destination-prev { left: 6px; }
.destination-next { right: 6px; }
.destination-dots { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 7px; }
.destination-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: #aebdd0; cursor: pointer; transition: width .25s ease, background .25s ease; }
.destination-dots button.is-active { width: 28px; background: var(--navy-800); }
.photo-credits { max-width: 920px; margin: 17px auto 0; color: #8794a6; font-size: .69rem; line-height: 1.55; text-align: center; }

.reviews-section { padding: 94px 0 100px; background: var(--surface-soft); border-top: 1px solid #e9eef5; }
.reviews-heading { justify-content: center; text-align: center; }
.reviews-heading > div { max-width: 790px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { min-height: 240px; display: flex; flex-direction: column; justify-content: space-between; padding: 29px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 12px 30px rgba(4,20,47,.055); }
.stars { color: #efad19; letter-spacing: .08em; font-size: .95rem; }
.review-card blockquote { margin: 22px 0 24px; padding: 0; font-size: 1.03rem; line-height: 1.65; color: #25364d; }
.review-card > p { margin: 0; font-size: .78rem; font-weight: 760; color: #8995a5; text-transform: uppercase; letter-spacing: .07em; }

.footer-contact { display: inline-flex; align-items: center; gap: 9px; justify-self: center; }
.footer-contact .wa-logo { color: var(--whatsapp); }
.footer-contact p { margin: 0; }

@media (max-width: 1120px) {
  .nav-toggle { display: inline-flex; }
  .main-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px max(14px, calc((100vw - var(--container)) / 2)); background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 18px 30px rgba(4,20,47,.22); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.nav-whatsapp) { font-size: .9rem; }
  .main-nav a { padding: 12px 8px; }
  .language-switcher { margin: 7px 0; justify-content: center; }
  .nav-whatsapp { margin-top: 6px; justify-content: center; border-radius: 12px; }
}

@media (max-width: 900px) {
  .destinations-section { padding: 78px 0 84px; }
  .destination-stage { height: 410px; }
  .destination-card { width: min(620px, 72vw); height: 340px; }
  .destination-card.is-prev { transform: translate(calc(-50% - 76%), -50%) scale(.74); }
  .destination-card.is-next { transform: translate(calc(-50% + 76%), -50%) scale(.74); }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; }
  .footer-contact { justify-self: end; }
}

@media (max-width: 820px) {
  .main-nav { top: 72px; padding-inline: 14px; }
  .terms-cards { max-width: 560px; }
  .footer-contact { justify-self: end; }
}

@media (max-width: 590px) {
  .language-switcher { width: 100%; }
  .destination-stage { height: 350px; margin-inline: -14px; }
  .destination-card { width: 84vw; height: 292px; border-radius: 22px; }
  .destination-card.is-prev { transform: translate(calc(-50% - 89%), -50%) scale(.7); opacity: .45; }
  .destination-card.is-next { transform: translate(calc(-50% + 89%), -50%) scale(.7); opacity: .45; }
  .destination-overlay { padding: 24px 23px 23px; }
  .destination-overlay h3 { font-size: 2rem; }
  .destination-overlay p { font-size: .82rem; line-height: 1.5; }
  .destination-arrow { top: auto; bottom: -8px; width: 42px; height: 42px; margin: 0; }
  .destination-prev { left: 18px; }
  .destination-next { right: 18px; }
  .destination-dots { margin-top: 12px; }
  .reviews-section { padding: 72px 0; }
  .review-card { padding: 24px; }
  .terms-cards .terms-card { min-height: 0; }
  .footer-contact { justify-self: start; }
}
.photo-credits a { color: inherit; text-underline-offset: 2px; }
.photo-credits a:hover { color: var(--navy-800); }

/* ===== Version 3: reservation flow, vehicle pages, FAQ and local SEO landing pages ===== */
input, textarea { font: inherit; }
.booking-form input[data-date-input], .booking-form select { width: 100%; min-height: 46px; border: 1px solid #cad7e6; border-radius: 10px; background: #fff; color: var(--ink); padding: 9px 11px; }
.booking-form input[data-date-input] { font-variant-numeric: tabular-nums; letter-spacing: .01em; padding-right: 50px; }
.booking-form input[data-date-input]::placeholder { color: #8291a5; opacity: 1; }
.booking-form input[data-date-input]:focus-visible, .booking-form select:focus-visible, .booking-submit:focus-visible, .faq-item summary:focus-visible { outline: 3px solid rgba(29,109,216,.24); outline-offset: 2px; }
.date-field { position: relative; width: 100%; }
.date-picker-button { position: absolute; inset: 0 0 0 auto; z-index: 4; display: grid; width: 46px; height: 100%; min-height: 46px; place-items: center; border: 0; border-radius: 0 10px 10px 0; background: transparent; color: var(--navy-800); cursor: pointer; }
.date-picker-button:hover { background: #f3f7fc; }
.date-picker-button:focus-visible { outline: 3px solid rgba(29,109,216,.24); outline-offset: -3px; }
.date-picker-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.date-calendar { position: absolute; top: calc(100% + 8px); left: 0; z-index: 90; display: none; width: min(310px, calc(100vw - 36px)); padding: 13px; border: 1px solid #d5e0ec; border-radius: 14px; background: #fff; color: var(--ink); box-shadow: 0 18px 46px rgba(4,24,52,.18); }
.date-calendar.is-open { display: block; }
.booking-date-grid > label:last-child .date-calendar { right: 0; left: auto; }
.date-calendar-head { display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; gap: 6px; margin-bottom: 9px; }
.date-calendar-title { text-align: center; font-size: .9rem; color: var(--navy-900); }
.date-calendar-nav { width: 36px; height: 36px; border: 1px solid #dbe4ee; border-radius: 9px; background: #fff; color: var(--navy-900); font: inherit; font-size: 1.45rem; line-height: 1; cursor: pointer; }
.date-calendar-nav:hover { background: #f3f7fc; }
.date-calendar-weekdays, .date-calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.date-calendar-weekdays { margin-bottom: 4px; }
.date-calendar-weekdays span { padding: 5px 0; text-align: center; color: #7a899c; font-size: .66rem; font-weight: 800; }
.date-calendar-empty { min-height: 34px; }
.date-calendar-day { min-width: 0; height: 36px; padding: 0; border: 0; border-radius: 9px; background: transparent; color: var(--ink); font: inherit; font-size: .79rem; font-weight: 650; cursor: pointer; }
.date-calendar-day:hover:not(:disabled) { background: #edf4fc; color: var(--navy-900); }
.date-calendar-day.is-today { box-shadow: inset 0 0 0 1px #9db5d2; }
.date-calendar-day.is-selected { background: var(--navy-900); color: #fff; box-shadow: none; }
.date-calendar-day:disabled { color: #bdc7d2; cursor: not-allowed; }
.date-calendar-day:focus-visible, .date-calendar-nav:focus-visible { outline: 3px solid rgba(29,109,216,.24); outline-offset: 1px; }

.booking-section { padding: 74px 0; background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); color: #fff; }
.booking-shell { display: grid; grid-template-columns: minmax(0,.85fr) minmax(580px,1.15fr); gap: 56px; align-items: center; }
.booking-copy h2 { margin: 0; max-width: 520px; font-size: clamp(2.25rem,4vw,3.7rem); line-height: 1.02; letter-spacing: -.045em; }
.booking-copy p { max-width: 560px; margin: 20px 0 0; color: rgba(255,255,255,.7); font-size: 1rem; }
.booking-form { display: grid; gap: 13px; padding: 24px; background: #fff; color: var(--ink); border: 1px solid rgba(255,255,255,.3); border-radius: 20px; box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.booking-form-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 4px; }
.booking-form-head > div { display: grid; gap: 2px; }
.booking-form-head strong { font-size: 1.08rem; }
.booking-form-head span { color: var(--muted); font-size: .78rem; }
.booking-form-head > .wa-logo { width: 25px; height: 25px; color: var(--whatsapp); }
.booking-form label { display: grid; gap: 6px; }
.booking-form label > span { font-size: .74rem; color: #43546b; font-weight: 760; }
.booking-date-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.booking-submit { min-height: 49px; border: 0; border-radius: 11px; background: var(--whatsapp); color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 800; cursor: pointer; box-shadow: 0 10px 24px rgba(37,211,102,.2); transition: transform .2s ease, filter .2s ease; }
.booking-submit:hover { transform: translateY(-1px); filter: brightness(.96); }
.booking-note { margin: 0; color: #77869a; font-size: .69rem; line-height: 1.45; text-align: center; }

.vehicle-title-link { text-decoration: none; }
.vehicle-title-link:hover { color: var(--blue-500); }
.vehicle-actions { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; margin-top: 15px; }
.vehicle-detail-link { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border-radius: 10px; background: var(--navy-900); color: #fff; text-decoration: none; font-size: .78rem; font-weight: 780; }
.vehicle-wa-mini { margin: 0; min-width: 98px; min-height: 43px; padding-inline: 10px; background: #fff; color: var(--navy-900); border: 1px solid #cbd8e7; }
.vehicle-wa-mini:hover { background: #f4f8fc; }
.vehicle-wa-mini .wa-logo { color: var(--whatsapp); }

.steps-grid-four { grid-template-columns: repeat(4, 1fr); }
.v3-steps { padding-top: 94px; padding-bottom: 94px; }

.faq-section { padding: 96px 0; background: #fff; border-top: 1px solid #ebf0f5; }
.faq-layout { display: grid; grid-template-columns: minmax(250px,.72fr) minmax(0,1.28fr); gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 112px; }
.faq-intro h2 { margin: 0; font-size: clamp(2.1rem,3.7vw,3.45rem); line-height: 1.03; letter-spacing: -.04em; }
.faq-intro p { margin: 16px 0 0; max-width: 380px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; font-weight: 770; color: var(--navy-950); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { width: 28px; height: 28px; flex: 0 0 28px; border-radius: 50%; display: grid; place-items: center; background: var(--surface-soft); color: var(--navy-800); transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { margin: -2px 50px 22px 0; color: var(--muted); line-height: 1.7; }

.local-seo-section { padding: 88px 0 94px; background: var(--surface-soft); border-top: 1px solid #e5ebf2; }
.local-seo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.local-seo-card { min-height: 158px; display: flex; flex-direction: column; justify-content: space-between; gap: 28px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; text-decoration: none; box-shadow: 0 10px 28px rgba(4,20,47,.045); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.local-seo-card:hover { transform: translateY(-3px); border-color: #adc4df; box-shadow: 0 18px 36px rgba(4,20,47,.09); }
.local-seo-card strong { font-size: 1.2rem; color: var(--navy-900); }
.local-seo-card span { color: var(--muted); font-size: .86rem; line-height: 1.55; }
.footer-seo-links { display: flex; flex-wrap: wrap; gap: 16px 24px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.08); }
.footer-seo-links a { color: rgba(255,255,255,.6); font-size: .76rem; text-decoration: none; }
.footer-seo-links a:hover { color: #fff; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 28px; color: rgba(255,255,255,.6); font-size: .78rem; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: #fff; }
.detail-hero { padding: 44px 0 78px; background: var(--navy-950); color: #fff; }
.detail-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(310px,.72fr) minmax(350px,.78fr); gap: 28px; align-items: center; }
.detail-media { min-height: 490px; display: grid; place-items: center; background: radial-gradient(circle at 50% 46%, #153d70, #071a34 68%); border-radius: 24px; overflow: hidden; }
.detail-media img { width: 100%; height: 100%; object-fit: contain; }
.detail-copy h1 { margin: 8px 0 15px; font-size: clamp(2.4rem,4vw,4.2rem); line-height: .98; letter-spacing: -.05em; }
.detail-copy > p { color: rgba(255,255,255,.7); font-size: .95rem; }
.detail-kicker { color: #8fb9ed; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.availability-note { margin: 16px 0; padding: 10px 13px; display: inline-flex; border-radius: 10px; background: rgba(255,255,255,.08); }
.detail-specs { margin-top: 24px; display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; overflow: hidden; border-radius: 15px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.12); }
.detail-specs div { min-height: 72px; display: grid; align-content: center; gap: 3px; padding: 11px 14px; background: var(--navy-950); }
.detail-specs span { color: rgba(255,255,255,.5); font-size: .68rem; }
.detail-specs strong { font-size: .88rem; }
.detail-booking .booking-form { box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.detail-info { padding: 80px 0; background: #fff; }
.detail-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.detail-info h2 { margin: 0 0 12px; font-size: 1.65rem; color: var(--navy-950); }
.detail-info p { margin: 0; color: var(--muted); line-height: 1.75; }

.location-landing-hero { padding: 58px 0 78px; background: radial-gradient(circle at 78% 28%, #123d76, var(--navy-950) 52%); color: #fff; }
.location-landing-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(430px,.8fr); gap: 64px; align-items: center; }
.location-landing-hero .breadcrumbs { margin-bottom: 34px; }
.location-landing-hero h1 { margin: 0; max-width: 720px; font-size: clamp(3rem,5.4vw,5.4rem); line-height: .96; letter-spacing: -.055em; }
.location-landing-hero p { max-width: 680px; margin: 24px 0 0; color: rgba(255,255,255,.72); font-size: 1.02rem; line-height: 1.7; }
.location-hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.location-hero-actions .button-ghost .wa-logo { margin-right: 8px; color: var(--whatsapp); }
.location-booking-card .booking-form { box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.location-content { padding: 86px 0; background: #fff; }
.location-content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.location-content h2 { margin: 0 0 14px; font-size: 2rem; letter-spacing: -.03em; }
.location-content p { margin: 0; color: var(--muted); line-height: 1.75; }

@media (max-width: 1120px) {
  .booking-shell { grid-template-columns: 1fr; gap: 32px; }
  .booking-copy h2 { max-width: 760px; }
  .booking-form { max-width: 760px; }
  .detail-grid { grid-template-columns: 1.1fr .9fr; align-items: start; }
  .detail-booking { grid-column: 1 / -1; }
  .detail-booking .booking-form { max-width: none; grid-template-columns: repeat(2,1fr); }
  .detail-booking .booking-form-head, .detail-booking .booking-submit, .detail-booking .booking-note { grid-column: 1 / -1; }
  .location-landing-grid { grid-template-columns: 1fr; gap: 38px; }
  .location-booking-card .booking-form { max-width: 760px; }
}

@media (max-width: 900px) {
  .steps-grid-four { grid-template-columns: repeat(2,1fr); }
  .faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .faq-intro { position: static; }
  .local-seo-grid { grid-template-columns: 1fr; }
  .local-seo-card { min-height: 125px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-media { min-height: 430px; }
  .detail-booking { grid-column: auto; }
  .detail-booking .booking-form { display: grid; grid-template-columns: 1fr; }
  .detail-booking .booking-form-head, .detail-booking .booking-submit, .detail-booking .booking-note { grid-column: auto; }
  .detail-info-grid, .location-content-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 590px) {
  .booking-section { padding: 58px 0; }
  .booking-shell { gap: 26px; }
  .booking-copy h2 { font-size: 2.35rem; }
  .booking-form { padding: 18px; border-radius: 16px; }
  .booking-date-grid { grid-template-columns: 1fr; }
  .vehicle-actions { grid-template-columns: 1fr; }
  .vehicle-wa-mini { width: 100%; }
  .steps-grid-four { grid-template-columns: 1fr; }
  .faq-section { padding: 72px 0; }
  .faq-item summary { min-height: 62px; font-size: .92rem; }
  .faq-item p { margin-right: 0; }
  .local-seo-section { padding: 68px 0; }
  .footer-seo-links { display: grid; gap: 10px; }
  .detail-hero { padding-top: 26px; }
  .detail-media { min-height: 300px; border-radius: 18px; }
  .detail-copy h1 { font-size: 2.75rem; }
  .detail-specs { grid-template-columns: 1fr 1fr; }
  .location-landing-hero { padding: 36px 0 62px; }
  .location-landing-hero h1 { font-size: 3rem; }
}
.scooter-actions { display: flex; gap: 9px; flex-wrap: wrap; align-items: center; }
.button-outline-dark { border-color: #cbd8e7; background: #fff; color: var(--navy-900); }
.button-outline-dark .wa-logo { margin-right: 8px; color: var(--whatsapp); }
@media (max-width:590px){ .scooter-actions { width:100%; } .scooter-actions .button { flex:1 1 100%; } }

.booking-date-grid > label:only-child { grid-column: 1 / -1; }

/* R17: official supplied Allegra Plus logo and responsive brand footprint. */
.site-header .nav-wrap { min-height: 112px; }
.brand { flex-shrink: 0; }
.brand-logo { display: block; width: auto; height: 100px; max-width: none; object-fit: contain; }
.site-footer .brand { justify-self: start; }
.site-footer .brand-logo { height: 148px; }
.brand:focus-visible { outline: 3px solid var(--blue-500); outline-offset: 5px; border-radius: 4px; }
@media (min-width: 821px) { .filter-panel { top: 134px; } }
@media (min-width: 901px) { .faq-intro { top: 142px; } }
@media (max-width: 1120px) { .main-nav { top: 100%; } }
@media (max-width: 820px) {
  .site-header .nav-wrap { min-height: 96px; }
  .brand-logo { height: 84px; }
  .site-footer .brand-logo { height: 132px; }
}
