:root {
  --black: #111111;
  --ink: #1c1b18;
  --panel: #ffffff;
  --soft: #f6f4ee;
  --line: #ded8ca;
  --yellow: #ffd21f;
  --yellow-dark: #d99a00;
  --text: #1a1916;
  --muted: #686257;
  --danger: #b42318;
  --radius: 10px;
  --shadow: 0 18px 45px rgba(17, 17, 17, .10);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html {
  scroll-behavior: smooth;
  background: #090909;
}
body {
  margin: 0;
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--text);
  background: #090909;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 68px;
}
a { color: inherit; }
a, button, input, textarea, select {
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease, opacity .18s ease;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background:
    linear-gradient(180deg, rgba(24,23,20,.96), rgba(12,12,11,.94));
  border-bottom: 1px solid rgba(255, 210, 31, .24);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
.brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}
.brand {
  padding: 7px 8px 7px 0;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  overflow: hidden;
  background: #111;
  color: #111;
  border-radius: 9px;
  font-weight: 900;
  letter-spacing: -.04em;
  box-shadow: 0 10px 24px rgba(255,210,31,.18);
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.brand-text { display: grid; line-height: 1.1; min-width: 0; }
.brand-text strong, .footer-brand span:last-child { color: #fff; font-weight: 850; letter-spacing: -.02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand-text small { color: rgba(255,255,255,.62); font-size: 12px; font-weight: 700; margin-top: 4px; }
.site-header nav { display: none; }
.header-cta {
  display: none;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--yellow);
  color: #111;
  font-weight: 850;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 10px 22px rgba(17,17,17,.16);
}
.header-cta:hover, .btn-primary:hover {
  background: #f5c900;
  transform: none;
  box-shadow: 0 12px 26px rgba(17,17,17,.18);
}
.mobile-actionbar {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 40;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
  background: linear-gradient(180deg, rgba(24,23,20,.96), rgba(10,10,9,.96));
  border: 1px solid rgba(255,210,31,.18);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.30);
  backdrop-filter: blur(16px);
}
.mobile-actionbar a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
}
.nav-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  object-fit: contain;
}
.mobile-actionbar a:nth-child(2) .nav-icon { filter: invert(1); }
.mobile-actionbar a:first-child { background: var(--yellow); color: #111; }
.mobile-actionbar a:hover { background: rgba(255,255,255,.12); }
.mobile-actionbar a:first-child:hover { background: #ffe067; }
.mobile-actionbar a:nth-child(3) { background: rgba(33,192,99,.18); color: #dfffe9; }
.mobile-actionbar a:nth-child(3):hover { background: #21c063; color: #07170d; }
.hero {
  display: grid;
  gap: 28px;
  padding: 34px 16px 30px;
  background:
    linear-gradient(180deg, rgba(17,17,17,.98), rgba(17,17,17,.84)),
    repeating-linear-gradient(45deg, transparent 0 24px, rgba(255,210,31,.07) 24px 48px);
  color: #fff;
}
.hero-copy { width: min(100%, 680px); min-width: 0; }
.hero h1 {
  font-size: clamp(38px, 12vw, 76px);
  line-height: .96;
  margin: 0;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.lead {
  color: #ece7d9;
  font-size: clamp(16px, 4vw, 20px);
  max-width: 620px;
  margin: 16px 0 0;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--yellow);
  text-transform: uppercase;
  font-weight: 850;
  font-size: 12px;
  letter-spacing: .08em;
}
.hero-actions, .trust-strip { display: grid; gap: 10px; margin-top: 22px; }
.hero-actions .btn {
  min-height: 52px;
  padding: 0 21px;
  font-size: 15px;
}
.hero-actions .btn-primary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1.8px solid currentColor;
  border-right: 1.8px solid currentColor;
  transform: rotate(45deg);
  margin-left: 3px;
}
.trust-strip { grid-template-columns: 1fr; }
.trust-strip span {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,210,31,.28);
  padding: 13px 14px 13px 42px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.trust-strip span::before {
  content: "\2713";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--yellow);
  color: #111;
  font-size: 12px;
  font-weight: 900;
}
.trust-strip strong { display: block; line-height: 1.1; }
.trust-strip small { display: block; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 650; margin-top: 3px; }
.hero-art {
  display: none;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255,210,31,.22);
  box-shadow: 0 32px 80px rgba(0,0,0,.34);
}
.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17,17,17,.10), rgba(255,210,31,.08));
  pointer-events: none;
}
.hero-art img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 62% 50%;
  display: block;
}
.desktop-hero-art {
  display: none;
}
.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
.btn-icon, .link-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  object-fit: contain;
}
.btn-icon.brand-icon { width: 17px; height: 17px; flex-basis: 17px; }
.btn-whatsapp .brand-icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}
.link-icon {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
  margin-right: 7px;
  vertical-align: -3px;
}
.hero .btn-outline .btn-icon { filter: invert(1); }
.btn-primary {
  background: var(--yellow);
  color: #111;
  border-color: rgba(17,17,17,.12);
  box-shadow: 0 10px 22px rgba(17,17,17,.12);
}
.btn-outline {
  border-color: rgba(255,255,255,.28);
  color: #fff;
  background: rgba(255,255,255,.06);
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
}
.btn-whatsapp {
  background: #25d366;
  color: #06150c;
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 10px 22px rgba(17,17,17,.12);
}
.btn-dark { background: var(--black); color: #fff; width: 100%; margin-top: 10px; }
.btn-outline:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.54);
  transform: none;
  box-shadow: 0 10px 22px rgba(0,0,0,.14);
}
.btn-whatsapp:hover {
  background: #22c55e;
  transform: none;
  box-shadow: 0 12px 24px rgba(17,17,17,.16);
}
.btn-dark:hover { background: #2a2925; transform: none; }
.order-zone {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(17,17,17,.025) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, rgba(17,17,17,.020) 1px, transparent 1px) 0 0 / 72px 72px,
    radial-gradient(circle at 12% 8%, rgba(255,210,31,.20), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(255,210,31,.18), transparent 28%),
    linear-gradient(180deg, #fbf8ef 0%, #f4eee1 100%);
  color: var(--text);
}
.order-zone::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(251,248,239,.24), rgba(247,243,234,.78)),
    url("../images/booking-route-visual.jpg") right top / cover no-repeat;
  mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
  opacity: .48;
  pointer-events: none;
}
.order-zone::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 10px;
  background: linear-gradient(90deg, #111 0 18px, var(--yellow) 18px 36px) 0 0 / 36px 10px repeat-x;
  opacity: .92;
  pointer-events: none;
}
.services-section {
  position: relative;
  z-index: 1;
  padding: 44px 16px 24px;
  background: transparent;
  color: var(--text);
}
.services-head {
  width: min(1180px, 100%);
  margin: 0 auto 14px;
}
.services-section .eyebrow, .booking-section .eyebrow {
  color: #7c5700;
}
.services-head h2 {
  margin: 0;
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1;
  letter-spacing: -.045em;
  color: var(--text);
}
.service-grid {
  display: grid;
  gap: 12px;
  width: min(1180px, 100%);
  margin: 0 auto;
}
.service-grid article, .booking-form, .confirm-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.service-grid article {
  position: relative;
  overflow: hidden;
  padding: 20px;
  min-height: 205px;
  display: grid;
  gap: 9px;
  align-content: start;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98) 0%, rgba(255,250,240,.96) 100%);
  backdrop-filter: blur(12px);
  color: var(--text);
}
.service-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--yellow), #111);
}
.service-grid article::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,210,31,.30), rgba(255,210,31,.10) 64%, transparent 65%);
  z-index: 0;
}
.service-grid article > * { position: relative; z-index: 1; }
.service-grid article:hover {
  transform: translateY(-3px);
  border-color: #e8c94d;
  box-shadow: 0 22px 54px rgba(17,17,17,.13);
}
.service-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--black);
  color: var(--yellow);
  box-shadow: 0 12px 24px rgba(17,17,17,.12);
}
.service-icon img {
  display: block;
  width: 24px;
  height: 24px;
}
.service-grid strong { color: var(--text); font-size: 18px; letter-spacing: -.02em; }
.service-grid article > span:not(.service-icon) { color: var(--muted); line-height: 1.5; font-size: 14px; max-width: 34ch; }
.service-grid em {
  align-self: end;
  justify-self: start;
  margin-top: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(17,17,17,.06);
  color: #5f4808;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}
.booking-section {
  position: relative;
  z-index: 1;
  padding: 30px 16px 70px;
  max-width: none;
  margin: 0;
  background: transparent;
  color: var(--text);
}
.booking-section > * { width: min(980px, 100%); margin-left: auto; margin-right: auto; }
.booking-section,
.booking-section > *,
.booking-form,
.booking-form > *,
.booking-form fieldset,
.booking-form label,
.booking-form .grid-2,
.booking-form .segmented,
.booking-form .payment-grid,
.booking-form .luggage-block,
.booking-form .return-fields,
.booking-form .return-destination-fields,
.booking-form .business-fields,
.booking-form .stops,
.booking-form .estimate-box,
.booking-form .wizard-actions {
  min-width: 0;
  max-width: 100%;
}
.section-heading {
  position: relative;
  margin-bottom: 18px;
  padding: 18px 0 0;
}
.section-heading::before {
  content: "";
  display: block;
  width: 72px;
  height: 5px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 88px 0 0 #111;
}
.section-heading h2 { font-size: clamp(30px, 8vw, 46px); margin: 0; letter-spacing: -.04em; max-width: 12ch; }
.booking-form {
  padding: 14px;
  display: grid;
  gap: 14px;
  color: var(--text);
  border-top: 5px solid var(--yellow);
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
.booking-form:hover { box-shadow: 0 22px 58px rgba(17,17,17,.11); }
.booking-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.booking-steps span {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffdf7;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}
.booking-steps span.is-active {
  background: var(--black);
  border-color: var(--black);
  color: #fff;
}
.booking-steps span.is-complete {
  background: #fff8d9;
  border-color: #e7cf69;
  color: #5c4100;
}
.booking-steps span:not(.is-active):not(.is-complete):hover {
  border-color: #d8bd45;
  color: var(--text);
}
fieldset {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  display: grid;
  gap: 14px;
  min-width: 0;
  background: linear-gradient(180deg, #fff 0%, #fffdf7 100%);
}
fieldset.is-active { animation: step-in .18s ease-out; }
@keyframes step-in {
  from { opacity: .6; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}
legend { font-weight: 850; padding: 0 8px; font-size: 15px; }
label { display: grid; gap: 7px; font-size: 14px; font-weight: 750; color: #2f2b24; }
input, textarea, select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 1px solid #cbc4b6;
  border-radius: 9px;
  padding: 11px 12px;
  font: inherit;
  background: #fff;
  color: var(--text);
}
textarea { resize: vertical; min-height: 96px; }
input:focus, textarea:focus, select:focus {
  outline: 3px solid rgba(255, 210, 31, .35);
  border-color: var(--yellow-dark);
}
.places-widget {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.taxi-place-autocomplete {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 48px;
  color-scheme: light;
}
.address-input.has-places-widget {
  display: none;
}
.places-suggestions {
  width: 100%;
  max-width: 100%;
  margin-top: 7px;
  overflow: hidden;
  border: 1px solid #d6cdbd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(17,17,17,.13);
}
.places-suggestion {
  width: 100%;
  min-height: 0;
  display: grid;
  gap: 2px;
  padding: 12px;
  border: 0;
  border-bottom: 1px solid #eee6d8;
  border-radius: 0;
  background: #fff;
  color: var(--text);
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.places-suggestion:last-child {
  border-bottom: 0;
}
.places-suggestion:hover,
.places-suggestion:focus {
  background: #fff8d9;
  outline: 0;
  transform: none;
}
.places-suggestion strong {
  overflow: hidden;
  color: #111;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.places-suggestion span {
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.date-picker {
  cursor: pointer;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E") right 13px center / 18px 18px no-repeat,
    linear-gradient(90deg, transparent calc(100% - 44px), #fff8d9 calc(100% - 44px)),
    #fff;
  padding-right: 52px;
}
.custom-date-picker {
  position: absolute;
  z-index: 80;
  padding: 12px;
  border: 1px solid #cfc5b3;
  border-top: 4px solid var(--yellow);
  border-radius: 12px;
  background: #111;
  color: #fff;
  box-shadow: 0 22px 52px rgba(17,17,17,.22);
}
.date-picker-head {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.date-picker-head strong {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
}
.date-picker-head button {
  width: 40px;
  height: 36px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 9px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.date-picker-head button:hover {
  background: var(--yellow);
  color: #111;
  transform: none;
}
.date-weekdays,
.date-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.date-weekdays {
  margin-bottom: 6px;
}
.date-weekdays span {
  text-align: center;
  color: rgba(255,255,255,.58);
  font-size: 11px;
  font-weight: 850;
}
.date-day {
  min-width: 0;
  min-height: 36px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.date-day:hover:not(:disabled) {
  background: rgba(255,210,31,.18);
  border-color: rgba(255,210,31,.40);
  color: var(--yellow);
}
.date-day.is-selected {
  background: var(--yellow);
  border-color: var(--yellow);
  color: #111;
}
.date-day.is-muted {
  color: rgba(255,255,255,.35);
}
.date-day.is-muted:not(.is-unavailable) {
  color: #fff;
}
.date-day.is-unavailable {
  color: #ff6b60;
  background: rgba(180,35,24,.14);
  text-decoration: line-through;
  cursor: not-allowed;
  opacity: .92;
}
.grid-2, .segmented, .payment-grid, .luggage-block { display: grid; grid-template-columns: 1fr; gap: 12px; }
.check-row { display: flex; align-items: center; gap: 10px; }
.check-row input { width: 20px; min-height: 20px; }
.check-row-card {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  align-self: end;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}
.check-row-card:hover {
  border-color: #d8bd45;
  background: #fff8d9;
}
.route-note {
  padding: 11px 12px;
  border-left: 4px solid var(--yellow);
  border-radius: 9px;
  background: #fff8d9;
  color: #5f4808;
  font-size: 14px;
  font-weight: 800;
}
.availability-note {
  padding: 10px 12px;
  border: 1px solid #e7cf69;
  border-left: 4px solid var(--yellow);
  border-radius: 9px;
  background: #fffaf0;
  color: #5f4808;
  font-size: 13px;
  font-weight: 800;
}
.availability-note.is-warning {
  border-color: #ffcfca;
  border-left-color: var(--danger);
  background: #fff0ee;
  color: #8f1d14;
}
.maps-warning {
  padding: 11px 12px;
  border-left: 4px solid #b42318;
  border-radius: 9px;
  background: #fff0ee;
  color: #8f1d14;
  font-size: 13px;
  font-weight: 800;
}
.text-button { justify-self: start; border: 0; background: transparent; color: #7c5700; font-weight: 850; cursor: pointer; padding: 4px 0; }
.text-button:hover { color: #3e2a00; transform: none; }
.stops { display: grid; gap: 10px; }
.return-fields, .return-destination-fields, .business-fields { display: none; }
.return-fields.is-visible, .return-destination-fields.is-visible, .business-fields.is-visible, .luggage-fields.is-visible { display: grid; }
.luggage-fields { display: none; }
.business-fields { gap: 12px; }
.segmented label, .payment-grid label {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  background: #fffdf7;
  min-width: 0;
}
.segmented label:hover, .payment-grid label:hover {
  border-color: #d8bd45;
  background: #fff8d9;
}
.segmented input, .payment-grid input { width: auto; min-height: auto; }
.segmented .field-error, .payment-grid .field-error { flex-basis: 100%; }
.estimate-box {
  border: 1px solid #e0c85f;
  background: #fffaf0;
  padding: 16px;
  border-radius: var(--radius);
  display: grid;
  gap: 10px;
  box-shadow: 0 10px 24px rgba(17,17,17,.07);
}
.estimate-box strong { font-size: clamp(22px, 7vw, 32px); line-height: 1; letter-spacing: -.035em; }
.estimate-box span { color: var(--muted); font-size: 14px; }
.estimate-box.has-price {
  grid-template-columns: 1fr;
  background: #111;
  color: #fff;
  border-color: #111;
}
.estimate-box.has-price strong { color: var(--yellow); }
.estimate-label {
  display: block;
  color: rgba(255,255,255,.68) !important;
  font-size: 12px !important;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 5px;
}
.estimate-box dl {
  display: grid;
  gap: 8px;
  margin: 0;
}
.estimate-box dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.estimate-box dt { color: rgba(255,255,255,.62); font-weight: 750; }
.estimate-box dd { margin: 0; color: #fff; font-weight: 800; text-align: right; }
.estimate-box small { color: rgba(255,255,255,.64); font-weight: 650; }
.form-error, .notice { padding: 14px; border-radius: var(--radius); background: #fff0ee; color: var(--danger); border: 1px solid #ffcfca; margin-bottom: 14px; }
.has-error input, .has-error textarea, .has-error select { border-color: var(--danger); outline: 3px solid rgba(180, 35, 24, .12); }
.field-error { color: var(--danger); font-size: 12px; font-weight: 800; }
.wizard-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.wizard-actions .btn-outline {
  color: var(--text);
  border-color: var(--line);
  background: #fff;
}
.btn-submit { width: 100%; font-size: 16px; min-height: 52px; }
.site-footer {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 30px 16px 82px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,210,31,.18), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.045) 0 25%, transparent 25% 50%, rgba(255,255,255,.045) 50% 75%, transparent 75%) 0 0 / 34px 34px,
    linear-gradient(180deg, #161513 0%, #090909 100%);
  color: #fff;
  border-top: 0;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 8px;
  background: linear-gradient(90deg, var(--yellow) 0 16px, #111 16px 32px) 0 0 / 32px 8px repeat-x;
}
.site-footer::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  border: 38px solid rgba(255,210,31,.08);
  pointer-events: none;
}
.site-footer > div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  align-content: start;
}
.footer-main {
  padding: 14px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255,210,31,.10), transparent 46%),
    rgba(255,255,255,.055);
  box-shadow: 0 16px 42px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.08);
}
.site-footer p { margin: 0; color: rgba(255,255,255,.68); max-width: 42ch; font-size: 14px; }
.site-footer strong {
  color: var(--yellow);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .09em;
}
.site-footer a, .site-footer span:not(.brand-mark) { color: rgba(255,255,255,.78); text-decoration: none; }
.footer-links a, .footer-links span {
  display: flex;
  align-items: center;
  gap: 2px;
  min-height: 32px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 14px;
}
.footer-links a:hover {
  color: var(--yellow);
  transform: none;
}
.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.footer-badges span {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,210,31,.20);
  color: rgba(255,255,255,.86);
  font-size: 11px;
  font-weight: 850;
}
.footer-bottom {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 14px;
}
.footer-bottom a {
  justify-self: start;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--yellow);
  color: #111;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}
.footer-bottom a:hover {
  background: #ffe067;
  transform: none;
}
.site-footer a:focus-visible, .mobile-actionbar a:focus-visible, .btn:focus-visible {
  outline: 3px solid rgba(255,210,31,.45);
  outline-offset: 3px;
}
.cookie-banner {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 86px;
  z-index: 60;
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(17,17,17,.96);
  color: #fff;
  border: 1px solid rgba(255,210,31,.34);
  box-shadow: 0 18px 60px rgba(0,0,0,.34);
}
.cookie-banner p { margin: 4px 0 0; color: rgba(255,255,255,.72); font-size: 14px; }
.cookie-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cookie-actions .btn-outline { border-color: rgba(255,255,255,.28); color: #fff; background: transparent; }
.footer-brand {
  margin-bottom: 2px;
  align-items: center;
}
.footer-brand .brand-mark {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  color: #111;
  box-shadow: 0 12px 26px rgba(255,210,31,.18);
}
.confirm-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,210,31,.24), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.035) 0 25%, transparent 25% 50%, rgba(255,255,255,.035) 50% 75%, transparent 75%) 0 0 / 34px 34px,
    var(--black);
}
.confirm-shell { width: min(720px, 100%); display: grid; gap: 16px; }
.confirm-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}
.confirm-card { width: 100%; padding: 22px; border-top: 5px solid var(--yellow); }
.confirm-card h1 { margin: 0 0 10px; font-size: clamp(32px, 9vw, 56px); line-height: .98; letter-spacing: -.05em; }
.confirm-lead { margin: 0; color: var(--muted); font-weight: 650; }
.confirm-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: var(--radius);
  background: #fff8d9;
  border: 1px solid #e7cf69;
}
.confirm-status span { color: #5f4808; font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.confirm-status strong { font-size: 18px; }
.summary-list { display: grid; gap: 10px; margin: 24px 0; }
.summary-list div { display: grid; gap: 2px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.summary-list dt { color: var(--muted); font-weight: 800; }
.summary-list dd { margin: 0; }
.confirm-summary dd { font-weight: 750; overflow-wrap: anywhere; }
.confirm-actions { display: grid; gap: 10px; }
.confirm-actions .btn-outline { color: var(--text); border-color: var(--line); background: #fff; }
.receipt-body {
  min-height: 100vh;
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(17,17,17,.025) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, rgba(17,17,17,.020) 1px, transparent 1px) 0 0 / 72px 72px,
    #f4f1e8;
}
.receipt-shell {
  width: min(920px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}
.receipt-toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.receipt-toolbar .btn-outline {
  color: var(--text);
  border-color: var(--line);
  background: #fff;
}
.receipt-paper {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 5px solid var(--yellow);
  border-radius: 12px;
  padding: clamp(20px, 5vw, 42px);
  box-shadow: var(--shadow);
}
.receipt-header {
  display: grid;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.receipt-logo {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 12px;
  object-fit: cover;
  background: #111;
  box-shadow: 0 10px 24px rgba(17,17,17,.12);
}
.receipt-header h1 {
  margin: 12px 0 4px;
  font-size: clamp(30px, 7vw, 44px);
  line-height: 1;
  letter-spacing: -.04em;
}
.receipt-header p,
.receipt-grid p,
.receipt-footer {
  color: var(--muted);
}
.receipt-meta {
  display: grid;
  gap: 4px;
  align-content: start;
  padding: 14px;
  border-radius: 10px;
  background: #fff8d9;
  border: 1px solid #e7cf69;
}
.receipt-meta span,
.receipt-grid h2 {
  color: #6c4d00;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
}
.receipt-meta strong { font-size: 20px; }
.receipt-grid {
  display: grid;
  gap: 18px;
  padding: 24px 0;
}
.receipt-grid h2 { margin-bottom: 8px; }
.receipt-grid p { margin: 0 0 8px; }
.receipt-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.receipt-table th,
.receipt-table td {
  padding: 13px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.receipt-table th:last-child,
.receipt-table td:last-child { text-align: right; white-space: nowrap; }
.receipt-table thead th {
  background: #111;
  color: #fff;
  font-size: 13px;
}
.receipt-table tfoot th {
  background: #fff8d9;
  border-bottom: 0;
  font-size: 16px;
}
.receipt-footer {
  display: grid;
  gap: 5px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
@media (min-width: 720px) {
  .receipt-header,
  .receipt-grid { grid-template-columns: 1fr 1fr; }
  .receipt-meta { justify-self: end; min-width: 250px; }
}
@media print {
  body.receipt-body { background: #fff; padding: 0; }
  .receipt-toolbar { display: none; }
  .receipt-paper { border: 0; box-shadow: none; border-radius: 0; padding: 0; }
}
@media (min-width: 720px) {
  body { padding-bottom: 0; }
  .mobile-actionbar { display: none; }
  .site-header nav {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    padding: 5px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 999px;
    background: rgba(255,255,255,.055);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  }
  .site-header nav a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,.78);
    text-decoration: none;
    font-weight: 820;
    font-size: 14px;
    padding: 10px 13px;
    border-radius: 999px;
    border: 1px solid transparent;
  }
  .site-header nav a:hover {
    background: rgba(255,255,255,.10);
    border-color: rgba(255,255,255,.10);
    color: #fff;
    transform: none;
  }
  .site-header nav a[href*="wa.me"] {
    color: #dfffe9;
  }
  .site-header nav a[href^="tel"] .nav-icon {
    filter: invert(1);
    opacity: .82;
  }
  .site-header nav a[href*="wa.me"]:hover {
    background: rgba(33,192,99,.16);
    border-color: rgba(33,192,99,.28);
  }
  .site-header nav a[href*="admin"] {
    color: rgba(255,255,255,.58);
  }
  .header-cta { display: inline-flex; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(300px, 500px); align-items: center; padding: 64px max(32px, calc((100vw - 1180px) / 2)) 76px; }
  .hero-actions { display: flex; flex-wrap: wrap; }
  .trust-strip { grid-template-columns: repeat(3, minmax(160px, 1fr)); max-width: 760px; }
  .desktop-hero-art { display: block; }
  .services-section { margin: 0; padding: 70px max(32px, calc((100vw - 1180px) / 2)) 28px; position: relative; z-index: 2; }
  .services-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 16px;
    padding: 0 2px;
  }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .booking-section { padding: 38px max(32px, calc((100vw - 1180px) / 2)) 88px; }
  .booking-section > * { margin-left: auto; margin-right: auto; }
  .section-heading { width: min(980px, 100%); }
  .booking-form { width: min(980px, 100%); }
  .booking-form { padding: 24px; gap: 18px; }
  .booking-steps { grid-template-columns: repeat(3, 1fr); }
  fieldset { padding: 20px; }
  .grid-2, .segmented, .payment-grid, .luggage-block { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1.35fr 1fr 1fr 1fr; padding: 36px max(32px, calc((100vw - 1180px) / 2)) 26px; }
  .footer-bottom {
    grid-column: 1 / -1;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
  }
  .cookie-banner {
    left: auto;
    right: 28px;
    bottom: 28px;
    width: min(520px, calc(100% - 56px));
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .cookie-actions { grid-template-columns: auto auto; }
  .wizard-actions { grid-template-columns: 160px 1fr; }
  .wizard-actions .btn-submit, .wizard-actions .btn-next { grid-column: 2; }
  .wizard-actions .btn-prev:not([hidden]) + .btn-next { grid-column: 2; }
  .wizard-actions .btn-prev[hidden] + .btn-next { grid-column: 1 / -1; }
  .summary-list div { grid-template-columns: 130px 1fr; gap: 14px; }
  .confirm-card { padding: 34px; }
  .confirm-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 380px) {
  .brand-text small { display: none; }
  .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
  .booking-form, fieldset { padding: 12px; }
}
@media (min-width: 681px) and (max-width: 960px) {
  .header-inner {
    min-height: 64px;
    width: min(100% - 24px, 1180px);
  }
  .brand-text small {
    display: none;
  }
  .site-header nav a {
    padding: 9px 10px;
    font-size: 13px;
  }
  .header-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 34px 28px 38px;
  }
  .hero-copy {
    width: 100%;
    max-width: none;
  }
  .hero h1 {
    max-width: 12ch;
    font-size: clamp(42px, 8vw, 64px);
  }
  .lead {
    max-width: 58ch;
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .hero-actions .btn {
    flex: 0 1 auto;
    min-width: 148px;
  }
  .trust-strip {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .trust-strip span {
    padding: 12px 12px 12px 38px;
    font-size: 13px;
  }
  .trust-strip span::before {
    left: 11px;
    width: 18px;
    height: 18px;
  }
  .trust-strip small {
    font-size: 11px;
    line-height: 1.25;
  }
  .desktop-hero-art {
    display: none;
  }
  .services-section {
    padding-top: 44px;
  }
  .services-head {
    align-items: start;
  }
  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .service-grid article {
    padding: 16px;
  }
  .service-grid article > span:not(.service-icon) {
    max-width: none;
  }
  .booking-section {
    padding-top: 34px;
  }
}
@media (max-width: 680px) {
  body {
    overflow-x: hidden;
    padding-bottom: 0;
  }
  .mobile-actionbar {
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
  }
  .hero {
    gap: 20px;
    padding-bottom: 24px;
  }
  .trust-strip {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    gap: 8px;
    min-height: 226px;
    align-content: start;
    padding: 12px 10px;
    border: 1px solid rgba(255,210,31,.26);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(17,17,17,.50) 0%, rgba(17,17,17,.28) 42%, rgba(17,17,17,.90) 100%),
      url("../images/taxi-hero.svg") center 18px / min(82%, 286px) auto no-repeat,
      linear-gradient(135deg, #1b1a17 0%, #090909 100%);
    box-shadow: 0 22px 54px rgba(0,0,0,.24);
  }
  .trust-strip::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      radial-gradient(circle at 12% 12%, rgba(255,210,31,.28), transparent 28%),
      linear-gradient(90deg, rgba(255,210,31,.10), transparent 42%);
    pointer-events: none;
  }
  .trust-strip span {
    z-index: 1;
    border-color: rgba(255,255,255,.16);
    padding: 11px 12px 11px 39px;
    background: rgba(17,17,17,.68);
    backdrop-filter: blur(8px);
    box-shadow: none;
  }
  .trust-strip span::before {
    left: 11px;
    width: 18px;
    height: 18px;
  }
  .booking-section {
    padding: 28px 12px 76px;
  }
  .site-footer {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }
  .booking-section > *,
  .section-heading,
  .booking-form {
    width: 100%;
  }
  .section-heading h2 {
    max-width: 100%;
  }
  .booking-form {
    padding: 12px;
    border-radius: 12px;
    gap: 12px;
  }
  .booking-steps {
    grid-template-columns: 1fr;
  }
  .booking-steps span {
    min-height: 40px;
    font-size: 12px;
  }
  fieldset {
    padding: 12px;
    border-radius: 10px;
    overflow: hidden;
  }
  legend {
    max-width: calc(100% - 12px);
  }
  .grid-2,
  .segmented,
  .payment-grid,
  .luggage-block,
  .return-fields {
    grid-template-columns: minmax(0, 1fr);
  }
  input,
  textarea,
  select,
  .taxi-place-autocomplete {
    font-size: 16px;
  }
  .places-suggestions {
    max-height: 238px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .places-suggestion {
    padding: 13px 12px;
  }
  .places-suggestion strong,
  .places-suggestion span {
    white-space: normal;
  }
  .estimate-box {
    padding: 13px;
  }
  .estimate-box dl div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .estimate-box dd {
    text-align: left;
  }
  .custom-date-picker {
    width: min(330px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px);
  }
}
