:root {
  --ink: #13243c;
  --muted: #687891;
  --line: #dfe8f2;
  --paper: #ffffff;
  --soft: #f4f8fd;
  --gold: #ffc83d;
  --gold-dark: #efae16;
  --green: #2fb8a5;
  --night: #0f2746;
  --blue: #1f6ed4;
  --shadow: 0 18px 48px rgba(34, 61, 97, 0.12);
  --theme-frame-gradient: linear-gradient(120deg, #ffd46a, #ff8a00, #ffb347, #ffc83d, #ff8a00, #ffd46a);
  --surface: #ffffff;
  --surface-elevated: rgba(255, 255, 255, 0.96);
  --surface-soft: #eef5fc;
  --surface-border: rgba(11, 64, 105, 0.1);
  --surface-ink: #13243c;
  --surface-muted: #5f738a;
  --surface-strong: #153551;
  --header-control-bg: rgba(255, 255, 255, 0.72);
  --header-control-border: rgba(15, 38, 60, 0.14);
  --header-control-ink: #13243c;
  --header-toggle-bg: #ffffff;
  --header-toggle-line: #13243c;
  --header-menu-bg: #ffffff;
}

.route-price-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.route-price-chip {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px 8px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 10px;
  text-align: center;
}

.route-price-chip small {
  display: block;
  color: #64748b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.route-price-chip strong {
  display: block;
  min-width: 0;
  color: #0f172a;
  font-size: clamp(11px, 1.05vw, 13px);
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.reservation-map-preview {
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  background: #f8fafc;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.reservation-map-preview > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: linear-gradient(135deg, #ffffff, #eef2ff);
}

.reservation-map-preview span {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.reservation-map-preview strong {
  color: #0f172a;
  font-size: 13px;
}

.reservation-map-preview iframe {
  display: block;
  width: 100%;
  height: 260px;
  border: 0;
}

.reservation-map-load-button {
  width: 100%;
  min-height: 260px;
  border: 0;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 24px;
  color: #172033;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(236, 241, 249, 0.94)),
    repeating-linear-gradient(45deg, #e8edf5 0 1px, transparent 1px 18px);
  cursor: pointer;
  text-align: center;
}

.reservation-map-load-button strong {
  font-size: 1rem;
}

.reservation-map-load-button span {
  color: #64748b;
  font-size: 0.86rem;
  letter-spacing: normal;
  text-transform: none;
}

.reservation-map-load-button:hover,
.reservation-map-load-button:focus-visible {
  background: #eef3fb;
  outline: 3px solid rgba(37, 99, 235, 0.2);
  outline-offset: -3px;
}

.reservation-map-preview a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  color: #0f172a;
  font-weight: 900;
  text-decoration: none;
}

:root[data-theme="dark"] .route-price-chip {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] .route-price-chip small {
  color: #9db0c7;
}

:root[data-theme="dark"] .route-price-chip strong {
  color: #edf6ff;
}

@media (max-width: 680px) {
  .route-price-stack {
    grid-template-columns: 1fr;
  }
}

.reservation-summary-card .reservation-map-preview {
  padding: 0;
  background: #f8fafc;
  border-color: rgba(255, 255, 255, 0.22);
  border-radius: 16px;
}

.reservation-summary-card .reservation-map-preview > div {
  padding: 12px 14px;
  background: #ffffff;
  border: 0;
  border-radius: 0;
}

.reservation-summary-card .reservation-map-preview span {
  color: #64748b;
}

.reservation-summary-card .reservation-map-preview strong {
  margin-top: 0;
  color: #0f172a;
  font-size: 13px;
}

:root[data-theme="dark"] .reservation-map-preview {
  background: var(--surface-soft);
  border-color: var(--surface-border);
}

:root[data-theme="dark"] .reservation-map-preview > div {
  background: var(--surface);
}

:root[data-theme="dark"] .reservation-map-preview span {
  color: var(--surface-muted);
}

:root[data-theme="dark"] .reservation-map-preview strong {
  color: var(--surface-strong);
}

:root[data-theme="dark"] .reservation-summary-card .reservation-map-preview {
  background: var(--surface-soft);
  border-color: var(--surface-border);
}

:root[data-theme="dark"] .reservation-summary-card .reservation-map-preview > div {
  background: var(--surface);
}

:root[data-theme="dark"] .reservation-summary-card .reservation-map-preview span {
  color: var(--surface-muted);
}

:root[data-theme="dark"] .reservation-summary-card .reservation-map-preview strong {
  color: var(--surface-strong);
}

:root[data-theme="dark"] {
  --ink: #edf6ff;
  --muted: #9fb1c7;
  --line: rgba(162, 185, 215, 0.18);
  --paper: #101b2e;
  --soft: #0b1627;
  --gold: #ff9a23;
  --gold-dark: #ff7a00;
  --green: #25d366;
  --night: #06111f;
  --blue: #6ab0ff;
  --shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
  --theme-frame-gradient: linear-gradient(120deg, rgba(106, 176, 255, .85), #ff9a23, #ffb347, #ff8a00, #ff9a23, rgba(106, 176, 255, .85));
  --surface: rgba(16, 27, 46, 0.96);
  --surface-elevated: rgba(16, 27, 46, 0.98);
  --surface-soft: rgba(8, 16, 30, 0.72);
  --surface-border: rgba(162, 185, 215, 0.16);
  --surface-ink: #edf6ff;
  --surface-muted: #9db0c7;
  --surface-strong: #edf6ff;
  --header-control-bg: rgba(255, 255, 255, 0.06);
  --header-control-border: rgba(255, 255, 255, 0.12);
  --header-control-ink: #edf6ff;
  --header-toggle-bg: rgba(255, 255, 255, 0.08);
  --header-toggle-line: #edf6ff;
  --header-menu-bg: rgba(12, 22, 38, 0.98);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  color: var(--ink);
  background: #f7fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

:root[data-theme="dark"] body {
  background: #081421;
}

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

img,
svg,
video,
iframe {
  max-width: 100%;
}

main,
.site-footer {
  max-width: 100%;
  overflow-x: clip;
}

input,
select,
textarea,
button {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 200, 61, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(15, 38, 60, 0.06);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: min(1280px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
  justify-self: end;
}

.header-lookup-btn {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  color: var(--ink);
  border: 1px solid rgba(15, 38, 60, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.header-lookup-btn:hover,
.header-lookup-btn.is-active {
  color: #fff;
  border-color: rgba(12, 49, 94, 0.2);
  background: linear-gradient(135deg, #0c315e, #1f6ed4);
  transform: translateY(-1px);
}

.currency-switch select {
  min-height: 34px;
  padding: 6px 26px 6px 10px;
  border: 1px solid rgba(18, 55, 85, .1);
  border-radius: 999px;
  color: var(--ink);
  background: var(--surface);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  outline: none;
}

.currency-switch select option,
.mobile-currency-switch select option {
  color: #10243b;
  background: #fff;
  font-weight: 800;
}

.currency-switch select:focus {
  border-color: rgba(255, 138, 0, .55);
  box-shadow: 0 0 0 3px rgba(255, 138, 0, .1);
}

.language-switch,
.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: rgba(15, 38, 60, 0.04);
  border: 1px solid rgba(15, 38, 60, 0.06);
  border-radius: 999px;
}

.language-switch a,
.theme-toggle {
  min-height: 32px;
  padding: 6px 10px;
  color: #475569;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.language-switch a.is-active {
  color: #fff;
  background: #ff8a00;
}

.theme-toggle {
  gap: 0;
  display: grid;
  width: 38px;
  height: 38px;
  justify-content: center;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(15, 38, 60, 0.06);
  cursor: pointer;
  font: inherit;
}

.theme-toggle [data-theme-toggle-icon],
.mobile-theme-toggle [data-theme-toggle-icon] {
  display: grid;
  width: 1em;
  height: 1em;
  place-items: center;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  transform: translateY(-0.02em);
}

.theme-toggle strong {
  display: none;
}

:root[data-theme="dark"] .site-header {
  background: rgba(8, 20, 33, 0.92);
  border-color: rgba(162, 185, 215, 0.12);
}

:root[data-theme="dark"] .brand-word b {
  color: #edf6ff;
}

:root[data-theme="dark"] .header-lookup-btn {
  color: #edf6ff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

:root[data-theme="dark"] .header-lookup-btn:hover,
:root[data-theme="dark"] .header-lookup-btn.is-active {
  border-color: rgba(106, 176, 255, 0.35);
  background: linear-gradient(135deg, #123d72, #1f6ed4);
}

:root[data-theme="dark"] .language-switch a,
:root[data-theme="dark"] .theme-toggle {
  color: #b5c6dc;
}

:root[data-theme="dark"] .language-switch,
:root[data-theme="dark"] .theme-toggle {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

:root[data-theme="dark"] .currency-switch select {
  color: #f4f8ff;
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .14);
}

:root[data-theme="dark"] .currency-switch select option,
:root[data-theme="dark"] .mobile-currency-switch select option {
  color: #10243b;
  background: #fff;
}

:root[data-theme="dark"] .nav-toggle {
  background: var(--header-toggle-bg);
  border-color: var(--header-control-border);
}

:root[data-theme="dark"] .nav-toggle span {
  background: var(--header-toggle-line);
}

:root[data-theme="dark"] .nav-toggle:hover,
:root[data-theme="dark"] .nav-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(106, 176, 255, 0.35);
}

:root[data-theme="dark"] .site-nav {
  background: var(--header-menu-bg);
  border-color: var(--line);
  box-shadow: var(--shadow);
}

:root[data-theme="dark"] .site-nav-lookup {
  color: var(--header-control-ink);
  border-color: var(--header-control-border);
  background: var(--header-control-bg);
}

:root[data-theme="dark"] .mobile-language-switch--header a:not(.is-active) {
  color: #b5c6dc;
}

:root[data-theme="dark"] .mobile-nav-preferences,
:root[data-theme="dark"] .mobile-language-switch {
  color: var(--surface-muted);
  border-color: var(--header-control-border);
  background: var(--header-control-bg);
}

:root[data-theme="dark"] .mobile-language-switch a:not(.is-active) {
  color: #b5c6dc;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(16, 20, 24, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 280px;
  justify-self: start;
}

.brand-word {
  display: block;
  line-height: 0.95;
  letter-spacing: 2.5px;
}

.brand-word b {
  color: #073452;
  font-size: 28px;
  font-weight: 950;
}

.brand-word em {
  margin-left: 6px;
  color: #ff8a00;
  font-style: normal;
  font-size: 28px;
  font-weight: 950;
}

.brand-word small {
  display: block;
  color: #ff8a00;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 6px;
}

.brand-logo-shell,
.footer-brand-logo-shell {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 14px;
  background: linear-gradient(145deg, #071321 0%, #0b2038 100%);
  border: 1px solid rgba(255, 181, 71, .16);
  box-shadow: 0 8px 22px rgba(8, 24, 42, .14);
}

.brand-logo,
.footer-brand-logo {
  display: block;
  width: auto;
  max-width: min(340px, 62vw);
  height: clamp(54px, 6.2vw, 72px);
  object-fit: contain;
  object-position: left center;
}

.footer-brand-logo-shell {
  margin-bottom: 6px;
  padding: 6px 10px;
  border-radius: 16px;
}

.footer-brand-logo {
  max-width: min(300px, 100%);
  height: clamp(48px, 5vw, 64px);
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, #0c315e, #1f6ed4);
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(31, 110, 212, 0.22);
}

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

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.brand .brand-word small {
  color: #ff8a00;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 6px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  min-width: 0;
  color: #25374c;
}

.site-nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  max-width: 100%;
  padding: 5px;
  border: 1px solid rgba(15, 38, 60, 0.1);
  border-radius: 999px;
  background: rgba(15, 38, 60, 0.035);
  overflow-x: auto;
  scrollbar-width: none;
}

.site-nav-pill::-webkit-scrollbar {
  display: none;
}

.site-nav-pill a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  color: #475569;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.site-nav-pill a:hover {
  color: var(--ink);
  background: rgba(15, 38, 60, 0.06);
}

.site-nav-pill a.is-active {
  color: #fff;
  background: linear-gradient(135deg, #0c315e, #1f6ed4);
  box-shadow: 0 8px 20px rgba(12, 49, 94, 0.18);
}

.site-nav-lookup {
  display: none;
}

:root[data-theme="dark"] .site-nav-pill {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

:root[data-theme="dark"] .site-nav-pill a {
  color: #b5c6dc;
}

:root[data-theme="dark"] .site-nav-pill a:hover {
  color: #edf6ff;
  background: rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .site-nav-pill a.is-active {
  color: #fff;
  background: linear-gradient(135deg, #123d72, #1f6ed4);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--header-control-border, var(--line));
  background: var(--header-toggle-bg, #fff);
  border-radius: 6px;
  cursor: pointer;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--header-toggle-line, var(--ink));
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  border-color: rgba(12, 49, 94, 0.22);
  background: rgba(12, 49, 94, 0.04);
  outline: none;
}

.flash {
  max-width: 1120px;
  margin: 18px auto 0;
  padding: 14px 18px;
  color: #063f33;
  background: #dff7ef;
  border: 1px solid #b7e8d8;
  border-radius: 8px;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 32px;
  min-height: auto;
  padding: 22px 16px 52px;
  color: var(--ink);
  background: linear-gradient(180deg, #f8fbff 0%, #eef5fc 70%, #ffffff 100%);
  border-bottom: 1px solid var(--line);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.hero-media {
  position: relative;
  width: min(100%, 1440px);
  height: clamp(430px, 58vh, 640px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(10, 45, 74, 0.13);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  display: block;
}

.home-trust-badge {
  position: absolute;
  top: clamp(14px, 2.2vw, 22px);
  right: clamp(14px, 2.2vw, 22px);
  left: auto;
  z-index: 4;
  max-width: min(calc(100% - 28px), 420px);
}

.home-trust-badge-link {
  display: inline-flex;
  align-items: flex-start;
  gap: 11px;
  width: fit-content;
  max-width: 100%;
  padding: 11px 14px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(8, 31, 53, 0.88), rgba(12, 49, 94, 0.78)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 34px rgba(4, 24, 42, 0.24);
  backdrop-filter: blur(14px);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.home-trust-badge-link.is-stacked {
  min-width: min(100%, 280px);
  max-width: min(100%, 420px);
}

a.home-trust-badge-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 181, 71, 0.42);
  box-shadow: 0 18px 40px rgba(4, 24, 42, 0.3);
}

.home-trust-badge-mark {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-top: 1px;
  border-radius: 50%;
  color: #ffb347;
  background: rgba(255, 181, 71, 0.14);
  border: 1px solid rgba(255, 181, 71, 0.28);
}

.home-trust-badge-mark svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.home-trust-badge-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
  flex: 1 1 auto;
}

.home-trust-badge-agency,
.home-trust-badge-copy strong {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.home-trust-badge-tursab {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 8px;
}

.home-trust-badge-tursab small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-trust-badge-tursab em {
  color: #ffd46a;
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}

.customer-gallery {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: minmax(220px, .78fr) minmax(0, 1.42fr) clamp(132px, 13vw, 168px);
  align-items: stretch;
  gap: clamp(14px, 2vw, 22px);
  padding: clamp(18px, 2.3vw, 32px);
  overflow: hidden;
  border-radius: 28px;
  background: #06101f;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 28px 80px rgba(4, 16, 30, .22);
}

.customer-gallery-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(8px, 1vw, 18px) 0;
}

.customer-gallery-copy .eyebrow {
  margin: 0 0 18px;
  color: #5fd4ff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .34em;
  text-transform: uppercase;
}

.customer-gallery-copy h2 {
  max-width: 420px;
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: .98;
  letter-spacing: 0;
}

.customer-gallery-copy p:not(.eyebrow) {
  max-width: 360px;
  margin: 18px 0 0;
  color: #aebbd0;
  font-size: 15px;
  line-height: 1.7;
}

.customer-gallery-indicators {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  width: min(420px, 100%);
  margin-top: auto;
  padding-top: 32px;
}

.customer-gallery-indicators span {
  width: 24px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .28);
}

.customer-gallery-indicators span:nth-child(even) {
  width: 48px;
}

.customer-gallery-indicators span.is-active {
  background: #68d9ff;
}

.customer-gallery-main {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: clamp(340px, 39vw, 500px);
  overflow: hidden;
  border-radius: 24px;
  background: #081421;
}

.customer-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 220ms ease;
}

.customer-gallery-main img.is-switching {
  opacity: .2;
}

.customer-gallery-thumbs {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.3vw, 16px);
  min-width: 0;
  min-height: 0;
  height: clamp(340px, 39vw, 500px);
}

.customer-gallery-thumb {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, .45);
  border-radius: 14px;
  background: rgba(255, 255, 255, .16);
  box-shadow: 0 14px 34px rgba(5, 24, 42, .18);
  cursor: pointer;
}

.customer-gallery-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 28, 48, .16);
  transition: background 180ms ease;
}

.customer-gallery-thumb:hover::after,
.customer-gallery-thumb.is-active::after {
  background: rgba(6, 28, 48, 0);
}

.customer-gallery-thumb.is-active {
  border-color: #ff9a23;
  box-shadow: 0 0 0 3px rgba(255, 154, 35, .24), 0 16px 34px rgba(5, 24, 42, .2);
}

.customer-gallery-thumb img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.home-customer-gallery-section {
  background: #0e1c2d;
}

.home-gallery-heading {
  align-items: end;
}

.home-gallery-intro {
  max-width: 680px;
  margin: 8px 0 0;
  color: var(--muted);
}

.home-customer-gallery {
  width: min(100%, 1180px);
  margin: 0 auto;
}

:root[data-theme="dark"] .home-customer-gallery-section {
  background: #0e1c2d;
}

:root[data-theme="dark"] .customer-gallery {
  background: #050b1a;
  border-color: rgba(255, 255, 255, .08);
  box-shadow: 0 24px 58px rgba(0, 0, 0, .28);
}

:root[data-theme="dark"] .home-gallery-intro {
  color: #b5c6dc;
}

@media (max-width: 980px) {
  .customer-gallery {
    grid-template-columns: 1fr;
  }

  .customer-gallery-copy {
    padding: 0;
  }

  .customer-gallery-copy h2 {
    max-width: 620px;
  }

  .customer-gallery-copy p:not(.eyebrow) {
    max-width: 560px;
  }

  .customer-gallery-indicators {
    margin-top: 0;
    padding-top: 22px;
  }

  .customer-gallery-main {
    width: 100%;
    height: clamp(300px, 58vw, 460px);
  }

  .customer-gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    width: 100%;
    height: clamp(88px, 16vw, 128px);
  }
}

.hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 38, 58, 0.45) 0%, rgba(4, 38, 58, 0.35) 34%, rgba(4, 38, 58, 0.06) 74%),
    linear-gradient(0deg, rgba(4, 38, 58, 0.06), rgba(4, 38, 58, 0.06));
  z-index: 1;
  pointer-events: none;
}

.hero-copy {
  position: absolute;
  left: clamp(34px, 5vw, 64px);
  top: 48%;
  right: 34px;
  bottom: auto;
  transform: translateY(-48%);
  z-index: 3;
  max-width: 690px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 4px;
  color: #ff8a00;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 10px;
  font-size: clamp(34px, 3.4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy h1 span {
  color: #ff8a00;
}

.hero-copy .eyebrow {
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

h3 {
  font-size: 21px;
  line-height: 1.2;
}

.hero-copy p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 550;
}

.hero-lookup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.hero-lookup-button {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 12px;
  color: #071629;
  background: #fff;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(4, 25, 44, .22);
}

.hero-lookup-actions span {
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  font-weight: 800;
}

.hero-actions,
.trust-row,
.meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero-actions {
  display: none;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column: 1 / -1;
  gap: 16px;
  width: min(100%, 840px);
  margin: 0 auto;
}

.home-stat-marquee {
  grid-column: 1 / -1;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.home-stat-card.is-clone {
  display: none;
}

.is-auto-clone {
  display: none !important;
}

.hero-stats div,
.hero-stats .home-stat-card {
  position: relative;
  min-height: 132px;
  overflow: hidden;
  padding: 24px 26px;
  background: #fff;
  border: 1px solid #e2ebf4;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(27, 47, 73, 0.08);
}

.hero-stats div::after,
.hero-stats .home-stat-card::after {
  content: "";
  position: absolute;
  top: -32px;
  right: -18px;
  width: 84px;
  height: 84px;
  background: rgba(255, 138, 0, 0.09);
  border-radius: 50%;
}

.hero-stats strong,
.hero-stats span,
.hero-stats .home-stat-card strong,
.hero-stats .home-stat-card span {
  display: block;
}

.hero-stats strong {
  color: var(--ink);
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 950;
  line-height: 1;
}

.hero-stats strong sup {
  color: #ff8a00;
  font-size: 18px;
}

.hero-stats strong em {
  color: #25bf6f;
  font-style: normal;
}

.hero-stats span {
  margin-top: 10px;
  color: #2e4158;
  font-size: 14px;
  font-weight: 850;
}

.hero-stats small {
  display: block;
  margin-top: 8px;
  color: #ff8a00;
  font-weight: 850;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
}

.button-primary {
  color: #13243c;
  background: var(--gold);
  box-shadow: 0 14px 28px rgba(255, 200, 61, 0.22);
}

.button-primary:hover {
  background: var(--gold-dark);
}

.button-secondary {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.button-secondary:hover {
  border-color: rgba(255, 138, 0, .35);
}

.button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}

.trust-row span {
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

.hero-panel,
.booking-form,
.contact-card,
.summary-card {
  background: var(--paper);
  color: var(--ink);
  border: 1px solid rgba(223, 232, 242, 0.98);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.hero-panel {
  width: 100%;
  max-width: 1120px;
  margin: -70px auto 0;
  padding: 10px;
  color: #fff;
  background: rgba(7, 52, 82, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  box-shadow: 0 24px 54px rgba(7, 52, 82, 0.28);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 2;
}

.hero-panel h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.05;
}

.hero-panel p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.6;
}

.hero-search {
  display: block;
}

.search-title {
  display: none;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.page-home .search-title {
  display: flex;
}

.search-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.panel-badge {
  display: inline-flex;
  padding: 7px 11px;
  color: #0c315e;
  background: #eaf4ff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.booking-form {
  padding: 20px;
  border-radius: 22px;
}

.hero-panel .booking-form {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

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

.search-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 0.78fr 0.58fr 0.5fr;
  gap: 8px;
}

.search-grid > * {
  min-width: 0;
}

.booking-fields {
  display: grid;
  gap: 8px;
}

.booking-location-hint {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.booking-location-hint-warning {
  color: #ffe1a3;
}

:root[data-theme="dark"] .booking-location-hint-warning {
  color: #fbbf24;
}

.booking-form input.has-places-autocomplete {
  padding-right: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-5.2 6-10a6 6 0 1 0-12 0c0 4.8 6 10 6 10Z'/%3E%3Ccircle cx='12' cy='11' r='2.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
}

.pac-container {
  z-index: 10050;
  margin-top: 6px;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  font-family: inherit;
  overflow: hidden;
}

.pac-item {
  padding: 10px 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
}

.pac-item:hover,
.pac-item-selected {
  background: var(--soft);
}

.pac-icon {
  margin-top: 2px;
}

.places-field {
  position: relative;
}

.places-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 10060;
  display: grid;
  gap: 4px;
  max-height: min(220px, 38vh);
  padding: 7px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
  border: 1px solid #d8e4f0;
  border-radius: 14px;
  box-shadow: 0 22px 48px rgba(8, 31, 53, 0.18);
}

.places-suggestions[hidden] {
  display: none;
}

.places-suggestion {
  display: grid;
  gap: 2px;
  width: 100%;
  min-height: 48px;
  padding: 9px 11px;
  color: #10243b;
  background: transparent;
  border: 0;
  border-radius: 10px;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.places-suggestion:hover,
.places-suggestion:focus {
  background: #f4f8fd;
  outline: 0;
}

.places-suggestion strong {
  overflow: hidden;
  color: #10243b;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.places-suggestion span {
  overflow: hidden;
  color: #687891;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:root[data-theme="dark"] .pac-container {
  background: #152238;
  border-color: rgba(255, 255, 255, 0.12);
}

:root[data-theme="dark"] .pac-item {
  color: #e8eef8;
  border-top-color: rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .pac-item:hover,
:root[data-theme="dark"] .pac-item-selected {
  background: rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .places-suggestions {
  background: #152238;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.34);
}

:root[data-theme="dark"] .places-suggestion {
  color: #e8eef8;
}

:root[data-theme="dark"] .places-suggestion:hover,
:root[data-theme="dark"] .places-suggestion:focus {
  background: rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .places-suggestion strong {
  color: #edf6ff;
}

:root[data-theme="dark"] .places-suggestion span {
  color: #9db0c7;
}

.reservation-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  background: #f9fcff;
  border: 1px solid var(--line);
  border-radius: 14px;
  font: inherit;
}

.hero-search label {
  gap: 0;
  color: transparent;
  font-size: 0;
}

.hero-search input,
.hero-search select {
  min-height: 54px;
  color: #162a42;
  background: #f9fbff;
  border: 0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
}

.hero-search input::placeholder {
  color: #6d7d92;
  opacity: 1;
}

.hero-search .booking-date-field,
.hero-search .booking-time-field {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  padding: 6px 10px 4px;
  color: #5f7088;
  background: #f9fbff;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
}

.hero-search .booking-date-field:focus-within,
.hero-search .booking-time-field:focus-within {
  border-color: rgba(255, 138, 0, .58);
  box-shadow: 0 0 0 3px rgba(255, 138, 0, .1);
}

.hero-search .booking-field-label {
  display: block;
  color: #536782;
  font-size: 10px;
  letter-spacing: .02em;
}

.hero-search .booking-date-field input,
.hero-search .booking-time-field input {
  min-width: 0;
  min-height: 36px;
  padding: 0;
  color: #142940;
  background: transparent;
  border-radius: 0;
  font-size: 13px;
  color-scheme: light;
}

:root[data-theme="dark"] .hero-search .booking-date-field,
:root[data-theme="dark"] .hero-search .booking-time-field {
  background: #152238;
}

:root[data-theme="dark"] .hero-search .booking-field-label {
  color: #9fb1c7;
}

:root[data-theme="dark"] .hero-search .booking-date-field input,
:root[data-theme="dark"] .hero-search .booking-time-field input {
  color: #edf6ff;
  color-scheme: dark;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 100%;
  margin: 0;
  padding: 26px max(22px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  background: linear-gradient(90deg, #eef5fc 0%, #ffffff 100%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.proof-strip div {
  position: relative;
  min-height: 62px;
  padding: 8px 8px 8px 62px;
  background: transparent;
}

.proof-strip div::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 9px;
  width: 42px;
  height: 42px;
  background-color: #1399e5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 12 4 4 8-9'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px;
  border-radius: 10px;
}

.proof-strip div:nth-child(2)::before {
  background-color: #1399e5;
}

.proof-strip div:nth-child(3)::before {
  background-color: #1399e5;
}

.proof-strip div:nth-child(4)::before {
  background-color: #1399e5;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.proof-strip strong {
  color: #1d314b;
  font-size: 14px;
  font-weight: 900;
}

textarea {
  resize: vertical;
}

.search-button {
  position: relative;
  z-index: 10070;
  width: 100%;
  min-height: 50px;
  margin-top: 8px;
}

.search-button::before {
  content: none;
  display: none;
}

.hero-search .search-button {
  position: relative;
  width: 58px;
  min-height: 54px;
  margin-top: 0;
  padding: 0;
  color: transparent;
  background: #ff8a00;
  border-radius: 8px;
  box-shadow: 0 12px 22px rgba(255, 138, 0, 0.25);
  font-size: 0;
  letter-spacing: 0;
}

.hero-search .search-button::before {
  content: "⌕";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 31px;
  font-weight: 850;
  line-height: 1;
}

.hero-search .booking-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px 8px;
}

.hero-search .booking-form > .booking-fields {
  grid-column: 1;
  grid-row: 1;
}

.hero-search .booking-form > .search-button {
  grid-column: 2;
  grid-row: 1;
}

.hero-search .booking-form > .form-errors {
  grid-column: 1 / -1;
  grid-row: 2;
}

.booking-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: max-content;
  margin: 28px auto 0;
  padding: 10px 18px;
  color: #31475f;
  background: #fff;
  border: 1px solid #dfe8f2;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(27, 47, 73, 0.08);
  font-size: 13px;
  font-weight: 850;
}

.booking-pill span {
  width: 12px;
  height: 12px;
  background: #24d47a;
  border: 3px solid #d9ffe9;
  border-radius: 50%;
}

.form-errors {
  margin: 12px 0;
  padding: 12px;
  color: #7a1717;
  background: #fff0f0;
  border: 1px solid #f1c7c7;
  border-radius: 6px;
}

.form-errors p {
  margin: 0;
}

.form-errors.booking-rate-limit {
  color: #5c3d08;
  background: #fff8eb;
  border: 1px solid #ead4a3;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

.form-errors.booking-rate-limit p {
  color: #5c3d08;
}

.pricing-alert {
  color: #4a5568;
  background: #f7f9fc;
  border: 1px solid #d7e4ef;
  border-radius: 14px;
  padding: 16px 18px;
}

.pricing-alert p {
  color: #35506b;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
}

.reservation-summary-card strong.is-unavailable,
.reservation-summary-card [data-summary-price].is-unavailable {
  color: #35506b;
  font-size: 18px;
  line-height: 1.35;
}

.section,
.page-hero,
.article {
  padding: clamp(48px, 6vw, 82px) max(18px, calc((100vw - 1180px) / 2));
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto 26px;
}

.section-heading h2,
.section-heading p {
  margin-bottom: 0;
}

.section-heading .eyebrow {
  color: #ff8a00;
}

.section-heading h2 {
  color: var(--ink);
}

.section-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  font-weight: 800;
}

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

.home-region-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 138, 0, 0.12), transparent 28%),
    radial-gradient(circle at 8% 18%, rgba(19, 153, 229, 0.14), transparent 32%),
    linear-gradient(180deg, #f7fbff 0%, #eef5fc 100%);
}

.home-region-section::before {
  content: "";
  position: absolute;
  inset: auto -8% -40% 55%;
  height: 320px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  filter: blur(8px);
  pointer-events: none;
}

.home-region-heading {
  position: relative;
  z-index: 1;
}

.home-region-intro {
  max-width: 620px;
  margin: 10px 0 0;
  color: #5f738a;
  font-size: 16px;
  line-height: 1.65;
}

.home-region-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.home-region-marquee {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.home-route-marquee,
.home-area-marquee {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

.home-tour-marquee,
.home-blog-marquee {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

.home-blog-marquee {
  display: none;
}

.home-region-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 0;
  min-height: 320px;
  padding: 22px 22px 20px;
  overflow: hidden;
  border: 1px solid rgba(11, 64, 105, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(19, 153, 229, 0.12), transparent 38%);
  box-shadow: 0 16px 42px rgba(15, 39, 68, 0.08);
  color: var(--ink);
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-region-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0f72df, #1399e5 45%, #ff8a00);
}

.home-region-card::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -50px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 138, 0, 0.07);
  pointer-events: none;
}

.home-region-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 138, 0, 0.28);
  box-shadow:
    0 22px 48px rgba(15, 39, 68, 0.12),
    0 0 0 1px rgba(255, 138, 0, 0.08);
}

.home-region-card:hover .home-region-cta {
  filter: brightness(1.03);
  box-shadow: 0 14px 28px rgba(255, 122, 0, 0.28);
}

.home-region-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.home-region-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  color: #0b4c79;
  background: rgba(19, 153, 229, 0.12);
  border: 1px solid rgba(19, 153, 229, 0.16);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-region-price {
  color: #ff8a00;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.home-region-card h3 {
  margin: 0 0 10px;
  color: var(--surface-strong);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.home-region-card p {
  margin: 0;
  color: #617487;
  font-size: 14px;
  line-height: 1.65;
}

.home-region-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 20px;
  padding: 14px;
  border: 1px solid #e3edf5;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.home-region-metrics div {
  display: grid;
  gap: 4px;
}

.home-region-metrics span {
  color: #7a8ea3;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-region-metrics strong {
  color: var(--surface-strong);
  font-size: 15px;
}

.home-region-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  color: #fff;
  background: linear-gradient(135deg, #ff9a23 0%, #ff7a00 100%);
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(255, 122, 0, 0.24);
  font-weight: 900;
  text-align: center;
  pointer-events: none;
}

.home-region-card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  text-indent: -999px;
}

.home-blog-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 138, 0, 0.1), transparent 28%),
    radial-gradient(circle at 10% 24%, rgba(19, 153, 229, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f3f8fd 100%);
}

.home-blog-section::before {
  content: "";
  position: absolute;
  inset: auto -10% -45% 50%;
  height: 280px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  filter: blur(10px);
  pointer-events: none;
}

.home-blog-heading {
  position: relative;
  z-index: 1;
}

.home-blog-intro {
  max-width: 640px;
  margin: 10px 0 0;
  color: #5f738a;
  font-size: 16px;
  line-height: 1.65;
}

.home-blog-featured {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.home-blog-featured-card,
.home-blog-side-card {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(19, 153, 229, 0.1), transparent 38%);
  border: 1px solid rgba(11, 64, 105, 0.1);
  border-radius: 26px;
  box-shadow: 0 16px 42px rgba(15, 39, 68, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-blog-featured-card::before,
.home-blog-side-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 4px;
  background: linear-gradient(90deg, #0f72df, #1399e5 45%, #ff8a00);
}

.home-blog-featured-card:hover,
.home-blog-side-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 138, 0, 0.24);
  box-shadow:
    0 22px 48px rgba(15, 39, 68, 0.12),
    0 0 0 1px rgba(255, 138, 0, 0.08);
}

.home-blog-featured-card {
  display: grid;
  grid-template-rows: 250px auto;
}

.home-blog-side-stack {
  display: grid;
  gap: 18px;
}

.home-blog-side-card {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  min-height: 170px;
}

.home-blog-card-media {
  position: relative;
  overflow: hidden;
  background: #dbe7f2;
}

.home-blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.home-blog-featured-card:hover .home-blog-card-media img,
.home-blog-side-card:hover .home-blog-card-media img {
  transform: scale(1.05);
}

.home-blog-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 20, 38, 0.02), rgba(7, 20, 38, 0.28));
}

.home-blog-card-body {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px 24px 24px;
}

.home-blog-side-card .home-blog-card-body {
  padding: 16px 18px 18px;
  align-content: center;
}

.home-blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-blog-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  color: #35506b;
  background: #eef5fc;
  border: 1px solid #d7e4ef;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.home-blog-card-meta span:first-child {
  color: #fff;
  background: linear-gradient(135deg, #0f72df, #1399e5);
  border-color: transparent;
}

.home-blog-featured-card h3,
.home-blog-side-card h3 {
  margin: 0;
  color: var(--surface-strong);
  font-weight: 900;
  line-height: 1.25;
}

.home-blog-featured-card h3 {
  font-size: clamp(22px, 2.4vw, 30px);
}

.home-blog-side-card h3 {
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-blog-featured-card p {
  margin: 0;
  color: var(--surface-muted);
  font-size: 15px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-blog-card-cta {
  color: #ff7a00;
  font-size: 14px;
  font-weight: 900;
}

.home-tours-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 138, 0, 0.1), transparent 30%),
    radial-gradient(circle at 90% 12%, rgba(19, 153, 229, 0.1), transparent 32%),
    linear-gradient(180deg, #f7fbff 0%, #eef5fc 100%);
}

.home-tours-heading {
  position: relative;
  z-index: 1;
}

.home-tours-intro {
  max-width: 620px;
  margin: 10px 0 0;
  color: #5f738a;
  font-size: 16px;
  line-height: 1.65;
}

.home-tour-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.home-tour-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(11, 64, 105, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(255, 138, 0, 0.08), transparent 38%);
  box-shadow: 0 16px 42px rgba(15, 39, 68, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  cursor: pointer;
}

.home-tour-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 4px;
  background: linear-gradient(90deg, #ff8a00, #ff7a00 45%, #0f72df);
}

.home-tour-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 138, 0, 0.24);
  box-shadow:
    0 22px 48px rgba(15, 39, 68, 0.12),
    0 0 0 1px rgba(255, 138, 0, 0.08);
}

.home-tour-card-media {
  position: relative;
  min-height: 196px;
  overflow: hidden;
  background: #dbe7f2;
}

.home-tour-card-media.is-coast {
  background:
    linear-gradient(135deg, rgba(15, 114, 223, 0.18), rgba(19, 153, 229, 0.42)),
    linear-gradient(180deg, #0a3d68, #1399e5);
}

.home-tour-card-media.is-culture {
  background:
    linear-gradient(135deg, rgba(255, 138, 0, 0.22), rgba(255, 122, 0, 0.42)),
    linear-gradient(180deg, #5c3208, #ff8a00);
}

.home-tour-card-media.is-nature {
  background:
    linear-gradient(135deg, rgba(36, 212, 122, 0.18), rgba(19, 153, 229, 0.28)),
    linear-gradient(180deg, #0f4d43, #24d47a);
}

.home-tour-card-media img {
  width: 100%;
  height: 100%;
  min-height: 196px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.home-tour-card:hover .home-tour-card-media img {
  transform: scale(1.05);
}

.home-tour-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 20, 38, 0.02), rgba(7, 20, 38, 0.34));
}

.home-tour-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 22px 22px;
}

.home-tour-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-tour-location {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  color: #fff;
  background: linear-gradient(135deg, #0f72df, #1399e5);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.home-tour-price {
  color: #ff7a00;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.home-tour-card h3 {
  margin: 0;
  color: var(--surface-strong);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.25;
}

.home-tour-card p {
  margin: 0;
  color: var(--surface-muted);
  font-size: 15px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-tour-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
  padding: 12px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(11, 64, 105, 0.08);
  border-radius: 16px;
}

.home-tour-metrics span {
  display: block;
  margin-bottom: 4px;
  color: #6d8298;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.home-tour-metrics strong {
  color: #153551;
  font-size: 14px;
  font-weight: 900;
}

.home-tour-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  color: #fff;
  background: linear-gradient(135deg, #ff9a23 0%, #ff7a00 100%);
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(255, 122, 0, 0.24);
  font-weight: 900;
  text-align: center;
  pointer-events: none;
}

.home-tour-card:hover .home-tour-cta {
  filter: brightness(1.03);
  box-shadow: 0 14px 28px rgba(255, 122, 0, 0.28);
}

.home-tour-card-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  text-indent: -999px;
}

.home-why-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 138, 0, 0.1), transparent 30%),
    radial-gradient(circle at 8% 22%, rgba(19, 153, 229, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #eef5fc 100%);
}

.home-why-section::before {
  content: "";
  position: absolute;
  inset: auto -12% -48% 42%;
  height: 320px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  filter: blur(12px);
  pointer-events: none;
}

.home-why-shell {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.home-why-heading {
  margin-bottom: 22px;
}

.home-why-intro {
  max-width: 680px;
  margin: 10px 0 0;
  color: #5f738a;
  font-size: 16px;
  line-height: 1.65;
}

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

.home-why-card {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 24px 22px 22px;
  overflow: hidden;
  border: 1px solid rgba(11, 64, 105, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(19, 153, 229, 0.1), transparent 38%);
  box-shadow: 0 16px 42px rgba(15, 39, 68, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-why-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0f72df, #1399e5 45%, #ff8a00);
}

.home-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 138, 0, 0.24);
  box-shadow:
    0 22px 48px rgba(15, 39, 68, 0.12),
    0 0 0 1px rgba(255, 138, 0, 0.08);
}

.home-why-card-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 16px;
  color: #0f72df;
  background: linear-gradient(135deg, rgba(15, 114, 223, 0.12), rgba(19, 153, 229, 0.22));
  border: 1px solid rgba(15, 114, 223, 0.14);
}

.home-why-card-icon.is-price {
  color: #ff7a00;
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.14), rgba(255, 122, 0, 0.22));
  border-color: rgba(255, 138, 0, 0.18);
}

.home-why-card-icon.is-door {
  color: #0f8f67;
  background: linear-gradient(135deg, rgba(36, 212, 122, 0.14), rgba(15, 143, 103, 0.2));
  border-color: rgba(36, 212, 122, 0.18);
}

.home-why-card-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.home-why-card-index {
  position: absolute;
  top: 18px;
  right: 18px;
  color: rgba(12, 49, 94, 0.12);
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

.home-why-card h3 {
  margin: 0;
  color: var(--surface-strong);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.2;
}

.home-why-card p {
  margin: 0;
  color: #5f738a;
  font-size: 15px;
  line-height: 1.65;
}

.home-why-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(11, 64, 105, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 252, 255, 0.88)),
    radial-gradient(circle at 0 0, rgba(255, 138, 0, 0.08), transparent 42%);
  box-shadow: 0 12px 32px rgba(15, 39, 68, 0.06);
}

.home-why-trust-item {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 4px 12px;
}

.home-why-trust-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: calc(100% - 16px);
  background: rgba(11, 64, 105, 0.1);
}

.home-why-trust-item strong {
  color: #0c315e;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.1;
}

.home-why-trust-item span {
  color: #6d8298;
  font-size: 13px;
  line-height: 1.45;
}

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

.route-card,
.tour-card,
.blog-list article {
  color: var(--ink);
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(20, 28, 38, 0.05);
}

.popular-transfer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.route-search {
  max-width: 1180px;
  margin: -8px auto 18px;
}

.route-search label {
  max-width: 420px;
}

.empty-routes {
  display: none;
  max-width: 1180px;
  margin: 18px auto 0;
  padding: 18px;
  color: var(--muted);
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: 16px;
  text-align: center;
}

.empty-routes.is-visible {
  display: block;
}

[data-route-card].is-hidden {
  display: none;
}

.popular-transfer-card.is-hidden {
  display: none;
}

.home-scroll-hint {
  display: none;
}

.popular-transfer-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  min-height: 174px;
  padding: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(20, 28, 38, 0.07);
  color: var(--ink);
  cursor: pointer;
}

.popular-transfer-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
}

.route-label {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.popular-transfer-card strong {
  display: block;
  line-height: 1.2;
  color: var(--ink);
}

.route-arrow {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: #eaf4ff;
  color: var(--blue);
  border-radius: 999px;
  font-weight: 900;
}

.transfer-card-footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  align-self: end;
  padding-top: 14px;
  margin-top: 8px;
  border-top: 1px solid var(--line);
}

.transfer-card-footer span {
  color: var(--muted);
  font-weight: 700;
}

.transfer-card-footer strong {
  color: var(--blue);
  font-size: 18px;
}

.popular-transfer-card-link,
.popular-transfer-card > a {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  text-indent: -999px;
}

.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 760px;
  margin: 0 auto;
}

.vehicle-grid article {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 12px 34px rgba(20, 28, 38, 0.07);
}

.vehicle-grid h3,
.vehicle-grid p,
.vehicle-grid span {
  margin-left: 18px;
  margin-right: 18px;
}

.vehicle-grid h3 {
  margin-top: 18px;
  margin-bottom: 8px;
}

.vehicle-grid p {
  margin-bottom: 6px;
  color: var(--ink);
  font-weight: 800;
}

.vehicle-grid span {
  display: block;
  margin-bottom: 20px;
  color: var(--muted);
}

.vehicle-photo {
  height: 230px;
  min-height: 230px;
  max-height: 230px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vehicle-photo.transporter {
  background-image: url("../img/vehicles/transporter-premium.png");
}

.vehicle-photo.vito {
  background-image: url("../img/vehicles/vito-premium.png");
}

.vehicle-photo.sprinter {
  background-image: url("../img/vehicles/sprinter-premium.webp");
  background-color: #eef2f6;
  background-size: cover;
  background-position: center 45%;
}

.route-card p,
.tour-card p,
.blog-list p {
  color: var(--muted);
}

.route-card a,
.tour-card a,
.blog-list a {
  color: var(--green);
  font-weight: 800;
}

.about-hero,
.routes-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 118px) max(18px, calc((100vw - 1180px) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 84% 22%, rgba(255, 138, 0, .22), transparent 26%),
    radial-gradient(circle at 12% 18%, rgba(52, 151, 255, .24), transparent 30%),
    linear-gradient(135deg, #041d36 0%, #0a477a 47%, #0f72df 100%);
}

.about-hero::after,
.routes-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -34% 46%;
  height: 420px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  filter: blur(8px);
  transform: rotate(-7deg);
}

.about-hero-inner,
.routes-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  align-items: center;
  gap: clamp(28px, 5vw, 74px);
  max-width: 1180px;
  margin: 0 auto;
}

.about-hero .eyebrow,
.routes-hero .eyebrow {
  color: #ffd46a;
}

.about-hero h1,
.routes-hero h1 {
  max-width: 780px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(42px, 5.6vw, 78px);
  line-height: .95;
  letter-spacing: -2.8px;
}

.about-hero p:not(.eyebrow),
.routes-hero p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(235, 246, 255, .86);
  font-size: 18px;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.about-ghost-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 15px;
  background: rgba(255, 255, 255, .08);
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.about-hero-panel {
  display: grid;
  gap: 14px;
}

.about-photo-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 34px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .32);
}

.about-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  transform: scale(1.03);
}

.about-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(3, 17, 31, .76));
}

.about-photo-card span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 10px 14px;
  color: #fff;
  background: rgba(8, 24, 42, .78);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.about-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-mini-grid article,
.routes-hero-card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(18px);
}

.about-mini-grid strong,
.routes-hero-card strong {
  display: block;
  color: #ffd46a;
  font-size: 34px;
  line-height: 1;
}

.about-mini-grid span,
.routes-hero-card span {
  display: block;
  margin-top: 8px;
  color: rgba(235, 246, 255, .84);
  font-weight: 800;
}

.about-story-section,
.about-process-section,
.routes-showcase-section {
  padding: clamp(58px, 7vw, 94px) max(18px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 8% 12%, rgba(19, 153, 229, .08), transparent 30%),
    linear-gradient(180deg, #f4f9ff, #edf6ff);
}

.about-story-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 22px;
}

.about-story-card,
.about-values article,
.about-process-grid article,
.route-premium-card,
.routes-toolbar,
.routes-hero-card {
  box-shadow: 0 18px 55px rgba(20, 39, 68, .08);
}

.about-story-card {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(11, 64, 105, .1);
  border-radius: 34px;
  background: #fff;
}

.about-story-card .eyebrow,
.about-process-section .eyebrow,
.routes-toolbar .eyebrow {
  color: #ff8a00;
}

.about-story-card h2,
.about-process-section h2,
.routes-toolbar h2 {
  margin: 12px 0 14px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -1.8px;
}

.about-story-card p,
.about-values p,
.about-process-grid p,
.route-premium-card p {
  color: var(--muted);
}

.about-values {
  display: grid;
  gap: 14px;
}

.about-values article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 16px;
  padding: 22px;
  border: 1px solid rgba(11, 64, 105, .1);
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
}

.about-values article > span,
.about-process-grid article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #091421;
  background: linear-gradient(135deg, #ffd46a, #ff8a00);
  font-weight: 1000;
}

.about-values strong {
  align-self: center;
  color: var(--ink);
  font-size: 19px;
}

.about-values p {
  grid-column: 2;
  margin: 0;
}

.about-process-section {
  background: #fff;
}

.about-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.about-process-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(180deg, #fff, #f7fbff);
}

.about-process-grid h3 {
  margin: 18px 0 8px;
  color: var(--ink);
  font-size: 20px;
}

.routes-hero-card {
  align-self: stretch;
  display: grid;
  align-content: center;
  min-height: 260px;
}

.routes-hero-card strong {
  font-size: 72px;
}

.routes-hero-card a {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  margin-top: 24px;
  padding: 13px 18px;
  color: #091421;
  background: linear-gradient(135deg, #ffd46a, #ff8a00);
  border-radius: 15px;
  font-weight: 950;
}

.routes-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto 22px;
  padding: 24px;
  border: 1px solid rgba(11, 64, 105, .1);
  border-radius: 30px;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(18px);
}

.routes-toolbar h2 {
  margin-bottom: 0;
}

.routes-search {
  display: grid;
  gap: 8px;
}

.routes-search span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.routes-search input {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  outline: none;
}

.routes-search input:focus {
  border-color: rgba(255, 138, 0, .6);
  box-shadow: 0 0 0 4px rgba(255, 138, 0, .12);
}

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

.route-premium-card {
  position: relative;
  display: grid;
  min-height: 360px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(11, 64, 105, .1);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .88)),
    radial-gradient(circle at 100% 0%, rgba(19, 153, 229, .16), transparent 34%);
  color: var(--ink);
}

.route-premium-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #0f72df, #ff8a00);
}

.route-card-top,
.route-metrics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.route-card-top span {
  padding: 7px 10px;
  color: #0b4c79;
  background: rgba(19, 153, 229, .1);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.route-card-top strong {
  color: #ff8a00;
  font-size: 18px;
}

.route-premium-card h2 {
  margin: 26px 0 12px;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: -1.1px;
}

.route-metrics {
  margin: 22px 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(246, 250, 255, .82);
}

.route-metrics div {
  display: grid;
  gap: 3px;
}

.route-metrics span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.route-metrics strong {
  color: var(--ink);
  font-size: 14px;
}

.route-premium-card > a {
  align-self: end;
  display: inline-flex;
  justify-content: center;
  min-height: 48px;
  padding: 13px 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #0b4c79);
  border-radius: 15px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(15, 114, 223, .22);
}

.routes-empty-state {
  max-width: 1180px;
}

.blog-page-hero-inner {
  grid-template-columns: minmax(0, 1.08fr) minmax(240px, .52fr);
}

.blog-page-hero-card {
  text-align: center;
}

.blog-page-featured,
.blog-page-list {
  padding-top: clamp(48px, 6vw, 72px);
}

.blog-page-featured-heading {
  max-width: 1180px;
  margin: 0 auto 22px;
}

.blog-page-featured-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
  letter-spacing: -1px;
}

.blog-page-featured .home-blog-featured {
  max-width: 1180px;
  margin: 0 auto;
}

.blog-page-toolbar {
  margin-bottom: 22px;
}

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

.blog-page-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(11, 64, 105, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(19, 153, 229, 0.1), transparent 38%);
  box-shadow: 0 16px 42px rgba(15, 39, 68, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.blog-page-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 4px;
  background: linear-gradient(90deg, #0f72df, #1399e5 45%, #ff8a00);
}

.blog-page-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 138, 0, 0.24);
  box-shadow:
    0 22px 48px rgba(15, 39, 68, 0.12),
    0 0 0 1px rgba(255, 138, 0, 0.08);
}

.blog-page-card a {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  color: var(--ink);
  text-decoration: none;
}

.blog-page-card-media {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  background: #dbe7f2;
}

.blog-page-card-media img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.blog-page-card:hover .blog-page-card-media img {
  transform: scale(1.05);
}

.blog-page-card-body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.blog-page-card h2 {
  margin: 0;
  color: #153551;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.2;
}

.blog-page-card p {
  margin: 0;
  color: #5f738a;
  font-size: 15px;
  line-height: 1.65;
}

.blog-page-empty {
  max-width: 1180px;
}

.blog-featured-card img,
.blog-side-card img,
.blog-modern-card img,
.blog-article-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-article-page {
  background:
    linear-gradient(180deg, #061426 0%, #0d1d31 44%, #f4f9ff 44%, #f4f9ff 100%);
}

.blog-article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(60px, 8vw, 110px) 18px;
  color: #fff;
}

.blog-article-hero .eyebrow {
  color: #19a7f5;
}

.blog-article-hero h1 {
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(40px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -2.2px;
}

.blog-article-hero-copy > p:not(.eyebrow) {
  color: #bfd3e8;
  font-size: 18px;
}

.blog-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.blog-article-meta span {
  padding: 8px 11px;
  color: #dff2ff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  font-weight: 850;
}

.blog-article-visual {
  height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 34px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .38);
}

.blog-article-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 780px);
  gap: 34px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px clamp(70px, 8vw, 110px);
}

.blog-article-aside {
  position: sticky;
  top: clamp(88px, 10vw, 120px);
  align-self: start;
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(20, 39, 68, .08);
}

.blog-article-aside strong {
  color: #13243c;
}

.blog-article-aside span {
  padding: 8px 10px;
  color: #0b4c79;
  background: rgba(19, 153, 229, .08);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.blog-article-aside a {
  display: inline-flex;
  justify-content: center;
  margin-top: 6px;
  padding: 12px 14px;
  color: #fff;
  background: linear-gradient(135deg, #ff9d2e, #ff7a00);
  border-radius: 14px;
  font-weight: 950;
}

.blog-article-body {
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(20, 39, 68, .08);
}

.blog-article-body p {
  margin: 0 0 22px;
  color: #31475f;
  font-size: 18px;
  line-height: 1.85;
}

.blog-article-body p:first-child::first-letter {
  float: left;
  margin: 8px 10px 0 0;
  color: #ff8a00;
  font-size: 64px;
  line-height: .78;
  font-weight: 1000;
}

.reservation-step-page {
  min-height: 100vh;
  padding: clamp(42px, 5vw, 72px) 18px clamp(64px, 7vw, 96px);
  color: var(--ink);
  background:
    radial-gradient(circle at 9% 5%, rgba(19, 153, 229, 0.13), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(255, 138, 0, 0.1), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #eef5fc 46%, #f9fcff 100%);
}

.reservation-step-inner {
  width: min(1180px, 100%);
  min-width: 0;
  margin: 0 auto;
}

.step-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 30px;
}

.step-heading .eyebrow,
.reservation-details-card .eyebrow,
.reservation-summary-card .eyebrow {
  color: #ff8a00;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.step-heading h1 {
  max-width: 700px;
  margin-bottom: 12px;
  color: #073452;
  font-size: clamp(36px, 4vw, 56px);
  letter-spacing: -1.8px;
}

.step-intro,
.card-intro {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
}

.step-intro {
  font-size: 16px;
}

.booking-progress {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  padding: 7px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #dce7f1;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(31, 74, 115, 0.08);
  backdrop-filter: blur(12px);
}

.booking-progress span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  color: #7b899a;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.booking-progress b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #6d7d90;
  background: #edf3f8;
  border-radius: 50%;
}

.booking-progress .is-complete b {
  color: #fff;
  background: #20b978;
}

.booking-progress .is-active {
  color: #073452;
  background: #fff3e4;
}

.booking-progress .is-active b {
  color: #fff;
  background: #ff8a00;
}

.reservation-complete-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  gap: 24px;
}

.vehicle-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.vehicle-selection-status {
  display: flex;
  align-items: center;
  min-height: 46px;
  margin-top: -6px;
  padding: 11px 14px;
  color: #5b6f86;
  background: rgba(255, 247, 237, 0.92);
  border: 1px solid rgba(255, 138, 0, 0.22);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 850;
}

.vehicle-selection-status.is-ready {
  color: #0f5d4f;
  background: rgba(222, 247, 239, 0.88);
  border-color: rgba(47, 184, 165, 0.26);
}

.vehicle-option-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 11px 18px;
  height: 100%;
  padding: 16px 16px 18px;
  overflow: hidden;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dce7f1;
  border-radius: 24px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 18px 46px rgba(24, 59, 94, 0.1);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.vehicle-option-card > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.vehicle-option-card:hover {
  transform: translateY(-3px);
  border-color: #b7d2e7;
  box-shadow: 0 24px 54px rgba(24, 59, 94, 0.14);
}

.vehicle-option-card.is-selected {
  border-color: #ff8a00;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.98), rgba(255, 255, 255, 0.97)),
    radial-gradient(circle at 92% 0%, rgba(255, 138, 0, 0.18), transparent 36%);
  box-shadow:
    0 0 0 3px rgba(255, 138, 0, 0.2),
    0 24px 58px rgba(24, 59, 94, 0.16),
    inset 0 4px 0 #ff8a00;
}

.vehicle-option-card.is-selected::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 138, 0, 0.2), transparent 48%),
    linear-gradient(180deg, rgba(255, 138, 0, 0.08), transparent 42%);
}

.vehicle-option-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -80px;
  right: -60px;
  width: 180px;
  height: 180px;
  pointer-events: none;
  background: rgba(19, 153, 229, 0.06);
  border-radius: 50%;
}

.vehicle-option-card.is-selected::after {
  background: rgba(255, 138, 0, 0.08);
}

.vehicle-option-card .vehicle-photo {
  grid-column: 1 / -1;
  display: block;
  height: 210px;
  min-height: 210px;
  max-height: 210px;
  border-radius: 17px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.vehicle-option-card .vehicle-photo.transporter,
.vehicle-option-card .vehicle-photo.vito {
  background-color: #081522;
}

.vehicle-option-card .vehicle-photo.sprinter {
  background-color: #eef2f6;
  background-size: cover;
  background-position: center 45%;
}

.vehicle-option-card.is-unavailable,
.vehicle-option-card.is-capacity-unavailable,
.vehicle-option-card.is-pending-details {
  opacity: 0.72;
  cursor: not-allowed;
}

.vehicle-option-card.is-unavailable.is-selected,
.vehicle-option-card.is-capacity-unavailable.is-selected,
.vehicle-option-card.is-pending-details.is-selected {
  border-color: #e3edf5;
  box-shadow: none;
}

.vehicle-option-card.is-unavailable.is-selected::after,
.vehicle-option-card.is-capacity-unavailable.is-selected::after,
.vehicle-option-card.is-pending-details.is-selected::after {
  background: rgba(19, 153, 229, 0.06);
}

.vehicle-option-card.is-unavailable .vehicle-select-label,
.vehicle-option-card.is-capacity-unavailable .vehicle-select-label,
.vehicle-option-card.is-pending-details .vehicle-select-label {
  color: #8aa0b5;
  background: #eef3f8;
}

.vehicle-price.is-unavailable {
  color: #35506b;
  font-size: 15px;
  font-weight: 700;
}

.vehicle-option-card strong {
  grid-column: 1 / -1;
  color: #073452;
  font-size: 23px;
  line-height: 1.08;
}

.vehicle-option-card small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: calc(1.6em * 2);
}

.vehicle-amenities {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1px;
}

.vehicle-amenity {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 6px 10px;
  color: #123a59;
  background: linear-gradient(180deg, #ffffff, #f3f9fe);
  border: 1px solid rgba(7, 52, 82, 0.1);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(24, 59, 94, 0.08);
}

.vehicle-amenity::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: #0877bd;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(8, 119, 189, 0.13);
}

.vehicle-amenity:nth-child(2)::before {
  background: #16a5d8;
  box-shadow: 0 0 0 4px rgba(22, 165, 216, 0.13);
}

.vehicle-amenity:nth-child(3)::before {
  background: #ff8a00;
  box-shadow: 0 0 0 4px rgba(255, 138, 0, 0.15);
}

.vehicle-tag,
.vehicle-popular,
.vehicle-note,
.vehicle-select-label {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 28px;
  padding: 6px 10px;
  color: #0877bd;
  background: #eaf6fd;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.vehicle-popular {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #fff;
  background: #ff8a00;
  box-shadow: 0 8px 18px rgba(255, 138, 0, 0.24);
}

.vehicle-note {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 42px;
  align-self: start;
  color: #52677f;
  background: #f3f8fc;
  border-radius: 12px;
  text-transform: none;
  letter-spacing: 0;
}

.vehicle-price-label {
  align-self: end;
  color: #7d8da0;
  font-size: 13px;
}

.vehicle-price {
  justify-self: end;
  padding: 3px 10px 4px;
  color: #073452;
  background: rgba(7, 52, 82, 0.06);
  border: 1px solid rgba(7, 52, 82, 0.08);
  border-radius: 12px;
  font-size: 32px;
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

.vehicle-select-label {
  position: relative;
  overflow: hidden;
  grid-column: 1 / -1;
  display: grid;
  width: 100%;
  min-height: 46px;
  place-items: center;
  color: #073452;
  background: #eef5fb;
  border-radius: 12px;
  text-transform: none;
  letter-spacing: 0;
}

.vehicle-select-label::after,
.confirm-button::after {
  content: "";
  position: absolute;
  top: -45%;
  bottom: -45%;
  left: -42%;
  width: 32%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0.78),
    rgba(255, 255, 255, 0.18),
    transparent
  );
  transform: skewX(-22deg);
  opacity: 0;
}

.vehicle-option-card.is-selected .vehicle-select-label {
  color: #fff;
  background: linear-gradient(135deg, #ff9d2e, #ff7a00);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 10px 24px rgba(255, 138, 0, 0.28),
    0 0 28px rgba(255, 138, 0, 0.18);
}

.vehicle-option-card.is-selected .vehicle-price {
  color: #3b2100;
  background: linear-gradient(135deg, #fff4df, #ffd28a);
  border-color: rgba(255, 138, 0, 0.38);
  box-shadow: 0 10px 24px rgba(255, 138, 0, 0.18);
}

.vehicle-option-card:hover .vehicle-select-label::after,
.vehicle-option-card.is-selected .vehicle-select-label::after {
  opacity: 1;
  animation: premium-shine 2.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.reservation-details-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.reservation-details-card,
.reservation-summary-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #dce7f1;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(24, 59, 94, 0.1);
}

.reservation-details-card h2 {
  margin-bottom: 8px;
  color: #073452;
}

.reservation-details-card label {
  color: #40556d;
}

.reservation-details-card input,
.reservation-details-card select,
.reservation-details-card textarea {
  color: #13243c;
  background: #f8fbfe;
  border-color: #d8e4ef;
}

.reservation-details-card input:focus,
.reservation-details-card select:focus,
.reservation-details-card textarea:focus {
  outline: 3px solid rgba(19, 153, 229, 0.12);
  border-color: #1399e5;
}

.route-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.route-summary-grid > .route-summary-locked,
.reservation-summary-card div {
  padding: 14px;
  background: #f3f8fc;
  border: 1px solid #e3edf5;
  border-radius: 14px;
}

.route-summary-grid span,
.reservation-summary-card span {
  display: block;
  color: #788a9e;
  font-size: 12px;
  font-weight: 800;
}

.route-summary-grid strong,
.reservation-summary-card strong {
  display: block;
  margin-top: 6px;
  color: #153551;
  font-size: 18px;
}

.route-summary-editable label {
  display: grid;
  grid-template-rows: minmax(32px, auto) 1fr;
  gap: 8px;
  align-items: start;
  min-height: 108px;
  padding: 14px;
  background: #f3f8fc;
  border: 1px solid #e3edf5;
  border-radius: 14px;
  color: #788a9e;
  font-size: 12px;
  font-weight: 800;
}

.route-summary-locked {
  padding: 14px;
  background: #f3f8fc;
  border: 1px solid #e3edf5;
  border-radius: 14px;
}

.route-summary-locked span {
  display: block;
  color: #788a9e;
  font-size: 12px;
  font-weight: 800;
}

.route-summary-locked strong {
  display: block;
  margin-top: 6px;
  color: #153551;
  font-size: 16px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.route-summary-editable input[type="text"],
.route-summary-editable input[type="number"],
.route-summary-editable input[type="date"],
.route-summary-editable input[type="time"] {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-top: 0;
  padding: 12px 14px;
  color: #153551;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  border: 1px solid #d7e4ef;
  border-radius: 12px;
  box-sizing: border-box;
}

.route-summary-editable input[type="date"]::-webkit-calendar-picker-indicator,
.route-summary-editable input[type="time"]::-webkit-calendar-picker-indicator {
  width: 28px;
  height: 28px;
  margin-right: -4px;
  opacity: 0;
  cursor: pointer;
}

.route-input-icon {
  position: relative;
  display: block;
  min-width: 0;
}

.route-input-icon input {
  padding-right: 48px;
}

.route-input-icon::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 19px;
  height: 19px;
  pointer-events: none;
  transform: translateY(-50%);
  background-color: #ff8a00;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.route-input-icon--date::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M8%202v4'/%3E%3Cpath%20d='M16%202v4'/%3E%3Crect%20x='3'%20y='4'%20width='18'%20height='18'%20rx='3'/%3E%3Cpath%20d='M3%2010h18'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M8%202v4'/%3E%3Cpath%20d='M16%202v4'/%3E%3Crect%20x='3'%20y='4'%20width='18'%20height='18'%20rx='3'/%3E%3Cpath%20d='M3%2010h18'/%3E%3C/svg%3E");
}

.route-input-icon--time::after {
  background-color: #1399e5;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='12'%20cy='12'%20r='9'/%3E%3Cpath%20d='M12%207v5l3%202'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='12'%20cy='12'%20r='9'/%3E%3Cpath%20d='M12%207v5l3%202'/%3E%3C/svg%3E");
}

.route-summary-editable input:focus {
  outline: 3px solid rgba(19, 153, 229, 0.12);
  border-color: #1399e5;
}

.route-datetime-fields {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 10px;
  align-self: end;
  align-items: stretch;
}

.route-summary-editable label > input[type="number"] {
  align-self: end;
}

.route-edit-note {
  margin: -6px 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.route-edit-note a {
  color: #0877bd;
  font-weight: 800;
}

.route-refresh-button {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 18px;
  padding: 14px 18px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #ff9a23 0%, #ff7a00 52%, #ff8a00 100%);
  border: none;
  box-shadow:
    0 10px 28px rgba(255, 122, 0, 0.38),
    0 0 18px rgba(255, 138, 0, 0.28);
  animation: route-refresh-glow 2.4s ease-in-out infinite;
}

.route-refresh-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: skewX(-18deg);
  animation: route-refresh-shine 3.2s ease-in-out infinite;
  pointer-events: none;
}

.route-refresh-button:hover {
  color: #fff;
  background: linear-gradient(135deg, #ff8a00 0%, #ff6200 100%);
  border-color: transparent;
  box-shadow:
    0 14px 34px rgba(255, 122, 0, 0.48),
    0 0 26px rgba(255, 138, 0, 0.42);
  transform: translateY(-1px);
}

.route-refresh-button:active {
  transform: translateY(0);
}

@keyframes route-refresh-glow {
  0%,
  100% {
    box-shadow:
      0 10px 28px rgba(255, 122, 0, 0.34),
      0 0 14px rgba(255, 138, 0, 0.22);
  }

  50% {
    box-shadow:
      0 12px 32px rgba(255, 122, 0, 0.52),
      0 0 28px rgba(255, 138, 0, 0.46);
  }
}

@keyframes route-refresh-shine {
  0% {
    left: -120%;
  }

  55%,
  100% {
    left: 160%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .route-refresh-button,
  .route-refresh-button::after {
    animation: none;
  }
}

.reservation-summary-card {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 12px;
  overflow: hidden;
  background: #073452;
  border-color: #073452;
  box-shadow: 0 24px 56px rgba(7, 52, 82, 0.2);
}

.reservation-summary-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 220px;
  height: 220px;
  background: rgba(255, 138, 0, 0.12);
  border-radius: 50%;
}

.summary-heading {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 8px !important;
  background: transparent !important;
  border: 0 !important;
}

.summary-heading .eyebrow {
  margin: 0;
}

.summary-heading > span {
  width: auto;
  padding: 5px 8px;
  color: #dff9ed;
  background: rgba(32, 185, 120, 0.18);
  border: 1px solid rgba(91, 221, 163, 0.28);
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0;
}

.reservation-summary-card small {
  display: block;
  margin-top: 4px;
  color: #ffb65f;
  font-weight: 750;
}

.summary-info {
  margin: 0;
  padding: 14px;
  color: #dcedf7;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  font-size: 13px;
}

.reservation-summary-card div:not(.summary-heading) {
  position: relative;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.08);
}

.reservation-summary-card span {
  color: #9fc0d4;
}

.reservation-summary-card strong {
  color: #fff;
}

.reservation-summary-card div:nth-of-type(5) strong {
  color: #ffb154;
  font-size: 30px;
}

.summary-trust {
  display: grid;
  gap: 8px;
  padding: 14px 0 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 0 !important;
}

.summary-trust span {
  position: relative;
  padding-left: 22px;
  color: #d7e6ef;
  font-size: 12px;
  font-weight: 750;
}

.summary-trust span::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #52d89c;
  font-weight: 950;
}

.confirm-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  margin-top: 12px;
  color: #fff;
  background: linear-gradient(135deg, #ff9d2e, #ff7a00);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2) inset,
    0 14px 30px rgba(255, 138, 0, 0.3),
    0 0 34px rgba(255, 138, 0, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.confirm-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #ff8f15, #ed6f00);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.26) inset,
    0 18px 38px rgba(255, 122, 0, 0.36),
    0 0 44px rgba(255, 138, 0, 0.22);
  filter: saturate(1.08);
}

.confirm-button::after {
  opacity: 1;
  animation: premium-shine 3.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.confirm-button:active {
  transform: translateY(0) scale(0.995);
}

.confirm-button.is-loading,
.confirm-button:disabled {
  cursor: wait;
  opacity: 0.88;
  transform: none;
  filter: none;
}

.confirm-button.is-loading::after {
  animation: none;
  opacity: 0;
}

.reservation-whatsapp-offer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 16px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(37, 211, 102, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.1), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(37, 211, 102, 0.12), transparent 42%);
}

.reservation-whatsapp-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #25d366, #08bb76);
  box-shadow: 0 12px 24px rgba(15, 190, 103, 0.22);
}

.reservation-whatsapp-icon svg,
.reservation-whatsapp-button svg,
.reservation-whatsapp-summary-button svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.reservation-whatsapp-copy {
  grid-column: 2;
}

.reservation-whatsapp-copy strong {
  display: block;
  margin-bottom: 6px;
  color: #073452;
  font-size: 17px;
  line-height: 1.25;
}

.reservation-whatsapp-copy p {
  margin: 0;
  color: #5f738a;
  font-size: 14px;
  line-height: 1.6;
}

.reservation-whatsapp-button {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 18px;
  color: #fff;
  background: linear-gradient(135deg, #25d366, #08bb76);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(15, 190, 103, 0.24);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.reservation-whatsapp-button:hover {
  filter: brightness(1.03);
  box-shadow: 0 16px 28px rgba(15, 190, 103, 0.3);
  transform: translateY(-1px);
}

.reservation-whatsapp-button-inline {
  grid-column: auto;
}

.reservation-show-actions .reservation-whatsapp-button-inline {
  min-height: 48px;
  padding: 12px 18px;
}

.reservation-whatsapp-summary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  margin-top: 4px;
  padding: 12px 14px;
  color: #fff;
  background: linear-gradient(135deg, #25d366, #08bb76);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(15, 190, 103, 0.2);
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.reservation-whatsapp-summary-button svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

.reservation-whatsapp-summary-button:hover {
  filter: brightness(1.04);
}

.reservation-summary-card .reservation-map-preview {
  border-color: rgba(159, 220, 255, 0.28);
  background: rgba(6, 19, 34, 0.72);
}

.reservation-summary-card .reservation-map-preview > div {
  background: linear-gradient(135deg, #0d3452 0%, #174f73 100%);
}

.reservation-summary-card .reservation-map-preview span {
  color: #9fdcff;
  letter-spacing: 0.08em;
}

.reservation-summary-card .reservation-map-preview strong {
  color: #f8fbff;
}

.reservation-summary-card .summary-info {
  color: #f3fbff;
  background: rgba(159, 220, 255, 0.1);
  border-color: rgba(159, 220, 255, 0.22);
}

.reservation-summary-card .summary-trust span {
  color: #f1f8fd;
}

.reservation-whatsapp-summary-button {
  color: #ffffff;
  background: linear-gradient(135deg, #11b96d 0%, #0c9f61 52%, #087a4f 100%);
  box-shadow:
    0 12px 26px rgba(8, 122, 79, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  text-align: center;
}

.reservation-whatsapp-summary-button span {
  color: #ffffff;
  font-weight: 950;
}

.reservation-whatsapp-summary-button svg {
  color: #ffffff;
  filter: drop-shadow(0 1px 2px rgba(0, 45, 25, 0.28));
}

.reservation-details-layout--summary-only {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}

.reservation-details-layout--summary-only .reservation-route-preview-panel {
  order: 1;
}

.reservation-details-layout--summary-only .reservation-summary-card {
  position: relative;
  top: auto;
  order: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.reservation-details-layout--summary-only .reservation-summary-card .summary-heading,
.reservation-details-layout--summary-only .reservation-summary-card .summary-info,
.reservation-details-layout--summary-only .reservation-summary-card .summary-trust,
.reservation-details-layout--summary-only .reservation-summary-card .reservation-whatsapp-summary-button,
.reservation-details-layout--summary-only .reservation-summary-card .confirm-button {
  grid-column: 1 / -1;
}

.reservation-summary-card .confirm-button {
  min-height: 48px;
  margin-top: 0;
  padding: 12px 20px;
  border-radius: 14px;
  font-size: 14px;
}

.reservation-summary-card .confirm-button span {
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-weight: 900;
}

:root[data-theme="dark"] .reservation-summary-card .confirm-button span {
  color: #fff !important;
}

.reservation-route-preview-panel {
  position: relative;
  display: grid;
  grid-template-rows: auto 340px;
  min-width: 0;
  overflow: hidden;
  background: #073452;
  border: 1px solid rgba(159, 220, 255, 0.2);
  border-radius: 24px;
  box-shadow: 0 24px 56px rgba(7, 52, 82, 0.2);
}

.reservation-route-preview-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 16px;
  background: linear-gradient(135deg, #0b3c5c 0%, #0d2c47 100%);
  border-bottom: 1px solid rgba(159, 220, 255, 0.18);
}

.reservation-route-preview-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: linear-gradient(135deg, #ff9d2e, #ff7a00);
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(255, 122, 0, 0.28);
}

.reservation-route-preview-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.reservation-route-preview-heading div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.reservation-route-preview-heading div span {
  color: #9fdcff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reservation-route-preview-heading div strong {
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reservation-route-preview-heading > a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  padding: 8px 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
}

.reservation-route-preview-heading > a:hover {
  background: rgba(255, 255, 255, 0.14);
}

.reservation-route-preview-heading > a svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.reservation-route-preview-panel .reservation-map-preview {
  position: relative;
  height: 100%;
  min-height: 340px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.reservation-route-preview-panel .reservation-map-preview iframe {
  position: static;
  width: 100%;
  height: 100%;
  min-height: 340px;
  transform: none;
}

.reservation-contact-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.reservation-contact-summary {
  position: sticky;
  top: 96px;
  gap: 10px;
}

.reservation-contact-summary div:not(.summary-heading) {
  padding: 11px 12px;
  border-radius: 12px;
}

.reservation-contact-card {
  padding: 22px;
}

.reservation-contact-fields {
  gap: 12px;
}

.reservation-contact-card input,
.reservation-contact-card select,
.reservation-contact-card textarea {
  min-height: 46px;
}

.reservation-phone-field {
  min-width: 0;
}

.reservation-phone-control {
  display: grid;
  grid-template-columns: minmax(100px, 116px) minmax(0, 1fr);
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.reservation-phone-control select,
.reservation-phone-control input {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.reservation-phone-control select {
  padding-right: 28px;
  font-size: 13px;
  font-weight: 800;
}

.reservation-phone-field small {
  color: #73839a;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
}

.reservation-note-compact textarea {
  min-height: 94px;
}

.kvkk-consent--compact {
  align-items: flex-start;
  padding: 12px;
  font-size: 12px;
  line-height: 1.45;
}

.kvkk-consent--compact input {
  margin-top: 2px;
}

@keyframes premium-shine {
  0%,
  18% {
    left: -42%;
  }

  58%,
  100% {
    left: 118%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vehicle-select-label::after,
  .confirm-button::after {
    animation: none;
    opacity: 0;
  }

  .vehicle-option-card,
  .confirm-button {
    transition: none;
  }
}

.area-grid,
.faq-list {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  gap: 14px;
}

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

.area-grid span {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 10px;
  color: var(--surface-strong);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  font-weight: 850;
  text-align: center;
}

.area-grid--pulse span {
  position: relative;
  isolation: isolate;
  border-color: transparent;
}

.area-grid--pulse span::before,
.faq-list--pulse article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: var(--theme-frame-gradient);
  background-size: 320% 100%;
  animation: footer-creator-shimmer 6s linear infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

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

.faq-list article {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.faq-list--pulse article {
  position: relative;
  isolation: isolate;
  border-color: transparent;
}

.faq-list--pulse article > * {
  position: relative;
  z-index: 1;
}

.faq-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.meta-row {
  margin: 18px 0;
  color: var(--muted);
}

.meta-row strong {
  color: var(--ink);
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(420px, 580px);
  justify-content: center;
  gap: 32px;
  background: linear-gradient(135deg, #eef7ff 0%, #e3f0fc 100%);
}

.split-band > * {
  max-width: none;
}

.split-band .eyebrow {
  color: #0b74bc;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 900;
}

.split-band h2 {
  color: #08264a;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #cfe0f0;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(12, 49, 94, 0.06);
}

.feature-list strong {
  color: #08264a;
}

.feature-list strong,
.feature-list span {
  display: block;
}

.feature-list span {
  color: var(--muted);
}

.page-hero {
  background: linear-gradient(135deg, #0c315e, #1f6ed4);
  color: #fff;
}

.page-hero.compact {
  min-height: 340px;
  display: grid;
  align-content: center;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.page-hero .eyebrow {
  color: #fff;
}

.booking-section,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.page-section {
  width: 100%;
}

.page-section-intro h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
}

.page-section-intro p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.booking-panel,
.page-content-card {
  padding: clamp(18px, 3vw, 26px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.booking-panel .booking-form,
.page-content-card .booking-form {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.booking-panel .search-grid,
.page-content-card .search-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tour-show-request {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 138, 0, .12), transparent 30%),
    linear-gradient(180deg, #0a1728 0%, #08111f 100%);
  padding: 18px 20px clamp(64px, 8vw, 96px);
}

.booking-section--tour {
  position: relative;
  isolation: isolate;
  align-items: stretch;
  gap: clamp(20px, 4vw, 42px);
  width: min(1180px, 100%);
  padding: clamp(22px, 3.4vw, 34px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(19, 153, 229, .12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .035));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
}

.booking-section--tour::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 138, 0, .14), transparent 48%);
  pointer-events: none;
}

.booking-section--tour .page-section-intro {
  display: grid;
  align-content: center;
  gap: 14px;
  min-width: 0;
}

.booking-section--tour .page-section-intro h2 {
  max-width: 420px;
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1;
  letter-spacing: 0;
}

.booking-section--tour .page-section-intro p {
  max-width: 430px;
  color: #a9bad0;
  font-size: 16px;
  line-height: 1.75;
}

.booking-tour-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.booking-tour-points span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  color: #ffd18a;
  border: 1px solid rgba(255, 209, 138, .22);
  border-radius: 999px;
  background: rgba(255, 154, 35, .1);
  font-size: 12px;
  font-weight: 900;
}

.booking-section--tour .booking-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 3vw, 28px);
  border-color: rgba(255, 255, 255, .14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 138, 0, .16), transparent 36%),
    rgba(7, 20, 38, .8);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
  backdrop-filter: blur(18px);
}

.booking-section--tour .booking-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff8a00, #ffd18a, #1399e5);
}

.booking-form--tour .search-grid {
  gap: 14px;
}

.booking-form--tour label {
  color: #c6d4e6;
  font-size: 12px;
  letter-spacing: 0;
}

.booking-form--tour input {
  min-height: 52px;
  color: #edf6ff;
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .14);
  border-radius: 16px;
  font-weight: 850;
}

.booking-form--tour input::placeholder {
  color: #8296b0;
  opacity: 1;
}

.booking-form--tour input:focus {
  border-color: rgba(255, 154, 35, .72);
  box-shadow: 0 0 0 4px rgba(255, 154, 35, .13);
  outline: 0;
}

.booking-form--tour input[readonly] {
  color: #ffd18a;
  background: rgba(255, 154, 35, .1);
  border-color: rgba(255, 209, 138, .22);
  cursor: default;
}

.booking-form--tour .search-button {
  width: 100%;
  min-height: 54px;
  margin-top: 14px;
  color: #071426;
  background: linear-gradient(135deg, #ffd18a, #ff8a00);
  border: 0;
  border-radius: 16px;
  box-shadow: 0 18px 34px rgba(255, 138, 0, .28);
  font-weight: 950;
}

.booking-form--tour .search-button:hover {
  filter: brightness(1.03);
  box-shadow: 0 22px 42px rgba(255, 138, 0, .34);
}

.tour-detail-section {
  padding-top: clamp(32px, 4vw, 48px);
  padding-bottom: 0;
}

.tour-detail-section + .booking-section {
  padding-top: 22px;
}

.blog-list {
  display: grid;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}

.article {
  max-width: 860px;
  margin: 0 auto;
}

.article h1 {
  color: var(--ink);
}

.article-meta,
.article-body {
  color: var(--muted);
}

.article-body {
  font-size: 18px;
}

.contact-card,
.summary-card {
  padding: 24px;
}

.summary-card {
  max-width: 760px;
  margin: 0 auto;
}

.lookup-hero {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  color: #10243b;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(239, 246, 255, 0.94) 54%, rgba(255, 245, 232, 0.9) 100%),
    linear-gradient(135deg, rgba(12, 49, 94, 0.08), rgba(255, 138, 0, 0.08));
  border-bottom: 1px solid rgba(223, 232, 242, 0.9);
}

.lookup-hero::after {
  content: "";
  position: absolute;
  right: max(28px, calc((100vw - 1180px) / 2));
  bottom: -56px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(12, 49, 94, 0.08);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 138, 0, 0.16), transparent 62%);
}

.lookup-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.lookup-hero .eyebrow {
  color: #ff7a00;
}

.lookup-hero h1 {
  max-width: 620px;
  margin-bottom: 12px;
  color: #08264a;
  font-size: clamp(36px, 4vw, 62px);
}

.lookup-hero p:not(.eyebrow) {
  max-width: 520px;
  color: #61728a;
  font-size: 17px;
  font-weight: 650;
}

.lookup-section {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(300px, 0.48fr);
  gap: 20px;
  align-items: stretch;
  max-width: 1000px;
  margin: -72px auto 0;
  padding-top: 0;
}

.lookup-form,
.lookup-card {
  max-width: none;
  margin: 0;
}

.lookup-card {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(223, 232, 242, 0.96);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 70px rgba(8, 31, 53, 0.14);
  backdrop-filter: blur(16px);
}

.lookup-card-heading {
  display: grid;
  gap: 6px;
}

.lookup-card-heading span,
.lookup-help-card > div > span {
  color: #ff7a00;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lookup-card h2 {
  margin: 0;
  color: #08264a;
  font-size: clamp(28px, 3vw, 40px);
}

.lookup-code-field {
  gap: 8px;
  color: #536782;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.lookup-code-field input {
  min-height: 58px;
  padding: 0 16px;
  color: #10243b;
  background: #f8fbff;
  border: 1px solid #d8e4f0;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.lookup-code-field input:focus {
  border-color: rgba(255, 138, 0, 0.62);
  box-shadow: 0 0 0 4px rgba(255, 138, 0, 0.11);
  outline: 0;
}

.lookup-submit {
  width: fit-content;
  min-height: 50px;
  padding-inline: 22px;
  color: #fff;
  background: linear-gradient(135deg, #ff9d22, #ff7a00);
  border-radius: 14px;
  box-shadow: 0 16px 30px rgba(255, 122, 0, 0.24);
}

.lookup-help-card {
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(223, 232, 242, 0.96);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 52px rgba(8, 31, 53, 0.1);
  backdrop-filter: blur(16px);
}

.lookup-help-card strong {
  display: block;
  margin-top: 8px;
  color: #10243b;
  font-size: 22px;
  line-height: 1.2;
}

.lookup-help-card p {
  margin: 12px 0 0;
  color: #65768d;
  line-height: 1.65;
}

.lookup-support-list {
  display: grid;
  gap: 8px;
}

.lookup-support-list span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 8px 10px;
  color: #263c56;
  background: #f5f9fd;
  border: 1px solid #e2ebf4;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 850;
}

.lookup-support-list span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.12);
}

.lookup-help-card .button {
  width: fit-content;
  border-radius: 12px;
}

.lookup-errors {
  margin: 0;
}

.reservation-status-card {
  display: grid;
  gap: 18px;
}

.reservation-code-copy {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 18px 20px;
  text-align: left;
  cursor: pointer;
  border: 1px dashed rgba(255, 138, 0, 0.54);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 213, 106, 0.26), rgba(255, 138, 0, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 255, 0.94));
  box-shadow:
    0 14px 34px rgba(255, 138, 0, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.72) inset;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.reservation-code-copy:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 138, 0, 0.78);
  box-shadow:
    0 18px 38px rgba(255, 138, 0, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.reservation-code-copy:focus-visible {
  outline: 3px solid rgba(255, 138, 0, 0.35);
  outline-offset: 2px;
}

.reservation-code-copy.is-copied {
  border-color: rgba(36, 212, 122, 0.55);
  background: linear-gradient(135deg, rgba(36, 212, 122, 0.12), rgba(19, 153, 229, 0.06));
}

.reservation-code-copy-label {
  color: #9b4d00;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.reservation-code-copy-value {
  color: #06111f;
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.68);
}

.reservation-code-copy-hint {
  color: #ff7a00;
  font-size: 14px;
  font-weight: 900;
}

.reservation-code-copy-feedback {
  color: #0f8a4b;
  font-size: 14px;
  font-weight: 900;
}

.reservation-code-copy.is-copied .reservation-code-copy-hint {
  display: none;
}

.reservation-code-copy.is-copied .reservation-code-copy-feedback {
  display: block !important;
}

:root[data-theme="dark"] .reservation-code-copy {
  border-color: rgba(255, 154, 35, 0.74);
  background:
    linear-gradient(135deg, rgba(255, 154, 35, 0.22), rgba(31, 110, 212, 0.16)),
    linear-gradient(180deg, rgba(13, 31, 54, 0.98), rgba(6, 17, 31, 0.98));
  box-shadow:
    0 18px 38px rgba(255, 138, 0, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

:root[data-theme="dark"] .reservation-code-copy:hover {
  border-color: rgba(255, 200, 61, 0.9);
  box-shadow:
    0 22px 44px rgba(255, 138, 0, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

:root[data-theme="dark"] .reservation-code-copy-label {
  color: #ffd18a;
}

:root[data-theme="dark"] .reservation-code-copy-value {
  color: #ffffff;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.36),
    0 0 18px rgba(255, 154, 35, 0.22);
}

:root[data-theme="dark"] .reservation-code-copy-hint {
  color: #ffb347;
}

.reservation-status-heading {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(32, 217, 153, .12), rgba(20, 93, 137, .08));
}

.reservation-status-heading span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.reservation-status-heading strong {
  color: var(--ink);
  font-size: 26px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #0c315e;
  background: #e8f5ff;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}

.status-confirmed,
.status-assigned,
.status-completed {
  color: #065f46;
  background: #dff8eb;
}

.status-cancelled {
  color: #9f1239;
  background: #ffe4e6;
}

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

.reservation-show-actions .button-secondary {
  color: #edf6ff;
  background:
    linear-gradient(135deg, #123d72 0%, #1f6ed4 58%, #1399e5 100%);
  border-color: rgba(106, 176, 255, 0.44);
  box-shadow: 0 14px 30px rgba(31, 110, 212, 0.24);
}

.reservation-show-actions .button-secondary:hover {
  color: #06111f;
  background: linear-gradient(135deg, #ffd56a 0%, #ff9a23 52%, #ff7a00 100%);
  border-color: rgba(255, 179, 71, 0.72);
  box-shadow: 0 16px 34px rgba(255, 138, 0, 0.25);
}

.reservation-success-page {
  padding: clamp(42px, 6vw, 72px) max(18px, calc((100vw - 1180px) / 2)) clamp(56px, 7vw, 88px);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 138, 0, 0.1), transparent 28%),
    radial-gradient(circle at 12% 18%, rgba(36, 212, 122, 0.12), transparent 32%),
    linear-gradient(180deg, #f7fbff 0%, #eef5fc 100%);
}

.reservation-success-shell {
  display: grid;
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.reservation-success-flash {
  padding: 14px 18px;
  color: #0f5f3d;
  background: linear-gradient(135deg, rgba(36, 212, 122, 0.14), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(36, 212, 122, 0.28);
  border-radius: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.reservation-success-hero {
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: clamp(28px, 4vw, 42px);
  text-align: center;
  border: 1px solid rgba(11, 64, 105, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(36, 212, 122, 0.12), transparent 42%);
  box-shadow: 0 18px 48px rgba(15, 39, 68, 0.08);
}

.reservation-success-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 4px;
  color: #fff;
  background: linear-gradient(135deg, #24d47a, #0f9f63);
  border-radius: 999px;
  box-shadow: 0 16px 32px rgba(15, 159, 99, 0.28);
}

.reservation-success-icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.reservation-success-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #153551;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
}

.reservation-success-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #5f738a;
  font-size: 16px;
  line-height: 1.65;
}

.reservation-success-layout {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.reservation-success-side {
  display: grid;
  gap: 16px;
}

.reservation-success-status-card {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border: 1px solid rgba(11, 64, 105, 0.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 39, 68, 0.06);
}

.reservation-success-status-card > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.reservation-success-status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.reservation-success-status-row strong {
  color: #153551;
  font-size: 22px;
}

.reservation-success-whatsapp {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(37, 211, 102, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.1), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(37, 211, 102, 0.12), transparent 42%);
  box-shadow: 0 12px 30px rgba(15, 39, 68, 0.06);
}

.reservation-success-main {
  display: grid;
  gap: 20px;
  padding: clamp(22px, 3vw, 28px);
  border: 1px solid rgba(11, 64, 105, 0.1);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 39, 68, 0.08);
}

.reservation-success-main-head h2 {
  margin: 0 0 6px;
  color: #153551;
  font-size: clamp(24px, 3vw, 30px);
}

.reservation-success-main-head p {
  margin: 0;
  color: #5f738a;
  font-size: 15px;
  line-height: 1.6;
}

.reservation-success-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.reservation-success-metrics article {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(11, 64, 105, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(248, 252, 255, 0.96), rgba(255, 255, 255, 0.98));
}

.reservation-success-metrics span {
  color: #6d8298;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.reservation-success-metrics strong {
  color: #153551;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}

.reservation-success-price {
  color: #ff7a00 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

dl {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
}

dl div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

dt {
  color: var(--muted);
  font-weight: 800;
}

dd {
  margin: 0;
}

.site-footer {
  position: relative;
  padding: 54px max(18px, calc((100vw - 1180px) / 2)) 20px;
  overflow: hidden;
  color: rgba(255, 255, 255, .76);
  background:
    radial-gradient(circle at 88% 5%, rgba(255, 154, 35, .16), transparent 28%),
    linear-gradient(145deg, #071629, #0c2948);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent);
}

.footer-main,
.footer-bottom {
  position: relative;
  z-index: 1;
  display: grid;
}

.footer-main {
  grid-template-columns: minmax(320px, 1.05fr) minmax(380px, 1fr) minmax(220px, .72fr);
  gap: 48px;
  align-items: start;
}

.footer-main--has-certificate {
  grid-template-columns: minmax(300px, 1fr) minmax(360px, 1.08fr) minmax(160px, .5fr) minmax(190px, .62fr);
  gap: 36px;
}

.footer-company-panel {
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025)),
    rgba(8, 22, 40, .34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.footer-company-panel > strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-company-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.footer-company-list div {
  display: grid;
  grid-template-columns: minmax(78px, 30%) minmax(0, 1fr);
  gap: 8px 14px;
  align-items: start;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer-company-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-company-list dt {
  color: rgba(255, 255, 255, .52);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-company-list dd {
  margin: 0;
  color: #dce9f8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.footer-company-list a {
  color: inherit;
  text-decoration: none;
  transition: color .18s ease;
}

.footer-company-list a:hover {
  color: #fff;
}

.footer-company-list .is-tursab dd,
.footer-company-list .is-tursab a {
  color: #ffd46a;
}

.footer-company-list .is-tursab a:hover {
  color: #ffe08a;
}

.footer-brand-email {
  margin-top: 12px !important;
}

.footer-brand-email a {
  color: #c8d9ea;
  text-decoration: none;
}

.footer-brand-email a:hover {
  color: #fff;
}

.footer-brand-mark {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 1000;
  letter-spacing: .08em;
}

.footer-brand-mark b {
  color: #fff;
}

.footer-brand-mark em {
  color: #ff9a23;
  font-style: normal;
}

.site-footer strong {
  color: #fff;
}

.site-footer p {
  max-width: 480px;
  margin: 10px 0 0;
  color: #9fb1c7;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.footer-contact a,
.footer-contact button {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: #dce9f8;
  background: rgba(255, 255, 255, .045);
  font: inherit;
  font-size: inherit;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.footer-contact a:hover,
.footer-contact button:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
  transform: translateY(-1px);
}

.footer-contact-whatsapp {
  color: #b8f5d0 !important;
  border-color: rgba(37, 211, 102, .28) !important;
  background: rgba(37, 211, 102, .12) !important;
}

.footer-contact-whatsapp:hover {
  color: #fff !important;
  border-color: rgba(37, 211, 102, .4) !important;
  background: linear-gradient(135deg, #25d366, #08b96f) !important;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  color: #c8d7e8;
  background: rgba(255, 255, 255, .045);
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.footer-social-icon {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.footer-social-link:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .24);
}

.footer-social-link-instagram:hover {
  border-color: rgba(225, 48, 108, .35);
  background: linear-gradient(135deg, #feda75, #d62976 48%, #4f5bd5);
}

.footer-social-link-facebook:hover {
  border-color: rgba(24, 119, 242, .35);
  background: #1877f2;
}

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

.footer-links strong,
.footer-certificate > strong {
  margin-bottom: 5px;
  color: #ffbd4a;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-links a {
  width: fit-content;
  color: #c8d7e8;
  transition: color .2s ease, transform .2s ease;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-certificate {
  display: grid;
  gap: 9px;
}

.footer-certificate-placeholder {
  display: grid;
  place-items: center;
  min-height: 118px;
  padding: 18px;
  color: #9fb1c7;
  border: 1px dashed rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
  font-size: 12px;
  text-align: center;
}

.footer-certificate a {
  display: grid;
  gap: 9px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
  transition: transform .2s ease, border-color .2s ease;
}

.footer-certificate a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 189, 74, .5);
}

.footer-certificate img {
  width: 100%;
  height: 118px;
  object-fit: contain;
  padding: 8px;
  border-radius: 12px;
  background: #fff;
}

.footer-certificate span {
  color: #e4eef9;
  font-size: 12px;
  font-weight: 850;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 10px;
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #8297b1;
  font-size: 12px;
  text-align: center;
}

.footer-copy,
.footer-credit-rights {
  color: rgba(255, 255, 255, .58);
  font-weight: 650;
}

.footer-bottom-divider {
  color: rgba(255, 255, 255, .22);
  font-weight: 700;
  user-select: none;
}

.footer-credit-by {
  color: rgba(255, 255, 255, .42);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-creator-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  padding: 2px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform .22s ease;
}

.footer-creator-badge-glow {
  position: absolute;
  inset: -3px;
  z-index: -2;
  border-radius: inherit;
  background: linear-gradient(120deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888, #405de6, #f09433);
  background-size: 320% 100%;
  opacity: .88;
  filter: blur(8px);
  animation: footer-creator-shimmer 5s linear infinite;
}

.footer-creator-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(120deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888, #405de6, #f09433);
  background-size: 320% 100%;
  animation: footer-creator-shimmer 5s linear infinite;
}

.footer-creator-badge-inner {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 11px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .14), transparent 42%),
    linear-gradient(135deg, rgba(8, 24, 42, .96), rgba(12, 41, 72, .92));
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 6px 16px rgba(0, 0, 0, .2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  white-space: nowrap;
}

.footer-creator-badge:hover {
  transform: translateY(-2px) scale(1.03);
}

.footer-creator-badge:hover .footer-creator-badge-inner {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    0 14px 30px rgba(220, 39, 67, .22);
}

@keyframes footer-creator-shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 320% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .footer-creator-badge-glow,
  .footer-creator-badge::before,
  .area-grid--pulse span::before,
  .faq-list--pulse article::before {
    animation: none;
  }

  .footer-creator-badge:hover {
    transform: none;
  }
}

:root[data-theme="dark"] .hero,
:root[data-theme="dark"] .proof-strip,
:root[data-theme="dark"] .reservation-step-page {
  background:
    radial-gradient(circle at 9% 5%, rgba(19, 153, 229, 0.12), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(255, 138, 0, 0.08), transparent 24%),
    linear-gradient(180deg, #081421 0%, #0b1728 52%, #081421 100%);
}

:root[data-theme="dark"] .hero-stats div,
:root[data-theme="dark"] .hero-stats .home-stat-card,
:root[data-theme="dark"] .route-card,
:root[data-theme="dark"] .tour-card,
:root[data-theme="dark"] .blog-list article,
:root[data-theme="dark"] .popular-transfer-card,
:root[data-theme="dark"] .reservation-details-card,
:root[data-theme="dark"] .vehicle-option-card,
:root[data-theme="dark"] .contact-card,
:root[data-theme="dark"] .summary-card,
:root[data-theme="dark"] .faq-list article,
:root[data-theme="dark"] .section-link,
:root[data-theme="dark"] .booking-pill {
  color: var(--ink);
  background: rgba(16, 27, 46, 0.96);
  border-color: rgba(162, 185, 215, 0.18);
  box-shadow: var(--shadow);
}

:root[data-theme="dark"] .hero-stats .home-stat-card {
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 154, 35, .14), transparent 34%),
    linear-gradient(145deg, rgba(18, 31, 51, .98) 0%, rgba(10, 20, 35, .96) 100%);
  border-color: rgba(162, 185, 215, .18);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .26);
}

:root[data-theme="dark"] .hero-stats .home-stat-card::after {
  background: rgba(255, 154, 35, .12);
}

:root[data-theme="dark"] .hero-stats strong,
:root[data-theme="dark"] .hero-stats .home-stat-card strong {
  color: #edf6ff;
}

:root[data-theme="dark"] .hero-stats span,
:root[data-theme="dark"] .hero-stats .home-stat-card span {
  color: #c8d8ea;
}

:root[data-theme="dark"] .hero-stats small,
:root[data-theme="dark"] .hero-stats .home-stat-card small {
  color: #ff9a23;
}

:root[data-theme="dark"] .hero-stats strong sup,
:root[data-theme="dark"] .hero-stats .home-stat-card strong sup {
  color: #ffb347;
}

:root[data-theme="dark"] .hero-stats strong em,
:root[data-theme="dark"] .hero-stats .home-stat-card strong em {
  color: #3ddc84;
}

:root[data-theme="dark"] .soft-section,
:root[data-theme="dark"] .split-band,
:root[data-theme="dark"] .home-region-section,
:root[data-theme="dark"] .home-blog-section,
:root[data-theme="dark"] .home-tours-section,
:root[data-theme="dark"] .home-why-section {
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 138, 0, 0.08), transparent 28%),
    radial-gradient(circle at 8% 18%, rgba(19, 153, 229, 0.1), transparent 32%),
    linear-gradient(180deg, #081421 0%, #0b1728 100%);
}

:root[data-theme="dark"] .home-region-card,
:root[data-theme="dark"] .home-blog-featured-card,
:root[data-theme="dark"] .home-blog-side-card,
:root[data-theme="dark"] .home-blog-slide-card,
:root[data-theme="dark"] .home-tour-card,
:root[data-theme="dark"] .home-why-card,
:root[data-theme="dark"] .home-why-trust {
  background:
    linear-gradient(180deg, rgba(16, 27, 46, 0.98), rgba(12, 22, 38, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(19, 153, 229, 0.14), transparent 38%);
  border-color: rgba(162, 185, 215, 0.16);
}

:root[data-theme="dark"] .home-region-intro,
:root[data-theme="dark"] .home-blog-intro,
:root[data-theme="dark"] .home-tours-intro,
:root[data-theme="dark"] .home-why-intro,
:root[data-theme="dark"] .home-region-card p,
:root[data-theme="dark"] .home-blog-featured-card p,
:root[data-theme="dark"] .home-blog-slide-card p,
:root[data-theme="dark"] .home-tour-card p,
:root[data-theme="dark"] .home-why-card p,
:root[data-theme="dark"] .home-why-trust-item span,
:root[data-theme="dark"] .home-region-metrics span {
  color: #9db0c7;
}

:root[data-theme="dark"] .home-region-card h3,
:root[data-theme="dark"] .home-blog-featured-card h3,
:root[data-theme="dark"] .home-blog-side-card h3,
:root[data-theme="dark"] .home-blog-slide-card h3,
:root[data-theme="dark"] .home-tour-card h3,
:root[data-theme="dark"] .home-why-card h3,
:root[data-theme="dark"] .home-why-trust-item strong,
:root[data-theme="dark"] .home-region-metrics strong,
:root[data-theme="dark"] .home-tour-metrics strong {
  color: #edf6ff;
}

:root[data-theme="dark"] .home-region-badge {
  color: #9fdcff;
  background: rgba(106, 176, 255, 0.16);
  border-color: rgba(106, 176, 255, 0.34);
}

:root[data-theme="dark"] .home-region-price {
  color: #ffb347;
}

:root[data-theme="dark"] .home-tour-metrics {
  background: rgba(8, 16, 30, 0.72);
  border-color: rgba(162, 185, 215, 0.14);
}

:root[data-theme="dark"] .home-tour-metrics span {
  color: #9db0c7;
}

:root[data-theme="dark"] .home-why-card-index {
  color: rgba(159, 220, 255, 0.28);
}

:root[data-theme="dark"] .home-why-trust-item:not(:last-child)::after {
  background: rgba(162, 185, 215, 0.14);
}

:root[data-theme="dark"] .home-why-trust-item {
  border-color: rgba(162, 185, 215, 0.14);
}

:root[data-theme="dark"] .home-blog-card-meta span {
  color: #c8d9ea;
  background: rgba(8, 16, 30, 0.72);
  border-color: rgba(162, 185, 215, 0.14);
}

:root[data-theme="dark"] .reservation-success-page {
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 138, 0, 0.08), transparent 28%),
    radial-gradient(circle at 12% 18%, rgba(36, 212, 122, 0.08), transparent 32%),
    linear-gradient(180deg, #081421 0%, #0b1728 100%);
}

:root[data-theme="dark"] .reservation-success-hero,
:root[data-theme="dark"] .reservation-success-main,
:root[data-theme="dark"] .reservation-success-status-card {
  background:
    linear-gradient(180deg, rgba(16, 27, 46, 0.98), rgba(12, 22, 38, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(19, 153, 229, 0.12), transparent 38%);
  border-color: rgba(162, 185, 215, 0.16);
}

:root[data-theme="dark"] .reservation-success-hero h1,
:root[data-theme="dark"] .reservation-success-main-head h2,
:root[data-theme="dark"] .reservation-success-metrics strong,
:root[data-theme="dark"] .reservation-success-status-row strong {
  color: #edf6ff;
}

:root[data-theme="dark"] .reservation-success-hero p:not(.eyebrow),
:root[data-theme="dark"] .reservation-success-main-head p,
:root[data-theme="dark"] .reservation-success-metrics span {
  color: #9db0c7;
}

:root[data-theme="dark"] .reservation-success-metrics article {
  background: rgba(8, 16, 30, 0.72);
  border-color: rgba(162, 185, 215, 0.14);
}

:root[data-theme="dark"] .reservation-success-flash {
  color: #b8f5d6;
  background: rgba(36, 212, 122, 0.12);
  border-color: rgba(36, 212, 122, 0.24);
}

:root[data-theme="dark"] .home-region-metrics {
  background: rgba(8, 16, 30, 0.72);
  border-color: rgba(162, 185, 215, 0.14);
}

:root[data-theme="dark"] .reservation-whatsapp-offer {
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.12), rgba(12, 22, 38, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(37, 211, 102, 0.1), transparent 42%);
  border-color: rgba(37, 211, 102, 0.24);
}

:root[data-theme="dark"] .reservation-whatsapp-copy strong {
  color: #edf6ff;
}

:root[data-theme="dark"] .reservation-whatsapp-copy p {
  color: #9db0c7;
}

:root[data-theme="dark"] .step-heading h1,
:root[data-theme="dark"] .reservation-details-card h2,
:root[data-theme="dark"] .vehicle-option-card strong,
:root[data-theme="dark"] .route-summary-grid strong,
:root[data-theme="dark"] .popular-transfer-card strong,
:root[data-theme="dark"] .feature-list strong,
:root[data-theme="dark"] .proof-strip strong,
:root[data-theme="dark"] .area-grid span {
  color: #edf6ff;
}

:root[data-theme="dark"] .route-card p,
:root[data-theme="dark"] .tour-card p,
:root[data-theme="dark"] .blog-list p,
:root[data-theme="dark"] .feature-list span,
:root[data-theme="dark"] .step-intro,
:root[data-theme="dark"] .card-intro,
:root[data-theme="dark"] .proof-strip span,
:root[data-theme="dark"] .route-label,
:root[data-theme="dark"] .transfer-card-footer span {
  color: #b5c6dc;
}

:root[data-theme="dark"] .section-heading .eyebrow,
:root[data-theme="dark"] .eyebrow {
  color: #ff9a23;
}

:root[data-theme="dark"] .hero-copy .eyebrow,
:root[data-theme="dark"] .page-hero .eyebrow {
  color: #fff;
}

:root[data-theme="dark"] input,
:root[data-theme="dark"] select,
:root[data-theme="dark"] textarea,
:root[data-theme="dark"] .reservation-details-card input,
:root[data-theme="dark"] .reservation-details-card select,
:root[data-theme="dark"] .reservation-details-card textarea,
:root[data-theme="dark"] .route-summary-grid > .route-summary-locked,
:root[data-theme="dark"] .route-summary-editable label,
:root[data-theme="dark"] .vehicle-note,
:root[data-theme="dark"] .area-grid span,
:root[data-theme="dark"] .empty-routes {
  color: #edf6ff;
  background: #111d31;
  border-color: rgba(162, 185, 215, 0.2);
}

:root[data-theme="dark"] input::placeholder,
:root[data-theme="dark"] textarea::placeholder {
  color: #8195ad;
}

:root[data-theme="dark"] .vehicle-select-label {
  color: #edf6ff;
  background: #15243a;
}

:root[data-theme="dark"] .vehicle-option-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(19, 153, 229, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(16, 27, 46, 0.98), rgba(10, 20, 35, 0.96));
}

:root[data-theme="dark"] .vehicle-option-card.is-selected {
  border-color: #ffb347;
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 154, 35, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(28, 38, 56, 0.99), rgba(12, 22, 38, 0.98));
  box-shadow:
    0 0 0 3px rgba(255, 154, 35, 0.32),
    0 26px 64px rgba(0, 0, 0, 0.38),
    0 0 42px rgba(255, 138, 0, 0.18),
    inset 0 4px 0 #ff9a23;
}

:root[data-theme="dark"] .vehicle-option-card.is-selected::before {
  background:
    linear-gradient(90deg, rgba(255, 154, 35, 0.22), transparent 50%),
    linear-gradient(180deg, rgba(255, 154, 35, 0.12), transparent 44%);
}

:root[data-theme="dark"] .vehicle-price-label {
  color: #c8d8ea;
}

:root[data-theme="dark"] .vehicle-price {
  color: #ffe7b6;
  background: rgba(255, 179, 71, 0.12);
  border-color: rgba(255, 179, 71, 0.26);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.28);
}

:root[data-theme="dark"] .vehicle-amenity {
  color: #edf6ff;
  background: rgba(8, 16, 30, 0.68);
  border-color: rgba(162, 185, 215, 0.16);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

:root[data-theme="dark"] .vehicle-option-card.is-selected .vehicle-price {
  color: #06111f;
  background: linear-gradient(135deg, #ffe7b6, #ffb347);
  border-color: rgba(255, 211, 138, 0.76);
  box-shadow:
    0 10px 28px rgba(255, 138, 0, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  text-shadow: none;
}

:root[data-theme="dark"] .vehicle-option-card.is-selected .vehicle-select-label {
  color: #06111f;
  background: linear-gradient(135deg, #ffe7b6, #ff9a23);
}

:root[data-theme="dark"] .reservation-summary-card,
:root[data-theme="dark"] .site-footer {
  background:
    radial-gradient(circle at 88% 5%, rgba(255, 154, 35, .12), transparent 28%),
    linear-gradient(145deg, #04101e, #071d34);
}

.page-content-card,
.contact-form,
.contact-map-card,
.lookup-card,
.lookup-help-card,
.reservation-success-main,
.reservation-success-status-card,
.reservation-success-whatsapp,
.reservation-details-card,
.summary-card,
.contact-card,
.route-card,
.tour-card,
.blog-list article,
.faq-list article {
  color: var(--surface-ink);
  background-color: var(--surface-elevated);
  border-color: var(--surface-border);
}

.page-content-card h1,
.page-content-card h2,
.page-content-card h3,
.contact-form h2,
.contact-map-card h2,
.lookup-card h1,
.lookup-card h2,
.lookup-help-card h2,
.reservation-success-main h2,
.reservation-success-status-card strong,
.reservation-details-card h2,
.summary-card h2,
.contact-card h2,
.route-card h2,
.route-card h3,
.tour-card h2,
.tour-card h3,
.blog-list h2,
.blog-list h3,
.faq-list h3 {
  color: var(--surface-strong);
}

.page-content-card p,
.contact-form p,
.contact-map-card p,
.lookup-card p,
.lookup-help-card p,
.reservation-success-main p,
.reservation-success-status-card span,
.reservation-details-card label,
.summary-card p,
.contact-card p,
.route-card p,
.tour-card p,
.blog-list p,
.faq-list p {
  color: var(--surface-muted);
}

input,
select,
textarea {
  color: var(--surface-ink);
  background-color: var(--surface);
  border-color: var(--surface-border);
}

input::placeholder,
textarea::placeholder {
  color: color-mix(in srgb, var(--surface-muted) 78%, transparent);
}

select option {
  color: #10243b;
  background: #fff;
}

:root[data-theme="dark"] select option {
  color: #10243b;
  background: #fff;
}

:root[data-theme="dark"] .route-summary-grid > .route-summary-locked,
:root[data-theme="dark"] .route-summary-editable label,
:root[data-theme="dark"] .route-summary-locked,
:root[data-theme="dark"] .reservation-success-metrics article,
:root[data-theme="dark"] .reservation-map-preview,
:root[data-theme="dark"] .places-suggestions {
  color: var(--surface-ink);
  background: var(--surface-soft);
  border-color: var(--surface-border);
}

:root[data-theme="dark"] .route-summary-editable input[type="date"]::-webkit-calendar-picker-indicator,
:root[data-theme="dark"] .route-summary-editable input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

:root[data-theme="dark"] .route-summary-grid span,
:root[data-theme="dark"] .route-summary-locked span,
:root[data-theme="dark"] .reservation-summary-card span,
:root[data-theme="dark"] .reservation-success-metrics span {
  color: var(--surface-muted);
}

:root[data-theme="dark"] .route-summary-grid strong,
:root[data-theme="dark"] .route-summary-locked strong,
:root[data-theme="dark"] .reservation-summary-card strong,
:root[data-theme="dark"] .reservation-success-metrics strong {
  color: var(--surface-strong);
}

:root[data-theme="dark"] .reservation-summary-card .reservation-map-preview > div {
  background: linear-gradient(135deg, #0d3452 0%, #174f73 100%);
}

:root[data-theme="dark"] .reservation-summary-card .reservation-map-preview span {
  color: #9fdcff;
}

:root[data-theme="dark"] .reservation-summary-card .reservation-map-preview strong {
  color: #f8fbff;
}

:root[data-theme="dark"] .reservation-summary-card .summary-info {
  color: #f3fbff;
  background: rgba(159, 220, 255, 0.1);
  border-color: rgba(159, 220, 255, 0.22);
}

:root[data-theme="dark"] .reservation-summary-card .summary-trust span {
  color: #f1f8fd;
}

:root[data-theme="dark"] .reservation-whatsapp-summary-button span {
  color: #fff;
}

.has-modal-open {
  overflow: hidden;
}

.contact-dock {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: grid;
  gap: 10px;
  width: min(100% - 32px, 280px);
}

.contact-dock-btn {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 66px;
  padding: 9px 16px 9px 9px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #0c2631 0%, #09202a 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(4, 28, 38, 0.28);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
  font: inherit;
  text-align: left;
}

.contact-dock-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 23px 54px rgba(4, 28, 38, 0.34);
}

.contact-dock-btn-phone {
  position: relative;
  isolation: isolate;
  overflow: visible;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 154, 35, 0.28), transparent 42%),
    linear-gradient(135deg, #123d72 0%, #0c315e 52%, #081f3d 100%);
  border: 1px solid rgba(255, 179, 71, 0.55);
  box-shadow:
    0 18px 46px rgba(12, 49, 94, 0.34),
    0 0 0 1px rgba(255, 200, 61, 0.16),
    0 0 32px rgba(255, 138, 0, 0.24);
  animation: contact-dock-phone-glow 2.6s ease-in-out infinite;
}

.contact-dock-pulse {
  position: absolute;
  inset: -7px;
  z-index: -1;
  border: 2px solid rgba(255, 154, 35, 0.65);
  border-radius: 22px;
  pointer-events: none;
  animation: contact-dock-phone-ring 2.1s ease-out infinite;
}

.contact-dock-btn-phone:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(255, 200, 61, 0.85);
  box-shadow:
    0 26px 58px rgba(12, 49, 94, 0.4),
    0 0 0 1px rgba(255, 200, 61, 0.28),
    0 0 42px rgba(255, 138, 0, 0.38);
}

.contact-dock-btn-phone .contact-dock-copy strong {
  color: #ffe2a8;
  font-size: 15px;
  letter-spacing: 0.02em;
}

.contact-dock-btn-phone .contact-dock-copy small {
  color: #fff;
  font-weight: 850;
}

.contact-dock-phone-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 28px;
  padding: 0 8px;
  color: #5c3200;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd56a, #ff9a23);
  box-shadow: 0 8px 18px rgba(255, 138, 0, 0.35);
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  animation: contact-dock-phone-badge-pulse 2.6s ease-in-out infinite;
}

.contact-dock-icon-phone {
  position: relative;
  background: linear-gradient(135deg, #ffd56a 0%, #ff8a00 48%, #ff6a00 100%);
  box-shadow:
    0 10px 24px rgba(255, 138, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  animation: contact-dock-phone-icon-shake 3.8s ease-in-out infinite;
}

.contact-dock-icon-phone::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 2px solid rgba(255, 200, 61, 0.45);
  border-radius: 18px;
  animation: contact-dock-phone-ring 2.1s ease-out infinite 0.35s;
}

@keyframes contact-dock-phone-ring {
  0% {
    transform: scale(0.98);
    opacity: 0.85;
  }

  100% {
    transform: scale(1.12);
    opacity: 0;
  }
}

@keyframes contact-dock-phone-glow {
  0%,
  100% {
    box-shadow:
      0 18px 46px rgba(12, 49, 94, 0.34),
      0 0 0 1px rgba(255, 200, 61, 0.16),
      0 0 28px rgba(255, 138, 0, 0.2);
  }

  50% {
    box-shadow:
      0 22px 52px rgba(12, 49, 94, 0.38),
      0 0 0 1px rgba(255, 200, 61, 0.32),
      0 0 40px rgba(255, 138, 0, 0.38);
  }
}

@keyframes contact-dock-phone-badge-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }
}

@keyframes contact-dock-phone-icon-shake {
  0%,
  78%,
  100% {
    transform: rotate(0deg);
  }

  80% {
    transform: rotate(-12deg);
  }

  82% {
    transform: rotate(12deg);
  }

  84% {
    transform: rotate(-8deg);
  }

  86% {
    transform: rotate(8deg);
  }

  88% {
    transform: rotate(0deg);
  }
}

.contact-dock-btn-whatsapp {
  position: relative;
  isolation: isolate;
  overflow: visible;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 211, 102, 0.24), transparent 42%),
    linear-gradient(135deg, #0d3028 0%, #08241e 52%, #061812 100%);
  border: 1px solid rgba(62, 227, 137, 0.48);
  box-shadow:
    0 18px 46px rgba(4, 28, 38, 0.32),
    0 0 0 1px rgba(37, 211, 102, 0.14),
    0 0 32px rgba(37, 211, 102, 0.22);
  animation: contact-dock-whatsapp-glow 2.4s ease-in-out infinite;
}

.contact-dock-pulse-whatsapp {
  border-color: rgba(62, 227, 137, 0.62);
  animation: contact-dock-whatsapp-ring 2s ease-out infinite;
}

.contact-dock-btn-whatsapp:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(110, 240, 170, 0.82);
  box-shadow:
    0 26px 58px rgba(4, 28, 38, 0.38),
    0 0 0 1px rgba(62, 227, 137, 0.28),
    0 0 42px rgba(37, 211, 102, 0.38);
}

.contact-dock-btn-whatsapp .contact-dock-copy strong {
  color: #b8f5d0;
  font-size: 15px;
  letter-spacing: 0.02em;
}

.contact-dock-btn-whatsapp .contact-dock-copy small {
  color: #e8fff2;
  font-weight: 750;
}

.contact-dock-whatsapp-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 46px;
  min-height: 28px;
  padding: 0 8px;
  color: #064d2d;
  border-radius: 999px;
  background: linear-gradient(135deg, #8ef0b8, #25d366);
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.35);
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  animation: contact-dock-whatsapp-badge-pulse 2.4s ease-in-out infinite;
}

.contact-dock-whatsapp-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #064d2d;
  box-shadow: 0 0 0 0 rgba(6, 77, 45, 0.45);
  animation: contact-dock-whatsapp-live-dot 1.8s ease-out infinite;
}

.contact-dock-icon-whatsapp {
  position: relative;
  background: linear-gradient(135deg, #6ef0a0 0%, #25d366 48%, #08b96f 100%);
  box-shadow:
    0 10px 24px rgba(37, 211, 102, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  animation: contact-dock-whatsapp-icon-bounce 2.8s ease-in-out infinite;
}

.contact-dock-icon-whatsapp::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 2px solid rgba(110, 240, 170, 0.42);
  border-radius: 18px;
  animation: contact-dock-whatsapp-ring 2s ease-out infinite 0.35s;
}

@keyframes contact-dock-whatsapp-ring {
  0% {
    transform: scale(0.98);
    opacity: 0.85;
  }

  100% {
    transform: scale(1.12);
    opacity: 0;
  }
}

@keyframes contact-dock-whatsapp-glow {
  0%,
  100% {
    box-shadow:
      0 18px 46px rgba(4, 28, 38, 0.32),
      0 0 0 1px rgba(37, 211, 102, 0.14),
      0 0 28px rgba(37, 211, 102, 0.18);
  }

  50% {
    box-shadow:
      0 22px 52px rgba(4, 28, 38, 0.36),
      0 0 0 1px rgba(62, 227, 137, 0.28),
      0 0 40px rgba(37, 211, 102, 0.36);
  }
}

@keyframes contact-dock-whatsapp-badge-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }
}

@keyframes contact-dock-whatsapp-live-dot {
  0% {
    box-shadow: 0 0 0 0 rgba(6, 77, 45, 0.45);
  }

  70% {
    box-shadow: 0 0 0 7px rgba(6, 77, 45, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(6, 77, 45, 0);
  }
}

@keyframes contact-dock-whatsapp-icon-bounce {
  0%,
  84%,
  100% {
    transform: translateY(0);
  }

  88% {
    transform: translateY(-3px);
  }

  92% {
    transform: translateY(1px);
  }

  96% {
    transform: translateY(-2px);
  }
}

.contact-dock-icon,
.whatsapp-dialog-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  border-radius: 14px;
}

.contact-dock-icon svg,
.whatsapp-dialog svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.whatsapp-dialog-icon {
  background: linear-gradient(135deg, #25d366, #08b96f);
  box-shadow: 0 10px 24px rgba(20, 194, 102, 0.28);
}

.contact-dock-copy {
  display: grid;
  min-width: 0;
}

.contact-dock-copy strong {
  font-size: 14px;
  line-height: 1.2;
}

.contact-dock-copy small {
  margin-top: 3px;
  color: #afc4cc;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.whatsapp-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.whatsapp-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 17, 30, 0.66);
  backdrop-filter: blur(9px);
  opacity: 0;
  transition: opacity 180ms ease;
}

.whatsapp-dialog {
  position: relative;
  width: min(440px, 100%);
  overflow: hidden;
  color: #edf7fa;
  background: #0e1a2d;
  border: 1px solid rgba(151, 183, 202, 0.2);
  border-radius: 26px;
  box-shadow: 0 32px 90px rgba(2, 12, 22, 0.48);
  opacity: 0;
  transform: translateY(16px) scale(0.97);
  transition: opacity 180ms ease, transform 180ms ease;
}

.whatsapp-modal.is-open .whatsapp-modal-backdrop,
.whatsapp-modal.is-open .whatsapp-dialog {
  opacity: 1;
}

.whatsapp-modal.is-open .whatsapp-dialog {
  transform: translateY(0) scale(1);
}

.whatsapp-dialog-header {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 14px;
  padding: 24px 24px 16px;
  background:
    radial-gradient(circle at 15% 0%, rgba(37, 211, 102, 0.12), transparent 34%),
    #071522;
}

.whatsapp-dialog-icon {
  width: 58px;
  height: 58px;
  border-radius: 17px;
}

.whatsapp-dialog-header h2 {
  margin: 0;
  color: #fff;
  font-size: 21px;
}

.whatsapp-dialog-header p {
  margin: 2px 0 0;
  color: #a9bdc8;
  font-size: 13px;
}

.whatsapp-dialog-close {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  color: #b8cbd4;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.whatsapp-dialog-description {
  margin: 0;
  padding: 4px 24px 22px;
  color: #c3d2da;
  background: #071522;
  font-size: 13px;
  line-height: 1.65;
}

.whatsapp-dialog-body {
  padding: 20px 24px 22px;
}

.whatsapp-dialog-body label {
  margin-bottom: 8px;
  color: #edf7fa;
}

.whatsapp-dialog-body textarea {
  min-height: 148px;
  color: #eef6fa;
  background: #1a273b;
  border: 1px solid #42516a;
  border-radius: 20px;
}

.whatsapp-dialog-body textarea::placeholder {
  color: #8fa2b2;
}

.whatsapp-dialog-body textarea:focus {
  outline: 3px solid rgba(37, 211, 102, 0.13);
  border-color: #25d366;
}

.whatsapp-dialog-body textarea[aria-invalid="true"] {
  border-color: #ff7b7b;
}

.whatsapp-message-error {
  margin: 8px 0 0;
  color: #ff9a9a;
  font-size: 12px;
  font-weight: 750;
}

.whatsapp-dialog-actions {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 12px;
  margin-top: 18px;
}

.whatsapp-cancel-button,
.whatsapp-send-button {
  min-height: 49px;
  padding: 11px 15px;
  border-radius: 14px;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}

.whatsapp-cancel-button {
  color: #d2dee5;
  background: transparent;
  border: 1px solid #3b4960;
}

.whatsapp-send-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  background: linear-gradient(135deg, #25d366, #08bb76);
  border: 0;
  box-shadow: 0 13px 26px rgba(15, 190, 103, 0.23);
}

.whatsapp-send-button svg {
  width: 20px;
  height: 20px;
}

.whatsapp-call-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  margin-top: 12px;
  color: #38a9f2;
  background: #1a273b;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
}

.whatsapp-call-link::before {
  content: "☎";
  margin-right: 9px;
}

@media (prefers-reduced-motion: reduce) {
  .contact-dock-btn,
  .contact-dock-btn-phone,
  .contact-dock-btn-whatsapp,
  .contact-dock-pulse,
  .contact-dock-pulse-whatsapp,
  .contact-dock-icon-phone,
  .contact-dock-icon-phone::after,
  .contact-dock-icon-whatsapp,
  .contact-dock-icon-whatsapp::after,
  .contact-dock-phone-badge,
  .contact-dock-whatsapp-badge,
  .contact-dock-whatsapp-badge::before,
  .whatsapp-modal-backdrop,
  .whatsapp-dialog {
    animation: none;
    transition: none;
  }
}

@media (max-width: 1100px) {
  .header-inner {
    width: calc(100% - 28px);
  }

  .brand {
    min-width: 205px;
  }

  .brand-logo-shell {
    padding: 4px 8px;
  }

  .brand-logo {
    max-width: min(280px, 72vw);
    height: 50px;
  }

  .brand-word b,
  .brand-word em {
    font-size: 24px;
  }

  .brand-word small,
  .brand .brand-word small {
    font-size: 9px;
    letter-spacing: 4px;
  }

  .site-nav-pill {
    gap: 2px;
    padding: 4px;
  }

  .site-nav-pill a {
    min-height: 36px;
    padding: 0 11px;
    font-size: 12px;
  }

  .header-lookup-btn {
    min-height: 36px;
    padding: 0 12px;
    font-size: 11px;
  }
}

@media (max-width: 980px) {
  .hero,
  .split-band,
  .booking-section,
  .contact-layout,
  .lookup-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 28px;
  }

  .hero-media {
    height: clamp(390px, 52vh, 520px);
  }

  .hero-search {
    grid-template-columns: 1fr;
  }

  .hero-search .booking-form {
    grid-template-columns: 1fr;
  }

  .hero-search .booking-form > .search-button {
    grid-column: 1;
    grid-row: 3;
  }

  .hero-search .booking-form > .form-errors {
    grid-row: 2;
  }

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

  .reservation-contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-search .search-button {
    width: 100%;
  }

  .hero-search .search-button::before {
    content: attr(data-label);
    font-size: 14px;
    letter-spacing: 0;
  }

  .card-grid,
  .home-region-grid,
  .home-tour-grid,
  .home-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-why-trust-item:nth-child(2)::after {
    display: none;
  }

  .home-blog-featured {
    grid-template-columns: 1fr;
  }

  .vehicle-grid,
  .proof-strip,
  .popular-transfer-grid,
  .area-grid,
  .faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .vehicle-option-grid,
  .reservation-details-layout {
    grid-template-columns: 1fr;
  }

  .step-heading {
    display: grid;
    align-items: start;
  }

  .booking-progress {
    width: max-content;
    max-width: 100%;
  }

  .reservation-summary-card {
    position: relative;
    top: auto;
    order: -1;
  }
}

@media (max-width: 860px) {
  body {
    background: #fff;
  }

  :root[data-theme="dark"] body {
    background: #081421;
  }

  .header-actions {
    display: none;
  }

  .site-header {
    position: sticky;
  }

  .header-inner {
    position: relative;
    display: flex;
    width: calc(100% - 28px);
    min-height: 62px;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 58px);
  }

  .brand-word b,
  .brand-word em {
    font-size: 22px;
  }

  .brand-word small {
    font-size: 8px;
    letter-spacing: 4px;
  }

  .brand {
    min-width: 0;
    gap: 9px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 14px;
  }

  .brand strong {
    font-size: 14px;
  }

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

  .brand .brand-word small {
    color: #ff8a00;
    font-size: 8px;
    letter-spacing: 4px;
  }

  .site-header {
    align-items: flex-start;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    position: absolute;
    left: 12px;
    right: 12px;
    top: 62px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 16px;
    background: var(--header-menu-bg, #fff);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav-pill {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 6px;
    border-radius: 14px;
    overflow: visible;
  }

  .site-nav-pill a {
    min-height: 42px;
    padding: 11px 12px;
    border-radius: 12px;
  }

  .site-nav-lookup {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 12px;
    color: var(--ink);
    border: 1px solid rgba(15, 38, 60, 0.14);
    border-radius: 14px;
    background: rgba(15, 38, 60, 0.03);
    font-size: 13px;
    font-weight: 850;
  }

  .site-nav-lookup.is-active,
  .site-nav-lookup:hover {
    color: #fff;
    border-color: rgba(12, 49, 94, 0.2);
    background: linear-gradient(135deg, #0c315e, #1f6ed4);
  }

  .field-grid,
  .search-grid,
  .reservation-contact-grid,
  .route-summary-grid,
  .card-grid,
  .home-region-grid,
  .home-tour-grid,
  .home-why-grid,
  .home-blog-featured,
  .vehicle-grid,
  .proof-strip,
  .popular-transfer-grid,
  .area-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .home-blog-side-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-why-trust {
    grid-template-columns: 1fr;
  }

  .home-why-trust-item::after {
    display: none;
  }

  .home-why-trust-item {
    padding: 8px 0;
    border-bottom: 1px solid rgba(11, 64, 105, 0.08);
  }

  .home-why-trust-item:last-child {
    border-bottom: 0;
  }

  .page-home .home-why-section {
    padding-top: 36px;
    padding-bottom: 34px;
  }

  .page-home .home-why-heading {
    gap: 12px;
    margin-bottom: 14px;
  }

  .page-home .home-why-heading .eyebrow {
    margin-bottom: 7px;
    font-size: 11px;
    letter-spacing: 0.15em;
  }

  .page-home .home-why-heading h2 {
    max-width: 340px;
    font-size: 25px;
    line-height: 1.1;
  }

  .page-home .home-why-intro {
    max-width: 340px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.55;
  }

  .page-home .home-why-grid {
    gap: 10px;
  }

  .page-home .home-why-card {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: start;
    gap: 5px 10px;
    min-height: 0;
    padding: 15px 14px;
    border-radius: 18px;
  }

  .page-home .home-why-card::before {
    height: 3px;
  }

  .page-home .home-why-card-icon {
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .page-home .home-why-card-icon svg {
    width: 21px;
    height: 21px;
  }

  .page-home .home-why-card-index {
    position: static;
    grid-column: 3;
    grid-row: 1;
    font-size: 18px;
    line-height: 1;
  }

  .page-home .home-why-card h3 {
    grid-column: 2;
    margin: 1px 0 0;
    font-size: 16px;
    line-height: 1.18;
  }

  .page-home .home-why-card p {
    display: -webkit-box;
    grid-column: 2 / 4;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.42;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .page-home .home-why-trust {
    gap: 0;
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 18px;
  }

  .page-home .home-why-trust-item {
    gap: 3px;
    padding: 9px 0;
  }

  .page-home .home-why-trust-item strong {
    font-size: 15px;
  }

  .page-home .home-why-trust-item span {
    font-size: 11px;
    line-height: 1.3;
  }

  .page-home .home-tours-section {
    padding-top: 36px;
    padding-bottom: 34px;
  }

  .page-home .home-tours-heading {
    gap: 12px;
    margin-bottom: 12px;
  }

  .page-home .home-tours-heading .eyebrow {
    margin-bottom: 7px;
    font-size: 11px;
    letter-spacing: 0.15em;
  }

  .page-home .home-tours-heading h2 {
    max-width: 340px;
    font-size: 25px;
    line-height: 1.1;
  }

  .page-home .home-tours-intro {
    max-width: 340px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.55;
  }

  .page-home .home-tours-all-link {
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 13px;
  }

  .home-blog-side-card .home-blog-card-media {
    min-height: 180px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.04;
  }

  h2 {
    font-size: 28px;
  }

  .hero {
    padding: 14px 12px 34px;
    background: #f7fbff;
  }

  .hero-media {
    height: 430px;
    border-radius: 22px;
  }

  .hero-media img {
    height: 100%;
    object-position: center;
  }

  .hero-copy {
    left: 20px;
    right: 20px;
    top: auto;
    bottom: 24px;
    transform: none;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-actions {
    display: none;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 0;
  }

  .hero-stats div {
    padding: 12px;
    border-radius: 14px;
  }

  .hero-stats strong {
    font-size: 22px;
  }

  .hero-stats span {
    font-size: 12px;
  }

  .hero-panel,
  .booking-form {
    padding: 14px;
    border-radius: 14px;
  }

  .hero-panel {
    margin: 0;
    border-top-width: 1px;
    transform: none;
  }

  .hero-panel .booking-form {
    padding: 0;
  }

  .hero-search .booking-form {
    gap: 8px;
  }

  .hero-panel h2 {
    margin-bottom: 8px;
    font-size: 28px;
  }

  .hero-panel p {
    font-size: 14px;
  }

  label {
    font-size: 12px;
  }

  input,
  select,
  textarea {
    min-height: 50px;
    font-size: 16px;
    border-radius: 12px;
  }

  .search-button,
  .button {
    min-height: 52px;
    width: 100%;
  }

  .reservation-step-page {
    padding: 28px 12px;
    overflow-x: hidden;
  }

  .step-heading {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    gap: 20px;
  }

  .step-heading > div,
  .vehicle-option-grid,
  .reservation-details-layout,
  .reservation-details-card,
  .reservation-summary-card,
  .vehicle-option-card {
    min-width: 0;
    max-width: 100%;
  }

  .step-heading h1 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .booking-progress {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
  }

  .booking-progress span {
    min-width: 0;
    padding: 7px 5px;
    justify-content: center;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }

  .reservation-details-card,
  .reservation-summary-card,
  .vehicle-option-card {
    padding: 16px;
    border-radius: 18px;
  }

  .vehicle-option-card .vehicle-photo {
    height: 160px;
    min-height: 160px;
    max-height: 160px;
  }

  .vehicle-option-card strong {
    font-size: 21px;
    overflow-wrap: anywhere;
  }

  .site-footer {
    display: block;
  }

  .section-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .section-heading > .section-link {
    margin-top: 2px;
  }

  .section,
  .page-hero,
  .article {
    padding: 38px 14px;
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .proof-strip {
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    padding: 20px 14px;
  }

  .proof-strip div {
    padding: 12px 12px 12px 62px;
  }

  .vehicle-photo {
    height: 190px;
    min-height: 190px;
    max-height: 190px;
  }

  .popular-transfer-card {
    min-height: 148px;
    padding: 16px;
  }

  .route-arrow {
    width: 28px;
    height: 28px;
  }

  .transfer-card-footer {
    padding-top: 12px;
  }

  .route-card,
  .tour-card,
  .blog-list article,
  .vehicle-grid article {
    border-radius: 18px;
  }

  dl div {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 28px 14px;
  }

  .contact-dock {
    right: 14px;
    bottom: 14px;
    width: min(100% - 28px, 260px);
  }

  .whatsapp-modal {
    align-items: end;
    padding: 10px;
  }

  .whatsapp-dialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    border-radius: 24px;
  }

  .whatsapp-dialog-header {
    grid-template-columns: 50px minmax(0, 1fr) 38px;
    padding: 19px 18px 14px;
  }

  .whatsapp-dialog-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }

  .whatsapp-dialog-header h2 {
    font-size: 19px;
  }

  .whatsapp-dialog-description {
    padding: 3px 18px 17px;
  }

  .whatsapp-dialog-body {
    padding: 17px 18px 18px;
  }

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

  .whatsapp-send-button {
    order: -1;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 34px;
  }

  .hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  .hero-media,
  .hero-media img {
    height: 390px;
  }

  .popular-transfer-card {
    grid-template-columns: 1fr 26px 1fr;
    gap: 8px;
  }

  .popular-transfer-card strong {
    font-size: 14px;
  }

  .transfer-card-footer strong {
    font-size: 16px;
  }
}

/* Admin panel */
.admin-auth-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 200, 61, .2), transparent 32%),
    radial-gradient(circle at 92% 8%, rgba(31, 110, 212, .16), transparent 30%),
    #071323;
  color: #eaf4ff;
}

.admin-auth-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}

.admin-auth-card,
.admin-settings-card,
.admin-heading {
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(12, 25, 43, .74);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
  backdrop-filter: blur(18px);
}

.admin-auth-card {
  width: min(480px, 100%);
  padding: 38px;
  border-radius: 30px;
}

.admin-eyebrow {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 200, 61, .14);
  color: #ffd46a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.admin-auth-card h1,
.admin-heading h1 {
  margin: 14px 0 8px;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1;
}

.admin-auth-card p,
.admin-heading p,
.admin-actions p {
  color: #9fb1c7;
  margin: 0;
}

.admin-form,
.admin-settings-grid {
  display: grid;
  gap: 16px;
}

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

.admin-settings-toggle {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .04);
}

.admin-settings-toggle input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  padding: 0;
  accent-color: #ff9a23;
}

.admin-settings-toggle > span {
  display: block;
  color: #edf6ff;
  font-size: 14px;
  font-weight: 900;
}

.admin-settings-toggle small {
  display: block;
  margin-top: 4px;
  color: #9fb1c7;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.admin-settings-grid label.is-full-width {
  grid-column: 1 / -1;
}

.admin-form {
  margin-top: 24px;
}

.admin-form label,
.admin-settings-grid label {
  display: grid;
  gap: 8px;
  color: #dceaff;
  font-size: 13px;
  font-weight: 850;
}

.admin-form input,
.admin-settings-grid input,
.admin-form select,
.admin-settings-grid select,
.admin-settings-grid textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 15px;
  color: #f8fbff;
  background: rgba(255, 255, 255, .07);
  outline: none;
  color-scheme: dark;
}

.admin-form select option,
.admin-settings-grid select option {
  color: #102139;
  background: #fff;
}

.admin-form input:focus,
.admin-settings-grid input:focus,
.admin-form select:focus,
.admin-settings-grid select:focus,
.admin-settings-grid textarea:focus {
  border-color: rgba(255, 200, 61, .75);
  box-shadow: 0 0 0 4px rgba(255, 200, 61, .12);
}

.admin-captcha {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 20px;
  background: rgba(255, 255, 255, .055);
}

.admin-captcha-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
}

.admin-captcha-image {
  min-width: 0;
  overflow: hidden;
  border-radius: 15px;
  background: #050d1b;
}

.admin-captcha-image img {
  display: block;
  width: 100%;
  height: 78px;
  object-fit: cover;
}

.admin-captcha-refresh {
  display: inline-flex;
  min-width: 88px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  color: #d9e9fb;
  background: rgba(255, 255, 255, .06);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.admin-captcha-refresh:hover {
  border-color: rgba(53, 188, 238, .55);
  background: rgba(53, 188, 238, .1);
  transform: translateY(-1px);
}

.admin-captcha-refresh:disabled {
  cursor: wait;
  opacity: .65;
}

.admin-captcha-refresh svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.admin-captcha-refresh.is-loading svg {
  animation: admin-captcha-spin .7s linear infinite;
}

.admin-captcha-field span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.admin-captcha .admin-captcha-field input {
  min-height: 52px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.admin-captcha small {
  color: #879bb3;
  font-size: 11px;
  font-weight: 700;
}

@keyframes admin-captcha-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 520px) {
  .admin-auth-shell {
    padding: 18px;
  }

  .admin-auth-card {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .admin-captcha-row {
    grid-template-columns: 1fr;
  }

  .admin-captcha-refresh {
    min-height: 44px;
  }
}

.admin-settings-grid small {
  color: #8fa2bb;
  font-weight: 650;
}

.admin-settings-grid em {
  color: #ff9f9f;
  font-style: normal;
}

.admin-check {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.admin-check input {
  min-height: auto;
  width: auto;
}

.admin-primary-button,
.admin-preview-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: 15px;
  color: #09111f;
  background: linear-gradient(135deg, #ffd46a, #ff8a00);
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(255, 138, 0, .24);
}

.admin-alert {
  margin: 18px 0;
  padding: 13px 15px;
  border-radius: 16px;
  font-weight: 800;
}

.admin-alert.success {
  color: #caffdf;
  background: rgba(37, 211, 102, .12);
}

.admin-alert.error {
  color: #ffd7d7;
  background: rgba(255, 84, 84, .12);
}

/* Admin pricing */
.admin-pricing-main {
  display: grid;
  gap: 22px;
}

.pricing-panel {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 24px;
  background: rgba(9, 21, 38, .78);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .22);
}

.pricing-panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 20px;
}

.pricing-panel-heading span,
.pricing-kicker {
  color: #48c7f4;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pricing-panel-heading h2,
.pricing-round-trip-panel h2 {
  margin: 6px 0 8px;
  color: #f5f9ff;
  font-size: clamp(22px, 3vw, 31px);
}

.pricing-panel-heading p,
.pricing-round-trip-panel p {
  max-width: 760px;
  margin: 0;
  color: #91a6bf;
  font-size: 13px;
  line-height: 1.65;
}

.pricing-currency {
  padding: 8px 12px;
  border: 1px solid rgba(72, 199, 244, .25);
  border-radius: 999px;
  background: rgba(72, 199, 244, .1);
}

.pricing-vehicle-form {
  display: grid;
  grid-template-columns: 140px repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.pricing-vehicle-card,
.pricing-currency-field {
  display: grid;
  gap: 13px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
}

.pricing-currency-field {
  align-content: center;
}

.pricing-vehicle-card.is-premium {
  border-color: rgba(255, 181, 48, .22);
  background: linear-gradient(145deg, rgba(255, 181, 48, .07), rgba(255, 255, 255, .025));
}

.pricing-vehicle-title {
  display: flex;
  align-items: center;
  gap: 11px;
}

.pricing-vehicle-title div {
  display: grid;
  gap: 3px;
}

.pricing-vehicle-title strong {
  color: #f7fbff;
  font-size: 14px;
}

.pricing-vehicle-title small {
  color: #7f94ad;
  font-size: 11px;
}

.pricing-vehicle-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #08111e;
  background: linear-gradient(135deg, #65d4fb, #159ed5);
  font-size: 11px;
  font-weight: 950;
}

.pricing-vehicle-card.is-premium .pricing-vehicle-icon {
  background: linear-gradient(135deg, #ffd36b, #ff8a00);
}

.pricing-vehicle-form label,
.pricing-route-row label,
.pricing-discount-field {
  display: grid;
  gap: 6px;
  color: #bcd0e6;
  font-size: 11px;
  font-weight: 850;
}

.pricing-vehicle-form select,
.pricing-route-row select,
.pricing-input-unit input,
.pricing-route-search input {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  color: #f4f8ff;
  background: rgba(255, 255, 255, .055);
  outline: none;
}

.pricing-vehicle-form select,
.pricing-route-row select {
  padding: 10px 12px;
  color-scheme: dark;
}

.pricing-vehicle-form option,
.pricing-route-row option {
  color: #102139;
  background: #fff;
}

.pricing-input-unit {
  position: relative;
}

.pricing-input-unit input {
  padding: 10px 76px 10px 12px;
}

.pricing-input-unit input[readonly] {
  color: #e3edf9;
  background: rgba(255, 255, 255, .09);
  border-color: rgba(255, 255, 255, .18);
  cursor: not-allowed;
  opacity: 1;
}

.pricing-input-unit input:not([readonly]) {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.pricing-input-unit b {
  position: absolute;
  top: 50%;
  right: 9px;
  padding: 4px 7px;
  border-radius: 7px;
  color: #8ce2ff;
  background: rgba(72, 199, 244, .12);
  font-size: 9px;
  transform: translateY(-50%);
}

.pricing-vehicle-form select:focus,
.pricing-route-row select:focus,
.pricing-input-unit input:focus,
.pricing-route-search input:focus {
  border-color: rgba(72, 199, 244, .6);
  box-shadow: 0 0 0 4px rgba(72, 199, 244, .09);
}

.pricing-save-all {
  grid-column: 2 / -1;
}

.pricing-round-trip-panel {
  border-color: rgba(32, 217, 153, .23);
  background: linear-gradient(135deg, rgba(9, 36, 43, .92), rgba(7, 25, 39, .88));
}

.pricing-round-trip-panel form {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(180px, 240px) auto;
  gap: 18px;
  align-items: center;
}

.pricing-route-sync-panel {
  border-color: rgba(255, 138, 0, 0.28);
  background: linear-gradient(135deg, rgba(36, 24, 8, 0.94), rgba(12, 28, 48, 0.9));
}

.pricing-route-sync-form {
  display: grid;
  gap: 16px;
}

.pricing-route-sync-meta p {
  margin: 0 0 8px;
  color: rgba(255, 244, 228, 0.88);
  font-size: 14px;
  line-height: 1.55;
}

.pricing-route-sync-meta p:last-child {
  margin-bottom: 0;
  color: rgba(255, 244, 228, 0.68);
  font-size: 13px;
}

.pricing-route-sync-toggle {
  width: max-content;
}

.pricing-route-sync-button {
  width: max-content;
  min-width: 280px;
}

.pricing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #d9f8eb;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.pricing-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pricing-toggle > span {
  position: relative;
  width: 48px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
}

.pricing-toggle > span::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #91a6bf;
  content: "";
  transition: .2s ease;
}

.pricing-toggle input:checked + span {
  background: rgba(32, 217, 153, .2);
  border-color: rgba(32, 217, 153, .5);
}

.pricing-toggle input:checked + span::after {
  left: 26px;
  background: #20d999;
}

.pricing-route-search {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.pricing-route-search svg {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #7490ac;
  stroke-width: 2;
  transform: translateY(-50%);
}

.pricing-route-search input {
  padding: 11px 14px 11px 43px;
}

.pricing-route-list {
  display: grid;
  gap: 10px;
}

.pricing-route-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) minmax(115px, .5fr) minmax(105px, .45fr) minmax(150px, .65fr) minmax(115px, .45fr) minmax(130px, .55fr) auto auto;
  gap: 14px;
  align-items: end;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .025);
}

.pricing-route-row[hidden] {
  display: none;
}

.pricing-route-name {
  display: grid;
  gap: 4px;
}

.pricing-route-name > span {
  width: fit-content;
  padding: 3px 7px;
  border-radius: 999px;
  color: #6ee7b7;
  background: rgba(32, 217, 153, .1);
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.pricing-route-name strong {
  color: #f4f8ff;
  font-size: 14px;
}

.pricing-route-name small {
  color: #7f94ad;
  font-size: 11px;
}

.pricing-route-name em {
  color: #fbbf24;
  font-size: 11px;
  font-style: normal;
  line-height: 1.45;
}

.pricing-route-warnings {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(251, 191, 36, .24);
  border-radius: 12px;
  color: #f9d37a;
  background: rgba(251, 191, 36, .08);
}

.pricing-route-warnings strong {
  color: #fff7d1;
  white-space: nowrap;
}

.pricing-route-warnings span {
  color: #c8a95e;
  font-size: 12px;
}

.pricing-route-preview {
  display: grid;
  gap: 3px;
  min-height: 44px;
  align-content: center;
}

.pricing-route-preview span {
  color: #7f94ad;
  font-size: 11px;
  font-weight: 900;
}

.pricing-route-preview strong {
  color: #f4f8ff;
  font-size: 12px;
}

.pricing-route-active {
  display: flex !important;
  min-height: 44px;
  align-items: center;
  gap: 6px !important;
  white-space: nowrap;
}

.pricing-route-active input {
  accent-color: #20d999;
}

.pricing-route-save {
  min-height: 44px;
  padding: 9px 15px;
  border: 0;
  border-radius: 12px;
  color: #06131d;
  background: #20d999;
  font-weight: 950;
  cursor: pointer;
}

.pricing-empty {
  padding: 30px;
  color: #91a6bf;
  text-align: center;
}

/* Pricing page hero + tools */
.pricing-page-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
  border: 1px solid rgba(72, 199, 244, .18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(72, 199, 244, .14), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(32, 217, 153, .08), transparent 32%),
    rgba(9, 21, 38, .88);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
}

.pricing-page-kicker,
.pricing-page-hero-copy span {
  color: #48c7f4;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pricing-page-hero h1 {
  margin: 8px 0 10px;
  color: #f5f9ff;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.08;
}

.pricing-page-hero p {
  max-width: 640px;
  margin: 0;
  color: #91a6bf;
  font-size: 14px;
  line-height: 1.65;
}

.pricing-page-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: 12px;
  flex: 0 0 auto;
}

.pricing-page-stats article {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .04);
  text-align: center;
}

.pricing-page-stats strong {
  color: #f5f9ff;
  font-size: 22px;
  line-height: 1;
}

.pricing-page-stats span {
  color: #7f94ad;
  font-size: 11px;
  font-weight: 700;
}

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

.pricing-tool-card {
  position: relative;
  overflow: hidden;
}

.pricing-tool-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32, 217, 153, .12), transparent 68%);
  pointer-events: none;
}

.pricing-tool-card.is-maps::after {
  background: radial-gradient(circle, rgba(255, 181, 48, .14), transparent 68%);
}

.pricing-tool-badge,
.pricing-count-badge,
.pricing-edit-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pricing-tool-badge,
.pricing-count-badge {
  color: #8ce2ff;
  border: 1px solid rgba(72, 199, 244, .24);
  background: rgba(72, 199, 244, .1);
}

.pricing-tool-badge.is-warning {
  color: #ffd36b;
  border-color: rgba(255, 181, 48, .28);
  background: rgba(255, 181, 48, .1);
}

.pricing-edit-badge {
  color: #ffd36b;
  border: 1px solid rgba(255, 181, 48, .28);
  background: rgba(255, 181, 48, .1);
}

.pricing-form-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Pricing rules form + list */
.pricing-rules-form-panel.is-editing {
  border-color: rgba(255, 181, 48, .28);
  box-shadow:
    0 0 0 1px rgba(255, 181, 48, .08),
    0 22px 58px rgba(0, 0, 0, .22);
}

.pricing-rule-sections {
  display: grid;
  gap: 16px;
}

.pricing-rule-section {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  background: rgba(255, 255, 255, .025);
}

.pricing-rule-section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.pricing-rule-section-head > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #08111e;
  background: linear-gradient(135deg, #65d4fb, #159ed5);
  font-size: 12px;
  font-weight: 950;
}

.pricing-rule-section-head strong {
  display: block;
  color: #f5f9ff;
  font-size: 15px;
}

.pricing-rule-section-head small {
  display: block;
  margin-top: 2px;
  color: #7f94ad;
  font-size: 12px;
}

.pricing-rule-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pricing-rule-form-grid-compact {
  align-items: end;
}

.pricing-rule-field {
  display: grid;
  gap: 8px;
}

.pricing-rule-field > span {
  color: #bcd0e6;
  font-size: 11px;
  font-weight: 850;
}

.pricing-rule-field-label {
  color: #bcd0e6;
  font-size: 11px;
  font-weight: 850;
}

.pricing-keyword-tags {
  display: grid;
  gap: 10px;
}

.pricing-keyword-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 52px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .03);
}

.pricing-keyword-tags-empty {
  color: #7f94ad;
  font-size: 13px;
  font-style: italic;
}

.pricing-keyword-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 8px 0 12px;
  border: 1px solid rgba(72, 199, 244, .24);
  border-radius: 999px;
  color: #dbe7f5;
  background: rgba(72, 199, 244, .1);
  animation: pricing-tag-in .18s ease;
}

@keyframes pricing-tag-in {
  from {
    opacity: 0;
    transform: translateY(4px) scale(.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.pricing-keyword-tag-text {
  font-size: 13px;
  font-weight: 650;
}

.pricing-keyword-tag-remove {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #8ce2ff;
  background: rgba(255, 255, 255, .08);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}

.pricing-keyword-tag-remove:hover {
  color: #fff;
  background: rgba(255, 84, 84, .35);
}

.pricing-keyword-tags-input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.pricing-keyword-tags-input input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  color: #f4f8ff;
  background: rgba(255, 255, 255, .055);
  outline: none;
}

.pricing-keyword-tags-input input:focus {
  border-color: rgba(72, 199, 244, .6);
  box-shadow: 0 0 0 4px rgba(72, 199, 244, .09);
}

.pricing-keyword-tags small {
  color: #7f94ad;
  font-size: 12px;
  line-height: 1.45;
}

.pricing-rule-field.span-2 {
  grid-column: span 2;
}

.pricing-rule-field input,
.pricing-rule-field textarea,
.pricing-rule-field select,
.pricing-rule-filters select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  color: #f4f8ff;
  background: rgba(255, 255, 255, .055);
  outline: none;
}

.pricing-rule-field textarea {
  min-height: 108px;
  resize: vertical;
}

.pricing-rule-field select,
.pricing-rule-filters select {
  color-scheme: dark;
}

.pricing-rule-field option,
.pricing-rule-filters option {
  color: #102139;
  background: #fff;
}

.pricing-rule-field input:focus,
.pricing-rule-field textarea:focus,
.pricing-rule-field select:focus,
.pricing-rule-filters select:focus {
  border-color: rgba(72, 199, 244, .6);
  box-shadow: 0 0 0 4px rgba(72, 199, 244, .09);
}

.pricing-rule-field small {
  color: #7f94ad;
  font-size: 12px;
  line-height: 1.45;
}

.pricing-rule-vehicles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pricing-rule-vehicle-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pricing-rule-vehicle-values label {
  display: grid;
  gap: 6px;
}

.pricing-rule-vehicle-values label span {
  color: #9eb5ce;
  font-size: 11px;
  font-weight: 800;
}

.pricing-rule-vehicle-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .03);
  color: #dbe7f5;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.pricing-rule-vehicle-option:hover {
  border-color: rgba(72, 199, 244, .28);
  background: rgba(72, 199, 244, .06);
}

.pricing-rule-vehicle-option:has(input:checked) {
  border-color: rgba(32, 217, 153, .34);
  background: rgba(32, 217, 153, .08);
  transform: translateY(-1px);
}

.pricing-rule-vehicle-option input {
  accent-color: #20d999;
}

.pricing-rule-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.pricing-rule-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(120px, .8fr)) auto;
  gap: 12px;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .025);
}

.pricing-rule-list {
  display: grid;
  gap: 14px;
}

.pricing-rule-row-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: stretch;
}

.pricing-rule-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  overflow: hidden;
  padding: 18px 18px 18px 22px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .02));
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.pricing-rule-row:hover {
  border-color: rgba(72, 199, 244, .24);
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .18);
}

.pricing-rule-accent {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #48c7f4, #159ed5);
}

.pricing-rule-row--fixed_price .pricing-rule-accent {
  background: linear-gradient(180deg, #65d4fb, #159ed5);
}

.pricing-rule-row--amount_increase .pricing-rule-accent {
  background: linear-gradient(180deg, #ffb530, #ff8a00);
}

.pricing-rule-row--amount_discount .pricing-rule-accent {
  background: linear-gradient(180deg, #20d999, #0ea774);
}

.pricing-rule-row--percent_discount .pricing-rule-accent {
  background: linear-gradient(180deg, #b48cff, #7b5cff);
}

.pricing-rule-title {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.pricing-rule-title-top {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pricing-rule-title strong {
  color: #f5f9ff;
  font-size: 18px;
  line-height: 1.25;
}

.pricing-rule-status,
.pricing-rule-type,
.pricing-rule-priority,
.pricing-rule-rt-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pricing-rule-status.is-active {
  color: #9ef0d0;
  background: rgba(32, 217, 153, .14);
}

.pricing-rule-status.is-draft {
  color: #ffd36b;
  background: rgba(255, 181, 48, .14);
}

.pricing-rule-type.is-fixed_price {
  color: #8ce2ff;
  background: rgba(72, 199, 244, .12);
}

.pricing-rule-type.is-amount_increase {
  color: #ffd36b;
  background: rgba(255, 181, 48, .12);
}

.pricing-rule-type.is-amount_discount {
  color: #9ef0d0;
  background: rgba(32, 217, 153, .12);
}

.pricing-rule-type.is-percent_discount {
  color: #d3bcff;
  background: rgba(123, 92, 255, .14);
}

.pricing-rule-priority {
  color: #91a6bf;
  background: rgba(255, 255, 255, .06);
}

.pricing-rule-body {
  display: grid;
  gap: 12px;
}

.pricing-rule-block {
  display: grid;
  gap: 8px;
}

.pricing-rule-block-label {
  color: #7f94ad;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pricing-rule-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pricing-rule-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: #dbe7f5;
  background: rgba(255, 255, 255, .04);
  font-size: 12px;
}

.pricing-rule-chip.is-wildcard {
  color: #8ce2ff;
  border-color: rgba(72, 199, 244, .22);
  background: rgba(72, 199, 244, .08);
}

.pricing-rule-chip.is-vehicle {
  color: #ffd36b;
  border-color: rgba(255, 181, 48, .22);
  background: rgba(255, 181, 48, .08);
}

.pricing-rule-side {
  display: grid;
  gap: 12px;
  align-content: start;
  min-width: 170px;
}

.pricing-rule-value-box {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .04);
  text-align: center;
}

.pricing-rule-value-box span {
  color: #7f94ad;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pricing-rule-value-box strong {
  color: #f5f9ff;
  font-size: 20px;
  line-height: 1.1;
}

.pricing-rule-rt-badge {
  justify-content: center;
  color: #9ef0d0;
  background: rgba(32, 217, 153, .1);
}

.pricing-rule-actions {
  display: grid;
  gap: 10px;
}

.pricing-empty-rules {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 42px 24px;
  border: 1px dashed rgba(255, 255, 255, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .02);
}

.pricing-empty-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 18px;
  color: #48c7f4;
  background: rgba(72, 199, 244, .1);
  font-size: 24px;
}

.pricing-empty-rules strong {
  color: #f5f9ff;
  font-size: 18px;
}

.pricing-empty-rules p {
  max-width: 420px;
  margin: 0;
  color: #91a6bf;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .pricing-page-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .pricing-tools-grid {
    grid-template-columns: 1fr;
  }

  .pricing-rule-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .pricing-page-stats {
    grid-template-columns: 1fr;
  }

  .pricing-rule-form-grid,
  .pricing-rule-vehicles,
  .pricing-rule-vehicle-values {
    grid-template-columns: 1fr;
  }

  .pricing-rule-field.span-2 {
    grid-column: auto;
  }

  .pricing-rule-filters {
    grid-template-columns: 1fr;
  }
}

/* Google reviews */
.google-reviews-section {
  position: relative;
  overflow: hidden;
  padding: 74px 0 82px;
  border-top: 1px solid rgba(20, 93, 137, .08);
  border-bottom: 1px solid rgba(20, 93, 137, .08);
  background:
    radial-gradient(circle at 10% 0%, rgba(66, 133, 244, .1), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(52, 168, 83, .09), transparent 32%),
    linear-gradient(180deg, #f8fbff, #eef5fb);
}

:root[data-theme="dark"] .google-reviews-section {
  border-color: rgba(255, 255, 255, .07);
  background:
    radial-gradient(circle at 10% 0%, rgba(66, 133, 244, .13), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(52, 168, 83, .1), transparent 32%),
    linear-gradient(180deg, #071526, #091b2d);
}

.google-reviews-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding-top: 0;
  padding-bottom: 32px;
}

.google-reviews-heading h2 {
  max-width: 720px;
  margin: 7px 0 9px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.04;
}

.google-reviews-heading > div:first-child > p:last-child {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
}

.google-reviews-summary {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border: 1px solid rgba(20, 93, 137, .11);
  border-radius: 17px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 15px 38px rgba(20, 55, 85, .08);
}

:root[data-theme="dark"] .google-reviews-summary {
  border-color: rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .055);
}

.google-color-mark,
.google-card-mark {
  display: grid;
  place-items: center;
  font-family: Arial, sans-serif;
  font-weight: 900;
  background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 45%, #fbbc05 0 70%, #ea4335 0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.google-color-mark {
  width: 42px;
  height: 42px;
  font-size: 34px;
}

.google-reviews-summary > div {
  display: grid;
  gap: 3px;
}

.google-reviews-summary strong {
  color: var(--ink);
  font-size: 13px;
}

.google-summary-stars,
.google-review-stars {
  color: #fbbc04;
  letter-spacing: .08em;
}

.google-review-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.google-review-marquee.is-auto-scroll {
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.google-review-marquee.is-auto-scroll::-webkit-scrollbar {
  display: none;
}

.google-reviews-empty {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 18px;
  border: 1px dashed rgba(20, 93, 137, .18);
  border-radius: 18px;
  color: var(--muted);
  text-align: center;
  background: rgba(255, 255, 255, .55);
}

.google-reviews-empty p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

:root[data-theme="dark"] .google-reviews-empty {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
}

.google-review-marquee::before,
.google-review-marquee::after {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: clamp(18px, 4vw, 72px);
  content: "";
  pointer-events: none;
  transition: opacity 160ms ease;
}

.google-review-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #f3f8fd, transparent);
}

.google-review-marquee::after {
  right: 0;
  background: linear-gradient(-90deg, #f2f8fc, transparent);
}

:root[data-theme="dark"] .google-review-marquee::before {
  background: linear-gradient(90deg, #081829, transparent);
}

:root[data-theme="dark"] .google-review-marquee::after {
  background: linear-gradient(-90deg, #081a2c, transparent);
}

.google-review-marquee.is-dragging::before,
.google-review-marquee.is-dragging::after,
.google-review-marquee:hover::before,
.google-review-marquee:hover::after,
.google-review-marquee:focus-within::before,
.google-review-marquee:focus-within::after {
  opacity: .22;
}

.google-review-track {
  display: flex;
  width: max-content;
  animation: google-review-scroll var(--review-duration, 55s) linear infinite;
  will-change: transform;
}

.google-review-marquee.is-auto-scroll .google-review-track {
  animation: none;
  will-change: transform;
}

[data-auto-marquee].is-auto-scroll {
  overflow: hidden;
  touch-action: pan-y;
}

[data-auto-marquee].is-auto-scroll [data-auto-marquee-track] {
  animation: none !important;
}

.google-review-marquee.is-dragging {
  cursor: grabbing;
}

.google-review-marquee:hover .google-review-track,
.google-review-marquee:focus-within .google-review-track {
  animation-play-state: paused;
}

.google-review-set {
  display: flex;
  flex-shrink: 0;
  gap: 18px;
  padding-right: 18px;
}

.google-review-card {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  flex: 0 0 auto;
  width: clamp(300px, 29vw, 430px);
  min-height: 255px;
  padding: 23px;
  border: 1px solid rgba(20, 93, 137, .1);
  border-radius: 23px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 18px 46px rgba(20, 55, 85, .09);
  backdrop-filter: blur(14px);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.google-review-card:hover,
.google-review-card:focus {
  border-color: rgba(66, 133, 244, .36);
  box-shadow: 0 23px 52px rgba(20, 55, 85, .14);
  outline: none;
  transform: translateY(-4px);
}

:root[data-theme="dark"] .google-review-card {
  border-color: rgba(255, 255, 255, .09);
  background: rgba(12, 31, 51, .87);
  box-shadow: 0 20px 46px rgba(0, 0, 0, .24);
}

.google-review-card header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.google-review-avatar {
  display: grid;
  width: 58px;
  height: 58px;
  overflow: hidden;
  place-items: center;
  border: 3px solid rgba(66, 133, 244, .12);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #1d70c5, #153d77);
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
}

.google-review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.google-review-person {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.google-review-person strong {
  color: var(--ink);
  font-size: 15px;
  overflow-wrap: anywhere;
}

.google-review-person span {
  color: var(--muted);
  font-size: 11px;
  overflow-wrap: anywhere;
}

.google-card-mark {
  font-size: 25px;
}

.google-review-stars {
  margin: 17px 0 10px;
  font-size: 17px;
}

.google-review-stars .is-muted {
  color: #d9e0e7;
}

.google-review-card > p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: normal;
}

.google-review-card footer {
  display: flex;
  align-self: end;
  align-items: center;
  gap: 7px;
  min-width: 0;
  margin-top: 18px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.google-review-card footer svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  fill: #34a853;
}

.google-review-card footer span {
  min-width: 0;
  overflow-wrap: anywhere;
}

@keyframes google-review-scroll {
  to {
    transform: translateX(-50%);
  }
}

@keyframes home-stat-scroll {
  to {
    transform: translateX(calc(-50% - 5px));
  }
}

/* Google reviews admin */
.admin-reviews-main {
  display: grid;
  gap: 22px;
}

.admin-review-create,
.admin-review-list-section,
.admin-review-item {
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 24px;
  background: rgba(9, 21, 38, .79);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .22);
}

.admin-review-create,
.admin-review-list-section {
  padding: 24px;
}

.admin-review-create > header,
.admin-review-list-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.admin-review-create header > div:first-child > span,
.admin-review-list-heading span {
  color: #48c7f4;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.admin-review-create h2,
.admin-review-list-heading h2 {
  margin: 6px 0;
  color: #f4f8ff;
  font-size: 25px;
}

.admin-review-create header p {
  margin: 0;
  color: #91a6bf;
  font-size: 12px;
}

.admin-google-mark {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  color: #eaf4ff;
  background: rgba(255, 255, 255, .04);
  font-size: 12px;
}

.admin-google-mark span {
  font-size: 24px;
  font-weight: 950;
  color: #66a3ff;
}

.admin-review-info {
  padding: 18px 20px;
  border: 1px solid rgba(72, 199, 244, .18);
  border-radius: 18px;
  color: #c8d9eb;
  background: rgba(72, 199, 244, .06);
}

.admin-review-info strong {
  display: block;
  margin-bottom: 10px;
  color: #f4f8ff;
  font-size: 14px;
}

.admin-review-info ul {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.65;
}

.admin-review-info li + li {
  margin-top: 4px;
}

.admin-review-editor {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 20px;
  align-items: start;
}

.admin-review-preview {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 10px;
}

.admin-review-preview > span {
  color: #8298b1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.admin-review-preview-card {
  width: 100%;
  min-height: 240px;
}

.admin-review-preview-card > p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.admin-review-form label em {
  color: #ff9a23;
  font-style: normal;
}

.admin-review-form label small {
  color: #8298b1;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}

.admin-review-current-photo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.admin-review-current-photo img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .12);
}

.admin-review-current-photo span {
  color: #8298b1;
  font-size: 11px;
}

.admin-review-remove-photo {
  grid-column: 1 / -1;
}

.admin-review-item-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
}

.admin-review-list-heading p {
  margin: 6px 0 0;
  color: #91a6bf;
  font-size: 12px;
}

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

.admin-review-form label {
  display: grid;
  gap: 7px;
  color: #c8d9eb;
  font-size: 11px;
  font-weight: 850;
}

.admin-review-form input,
.admin-review-form select,
.admin-review-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 13px;
  color: #f4f8ff;
  background: rgba(255, 255, 255, .055);
  outline: none;
}

.admin-review-form textarea {
  resize: vertical;
}

.admin-review-form input:focus,
.admin-review-form select:focus,
.admin-review-form textarea:focus {
  border-color: rgba(72, 199, 244, .6);
  box-shadow: 0 0 0 4px rgba(72, 199, 244, .09);
}

.admin-review-text {
  grid-column: 1 / -1;
}

.admin-review-active {
  display: flex !important;
  align-items: center;
  gap: 8px !important;
}

.admin-review-active input {
  width: auto;
  min-height: auto;
  accent-color: #20d999;
}

.admin-review-list {
  display: grid;
  gap: 15px;
}

.admin-review-item {
  padding: 18px;
}

.admin-review-person {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 11px;
  padding-bottom: 5px;
}

.admin-review-person > img,
.admin-review-person > span {
  display: grid;
  width: 54px;
  height: 54px;
  overflow: hidden;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #168dc2, #173a72);
  object-fit: cover;
  font-weight: 950;
}

.admin-review-person > div {
  display: grid;
  gap: 4px;
}

.admin-gallery-person > img {
  width: 96px;
  height: 64px;
  border-radius: 12px;
}

.admin-review-person strong {
  color: #f5f9ff;
}

.admin-review-person small {
  color: #8298b1;
}

.admin-review-delete {
  display: flex;
  justify-content: flex-end;
  margin-top: 11px;
}

.admin-review-delete button {
  padding: 8px 12px;
  border: 1px solid rgba(255, 92, 92, .25);
  border-radius: 10px;
  color: #ffabab;
  background: rgba(255, 92, 92, .07);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .google-review-marquee {
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .google-review-track {
    animation: none;
  }

  .google-review-set[aria-hidden="true"] {
    display: none;
  }

  .page-home .home-stat-strip {
    animation: none;
  }

  .page-home .home-stat-strip .home-stat-card.is-clone {
    display: none;
  }
}

@media (max-width: 760px) {
  .page-home .hero-panel.hero-search .search-title {
    position: relative;
    display: grid !important;
    justify-items: start;
    align-items: start;
    gap: 8px;
    margin: 0 0 16px;
    padding: 16px 16px 16px 20px;
    text-align: left;
    overflow: hidden;
    border: 1px solid rgba(255, 138, 0, .24);
    border-radius: 18px;
    background:
      radial-gradient(circle at 100% 0%, rgba(255, 138, 0, .14), transparent 34%),
      linear-gradient(145deg, rgba(247, 251, 255, .98), rgba(234, 244, 255, .9));
    box-shadow: inset 4px 0 0 #ff8a00, 0 14px 28px rgba(12, 49, 94, .08);
  }

  .page-home .hero-panel.hero-search .search-title::after {
    content: "";
    position: absolute;
    right: -26px;
    bottom: -34px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: rgba(255, 138, 0, .12);
    pointer-events: none;
  }

  .page-home .hero-panel.hero-search .panel-badge {
    position: relative;
    z-index: 1;
    width: auto;
    padding: 6px 10px;
    color: #ff8a00;
    background: rgba(255, 138, 0, .12);
    border-radius: 999px;
    box-shadow: none;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .page-home .hero-panel.hero-search .search-title h2 {
    position: relative;
    z-index: 1;
    grid-column: auto;
    max-width: 100%;
    margin: 0;
    color: var(--surface-strong);
    font-size: 22px;
    line-height: 1.12;
    text-align: left;
    letter-spacing: 0;
  }

  :root[data-theme="dark"] .page-home .hero-panel.hero-search .search-title {
    border-color: rgba(255, 154, 35, .28);
    background:
      radial-gradient(circle at 100% 0%, rgba(255, 138, 0, .16), transparent 34%),
      linear-gradient(145deg, rgba(18, 31, 51, .96), rgba(10, 20, 35, .9));
    box-shadow: inset 4px 0 0 #ff9a23, 0 16px 34px rgba(0, 0, 0, .22);
  }

  :root[data-theme="dark"] .page-home .hero-panel.hero-search .panel-badge {
    color: #ffb347;
    background: rgba(255, 154, 35, .13);
  }

  :root[data-theme="dark"] .page-home .hero-panel.hero-search .search-title h2 {
    color: var(--surface-strong);
  }

  .google-reviews-section {
    padding: 36px 0 38px;
  }

  .google-reviews-heading,
  .admin-review-create > header,
  .admin-review-list-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .google-reviews-summary {
    align-self: stretch;
    gap: 9px;
    padding: 10px 12px;
    border-radius: 15px;
  }

  .google-reviews-heading {
    gap: 14px;
    padding-bottom: 18px;
  }

  .google-reviews-heading .eyebrow {
    margin-bottom: 7px;
    font-size: 11px;
    letter-spacing: 0.15em;
  }

  .google-reviews-heading h2 {
    max-width: 350px;
    margin: 5px 0 8px;
    font-size: 27px;
    line-height: 1.08;
  }

  .google-reviews-heading > div:first-child > p:last-child {
    max-width: 340px;
    font-size: 14px;
    line-height: 1.5;
  }

  .google-color-mark {
    width: 34px;
    height: 34px;
    font-size: 27px;
  }

  .google-reviews-summary strong {
    font-size: 12px;
  }

  .google-summary-stars {
    font-size: 12px;
  }

  .google-review-marquee {
    width: calc(100% + 24px);
    max-width: none;
    margin: 0 -12px;
    padding-left: 12px;
  }

  .google-review-marquee.is-auto-scroll .google-review-track {
    padding-bottom: 4px;
  }

  .google-review-card {
    width: clamp(188px, 58vw, 232px);
    min-height: 218px;
    padding: 14px;
    border-radius: 18px;
  }

  .google-review-card header {
    gap: 9px;
  }

  .google-review-avatar {
    width: 42px;
    height: 42px;
    border-width: 2px;
    font-size: 16px;
  }

  .google-review-person {
    gap: 2px;
  }

  .google-review-person strong {
    font-size: 13px;
  }

  .google-review-person span {
    font-size: 10px;
  }

  .google-card-mark {
    font-size: 18px;
  }

  .google-review-stars {
    margin: 12px 0 8px;
    font-size: 14px;
  }

  .google-review-marquee::before,
  .google-review-marquee::after {
    width: 10px;
  }

  .google-review-card > p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.48;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .google-review-card footer {
    gap: 5px;
    margin-top: 12px;
    font-size: 9px;
    line-height: 1.2;
  }

  .google-review-card footer svg {
    width: 14px;
    height: 14px;
  }

  .admin-review-form {
    grid-template-columns: 1fr;
  }

  .admin-review-editor {
    grid-template-columns: 1fr;
  }

  .admin-review-preview {
    position: static;
  }

  .admin-review-text,
  .admin-review-person {
    grid-column: auto;
  }
}

.exchange-rate-panel {
  border-color: rgba(72, 199, 244, .2);
  background:
    radial-gradient(circle at 100% 0%, rgba(72, 199, 244, .1), transparent 36%),
    rgba(9, 21, 38, .82);
}

.exchange-rate-panel .pricing-panel-heading form {
  flex: 0 0 auto;
}

.exchange-rate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.exchange-rate-grid article {
  display: grid;
  gap: 6px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 16px;
  background: rgba(255, 255, 255, .035);
}

.exchange-rate-grid article > span {
  color: #7f94ad;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.exchange-rate-grid article > strong {
  color: #eaf8ff;
  font-size: 18px;
}

.exchange-rate-grid article > small {
  color: #7890aa;
  font-size: 10px;
}

.exchange-rate-grid .exchange-rate-meta {
  border-color: rgba(32, 217, 153, .2);
  background: rgba(32, 217, 153, .055);
}

.pricing-vehicle-form-eur {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-vehicle-form-eur .pricing-save-all {
  grid-column: 1 / -1;
}

.reservation-route-card {
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(20, 93, 137, .12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(8, 31, 53, .1);
}

.reservation-route-card--inside {
  margin: 22px 0 14px;
  border-color: rgba(20, 93, 137, .14);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(8, 31, 53, .08);
}

.reservation-route-journey {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  padding: 18px 18px 16px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 138, 0, .14), transparent 36%),
    radial-gradient(circle at 88% 0%, rgba(31, 110, 212, .12), transparent 38%),
    linear-gradient(180deg, #fbfdff 0%, #f6faff 100%);
}

.reservation-route-point {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
  padding: 8px;
  border-radius: 16px;
}

.reservation-route-marker {
  position: relative;
  width: 12px;
  height: 12px;
  margin-top: 18px;
  border-radius: 999px;
  background: #ff8a00;
  box-shadow: 0 0 0 4px rgba(255, 138, 0, .14);
}

.reservation-route-point.is-to .reservation-route-marker {
  background: #1f6ed4;
  box-shadow: 0 0 0 4px rgba(31, 110, 212, .14);
}

.reservation-route-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.reservation-route-label {
  color: #ff8a00;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.reservation-route-point.is-to .reservation-route-label {
  color: #1f6ed4;
}

.reservation-route-title {
  color: #10243b;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.reservation-route-detail {
  display: -webkit-box;
  overflow: hidden;
  color: #687891;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.reservation-route-connector {
  display: grid;
  place-items: center;
  align-self: center;
  width: 34px;
}

.reservation-route-connector-line {
  display: none;
}

.reservation-route-connector-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #ffb347 0%, #ff8a00 52%, #1f6ed4 100%);
  border-radius: 999px;
  box-shadow:
    0 12px 24px rgba(255, 122, 0, .22),
    0 0 0 6px rgba(255, 138, 0, .08);
}

.reservation-route-connector-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
}

.reservation-route-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px;
  border-top: 1px solid rgba(20, 93, 137, .08);
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(246, 250, 255, .98));
}

.reservation-route-edit {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  color: #10243b;
  background: linear-gradient(135deg, #ffffff, #eef5fc);
  border: 1px solid rgba(20, 93, 137, .16);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(8, 31, 53, .06);
}

.reservation-route-edit:hover {
  color: #06111f;
  border-color: rgba(255, 138, 0, .42);
  background: linear-gradient(135deg, #ffd56a, #ff9a23);
}

.reservation-route-currency {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #10243b;
  font-size: 12px;
  font-weight: 850;
}

.reservation-route-currency select {
  min-width: 96px;
  min-height: 38px;
  padding: 8px 32px 8px 12px;
  border: 1px solid rgba(20, 93, 137, .18);
  border-radius: 12px;
  color: #10243b;
  background: linear-gradient(180deg, #fff, #f6faff);
  font-weight: 900;
  outline: none;
  box-shadow: 0 8px 18px rgba(8, 31, 53, .06);
}

.reservation-route-currency select:focus {
  border-color: #ff8a00;
  box-shadow: 0 0 0 4px rgba(255, 138, 0, .1);
}

:root[data-theme="dark"] .reservation-route-card {
  border-color: rgba(162, 185, 215, .18);
  background: rgba(12, 25, 43, .96);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, .28),
    0 0 0 1px rgba(255, 255, 255, .035) inset;
}

:root[data-theme="dark"] .reservation-route-card--inside {
  border-color: rgba(162, 185, 215, .2);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, .18),
    0 0 0 1px rgba(255, 255, 255, .035) inset;
}

:root[data-theme="dark"] .reservation-route-journey {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 154, 35, .18), transparent 34%),
    radial-gradient(circle at 88% 0%, rgba(31, 110, 212, .2), transparent 36%),
    linear-gradient(135deg, rgba(18, 35, 59, .98), rgba(9, 21, 38, .98));
}

:root[data-theme="dark"] .reservation-route-point {
  background: rgba(255, 255, 255, .025);
  border: 1px solid rgba(255, 255, 255, .045);
}

:root[data-theme="dark"] .reservation-route-label {
  color: #ffb347;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .28);
}

:root[data-theme="dark"] .reservation-route-point.is-to .reservation-route-label {
  color: #6ab0ff;
}

:root[data-theme="dark"] .reservation-route-marker {
  background: #ff9a23;
  box-shadow:
    0 0 0 4px rgba(255, 154, 35, .16),
    0 0 18px rgba(255, 154, 35, .28);
}

:root[data-theme="dark"] .reservation-route-point.is-to .reservation-route-marker {
  background: #1f8cff;
  box-shadow:
    0 0 0 4px rgba(31, 140, 255, .16),
    0 0 18px rgba(31, 140, 255, .28);
}

:root[data-theme="dark"] .reservation-route-title {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .28);
}

:root[data-theme="dark"] .reservation-route-detail {
  color: #b8cbe2;
}

:root[data-theme="dark"] .reservation-route-connector-icon {
  background: linear-gradient(135deg, #ffb347 0%, #ff8a00 48%, #1f8cff 100%);
  box-shadow:
    0 14px 28px rgba(255, 138, 0, .24),
    0 0 0 6px rgba(255, 154, 35, .09);
}

:root[data-theme="dark"] .reservation-route-footer {
  background: linear-gradient(180deg, rgba(14, 29, 50, .98), rgba(9, 21, 38, .98));
  border-top-color: rgba(162, 185, 215, .12);
}

:root[data-theme="dark"] .reservation-route-edit {
  color: #f3f8ff;
  background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(106, 176, 255, .12));
  border-color: rgba(162, 185, 215, .2);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
}

:root[data-theme="dark"] .reservation-route-edit:hover {
  color: #06111f;
  background: linear-gradient(135deg, #ffd56a, #ff9a23);
  border-color: rgba(255, 179, 71, .72);
}

:root[data-theme="dark"] .reservation-route-currency {
  color: #f3f8ff;
}

:root[data-theme="dark"] .reservation-route-currency select {
  color: #ffffff;
  background: linear-gradient(180deg, #12233b, #0d1b2f);
  border-color: rgba(106, 176, 255, .28);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, .2),
    0 0 0 1px rgba(255, 255, 255, .035) inset;
}

:root[data-theme="dark"] .reservation-route-card--inside .reservation-route-label {
  color: #ffc15f;
}

:root[data-theme="dark"] .reservation-route-card--inside .reservation-route-point.is-to .reservation-route-label {
  color: #9fdcff;
}

:root[data-theme="dark"] .reservation-route-card--inside .reservation-route-marker {
  background: #ffad33;
  box-shadow:
    0 0 0 4px rgba(255, 173, 51, .2),
    0 0 22px rgba(255, 173, 51, .35);
}

:root[data-theme="dark"] .reservation-route-card--inside .reservation-route-point.is-to .reservation-route-marker {
  background: #4fb4ff;
  box-shadow:
    0 0 0 4px rgba(79, 180, 255, .22),
    0 0 22px rgba(79, 180, 255, .35);
}

:root[data-theme="dark"] .reservation-route-card--inside .reservation-route-connector-icon {
  color: #06111f;
  background: linear-gradient(135deg, #ffd28a 0%, #ff9a23 48%, #79c9ff 100%);
}

.summary-rate-note {
  margin: -4px 0 10px;
  padding: 8px 10px;
  border-radius: 10px;
  color: var(--muted);
  font-size: 11px;
  background: rgba(20, 93, 137, .06);
}

.kvkk-consent {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 6px 0 18px;
  min-height: 58px;
  padding: 12px 16px;
  border: 1px solid rgba(20, 93, 137, .1);
  border-radius: 12px;
  color: #52677f;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(247, 251, 255, .86));
  box-shadow: 0 10px 24px rgba(8, 31, 53, .05);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.6;
  text-transform: none;
  letter-spacing: 0;
}

.kvkk-consent input {
  appearance: none;
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin: 0;
  accent-color: #ff8a00;
  border: 2px solid rgba(82, 103, 127, .42);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(8, 31, 53, .08);
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.kvkk-consent input:checked {
  border-color: #ff8a00;
  background: #ff8a00;
  box-shadow: 0 0 0 3px rgba(255, 138, 0, .14);
}

.kvkk-consent input:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  transform: translate(-62%, -58%) rotate(45deg);
  transform-origin: center;
}

.kvkk-consent input:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(255, 138, 0, .18);
}

.kvkk-consent span {
  display: block;
  min-width: 0;
  padding-top: 1px;
}

.kvkk-consent a {
  display: inline;
  color: #c46400;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 138, 0, .42);
  transition: color .18s ease, border-color .18s ease;
}

.kvkk-consent a:hover {
  color: #ff7a00;
  border-bottom-color: currentColor;
}

.legal-page {
  padding: 120px 20px 80px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 138, 0, .1), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 46%, #f6f9fd 100%);
}

.legal-page-inner {
  width: min(960px, 100%);
  margin: 0 auto;
}

.legal-heading {
  margin-bottom: 24px;
}

.legal-heading h1 {
  margin: 10px 0 12px;
  color: #10243b;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1;
}

.legal-heading p {
  max-width: 760px;
  margin: 0;
  color: #53657c;
  font-size: 17px;
  line-height: 1.7;
}

.legal-content {
  display: grid;
  gap: 14px;
}

.legal-content article {
  padding: 22px;
  border: 1px solid rgba(20, 93, 137, .1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(8, 31, 53, .06);
}

.legal-content h2 {
  margin: 0 0 10px;
  color: #10243b;
  font-size: 20px;
}

.legal-content p {
  margin: 0;
  color: #53657c;
  line-height: 1.7;
}

.legal-content a {
  color: #0c315e;
  font-weight: 900;
}

.legal-contact-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .38fr);
  gap: 22px;
  align-items: center;
  overflow: hidden;
}

.legal-contact-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #ff8a00, #ffc83d);
}

.legal-contact-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.legal-contact-copy > span {
  width: max-content;
  max-width: 100%;
  padding: 5px 9px;
  color: #a95800;
  border: 1px solid rgba(255, 138, 0, .18);
  border-radius: 999px;
  background: rgba(255, 138, 0, .08);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.legal-contact-card .legal-contact-copy h2 {
  margin: 0;
}

.legal-email-link {
  width: max-content;
  max-width: 100%;
  color: #0c315e;
  overflow-wrap: anywhere;
  font-size: 13px;
  text-decoration: none;
}

.legal-actions {
  display: grid;
  gap: 9px;
  align-self: stretch;
}

.legal-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.legal-action-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #ff9a23, #ff7a00);
  box-shadow: 0 14px 26px rgba(255, 122, 0, .22);
}

.legal-action-secondary,
.legal-action-email {
  color: #17324e !important;
  border: 1px solid rgba(20, 93, 137, .12);
  background: #f4f8fd;
}

.legal-action-email {
  color: #51657c !important;
}

:root[data-theme="dark"] .kvkk-consent {
  color: #c4d4e8;
  background:
    linear-gradient(180deg, rgba(21, 36, 58, .72), rgba(15, 27, 46, .66));
  border-color: rgba(162, 185, 215, .18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

:root[data-theme="dark"] .kvkk-consent input {
  border-color: rgba(196, 212, 232, .48);
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
}

:root[data-theme="dark"] .kvkk-consent input:checked {
  border-color: #ff9a23;
  background: #ff9a23;
  box-shadow: 0 0 0 3px rgba(255, 154, 35, .16);
}

:root[data-theme="dark"] .kvkk-consent a {
  color: #ffd18a;
  border-bottom-color: rgba(255, 209, 138, .44);
}

:root[data-theme="dark"] .legal-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 138, 0, .12), transparent 34%),
    linear-gradient(180deg, #08111f 0%, #0b1626 100%);
}

:root[data-theme="dark"] .legal-heading h1,
:root[data-theme="dark"] .legal-content h2 {
  color: #edf6ff;
}

:root[data-theme="dark"] .legal-heading p,
:root[data-theme="dark"] .legal-content p {
  color: #a9bad0;
}

:root[data-theme="dark"] .legal-content article {
  background: rgba(255, 255, 255, .045);
  border-color: rgba(162, 185, 215, .14);
}

:root[data-theme="dark"] .legal-contact-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 154, 35, .12), transparent 34%),
    rgba(255, 255, 255, .045);
}

:root[data-theme="dark"] .legal-contact-copy > span {
  color: #ffd18a;
  border-color: rgba(255, 209, 138, .22);
  background: rgba(255, 154, 35, .11);
}

:root[data-theme="dark"] .legal-email-link {
  color: #cfe0f5;
}

:root[data-theme="dark"] .legal-action-secondary,
:root[data-theme="dark"] .legal-action-email {
  color: #edf6ff !important;
  border-color: rgba(162, 185, 215, .16);
  background: rgba(255, 255, 255, .07);
}

@media (max-width: 760px) {
  .legal-contact-card {
    grid-template-columns: 1fr;
  }

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

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1100px) {
  .pricing-vehicle-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-currency-field {
    grid-column: 1 / -1;
  }

  .pricing-save-all {
    grid-column: 1 / -1;
  }

  .pricing-round-trip-panel form {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-round-trip-panel form > div:first-child {
    grid-column: 1 / -1;
  }

  .pricing-route-row {
    grid-template-columns: 1fr 1fr;
  }

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

  .pricing-route-name {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .pricing-panel {
    padding: 18px;
  }

  .pricing-panel-heading,
  .pricing-vehicle-form,
  .pricing-round-trip-panel form,
  .pricing-route-row {
    grid-template-columns: 1fr;
  }

  .pricing-panel-heading {
    display: grid;
  }

  .pricing-currency {
    width: fit-content;
  }

  .exchange-rate-grid,
  .pricing-vehicle-form-eur {
    grid-template-columns: 1fr;
  }

  .reservation-route-journey {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 16px 16px 14px;
  }

  .reservation-route-point {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
  }

  .reservation-route-marker {
    margin-top: 16px;
  }

  .reservation-route-connector {
    width: auto;
    justify-items: start;
    padding: 2px 0 2px 5px;
  }

  .reservation-route-connector-line {
    display: block;
    width: 2px;
    height: 18px;
    margin-left: 5px;
    background: linear-gradient(180deg, rgba(255, 138, 0, .55), rgba(12, 49, 94, .45));
    border-radius: 999px;
  }

  .reservation-route-connector-icon {
    display: none;
  }

  .reservation-route-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .reservation-route-currency {
    justify-content: space-between;
  }

  .reservation-route-currency select {
    width: auto;
    min-width: 110px;
  }
}

.admin-notification-panel {
  margin: 0 0 22px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 200, 61, .1), transparent 36%),
    rgba(12, 25, 43, .72);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .24);
  backdrop-filter: blur(18px);
}

.admin-notification-panel.has-overdue {
  border-color: rgba(255, 84, 84, .45);
  box-shadow: 0 20px 70px rgba(255, 84, 84, .12), 0 20px 60px rgba(0, 0, 0, .24);
}

.admin-notification-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.admin-notification-panel h2 {
  margin: 12px 0 6px;
  color: #fff;
  font-size: 24px;
}

.admin-notification-panel p {
  margin: 0;
  color: #9fb1c7;
}

.admin-notification-counters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.admin-notification-counters span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: #cbd8e8;
  background: rgba(255, 255, 255, .05);
  font-size: 13px;
  font-weight: 900;
}

.admin-notification-counters b {
  color: #ffd46a;
  font-size: 18px;
}

.admin-notification-counters .is-danger {
  color: #ffd7d7;
  background: rgba(255, 84, 84, .15);
  border-color: rgba(255, 84, 84, .36);
}

.admin-notification-counters .is-danger b {
  color: #ff8b8b;
}

.admin-notification-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.admin-notification-item,
.admin-notification-empty {
  min-height: 86px;
  padding: 15px 16px 15px 42px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
}

.admin-notification-item {
  position: relative;
  display: grid;
  gap: 4px;
  color: #eaf4ff;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.admin-notification-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 200, 61, .35);
  background: rgba(255, 255, 255, .07);
}

.admin-notification-dot {
  position: absolute;
  top: 20px;
  left: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 0 7px rgba(37, 211, 102, .13);
}

.admin-notification-panel.has-overdue .admin-notification-dot {
  background: #ff5454;
  box-shadow: 0 0 0 7px rgba(255, 84, 84, .13);
}

.admin-notification-item strong {
  color: #fff;
  font-size: 14px;
}

.admin-notification-item small,
.admin-notification-item em,
.admin-notification-empty {
  color: #8fa3bd;
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}

.admin-notification-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  grid-column: 1 / -1;
}

.admin-reservation-alarm[hidden] {
  display: none;
}

.admin-reservation-alarm {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.admin-reservation-alarm.is-open {
  opacity: 1;
  pointer-events: auto;
}

.admin-reservation-alarm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 9, 18, .72);
  backdrop-filter: blur(12px);
}

.admin-reservation-alarm-dialog {
  position: relative;
  width: min(620px, 100%);
  padding: 30px;
  border: 1px solid rgba(255, 84, 84, .42);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 84, 84, .22), transparent 36%),
    linear-gradient(145deg, rgba(16, 27, 47, .98), rgba(8, 18, 32, .98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .55), 0 0 60px rgba(255, 84, 84, .16);
  transform: translateY(14px) scale(.98);
  transition: transform .18s ease;
}

.admin-reservation-alarm.is-open .admin-reservation-alarm-dialog {
  transform: translateY(0) scale(1);
}

.admin-reservation-alarm-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.admin-alarm-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #ff5454, #ff8a00);
  font-size: 30px;
  font-weight: 1000;
  box-shadow: 0 14px 34px rgba(255, 84, 84, .28);
}

.admin-reservation-alarm h2 {
  margin: 14px 0 8px;
  color: #fff;
  font-size: clamp(26px, 5vw, 40px);
  line-height: 1;
}

.admin-alarm-copy {
  margin: 0;
  color: #b9c8db;
}

.admin-alarm-list {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.admin-alarm-item {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(255, 84, 84, .25);
  border-radius: 16px;
  color: #fff;
  background: rgba(255, 84, 84, .09);
}

.admin-alarm-item span,
.admin-alarm-item em {
  color: #ffcccc;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.admin-alarm-actions {
  display: flex;
  gap: 12px;
}

.admin-notification-widget {
  position: fixed;
  top: 24px;
  right: 32px;
  z-index: 1200;
}

.admin-notification-trigger {
  position: relative;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  color: #eaf4ff;
  background: rgba(12, 25, 43, .92);
  box-shadow: 0 16px 44px rgba(0, 0, 0, .28);
  cursor: pointer;
  backdrop-filter: blur(16px);
}

.admin-notification-trigger:hover,
.admin-notification-widget.is-open .admin-notification-trigger {
  border-color: rgba(255, 200, 61, .44);
  background: rgba(19, 36, 60, .96);
}

.admin-notification-bell svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.admin-notification-badge {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border: 2px solid #0a1422;
  border-radius: 999px;
  color: #101522;
  background: linear-gradient(135deg, #ffd86a, #ff8a00);
  font-size: 11px;
  font-weight: 1000;
  line-height: 18px;
  text-align: center;
}

.admin-notification-widget.has-overdue .admin-notification-badge {
  color: #fff;
  background: linear-gradient(135deg, #ff5454, #ff8a00);
}

.admin-notification-menu {
  position: absolute;
  top: 60px;
  right: 0;
  width: min(390px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  background: rgba(9, 20, 35, .98);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .42);
  backdrop-filter: blur(20px);
}

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

.admin-notification-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.admin-notification-menu-head strong {
  display: block;
  color: #fff;
  font-size: 15px;
}

.admin-notification-menu-head span {
  display: block;
  margin-top: 3px;
  color: #8fa3bd;
  font-size: 12px;
  font-weight: 800;
}

.admin-notification-menu-head span.is-danger b {
  color: #ff8b8b;
}

.admin-notification-menu-head button {
  border: 0;
  border-radius: 999px;
  padding: 9px 12px;
  color: #121722;
  background: #ffd46a;
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}

.admin-notification-menu-head button:disabled {
  cursor: default;
  opacity: .45;
}

.admin-notification-widget .admin-notification-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-height: 430px;
  margin: 0;
  overflow-y: auto;
}

.admin-notification-widget .admin-notification-item,
.admin-notification-widget .admin-notification-empty {
  min-height: 0;
  padding: 14px 16px 14px 42px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  border-radius: 0;
  background: transparent;
}

.admin-notification-widget .admin-notification-item {
  transform: none;
}

.admin-notification-widget .admin-notification-item:hover {
  transform: none;
  background: rgba(255, 255, 255, .06);
}

.admin-notification-widget .admin-notification-dot {
  top: 18px;
  left: 17px;
}

.admin-notification-widget.has-overdue .admin-notification-dot {
  background: #ff5454;
  box-shadow: 0 0 0 7px rgba(255, 84, 84, .13);
}

.admin-notification-widget .admin-notification-empty {
  min-height: 96px;
  padding-left: 16px;
  color: #8fa3bd;
}

@media (max-width: 900px) {
  .admin-notification-widget {
    top: 18px;
    right: 18px;
    bottom: auto;
  }

  .admin-notification-menu {
    top: 60px;
    right: 0;
    bottom: auto;
  }
}

/* Admin shell layout lives in public/assets/css/admin.css */

.admin-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 34px;
  color: #fff;
  font-size: 18px;
  font-weight: 1000;
  letter-spacing: .08em;
}

.admin-logo span {
  color: #ffb22c;
}

.admin-main {
  padding: 34px;
}

.admin-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding: 28px;
  border-radius: 28px;
}

.admin-settings-card {
  padding: 28px;
  border-radius: 28px;
}

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

.admin-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
}

.admin-settings-section + .admin-settings-section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.admin-settings-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.admin-settings-section-heading > span {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #091421;
  background: linear-gradient(135deg, #ffd46a, #ff8a00);
  font-size: 12px;
  font-weight: 950;
}

.admin-settings-section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.admin-settings-section-heading p {
  margin: 5px 0 0;
  color: #8fa2bb;
}

.admin-settings-section > h3 {
  margin: 24px 0 14px;
  color: #fff;
  font-size: 16px;
}

.admin-settings-section > .admin-settings-grid + h3 {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

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

.admin-certificate-card {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 22px;
  background: rgba(255, 255, 255, .035);
}

.admin-certificate-card > div:first-child strong,
.admin-certificate-card > div:first-child small {
  display: block;
}

.admin-certificate-card > div:first-child strong {
  color: #fff;
}

.admin-certificate-card > div:first-child small {
  margin-top: 4px;
  color: #8498b2;
}

.admin-certificate-preview,
.admin-certificate-placeholder {
  min-height: 190px;
  border-radius: 17px;
}

.admin-certificate-preview {
  display: grid;
  place-items: center;
  padding: 12px;
  overflow: hidden;
  background: #fff;
}

.admin-certificate-preview img {
  width: 100%;
  height: 190px;
  object-fit: contain;
}

.admin-certificate-placeholder {
  display: grid;
  place-items: center;
  padding: 20px;
  color: #8297b1;
  border: 1px dashed rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .025);
  text-align: center;
}

.admin-certificate-card label {
  display: grid;
  gap: 8px;
  color: #dceaff;
  font-size: 13px;
  font-weight: 850;
}

.admin-certificate-card input {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: #f4f8ff;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .07);
}

.admin-certificate-card input[type="file"] {
  padding: 8px;
}

.admin-certificate-card small {
  color: #8fa2bb;
}

.admin-certificate-card em {
  color: #ffabab;
  font-style: normal;
}

.admin-logo-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
}

.admin-logo-card > div:first-child strong,
.admin-logo-card > div:first-child small {
  display: block;
}

.admin-logo-card > div:first-child strong {
  color: #fff;
  font-size: 16px;
}

.admin-logo-card > div:first-child small {
  margin-top: 6px;
  color: #8fa3bd;
  font-size: 12px;
}

.admin-logo-preview {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 92px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px dashed rgba(255, 255, 255, .18);
  background: rgba(8, 18, 32, .55);
}

.admin-logo-preview img {
  display: block;
  max-width: min(360px, 100%);
  max-height: 84px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.admin-logo-preview-shell {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 181, 71, .12), transparent 42%),
    linear-gradient(145deg, #06111f 0%, #0b1f38 58%, #071629 100%);
  border: 1px solid rgba(255, 181, 71, .22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.admin-logo-note {
  margin: 0;
  color: #9fb1c7;
  font-size: 12px;
  line-height: 1.5;
}

.admin-logo-card label {
  display: grid;
  gap: 8px;
}

.admin-logo-card label span {
  color: #dce9f8;
  font-size: 13px;
  font-weight: 850;
}

.admin-logo-card input[type="file"] {
  color: #dce9f8;
}

.admin-logo-remove {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #dce9f8;
  font-size: 13px;
}

.admin-logo-remove input {
  width: auto;
}

@media (max-width: 1120px) {
  .footer-main--has-certificate {
    grid-template-columns: minmax(280px, 1fr) minmax(340px, 1.08fr) minmax(150px, .55fr);
    gap: 32px;
  }

  .footer-certificate {
    grid-column: 2 / -1;
  }
}

@media (max-width: 860px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .footer-brand,
  .footer-company-panel {
    grid-column: 1 / -1;
  }

  .admin-main {
    padding: 18px;
  }

  .admin-heading,
  .admin-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-settings-grid,
  .admin-settings-grid--compact {
    grid-template-columns: 1fr;
  }

  .admin-certificate-grid {
    grid-template-columns: 1fr;
  }
}

/* Admin reservations */
.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.admin-stat-grid article,
.admin-reservation-panel,
.admin-reservation-detail {
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(12, 25, 43, .74);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
  backdrop-filter: blur(18px);
}

.admin-stat-grid article {
  padding: 20px;
  border-radius: 22px;
}

.admin-stat-grid span {
  display: block;
  color: #91a5bf;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.admin-stat-grid strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 32px;
  line-height: 1;
}

.admin-reservation-panel,
.admin-reservation-detail {
  padding: 24px;
  border-radius: 28px;
}

.admin-reservation-detail {
  scroll-margin-top: 28px;
}

.admin-reservation-detail:target {
  border-color: rgba(255, 212, 106, .55);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24), 0 0 0 4px rgba(255, 212, 106, .14);
}

.admin-filter-form {
  display: grid;
  grid-template-columns: minmax(240px, 1.5fr) repeat(5, minmax(125px, .7fr)) auto;
  gap: 10px;
  align-items: end;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.admin-filter-presets {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 4px;
}

.admin-filter-presets-label {
  color: #8297b1;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.admin-filter-preset-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-filter-preset-list button {
  min-height: 38px;
  padding: 0 14px;
  color: #dce9f8;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.admin-filter-preset-list button:hover {
  color: #fff;
  border-color: rgba(255, 200, 61, .45);
  background: rgba(255, 200, 61, .12);
  transform: translateY(-1px);
}

.admin-filter-preset-list button.is-active {
  color: #13243c;
  border-color: rgba(255, 200, 61, .75);
  background: linear-gradient(135deg, #ffd56a, #ff9a23);
  box-shadow: 0 8px 18px rgba(255, 154, 35, .24);
}

.admin-filter-form label,
.admin-status-form label {
  display: grid;
  gap: 7px;
  color: #b9c9dc;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.admin-filter-form input,
.admin-filter-form select,
.admin-status-form select {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: #edf6ff;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 13px;
  outline: none;
  color-scheme: dark;
}

.admin-filter-form option,
.admin-status-form option {
  color: #102139;
  background: #fff;
}

.admin-filter-form input:focus,
.admin-filter-form select:focus,
.admin-status-form select:focus {
  border-color: rgba(255, 200, 61, .7);
  box-shadow: 0 0 0 3px rgba(255, 200, 61, .1);
}

.admin-filter-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-filter-actions .admin-primary-button {
  min-height: 46px;
  white-space: nowrap;
}

.admin-filter-actions a {
  padding: 10px;
  color: #aebed2;
  font-size: 13px;
  font-weight: 850;
}

.admin-table-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  padding: 20px 2px 14px;
  color: #dceaff;
}

.admin-table-heading-main {
  display: grid;
  gap: 4px;
}

.admin-table-copy-hint {
  color: #6f86a3 !important;
  font-size: 12px !important;
}

.admin-export-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-export-actions span {
  margin-left: 4px;
}

.admin-copy-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  min-width: 220px;
  max-width: min(calc(100vw - 32px), 360px);
  padding: 12px 16px;
  color: #eafff3;
  border: 1px solid rgba(37, 211, 102, .28);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(8, 36, 28, .96), rgba(6, 24, 18, .96));
  box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
  font-size: 13px;
  font-weight: 850;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease;
}

.admin-copy-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.admin-table-heading span {
  color: #8498b2;
  font-size: 13px;
}

.admin-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
}

.admin-reservation-table {
  width: 100%;
  min-width: 1050px;
  border-collapse: collapse;
  color: #dbe8f7;
}

.admin-reservation-table th {
  padding: 13px 15px;
  color: #8297b1;
  background: rgba(255, 255, 255, .04);
  font-size: 11px;
  font-weight: 950;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.admin-reservation-table td {
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  vertical-align: middle;
}

.admin-reservation-table tbody tr {
  transition: background .2s ease, box-shadow .2s ease;
}

.admin-reservation-table tbody tr:hover {
  background: rgba(255, 255, 255, .035);
}

.admin-copy-code,
.admin-copy-value {
  width: fit-content;
  max-width: 100%;
  padding: 4px 6px;
  margin: -4px -6px;
  border-radius: 9px;
  transition: background .16s ease, box-shadow .16s ease, color .16s ease;
}

.admin-copy-code,
.admin-copy-value,
.admin-reservation-detail-code,
[data-copy-admin-value],
[data-copy-detail] {
  pointer-events: auto;
  touch-action: manipulation;
  cursor: copy;
}

.admin-copy-code:hover,
.admin-copy-code:focus-visible,
.admin-copy-value:hover,
.admin-copy-value:focus-visible {
  color: #fff;
  background: rgba(255, 200, 61, .1);
  box-shadow: 0 0 0 1px rgba(255, 200, 61, .26) inset;
}

.admin-copy-code:focus-visible,
.admin-copy-value:focus-visible {
  outline: 3px solid rgba(255, 200, 61, .2);
  outline-offset: 2px;
}

.admin-copy-code.is-value-copied,
.admin-copy-value.is-value-copied {
  color: #adf7cb;
  background: rgba(37, 211, 102, .12);
  box-shadow: 0 0 0 1px rgba(37, 211, 102, .3) inset;
}

.admin-reservation-table td > strong,
.admin-reservation-table td > span,
.admin-reservation-table td > a {
  display: block;
}

.admin-reservation-table td > span,
.admin-reservation-table td > a:not(.admin-row-button) {
  margin-top: 4px;
  color: #8fa3bd;
  font-size: 12px;
}

.admin-reservation-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 390px), 1fr));
  gap: 18px;
}

.admin-reservation-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-width: 0;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(153, 177, 207, .16);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025) 44%, rgba(255, 154, 35, .035)),
    rgba(7, 17, 32, .86);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .28);
  isolation: isolate;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.admin-reservation-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #ffd46a, #ff8a00 48%, #6ab0ff);
  opacity: .95;
}

.admin-reservation-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 212, 106, .5), transparent 70%);
  pointer-events: none;
}

.admin-reservation-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 200, 61, .34);
  background:
    linear-gradient(135deg, rgba(255, 200, 61, .09), rgba(255, 255, 255, .028) 46%, rgba(106, 176, 255, .045)),
    rgba(7, 17, 32, .9);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
}

.admin-reservation-card-select {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.admin-reservation-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-right: 36px;
}

.admin-reservation-card-head > div,
.admin-reservation-contact,
.admin-reservation-route,
.admin-reservation-meta div {
  min-width: 0;
}

.admin-reservation-customer {
  display: block;
  width: fit-content;
  max-width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.admin-reservation-code {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin-top: 10px;
  padding: 4px 9px;
  color: #bdd0e6;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  font: inherit;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .04em;
}

.admin-reservation-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-reservation-contact a {
  min-width: 0;
  padding: 7px 10px;
  color: #b6c9df;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  font-size: 12px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.admin-reservation-route {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025)),
    rgba(255, 255, 255, .025);
}

.admin-reservation-route strong {
  color: #f4f8ff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.admin-reservation-route span {
  position: relative;
  display: block;
  width: 2px;
  height: 22px;
  margin-left: 9px;
  overflow: hidden;
  color: transparent;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd46a, #ff8a00);
}

.admin-reservation-route strong:first-child::before,
.admin-reservation-route strong:last-child::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border: 2px solid rgba(255, 212, 106, .85);
  border-radius: 50%;
  background: rgba(255, 212, 106, .16);
  vertical-align: .02em;
}

.admin-reservation-route strong:last-child::before {
  border-color: rgba(106, 176, 255, .82);
  background: rgba(106, 176, 255, .16);
}

.admin-reservation-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.admin-reservation-meta div {
  min-height: 78px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 16px;
  background: rgba(255, 255, 255, .04);
}

.admin-reservation-meta span {
  display: block;
  color: #7f93ad;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.admin-reservation-meta strong {
  display: block;
  margin-top: 6px;
  color: #eaf3ff;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.admin-reservation-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-reservation-flags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  color: #bfe5ff;
  border: 1px solid rgba(106, 176, 255, .18);
  border-radius: 999px;
  background: rgba(106, 176, 255, .08);
  font-size: 11px;
  font-weight: 850;
}

.admin-reservation-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(92px, auto);
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.admin-reservation-card-actions .admin-row-button,
.admin-reservation-card-actions .admin-delete-form button {
  width: 100%;
  min-height: 44px;
  border-radius: 14px;
}

.admin-empty-state-card {
  grid-column: 1 / -1;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  background: rgba(255, 255, 255, .04);
}

.admin-status {
  display: inline-flex !important;
  width: fit-content;
  margin-top: 7px !important;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 10px !important;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.status-new { color: #ffe49b !important; background: rgba(255, 200, 61, .14); }
.status-confirmed { color: #a9d5ff !important; background: rgba(71, 151, 255, .14); }
.status-assigned { color: #d5c1ff !important; background: rgba(151, 101, 255, .15); }
.status-completed { color: #adf7cb !important; background: rgba(37, 211, 102, .14); }
.status-cancelled { color: #ffc2c2 !important; background: rgba(255, 84, 84, .14); }
.status-read { color: #a9d5ff !important; background: rgba(71, 151, 255, .14); }
.status-replied { color: #adf7cb !important; background: rgba(37, 211, 102, .14); }
.status-archived { color: #c5d0df !important; background: rgba(255, 255, 255, .08); }

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

.admin-filter-form-contact {
  grid-template-columns: minmax(240px, 1.5fr) repeat(3, minmax(125px, .7fr)) auto;
}

.admin-message-preview {
  display: block;
  color: #9db0c7;
  font-size: 12px;
  line-height: 1.55;
}

.admin-reservation-table tr.is-unread td:first-child {
  position: relative;
}

.admin-unread-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-radius: 50%;
  background: #ff8a00;
  box-shadow: 0 0 0 4px rgba(255, 138, 0, .16);
  vertical-align: middle;
}

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

.admin-row-button-secondary {
  color: #edf6ff !important;
  background: rgba(255, 255, 255, .08) !important;
  box-shadow: none !important;
}

.admin-row-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 13px;
  color: #091421;
  background: linear-gradient(135deg, #ffd46a, #ff8a00);
  border-radius: 11px;
  font-size: 12px;
  font-weight: 950;
}

.admin-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.admin-delete-form button {
  padding: 8px 12px;
  border: 1px solid rgba(255, 111, 111, .42);
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #e83f4f, #b91c2c);
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(232, 63, 79, .22);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.admin-delete-form button:hover {
  border-color: rgba(255, 156, 156, .68);
  background: linear-gradient(135deg, #ff5b68, #d82134);
  box-shadow: 0 14px 28px rgba(232, 63, 79, .28);
  transform: translateY(-1px);
}

.admin-delete-form-detail {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.admin-reservation-detail-danger-panel .admin-delete-form-detail {
  padding: 0;
  border: 0;
}

.admin-delete-form-detail button {
  width: 100%;
  min-height: 46px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 92, 92, .34);
  border-radius: 12px;
  color: #ffaaaa;
  background: rgba(255, 92, 92, .06);
  font-size: 13px;
  box-shadow: none;
}

.admin-delete-form-detail button:hover {
  color: #ffc2c2;
  border-color: rgba(255, 92, 92, .5);
  background: rgba(255, 92, 92, .12);
  box-shadow: 0 0 20px rgba(255, 92, 92, .12);
  transform: none;
}

.admin-delete-form-route {
  display: flex;
  justify-content: flex-end;
  padding: 0 16px 14px;
  grid-column: 2;
}

.admin-bulk-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .04);
}

.admin-bulk-select-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #dce9f8;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.admin-bulk-select-all input {
  width: 16px;
  height: 16px;
  accent-color: #ff9a23;
}

.admin-bulk-count {
  color: #8fa3bd;
  font-size: 12px;
  font-weight: 800;
}

.admin-bulk-delete-button {
  margin-left: auto;
  padding: 9px 14px;
  border: 1px solid rgba(255, 92, 92, .28);
  border-radius: 11px;
  color: #ffabab;
  background: rgba(255, 92, 92, .08);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
}

.admin-bulk-delete-button:hover:not(:disabled) {
  color: #ffd0d0;
  border-color: rgba(255, 92, 92, .45);
  background: rgba(255, 92, 92, .14);
}

.admin-bulk-delete-button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.admin-bulk-col {
  width: 42px;
  vertical-align: middle;
}

.admin-bulk-checkbox {
  width: 16px;
  height: 16px;
  accent-color: #ff9a23;
  cursor: pointer;
}

.pricing-route-row-wrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .02);
  overflow: hidden;
}

.pricing-route-bulk-col {
  display: flex;
  align-items: flex-start;
  padding: 18px 0 0 14px;
}

.pricing-route-row-wrap[hidden] {
  display: none;
}

.pricing-route-row-wrap .pricing-route-row {
  grid-column: 2;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.admin-review-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
}

.admin-review-bulk-col {
  display: flex;
  align-items: flex-start;
  padding-top: 18px;
}

.admin-review-item .admin-review-form,
.admin-review-item .admin-review-delete {
  grid-column: 2;
}

.admin-mail-toggle,
.admin-mail-toggle-grid {
  display: grid;
  gap: 12px;
}

.admin-mail-toggle-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.admin-mail-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
  color: #dce9f8;
  font-size: 13px;
  font-weight: 800;
}

.admin-mail-toggle input {
  width: 16px;
  height: 16px;
  accent-color: #ff9a23;
}

.admin-mail-test-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(12, 25, 43, .74);
}

.admin-mail-test-card strong {
  display: block;
  color: #fff;
  font-size: 16px;
}

.admin-mail-test-card p {
  margin: 6px 0 0;
  color: #8fa3bd;
  font-size: 13px;
}

.admin-mail-template-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, .7fr);
  gap: 18px;
}

.admin-mail-template-group {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.admin-mail-template-group:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.admin-mail-template-group-head h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
}

.admin-mail-template-group-head p {
  margin: 8px 0 0;
  color: #91a5bf;
  font-size: 13px;
  line-height: 1.55;
}

.admin-mail-template-section .admin-settings-section-heading h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.admin-mail-template-fields label {
  display: grid;
  gap: 8px;
}

.admin-mail-template-fields textarea {
  min-height: 280px;
  padding: 14px;
  color: #edf6ff;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(8, 18, 32, .72);
  font: 12px/1.55 Consolas, Monaco, monospace;
  resize: vertical;
}

.admin-mail-placeholder-panel {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .04);
}

.admin-mail-placeholder-panel strong {
  display: block;
  color: #fff;
  font-size: 14px;
}

.admin-mail-placeholder-panel ul {
  margin: 12px 0;
  padding-left: 18px;
  color: #9db0c8;
  font-size: 12px;
  line-height: 1.7;
}

.admin-mail-placeholder-panel code {
  color: #ffd56a;
  font-size: 11px;
}

.admin-mail-placeholder-panel small {
  color: #7f93ad;
  font-size: 12px;
  line-height: 1.5;
}

.admin-mail-template-reset-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  padding: 10px 14px;
  border: 1px dashed rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .03);
}

.admin-mail-template-reset-row strong {
  color: #dce9f8;
  font-size: 13px;
}

.admin-mail-reset-form {
  margin: 0;
}

.admin-mail-template-reset-panel {
  margin-top: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .04);
}

.admin-mail-template-reset-panel > strong {
  display: block;
  margin-bottom: 12px;
  color: #dce9f8;
  font-size: 14px;
}

.admin-mail-template-reset-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 980px) {
  .admin-mail-template-grid {
    grid-template-columns: 1fr;
  }

  .admin-mail-test-card {
    flex-direction: column;
    align-items: stretch;
  }
}

.admin-empty-state {
  padding: 48px !important;
  text-align: center;
}

.admin-empty-state strong,
.admin-empty-state span {
  display: block;
}

.admin-empty-state span {
  margin-top: 6px;
  color: #8fa3bd;
}

.admin-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-top: 20px;
}

.admin-pagination a,
.admin-pagination span,
.admin-pagination strong {
  padding: 8px 12px;
  border-radius: 10px;
  color: #cbd8e8;
  background: rgba(255, 255, 255, .06);
  font-size: 13px;
}

.admin-pagination span {
  opacity: .5;
}

.admin-pagination strong {
  color: #091421;
  background: #ffc83d;
}

.admin-detail-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.admin-detail-topbar > a {
  color: #bdd0e6;
  font-weight: 850;
}

.admin-reservation-detail > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: end;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.admin-reservation-detail-intro {
  min-width: 0;
}

.admin-reservation-detail-actions,
.admin-reservation-detail-toolbar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  max-width: 360px;
  justify-self: end;
}

.admin-reservation-detail-status-panel,
.admin-reservation-detail-danger-panel {
  display: grid;
  gap: 0;
  width: 100%;
  min-width: 0;
}

.admin-reservation-detail-danger-panel {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.admin-reservation-detail h1 {
  margin: 14px 0 5px;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}

.admin-reservation-detail header p {
  margin: 0;
  color: #8fa3bd;
}

.admin-status-form {
  display: flex;
  align-items: end;
  gap: 10px;
}

.admin-reservation-detail-actions .admin-status-form,
.admin-reservation-detail-toolbar .admin-status-form,
.admin-reservation-detail-status {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  margin: 0;
}

.admin-reservation-detail-actions .admin-primary-button,
.admin-reservation-detail-toolbar .admin-primary-button,
.admin-reservation-detail-status .admin-primary-button {
  width: 100%;
  box-sizing: border-box;
}

.admin-reservation-detail-code {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 14px 0 5px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, .04);
  font: inherit;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 950;
  line-height: 1;
  cursor: copy;
  text-align: left;
}

.admin-reservation-detail-code:hover,
.admin-reservation-detail-code:focus-visible {
  border-color: rgba(255, 200, 61, .35);
  background: rgba(255, 200, 61, .1);
  box-shadow: 0 0 0 1px rgba(255, 200, 61, .22) inset;
  outline: none;
}

.admin-reservation-detail-code.is-field-copied {
  border-color: rgba(37, 211, 102, .45);
  background: rgba(37, 211, 102, .12);
  box-shadow: 0 0 0 1px rgba(37, 211, 102, .3) inset;
}

.admin-status-form select {
  min-width: 180px;
}

.admin-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.admin-detail-grid article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  background: rgba(255, 255, 255, .035);
}

.admin-detail-grid h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
}

.admin-detail-grid dl {
  display: grid;
  gap: 11px;
  margin: 0;
}

.admin-detail-grid dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 15px;
}

.admin-detail-grid dl div[data-copy-detail],
.admin-copy-field[data-copy-detail] {
  cursor: copy;
  border-radius: 12px;
  transition: background .16s ease, box-shadow .16s ease, transform .16s ease;
}

.admin-copy-field[data-copy-detail] {
  width: fit-content;
  max-width: 100%;
  padding: 4px 6px;
  margin: -4px -6px;
}

.admin-detail-grid dl div[data-copy-detail] {
  margin: -6px -8px;
  padding: 6px 8px;
}

.admin-detail-grid dl div[data-copy-detail]:hover,
.admin-detail-grid dl div[data-copy-detail]:focus-visible,
.admin-copy-field[data-copy-detail]:hover,
.admin-copy-field[data-copy-detail]:focus-visible {
  background: rgba(255, 200, 61, .08);
  box-shadow: 0 0 0 1px rgba(255, 200, 61, .22) inset;
}

.admin-detail-grid dl div[data-copy-detail]:focus-visible,
.admin-copy-field[data-copy-detail]:focus-visible {
  outline: 3px solid rgba(255, 200, 61, .22);
  outline-offset: 2px;
}

.admin-detail-grid dl div[data-copy-detail].is-field-copied,
.admin-copy-field[data-copy-detail].is-field-copied {
  background: rgba(37, 211, 102, .12);
  box-shadow:
    0 0 0 1px rgba(37, 211, 102, .3) inset,
    0 12px 26px rgba(0, 0, 0, .14);
  transform: translateY(-1px);
}

.admin-detail-grid dt {
  color: #8297b1;
  font-size: 12px;
  font-weight: 850;
}

.admin-detail-grid dd {
  margin: 0;
  color: #e5f0fc;
  font-weight: 800;
}

.admin-detail-grid dd a {
  color: inherit;
}

.admin-customer-note {
  margin: 0;
  color: #c5d5e7;
  white-space: pre-line;
}

@media (max-width: 1280px) {
  .admin-filter-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-filter-search {
    grid-column: span 2;
  }
}

@media (max-width: 860px) {
  .admin-stat-grid,
  .admin-detail-grid,
  .admin-notification-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-filter-form {
    grid-template-columns: 1fr;
  }

  .admin-filter-search {
    grid-column: auto;
  }

  .admin-reservation-detail > header {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 18px;
  }

  .admin-reservation-detail-actions,
  .admin-reservation-detail-toolbar {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .admin-reservation-detail-status,
  .admin-reservation-detail-toolbar .admin-status-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .admin-reservation-detail-danger-panel {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  body.admin-page .admin-delete-form-detail button {
    width: 100%;
    min-height: 46px;
    color: #ffaaaa;
    border: 1px solid rgba(255, 92, 92, .34);
    background: rgba(255, 92, 92, .06);
    box-shadow: none;
  }

  .admin-notification-counters {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .site-footer {
    padding-left: 14px;
    padding-right: 14px;
    overflow-wrap: anywhere;
  }

  .footer-main,
  .footer-bottom {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .footer-main {
    gap: 28px;
  }

  .footer-company-list div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .footer-bottom {
    gap: 6px 8px;
  }

  .footer-creator-badge,
  .footer-contact a,
  .footer-contact button,
  .footer-brand-email a,
  .footer-company-list dd {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .admin-stat-grid,
  .admin-detail-grid,
  .admin-notification-list {
    grid-template-columns: 1fr;
  }

  .admin-reservation-panel,
  .admin-reservation-detail,
  .admin-notification-panel,
  .admin-reservation-alarm-dialog {
    padding: 16px;
    border-radius: 20px;
  }

  .admin-detail-grid dl div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

/* Admin menu lives in public/assets/css/admin.css and inline shell styles */

@media (max-width: 900px) {
  .admin-main {
    padding: 10px;
  }

  .admin-heading {
    gap: 10px;
    margin-bottom: 12px;
    padding: 14px;
    border-radius: 18px;
  }

  .admin-heading h1 {
    margin: 5px 0;
    font-size: 24px;
    line-height: 1.05;
  }

  .admin-heading p,
  .admin-table-copy-hint,
  .admin-notification-panel p {
    font-size: 11px;
    line-height: 1.45;
  }

  .admin-preview-button,
  .admin-primary-button,
  .admin-row-button,
  .admin-delete-form button,
  .admin-bulk-delete-button,
  .admin-filter-actions a {
    min-height: 36px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 11px;
  }

  .admin-notification-widget {
    top: 10px;
    right: 10px;
  }

  .admin-notification-trigger {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .admin-notification-menu {
    top: 48px;
    width: min(340px, calc(100vw - 20px));
  }

  .admin-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
  }

  .admin-stat-grid article {
    min-height: 72px;
    padding: 12px;
    border-radius: 15px;
  }

  .admin-stat-grid span {
    font-size: 9px;
    letter-spacing: .05em;
  }

  .admin-stat-grid strong {
    margin-top: 5px;
    font-size: 23px;
  }

  .admin-reservation-panel,
  .admin-reservation-detail,
  .admin-notification-panel,
  .admin-settings-card {
    padding: 12px;
    border-radius: 18px;
  }

  .admin-filter-form {
    gap: 8px;
    padding-bottom: 12px;
  }

  .admin-filter-presets {
    gap: 7px;
  }

  .admin-filter-presets-label,
  .admin-filter-form label,
  .admin-status-form label {
    font-size: 9px;
    letter-spacing: .04em;
  }

  .admin-filter-preset-list {
    gap: 6px;
  }

  .admin-filter-preset-list button {
    min-height: 32px;
    padding: 0 10px;
    font-size: 11px;
  }

  .admin-filter-form input,
  .admin-filter-form select,
  .admin-status-form select {
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 11px;
    font-size: 12px;
  }

  .admin-reservation-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .admin-reservation-card {
    padding: 16px;
    border-radius: 18px;
  }

  .admin-reservation-card-head {
    gap: 8px;
  }

  .admin-reservation-customer {
    font-size: 16px;
  }

  .admin-reservation-route {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .admin-reservation-route span {
    width: 2px;
    height: 20px;
    transform: none;
  }

  .admin-reservation-meta {
    grid-template-columns: 1fr;
  }

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

  .admin-filter-actions,
  .admin-table-heading,
  .admin-export-actions,
  .admin-bulk-toolbar {
    align-items: stretch;
    gap: 8px;
  }

  .admin-filter-actions,
  .admin-table-heading {
    flex-direction: column;
  }

  .admin-export-actions {
    justify-content: flex-start;
  }

  .admin-export-actions span {
    margin-left: 0;
    font-size: 11px;
  }

  .admin-table-heading {
    padding: 12px 0 10px;
  }

  .admin-table-wrap {
    margin-inline: -4px;
    border-radius: 14px;
  }

  .admin-reservation-table {
    min-width: 760px;
    font-size: 12px;
  }

  .admin-reservation-table th {
    padding: 9px 10px;
    font-size: 9px;
    letter-spacing: .05em;
  }

  .admin-reservation-table td {
    padding: 10px;
  }

  .admin-reservation-table td > span,
  .admin-reservation-table td > a:not(.admin-row-button),
  .admin-message-preview {
    font-size: 10px;
    line-height: 1.35;
  }

  .admin-status {
    padding: 4px 7px;
    font-size: 8px !important;
  }

  .admin-row-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    min-width: 118px;
  }

  .admin-row-actions .admin-row-button,
  .admin-row-actions .admin-delete-form button {
    width: 100%;
  }

  .admin-bulk-toolbar {
    padding: 10px;
    border-radius: 14px;
  }

  .admin-bulk-delete-button {
    width: 100%;
    margin-left: 0;
  }

  .admin-detail-topbar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }

  .admin-notification-panel-head,
  .admin-alarm-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .admin-reservation-detail > header {
    padding-bottom: 14px;
    gap: 16px;
  }

  .admin-reservation-detail h1,
  .admin-reservation-detail-code {
    font-size: 25px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .admin-reservation-detail header p {
    font-size: 12px;
  }

  .admin-reservation-detail-status .admin-primary-button {
    margin-bottom: 0;
    box-shadow: 0 8px 20px rgba(255, 138, 0, .18);
  }

  .admin-detail-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 12px;
  }

  .admin-detail-grid article {
    padding: 13px;
    border-radius: 15px;
  }

  .admin-detail-grid h2 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .admin-detail-grid dl {
    gap: 8px;
  }

  .admin-detail-grid dl div {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 8px;
  }

  .admin-detail-grid dt {
    font-size: 10px;
  }

  .admin-detail-grid dd {
    font-size: 12px;
    overflow-wrap: anywhere;
  }

  .admin-copy-toast {
    right: 10px;
    bottom: 10px;
    min-width: 0;
    max-width: calc(100vw - 20px);
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .admin-notification-widget {
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 380px) {
  .admin-main {
    padding: 8px;
  }

  .admin-stat-grid {
    grid-template-columns: 1fr;
  }

  .admin-reservation-table {
    min-width: 700px;
  }

  .admin-detail-grid dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

/* Premium content pages */
:root[data-theme="dark"] .about-story-section,
:root[data-theme="dark"] .routes-showcase-section,
:root[data-theme="dark"] .blog-page-featured,
:root[data-theme="dark"] .blog-page-list {
  background:
    radial-gradient(circle at 8% 12%, rgba(19, 153, 229, .12), transparent 30%),
    linear-gradient(180deg, #081627, #0d1d31);
}

:root[data-theme="dark"] .about-process-section {
  background: #071323;
}

:root[data-theme="dark"] .about-story-card,
:root[data-theme="dark"] .about-values article,
:root[data-theme="dark"] .about-process-grid article,
:root[data-theme="dark"] .routes-toolbar,
:root[data-theme="dark"] .route-premium-card,
:root[data-theme="dark"] .blog-page-card {
  border-color: rgba(255, 255, 255, .1);
  background: rgba(13, 29, 49, .88);
}

:root[data-theme="dark"] .about-story-card h2,
:root[data-theme="dark"] .about-values strong,
:root[data-theme="dark"] .about-process-section h2,
:root[data-theme="dark"] .about-process-grid h3,
:root[data-theme="dark"] .routes-toolbar h2,
:root[data-theme="dark"] .route-premium-card h2,
:root[data-theme="dark"] .blog-page-featured-heading h2,
:root[data-theme="dark"] .blog-page-card h2,
:root[data-theme="dark"] .route-metrics strong {
  color: #f4f8ff;
}

:root[data-theme="dark"] .about-story-card p,
:root[data-theme="dark"] .about-values p,
:root[data-theme="dark"] .about-process-grid p,
:root[data-theme="dark"] .route-premium-card p,
:root[data-theme="dark"] .blog-page-card p,
:root[data-theme="dark"] .route-metrics span,
:root[data-theme="dark"] .routes-search span {
  color: #afc0d4;
}

:root[data-theme="dark"] .routes-search input,
:root[data-theme="dark"] .route-metrics {
  color: #f4f8ff;
  border-color: rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .06);
}

@media (max-width: 980px) {
  .about-hero-inner,
  .routes-hero-inner,
  .about-story-section,
  .routes-toolbar {
    grid-template-columns: 1fr;
  }

  .about-process-grid,
  .routes-premium-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .about-hero,
  .routes-hero,
  .about-story-section,
  .about-process-section,
  .routes-showcase-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-hero h1,
  .routes-hero h1 {
    font-size: clamp(38px, 11vw, 56px);
    letter-spacing: -1.8px;
  }

  .about-mini-grid,
  .about-process-grid,
  .routes-premium-grid {
    grid-template-columns: 1fr;
  }

  .about-photo-card,
  .about-photo-card img {
    min-height: 310px;
  }

  .about-values article {
    grid-template-columns: 1fr;
  }

  .about-values p {
    grid-column: auto;
  }

  .route-metrics {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 980px) {
  .blog-page-hero-inner {
    grid-template-columns: 1fr;
  }

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

  .blog-article-hero,
  .blog-article-shell {
    grid-template-columns: 1fr;
  }

  .blog-article-aside {
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

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

  .blog-article-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-article-visual {
    height: 310px;
  }

  .blog-article-body p {
    font-size: 16px;
  }
}

/* Mobile app-like experience */
.mobile-app-bar,
.mobile-header-tools,
.mobile-nav-preferences {
  display: none;
}

@media (max-width: 1180px) {
  .brand {
    min-width: 0;
  }
}

@media (max-width: 760px) {
  html {
    overflow-x: hidden;
    scroll-padding-top: 76px;
  }

  body {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
    -webkit-text-size-adjust: 100%;
  }

  body * {
    min-width: 0;
  }

  body,
  input,
  select,
  textarea,
  button {
    font-size: 14px;
  }

  .site-header {
    top: 8px;
    left: 10px;
    right: 10px;
    width: auto;
    border-radius: 18px;
  }

  .header-inner {
    min-height: 56px;
    padding: 8px;
    gap: 5px;
  }

  .brand {
    flex: 0 1 clamp(132px, 38vw, 166px);
    max-width: none;
  }

  .brand-logo-shell {
    width: 100%;
    min-height: 54px;
    justify-content: center;
    padding: 4px 7px;
    border-radius: 15px;
  }

  .brand-logo {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .brand-word b,
  .brand-word em {
    font-size: 20px;
  }

  .brand-word small {
    font-size: 8px;
  }

  .nav-toggle {
    flex: 0 0 39px;
    width: 39px;
    height: 39px;
    border-radius: 14px;
  }

  .mobile-header-tools {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 3px;
  }

  .mobile-language-switch--header {
    display: grid;
    grid-template-columns: repeat(2, 28px);
    gap: 2px;
    padding: 2px;
    border: 1px solid var(--header-control-border, rgba(12, 49, 94, .12));
    border-radius: 12px;
    background: var(--header-control-bg, rgba(12, 49, 94, .055));
  }

  .mobile-language-switch--header a {
    display: grid;
    min-height: 29px;
    place-items: center;
    border-radius: 9px;
    color: var(--header-control-ink, var(--ink));
    font-size: 10px;
    font-weight: 950;
    text-decoration: none;
  }

  .mobile-language-switch--header a.is-active {
    color: #fff;
    background: #0c315e;
  }

  .mobile-currency-switch select,
  .mobile-theme-toggle {
    min-height: 38px;
    border: 1px solid var(--header-control-border, rgba(12, 49, 94, .12));
    border-radius: 13px;
    color: var(--header-control-ink, var(--ink));
    background: var(--header-control-bg, rgba(12, 49, 94, .055));
    font-weight: 950;
  }

  .mobile-currency-switch select {
    width: 58px;
    padding: 7px 5px;
    font-size: 11px;
  }

  .mobile-theme-toggle {
    display: grid;
    width: 38px;
    padding: 0;
    place-items: center;
    font-size: 18px;
  }

  .site-nav {
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    width: auto;
    max-height: calc(100vh - 94px);
    overflow-y: auto;
    border-radius: 18px;
  }

  .site-nav-pill a,
  .site-nav-lookup {
    min-height: 42px;
  }

  .mobile-nav-preferences {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 14px;
    color: var(--muted);
    background: rgba(12, 49, 94, .035);
    font-size: 12px;
    font-weight: 900;
  }

  .mobile-language-switch {
    display: grid;
    grid-template-columns: repeat(2, 42px);
    gap: 4px;
    padding: 3px;
    border-radius: 11px;
    background: rgba(12, 49, 94, .08);
  }

  .mobile-language-switch a {
    display: grid;
    min-height: 32px;
    padding: 0;
    place-items: center;
    border-radius: 8px;
    font-size: 11px;
  }

  .mobile-language-switch a.is-active {
    color: #fff;
    background: #0c315e;
  }

  :root[data-theme="dark"] .mobile-currency-switch select,
  :root[data-theme="dark"] .mobile-theme-toggle,
  :root[data-theme="dark"] .mobile-nav-preferences,
  :root[data-theme="dark"] .mobile-language-switch--header {
    color: #f4f8ff;
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .07);
  }

  :root[data-theme="dark"] .mobile-language-switch--header a.is-active {
    color: #fff;
    background: linear-gradient(135deg, #123d72, #1f6ed4);
  }

  .hero {
    gap: 12px;
    padding: 82px 12px 16px;
  }

  .hero-media {
    min-height: 430px;
    border-radius: 24px;
  }

  .hero-media img {
    min-height: 430px;
    object-position: 58% center;
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(4, 28, 45, .35), rgba(4, 28, 45, .72)),
      linear-gradient(90deg, rgba(4, 38, 58, .28), rgba(4, 38, 58, .08));
  }

  .hero-copy {
    left: 18px;
    right: 18px;
    top: auto;
    bottom: 22px;
    transform: none;
    max-width: none;
  }

  .hero-copy .eyebrow {
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.04;
  }

  .hero-copy p:not(.eyebrow) {
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .hero-lookup-actions {
    gap: 8px;
    margin-top: 12px;
  }

  .hero-lookup-button {
    min-height: 40px;
    padding: 10px 13px;
    border-radius: 11px;
    font-size: 13px;
  }

  .hero-lookup-actions span {
    max-width: 150px;
    font-size: 11px;
    line-height: 1.25;
  }

  .hero-panel,
  .booking-form,
  .contact-card,
  .summary-card,
  .reservation-details-card,
  .reservation-summary-card,
  .vehicle-option-card,
  .lookup-help-card {
    border-radius: 18px;
  }

  .hero-panel {
    padding: 14px;
  }

  .search-title {
    gap: 6px;
  }

  .search-title h2,
  .hero-panel h2 {
    font-size: 20px;
    line-height: 1.15;
  }

  .hero-search .booking-form,
  .booking-form,
  .field-grid,
  .route-summary-grid,
  .reservation-contact-grid,
  .lookup-section,
  .vehicle-option-grid,
  .reservation-details-layout,
  .reservation-contact-layout,
  .popular-transfer-grid,
  .card-grid,
  .area-grid,
  .faq-list,
  .exchange-rate-grid,
  .pricing-vehicle-form-eur {
    grid-template-columns: 1fr;
  }

  .hero-search input,
  .hero-search select,
  .reservation-details-card input,
  .reservation-details-card select,
  .reservation-details-card textarea,
  .lookup-card input {
    min-height: 44px;
    border-radius: 12px;
    font-size: 14px;
  }

  .hero-search .booking-date-field,
  .hero-search .booking-time-field {
    min-height: 44px;
  }

  .search-button,
  .confirm-button,
  .reservation-whatsapp-button,
  .reservation-whatsapp-summary-button {
    min-height: 52px;
  }

  .reservation-whatsapp-offer {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .reservation-whatsapp-copy {
    grid-column: 1;
  }

  .reservation-contact-shell {
    width: min(100%, calc(100vw - 20px));
  }

  .step-heading--compact {
    gap: 12px;
  }

  .step-heading--compact h1 {
    font-size: 26px;
    line-height: 1.08;
  }

  .reservation-contact-summary {
    position: static;
    gap: 8px;
    order: -1;
  }

  .reservation-contact-summary div:not(.summary-heading) {
    padding: 9px 10px;
  }

  .reservation-contact-summary span {
    font-size: 10px;
  }

  .reservation-contact-summary strong {
    font-size: 13px;
    line-height: 1.3;
  }

  .reservation-contact-card {
    padding: 16px;
  }

  .reservation-contact-fields {
    gap: 10px;
  }

  .reservation-contact-card input,
  .reservation-contact-card select,
  .reservation-contact-card textarea {
    min-height: 42px;
    font-size: 13px;
  }

  .reservation-note-compact textarea {
    min-height: 82px;
  }

  .kvkk-consent--compact {
    padding: 10px;
    font-size: 11px;
  }

  .reservation-details-layout--summary-only {
    gap: 12px;
  }

  .reservation-details-layout--summary-only .reservation-summary-card {
    grid-template-columns: 1fr;
  }

  .reservation-details-layout--summary-only .reservation-summary-card > * {
    grid-column: 1;
  }

  .reservation-summary-card .confirm-button {
    min-height: 50px;
  }

  .reservation-route-preview-panel {
    position: static;
    grid-template-rows: auto 300px;
    min-height: 0;
    border-radius: 18px;
  }

  .reservation-route-preview-panel .reservation-map-preview,
  .reservation-route-preview-panel .reservation-map-preview iframe {
    min-height: 300px;
  }

  .reservation-route-preview-panel .reservation-map-preview iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    transform: none;
  }
  .button {
    width: 100%;
    min-height: 46px;
    border-radius: 13px;
  }

  .hero-stats {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stats div {
    min-height: 116px;
    padding: 13px;
    border-radius: 16px;
  }

  .hero-stats strong {
    font-size: 24px;
  }

  .hero-stats span {
    font-size: 11px;
  }

  .hero-stats small {
    font-size: 10px;
    line-height: 1.3;
  }

  .booking-pill {
    display: none;
  }

  .section {
    padding: 42px 14px;
  }

  .section > *,
  .page-hero > *,
  .hero > * {
    max-width: 100%;
  }

  .page-hero.compact {
    min-height: 260px;
    padding: 92px 16px 30px;
  }

  .page-hero p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.5;
  }

  .section-heading {
    gap: 18px;
    align-items: flex-start;
    flex-direction: column;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .vehicle-option-card {
    padding: 12px;
    gap: 8px;
  }

  .vehicle-option-card .vehicle-photo {
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    border-radius: 14px;
  }

  .vehicle-option-card strong {
    font-size: 19px;
  }

  .vehicle-option-card small {
    font-size: 13px;
    line-height: 1.45;
  }

  .vehicle-price {
    font-size: 24px;
  }

  .reservation-step-page {
    padding: 82px 12px 18px;
  }

  .reservation-step-inner {
    gap: 16px;
  }

  .step-heading {
    gap: 12px;
  }

  .step-heading h1 {
    font-size: 28px;
  }

  .step-intro {
    font-size: 14px;
  }

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

  .booking-progress span {
    min-height: 48px;
    padding: 8px 6px;
    font-size: 10px;
  }

  .reservation-details-card,
  .reservation-summary-card,
  .lookup-card,
  .lookup-help-card {
    padding: 16px;
  }

  .reservation-summary-card {
    position: static;
  }

  dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .reservation-status-heading {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px;
  }

  .reservation-success-layout {
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 0;
  }

  .reservation-success-metrics {
    grid-template-columns: 1fr;
  }

  .reservation-success-shell,
  .reservation-success-side,
  .reservation-success-main,
  .reservation-success-metrics article,
  .reservation-code-copy,
  .reservation-show-actions {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .reservation-code-copy-value,
  .reservation-success-metrics strong,
  .reservation-success-main p,
  .reservation-whatsapp-copy p {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .reservation-success-status-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .status-badge {
    min-height: 30px;
    font-size: 12px;
  }

  .lookup-help-card .button,
  .reservation-show-actions .button,
  .reservation-show-actions .reservation-whatsapp-button {
    width: 100%;
  }

  .contact-dock {
    display: none;
  }

  .mobile-app-bar {
    position: fixed;
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    left: max(10px, env(safe-area-inset-left));
    z-index: 90;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    width: auto;
    max-width: calc(100vw - 20px - env(safe-area-inset-left) - env(safe-area-inset-right));
    padding: 8px;
    border: 1px solid rgba(15, 38, 60, .12);
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 45px rgba(5, 25, 44, .2);
    backdrop-filter: blur(18px);
  }

  :root[data-theme="dark"] .mobile-app-bar {
    border-color: rgba(255, 255, 255, .16);
    background: rgba(8, 18, 33, .98);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .56);
  }

  .mobile-app-bar a,
  .mobile-app-bar button {
    display: grid;
    min-width: 0;
    width: 100%;
    min-height: 52px;
    place-items: center;
    gap: 3px;
    padding: 6px 2px;
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    color: #35506a;
    background: transparent;
    font: inherit;
    text-decoration: none;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
  }

  .mobile-app-bar a.is-active:not(.is-primary),
  .mobile-app-bar button.is-active {
    color: #0c315e;
    background: rgba(12, 49, 94, .08);
  }

  :root[data-theme="dark"] .mobile-app-bar a,
  :root[data-theme="dark"] .mobile-app-bar button {
    color: #dce9f8;
  }

  :root[data-theme="dark"] .mobile-app-bar a.is-active:not(.is-primary),
  :root[data-theme="dark"] .mobile-app-bar button.is-active {
    color: #fff;
    background: rgba(255, 255, 255, .1);
  }

  .mobile-app-bar .app-bar-icon {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 10px;
    color: #0c315e;
    background: rgba(12, 49, 94, .08);
  }

  :root[data-theme="dark"] .mobile-app-bar .app-bar-icon {
    color: #7fc7ff;
    background: rgba(31, 110, 212, .18);
    box-shadow: inset 0 0 0 1px rgba(127, 199, 255, .12);
  }

  .mobile-app-bar .app-bar-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
  }

  .mobile-app-bar a[data-app-tab="phone"] {
    position: relative;
    color: #7a4100;
    background: rgba(255, 154, 35, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 154, 35, 0.28);
  }

  .mobile-app-bar a[data-app-tab="phone"]::before {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1px solid rgba(255, 179, 71, 0.45);
    border-radius: 12px;
    animation: contact-dock-phone-ring 2.4s ease-out infinite;
    pointer-events: none;
  }

  .mobile-app-bar .app-bar-icon-phone {
    color: #fff;
    background: linear-gradient(135deg, #ffd56a 0%, #ff8a00 48%, #ff6a00 100%);
    box-shadow: 0 6px 16px rgba(255, 138, 0, 0.35);
    animation: contact-dock-phone-icon-shake 3.8s ease-in-out infinite;
  }

  .mobile-app-bar a[data-app-tab="phone"] strong {
    color: #c45f00;
  }

  :root[data-theme="dark"] .mobile-app-bar a[data-app-tab="phone"] {
    color: #fff4df;
    background: rgba(255, 138, 0, 0.24);
    box-shadow: inset 0 0 0 1px rgba(255, 179, 71, .46), 0 8px 20px rgba(255, 138, 0, .18);
  }

  :root[data-theme="dark"] .mobile-app-bar a[data-app-tab="phone"] strong {
    color: #fff4df;
  }

  .mobile-app-bar button[data-app-tab="whatsapp"] {
    position: relative;
    color: #fff;
    background: linear-gradient(135deg, #17bf70 0%, #0ca35f 58%, #087a4f 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 8px 18px rgba(8, 122, 79, 0.24);
  }

  .mobile-app-bar button[data-app-tab="whatsapp"]::before {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1px solid rgba(62, 227, 137, 0.42);
    border-radius: 12px;
    animation: contact-dock-whatsapp-ring 2.2s ease-out infinite;
    pointer-events: none;
  }

  .mobile-app-bar .app-bar-icon-whatsapp {
    color: #fff;
    background: linear-gradient(135deg, #6ef0a0 0%, #25d366 48%, #08b96f 100%);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.35);
    animation: contact-dock-whatsapp-icon-bounce 2.8s ease-in-out infinite;
  }

  .mobile-app-bar button[data-app-tab="whatsapp"] strong {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 52, 30, 0.28);
  }

  :root[data-theme="dark"] .mobile-app-bar button[data-app-tab="whatsapp"] {
    color: #fff;
    background: linear-gradient(135deg, #19c979 0%, #0fa362 58%, #087a4f 100%);
    box-shadow: inset 0 0 0 1px rgba(177, 255, 211, .34), 0 8px 20px rgba(37, 211, 102, .22);
  }

  :root[data-theme="dark"] .mobile-app-bar button[data-app-tab="whatsapp"] strong {
    color: #fff;
  }

  .mobile-app-bar strong {
    max-width: 100%;
    overflow: hidden;
    font-size: 11px;
    font-weight: 950;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-app-bar .is-primary {
    color: #13243c;
    background: linear-gradient(135deg, #ffd56a 0%, #ff9a23 52%, #ff7a00 100%);
    box-shadow: 0 10px 24px rgba(255, 138, 0, .36);
    transform: none;
  }

  :root[data-theme="dark"] .mobile-app-bar .is-primary {
    color: #fff;
    background: linear-gradient(135deg, #ffb347 0%, #ff8a00 58%, #ff6a00 100%);
    box-shadow: 0 12px 28px rgba(255, 138, 0, .38);
  }

  .mobile-app-bar .is-primary .app-bar-icon {
    color: #13243c;
    background: rgba(255, 255, 255, .58);
  }

  :root[data-theme="dark"] .mobile-app-bar .is-primary .app-bar-icon {
    color: #ff7a00;
    background: rgba(255, 255, 255, .9);
  }

  .back-to-top {
    right: auto;
    left: 20px;
    bottom: calc(92px + env(safe-area-inset-bottom));
    z-index: 95;
  }
}

.back-to-top {
  position: fixed;
  right: auto;
  left: 20px;
  bottom: 28px;
  z-index: 85;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(15, 38, 60, .12);
  border-radius: 50%;
  color: #fff;
  background: rgba(7, 12, 26, .96);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .28);
  backdrop-filter: blur(14px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease, background 160ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #101a31;
  transform: translateY(-2px);
}

.back-to-top.is-visible:hover {
  transform: translateY(-2px);
}

.back-to-top svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

:root[data-theme="dark"] .back-to-top {
  border-color: rgba(255, 255, 255, .12);
  color: #fff;
  background: rgba(7, 12, 26, .96);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .42);
}

:root[data-theme="dark"] .back-to-top:hover {
  background: rgba(22, 36, 58, .98);
}

@media (max-width: 760px) {
  .back-to-top {
    right: auto;
    left: 18px;
    bottom: calc(96px + env(safe-area-inset-bottom));
    z-index: 120;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 380px) {
  .hero-copy h1,
  h1 {
    font-size: 27px;
  }

  .hero-media,
  .hero-media img {
    min-height: 400px;
  }

  .page-home .hero-lookup-actions,
  .hero-lookup-actions {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .page-home .hero-lookup-button,
  .hero-lookup-button {
    width: auto;
    max-width: 100%;
    white-space: normal;
  }

  .page-home .hero-lookup-actions span,
  .hero-lookup-actions span {
    display: block;
    max-width: 100%;
  }

  .mobile-app-bar strong {
    font-size: 9px;
  }
}

/* Homepage app-like polish */
.page-home .home-hero {
  gap: 0;
  padding-bottom: 66px;
}

.page-home .home-hero-banner {
  width: min(100%, 1440px);
  margin: 0 auto;
}

.page-home .home-booking-shell {
  position: relative;
  z-index: 4;
  width: min(100%, 1240px);
  margin: 0 auto;
  scroll-margin-top: 132px;
}

.page-home .hero-panel {
  margin-top: -78px;
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(223, 232, 242, 0.98);
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(8, 31, 53, 0.18);
  backdrop-filter: blur(18px);
}

.page-home .search-title h2 {
  color: var(--surface-strong);
  font-size: 25px;
  letter-spacing: 0;
}

.page-home .panel-badge {
  width: max-content;
  color: #fff;
  background: #0c315e;
  box-shadow: 0 10px 22px rgba(12, 49, 94, 0.16);
}

.page-home .search-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px 26px;
  margin-bottom: 18px;
  padding: 4px 4px 0;
}

.page-home .search-title .panel-badge {
  grid-column: 1;
}

.page-home .search-title h2 {
  grid-column: 1;
}

.page-home .search-subtitle {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 420px;
  margin: 0 2px 2px 0;
  color: #64758d;
  font-size: 14px;
  line-height: 1.45;
  text-align: right;
}

.page-home .hero-panel .booking-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px;
  gap: 12px;
  align-items: start;
}

.page-home .hero-panel .booking-fields {
  gap: 10px;
}

.page-home .hero-panel .search-grid {
  grid-template-columns: minmax(210px, 1.35fr) minmax(210px, 1.35fr) minmax(144px, .7fr) minmax(124px, .58fr) minmax(92px, .42fr);
  gap: 10px;
  padding: 8px;
  background: #f2f6fb;
  border: 1px solid #e1eaf4;
  border-radius: 14px;
}

.page-home .hero-search input,
.page-home .hero-search select,
.page-home .hero-search .booking-date-field,
.page-home .hero-search .booking-time-field {
  min-height: 58px;
  background-color: #fff;
  border: 1px solid rgba(210, 222, 236, 0.9);
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(13, 35, 58, 0.04);
}

.page-home .hero-search input {
  padding-inline: 14px;
}

.page-home .hero-search input:focus,
.page-home .hero-search select:focus,
.page-home .hero-search .booking-date-field:focus-within,
.page-home .hero-search .booking-time-field:focus-within {
  border-color: rgba(255, 138, 0, 0.62);
  box-shadow: 0 0 0 4px rgba(255, 138, 0, 0.11);
  outline: 0;
}

.page-home .hero-search .booking-date-field,
.page-home .hero-search .booking-time-field {
  padding: 7px 12px 5px;
}

.page-home .hero-search .booking-field-label {
  color: #708199;
  font-size: 10px;
}

.page-home .hero-search .booking-date-field input,
.page-home .hero-search .booking-time-field input {
  min-height: 34px;
  border: 0;
  box-shadow: none;
}

.page-home .hero-panel .booking-location-hint {
  margin-left: 10px;
  color: #6a7b91;
  font-size: 12px;
}

.page-home .hero-search .search-button {
  width: 58px;
  min-width: 58px;
  min-height: 58px;
  margin-top: 8px;
  align-self: start;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff9d22, #ff7a00);
  box-shadow: 0 14px 26px rgba(255, 122, 0, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.page-home .hero-search .search-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(255, 122, 0, 0.28);
}

.page-home .hero-search .search-button::before {
  content: "";
  inset: auto;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 2.5px solid #fff;
  border-radius: 50%;
  transform: translate(-58%, -58%);
}

.page-home .hero-search .search-button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 2.5px;
  background: #fff;
  border-radius: 999px;
  transform: translate(18%, 92%) rotate(45deg);
  transform-origin: left center;
}

:root[data-theme="dark"] .page-home .hero-panel {
  color: var(--ink);
  background: rgba(16, 27, 46, 0.96);
  border-color: rgba(162, 185, 215, 0.18);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
}

:root[data-theme="dark"] .page-home .search-title h2 {
  color: var(--surface-strong);
}

:root[data-theme="dark"] .page-home .search-subtitle,
:root[data-theme="dark"] .page-home .hero-panel .booking-location-hint {
  color: #a9bad1;
}

:root[data-theme="dark"] .page-home .hero-panel .search-grid {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.11);
}

:root[data-theme="dark"] .page-home .hero-search input,
:root[data-theme="dark"] .page-home .hero-search select,
:root[data-theme="dark"] .page-home .hero-search .booking-date-field,
:root[data-theme="dark"] .page-home .hero-search .booking-time-field {
  color: #edf6ff;
  background-color: #152238;
  border-color: rgba(255, 255, 255, 0.11);
}

.page-home .home-stat-strip {
  width: min(100%, 1180px);
}

.page-home .home-proof-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

@media (max-width: 980px) {
  .page-home .hero-panel {
    margin-top: 0;
  }

  .page-home .home-booking-shell {
    margin-top: 14px;
  }

  .page-home .hero-panel .booking-form {
    grid-template-columns: 1fr;
  }

  .page-home .hero-panel .search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .hero-search .search-button {
    width: 100%;
    min-height: 54px;
    margin-top: 0;
  }

  .page-home .hero-search .search-button::before,
  .page-home .hero-search .search-button::after {
    display: none;
  }

  .page-home .hero-search .search-button {
    color: #fff;
    font-size: 14px;
    font-weight: 950;
    letter-spacing: 0;
  }
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .page-home main {
    background: linear-gradient(180deg, #eef5fc 0%, #f8fbff 240px, #ffffff 100%);
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  :root[data-theme="dark"] .page-home main {
    background: linear-gradient(180deg, #081421 0%, #0b1627 240px, #081421 100%);
  }

  .page-home .home-hero {
    gap: 12px;
    padding: 14px 12px 16px;
    overflow: visible;
    justify-items: stretch;
  }

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

  .page-home .home-hero-banner,
  .page-home .home-booking-shell,
  .page-home .home-stat-strip {
    width: 100%;
    min-width: 0;
  }

  .page-home .home-hero-banner {
    width: 100%;
    min-width: 0;
    margin-bottom: 2px;
  }

  .page-home .hero-media {
    width: 100%;
    max-width: 100%;
    height: clamp(272px, 68vw, 308px);
    min-height: 0;
    border-radius: 22px;
  }

  .page-home .home-trust-badge {
    top: 12px;
    right: 12px;
    left: 12px;
    max-width: none;
  }

  .page-home .home-trust-badge-link {
    width: 100%;
    padding: 10px 12px;
    border-radius: 16px;
  }

  .page-home .home-trust-badge-link.is-stacked {
    min-width: 0;
    max-width: none;
  }

  .page-home .home-trust-badge-mark {
    width: 32px;
    height: 32px;
  }

  .page-home .home-trust-badge-agency,
  .page-home .home-trust-badge-copy strong {
    font-size: 12px;
  }

  .page-home .home-trust-badge-tursab em {
    font-size: 11px;
  }

  .page-home .hero-media img {
    height: 100%;
    min-height: 0;
    object-position: center 58%;
  }

  .page-home .hero-media::after {
    background:
      linear-gradient(180deg, rgba(4, 28, 45, .12) 0%, rgba(4, 28, 45, .55) 52%, rgba(4, 28, 45, .88) 100%),
      linear-gradient(90deg, rgba(4, 38, 58, .34), rgba(4, 38, 58, .08));
  }

  .page-home .home-customer-gallery {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
    border-radius: 22px;
  }

  .page-home .home-customer-gallery .customer-gallery-main {
    width: 100%;
    height: clamp(250px, 72vw, 360px);
    aspect-ratio: 16 / 10;
    background: #081421;
    border-radius: 18px;
  }

  .page-home .home-customer-gallery .customer-gallery-main img {
    min-height: 0;
    object-fit: cover;
    object-position: center;
  }

  .page-home .home-customer-gallery .customer-gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    width: 100%;
    height: clamp(72px, 22vw, 96px);
  }

  .page-home .home-customer-gallery .customer-gallery-thumb {
    border-radius: 12px;
  }

  .page-home .home-customer-gallery .customer-gallery-thumb img {
    min-height: 0;
  }

  .page-home .hero-copy {
    left: 14px;
    right: 14px;
    bottom: 14px;
    top: auto;
    transform: none;
  }

  .page-home .hero-copy .eyebrow {
    margin-bottom: 2px;
    font-size: 10px;
  }

  .page-home .hero-copy h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: 24px;
    line-height: 1.06;
    margin-bottom: 4px;
  }

  .page-home .hero-copy p:not(.eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .page-home .hero-lookup-actions {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    align-items: center;
    width: 100%;
    margin-top: 8px;
    gap: 6px 8px;
  }

  .page-home .hero-lookup-button {
    justify-content: center;
    max-width: 100%;
    min-height: 34px;
    padding: 7px 11px;
    font-size: 11px;
    line-height: 1.15;
    white-space: nowrap;
  }

  .page-home .hero-lookup-actions span {
    display: block;
    min-width: 0;
    max-width: none;
    font-size: 10px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .page-home .home-booking-shell {
    position: relative;
    z-index: 2;
    margin-top: 0;
  }

  .page-home .hero-panel {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 16px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(223, 232, 242, 0.98);
    border-radius: 22px;
    box-shadow: 0 22px 50px rgba(15, 38, 60, 0.14);
    backdrop-filter: blur(16px);
  }

  :root[data-theme="dark"] .page-home .hero-panel {
    color: var(--ink);
    background: rgba(16, 27, 46, 0.97);
    border-color: rgba(162, 185, 215, 0.18);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34);
  }

  .page-home .search-title {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    margin-bottom: 14px;
    padding: 14px 14px 14px 18px;
    overflow: hidden;
    border: 1px solid rgba(12, 49, 94, .1);
    border-radius: 18px;
    background:
      radial-gradient(circle at 100% 0%, rgba(255, 138, 0, .13), transparent 38%),
      linear-gradient(145deg, rgba(248, 251, 255, .94), rgba(239, 246, 253, .84));
    box-shadow: inset 4px 0 0 #ff8a00;
  }

  .page-home .search-title h2 {
    margin: 0;
    color: var(--surface-strong);
    font-size: 24px;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .page-home .search-subtitle {
    color: var(--muted);
    font-size: 13px;
    max-width: none;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .page-home .hero-panel .booking-location-hint {
    color: #63758e;
  }

  .page-home .hero-panel .booking-location-hint-warning {
    color: #8a5a00;
  }

  .page-home .panel-badge {
    width: max-content;
    color: #ff8a00;
    background: rgba(255, 138, 0, 0.11);
    box-shadow: none;
    letter-spacing: .04em;
  }

  :root[data-theme="dark"] .page-home .search-title {
    border-color: rgba(255, 255, 255, .12);
    background:
      radial-gradient(circle at 100% 0%, rgba(255, 138, 0, .16), transparent 38%),
      linear-gradient(145deg, rgba(21, 34, 56, .94), rgba(12, 23, 39, .88));
    box-shadow: inset 4px 0 0 #ff9a23;
  }

  :root[data-theme="dark"] .page-home .search-title h2 {
    color: var(--surface-strong);
  }

  :root[data-theme="dark"] .page-home .panel-badge {
    color: #ffb347;
    background: rgba(255, 154, 35, .13);
  }

  .page-home .hero-search .booking-form {
    grid-template-columns: 1fr;
  }

  .page-home .hero-search .booking-form > .search-button {
    grid-column: 1;
    grid-row: 3;
  }

  .page-home .hero-search .booking-form > .form-errors {
    grid-row: 2;
  }

  .page-home .hero-panel .search-grid {
    grid-template-columns: 1fr;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .page-home .hero-search .search-button {
    width: 100%;
    min-height: 50px;
    color: #13243c;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
  }

  .page-home .hero-search .search-button::before {
    content: attr(data-label);
    font-size: 15px;
    font-weight: 900;
  }

  .page-home .home-stat-strip {
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: max-content;
    max-width: none;
    margin: 0;
    padding: 2px 0 12px;
    overflow: visible;
    scroll-snap-type: none;
    animation: home-stat-scroll 22s linear infinite;
    will-change: transform;
  }

  .page-home .home-stat-marquee {
    position: relative;
    width: calc(100% + 24px);
    max-width: none;
    margin: 10px -12px 0;
    padding: 0 0 0 12px;
    overflow: hidden;
  }

  .page-home .home-stat-marquee.is-auto-scroll {
    overflow: hidden;
    touch-action: pan-y;
    cursor: grab;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .page-home .home-stat-marquee.is-auto-scroll::-webkit-scrollbar {
    display: none;
  }

  .page-home .home-stat-marquee.is-auto-scroll .home-stat-strip {
    animation: none;
  }

  .page-home .home-stat-marquee.is-dragging {
    cursor: grabbing;
  }

  .page-home .home-stat-marquee::before,
  .page-home .home-stat-marquee::after {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    width: 34px;
    pointer-events: none;
  }

  .page-home .home-stat-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #eef5fc, transparent);
  }

  .page-home .home-stat-marquee::after {
    right: 0;
    background: linear-gradient(-90deg, #eef5fc, transparent);
  }

  :root[data-theme="dark"] .page-home .home-stat-marquee::before {
    background: linear-gradient(90deg, #081421, transparent);
  }

  :root[data-theme="dark"] .page-home .home-stat-marquee::after {
    background: linear-gradient(-90deg, #081421, transparent);
  }

  .page-home .home-stat-marquee:hover .home-stat-strip,
  .page-home .home-stat-marquee:focus-within .home-stat-strip,
  .page-home .home-stat-marquee:active .home-stat-strip {
    animation-play-state: paused;
  }

  .page-home .home-stat-strip::-webkit-scrollbar {
    display: none;
  }

  .page-home .home-stat-strip .home-stat-card {
    flex: 0 0 min(72vw, 248px);
    width: min(72vw, 248px);
    min-height: 112px;
    padding: 16px 16px 16px 18px;
    scroll-snap-align: start;
    display: grid;
    gap: 4px;
    align-content: center;
    border-radius: 20px;
    border: 1px solid rgba(12, 49, 94, 0.08);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 249, 255, 0.96) 100%);
    box-shadow: 0 14px 30px rgba(15, 38, 60, 0.08);
    overflow-wrap: anywhere;
  }

  .page-home .home-stat-strip .home-stat-card.is-clone {
    display: grid;
  }

  .page-home .home-stat-strip .home-stat-card::before {
    content: "";
    position: absolute;
    inset: 12px auto 12px 0;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: var(--home-stat-accent, #ff8a00);
  }

  .page-home .home-stat-strip .home-stat-card::after {
    top: auto;
    right: -10px;
    bottom: -18px;
    width: 72px;
    height: 72px;
    background: var(--home-stat-glow, rgba(255, 138, 0, 0.12));
    opacity: 1;
  }

  .page-home .home-stat-strip .home-stat-card.is-airports {
    --home-stat-accent: #1f6ed4;
    --home-stat-glow: rgba(31, 110, 212, 0.14);
  }

  .page-home .home-stat-strip .home-stat-card.is-areas {
    --home-stat-accent: #ff8a00;
    --home-stat-glow: rgba(255, 138, 0, 0.14);
  }

  .page-home .home-stat-strip .home-stat-card.is-operation {
    --home-stat-accent: #25bf6f;
    --home-stat-glow: rgba(37, 191, 111, 0.14);
  }

  .page-home .home-stat-strip .home-stat-card.is-vip {
    --home-stat-accent: #0c315e;
    --home-stat-glow: rgba(12, 49, 94, 0.12);
  }

  .page-home .home-stat-strip .home-stat-card strong {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.03em;
  }

  .page-home .home-stat-strip .home-stat-card strong sup {
    margin-left: 4px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
  }

  .page-home .home-stat-strip .home-stat-card strong em {
    font-size: 22px;
  }

  .page-home .home-stat-strip .home-stat-card span {
    margin-top: 2px;
    color: #0c315e;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.35;
  }

  .page-home .home-stat-strip .home-stat-card small {
    margin-top: 0;
    color: #63758e;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
  }

  .page-home .home-proof-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    overflow: visible;
    padding: 18px 14px;
  }

  .page-home .home-proof-strip div {
    min-height: 88px;
    padding: 12px 12px 12px 58px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(20, 28, 38, 0.05);
    overflow-wrap: anywhere;
  }

  :root[data-theme="dark"] .page-home .home-proof-strip div {
    background: #111d31;
  }

  :root[data-theme="dark"] .page-home .home-stat-strip div,
  :root[data-theme="dark"] .page-home .home-stat-strip .home-stat-card {
    background:
      linear-gradient(145deg, rgba(18, 30, 49, 0.98) 0%, rgba(12, 22, 38, 0.96) 100%);
    border-color: rgba(162, 185, 215, 0.16);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  }

  :root[data-theme="dark"] .page-home .home-stat-strip span,
  :root[data-theme="dark"] .page-home .home-stat-strip .home-stat-card span {
    color: #dce9f8;
  }

  :root[data-theme="dark"] .page-home .home-stat-strip small,
  :root[data-theme="dark"] .page-home .home-stat-strip .home-stat-card small {
    color: #91a5bf;
  }

  :root[data-theme="dark"] .page-home .home-proof-strip span {
    color: #b5c6dc;
  }

  :root[data-theme="dark"] .page-home .home-proof-strip strong {
    color: #edf6ff;
  }

  .page-home .home-popular-section {
    padding-top: 34px;
  }

  .page-home .home-scroll-hint {
    display: block;
    max-width: 100%;
    margin: 0 0 10px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
  }

  .page-home .home-route-marquee {
    position: relative;
    width: calc(100% + 24px);
    max-width: none;
    margin: 0 -12px;
    padding-left: 12px;
    overflow: hidden;
  }

  .page-home .home-route-marquee.is-auto-scroll {
    overflow: hidden;
    touch-action: pan-y;
    cursor: grab;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .page-home .home-route-marquee.is-auto-scroll::-webkit-scrollbar {
    display: none;
  }

  .page-home .home-route-marquee.is-auto-scroll .home-route-carousel {
    width: max-content;
    max-width: none;
    margin: 0;
    padding: 2px 0 14px;
    overflow: visible;
    scroll-snap-type: none;
  }

  .page-home .home-route-marquee.is-dragging {
    cursor: grabbing;
  }

  .page-home .home-route-marquee::before,
  .page-home .home-route-marquee::after {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    width: 34px;
    pointer-events: none;
  }

  .page-home .home-route-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #ffffff, transparent);
  }

  .page-home .home-route-marquee::after {
    right: 0;
    background: linear-gradient(-90deg, #ffffff, transparent);
  }

  :root[data-theme="dark"] .page-home .home-route-marquee::before {
    background: linear-gradient(90deg, #081421, transparent);
  }

  :root[data-theme="dark"] .page-home .home-route-marquee::after {
    background: linear-gradient(-90deg, #081421, transparent);
  }

  .page-home .home-route-marquee .popular-transfer-card.is-auto-clone {
    display: grid !important;
  }

  .page-home .home-tour-marquee {
    position: relative;
    width: calc(100% + 24px);
    max-width: none;
    margin: 0 -12px;
    padding-left: 12px;
    overflow: hidden;
  }

  .page-home .home-tour-marquee.is-auto-scroll {
    overflow: hidden;
    touch-action: pan-y;
    cursor: grab;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .page-home .home-tour-marquee.is-auto-scroll::-webkit-scrollbar {
    display: none;
  }

  .page-home .home-tour-marquee.is-auto-scroll .home-tour-grid {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: max-content;
    max-width: none;
    margin: 0;
    padding: 2px 0 14px;
    overflow: visible;
    scroll-snap-type: none;
  }

  .page-home .home-tour-marquee.is-dragging {
    cursor: grabbing;
  }

  .page-home .home-tour-marquee::before,
  .page-home .home-tour-marquee::after {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    width: 34px;
    pointer-events: none;
  }

  .page-home .home-tour-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #eef5fc, transparent);
  }

  .page-home .home-tour-marquee::after {
    right: 0;
    background: linear-gradient(-90deg, #eef5fc, transparent);
  }

  :root[data-theme="dark"] .page-home .home-tour-marquee::before {
    background: linear-gradient(90deg, #081421, transparent);
  }

  :root[data-theme="dark"] .page-home .home-tour-marquee::after {
    background: linear-gradient(-90deg, #081421, transparent);
  }

  .page-home .home-tour-marquee .home-tour-card.is-auto-clone {
    display: grid !important;
  }

  .page-home .home-tour-marquee .home-tour-card {
    flex: 0 0 clamp(184px, 56vw, 214px);
    width: clamp(184px, 56vw, 214px);
    scroll-snap-align: start;
  }

  .page-home .home-tour-marquee .home-tour-card-media {
    min-height: 92px;
  }

  .page-home .home-tour-marquee .home-tour-card-media img {
    min-height: 92px;
  }

  .page-home .home-tour-marquee .home-tour-card-body {
    gap: 6px;
    padding: 10px 10px 12px;
  }

  .page-home .home-tour-marquee .home-tour-card-top {
    gap: 6px;
  }

  .page-home .home-tour-marquee .home-tour-location {
    min-height: 21px;
    padding: 3px 7px;
    font-size: 8px;
  }

  .page-home .home-tour-marquee .home-tour-price {
    font-size: 13px;
  }

  .page-home .home-tour-marquee .home-tour-card h3 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.15;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .page-home .home-tour-marquee .home-tour-card p {
    font-size: 10px;
    line-height: 1.34;
    -webkit-line-clamp: 2;
  }

  .page-home .home-tour-marquee .home-tour-metrics {
    gap: 6px;
    padding: 7px;
    border-radius: 10px;
  }

  .page-home .home-tour-marquee .home-tour-metrics span {
    margin-bottom: 2px;
    font-size: 8px;
  }

  .page-home .home-tour-marquee .home-tour-metrics strong {
    font-size: 10px;
  }

  .page-home .home-tour-marquee .home-tour-cta {
    min-height: 32px;
    padding: 7px 10px;
    border-radius: 10px;
    font-size: 11px;
  }

  .page-home .home-blog-desktop {
    display: none;
  }

  .page-home .home-blog-marquee {
    display: block;
    position: relative;
    width: calc(100% + 24px);
    max-width: none;
    margin: 0 -12px;
    padding-left: 12px;
    overflow: hidden;
  }

  .page-home .home-blog-marquee.is-auto-scroll {
    overflow: hidden;
    touch-action: pan-y;
    cursor: grab;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .page-home .home-blog-marquee.is-auto-scroll::-webkit-scrollbar {
    display: none;
  }

  .page-home .home-blog-marquee.is-auto-scroll .home-blog-carousel {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: max-content;
    max-width: none;
    margin: 0;
    padding: 2px 0 14px;
    overflow: visible;
  }

  .page-home .home-blog-marquee.is-dragging {
    cursor: grabbing;
  }

  .page-home .home-blog-marquee::before,
  .page-home .home-blog-marquee::after {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    width: 34px;
    pointer-events: none;
  }

  .page-home .home-blog-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #f3f8fd, transparent);
  }

  .page-home .home-blog-marquee::after {
    right: 0;
    background: linear-gradient(-90deg, #f3f8fd, transparent);
  }

  :root[data-theme="dark"] .page-home .home-blog-marquee::before {
    background: linear-gradient(90deg, #081421, transparent);
  }

  :root[data-theme="dark"] .page-home .home-blog-marquee::after {
    background: linear-gradient(-90deg, #081421, transparent);
  }

  .page-home .home-blog-carousel .home-blog-slide-card.is-auto-clone {
    display: grid !important;
  }

  .page-home .home-blog-slide-card {
    position: relative;
    display: grid;
    grid-template-rows: 148px minmax(0, auto);
    flex: 0 0 min(78vw, 280px);
    width: min(78vw, 280px);
    height: auto;
    align-self: flex-start;
    overflow: hidden;
    color: var(--ink);
    text-decoration: none;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.94)),
      radial-gradient(circle at 100% 0%, rgba(19, 153, 229, 0.1), transparent 38%);
    border: 1px solid rgba(11, 64, 105, 0.1);
    border-radius: 20px;
    box-shadow: 0 16px 42px rgba(15, 39, 68, 0.08);
  }

  :root[data-theme="dark"] .page-home .home-blog-slide-card {
    background:
      linear-gradient(180deg, rgba(16, 27, 46, 0.98), rgba(12, 22, 38, 0.94)),
      radial-gradient(circle at 100% 0%, rgba(19, 153, 229, 0.14), transparent 38%);
    border-color: rgba(162, 185, 215, 0.16);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
  }

  .page-home .home-blog-slide-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 2;
    height: 4px;
    background: linear-gradient(90deg, #0f72df, #1399e5 45%, #ff8a00);
  }

  .page-home .home-blog-slide-card .home-blog-card-body {
    display: grid;
    gap: 8px;
    align-content: start;
    padding: 14px 14px 16px;
  }

  .page-home .home-blog-slide-card h3 {
    margin: 0;
    color: var(--surface-strong);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  :root[data-theme="dark"] .page-home .home-blog-slide-card h3 {
    color: var(--surface-strong);
  }

  .page-home .home-blog-slide-card p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--surface-muted);
    font-size: 13px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  :root[data-theme="dark"] .page-home .home-blog-slide-card p {
    color: #9db0c7;
  }

  .page-home .home-blog-slide-card .home-blog-card-cta {
    margin-top: 2px;
    font-size: 13px;
  }

  .page-home .home-tours-section,
  .page-home .home-blog-section {
    overflow: hidden;
  }

  .page-home .home-route-carousel {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: auto;
    max-width: none;
    margin-right: -12px;
    margin-left: -12px;
    padding: 2px 12px 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .page-home .home-route-carousel::-webkit-scrollbar {
    display: none;
  }

  .page-home .home-route-carousel .popular-transfer-card {
    flex: 0 0 min(82vw, 300px);
    width: min(82vw, 300px);
    scroll-snap-align: start;
    min-height: 190px;
    overflow-wrap: anywhere;
  }

  .page-home .home-route-carousel .popular-transfer-card.is-hidden {
    display: none;
  }

  .page-home .home-region-grid {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: auto;
    max-width: none;
    margin-right: -12px;
    margin-left: -12px;
    padding: 2px 12px 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .page-home .home-region-marquee {
    width: calc(100% + 24px);
    max-width: none;
    margin: 0 -12px;
    padding-left: 12px;
    overflow: hidden;
  }

  .page-home .home-region-marquee.is-auto-scroll {
    overflow: hidden;
    touch-action: pan-y;
    cursor: grab;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .page-home .home-region-marquee.is-auto-scroll::-webkit-scrollbar {
    display: none;
  }

  .page-home .home-region-marquee.is-auto-scroll .home-region-grid {
    width: max-content;
    margin: 0;
    padding: 2px 0 14px;
    overflow: visible;
    scroll-snap-type: none;
  }

  .page-home .home-region-marquee.is-dragging {
    cursor: grabbing;
  }

  .page-home .home-region-marquee::before,
  .page-home .home-region-marquee::after {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    width: 34px;
    pointer-events: none;
  }

  .page-home .home-region-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #fff, transparent);
  }

  .page-home .home-region-marquee::after {
    right: 0;
    background: linear-gradient(-90deg, #fff, transparent);
  }

  :root[data-theme="dark"] .page-home .home-region-marquee::before {
    background: linear-gradient(90deg, #081421, transparent);
  }

  :root[data-theme="dark"] .page-home .home-region-marquee::after {
    background: linear-gradient(-90deg, #081421, transparent);
  }

  .page-home .home-region-grid::-webkit-scrollbar {
    display: none;
  }

  .page-home .home-region-grid .home-region-card {
    flex: 0 0 clamp(186px, 58vw, 218px);
    width: clamp(186px, 58vw, 218px);
    scroll-snap-align: start;
    min-height: 218px;
    padding: 12px;
  }

  .page-home .home-region-grid .home-region-card::after {
    top: -58px;
    right: -52px;
    width: 132px;
    height: 132px;
  }

  .page-home .home-region-grid .home-region-card.is-auto-clone {
    display: grid !important;
  }

  .page-home .home-region-grid .home-region-card-top {
    gap: 6px;
    margin-bottom: 9px;
  }

  .page-home .home-region-grid .home-region-badge {
    min-height: 23px;
    padding: 4px 7px;
    font-size: 8px;
    letter-spacing: 0.04em;
  }

  .page-home .home-region-grid .home-region-price {
    font-size: 15px;
    letter-spacing: 0;
  }

  .page-home .home-region-grid .home-region-card h3 {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.14;
    letter-spacing: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .page-home .home-region-grid .home-region-card p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.36;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .page-home .home-region-grid .home-region-metrics {
    gap: 6px;
    margin: 10px 0 11px;
    padding: 7px;
    border-radius: 10px;
  }

  .page-home .home-region-grid .home-region-metrics span {
    font-size: 8px;
    letter-spacing: 0.02em;
  }

  .page-home .home-region-grid .home-region-metrics strong {
    font-size: 11px;
  }

  .page-home .home-region-grid .home-region-cta {
    min-height: 34px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 11px;
  }

  .page-home .section-heading {
    gap: 20px;
    margin-bottom: 18px;
  }

  .page-home .section-heading > .section-link {
    margin-top: 0;
  }

  .page-home .route-search {
    margin-bottom: 14px;
  }

  .page-home .route-search input {
    min-height: 48px;
    border-radius: 14px;
  }

  .page-home .card-grid,
  .page-home .home-region-grid,
  .page-home .home-tour-grid,
  .page-home .home-blog-featured,
  .page-home .area-grid {
    gap: 12px;
  }

  .page-home .home-region-card,
  .page-home .home-tour-card {
    border-radius: 20px;
  }

  .page-home .home-tour-card {
    min-height: 0;
    padding: 0;
  }

  .page-home .home-region-card h3,
  .page-home .home-tour-card h3 {
    font-size: 22px;
  }

  .page-home .route-card,
  .page-home .tour-card,
  .page-home .home-blog-featured-card,
  .page-home .home-blog-side-card {
    border-radius: 20px;
  }

  .page-home .area-grid span {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 13px;
  }

  .page-home .area-section {
    padding-top: 34px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .page-home .area-section .section-heading {
    margin-bottom: 12px;
  }

  .page-home .area-section .section-heading h2 {
    max-width: 320px;
    font-size: 23px;
    line-height: 1.12;
  }

  .page-home .home-area-marquee {
    position: relative;
    width: calc(100% + 24px);
    max-width: none;
    margin: 0 -12px;
    padding-left: 12px;
    overflow: hidden;
  }

  .page-home .home-area-marquee.is-auto-scroll {
    overflow: hidden;
    touch-action: pan-y;
    cursor: grab;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .page-home .home-area-marquee.is-auto-scroll::-webkit-scrollbar {
    display: none;
  }

  .page-home .home-area-marquee.is-auto-scroll .area-grid {
    width: max-content;
    max-width: none;
    margin: 0;
    padding: 2px 0 8px;
    overflow: visible;
    scroll-snap-type: none;
  }

  .page-home .home-area-marquee.is-dragging {
    cursor: grabbing;
  }

  .page-home .home-area-marquee::before,
  .page-home .home-area-marquee::after {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    width: 34px;
    pointer-events: none;
  }

  .page-home .home-area-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #ffffff, transparent);
  }

  .page-home .home-area-marquee::after {
    right: 0;
    background: linear-gradient(-90deg, #ffffff, transparent);
  }

  :root[data-theme="dark"] .page-home .home-area-marquee::before {
    background: linear-gradient(90deg, #081421, transparent);
  }

  :root[data-theme="dark"] .page-home .home-area-marquee::after {
    background: linear-gradient(-90deg, #081421, transparent);
  }

  .page-home .home-area-marquee .area-grid span.is-auto-clone {
    display: inline-flex !important;
  }

  .page-home .area-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(112px, 34vw);
    grid-template-rows: repeat(2, 36px);
    gap: 8px;
    width: calc(100% + 24px);
    margin: 0 -12px;
    padding: 2px 12px 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .page-home .area-grid::-webkit-scrollbar {
    display: none;
  }

  .page-home .area-grid span {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
    scroll-snap-align: start;
    box-shadow: 0 10px 22px rgba(15, 38, 60, 0.07);
  }

  .page-home .area-grid--pulse span::before {
    padding: 1px;
  }

  :root[data-theme="dark"] .page-home .area-grid span {
    background: rgba(15, 30, 50, 0.86);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  }

  .page-home .faq-list article {
    border-radius: 18px;
    padding: 16px;
  }

  .page-home .booking-pill {
    justify-self: center;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
  }

  .page-home .home-proof-strip,
  .page-home .section,
  .page-home .home-why-shell,
  .page-home .route-search,
  .page-home .section-heading,
  .page-home .card-grid,
  .page-home .home-tour-grid,
  .page-home .home-area-marquee,
  .page-home .home-route-marquee,
  .page-home .home-tour-marquee,
  .page-home .home-blog-marquee,
  .page-home .area-grid,
  .page-home .faq-list,
  .page-home .home-blog-featured {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  .page-home .home-scroll-hint {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .page-home .section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .page-home .home-proof-strip {
    padding-left: 12px;
    padding-right: 12px;
  }

  .page-home .area-section .home-area-marquee {
    width: calc(100% + 24px);
    max-width: none;
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 420px) {
  .page-home .home-hero {
    padding-top: 10px;
  }

  .page-home .home-stat-strip .home-stat-card {
    flex-basis: min(78vw, 248px);
    width: min(78vw, 248px);
  }

  .page-home .hero-media {
    height: clamp(256px, 64vw, 288px);
  }

  .page-home .hero-lookup-actions {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .page-home .hero-lookup-button {
    width: auto;
    max-width: 100%;
    white-space: normal;
  }

  .page-home .hero-lookup-actions span {
    max-width: 100%;
  }

  .page-home .hero-copy h1 {
    font-size: 22px;
  }

  .mobile-header-tools {
    gap: 3px;
  }

  .brand {
    flex-basis: clamp(116px, 36vw, 148px);
  }

  .brand-logo-shell {
    min-height: 50px;
    padding-inline: 6px;
  }

  .mobile-currency-switch select {
    width: 52px;
    padding-inline: 4px;
    font-size: 11px;
  }

  .mobile-language-switch--header {
    grid-template-columns: repeat(2, 26px);
  }

  .mobile-language-switch--header a {
    min-height: 28px;
    font-size: 9px;
  }

  .mobile-theme-toggle {
    width: 34px;
    height: 34px;
  }

  .nav-toggle {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }

  .brand-word b,
  .brand-word em {
    font-size: 17px;
  }

  .brand-word small {
    display: none;
  }
}

/* Inner pages — consistent shell under floating mobile header */
.site-page main {
  background: linear-gradient(180deg, #f4f8fd 0%, #ffffff 280px);
}

:root[data-theme="dark"] .site-page main {
  background: linear-gradient(180deg, #081421 0%, #0b1627 280px);
}

.site-page .page-hero.compact h1,
.site-page .page-hero.compact p:not(.eyebrow) {
  color: #fff;
}

.site-page .lookup-hero h1 {
  color: #08264a;
}

.site-page .lookup-hero p:not(.eyebrow) {
  color: #61728a;
}

.site-page .page-hero.compact {
  padding-top: calc(clamp(48px, 6vw, 82px) + 18px);
}

.site-page .page-hero.compact .trust-row span {
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 760px) {
  .site-page .about-hero,
  .site-page .routes-hero,
  .site-page .blog-page-hero,
  .site-page .contact-hub-page,
  .site-page .page-hero.compact,
  .site-page .blog-article-hero {
    padding-top: calc(94px + env(safe-area-inset-top, 0px));
  }

  .site-page .routes-showcase-section,
  .site-page .about-story-section,
  .site-page .about-process-section,
  .site-page .blog-page-featured,
  .site-page .blog-page-list,
  .site-page .contact-hub-page,
  .site-page .section.page-section,
  .site-page .section:not(.page-section) {
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-page .booking-section,
  .site-page .contact-layout,
  .site-page .lookup-section {
    gap: 16px;
  }

  .site-page .lookup-section {
    grid-template-columns: 1fr;
    margin-top: -48px;
  }

  .site-page .lookup-hero {
    min-height: 300px;
  }

  .site-page .lookup-hero h1 {
    font-size: 32px;
  }

  .site-page .booking-panel,
  .site-page .page-content-card,
  .site-page .lookup-card,
  .site-page .lookup-help-card,
  .site-page .summary-card {
    border-radius: 18px;
  }

  .site-page .booking-panel .search-grid,
  .site-page .page-content-card .search-grid {
    grid-template-columns: 1fr;
  }

  .site-page .route-premium-card,
  .site-page .popular-transfer-card {
    border-radius: 18px;
  }

  .site-page .reservation-step-page {
    padding-top: 88px;
  }
}

/* Reservation lookup page */
.site-page .lookup-hero {
  min-height: 250px;
  padding: 54px max(18px, calc((100vw - 1180px) / 2)) 86px;
  color: #10243b;
  background:
    linear-gradient(135deg, #ffffff 0%, #f4f8fd 58%, #fff8ef 100%);
  border-bottom: 1px solid #e2ebf4;
}

.site-page .lookup-hero::after {
  display: none;
}

.site-page .lookup-hero-inner {
  width: min(100%, 1180px);
}

.site-page .lookup-hero .eyebrow {
  color: #ff7a00;
}

.site-page .lookup-hero h1 {
  max-width: 760px;
  margin-bottom: 10px;
  color: #08264a;
  font-size: clamp(34px, 3.3vw, 54px);
  line-height: 1.04;
}

.site-page .lookup-hero p:not(.eyebrow) {
  max-width: 560px;
  color: #5f7088;
  font-size: 17px;
  font-weight: 650;
}

.site-page .lookup-section {
  grid-template-columns: minmax(360px, 1fr) minmax(300px, 0.72fr);
  gap: 18px;
  width: min(100%, 900px);
  max-width: 900px;
  margin-top: -54px;
  padding-bottom: 78px;
}

.site-page .lookup-card,
.site-page .lookup-help-card {
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(8, 31, 53, 0.11);
}

.site-page .lookup-card {
  gap: 16px;
  padding: 26px;
}

.site-page .lookup-card h2 {
  max-width: 360px;
  color: #10243b;
  font-size: 34px;
  line-height: 1.08;
}

.site-page .lookup-code-field input {
  min-height: 56px;
  background: #f8fbff;
}

.site-page .lookup-submit {
  width: 100%;
  min-height: 54px;
}

.site-page .lookup-help-card {
  padding: 24px;
}

.site-page .lookup-help-card strong {
  color: #10243b;
  font-size: 21px;
}

.site-page .lookup-support-list span {
  background: #f8fbff;
}

@media (max-width: 760px) {
  .site-page .lookup-hero {
    min-height: 220px;
    padding: 104px 16px 70px;
  }

  .site-page .lookup-hero h1 {
    font-size: 30px;
  }

  .site-page .lookup-hero p:not(.eyebrow) {
    font-size: 14px;
  }

  .site-page .lookup-section {
    width: 100%;
    max-width: 100%;
    margin-top: -42px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .site-page .lookup-card h2 {
    font-size: 28px;
  }
}

/* Booking lookup redesign */
.booking-lookup-page {
  min-height: calc(100vh - 120px);
  padding: clamp(54px, 7vw, 92px) max(18px, calc((100vw - 1180px) / 2)) clamp(70px, 8vw, 110px);
  background:
    linear-gradient(135deg, rgba(244, 248, 253, 0.98) 0%, rgba(255, 255, 255, 0.98) 48%, rgba(255, 247, 237, 0.94) 100%);
  border-top: 1px solid rgba(223, 232, 242, 0.8);
}

.booking-lookup-shell {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 0.78fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.booking-lookup-copy {
  min-width: 0;
}

.booking-lookup-kicker,
.booking-lookup-form-head span,
.booking-lookup-help > span {
  display: inline-flex;
  width: max-content;
  color: #ff7a00;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-lookup-copy h1 {
  max-width: 680px;
  margin: 14px 0 16px;
  color: #08264a;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
}

.booking-lookup-copy > p {
  max-width: 560px;
  margin: 0;
  color: #5f7088;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.65;
}

.booking-lookup-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.booking-lookup-points span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px 12px;
  color: #1d3550;
  background: #fff;
  border: 1px solid #e0e9f3;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(8, 31, 53, 0.06);
  font-size: 13px;
  font-weight: 850;
}

.booking-lookup-points span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.12);
}

.booking-lookup-panel {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.booking-lookup-form,
.booking-lookup-help {
  border: 1px solid rgba(216, 228, 240, 0.96);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  box-shadow: 0 22px 56px rgba(8, 31, 53, 0.12);
}

.booking-lookup-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 32px);
}

.booking-lookup-form-head {
  display: grid;
  gap: 8px;
}

.booking-lookup-form-head h2 {
  margin: 0;
  color: #10243b;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
}

.booking-lookup-field {
  gap: 8px;
  color: #536782;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.booking-lookup-field input {
  min-height: 58px;
  padding: 0 16px;
  color: #10243b;
  background: #f8fbff;
  border: 1px solid #d8e4f0;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.booking-lookup-field input:focus {
  border-color: rgba(255, 138, 0, 0.62);
  box-shadow: 0 0 0 4px rgba(255, 138, 0, 0.11);
  outline: 0;
}

.booking-lookup-submit {
  width: 100%;
  min-height: 54px;
  color: #fff;
  background: linear-gradient(135deg, #ff9d22, #ff7a00);
  border-radius: 14px;
  box-shadow: 0 16px 30px rgba(255, 122, 0, 0.23);
}

.booking-lookup-help {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  padding: 20px;
}

.booking-lookup-help > span {
  flex: 0 0 auto;
}

.booking-lookup-help strong {
  display: block;
  color: #10243b;
  font-size: 20px;
  line-height: 1.25;
}

.booking-lookup-help p {
  margin: 0;
  color: #65768d;
  line-height: 1.55;
}

.booking-lookup-help .button {
  min-height: 46px;
  margin-top: 2px;
  border-radius: 12px;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .booking-lookup-shell {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .booking-lookup-copy h1,
  .booking-lookup-copy > p {
    max-width: none;
  }
}

@media (max-width: 680px) {
  .booking-lookup-page {
    padding: 96px 14px 38px;
  }

  .booking-lookup-copy h1 {
    font-size: 34px;
    line-height: 1.05;
  }

  .booking-lookup-copy > p {
    font-size: 15px;
  }

  .booking-lookup-points {
    display: grid;
  }

  .booking-lookup-form,
  .booking-lookup-help {
    border-radius: 16px;
  }

  .booking-lookup-help {
    grid-template-columns: 1fr;
  }

  .booking-lookup-help .button {
    width: 100%;
  }
}

:root[data-theme="dark"] .booking-lookup-page {
  background:
    radial-gradient(circle at 12% 18%, rgba(36, 212, 122, 0.08), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(255, 138, 0, 0.1), transparent 28%),
    linear-gradient(180deg, #081421 0%, #0b1627 100%);
  border-top-color: rgba(162, 185, 215, 0.12);
}

:root[data-theme="dark"] .booking-lookup-copy h1,
:root[data-theme="dark"] .booking-lookup-form-head h2,
:root[data-theme="dark"] .booking-lookup-help strong {
  color: #edf6ff;
}

:root[data-theme="dark"] .booking-lookup-copy > p,
:root[data-theme="dark"] .booking-lookup-help p,
:root[data-theme="dark"] .booking-lookup-field {
  color: #9fb1c7;
}

:root[data-theme="dark"] .booking-lookup-points span {
  color: #dceaff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(162, 185, 215, 0.18);
  box-shadow: none;
}

:root[data-theme="dark"] .booking-lookup-form,
:root[data-theme="dark"] .booking-lookup-help {
  background: rgba(12, 25, 43, 0.82);
  border-color: rgba(162, 185, 215, 0.16);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

:root[data-theme="dark"] .booking-lookup-field input {
  color: #edf6ff;
  background: #111d31;
  border-color: rgba(162, 185, 215, 0.2);
}

:root[data-theme="dark"] .booking-lookup-field input::placeholder {
  color: #8195ad;
}

:root[data-theme="dark"] .booking-lookup-field input:focus {
  border-color: rgba(255, 138, 0, 0.55);
  box-shadow: 0 0 0 4px rgba(255, 138, 0, 0.14);
}

:root[data-theme="dark"] .booking-lookup-help .button-secondary {
  color: #edf6ff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(162, 185, 215, 0.22);
}

:root[data-theme="dark"] .booking-lookup-help .button-secondary:hover {
  background: rgba(255, 138, 0, 0.1);
  border-color: rgba(255, 138, 0, 0.35);
}

:root[data-theme="dark"] .booking-lookup-form .form-errors,
:root[data-theme="dark"] .booking-lookup-form .lookup-errors {
  color: #ffc8c8;
  background: rgba(255, 84, 84, 0.12);
  border: 1px solid rgba(255, 84, 84, 0.22);
}

/* Contact hub page */
.contact-hub-page {
  min-height: calc(100vh - 120px);
  padding: clamp(54px, 7vw, 92px) max(18px, calc((100vw - 1180px) / 2)) clamp(70px, 8vw, 110px);
  background:
    radial-gradient(circle at 8% 10%, rgba(15, 114, 223, .08), transparent 34%),
    radial-gradient(circle at 92% 0%, rgba(255, 138, 0, .08), transparent 28%),
    linear-gradient(135deg, rgba(244, 248, 253, .98) 0%, rgba(255, 255, 255, .98) 48%, rgba(255, 247, 237, .94) 100%);
  border-top: 1px solid rgba(223, 232, 242, .8);
}

.contact-hub-shell {
  display: grid;
  grid-template-columns: minmax(340px, .92fr) minmax(420px, .78fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.contact-hub-kicker,
.contact-hub-form-head span,
.contact-hub-help span {
  display: inline-flex;
  width: max-content;
  color: #ff7a00;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-hub-intro h1 {
  max-width: 680px;
  margin: 14px 0 16px;
  color: #08264a;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -2px;
}

.contact-hub-intro > p {
  max-width: 560px;
  margin: 0;
  color: #5f7088;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.65;
}

.contact-hub-actions {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-hub-action {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 74px;
  padding: 14px 16px;
  text-align: left;
  border: 1px solid rgba(216, 228, 240, .96);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 34px rgba(8, 31, 53, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

button.contact-hub-action {
  font: inherit;
  cursor: pointer;
}

.contact-hub-action:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 138, 0, .28);
  box-shadow: 0 18px 40px rgba(8, 31, 53, .12);
}

.contact-hub-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
}

.contact-hub-action-icon svg {
  width: 22px;
  height: 22px;
}

.contact-hub-action-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.contact-hub-action-copy strong {
  color: var(--surface-strong);
  font-size: 16px;
  line-height: 1.2;
}

.contact-hub-action-copy small {
  color: var(--surface-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-hub-action-phone .contact-hub-action-icon {
  color: #0f72df;
  background: rgba(15, 114, 223, .1);
}

.contact-hub-action-whatsapp .contact-hub-action-icon {
  color: #128c7e;
  background: rgba(37, 211, 102, .12);
}

.contact-hub-action-mail .contact-hub-action-icon {
  color: #ff7a00;
  background: rgba(255, 122, 0, .1);
}

.contact-hub-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.contact-hub-stats article {
  padding: 16px 14px;
  border: 1px solid rgba(216, 228, 240, .96);
  border-radius: 16px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 24px rgba(8, 31, 53, .06);
}

.contact-hub-stats strong {
  display: block;
  color: #08264a;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.1;
}

.contact-hub-stats span {
  display: block;
  margin-top: 6px;
  color: #65768d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.contact-hub-regions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.contact-hub-company-brief {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(216, 228, 240, .96);
  border-radius: 16px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 24px rgba(8, 31, 53, .06);
}

.contact-hub-address {
  margin: 0;
  color: #5f7088;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}

.contact-hub-tursab {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 0;
}

.contact-hub-tursab span {
  color: #ff7a00;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-hub-tursab strong {
  color: #08264a;
  font-size: 14px;
}

.contact-hub-regions span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  color: #1d3550;
  border: 1px solid #e0e9f3;
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 850;
}

.contact-hub-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.contact-hub-social a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 12px;
  color: #0f72df;
  border: 1px solid rgba(15, 114, 223, .16);
  border-radius: 999px;
  background: rgba(15, 114, 223, .06);
  font-size: 12px;
  font-weight: 900;
}

.contact-hub-panel {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.contact-hub-form,
.contact-hub-help {
  border: 1px solid rgba(216, 228, 240, .96);
  background: rgba(255, 255, 255, .96);
  border-radius: 22px;
  box-shadow: 0 22px 56px rgba(8, 31, 53, .12);
}

.contact-hub-form {
  position: relative;
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 32px);
  overflow: hidden;
}

.contact-hub-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0f72df, #1399e5 45%, #ff8a00);
}

.contact-hub-form-head {
  display: grid;
  gap: 8px;
}

.contact-hub-form-head h2 {
  margin: 0;
  color: #10243b;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
}

.contact-hub-form-head p {
  margin: 0;
  color: #65768d;
  line-height: 1.55;
}

.contact-hub-success {
  padding: 14px 16px;
  color: #0f5132;
  border: 1px solid rgba(37, 211, 102, .28);
  border-radius: 14px;
  background: rgba(37, 211, 102, .1);
  font-weight: 800;
  line-height: 1.5;
}

.contact-hub-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-hub-field {
  display: grid;
  gap: 8px;
  color: #536782;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-hub-field input,
.contact-hub-field textarea {
  width: 100%;
  min-height: 58px;
  padding: 14px 16px;
  color: #10243b;
  background: #f8fbff;
  border: 1px solid #d8e4f0;
  border-radius: 12px;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;
}

.contact-hub-field textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-hub-field input::placeholder,
.contact-hub-field textarea::placeholder {
  color: #94a3b8;
  font-weight: 600;
}

.contact-hub-field input:focus,
.contact-hub-field textarea:focus {
  border-color: rgba(255, 138, 0, .62);
  box-shadow: 0 0 0 4px rgba(255, 138, 0, .11);
  outline: 0;
}

.contact-hub-submit {
  width: 100%;
  min-height: 54px;
  border-radius: 14px;
  box-shadow: 0 16px 30px rgba(255, 122, 0, .23);
}

.contact-hub-help {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
}

.contact-hub-help strong {
  display: block;
  margin-top: 6px;
  color: #10243b;
  font-size: 18px;
  line-height: 1.25;
}

.contact-hub-help-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-hub-help-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  color: #1d3550;
  border: 1px solid #e0e9f3;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 850;
}

.contact-hub-faq {
  width: min(100%, 1180px);
  margin: clamp(42px, 6vw, 72px) auto 0;
}

.contact-hub-faq-head h2 {
  margin: 10px 0 0;
  color: #08264a;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.08;
  letter-spacing: -1px;
}

.contact-hub-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.contact-hub-faq-grid article {
  padding: 22px;
  border: 1px solid rgba(11, 64, 105, .1);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 252, 255, .94)),
    radial-gradient(circle at 100% 0%, rgba(19, 153, 229, .08), transparent 42%);
  box-shadow: 0 14px 36px rgba(15, 39, 68, .07);
}

.contact-hub-faq-grid h3 {
  margin: 0 0 10px;
  color: var(--surface-strong);
  font-size: 18px;
  line-height: 1.25;
}

.contact-hub-faq-grid p {
  margin: 0;
  color: var(--surface-muted);
  line-height: 1.6;
}

@media (max-width: 980px) {
  .contact-hub-shell,
  .contact-hub-faq-grid {
    grid-template-columns: 1fr;
  }

  .contact-hub-intro h1,
  .contact-hub-intro > p {
    max-width: none;
  }
}

@media (max-width: 680px) {
  .contact-hub-page {
    padding: 96px 14px 38px;
  }

  .contact-hub-intro h1 {
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .contact-hub-intro > p {
    font-size: 15px;
  }

  .contact-hub-stats {
    grid-template-columns: 1fr;
  }

  .contact-hub-field-grid {
    grid-template-columns: 1fr;
  }

  .contact-hub-form,
  .contact-hub-help,
  .contact-hub-faq-grid article {
    border-radius: 16px;
  }

  .contact-hub-help {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-hub-help-links {
    width: 100%;
  }

  .contact-hub-help-links a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
  }
}

:root[data-theme="dark"] .contact-hub-page {
  background:
    radial-gradient(circle at 8% 10%, rgba(19, 153, 229, .12), transparent 34%),
    radial-gradient(circle at 92% 0%, rgba(255, 138, 0, .08), transparent 28%),
    linear-gradient(180deg, #081421 0%, #0b1728 100%);
  border-top-color: rgba(162, 185, 215, 0.14);
}

:root[data-theme="dark"] .contact-hub-intro h1 {
  color: var(--ink);
}

:root[data-theme="dark"] .contact-hub-intro > p {
  color: var(--muted);
}

:root[data-theme="dark"] .contact-hub-action,
:root[data-theme="dark"] .contact-hub-stats article,
:root[data-theme="dark"] .contact-hub-form,
:root[data-theme="dark"] .contact-hub-help,
:root[data-theme="dark"] .contact-hub-faq-grid article,
:root[data-theme="dark"] .contact-hub-company-brief {
  color: var(--surface-ink);
  background: var(--surface);
  border-color: var(--surface-border);
  box-shadow: var(--shadow);
}

:root[data-theme="dark"] .contact-hub-action-copy strong,
:root[data-theme="dark"] .contact-hub-stats strong,
:root[data-theme="dark"] .contact-hub-form-head h2,
:root[data-theme="dark"] .contact-hub-help strong,
:root[data-theme="dark"] .contact-hub-faq-head h2,
:root[data-theme="dark"] .contact-hub-faq-grid h3 {
  color: var(--surface-strong);
}

:root[data-theme="dark"] .contact-hub-action-copy small,
:root[data-theme="dark"] .contact-hub-stats span,
:root[data-theme="dark"] .contact-hub-form-head p,
:root[data-theme="dark"] .contact-hub-help span,
:root[data-theme="dark"] .contact-hub-faq-grid p,
:root[data-theme="dark"] .contact-hub-address {
  color: var(--surface-muted);
}

:root[data-theme="dark"] .contact-hub-tursab span {
  color: #ffb347;
}

:root[data-theme="dark"] .contact-hub-tursab strong {
  color: var(--surface-strong);
}

:root[data-theme="dark"] .contact-hub-regions span {
  color: var(--surface-ink);
  background: var(--surface-soft);
  border-color: var(--surface-border);
}

:root[data-theme="dark"] .contact-hub-field input,
:root[data-theme="dark"] .contact-hub-field textarea {
  color: var(--surface-ink);
  background: var(--surface-soft);
  border-color: var(--surface-border);
}

:root[data-theme="dark"] .contact-hub-field input::placeholder,
:root[data-theme="dark"] .contact-hub-field textarea::placeholder {
  color: var(--muted);
}

/* Tours page & detail */
.tours-page-hero-inner {
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, .48fr);
}

.tours-page-list {
  padding-top: clamp(48px, 6vw, 72px);
}

.tours-page-list .home-tour-grid {
  max-width: 1180px;
  margin: 0 auto;
}

.tour-show-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(620px, 84vh, 760px);
  padding: clamp(118px, 12vw, 156px) max(18px, calc((100vw - 1180px) / 2)) clamp(64px, 8vw, 92px);
  color: #fff;
  background: #071426;
}

.tour-show-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05);
}

.tour-show-hero::before,
.tour-show-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tour-show-hero::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 14, 27, .92) 0%, rgba(5, 14, 27, .74) 44%, rgba(5, 14, 27, .26) 100%),
    linear-gradient(180deg, rgba(5, 14, 27, .34) 0%, rgba(5, 14, 27, .9) 100%);
}

.tour-show-hero::after {
  z-index: -1;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 138, 0, .2), transparent 24%),
    linear-gradient(180deg, transparent 72%, #071426 100%);
}

.tour-show-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 420px);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.tour-show-hero-copy {
  max-width: 760px;
}

.tour-show-hero-copy .eyebrow {
  color: #ffd18a;
}

.tour-show-hero-copy h1 {
  max-width: 780px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(42px, 6.8vw, 76px);
  line-height: .98;
  letter-spacing: 0;
}

.tour-show-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: #c9d7e8;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}

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

.tour-show-primary-action,
.tour-show-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.2;
  text-decoration: none;
}

.tour-show-primary-action {
  color: #071426;
  background: linear-gradient(135deg, #ffd18a, #ff8a00);
  box-shadow: 0 18px 38px rgba(255, 138, 0, .28);
}

.tour-show-secondary-action {
  color: #edf6ff;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
}

.tour-show-summary {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 138, 0, .18), transparent 38%),
    rgba(7, 20, 38, .72);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
  backdrop-filter: blur(18px);
}

.tour-show-summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 70px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .065);
}

.tour-show-summary span {
  color: #9fb2ca;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.tour-show-summary strong {
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  text-align: right;
}

.tour-show-overview {
  padding: clamp(56px, 7vw, 88px) 20px;
  background:
    linear-gradient(180deg, #071426 0%, #0a1728 100%);
}

.tour-show-overview-inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.tour-show-story h2 {
  max-width: 620px;
  margin: 10px 0 16px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

.tour-show-story p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #a9bad0;
  font-size: 16px;
  line-height: 1.8;
}

.tour-show-plan {
  display: grid;
  gap: 14px;
}

.tour-show-plan article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 4px 18px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 22px;
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 20px 56px rgba(0, 0, 0, .18);
}

.tour-show-plan article > span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #071426;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffd18a, #ff8a00);
  font-size: 13px;
  font-weight: 950;
}

.tour-show-plan h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.tour-show-plan p {
  margin: 0;
  color: #9fb2ca;
  line-height: 1.65;
}

.tour-show-inclusions {
  padding: 0 20px clamp(58px, 7vw, 88px);
  background: #0a1728;
}

.tour-show-inclusions-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.tour-show-inclusions article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .035));
}

.tour-show-inclusions span {
  display: block;
  margin-bottom: 8px;
  color: #ffbf6a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.tour-show-inclusions strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .tour-show-hero-inner,
  .tour-show-overview-inner,
  .tours-page-hero-inner {
    grid-template-columns: 1fr;
  }

  .tour-show-hero {
    min-height: auto;
  }

  .tour-show-summary {
    max-width: 520px;
  }
}

@media (max-width: 680px) {
  .tour-show-hero {
    padding: 106px 14px 48px;
  }

  .tour-show-hero-copy h1 {
    font-size: 38px;
  }

  .tour-show-summary div,
  .tour-show-plan article {
    grid-template-columns: 1fr;
  }

  .tour-show-summary div {
    align-items: flex-start;
  }

  .tour-show-summary strong {
    text-align: left;
  }

  .tour-show-plan article > span {
    grid-row: auto;
  }

  .tour-show-inclusions-inner {
    grid-template-columns: 1fr;
  }
}

/* Admin route query analytics */
.admin-route-queries-main .admin-route-query-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-route-query-stats article small {
  display: block;
  margin-top: 8px;
  color: #7f93ad;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
}

.admin-route-query-stats article.is-warning strong {
  color: #ffb4b4;
}

.admin-route-query-insights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.admin-route-insight {
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(12, 25, 43, .74);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.admin-route-insight strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

.admin-route-insight p {
  margin: 8px 0 0;
  color: #9db0c8;
  font-size: 14px;
  line-height: 1.6;
}

.admin-route-insight.is-demand {
  border-color: rgba(255, 200, 61, .28);
  background: linear-gradient(180deg, rgba(255, 200, 61, .12), rgba(12, 25, 43, .74));
}

.admin-route-insight.is-warning {
  border-color: rgba(255, 120, 120, .28);
  background: linear-gradient(180deg, rgba(255, 90, 90, .12), rgba(12, 25, 43, .74));
}

.admin-route-insight.is-action {
  border-color: rgba(88, 214, 141, .28);
  background: linear-gradient(180deg, rgba(88, 214, 141, .1), rgba(12, 25, 43, .74));
}

.admin-route-query-charts {
  display: grid;
  grid-template-columns: 1.2fr .9fr;
  gap: 14px;
  margin-bottom: 22px;
}

.admin-route-query-charts-quad {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-route-chart-card-wide {
  grid-column: span 2;
}

.admin-route-chart-card,
.admin-route-panel {
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(12, 25, 43, .74);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.admin-route-chart-card header,
.admin-route-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.admin-route-chart-card header span,
.admin-route-panel-head span {
  display: block;
  color: #91a5bf;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.admin-route-chart-card header h2,
.admin-route-panel-head h2 {
  margin: 6px 0 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.admin-route-chart-card header strong {
  color: #ffd56a;
  font-size: 14px;
  white-space: nowrap;
}

.admin-route-chart-canvas-wrap {
  position: relative;
  min-height: 260px;
  height: 260px;
}

.admin-route-chart-canvas-wrap-compact {
  min-height: 220px;
  height: 220px;
}

.admin-route-chart-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.admin-route-chart-links a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .04);
  color: #9db0c8;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.admin-route-chart-links a:hover {
  color: #fff;
  border-color: rgba(255, 200, 61, .28);
  background: rgba(255, 200, 61, .08);
}

.admin-route-query-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
  margin-bottom: 22px;
}

.admin-conversion-charts {
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, .65fr);
}

.admin-conversion-notice {
  margin: -4px 0 18px;
  padding: 13px 16px;
  border: 1px solid rgba(96, 165, 250, .24);
  border-radius: 16px;
  color: #a9bdd5;
  background: rgba(37, 99, 235, .08);
  font-size: 13px;
  line-height: 1.55;
}

.admin-conversion-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.admin-conversion-daily-table {
  margin-bottom: 22px;
}

.admin-conversion-daily-table .admin-table td:first-child span {
  display: block;
  margin-top: 4px;
  color: #8fa3bd;
  font-size: 12px;
}

@media (max-width: 980px) {
  .admin-conversion-charts,
  .admin-conversion-detail-grid {
    grid-template-columns: 1fr;
  }
}

.admin-route-pairs-table td span {
  display: block;
  margin-top: 4px;
  color: #8fa3bd;
  font-size: 12px;
}

.admin-route-opportunity-list {
  display: grid;
  gap: 14px;
}

.admin-route-opportunity {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .04);
}

.admin-route-opportunity-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.admin-route-opportunity-top strong {
  color: #fff;
  font-size: 15px;
}

.admin-route-demand-score {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 200, 61, calc(var(--score, 50) / 220));
  color: #ffd56a;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.admin-route-opportunity p {
  margin: 10px 0 0;
  color: #9db0c8;
  font-size: 13px;
  line-height: 1.55;
}

.admin-route-opportunity-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 10px 0 14px;
  color: #7f93ad;
  font-size: 12px;
}

.admin-route-opportunity .admin-primary-button {
  width: 100%;
}

.admin-route-log-panel .admin-filter-form-route-queries {
  grid-template-columns: minmax(240px, 1.4fr) repeat(4, minmax(120px, .75fr)) auto;
}

.admin-route-filter-panel {
  margin-bottom: 18px;
}

.admin-route-log-panel > .admin-filter-form-route-queries {
  display: none;
}

.admin-reservation-table tr.is-unmatched td {
  background: rgba(255, 120, 120, .04);
}

@media (max-width: 1180px) {
  .admin-route-query-charts,
  .admin-route-query-grid {
    grid-template-columns: 1fr;
  }

  .admin-route-query-charts-quad,
  .admin-route-chart-card-wide {
    grid-column: auto;
  }

  .admin-route-queries-main .admin-route-query-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .admin-route-query-insights,
  .admin-route-queries-main .admin-route-query-stats {
    grid-template-columns: 1fr;
  }

  .admin-route-log-panel .admin-filter-form-route-queries {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .page-home .hero-panel.hero-search .search-title {
    position: relative;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: start !important;
    align-items: start !important;
    gap: 8px !important;
    margin: 0 0 16px !important;
    padding: 16px 16px 16px 20px !important;
    text-align: left !important;
    overflow: hidden;
    border: 1px solid rgba(255, 138, 0, .24);
    border-radius: 18px;
    background:
      radial-gradient(circle at 100% 0%, rgba(255, 138, 0, .14), transparent 34%),
      linear-gradient(145deg, rgba(247, 251, 255, .98), rgba(234, 244, 255, .9));
    box-shadow: inset 4px 0 0 #ff8a00, 0 14px 28px rgba(12, 49, 94, .08);
  }

  .page-home .hero-panel.hero-search .search-title::after {
    content: "";
    position: absolute;
    right: -26px;
    bottom: -34px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: rgba(255, 138, 0, .12);
    pointer-events: none;
  }

  .page-home .hero-panel.hero-search .panel-badge {
    position: relative;
    z-index: 1;
    grid-column: auto !important;
    width: auto !important;
    padding: 6px 10px;
    color: #ff8a00;
    background: rgba(255, 138, 0, .12);
    border-radius: 999px;
    box-shadow: none;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .page-home .hero-panel.hero-search .search-title h2 {
    position: relative;
    z-index: 1;
    grid-column: auto !important;
    max-width: 100%;
    margin: 0;
    color: var(--surface-strong);
    font-size: 22px;
    line-height: 1.12;
    text-align: left !important;
    letter-spacing: 0;
  }

  :root[data-theme="dark"] .page-home .hero-panel.hero-search .search-title {
    border-color: rgba(255, 154, 35, .28);
    background:
      radial-gradient(circle at 100% 0%, rgba(255, 138, 0, .16), transparent 34%),
      linear-gradient(145deg, rgba(18, 31, 51, .96), rgba(10, 20, 35, .9));
    box-shadow: inset 4px 0 0 #ff9a23, 0 16px 34px rgba(0, 0, 0, .22);
  }

  :root[data-theme="dark"] .page-home .hero-panel.hero-search .panel-badge {
    color: #ffb347;
    background: rgba(255, 154, 35, .13);
  }

  :root[data-theme="dark"] .page-home .hero-panel.hero-search .search-title h2 {
    color: var(--surface-strong);
  }
}

/*
 * Theme surface guard
 * Page text uses --ink / --muted. Card and panel text uses --surface-* tokens.
 * Do not add global h1/h2/h3 dark-mode colors; they break contrast on light cards.
 */
:is(
  .popular-transfer-card,
  .home-region-card,
  .home-tour-card,
  .home-blog-featured-card,
  .home-blog-side-card,
  .home-blog-slide-card,
  .home-why-card,
  .hero-stats .home-stat-card,
  .hero-stats > div,
  .route-card,
  .tour-card,
  .blog-list article,
  .blog-page-card,
  .faq-list article,
  .section-link,
  .contact-card,
  .summary-card,
  .reservation-details-card,
  .vehicle-option-card,
  .area-grid span,
  .google-review-card,
  .page-home .hero-panel,
  .booking-pill,
  .about-process-grid article,
  .about-story-card,
  .about-values article,
  .route-premium-card,
  .route-price-chip
) :is(h1, h2, h3) {
  color: var(--surface-strong);
}

/* Reservation step dark-mode polish: keep native-like controls and route cues readable. */
:root[data-theme="dark"] .reservation-trip-card .route-summary-editable input[type="date"],
:root[data-theme="dark"] .reservation-trip-card .route-summary-editable input[type="time"],
:root[data-theme="dark"] .reservation-trip-card .route-summary-editable input[type="number"] {
  color: #f4fbff !important;
  -webkit-text-fill-color: #f4fbff;
  background-color: #13233a !important;
  border-color: rgba(159, 220, 255, .28) !important;
  color-scheme: dark;
}

:root[data-theme="dark"] .reservation-trip-card .route-input-icon--date::after {
  background-color: #ffc15f !important;
  filter: drop-shadow(0 0 8px rgba(255, 193, 95, .22));
}

:root[data-theme="dark"] .reservation-trip-card .route-input-icon--time::after {
  background-color: #86d4ff !important;
  filter: drop-shadow(0 0 8px rgba(134, 212, 255, .24));
}

:root[data-theme="dark"] .reservation-trip-card .route-summary-editable input[type="date"]::-webkit-calendar-picker-indicator,
:root[data-theme="dark"] .reservation-trip-card .route-summary-editable input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0 !important;
}

:root[data-theme="dark"] .reservation-trip-card .reservation-route-label {
  color: #ffb347 !important;
}

:root[data-theme="dark"] .reservation-trip-card .reservation-route-point.is-to .reservation-route-label {
  color: #d2f1ff !important;
  text-shadow:
    0 0 12px rgba(134, 212, 255, .4),
    0 1px 0 rgba(0, 0, 0, .45);
}

:root[data-theme="dark"] .reservation-trip-card .reservation-route-marker {
  background: #ffad33 !important;
  box-shadow:
    0 0 0 5px rgba(255, 173, 51, .22),
    0 0 20px rgba(255, 173, 51, .38) !important;
}

:root[data-theme="dark"] .reservation-trip-card .reservation-route-point.is-to .reservation-route-marker {
  width: 13px;
  height: 13px;
  background: #7ad0ff !important;
  box-shadow:
    0 0 0 5px rgba(122, 208, 255, .26),
    0 0 24px rgba(122, 208, 255, .48) !important;
}

:root[data-theme="dark"] .reservation-trip-card .reservation-route-connector-icon {
  color: #06111f !important;
  background: linear-gradient(135deg, #ffe0ad 0%, #ff9a23 50%, #86d4ff 100%) !important;
  box-shadow:
    0 14px 28px rgba(255, 138, 0, .24),
    0 0 0 7px rgba(255, 194, 95, .12) !important;
}

/* Final reservation dark-mode overrides: remove browser-black picker glyphs entirely. */
.reservation-trip-card .route-input-icon {
  display: block;
  isolation: isolate;
  min-height: 52px;
  position: relative;
}

.reservation-trip-card .route-input-icon input[type="date"],
.reservation-trip-card .route-input-icon input[type="time"] {
  position: absolute !important;
  inset: 0;
  z-index: 5;
  width: 100% !important;
  height: 100% !important;
  min-height: 52px !important;
  padding: 0 !important;
  background-image: none !important;
  border: 0 !important;
  opacity: 0 !important;
  cursor: pointer;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.reservation-trip-card .route-input-icon input[type="date"]::-webkit-calendar-picker-indicator,
.reservation-trip-card .route-input-icon input[type="time"]::-webkit-calendar-picker-indicator {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.reservation-trip-card .route-input-display {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding: 12px 54px 12px 14px;
  color: #153551;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  border: 1px solid #d7e4ef;
  border-radius: 12px;
  box-sizing: border-box;
}

.reservation-trip-card .route-input-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 138, 0, .18);
  border-radius: 11px;
  background: rgba(255, 138, 0, .1);
  transform: translateY(-50%);
  pointer-events: none;
}

.reservation-trip-card .route-input-icon::after {
  right: 17px !important;
  z-index: 2;
  width: 20px !important;
  height: 20px !important;
}

.reservation-trip-card .route-input-icon--time::before {
  border-color: rgba(19, 153, 229, .2);
  background: rgba(19, 153, 229, .1);
}

:root[data-theme="dark"] .reservation-trip-card .route-input-icon::before {
  border-color: rgba(255, 193, 95, .4) !important;
  background: rgba(255, 179, 71, .14) !important;
  box-shadow: 0 0 0 1px rgba(255, 193, 95, .08), 0 0 18px rgba(255, 179, 71, .12);
}

:root[data-theme="dark"] .reservation-trip-card .route-input-icon--time::before {
  border-color: rgba(134, 212, 255, .44) !important;
  background: rgba(134, 212, 255, .14) !important;
  box-shadow: 0 0 0 1px rgba(134, 212, 255, .08), 0 0 18px rgba(134, 212, 255, .14);
}

:root[data-theme="dark"] .reservation-trip-card .route-input-display {
  color: #f4fbff !important;
  background: #13233a !important;
  border-color: rgba(159, 220, 255, .28) !important;
}

:root[data-theme="dark"] .reservation-trip-card .reservation-route-point.is-to {
  background: transparent !important;
  border-color: rgba(134, 212, 255, .18) !important;
}

:root[data-theme="dark"] .reservation-trip-card .reservation-route-point.is-to .reservation-route-label {
  color: #e4f8ff !important;
  letter-spacing: .14em;
}

:root[data-theme="dark"] .reservation-trip-card .reservation-route-point.is-to .reservation-route-title {
  color: #ffffff !important;
}

/* Professional desktop contact dock: visible without covering page content. */
@media (min-width: 761px) {
  .contact-dock {
    right: 22px;
    bottom: 22px;
    z-index: 72;
    gap: 10px;
    width: 238px;
  }

  .contact-dock-btn,
  .contact-dock-btn-phone,
  .contact-dock-btn-whatsapp {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 11px;
    min-height: 58px;
    padding: 8px 13px 8px 9px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 12px 26px rgba(4, 18, 34, .18);
    animation: none !important;
    transform: none;
  }

  .contact-dock-btn:hover,
  .contact-dock-btn-phone:hover,
  .contact-dock-btn-whatsapp:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(4, 18, 34, .22);
  }

  .contact-dock-pulse,
  .contact-dock-pulse-whatsapp,
  .contact-dock-icon-phone::after,
  .contact-dock-icon-whatsapp::after,
  .contact-dock-phone-badge,
  .contact-dock-whatsapp-badge {
    display: none !important;
  }

  .contact-dock-icon,
  .contact-dock-icon-phone,
  .contact-dock-icon-whatsapp {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    animation: none !important;
    box-shadow: none;
  }

  .contact-dock-icon svg {
    width: 21px;
    height: 21px;
  }

  .contact-dock-copy strong,
  .contact-dock-btn-phone .contact-dock-copy strong,
  .contact-dock-btn-whatsapp .contact-dock-copy strong {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0;
  }

  .contact-dock-copy small,
  .contact-dock-btn-phone .contact-dock-copy small,
  .contact-dock-btn-whatsapp .contact-dock-copy small {
    margin-top: 3px;
    color: rgba(255, 255, 255, .72);
    font-size: 10.5px;
    line-height: 1.25;
    font-weight: 750;
  }

  .contact-dock-btn-phone {
    background: linear-gradient(135deg, #123a62, #0c315e);
    border-color: rgba(255, 179, 71, .28);
  }

  .contact-dock-btn-whatsapp {
    background: linear-gradient(135deg, #0d3b2c, #08241e);
    border-color: rgba(37, 211, 102, .28);
  }
}
