:root {
  --ink: #101c1a;
  --muted: #687370;
  --green: #0d6b55;
  --green-dark: #07483b;
  --lime: #d9ef72;
  --cream: #f4f3ed;
  --white: #fff;
  --line: #dfe5e1;
  --shadow: 0 24px 70px rgba(5, 37, 29, .16);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  color: var(--ink);
  background: #fff;
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }

.topbar { background: var(--green-dark); color: #d7e7e2; font-size: 12px; }
.topbar-inner { height: 38px; display: flex; align-items: center; justify-content: space-between; }
.top-contact, .top-actions { display: flex; align-items: center; gap: 24px; }
.top-contact a, .top-actions a, .language, .currency { display: flex; align-items: center; gap: 7px; opacity: .9; }
.top-contact svg, .language svg, .currency svg { width: 14px; height: 14px; }
.language, .currency { border: 0; color: inherit; background: none; padding: 0; }
.language-selector, .currency-selector { position: relative; }
.language strong, .currency strong { font-size: 11px; }
.language-menu, .currency-menu {
  position: absolute; z-index: 50; top: calc(100% + 13px); right: 0; width: 210px; padding: 7px;
  border: 1px solid #dfe7e4; border-radius: 13px; color: var(--ink); background: #fff;
  box-shadow: 0 18px 45px rgba(2,36,28,.2);
}
.language-menu[hidden], .currency-menu[hidden] { display: none; }
.language-menu::before, .currency-menu::before {
  content: ""; position: absolute; right: 23px; top: -6px; width: 11px; height: 11px;
  border: 1px solid #dfe7e4; border-width: 1px 0 0 1px; background: #fff; transform: rotate(45deg);
}
.language-menu button, .currency-menu button {
  width: 100%; padding: 9px 10px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 8px;
  border: 0; border-radius: 8px; color: var(--ink); background: transparent; text-align: left; font: inherit;
}
.language-menu button:hover, .language-menu button.active,
.currency-menu button:hover, .currency-menu button.active { color: var(--green); background: #edf5f2; }
.language-menu button span, .currency-menu button span { font-size: 16px; }
.language-menu button strong, .currency-menu button strong { font-size: 10px; }
.language-menu button small, .currency-menu button small { color: #8a9893; font-size: 7px; font-weight: 800; }

html[lang="ar"] body { font-family: "Noto Sans Arabic", "Manrope", sans-serif; }
html[dir="rtl"] .language-menu,
html[dir="rtl"] .currency-menu { right: auto; left: 0; }
html[dir="rtl"] .language-menu::before,
html[dir="rtl"] .currency-menu::before { right: auto; left: 23px; }
html[dir="rtl"] .language-menu button,
html[dir="rtl"] .currency-menu button { text-align: right; }
html[dir="rtl"] .support-message { border-radius: 11px 11px 3px 11px; }
html[dir="rtl"] .support-message.customer { align-self: flex-start; border-radius: 11px 11px 11px 3px; }
html[dir="rtl"] .service-card-content,
html[dir="rtl"] .hero-copy,
html[dir="rtl"] .fleet-copy,
html[dir="rtl"] .about-copy { text-align: right; }
html[dir="rtl"] .service-card-content > span { right: auto; left: 0; }
html[dir="rtl"] .route-dot { left: auto; right: 2px; }
html[dir="rtl"] .route-line { left: auto; right: 7px; border-left: 0; border-right: 1px dashed rgba(255,255,255,.3); }
html[dir="rtl"] .summary-route { padding-left: 0; padding-right: 24px; }
html[dir="rtl"] .route-map-status,
html[dir="rtl"] .route-map-error { text-align: right; }
html[dir="rtl"] .card-input-wrap > svg { right: 12px; left: auto; }
html[dir="rtl"] .card-input-wrap > svg:first-child + input { padding-right: 38px; padding-left: 13px; }
html[dir="rtl"] .card-input-wrap > input:first-child { padding-left: 38px; padding-right: 13px; }
html[dir="rtl"] .card-input-wrap > input:first-child + svg { right: auto; left: 12px; }
html[dir="rtl"] svg.lucide-arrow-right,
html[dir="rtl"] svg.lucide-arrow-left,
html[dir="rtl"] svg.lucide-chevron-right,
html[dir="rtl"] svg.lucide-chevron-left { transform: scaleX(-1); }

.site-header { position: relative; z-index: 20; background: #fff; }
.nav-wrap { height: 88px; display: flex; align-items: center; gap: 48px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center;
  color: var(--green-dark); background: var(--lime); transform: rotate(-5deg);
}
.brand-mark svg { width: 23px; height: 23px; stroke-width: 2.4; }
.brand-name { width: 116px; font-size: 13px; font-weight: 600; line-height: 1.12; letter-spacing: .15em; }
.brand-name strong { display: block; color: var(--green); font-size: 16px; letter-spacing: .08em; }
.brand-logo { display: block; object-fit: contain; filter: drop-shadow(0 3px 6px rgba(0,0,0,.12)); }
.header-logo { width: 88px; height: 80px; transform: scale(1.25); transform-origin: left center; }
.footer-logo { width: 145px; height: 125px; margin: -28px 0 -18px; }
.auth-logo { width: 112px; height: 102px; margin: -22px 0; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.main-nav a { font-size: 13px; font-weight: 600; transition: color .2s; }
.main-nav a:hover { color: var(--green); }
.nav-cta, .outline-button, .light-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 999px; font-size: 13px; font-weight: 700; transition: .25s ease;
}
.nav-cta { padding: 13px 19px; background: var(--green); color: #fff; }
.nav-cta:hover { background: var(--green-dark); transform: translateY(-2px); }
.nav-cta svg, .outline-button svg, .light-button svg { width: 16px; }
.account-trigger {
  padding: 11px 13px; display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0;
  border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: #fff; font-size: 11px; font-weight: 700;
}
.account-trigger:hover { color: var(--green); border-color: #aac7bd; }
.account-trigger svg { width: 16px; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }

.hero {
  min-height: 700px; position: relative; isolation: isolate;
  background: url("https://images.unsplash.com/photo-1524231757912-21f4fe3a7200?auto=format&fit=crop&w=2000&q=88") center 43%/cover no-repeat;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(4, 37, 30, .93) 0%, rgba(4, 37, 30, .78) 41%, rgba(4, 37, 30, .18) 75%, rgba(4, 37, 30, .05) 100%);
}
.hero-content { padding-top: 100px; display: grid; grid-template-columns: .91fr 1.09fr; gap: 70px; align-items: center; }
.hero-copy { color: #fff; padding-bottom: 65px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase;
  color: var(--lime); font-size: 11px; letter-spacing: .16em; font-weight: 800;
}
.eyebrow svg { width: 17px; height: 17px; }
.eyebrow.dark { color: var(--green); }
h1, h2 { margin: 18px 0 22px; font-weight: 600; line-height: 1.05; letter-spacing: -.045em; }
h1 { font-size: clamp(48px, 5.3vw, 76px); }
h2 { font-size: clamp(38px, 4.1vw, 58px); }
h1 em, h2 em { font-family: "Playfair Display", serif; color: var(--lime); font-weight: 700; }
h2 em { color: var(--green); }
.hero-copy > p { max-width: 500px; margin: 0; color: #d9e4e0; font-size: 16px; line-height: 1.8; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; }
.hero-badges span { display: inline-flex; gap: 7px; align-items: center; font-size: 12px; font-weight: 600; }
.hero-badges svg { width: 17px; color: var(--lime); }

.booking-card { align-self: end; background: #fff; border-radius: 22px 22px 0 0; box-shadow: var(--shadow); }
.booking-tabs { display: grid; grid-template-columns: repeat(3, 1fr); padding: 7px 20px 0; border-bottom: 1px solid var(--line); }
.booking-tab {
  position: relative; display: flex; justify-content: center; align-items: center; gap: 8px;
  padding: 20px 8px 17px; color: #87908e; font-size: 13px; font-weight: 700; border: 0; background: none;
}
.booking-tab svg { width: 18px; }
.booking-tab.active { color: var(--green); }
.booking-tab.active::after { content: ""; position: absolute; height: 3px; border-radius: 4px; background: var(--green); inset: auto 15px -1px; }
.booking-form { position: relative; padding: 25px 30px 32px; }
.form-field {
  position: relative; min-height: 70px; display: flex; flex-direction: column; justify-content: center;
  padding: 13px 15px 11px 51px; border: 1px solid var(--line); border-radius: 12px; background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.form-field:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(13, 107, 85, .08); }
.location-field { margin-bottom: 12px; }
.location-field:focus-within { z-index: 16; }
.location-field input { padding-right: 36px; }
.map-pick-button {
  position: absolute; right: 11px; top: 21px; width: 30px; height: 30px; display: grid; place-items: center;
  border: 0; border-radius: 9px; color: var(--green); background: #edf5f2;
}
.map-pick-button:hover, .map-pick-button.active { color: #fff; background: var(--green); }
.map-pick-button svg { width: 15px; }
.location-suggestions {
  position: absolute; z-index: 30; top: calc(100% + 7px); left: -1px; right: -1px; max-height: 250px; overflow-y: auto;
  padding: 6px; border: 1px solid #d9e3df; border-radius: 12px; background: #fff;
  box-shadow: 0 18px 42px rgba(5, 44, 35, .18);
}
.location-suggestions[hidden] { display: none; }
.location-suggestion, .location-suggestion-state {
  width: 100%; padding: 10px 11px; display: grid; grid-template-columns: 25px 1fr; gap: 8px; align-items: center;
  border: 0; border-radius: 9px; color: var(--ink); background: transparent; text-align: left;
}
.location-suggestion:hover, .location-suggestion:focus { outline: 0; background: #edf5f2; }
.location-suggestion svg, .location-suggestion-state svg { width: 16px; color: var(--green); }
.location-suggestion strong, .location-suggestion small { display: block; }
.location-suggestion strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.location-suggestion small { margin-top: 2px; color: #7a8984; font-size: 8px; }
.location-suggestion-state { color: #71807b; font-size: 9px; }
.location-picker-panel {
  margin: 2px 0 14px; overflow: hidden; border: 1px solid #d9e3df; border-radius: 14px;
  background: #f7faf8; box-shadow: 0 10px 30px rgba(7, 72, 59, .09);
}
.location-picker-panel[hidden] { display: none; }
.location-picker-head { padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.location-picker-head strong, .location-picker-head small { display: block; }
.location-picker-head strong { font-size: 10px; }
.location-picker-head small { margin-top: 2px; color: #75827e; font-size: 8px; }
.location-picker-head button { width: 29px; height: 29px; display: grid; place-items: center; border: 0; border-radius: 8px; color: var(--green); background: #e6f0ec; }
.location-picker-head button svg { width: 15px; }
.location-picker-map { width: 100%; height: 220px; background: #e4ebe8; cursor: crosshair; }
.location-picker-map .leaflet-control-attribution { font-size: 7px; }
.location-picker-status { min-height: 28px; margin: 0; padding: 7px 12px; color: #64736e; font-size: 8px; }
html[dir="rtl"] .location-field input { padding-right: 0; padding-left: 36px; }
html[dir="rtl"] .map-pick-button { right: auto; left: 11px; }
html[dir="rtl"] .location-suggestion, html[dir="rtl"] .location-suggestion-state { text-align: right; }
.field-icon { position: absolute; left: 17px; top: 24px; width: 20px; color: var(--ink); }
.field-icon.green { color: #36a55d; }
.field-icon.blue { color: #268ed3; }
.form-field label { margin-bottom: 2px; color: #7c8784; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.form-field input, .form-field select { width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; font-weight: 600; }
.form-field input::placeholder { color: #9ca5a3; font-weight: 500; }
.picker-field { z-index: 4; }
.picker-field:nth-child(2) { z-index: 3; }
.picker-trigger {
  width: 100%; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 5px;
  border: 0; color: var(--ink); background: transparent; font-size: 13px; font-weight: 700; text-align: left;
}
.picker-trigger svg { width: 14px; color: #8c9693; }
.picker-popover {
  position: absolute; z-index: 20; top: calc(100% + 9px); left: 0; width: 285px; padding: 15px;
  border: 1px solid #dce5e1; border-radius: 15px; background: #fff; box-shadow: 0 18px 45px rgba(8, 45, 36, .18);
}
.picker-popover[hidden] { display: none; }
.calendar-head { display: grid; grid-template-columns: 31px 1fr 31px; align-items: center; margin-bottom: 12px; }
.calendar-head strong { text-align: center; font-size: 12px; }
.calendar-head button, .time-adjust {
  width: 31px; height: 31px; display: grid; place-items: center; border: 0; border-radius: 9px; color: var(--green); background: #edf4f1;
}
.calendar-head svg, .time-adjust svg { width: 14px; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; }
.calendar-weekdays { margin-bottom: 5px; color: #9aa4a1; font-size: 8px; font-weight: 800; }
.calendar-day {
  aspect-ratio: 1; display: grid; place-items: center; border: 0; border-radius: 50%; color: #46514e; background: transparent; font-size: 10px; font-weight: 700;
}
.calendar-day:hover:not(:disabled) { background: #edf4f1; color: var(--green); }
.calendar-day.selected { color: #fff; background: var(--green); }
.calendar-day.today:not(.selected) { box-shadow: inset 0 0 0 1px var(--green); color: var(--green); }
.calendar-day:disabled { opacity: .22; cursor: default; }
.calendar-day.blank { pointer-events: none; }
.picker-today {
  width: 100%; margin-top: 9px; padding: 8px; border: 0; border-radius: 8px; color: var(--green); background: #edf4f1; font-size: 9px; font-weight: 800;
}
.time-popover { width: 235px; left: 50%; transform: translateX(-50%); }
.picker-caption { display: block; color: #8a9591; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.time-dial { margin: 12px 0; display: grid; grid-template-columns: 35px 1fr 35px; gap: 8px; align-items: center; }
.time-dial strong { text-align: center; color: var(--green-dark); font-size: 24px; letter-spacing: -.04em; }
.time-presets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.time-presets button {
  padding: 7px 3px; border: 1px solid var(--line); border-radius: 7px; color: #66716e; background: #fff; font-size: 8px; font-weight: 700;
}
.time-presets button.active { border-color: var(--green); color: var(--green); background: #edf4f1; }
.picker-done { width: 100%; margin-top: 10px; padding: 9px; border: 0; border-radius: 8px; color: #fff; background: var(--green); font-size: 9px; font-weight: 800; }
.passenger-field { padding-right: 10px !important; }
.passenger-stepper { display: flex; align-items: center; justify-content: space-between; gap: 5px; }
.passenger-stepper button {
  width: 27px; height: 27px; display: grid; place-items: center; flex-shrink: 0;
  border: 1px solid #dce5e1; border-radius: 8px; color: var(--green); background: #fff;
}
.passenger-stepper button:disabled { color: #bac3c0; background: #f4f6f5; cursor: default; }
.passenger-stepper button:hover:not(:disabled) { color: #fff; background: var(--green); border-color: var(--green); }
.passenger-stepper svg { width: 12px; }
.passenger-stepper strong { min-width: 52px; text-align: center; font-size: 14px; }
.passenger-stepper small { display: block; color: #8c9693; font-size: 7px; font-weight: 700; }
.swap-button {
  position: absolute; z-index: 2; top: 91px; right: 49px; width: 36px; height: 36px;
  display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); background: #fff;
}
.swap-button svg { width: 17px; }
.form-grid { display: grid; grid-template-columns: 1.05fr .85fr 1fr; gap: 10px; }
.form-grid .form-field { min-height: 65px; padding-left: 47px; }
.round-trip { margin: 16px 0; display: inline-flex; align-items: center; gap: 9px; font-size: 12px; cursor: pointer; color: #47524f; }
.round-trip input { position: absolute; opacity: 0; }
.checkmark { width: 18px; height: 18px; border: 1px solid #c8d0cd; border-radius: 4px; }
.round-trip input:checked + .checkmark { background: var(--green); box-shadow: inset 0 0 0 4px #fff; }
.search-button {
  width: 100%; padding: 17px 22px; display: flex; align-items: center; justify-content: center; gap: 10px;
  border: 0; border-radius: 11px; color: #fff; background: var(--green); font-size: 13px; font-weight: 800;
  box-shadow: 0 9px 22px rgba(13, 107, 85, .22); transition: .25s;
}
.search-button:hover { background: var(--green-dark); transform: translateY(-1px); }
.search-button svg { width: 17px; }

.trust-strip { background: var(--lime); }
.trust-grid { min-height: 105px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid rgba(7, 72, 59, .16); }
.trust-grid > div:last-child { border: 0; }
.trust-grid strong { color: var(--green-dark); font-size: 25px; letter-spacing: -.04em; }
.trust-grid span { max-width: 90px; color: #36564e; font-size: 10px; line-height: 1.4; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.section-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); line-height: 1.8; font-size: 14px; }
.service-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 18px; }
.service-card { position: relative; min-height: 440px; overflow: hidden; border-radius: 18px; color: #fff; }
.service-card img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.service-card:nth-child(2) img { object-position: 72% center; }
.service-card:hover img { transform: scale(1.045); }
.card-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 25, 21, .03) 25%, rgba(5, 25, 21, .91) 100%); }
.service-card-content { position: absolute; inset: auto 27px 27px; }
.service-card-content > span { position: absolute; right: 0; top: -28px; font-size: 10px; opacity: .65; }
.service-card-content > svg { width: 25px; height: 25px; color: var(--lime); }
.service-card h3 { margin: 14px 0 9px; font-size: 22px; }
.service-card p { margin: 0 0 18px; color: #d5dedb; font-size: 12px; line-height: 1.6; }
.service-card a { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.service-card a svg { width: 15px; }

.tours { background: var(--cream); }
.section-heading.compact { grid-template-columns: 1fr auto; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; border-bottom: 1px solid var(--green); color: var(--green); font-size: 12px; font-weight: 800; }
.text-link svg { width: 16px; }
.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tour-card { overflow: hidden; border-radius: 16px; background: #fff; box-shadow: 0 14px 35px rgba(30, 44, 40, .06); transition: transform .3s, box-shadow .3s; }
.tour-card:hover { transform: translateY(-7px); box-shadow: 0 22px 42px rgba(30, 44, 40, .12); }
.tour-image { position: relative; height: 235px; overflow: hidden; }
.tour-image img { height: 100%; object-fit: cover; transition: transform .55s; }
.tour-card:hover .tour-image img { transform: scale(1.04); }
.tour-tag { position: absolute; left: 15px; top: 15px; padding: 7px 10px; border-radius: 99px; background: var(--lime); color: var(--green-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.tour-body { padding: 23px; }
.tour-meta { display: flex; gap: 18px; color: #78827f; font-size: 10px; }
.tour-meta span { display: inline-flex; gap: 5px; align-items: center; }
.tour-meta svg { width: 13px; color: var(--green); }
.tour-body h3 { margin: 13px 0 8px; font-size: 18px; }
.tour-body > p { min-height: 44px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.tour-footer { margin-top: 21px; padding-top: 18px; border-top: 1px solid #e8ece9; display: flex; align-items: center; justify-content: space-between; }
.tour-footer strong { color: var(--green); font-size: 20px; }
.tour-footer small { margin-left: 3px; color: #8b9492; font-size: 9px; font-weight: 600; }
.tour-footer button { width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--cream); color: var(--green); }
.tour-footer button svg { width: 16px; }

.destinations { overflow: hidden; background: #fff; }
.destinations-heading {
  margin-bottom: 38px; display: grid; grid-template-columns: 1.15fr .85fr;
  gap: 70px; align-items: end;
}
.destinations-heading h2 { margin-bottom: 0; }
.destinations-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.city-tabs {
  margin-bottom: 24px; padding: 6px; display: flex; gap: 5px;
  overflow-x: auto; scrollbar-width: none; border: 1px solid var(--line); border-radius: 15px; background: #f8faf8;
}
.city-tabs::-webkit-scrollbar { display: none; }
.city-tab {
  flex: 1 0 auto; min-width: 122px; padding: 13px 15px; display: flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; border-radius: 10px; color: #687470; background: transparent; font-size: 11px; font-weight: 700; transition: .25s;
}
.city-tab svg { width: 16px; }
.city-tab:hover { color: var(--green); background: #edf3f0; }
.city-tab.active { color: #fff; background: var(--green); box-shadow: 0 8px 18px rgba(13, 107, 85, .18); }
.destination-panel {
  display: grid; grid-template-columns: .38fr .62fr; min-height: 430px;
  overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #f9faf8;
}
.destination-intro {
  position: relative; padding: 42px 38px; display: flex; flex-direction: column; justify-content: space-between;
  overflow: hidden; color: #fff; background: var(--green-dark);
}
.destination-intro::before {
  content: ""; position: absolute; width: 260px; height: 260px; right: -110px; bottom: -110px;
  border: 55px solid rgba(217, 239, 114, .08); border-radius: 50%;
}
.destination-index { position: relative; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.destination-kicker { margin: 0 0 7px; color: #a9bdb7; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.destination-intro h3 { position: relative; margin: 0 0 12px; font-size: 38px; letter-spacing: -.04em; }
.destination-intro p:last-child { position: relative; max-width: 285px; margin: 0; color: #cad8d4; font-size: 12px; line-height: 1.7; }
.destination-watermark { position: absolute; right: 25px; top: 28px; width: 80px; height: 80px; color: rgba(217, 239, 114, .07); stroke-width: 1; }
.route-grid { padding: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-content: center; }
.route-card {
  min-height: 112px; padding: 17px; display: grid; grid-template-columns: 1fr auto; gap: 12px;
  border: 1px solid transparent; border-radius: 12px; background: #fff; box-shadow: 0 8px 20px rgba(30, 44, 40, .035);
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.route-card:hover { border-color: #bfd4cc; transform: translateY(-3px); box-shadow: 0 12px 25px rgba(30, 44, 40, .08); }
.route-path { grid-column: 1 / -1; display: flex; align-items: center; gap: 8px; }
.route-path svg { width: 15px; color: var(--green); flex-shrink: 0; }
.route-place span, .route-price span { display: block; color: #8a9491; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.route-place strong { display: block; margin-top: 3px; font-size: 11px; line-height: 1.35; }
.route-price { text-align: right; align-self: end; }
.route-price strong { display: block; color: var(--green); font-size: 17px; }
.route-action {
  align-self: end; width: 29px; height: 29px; display: grid; place-items: center;
  border: 0; border-radius: 50%; color: var(--green); background: #edf4f1;
}
.route-action svg { width: 13px; }
.price-note { margin: 14px 0 0; display: flex; align-items: center; gap: 7px; color: #909996; font-size: 9px; }
.price-note svg { width: 13px; }

.fleet { padding: 0; background: var(--green-dark); color: #fff; }
.fleet-layout { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1.15fr; }
.fleet-copy { max-width: 590px; margin-left: auto; padding: 105px 70px 105px 40px; }
.fleet-copy h2 { margin-top: 17px; }
.fleet-copy > p { color: #c6d4d0; font-size: 14px; line-height: 1.8; }
.fleet-copy ul { margin: 28px 0 36px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; list-style: none; }
.fleet-copy li { display: flex; align-items: center; gap: 10px; color: #e2e9e7; font-size: 12px; }
.fleet-copy li svg { width: 18px; color: var(--lime); }
.outline-button { padding: 14px 20px; border: 1px solid rgba(255, 255, 255, .38); color: #fff; }
.outline-button:hover { color: var(--green-dark); background: var(--lime); border-color: var(--lime); }
.fleet-visual { position: relative; min-height: 600px; }
.fleet-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 80px 0 90px -70px var(--green-dark); }
.fleet-visual img { height: 100%; object-fit: cover; object-position: 68% center; }
.fleet-label { position: absolute; z-index: 1; right: 30px; bottom: 30px; min-width: 155px; padding: 15px 18px; border-radius: 12px; backdrop-filter: blur(12px); background: rgba(255, 255, 255, .88); color: var(--ink); }
.fleet-label span, .fleet-label strong { display: block; }
.fleet-label span { color: var(--green); font-size: 9px; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }
.fleet-label strong { margin-top: 4px; font-size: 13px; }

.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.about-photo { position: relative; padding-left: 45px; }
.about-photo img { height: 550px; object-fit: cover; border-radius: 20px; }
.experience { position: absolute; left: 0; bottom: 45px; width: 150px; padding: 24px; border-radius: 14px; background: var(--lime); color: var(--green-dark); box-shadow: 0 14px 35px rgba(7, 72, 59, .15); }
.experience strong { display: block; font-size: 44px; line-height: 1; }
.experience span { display: block; margin-top: 5px; font-size: 11px; line-height: 1.35; font-weight: 800; text-transform: uppercase; }
.about-copy > p { max-width: 560px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.feature-list { margin-top: 34px; display: grid; gap: 24px; }
.feature-list > div { display: grid; grid-template-columns: 47px 1fr; gap: 15px; }
.feature-list > div > span { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 12px; color: var(--green); background: #eaf2ee; }
.feature-list svg { width: 21px; }
.feature-list h3 { margin: 2px 0 6px; font-size: 14px; }
.feature-list p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

.reviews { overflow: hidden; color: #fff; background: #0a3d33; }
.reviews-top { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.reviews-top h2 { margin-bottom: 0; }
.reviews-top h2 em { color: var(--lime); }
.rating-summary {
  min-width: 325px; padding: 18px 22px; display: flex; gap: 17px; align-items: center;
  border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.055);
}
.rating-score { font-size: 46px; font-weight: 800; letter-spacing: -.06em; line-height: 1; }
.summary-stars, .stars { color: #f6c84c; letter-spacing: .07em; }
.summary-stars { font-size: 13px; }
.rating-summary strong, .rating-summary span { display: block; }
.rating-summary strong { margin-top: 3px; font-size: 11px; }
.rating-summary span { margin-top: 2px; color: #a9bcb6; font-size: 8px; }
.review-platforms {
  margin: 40px 0 20px; display: flex; align-items: center; gap: 12px;
}
.review-platforms > div:not(.review-controls) {
  min-width: 155px; padding: 11px 14px; display: flex; align-items: center; gap: 10px;
  border-radius: 10px; background: rgba(255,255,255,.075);
}
.platform-mark { width: 27px; height: 27px; display: grid; place-items: center; flex-shrink: 0; border-radius: 50%; background: #fff; }
.platform-mark svg { width: 15px; }
.google-mark { color: #4285f4; font-family: Arial, sans-serif; font-weight: 800; }
.trip-mark { color: #00aa6c; }
.review-platforms p, .review-platforms strong, .review-platforms p span { display: block; margin: 0; }
.review-platforms strong { font-size: 10px; }
.review-platforms p span { margin-top: 2px; color: #a9bcb6; font-size: 8px; }
.review-controls { margin-left: auto; display: flex; gap: 8px; }
.review-controls button {
  width: 41px; height: 41px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.17); border-radius: 50%; color: #fff; background: transparent; transition: .2s;
}
.review-controls button:hover { border-color: var(--lime); color: var(--green-dark); background: var(--lime); }
.review-controls svg { width: 16px; }
.review-viewport { overflow: hidden; }
.review-track { display: flex; gap: 18px; transition: transform .45s cubic-bezier(.22,.61,.36,1); }
.review-card {
  flex: 0 0 calc((100% - 36px) / 3); min-height: 275px; padding: 25px;
  border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(255,255,255,.065);
}
.review-card.featured { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.review-card-top { display: flex; align-items: center; gap: 11px; }
.review-avatar { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: #fff; font-size: 10px; font-weight: 800; }
.review-card-top div { flex: 1; }
.review-card-top strong, .review-card-top div span { display: block; }
.review-card-top strong { font-size: 11px; }
.review-card-top div span { margin-top: 3px; color: #9fb4ae; font-size: 8px; }
.review-card.featured .review-card-top div span { color: #557067; }
.review-source { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #fff; font-size: 11px; }
.review-source svg { width: 13px; }
.review-card .stars { margin-top: 25px; font-size: 11px; }
.review-card.featured .stars { color: var(--green-dark); }
.review-card blockquote { min-height: 86px; margin: 14px 0 20px; color: #d7e2df; font-size: 12px; line-height: 1.75; font-style: normal; }
.review-card.featured blockquote { color: #233b35; }
.review-card time { color: #8fa69f; font-size: 8px; text-transform: uppercase; letter-spacing: .05em; }
.review-card.featured time { color: #587168; }
.review-footer { margin-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.review-footer p, .review-footer a { margin: 0; display: inline-flex; align-items: center; gap: 7px; font-size: 9px; }
.review-footer p { color: #9fb4ae; }
.review-footer a { padding-bottom: 4px; border-bottom: 1px solid var(--lime); color: var(--lime); font-weight: 800; }
.review-footer svg { width: 14px; }

.cta-section { padding: 75px 0; color: #fff; background: var(--green); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 45px; }
.cta-inner h2 { margin: 12px 0 0; font-size: clamp(33px, 3.6vw, 50px); }
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 15px; }
.light-button { min-width: 255px; padding: 17px 24px; background: var(--lime); color: var(--green-dark); }
.light-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.16); }
.whatsapp { display: inline-flex; align-items: center; gap: 7px; color: #d9e6e2; font-size: 11px; font-weight: 700; }
.whatsapp svg { width: 16px; }

footer { padding: 80px 0 25px; color: #b8c5c1; background: #062f27; }
.brand.light { color: #fff; }
.brand.light .brand-mark { color: var(--green-dark); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.15fr; gap: 60px; }
.footer-brand > p { max-width: 270px; margin: 22px 0; font-size: 12px; line-height: 1.7; }
.socials { display: flex; gap: 9px; }
.socials a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.socials svg { width: 15px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 13px; }
.footer-grid h3 { margin: 0 0 10px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.footer-grid a, .footer-grid p { margin: 0; font-size: 11px; line-height: 1.6; transition: color .2s; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; font-size: 9px; }
.footer-bottom small { display: block; margin-top: 5px; color: #67837b; font-size: 7px; }
.footer-bottom div { display: flex; gap: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.support-widget { position: fixed; z-index: 35; left: 20px; bottom: 20px; }
.support-toggle {
  padding: 12px 17px; display: flex; align-items: center; gap: 8px; border: 0; border-radius: 999px;
  color: #fff; background: var(--green); box-shadow: 0 8px 25px rgba(0,0,0,.2); font-size: 11px; font-weight: 800;
}
.support-toggle svg { width: 18px; }
.support-panel {
  position: absolute; left: 0; bottom: 58px; width: min(350px, calc(100vw - 30px)); overflow: hidden;
  border: 1px solid #d9e4df; border-radius: 17px; background: #fff; box-shadow: 0 24px 60px rgba(2,36,28,.25);
}
.support-panel[hidden] { display: none; }
.support-panel header { padding: 15px; display: grid; grid-template-columns: 38px 1fr 30px; align-items: center; gap: 9px; color: #fff; background: var(--green-dark); }
.support-panel header > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--green-dark); background: var(--lime); }
.support-panel header svg { width: 18px; }
.support-panel header strong, .support-panel header small { display: block; }
.support-panel header strong { font-size: 11px; }
.support-panel header small { margin-top: 2px; color: #b8cdc6; font-size: 7px; }
.support-panel header button { width: 30px; height: 30px; display: grid; place-items: center; border: 0; color: #c7d7d2; background: transparent; }
.support-messages { height: 230px; padding: 14px; display: flex; flex-direction: column; gap: 8px; overflow-y: auto; background: #f4f7f5; }
.support-empty { margin: auto; max-width: 210px; color: #80908a; font-size: 9px; line-height: 1.6; text-align: center; }
.support-message { max-width: 82%; padding: 9px 11px; border-radius: 11px 11px 11px 3px; color: #52625d; background: #fff; font-size: 9px; line-height: 1.5; box-shadow: 0 3px 10px rgba(0,0,0,.04); }
.support-message.customer { align-self: flex-end; border-radius: 11px 11px 3px 11px; color: #fff; background: var(--green); }
.support-message small { margin-top: 4px; display: block; color: inherit; font-size: 6px; opacity: .65; }
.support-form { padding: 12px; display: grid; gap: 8px; border-top: 1px solid #e2e9e6; }
.support-identity { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.support-identity[hidden] { display: none; }
.support-form input, .support-form textarea { width: 100%; padding: 9px 10px; border: 1px solid #dbe4e0; border-radius: 8px; outline: 0; font: inherit; font-size: 8px; }
.support-form textarea { min-height: 58px; resize: none; }
.support-form input:focus, .support-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(13,107,85,.08); }
.support-form > button { justify-self: end; padding: 9px 13px; display: flex; align-items: center; gap: 6px; border: 0; border-radius: 8px; color: #fff; background: var(--green); font-size: 8px; font-weight: 800; }
.support-form > button svg { width: 13px; }
.support-form > button:disabled { opacity: .55; }
.support-error { min-height: 10px; margin: 0; color: #bf5149; font-size: 7px; }
.floating-whatsapp {
  position: fixed; z-index: 30; right: 20px; bottom: 20px; padding: 12px 17px; display: flex; align-items: center; gap: 8px;
  border-radius: 999px; color: #fff; background: #25d366; box-shadow: 0 8px 25px rgba(0,0,0,.18); font-size: 12px; font-weight: 800;
}
.floating-whatsapp svg { width: 19px; }

.modal-layer { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; }
.modal-layer[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(4, 26, 21, .72); backdrop-filter: blur(7px); animation: fade-in .2s ease; }
.modal-close {
  position: absolute; z-index: 3; right: 18px; top: 18px; width: 35px; height: 35px;
  display: grid; place-items: center; border: 0; border-radius: 50%; color: #53605c; background: #f2f5f3;
}
.modal-close svg { width: 16px; }

.reservation-dialog {
  position: relative; z-index: 1; width: min(1120px, 100%); height: min(730px, calc(100vh - 40px));
  overflow: hidden; border-radius: 22px; background: #fff; box-shadow: 0 35px 90px rgba(0,0,0,.32); animation: modal-in .3s ease;
}
.reservation-head {
  height: 102px; padding: 14px 70px 14px 26px; display: grid; grid-template-columns: 75px 1fr auto; align-items: center; gap: 13px;
  border-bottom: 1px solid #e4e9e7; background: #fff;
}
.reservation-logo { width: 70px; height: 70px; object-fit: contain; filter: drop-shadow(0 3px 6px rgba(0,0,0,.12)); }
.reservation-head > div:nth-child(2) > span { color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.reservation-head h2 { margin: 4px 0 0; font-size: 23px; letter-spacing: -.03em; }
.reservation-progress { display: flex; align-items: center; gap: 8px; }
.reservation-progress > svg { width: 12px; color: #b8c3bf; }
.progress-step { display: grid; grid-template-columns: 29px auto; align-items: center; gap: 6px; color: #9aa4a1; }
.progress-step > span { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #dce4e1; border-radius: 50%; font-size: 9px; font-weight: 800; }
.progress-step small { font-size: 8px; font-weight: 700; }
.progress-step.active { color: var(--green); }
.progress-step.active > span { color: var(--green-dark); border-color: var(--lime); background: var(--lime); }
.progress-step.done > span { color: #fff; border-color: var(--green); background: var(--green); }
.reservation-layout { height: calc(100% - 102px); display: grid; grid-template-columns: 270px 1fr; }
.trip-summary { padding: 30px 25px; color: #fff; background: var(--green-dark); }
.summary-label { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.summary-route { position: relative; margin: 28px 0; padding-left: 24px; display: grid; gap: 28px; }
.summary-route > div small, .summary-route > div strong { display: block; }
.summary-route > div small { color: #8eaaa2; font-size: 7px; text-transform: uppercase; font-weight: 800; letter-spacing: .06em; }
.summary-route > div strong { margin-top: 4px; font-size: 10px; line-height: 1.45; }
.route-dot { position: absolute; left: 2px; width: 12px; height: 12px; border: 3px solid var(--lime); border-radius: 50%; background: var(--green-dark); }
.route-dot.start { top: 4px; }
.route-dot.end { bottom: 12px; border-color: #55c6ff; }
.route-line { position: absolute; left: 7px; top: 16px; bottom: 23px; width: 2px; border-left: 1px dashed rgba(255,255,255,.3); }
.summary-details { padding: 18px 0; display: grid; gap: 16px; border-block: 1px solid rgba(255,255,255,.1); }
.summary-details > div { display: flex; align-items: center; gap: 10px; }
.summary-details svg { width: 16px; color: var(--lime); }
.summary-details span small, .summary-details span strong { display: block; }
.summary-details span small { color: #8eaaa2; font-size: 7px; text-transform: uppercase; }
.summary-details span strong { margin-top: 2px; font-size: 9px; }
.summary-price { margin-top: 22px; display: flex; align-items: end; justify-content: space-between; }
.summary-price span { color: #9db2ac; font-size: 9px; }
.summary-price strong { color: var(--lime); font-size: 20px; }
.trip-summary > p { margin: 24px 0 0; display: flex; align-items: center; gap: 6px; color: #b8cbc5; font-size: 8px; }
.trip-summary > p svg { width: 13px; color: var(--lime); }
.reservation-body {
  min-width: 0; min-height: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden; background: #f7f9f7;
}
.reservation-scroll { min-height: 0; padding: 30px 38px; overflow-y: auto; overscroll-behavior: contain; }
.reservation-step { display: none; }
.reservation-step.active { display: block; }
.step-heading { margin-bottom: 22px; display: flex; align-items: center; gap: 12px; }
.step-heading > span { width: 39px; height: 39px; display: grid; place-items: center; flex-shrink: 0; border-radius: 11px; color: var(--green); background: #e5efeb; font-size: 10px; font-weight: 800; }
.step-heading h3 { margin: 0 0 4px; font-size: 17px; }
.step-heading p { margin: 0; color: #8b9692; font-size: 9px; }
.route-preview-card {
  position: relative; margin-bottom: 16px; overflow: hidden; border: 1px solid #dce5e1; border-radius: 14px;
  background: #e8efec; box-shadow: 0 8px 24px rgba(13,74,59,.07);
}
.route-map { position: relative; z-index: 0; width: 100%; height: 180px; background: #e4ebe8; }
.route-map .leaflet-control-attribution { font-size: 7px; }
.route-map .leaflet-control-zoom a { width: 25px; height: 25px; line-height: 25px; font-size: 14px; }
.route-map-status, .route-map-error {
  position: absolute; z-index: 500; inset: 0; display: flex; align-items: center; justify-content: center; gap: 11px;
  padding: 20px; color: #486159; background: rgba(244,248,246,.92); text-align: left; backdrop-filter: blur(4px);
}
.route-map-status strong, .route-map-status small, .route-map-error strong, .route-map-error small { display: block; }
.route-map-status strong, .route-map-error strong { font-size: 10px; }
.route-map-status small, .route-map-error small { margin-top: 3px; color: #7f8d88; font-size: 7px; }
.route-map-status[hidden], .route-map-error[hidden], .route-metrics[hidden] { display: none; }
.route-map-error > svg { width: 23px; color: #be5b52; }
.route-map-error button {
  padding: 8px 11px; flex-shrink: 0; border: 0; border-radius: 7px; color: #fff; background: var(--green);
  font-size: 7px; font-weight: 800;
}
.route-loader { width: 24px; height: 24px; flex-shrink: 0; border: 3px solid #c8d8d2; border-top-color: var(--green); border-radius: 50%; animation: route-spin .75s linear infinite; }
.route-metrics {
  min-height: 48px; padding: 8px 13px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px;
  border-top: 1px solid #d8e3df; background: #fff;
}
.route-metrics > span { display: grid; grid-template-columns: 18px 1fr; align-items: center; column-gap: 6px; }
.route-metrics svg { grid-row: 1 / 3; width: 16px; color: var(--green); }
.route-metrics small, .route-metrics strong { display: block; }
.route-metrics small { color: #8a9692; font-size: 6px; text-transform: uppercase; }
.route-metrics strong { font-size: 9px; }
.route-source strong { color: var(--green); }
@keyframes route-spin { to { transform: rotate(360deg); } }
.vehicle-list { display: grid; gap: 10px; }
.vehicle-card {
  position: relative; min-height: 105px; padding: 13px 17px; display: grid; grid-template-columns: 125px 1fr auto; align-items: center; gap: 17px;
  border: 1px solid #dfe6e3; border-radius: 13px; background: #fff; cursor: pointer; transition: .2s;
}
.vehicle-card:hover { border-color: #9fc1b5; transform: translateY(-2px); box-shadow: 0 9px 22px rgba(18,55,44,.07); }
.vehicle-card:has(input:checked) { border-color: var(--green); box-shadow: 0 0 0 2px rgba(13,107,85,.08); }
.vehicle-card > input, .payment-card > input { position: absolute; opacity: 0; pointer-events: none; }
.recommended-tag { position: absolute; right: 13px; top: -8px; padding: 4px 8px; border-radius: 99px; color: var(--green-dark); background: var(--lime); font-size: 6px; font-weight: 800; text-transform: uppercase; }
.vehicle-visual { width: 125px; height: 76px; display: grid; place-items: center; overflow: hidden; border-radius: 10px; background: #edf3f0; }
.vehicle-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .25s ease; }
.vehicle-card:hover .vehicle-visual img { transform: scale(1.04); }
.vehicle-visual svg { width: 42px; height: 42px; color: var(--green); stroke-width: 1.25; }
.vehicle-visual.vip { background: #fff5d7; }
.vehicle-visual.vip svg { color: #b88921; }
.vehicle-info strong, .vehicle-info small, .vehicle-info em { display: block; }
.vehicle-info strong { font-size: 12px; }
.vehicle-info small { margin-top: 7px; display: flex; align-items: center; gap: 5px; color: #6f7b77; font-size: 8px; }
.vehicle-info small svg { width: 11px; color: var(--green); }
.vehicle-info em { margin-top: 6px; color: #9ba4a1; font-size: 7px; font-style: normal; }
.vehicle-price { min-width: 90px; text-align: right; }
.vehicle-price small, .vehicle-price strong { display: block; }
.vehicle-price small { color: #939d99; font-size: 7px; text-transform: uppercase; }
.vehicle-price strong { margin-top: 3px; color: var(--green); font-size: 16px; }
.vehicle-price > svg { display: none; width: 18px; margin: 6px 0 0 auto; color: var(--green); }
.vehicle-card:has(input:checked) .vehicle-price > svg { display: block; }
.vehicle-photo-credit { margin-top: 10px; display: block; color: #9aa4a1; font-size: 6px; text-align: right; }
.reservation-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.reservation-form-grid label { color: #6f7b77; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.reservation-form-grid label > small { color: #a2aaa7; font-size: 7px; font-weight: 600; text-transform: none; }
.reservation-form-grid input, .reservation-form-grid textarea {
  width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #dce4e1; border-radius: 9px; outline: 0; background: #fff; font: inherit; font-size: 10px; text-transform: none;
}
.reservation-form-grid input:focus, .reservation-form-grid textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(13,107,85,.08); }
.reservation-form-grid textarea { min-height: 90px; resize: vertical; }
.full-field { grid-column: 1 / -1; }
.payment-options { display: grid; gap: 12px; }
.payment-card {
  position: relative; padding: 19px; display: grid; grid-template-columns: 47px 1fr 24px; align-items: center; gap: 14px;
  border: 1px solid #dce4e1; border-radius: 13px; background: #fff; cursor: pointer;
}
.payment-card:has(input:checked) { border-color: var(--green); box-shadow: 0 0 0 2px rgba(13,107,85,.08); }
.payment-card > span { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 11px; color: var(--green); background: #e8f1ed; }
.payment-card > span svg { width: 21px; }
.payment-card strong { font-size: 11px; }
.payment-card p { margin: 5px 0 0; color: #87918e; font-size: 8px; line-height: 1.6; }
.payment-card > svg { width: 19px; color: #c8d2ce; }
.payment-card:has(input:checked) > svg { color: var(--green); }
.payment-provider-slot {
  margin-top: 14px; padding: 18px; border: 1px solid #d9e3df; border-radius: 14px;
  background: linear-gradient(145deg, #f8fbfa, #fff); box-shadow: 0 10px 28px rgba(13, 74, 59, .06);
}
.payment-provider-slot[hidden] { display: none; }
.card-form-head { margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.card-form-head strong { display: block; font-size: 11px; }
.card-form-head p { margin: 4px 0 0; color: #88938f; font-size: 7px; }
.card-brands { display: flex; align-items: center; gap: 5px; }
.card-brands span {
  min-width: 36px; padding: 6px 7px; border: 1px solid #dce5e1; border-radius: 6px;
  color: #51635d; background: #fff; font-size: 6px; font-weight: 900; text-align: center;
}
.card-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.card-fields label {
  color: #687671; font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em;
}
.card-fields input {
  width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid #d9e2de; border-radius: 9px;
  outline: 0; color: var(--ink); background: #fff; font: inherit; font-size: 10px; text-transform: none;
}
.card-fields input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(13,107,85,.08); }
.card-fields input.invalid { border-color: #c94f48; box-shadow: 0 0 0 3px rgba(201,79,72,.08); }
.card-input-wrap { position: relative; display: block; }
.card-input-wrap > svg { position: absolute; z-index: 1; left: 12px; bottom: 10px; width: 17px; color: #83918c; }
.card-input-wrap > svg:first-child + input { padding-left: 38px; }
.card-input-wrap > input:first-child { padding-right: 38px; }
.card-input-wrap > input:first-child + svg { right: 12px; left: auto; }
.card-security-note { margin: 14px 0 0; display: flex; align-items: flex-start; gap: 7px; color: #75837e; font-size: 7px; line-height: 1.6; }
.card-security-note svg { width: 14px; flex-shrink: 0; color: var(--green); }
.payment-notice { margin-top: 18px; padding: 15px; display: flex; align-items: center; gap: 11px; border-radius: 11px; color: #5c6c67; background: #e9f0ed; }
.payment-notice > svg { width: 20px; color: var(--green); }
.payment-notice strong { font-size: 9px; }
.payment-notice p { margin: 3px 0 0; font-size: 7px; }
.confirmation-card { padding: 22px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 14px; border-radius: 14px; color: #fff; background: var(--green-dark); }
.confirmation-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: var(--lime); }
.confirmation-icon svg { width: 23px; }
.confirmation-card span { color: #99b0a9; font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.confirmation-card h4 { margin: 4px 0; font-size: 13px; }
.confirmation-card p { margin: 0; color: #bfcec9; font-size: 8px; }
.confirmation-card > strong { color: var(--lime); font-size: 20px; }
.confirmation-passenger { margin-top: 13px; padding: 17px; display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 9px; align-items: center; border: 1px solid #dfe6e3; border-radius: 11px; background: #fff; }
.confirmation-passenger span { color: #929c99; font-size: 8px; }
.confirmation-passenger strong { font-size: 9px; }
.reservation-terms { margin-top: 20px; display: flex; align-items: center; gap: 9px; color: #697570; font-size: 8px; cursor: pointer; }
.reservation-terms input { position: absolute; opacity: 0; }
.reservation-terms > span { width: 18px; height: 18px; flex-shrink: 0; border: 1px solid #cdd7d3; border-radius: 5px; background: #fff; }
.reservation-terms input:checked + span { background: var(--green); box-shadow: inset 0 0 0 4px #fff; }
.reservation-actions {
  position: relative; z-index: 3; min-height: 68px; padding: 12px 38px;
  display: grid; grid-template-columns: 110px 1fr 145px; align-items: center; gap: 12px; border-top: 1px solid #e0e7e4; background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
}
.reservation-back, .reservation-next { padding: 12px 15px; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 9px; font-size: 9px; font-weight: 800; }
.reservation-back { border: 1px solid #d9e2de; color: #65716d; background: #fff; }
.reservation-back:disabled { opacity: .35; cursor: default; }
.reservation-next { border: 0; color: #fff; background: var(--green); }
.reservation-back svg, .reservation-next svg { width: 14px; }
.reservation-error { margin: 0; color: #c94f48; font-size: 8px; text-align: center; }

.auth-dialog {
  position: relative; z-index: 1; width: min(900px, 100%); max-height: min(720px, calc(100vh - 48px));
  display: grid; grid-template-columns: .86fr 1.14fr; overflow: hidden; border-radius: 22px; background: #fff;
  box-shadow: 0 35px 90px rgba(0,0,0,.3); animation: modal-in .3s ease;
}
.auth-brand-panel {
  min-height: 610px; padding: 38px; display: flex; flex-direction: column; justify-content: space-between;
  color: #fff; background:
    linear-gradient(180deg, rgba(5,58,47,.7), rgba(5,58,47,.97)),
    url("https://images.unsplash.com/photo-1524231757912-21f4fe3a7200?auto=format&fit=crop&w=800&q=80") center/cover;
}
.auth-brand-panel h2 { margin: 13px 0 17px; font-size: 39px; }
.auth-brand-panel h2 em { color: var(--lime); }
.auth-brand-panel p { color: #cbd9d5; font-size: 12px; line-height: 1.75; }
.auth-benefits { display: flex; gap: 16px; }
.auth-benefits span { display: flex; align-items: center; gap: 6px; color: #dce7e3; font-size: 9px; font-weight: 700; }
.auth-benefits svg { width: 14px; color: var(--lime); }
.auth-form-panel { padding: 34px 42px; overflow-y: auto; }
.auth-tabs { margin-right: 45px; padding: 4px; display: grid; grid-template-columns: 1fr 1fr; border-radius: 10px; background: #f0f3f1; }
.auth-tab { padding: 10px; border: 0; border-radius: 8px; color: #78827f; background: transparent; font-size: 10px; font-weight: 800; }
.auth-tab.active { color: var(--green); background: #fff; box-shadow: 0 4px 12px rgba(18,46,38,.08); }
.auth-form { display: none; padding-top: 28px; }
.auth-form.active { display: block; }
.auth-heading { margin-bottom: 23px; display: flex; align-items: center; gap: 12px; }
.auth-icon, .account-card-title > span {
  width: 42px; height: 42px; display: grid; place-items: center; flex-shrink: 0; border-radius: 11px; color: var(--green); background: #eaf3ef;
}
.auth-icon svg, .account-card-title > span svg { width: 18px; }
.auth-heading h3 { margin: 0 0 4px; font-size: 17px; }
.auth-heading p { margin: 0; color: #8b9592; font-size: 9px; }
.auth-form > label, .auth-name-grid label {
  margin-bottom: 13px; display: block; color: #74807c; font-size: 8px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
}
.auth-form input:not([type="checkbox"]), .profile-grid input, .password-grid input, .address-form input {
  width: 100%; margin-top: 6px; padding: 13px 14px; border: 1px solid #dde5e2; border-radius: 9px; outline: none; color: var(--ink); background: #fff; font-size: 11px; text-transform: none;
}
.auth-form input:focus, .profile-grid input:focus, .password-grid input:focus, .address-form input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(13,107,85,.08); }
.auth-name-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.password-wrap { position: relative; display: block; }
.password-wrap input { padding-right: 42px !important; }
.password-toggle { position: absolute; right: 7px; top: 11px; width: 32px; height: 32px; display: grid; place-items: center; border: 0; color: #8d9794; background: transparent; }
.password-toggle svg { width: 15px; }
.auth-options { margin: -2px 0 16px; display: flex; justify-content: space-between; align-items: center; }
.auth-options label, .terms-check { display: flex !important; align-items: center; gap: 6px; color: #6d7874 !important; font-size: 8px !important; text-transform: none !important; letter-spacing: 0 !important; }
.auth-options button, .auth-switch button { padding: 0; border: 0; color: var(--green); background: none; font-size: 8px; font-weight: 700; }
.form-message { min-height: 15px; margin: -3px 0 5px; color: #c54343; font-size: 9px; }
.form-message.success { color: var(--green); }
.auth-submit, .account-save {
  width: 100%; padding: 13px 16px; display: flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; border-radius: 9px; color: #fff; background: var(--green); font-size: 10px; font-weight: 800;
}
.auth-submit svg, .account-save svg { width: 14px; }
.auth-switch { margin: 15px 0 0; text-align: center; color: #8c9693; font-size: 8px; }
.auth-switch button { margin-left: 3px; }

.account-dialog {
  position: relative; z-index: 1; width: min(1080px, 100%); height: min(720px, calc(100vh - 48px));
  display: grid; grid-template-columns: 245px 1fr; overflow: hidden; border-radius: 22px; background: #f5f7f5;
  box-shadow: 0 35px 90px rgba(0,0,0,.3); animation: modal-in .3s ease;
}
.account-close { background: #fff; }
.account-sidebar { padding: 30px 18px 22px; display: flex; flex-direction: column; color: #fff; background: var(--green-dark); }
.account-user { padding: 0 8px 25px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid rgba(255,255,255,.1); }
.account-user > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: var(--lime); font-size: 11px; font-weight: 800; }
.account-user strong, .account-user small { display: block; max-width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.account-user strong { font-size: 11px; }
.account-user small { margin-top: 3px; color: #9bb2ab; font-size: 7px; }
.account-sidebar nav { margin-top: 25px; display: grid; gap: 5px; }
.account-nav, .logout-button {
  width: 100%; padding: 12px; display: flex; align-items: center; gap: 10px; border: 0; border-radius: 9px;
  color: #bdd0ca; background: transparent; font-size: 10px; font-weight: 700; text-align: left;
}
.account-nav svg, .logout-button svg { width: 16px; }
.account-nav.active { color: var(--green-dark); background: var(--lime); }
.account-nav span { margin-left: auto; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.15); font-size: 8px; }
.account-nav.active span { color: #fff; background: var(--green); }
.logout-button { margin-top: auto; color: #ffaaa5; }
.account-content { padding: 37px 45px; overflow-y: auto; }
.account-content-head { margin-bottom: 25px; display: flex; align-items: center; justify-content: space-between; }
.account-content-head > div > span { color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.account-content-head h2 { margin: 4px 0 0; font-size: 28px; }
.secure-badge { margin-right: 35px; padding: 8px 11px; display: flex; align-items: center; gap: 6px; border-radius: 99px; color: var(--green); background: #e4eee9; font-size: 8px; font-weight: 800; }
.secure-badge svg { width: 13px; }
.account-view { display: none; }
.account-view.active { display: grid; gap: 16px; }
.account-card { padding: 24px; border: 1px solid #e2e8e5; border-radius: 15px; background: #fff; box-shadow: 0 10px 30px rgba(17,48,39,.04); }
.account-card-title { margin-bottom: 20px; display: flex; align-items: center; gap: 11px; }
.account-card-title h3 { margin: 0 0 4px; font-size: 13px; }
.account-card-title p { margin: 0; color: #8d9794; font-size: 8px; }
.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.profile-grid label { color: #7c8783; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.profile-grid input:disabled { background: #f1f3f2; color: #7d8784; }
.profile-grid .account-save, .password-grid .account-save { width: max-content; min-width: 155px; margin-left: auto; grid-column: 1 / -1; }
.password-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.password-grid input, .address-form input { margin: 0; }
.reservations-card { min-height: 380px; }
.reservation-list, .address-list { display: grid; gap: 9px; }
.reservation-item {
  padding: 15px; display: grid; grid-template-columns: 1fr auto; gap: 10px; border: 1px solid #e4e9e7; border-radius: 11px; background: #fafbfa;
}
.reservation-route { display: flex; align-items: center; gap: 8px; }
.reservation-route svg { width: 14px; color: var(--green); }
.reservation-route strong { font-size: 10px; }
.reservation-meta { margin-top: 7px; display: flex; gap: 12px; color: #84908c; font-size: 8px; }
.reservation-status { align-self: center; padding: 6px 9px; border-radius: 99px; color: var(--green); background: #e2efe9; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.empty-state { padding: 55px 20px; text-align: center; color: #929c98; }
.empty-state svg { width: 35px; height: 35px; margin-bottom: 10px; color: #bed0c9; }
.empty-state strong, .empty-state span { display: block; }
.empty-state strong { color: #53605c; font-size: 11px; }
.empty-state span { margin-top: 5px; font-size: 8px; }
.address-form { display: grid; grid-template-columns: .7fr 1.3fr auto; gap: 8px; }
.address-form .account-save { width: auto; white-space: nowrap; }
.address-item { padding: 13px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #edf0ef; }
.address-item svg { width: 16px; color: var(--green); }
.address-item div { flex: 1; }
.address-item strong, .address-item span { display: block; }
.address-item strong { font-size: 10px; }
.address-item span { margin-top: 3px; color: #8c9692; font-size: 8px; }
.address-item button { border: 0; color: #bd5b56; background: none; font-size: 8px; }
@keyframes fade-in { from { opacity: 0; } }
@keyframes modal-in { from { opacity: 0; transform: translateY(16px) scale(.985); } }

.toast {
  position: fixed; z-index: 50; left: 50%; bottom: 25px; min-width: 300px; padding: 15px 18px;
  display: flex; gap: 12px; align-items: center; border-radius: 12px; color: #fff; background: var(--green-dark);
  box-shadow: var(--shadow); transform: translate(-50%, 140%); opacity: 0; transition: .35s ease;
}
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.toast svg { color: var(--lime); }
.toast strong, .toast span { display: block; }
.toast strong { font-size: 12px; }
.toast span { margin-top: 2px; color: #c5d4d0; font-size: 10px; }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 12px; }
  .nav-wrap { gap: 24px; }
  .account-trigger span { display: none; }
  .hero-content { gap: 32px; grid-template-columns: .8fr 1.2fr; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .about-grid { gap: 50px; }
}

@media (max-width: 860px) {
  .section { padding: 80px 0; }
  .top-contact a span, .top-actions > a { display: none; }
  .nav-wrap { height: 75px; }
  .nav-cta { margin-left: auto; }
  .menu-toggle { display: grid; place-items: center; }
  .main-nav {
    position: fixed; inset: 113px 0 0; margin: 0; padding: 35px 24px;
    display: flex; flex-direction: column; align-items: flex-start; gap: 0;
    background: #fff; transform: translateX(100%); transition: transform .3s ease;
  }
  .main-nav.open { transform: translateX(0); }
  html[dir="rtl"] .main-nav {
    align-items: flex-end;
    transform: translateX(-100%);
  }
  html[dir="rtl"] .main-nav.open { transform: translateX(0); }
  .main-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .hero { min-height: auto; }
  .hero-overlay { background: linear-gradient(180deg, rgba(4, 37, 30, .86), rgba(4, 37, 30, .67)); }
  .hero-content { padding-top: 70px; grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 0; text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-badges { justify-content: center; }
  .booking-card { max-width: 650px; width: 100%; margin: 0 auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 15px 0; }
  .trust-grid > div { min-height: 65px; }
  .trust-grid > div:nth-child(2) { border: 0; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 20px; }
  .service-grid, .tour-grid { grid-template-columns: 1fr 1fr; }
  .service-card.large { grid-column: span 2; }
  .destinations-heading { grid-template-columns: 1fr; gap: 20px; }
  .destination-panel { grid-template-columns: 1fr; }
  .destination-intro { min-height: 230px; }
  .reviews-top { align-items: flex-start; flex-direction: column; gap: 30px; }
  .review-card { flex-basis: calc((100% - 18px) / 2); }
  .fleet-layout { grid-template-columns: 1fr; }
  .fleet-copy { max-width: 100%; padding: 80px 40px; }
  .fleet-visual { min-height: 480px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 620px; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .cta-actions { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .account-dialog { grid-template-columns: 205px 1fr; }
  .account-content { padding: 35px 28px; }
  .reservation-progress small { display: none; }
  .reservation-layout { grid-template-columns: 225px 1fr; }
  .reservation-scroll { padding-inline: 25px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 65px 0; }
  .topbar-inner { height: 34px; }
  .nav-wrap { height: 70px; }
  .main-nav { inset: 104px 0 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { width: 98px; font-size: 10px; }
  .brand-name strong { font-size: 13px; }
  .nav-cta { display: none; }
  .hero-content { width: 100%; padding-top: 55px; gap: 50px; }
  .hero-copy { padding-inline: 18px; }
  .hero-copy > p { font-size: 14px; }
  .hero-badges { gap: 11px; }
  .hero-badges span { font-size: 10px; }
  .booking-card { border-radius: 20px 20px 0 0; }
  .booking-tabs { padding-inline: 8px; }
  .booking-tab { padding-inline: 3px; font-size: 11px; }
  .booking-tab svg { width: 16px; }
  .booking-form { padding: 20px 15px 25px; }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .form-grid .form-field:last-child { grid-column: span 2; }
  .picker-popover { position: fixed; top: 50%; left: 50%; width: min(320px, calc(100% - 30px)); transform: translate(-50%, -50%); }
  .time-popover { width: min(270px, calc(100% - 30px)); }
  .auth-dialog { grid-template-columns: 1fr; max-height: calc(100vh - 24px); }
  .auth-brand-panel { display: none; }
  .auth-form-panel { padding: 28px 22px; }
  .account-dialog { height: calc(100vh - 20px); grid-template-columns: 1fr; }
  .account-sidebar { padding: 16px; display: block; }
  .account-user { padding-bottom: 13px; }
  .account-sidebar nav { margin-top: 13px; display: flex; overflow-x: auto; }
  .account-nav { width: auto; flex-shrink: 0; }
  .logout-button { position: absolute; right: 55px; top: 17px; width: auto; }
  .account-content { padding: 24px 16px; }
  .profile-grid, .password-grid, .address-form { grid-template-columns: 1fr; }
  .profile-grid .account-save, .password-grid .account-save { width: 100%; grid-column: auto; }
  .address-form .account-save { width: 100%; }
  .reservation-dialog { height: calc(100vh - 16px); border-radius: 17px; }
  .reservation-head { height: 86px; padding: 10px 50px 10px 14px; grid-template-columns: 48px 1fr; }
  .reservation-logo { width: 48px; height: 48px; }
  .reservation-head h2 { font-size: 16px; }
  .reservation-progress { grid-column: 1 / -1; position: absolute; top: 87px; left: 0; right: 0; height: 52px; justify-content: center; background: #fff; border-bottom: 1px solid var(--line); }
  .progress-step { grid-template-columns: 26px; }
  .progress-step > span { width: 26px; height: 26px; }
  .reservation-layout { height: calc(100% - 138px); margin-top: 52px; grid-template-columns: 1fr; }
  .trip-summary { display: none; }
  .reservation-scroll { padding: 23px 15px; }
  .route-map { height: 165px; }
  .route-metrics { grid-template-columns: 1fr 1fr; }
  .route-source { grid-column: 1 / -1; }
  .route-map-error { align-items: flex-start; flex-direction: column; }
  .vehicle-card { grid-template-columns: 80px 1fr auto; gap: 10px; padding: 11px; }
  .vehicle-visual { width: 80px; height: 58px; }
  .vehicle-visual svg { width: 32px; height: 32px; }
  .vehicle-price { min-width: 65px; }
  .vehicle-price strong { font-size: 13px; }
  .reservation-form-grid { grid-template-columns: 1fr; }
  .card-form-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .card-fields { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .confirmation-passenger { grid-template-columns: auto 1fr; }
  .reservation-actions { padding: 10px 15px; grid-template-columns: 90px 1fr 125px; }
  .swap-button { right: 31px; top: 86px; }
  .trust-grid strong { font-size: 21px; }
  .trust-grid span { font-size: 8px; }
  .service-grid, .tour-grid { grid-template-columns: 1fr; }
  .service-card.large { grid-column: span 1; }
  .service-card { min-height: 390px; }
  .tour-image { height: 220px; }
  .city-tabs { margin-inline: -14px; padding-inline: 14px; border-width: 1px 0; border-radius: 0; }
  .city-tab { min-width: 108px; }
  .destination-panel { border-radius: 16px; }
  .destination-intro { min-height: 210px; padding: 30px 25px; }
  .destination-intro h3 { font-size: 32px; }
  .route-grid { grid-template-columns: 1fr; padding: 13px; }
  .route-card { min-height: 105px; }
  .rating-summary { min-width: 0; width: 100%; }
  .review-platforms > div:not(.review-controls) { min-width: 0; flex: 1; padding: 10px; }
  .review-controls { position: absolute; margin-top: 90px; right: 14px; }
  .review-card { flex-basis: 100%; }
  .review-footer { align-items: flex-start; flex-direction: column; gap: 14px; }
  .fleet-copy { padding: 65px 25px; }
  .fleet-visual { min-height: 360px; }
  .about-photo { padding-left: 24px; }
  .about-photo img { height: 420px; }
  .experience { width: 125px; left: 0; padding: 18px; }
  .experience strong { font-size: 35px; }
  .cta-section { padding: 60px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; gap: 18px; flex-direction: column; }
  .support-widget { left: 14px; bottom: 14px; }
  .support-toggle { width: 49px; height: 49px; padding: 0; justify-content: center; }
  .support-toggle span { display: none; }
  .support-panel { bottom: 58px; width: calc(100vw - 28px); }
  .floating-whatsapp { width: 49px; height: 49px; padding: 0; justify-content: center; }
  .floating-whatsapp span { display: none; }
}

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