:root {
  color-scheme: dark;
  --orange: #f97316;
  --orange-dark: #c2410c;
  --orange-soft: #ffedd5;
  --ink: #120f0c;
  --panel: #1f1813;
  --panel-soft: #2a211b;
  --muted: #b8a99d;
  --line: rgba(249, 115, 22, 0.22);
  --paper: #fffaf5;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(249, 115, 22, 0.24), transparent 34rem),
    linear-gradient(180deg, #100d0b 0%, #1b130f 52%, #0e0c0a 100%);
  color: var(--white);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 50% 0%, rgba(249, 115, 22, 0.14), transparent 30rem),
    linear-gradient(180deg, #090806 0%, #15110e 48%, #080706 100%);
}

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px;
  padding: 14px clamp(16px, 5vw, 56px);
  background: linear-gradient(180deg, rgba(8, 7, 6, 0.68), transparent);
  border-bottom: 0;
  backdrop-filter: none;
}

.brand {
  display: none;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
}

.header-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid rgba(249, 115, 22, 0.5);
  border-radius: 8px;
  color: var(--white);
  background: rgba(249, 115, 22, 0.18);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(249, 115, 22, 0.16);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.header-contact svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.header-contact:hover {
  transform: translateY(-2px);
  border-color: rgba(249, 115, 22, 0.9);
  background: var(--orange);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: auto;
  max-width: min(100%, 720px);
  overflow-x: auto;
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.main-nav button,
.language-switch {
  min-height: 38px;
  border: 1px solid rgba(249, 115, 22, 0.24);
  border-radius: 999px;
  color: rgba(255, 250, 245, 0.86);
  background: rgba(8, 7, 6, 0.42);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.main-nav button {
  padding: 9px 11px;
}

.language-switch {
  min-width: 46px;
  padding: 8px 10px;
  color: #fed7aa;
  box-shadow: 0 0 24px rgba(249, 115, 22, 0.16);
}

.main-nav button:hover,
.language-switch:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 122, 0, 0.82);
  color: var(--white);
  background: rgba(255, 122, 0, 0.16);
}

.service-gate {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 100vh;
  padding: 78px 16px 42px;
  place-items: center;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(3, 3, 3, 0.18), rgba(3, 3, 3, 0.76)),
    linear-gradient(112deg, rgba(4, 4, 4, 0.74), rgba(4, 4, 4, 0.1) 58%, rgba(4, 4, 4, 0.58)),
    var(--home-bg, url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1900&q=85")) center/cover;
}

.service-gate::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 50% 25%, rgba(249, 115, 22, 0.2), transparent 22rem),
    linear-gradient(90deg, rgba(249, 115, 22, 0.1), transparent 24%, rgba(249, 115, 22, 0.08));
}

.service-gate::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  content: "";
  background: linear-gradient(180deg, transparent, #100d0b);
}

.gate-inner {
  width: min(100%, 1180px);
  text-align: center;
  animation: gate-enter 700ms ease both;
}

.hero-logo-lockup {
  display: flex;
  justify-content: center;
  margin: 0 auto 8px;
}

.hero-logo {
  display: block;
  width: min(84vw, 320px);
  height: auto;
  filter:
    drop-shadow(0 24px 52px rgba(0, 0, 0, 0.78))
    drop-shadow(0 0 22px rgba(249, 115, 22, 0.18));
}

.eyebrow {
  margin: 0 0 10px;
  color: #fed7aa;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 10px;
  font-size: clamp(36px, 8vw, 66px);
  line-height: 0.95;
  letter-spacing: 0;
}

.gate-subtitle {
  max-width: 610px;
  margin: 0 auto 24px;
  color: rgba(255, 250, 245, 0.82);
  font-size: clamp(16px, 4vw, 20px);
  line-height: 1.5;
}

.service-options {
  display: grid;
  gap: 18px;
  animation: cards-enter 760ms 120ms ease both;
}

.service-card {
  position: relative;
  display: grid;
  min-height: 170px;
  padding: 20px;
  align-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(24, 19, 16, 0.62);
  backdrop-filter: blur(18px);
  color: var(--white);
  cursor: pointer;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
  text-align: left;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.primary-service-card {
  min-height: 230px;
  border-color: rgba(249, 115, 22, 0.68);
  box-shadow:
    0 0 0 1px rgba(249, 115, 22, 0.34),
    0 0 82px rgba(249, 115, 22, 0.32),
    0 34px 100px rgba(0, 0, 0, 0.5);
}

.secondary-service-card {
  opacity: 0.92;
}

.service-photo {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(90deg, rgba(14, 12, 10, 0.78), rgba(14, 12, 10, 0.1)),
    var(--service-image);
  background-position: center;
  background-size: cover;
  transition: transform 260ms ease, opacity 260ms ease;
}

.service-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.18), transparent 48%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.service-card::after {
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 210px;
  height: 210px;
  content: "";
  border: 1px solid rgba(249, 115, 22, 0.18);
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.07);
  transition: transform 220ms ease, opacity 220ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(249, 115, 22, 0.72);
  background:
    linear-gradient(145deg, rgba(249, 115, 22, 0.22), rgba(255, 255, 255, 0.04)),
    var(--panel);
  box-shadow:
    0 0 0 1px rgba(249, 115, 22, 0.36),
    0 0 44px rgba(249, 115, 22, 0.28),
    0 34px 110px rgba(0, 0, 0, 0.48);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover::after {
  transform: translate(-16px, -10px) scale(1.06);
  opacity: 0.9;
}

.service-card:hover .service-photo {
  opacity: 0.5;
  transform: scale(1.05);
}

.service-card:active {
  transform: translateY(-2px) scale(0.99);
}

.service-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 8px;
  background: var(--orange);
  box-shadow: 0 16px 40px rgba(249, 115, 22, 0.32);
}

.service-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: #fffaf5;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-name {
  display: block;
  font-size: clamp(34px, 10vw, 62px);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.primary-service-card .service-name {
  font-size: clamp(42px, 11vw, 72px);
}

.secondary-service-card .service-name {
  font-size: clamp(32px, 8vw, 54px);
}

.service-card-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.service-badge {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(249, 115, 22, 0.55);
  border-radius: 999px;
  color: #fed7aa;
  background: rgba(249, 115, 22, 0.16);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-description {
  max-width: 320px;
  color: rgba(255, 250, 245, 0.68);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.service-cta {
  width: fit-content;
  margin-top: 4px;
  padding: 11px 14px;
  border-radius: 8px;
  color: var(--white);
  background: var(--orange);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(249, 115, 22, 0.28);
}

.service-note {
  margin: 18px 0 0;
  color: rgba(255, 250, 245, 0.72);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: #18a957;
  box-shadow: 0 18px 46px rgba(24, 169, 87, 0.36);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-4px);
  background: #128344;
  box-shadow: 0 24px 60px rgba(24, 169, 87, 0.44);
}

.floating-whatsapp svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.section {
  min-height: 100vh;
  padding: 108px 16px 52px;
  opacity: 1;
  transition: opacity 260ms ease;
}

.section-heading {
  display: grid;
  gap: 4px;
  max-width: 900px;
  margin: 0 auto 24px;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 8vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.section-heading p,
#bookingSummary {
  max-width: 660px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-bottom: 22px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(249, 115, 22, 0.12);
  color: #fed7aa;
  font-weight: 900;
  cursor: pointer;
}

.back-button:hover {
  background: rgba(249, 115, 22, 0.22);
}

.route-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 900px;
  margin: 0 auto 18px;
}

.transfer-services {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 900px;
  margin: 0 auto 18px;
}

.transfer-services span {
  padding: 10px 12px;
  border: 1px solid rgba(249, 115, 22, 0.28);
  border-radius: 999px;
  color: #fed7aa;
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.chip,
.primary-button,
.rent-button,
.route-button {
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.chip {
  padding: 12px 16px;
  color: #fed7aa;
  background: rgba(249, 115, 22, 0.14);
  border: 1px solid var(--line);
}

.chip.active {
  color: var(--white);
  background: var(--orange);
}

.route-grid,
.fleet-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 1120px;
  margin: 0 auto;
}

.route-card,
.car-card,
.booking-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(31, 24, 19, 0.92);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}

.route-card {
  position: relative;
  display: grid;
  gap: 12px;
  overflow: hidden;
  min-height: 230px;
  padding: 20px;
  align-content: end;
  background:
    linear-gradient(135deg, rgba(249, 115, 22, 0.28), rgba(14, 12, 10, 0.88)),
    rgba(14, 12, 10, 0.84);
  background-position: center;
  background-size: cover;
}

.route-card::before {
  position: absolute;
  inset: 0;
  content: "";
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(14, 12, 10, 0.04), rgba(14, 12, 10, 0.64)),
    linear-gradient(135deg, rgba(249, 115, 22, 0.14), transparent 56%);
  transition: opacity 180ms ease;
}

.route-card > * {
  position: relative;
  z-index: 2;
}

.route-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 420ms ease, filter 420ms ease;
}

.route-card.image-failed {
  background:
    radial-gradient(circle at 18% 14%, rgba(249, 115, 22, 0.34), transparent 28rem),
    linear-gradient(135deg, #2a211b, #0e0c0a);
}

.route-card-custom {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 122, 0, 0.34), transparent 24rem),
    linear-gradient(145deg, rgba(255, 122, 0, 0.16), rgba(8, 7, 6, 0.94)),
    #111 !important;
}

.route-card-custom::after {
  position: absolute;
  inset: 12px;
  z-index: 1;
  border: 1px solid rgba(255, 122, 0, 0.25);
  border-radius: 8px;
  content: "";
  pointer-events: none;
}

.route-card:hover .route-photo {
  transform: scale(1.08);
  filter: saturate(1.12) contrast(1.05);
}

.route-line {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.route-line > span:not(.route-arrow) {
  color: rgba(255, 250, 245, 0.76);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.route-arrow {
  display: inline-flex;
  width: 84px;
  height: 24px;
  color: #ff7a00;
  filter:
    drop-shadow(0 0 8px rgba(255, 122, 0, 0.75))
    drop-shadow(0 0 18px rgba(255, 122, 0, 0.35));
}

.route-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-route-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.booking-route-title .route-arrow {
  width: 96px;
  height: 28px;
}

.route-card strong {
  font-size: 23px;
}

.route-card span {
  color: rgba(255, 250, 245, 0.78);
}

.route-button,
.rent-button,
.primary-button,
.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  color: var(--white);
  background: var(--orange);
}

.route-button:hover,
.rent-button:hover,
.primary-button:hover {
  background: var(--orange-dark);
}

.whatsapp-button {
  color: var(--white);
  background: #18a957;
}

.whatsapp-button:hover {
  background: #128344;
}

.primary-button.is-disabled,
.whatsapp-button.is-disabled {
  pointer-events: none;
  opacity: 0.48;
  filter: grayscale(0.35);
}

.car-card {
  overflow: hidden;
}

.car-card img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center 42%;
  background: #2a211b;
}

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

.car-title {
  display: grid;
  gap: 8px;
}

.car-title h3 {
  margin: 0;
  font-size: 26px;
}

.price {
  color: #fed7aa;
  font-size: 24px;
  font-weight: 900;
  white-space: nowrap;
}

.car-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.car-specs li {
  padding: 8px 10px;
  border-radius: 999px;
  color: #fed7aa;
  background: rgba(249, 115, 22, 0.14);
  font-size: 13px;
  font-weight: 800;
}

.booking-card {
  display: grid;
  gap: 0;
  max-width: 1240px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(31, 24, 19, 0.96);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.38);
}

.vehicle-preview {
  display: grid;
  align-content: space-between;
  min-height: 460px;
  background:
    linear-gradient(180deg, rgba(14, 12, 10, 0.08), rgba(14, 12, 10, 0.92)),
    #16110e;
}

.vehicle-preview img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center 42%;
  background: #2a211b;
}

.vehicle-preview-body {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 32px);
}

.vehicle-preview-body h2 {
  margin-bottom: 0;
}

.transfer-preview-card {
  align-content: start;
  gap: 0;
  overflow: hidden;
  border-right: 1px solid rgba(255, 122, 0, 0.18);
}

.transfer-preview-body h2 {
  font-size: clamp(24px, 3vw, 38px);
}

.transfer-details-only {
  min-height: 420px;
  align-content: center;
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 122, 0, 0.16), transparent 24rem),
    linear-gradient(135deg, rgba(26, 18, 12, 0.96), rgba(8, 7, 6, 0.98));
}

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

.transfer-detail-grid span {
  display: grid;
  gap: 5px;
  padding: 13px;
  border: 1px solid rgba(255, 122, 0, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.transfer-detail-grid small {
  color: #fed7aa;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.transfer-detail-grid strong {
  color: #fffaf5;
  font-size: 17px;
}

.transfer-traffic-note {
  margin: 0;
  border: 1px solid rgba(255, 122, 0, 0.24);
  border-radius: 10px;
  padding: 14px 16px;
  color: #f8dcc2;
  background: rgba(255, 122, 0, 0.09);
  line-height: 1.55;
}

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

.vehicle-meta span,
.vehicle-rate,
.price-summary div,
.trust-badges span {
  border: 1px solid rgba(249, 115, 22, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.vehicle-meta span {
  display: grid;
  gap: 4px;
  padding: 12px;
}

.vehicle-meta small,
.vehicle-rate span,
.price-summary span {
  color: #fed7aa;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vehicle-meta strong {
  font-size: 17px;
}

.vehicle-rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
}

.vehicle-rate strong {
  color: var(--white);
  font-size: 34px;
  line-height: 1;
}

.booking-panel {
  display: grid;
  gap: 20px;
  padding: clamp(20px, 4vw, 34px);
}

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

.trust-badges span {
  padding: 10px 12px;
  color: rgba(255, 250, 245, 0.84);
  font-size: 13px;
  font-weight: 900;
}

.booking-form {
  display: grid;
  gap: 16px;
}

.form-grid {
  display: grid;
  gap: 14px;
}

.form-error {
  margin: -4px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(248, 113, 113, 0.55);
  border-radius: 8px;
  color: #fecaca;
  background: rgba(127, 29, 29, 0.28);
  font-size: 14px;
  font-weight: 900;
}

label,
fieldset {
  display: grid;
  gap: 8px;
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
}

input {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(249, 115, 22, 0.28);
  border-radius: 8px;
  color: var(--white);
  font: inherit;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

textarea {
  width: 100%;
  min-height: 128px;
  resize: vertical;
  padding: 12px;
  border: 1px solid rgba(249, 115, 22, 0.28);
  border-radius: 8px;
  color: var(--white);
  font: inherit;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.optional {
  color: rgba(255, 250, 245, 0.58);
  font-size: 12px;
  font-weight: 800;
}

.date-format {
  margin-top: -2px;
  color: rgba(255, 250, 245, 0.52);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

select {
  width: 100%;
  min-height: 46px;
  padding: 10px 42px 10px 12px;
  border: 1px solid rgba(249, 115, 22, 0.28);
  border-radius: 8px;
  color: var(--white);
  font: inherit;
  cursor: pointer;
  background:
    linear-gradient(45deg, transparent 50%, #fed7aa 50%) calc(100% - 18px) 19px / 7px 7px no-repeat,
    linear-gradient(135deg, #fed7aa 50%, transparent 50%) calc(100% - 13px) 19px / 7px 7px no-repeat,
    rgba(255, 255, 255, 0.06);
  appearance: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

select:focus {
  outline: 0;
  border-color: rgba(249, 115, 22, 0.85);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.14);
}

select option {
  color: #120f0c;
  background: #fffaf5;
}

.time-select[hidden] {
  display: none;
}

.time-picker {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(249, 115, 22, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(14, 12, 10, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.time-column {
  display: grid;
  gap: 6px;
  max-height: 118px;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(249, 115, 22, 0.8) rgba(255, 255, 255, 0.08);
}

.time-column button {
  min-height: 34px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: rgba(255, 250, 245, 0.74);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  font-weight: 900;
  scroll-snap-align: center;
}

.time-column button:hover,
.time-column button.active {
  border-color: rgba(249, 115, 22, 0.72);
  color: var(--white);
  background: rgba(249, 115, 22, 0.35);
  box-shadow: 0 0 22px rgba(249, 115, 22, 0.2);
}

.time-divider {
  color: #fed7aa;
  font-size: 28px;
  font-weight: 900;
}

.picker-shell {
  position: relative;
  display: block;
}

.picker-shell::after {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 18px;
  height: 18px;
  content: "";
  transform: translateY(-50%);
  pointer-events: none;
  background: var(--orange);
  opacity: 0.95;
  mask: radial-gradient(circle at 50% 50%, #000 33%, transparent 35%);
}

input[type="date"],
input[type="time"] {
  cursor: pointer;
  padding-right: 42px;
  color-scheme: dark;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0;
}

input:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(249, 115, 22, 0.85);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.14);
}

fieldset {
  padding: 14px;
  border: 1px solid rgba(249, 115, 22, 0.28);
  border-radius: 8px;
}

legend {
  padding: 0 6px;
  color: #fed7aa;
}

.option-row {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.option-row input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--orange);
}

.price-summary {
  display: grid;
  gap: 10px;
}

.price-summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
}

.price-summary strong {
  font-size: 22px;
  text-align: right;
}

#seasonRates {
  max-width: 58%;
  font-size: 16px;
  line-height: 1.35;
}

.price-summary .grand-total {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.32), rgba(194, 65, 12, 0.18));
  border-color: rgba(249, 115, 22, 0.62);
}

.price-summary .grand-total strong {
  font-size: clamp(32px, 8vw, 46px);
  line-height: 1;
}

.rental-duration {
  margin: 0;
  color: rgba(255, 250, 245, 0.7);
  font-size: 14px;
  font-weight: 900;
  text-align: right;
}

.booking-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.seo-content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 34px;
  border: 1px solid rgba(255, 122, 0, 0.16);
  border-radius: 10px;
  padding: clamp(20px, 4vw, 34px);
  color: #e8d6c4;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 122, 0, 0.13), transparent 22rem),
    rgba(10, 9, 8, 0.76);
}

.seo-content h2 {
  max-width: 880px;
  margin-bottom: 12px;
  color: #fffaf5;
  font-size: clamp(24px, 3vw, 38px);
}

.seo-content p {
  max-width: 980px;
  margin: 10px 0 0;
  line-height: 1.7;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 26px;
  color: var(--white);
  background: #0e0c0a;
}

.footer a {
  color: #fed7aa;
}

.about-layout,
.why-section,
.map-section,
.about-cta,
.contact-grid {
  max-width: 1120px;
  margin: 0 auto 22px;
}

.about-layout {
  display: grid;
  gap: 16px;
}

.about-copy,
.about-points,
.about-cta,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(31, 24, 19, 0.86);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.about-copy,
.about-points {
  padding: 22px;
}

.about-copy h3,
.about-points h3 {
  margin-bottom: 14px;
  font-size: 28px;
}

.about-copy p {
  color: rgba(255, 250, 245, 0.74);
  line-height: 1.7;
}

.about-points ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-points li,
.why-grid span {
  padding: 12px 14px;
  border: 1px solid rgba(249, 115, 22, 0.22);
  border-radius: 8px;
  color: rgba(255, 250, 245, 0.86);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 900;
}

.compact-heading {
  margin-bottom: 14px;
}

.why-grid,
.stats-grid,
.contact-grid {
  display: grid;
  gap: 12px;
}

.stats-grid {
  max-width: 1120px;
  margin: 0 auto 22px;
}

.stats-grid div {
  display: grid;
  gap: 6px;
  min-height: 120px;
  padding: 22px;
  align-content: center;
  border: 1px solid rgba(249, 115, 22, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 122, 0, 0.22), transparent 14rem),
    rgba(14, 12, 10, 0.78);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
}

.stats-grid strong {
  color: #ff7a00;
  font-size: clamp(28px, 7vw, 44px);
  line-height: 1;
  text-shadow: 0 0 24px rgba(255, 122, 0, 0.28);
}

.stats-grid span {
  color: rgba(255, 250, 245, 0.76);
  font-weight: 900;
}

.montenegro-map {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(249, 115, 22, 0.32);
  border-radius: 8px;
  background:
    radial-gradient(circle at 48% 43%, rgba(255, 122, 0, 0.22), transparent 11rem),
    linear-gradient(135deg, rgba(255, 122, 0, 0.1), transparent 45%),
    #080706;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 26px 80px rgba(0, 0, 0, 0.28);
}

.montenegro-map::before {
  position: absolute;
  inset: 44px 35% 48px 30%;
  content: "";
  border: 2px solid rgba(255, 122, 0, 0.72);
  border-radius: 46% 54% 44% 56% / 34% 42% 58% 66%;
  transform: rotate(-12deg);
  box-shadow: 0 0 34px rgba(255, 122, 0, 0.22);
}

.map-marker {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 122, 0, 0.6);
  border-radius: 999px;
  color: var(--white);
  background: rgba(14, 12, 10, 0.78);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 0 22px rgba(255, 122, 0, 0.24);
}

.map-marker::before {
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 999px;
  background: #ff7a00;
  box-shadow: 0 0 16px rgba(255, 122, 0, 0.8);
}

.marker-tivat { left: 22%; top: 44%; }
.marker-podgorica { right: 22%; top: 58%; }
.marker-budva { left: 36%; top: 62%; }
.marker-kotor { left: 26%; top: 34%; }
.marker-herceg { left: 14%; top: 24%; }

.about-cta {
  display: grid;
  gap: 16px;
  padding: 26px;
  text-align: center;
}

.contact-card {
  display: grid;
  gap: 8px;
  padding: 22px;
}

.contact-card span {
  color: #fed7aa;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card strong {
  font-size: 20px;
  word-break: break-word;
}

[hidden] {
  display: none !important;
}

@media (min-width: 720px) {
  .service-options {
    grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
    gap: 24px;
    max-width: 1040px;
    margin: 0 auto;
  }

  .service-card {
    min-height: 250px;
    padding: 30px;
  }

  .primary-service-card {
    min-height: 320px;
  }

  .secondary-service-card {
    min-height: 270px;
    align-self: end;
  }

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

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

  .booking-card {
    grid-template-columns: minmax(320px, 0.85fr) minmax(420px, 1.15fr);
  }

  .vehicle-preview img {
    height: 360px;
  }

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

  .form-grid label:first-child {
    grid-column: 1 / -1;
  }

  .full-field {
    grid-column: 1 / -1;
  }

  .booking-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .car-title {
    display: flex;
    justify-content: space-between;
    gap: 14px;
  }

  .about-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  }

  .why-grid,
  .stats-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {
  .route-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

@keyframes gate-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cards-enter {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.service-badge {
  display: none !important;
}

.rent-search-panel {
  display: grid;
  gap: 16px;
  max-width: 1040px;
  margin: 0 auto 22px;
  padding: 18px;
  border: 1px solid rgba(249, 115, 22, 0.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 122, 0, 0.14), transparent 22rem),
    rgba(31, 24, 19, 0.88);
  box-shadow: 0 24px 78px rgba(0, 0, 0, 0.32);
}

.car-price-breakdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 122, 0, 0.28);
  border-radius: 8px;
  background: rgba(255, 122, 0, 0.1);
}

.car-price-breakdown span {
  color: rgba(255, 250, 245, 0.74);
  font-weight: 900;
}

.car-price-breakdown strong {
  color: #fed7aa;
  font-size: 18px;
}

.season-detail {
  display: none !important;
}

.option-row.is-static {
  opacity: 0.78;
}

.option-row.is-static input {
  visibility: hidden;
}

.contact-section .section-heading {
  padding: 26px;
  border: 1px solid rgba(249, 115, 22, 0.26);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 122, 0, 0.18), transparent 20rem),
    rgba(31, 24, 19, 0.72);
}

.contact-grid {
  margin-top: 22px;
}

.contact-card {
  min-height: 150px;
  align-content: center;
}

.car-gallery-strip,
.vehicle-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
}

.car-gallery-strip img,
.vehicle-gallery img {
  width: 100%;
  height: 58px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 122, 0, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.vehicle-gallery {
  padding: 12px;
  background: rgba(14, 12, 10, 0.7);
}

.vehicle-gallery button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.vehicle-gallery button.active img {
  border-color: rgba(255, 122, 0, 0.9);
  box-shadow: 0 0 22px rgba(255, 122, 0, 0.28);
}

.fleet-grid {
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  max-width: 1180px !important;
}

.car-card img {
  height: 178px !important;
}

.car-body {
  gap: 10px !important;
  padding: 14px !important;
}

.car-title h3 {
  font-size: 21px !important;
}

.price {
  font-size: 20px !important;
}

.car-gallery-strip img {
  height: 44px !important;
}

.car-specs li {
  padding: 7px 9px !important;
  font-size: 12px !important;
}

.car-price-breakdown {
  padding: 10px !important;
}

@media (min-width: 720px) {
  .fleet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1080px) {
  .fleet-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

.flatpickr-calendar {
  border: 1px solid rgba(255, 122, 0, 0.42) !important;
  border-radius: 8px !important;
  background: rgba(14, 12, 10, 0.98) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48), 0 0 34px rgba(255, 122, 0, 0.18) !important;
}

.flatpickr-months,
.flatpickr-weekdays {
  background: rgba(255, 122, 0, 0.1) !important;
}

.flatpickr-current-month,
.flatpickr-monthDropdown-months,
.flatpickr-weekday,
.flatpickr-day {
  color: #fffaf5 !important;
}

.flatpickr-day:hover,
.flatpickr-day:focus {
  border-color: rgba(255, 122, 0, 0.6) !important;
  background: rgba(255, 122, 0, 0.22) !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  border-color: #ff7a00 !important;
  background: #ff7a00 !important;
  color: #fffaf5 !important;
  box-shadow: 0 0 18px rgba(255, 122, 0, 0.42) !important;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: rgba(255, 250, 245, 0.34) !important;
}

.coverage-section {
  max-width: 1120px;
  margin: 0 auto 22px;
}

.coverage-map {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 430px;
  overflow: hidden;
  padding: 18px;
  align-content: end;
  border: 1px solid rgba(255, 122, 0, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0.16), rgba(8, 7, 6, 0.82)),
    linear-gradient(110deg, rgba(8, 7, 6, 0.82), rgba(8, 7, 6, 0.22) 56%, rgba(8, 7, 6, 0.72)),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Kotor_Bay_from_Lovcen.jpg?width=1800") center/cover;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.coverage-map::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 122, 0, 0.24), transparent 24rem),
    radial-gradient(circle at 72% 72%, rgba(255, 122, 0, 0.12), transparent 20rem);
  pointer-events: none;
}

.coverage-card {
  position: relative;
  left: auto;
  top: auto;
  z-index: 1;
  display: grid;
  gap: 4px;
  max-width: 310px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 122, 0, 0.46);
  border-radius: 8px;
  background: rgba(10, 9, 8, 0.68);
  box-shadow: 0 0 28px rgba(255, 122, 0, 0.16);
  backdrop-filter: blur(14px);
}

.coverage-card span {
  color: #ff7a00;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(255, 122, 0, 0.36);
}

.coverage-card strong {
  color: var(--white);
  font-size: 17px;
}

@media (min-width: 760px) {
  .coverage-map {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
  }

  .coverage-card {
    min-height: 112px;
  }
}

.contact-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0.24), rgba(8, 7, 6, 0.88)),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Kotor_Bay_from_Lovcen.jpg?width=1800") center/cover;
}

.contact-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 122, 0, 0.22), transparent 28rem),
    linear-gradient(100deg, rgba(8, 7, 6, 0.88), rgba(8, 7, 6, 0.42) 52%, rgba(8, 7, 6, 0.78));
}

.contact-section > * {
  position: relative;
  z-index: 1;
}

.contact-hero {
  min-height: calc(100vh - 170px);
  display: grid;
  align-items: center;
}

.contact-shell {
  display: grid;
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(255, 122, 0, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(10, 9, 8, 0.62);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(20px);
}

.contact-intro,
.contact-form,
.contact-info-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(14, 12, 10, 0.62);
}

.contact-intro {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: clamp(20px, 4vw, 34px);
}

.contact-intro h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 8vw, 72px);
}

.contact-intro p {
  max-width: 620px;
  color: rgba(255, 250, 245, 0.78);
  font-size: 18px;
  line-height: 1.65;
}

.contact-cta {
  display: grid;
  gap: 12px;
  max-width: 430px;
  padding: 16px;
  border: 1px solid rgba(255, 122, 0, 0.34);
  border-radius: 8px;
  background: rgba(255, 122, 0, 0.12);
  box-shadow: 0 0 40px rgba(255, 122, 0, 0.13);
}

.contact-cta h3,
.contact-form h3,
.contact-info-panel h3 {
  margin: 0;
  font-size: 24px;
}

.contact-form {
  display: grid;
  gap: 13px;
  padding: clamp(18px, 3vw, 26px);
}

.contact-info-panel {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: clamp(18px, 3vw, 26px);
}

.contact-info-panel a,
.contact-info-panel div {
  display: grid;
  gap: 5px;
  padding: 13px;
  border: 1px solid rgba(249, 115, 22, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.contact-info-panel span {
  color: #fed7aa;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-info-panel strong {
  color: var(--white);
  font-size: 17px;
  word-break: break-word;
}

@media (min-width: 900px) {
  .contact-shell {
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    grid-template-areas:
      "intro form"
      "info form";
  }

  .contact-intro {
    grid-area: intro;
  }

  .contact-form {
    grid-area: form;
  }

  .contact-info-panel {
    grid-area: info;
  }
}
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.fleet-grid[hidden] {
  display: none;
}

.compact-car-card {
  overflow: hidden;
}

.compact-car-card .car-media {
  aspect-ratio: 16 / 10;
  min-height: 0;
}

.compact-car-card .car-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}

.compact-car-card .car-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  padding: 8px 10px 0;
}

.fleet-thumb {
  border: 1px solid rgba(255, 122, 0, 0.22);
  border-radius: 8px;
  padding: 0;
  height: 46px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.fleet-thumb.active,
.fleet-thumb:hover {
  border-color: #ff7a00;
  box-shadow: 0 0 16px rgba(255, 122, 0, 0.28);
}

.fleet-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.compact-car-card .car-body {
  padding: 14px;
}

.compact-car-card h3 {
  font-size: 1.05rem;
  line-height: 1.2;
}

.car-category {
  color: #ff7a00;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.car-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0;
}

.car-specs span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.74rem;
  padding: 5px 8px;
}

.car-price {
  display: grid;
  gap: 2px;
  margin: 12px 0;
}

.car-price span,
.car-price small {
  color: rgba(255, 255, 255, 0.66);
}

.car-price strong {
  color: #fff;
  font-size: 1.14rem;
}

.car-price-note {
  display: inline-flex;
  width: fit-content;
  margin-top: 4px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 122, 0, 0.24);
  border-radius: 999px;
  color: #fed7aa;
  background: rgba(255, 122, 0, 0.1);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fleet-empty {
  grid-column: 1 / -1;
  border: 1px solid rgba(255, 122, 0, 0.28);
  border-radius: 14px;
  color: #fff;
  padding: 18px;
  text-align: center;
}

@media (max-width: 1024px) {
  .fleet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .fleet-grid {
    grid-template-columns: 1fr;
  }
}
.coverage-section {
  margin-top: clamp(36px, 7vw, 86px);
}

.premium-coverage-map {
  position: relative;
  max-width: 940px;
  margin: 28px auto 0;
  aspect-ratio: 900 / 760;
  overflow: hidden;
  border: 1px solid rgba(255, 122, 0, 0.24);
  border-radius: 28px;
  background:
    radial-gradient(circle at 48% 40%, rgba(255, 122, 0, 0.16), transparent 42%),
    linear-gradient(145deg, #111, #050505);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.54),
    0 0 34px rgba(255, 122, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.premium-coverage-map img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.map-marker {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  transform: translate(-10px, -50%);
  pointer-events: none;
}

.marker-dot {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  background: #ff7a00;
  box-shadow:
    0 0 0 8px rgba(255, 122, 0, 0.16),
    0 0 24px rgba(255, 122, 0, 0.86);
}

.marker-label {
  white-space: nowrap;
  border: 1px solid rgba(255, 122, 0, 0.28);
  border-radius: 999px;
  padding: 8px 12px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: rgba(8, 8, 8, 0.72);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
}

.premium-coverage-map .marker-tivat {
  left: 34.8%;
  top: 54.2%;
}

.premium-coverage-map .marker-podgorica {
  left: 56.8%;
  top: 64.2%;
}

.premium-coverage-map .marker-budva {
  left: 38%;
  top: 59.8%;
}

.premium-coverage-map .marker-kotor {
  left: 37.4%;
  top: 51.2%;
}

.premium-coverage-map .marker-herceg {
  left: 31.2%;
  top: 47.5%;
}

@media (max-width: 700px) {
  .premium-coverage-map {
    width: min(100%, 430px);
    border-radius: 20px;
  }

  .map-marker {
    gap: 6px;
  }

  .marker-dot {
    width: 11px;
    height: 11px;
    box-shadow:
      0 0 0 6px rgba(255, 122, 0, 0.14),
      0 0 18px rgba(255, 122, 0, 0.78);
  }

  .marker-label {
    padding: 6px 8px;
    font-size: 0.66rem;
  }
}

@media (max-width: 430px) {
  .marker-label {
    max-width: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* Vehicle gallery lightbox overrides */
.compact-car-card .car-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  background: #101010;
  cursor: zoom-in;
}

.compact-car-card .car-main-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.compact-car-card:hover .car-main-image {
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.045);
}

.compact-car-card .car-thumbs {
  display: none !important;
}

body.lightbox-open {
  overflow: hidden;
}

.vehicle-lightbox[hidden] {
  display: none;
}

.vehicle-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 42px);
}

.vehicle-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 122, 0, 0.16), transparent 38%),
    rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(14px);
}

.vehicle-lightbox-panel {
  position: relative;
  width: min(1120px, 100%);
  max-height: min(86vh, 780px);
  overflow: hidden;
  border: 1px solid rgba(255, 122, 0, 0.28);
  border-radius: 22px;
  background: #080808;
  box-shadow:
    0 40px 120px rgba(0, 0, 0, 0.72),
    0 0 38px rgba(255, 122, 0, 0.18);
}

.lightbox-image {
  width: 100%;
  height: min(72vh, 680px);
  display: block;
  object-fit: contain;
  background: #050505;
}

.lightbox-close,
.lightbox-arrow {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 122, 0, 0.34);
  color: #fff;
  background: rgba(8, 8, 8, 0.72);
  box-shadow: 0 0 22px rgba(255, 122, 0, 0.2);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.lightbox-close:hover,
.lightbox-arrow:hover {
  border-color: #ff7a00;
  box-shadow: 0 0 26px rgba(255, 122, 0, 0.42);
}

.lightbox-close {
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  font-size: 2rem;
  line-height: 1;
}

.lightbox-arrow {
  top: 50%;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  transform: translateY(-50%);
}

.lightbox-arrow span {
  margin-top: -3px;
  font-size: 3rem;
  line-height: 1;
}

.lightbox-prev {
  left: 18px;
}

.lightbox-next {
  right: 18px;
}

.lightbox-footer {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(255, 122, 0, 0.24);
  border-radius: 16px;
  padding: 12px 14px;
  color: #fff;
  background: rgba(7, 7, 7, 0.72);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
}

.lightbox-title {
  font-size: clamp(0.95rem, 2vw, 1.18rem);
}

.lightbox-counter {
  color: #ff7a00;
  font-weight: 900;
}

@media (max-width: 640px) {
  .vehicle-lightbox {
    padding: 10px;
  }

  .vehicle-lightbox-panel {
    border-radius: 16px;
  }

  .lightbox-image {
    height: 76vh;
  }

  .lightbox-arrow {
    width: 44px;
    height: 44px;
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }

  .lightbox-footer {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
/* Rent booking flow */
.booking-head {
  display: grid;
  gap: 8px;
}

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

.booking-detail-grid label,
.customer-info label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.booking-detail-grid input,
.booking-detail-grid select,
.customer-info input,
.customer-info textarea {
  width: 100%;
  border: 1px solid rgba(255, 122, 0, 0.22);
  border-radius: 12px;
  padding: 12px 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}

.booking-detail-grid input:focus,
.booking-detail-grid select:focus,
.customer-info input:focus,
.customer-info textarea:focus {
  border-color: #ff7a00;
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.12);
}

.booking-summary-card {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255, 122, 0, 0.26);
  border-radius: 18px;
  padding: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 122, 0, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.045);
}

.booking-summary-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.booking-summary-card h3 {
  margin: 0 0 4px;
  color: #fff;
}

.booking-summary-card strong {
  color: #fff;
  text-align: right;
}

.booking-summary-card .summary-total {
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 12px;
}

.booking-summary-card .summary-total strong {
  color: #ff7a00;
  font-size: 1.35rem;
}

.extras-freebies,
.customer-info {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.extras-freebies h3,
.customer-info h3 {
  margin: 0 0 4px;
  color: #fff;
}

.extras-freebies label,
.extras-freebies .static-extra {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(0, 0, 0, 0.22);
}

.extras-freebies .static-extra {
  grid-template-columns: 1fr auto;
}

.extras-freebies input {
  accent-color: #ff7a00;
}

.extras-freebies strong {
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .booking-detail-grid {
    grid-template-columns: 1fr;
  }

  .booking-summary-card div,
  .extras-freebies label,
  .extras-freebies .static-extra {
    align-items: start;
  }
}
/* Booking rules and premium time selectors */
.primary-button:disabled,
.primary-button.is-disabled {
  opacity: 0.46;
  cursor: not-allowed;
  filter: grayscale(0.25);
  box-shadow: none;
}

.premium-time-select,
select.time-select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #ff7a00 50%) calc(100% - 18px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, #ff7a00 50%, transparent 50%) calc(100% - 13px) 50% / 7px 7px no-repeat,
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 122, 0, 0.24);
  border-radius: 12px;
  color: #fff;
  min-height: 48px;
  padding: 12px 42px 12px 13px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.premium-time-select:focus,
select.time-select:focus {
  border-color: #ff7a00;
  box-shadow:
    0 0 0 3px rgba(255, 122, 0, 0.14),
    0 0 22px rgba(255, 122, 0, 0.14);
}

.premium-time-select option,
select.time-select option {
  color: #111;
  background: #fff;
}

.return-transfer-box {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 122, 0, 0.24);
  border-radius: 16px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.return-transfer-box[hidden] {
  display: none;
}

.return-transfer-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
}

.return-transfer-toggle input {
  width: 18px;
  height: 18px;
  accent-color: #ff7a00;
}

.return-transfer-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.return-transfer-fields[hidden] {
  display: none;
}

.transfer-roundtrip-summary {
  display: grid;
  gap: 8px;
  border-radius: 14px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.24);
}

.transfer-roundtrip-summary[hidden] {
  display: none;
}

.transfer-roundtrip-summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.transfer-roundtrip-summary strong {
  color: #fff;
}

.transfer-roundtrip-summary .summary-total {
  margin-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
}

.transfer-roundtrip-summary .summary-total strong {
  color: #ff7a00;
  font-size: 1.18rem;
}

@media (max-width: 760px) {
  .return-transfer-fields {
    grid-template-columns: 1fr;
  }
}
/* Hard fixes: coverage map, rent gating, wheel time picker */
.rent-section:not(.vehicles-ready) #fleetGrid {
  display: none !important;
}

.native-time-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.time-manual-input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 122, 0, 0.28);
  border-radius: 12px;
  padding: 12px 14px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 122, 0, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-weight: 800;
  letter-spacing: 0.04em;
  outline: none;
}

.time-manual-input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.time-manual-input:focus {
  border-color: #ff7a00;
  box-shadow:
    0 0 0 3px rgba(255, 122, 0, 0.14),
    0 0 22px rgba(255, 122, 0, 0.14);
}

.time-wheel-trigger {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 122, 0, 0.28);
  border-radius: 12px;
  padding: 12px 42px 12px 14px;
  color: #fff;
  text-align: left;
  background:
    linear-gradient(135deg, rgba(255, 122, 0, 0.18), transparent 38%),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 rgba(255, 122, 0, 0);
  cursor: pointer;
}

.time-wheel-trigger::after {
  content: "◷";
  float: right;
  color: #ff7a00;
  font-size: 1.05rem;
}

.time-wheel-trigger:hover,
.time-wheel-trigger:focus {
  border-color: #ff7a00;
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.12);
}

body.time-wheel-open {
  overflow: hidden;
}

.time-wheel-modal[hidden] {
  display: none;
}

.time-wheel-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 18px;
  overscroll-behavior: contain;
  touch-action: auto;
}

.time-wheel-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 122, 0, 0.18), transparent 36%),
    rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(12px);
}

.time-wheel-panel {
  position: relative;
  width: min(420px, 100%);
  max-height: min(92vh, 720px);
  overflow: hidden;
  border: 1px solid rgba(255, 122, 0, 0.32);
  border-radius: 22px;
  padding: 18px;
  color: #fff;
  background:
    linear-gradient(160deg, rgba(255, 122, 0, 0.12), transparent 42%),
    #080808;
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.7),
    0 0 34px rgba(255, 122, 0, 0.18);
}

.time-wheel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.time-wheel-head strong {
  font-size: 1.05rem;
}

.time-wheel-head button {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 122, 0, 0.25);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.time-wheel-columns {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.time-column {
  height: 220px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: grid;
  gap: 8px;
  padding: 72px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(to bottom, rgba(8, 8, 8, 0.96), rgba(8, 8, 8, 0.16) 34%, rgba(8, 8, 8, 0.16) 66%, rgba(8, 8, 8, 0.96)),
    rgba(255, 255, 255, 0.04);
  scroll-snap-type: y mandatory;
  overscroll-behavior: contain;
  touch-action: pan-y;
}

.time-column::-webkit-scrollbar {
  width: 6px;
}

.time-column::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: rgba(255, 122, 0, 0.55);
}

.time-wheel-item {
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  font-weight: 800;
  background: transparent;
  cursor: pointer;
  scroll-snap-align: center;
  touch-action: manipulation;
}

.time-wheel-item.active {
  color: #fff;
  background: rgba(255, 122, 0, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 122, 0, 0.45), 0 0 22px rgba(255, 122, 0, 0.18);
}

.time-separator {
  color: #ff7a00;
  font-size: 2rem;
  font-weight: 900;
  text-shadow: 0 0 18px rgba(255, 122, 0, 0.5);
}

.time-confirm {
  width: 100%;
}

.coverage-map-fixed {
  position: relative !important;
  display: block !important;
  width: min(960px, 100%) !important;
  min-height: clamp(420px, 62vw, 680px) !important;
  margin: 28px auto 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 122, 0, 0.28) !important;
  border-radius: 28px !important;
  background: #070707 !important;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.56),
    0 0 40px rgba(255, 122, 0, 0.12) !important;
}

.coverage-map-fixed .coverage-photo {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.34)),
    radial-gradient(circle at 36% 46%, rgba(255, 122, 0, 0.2), transparent 30%),
    url("assets/images/montenegro-map.svg") center / cover no-repeat;
  opacity: 1;
}

.coverage-map-fixed .coverage-shape {
  position: absolute;
  left: 30%;
  top: 11%;
  width: 38%;
  height: 78%;
  clip-path: polygon(48% 0, 68% 8%, 72% 18%, 86% 25%, 78% 35%, 94% 48%, 82% 60%, 88% 72%, 74% 86%, 78% 96%, 57% 100%, 46% 91%, 30% 98%, 22% 84%, 9% 77%, 16% 64%, 6% 52%, 19% 41%, 15% 29%, 27% 19%, 31% 8%);
  border: 2px solid rgba(255, 122, 0, 0.55);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 122, 0, 0.18), transparent 45%),
    rgba(10, 10, 10, 0.58);
  box-shadow: 0 0 40px rgba(255, 122, 0, 0.16);
}

.coverage-map-fixed .map-marker {
  position: absolute;
  z-index: 3;
}

.coverage-map-fixed .marker-tivat {
  left: 36%;
  top: 54%;
}

.coverage-map-fixed .marker-podgorica {
  left: 58%;
  top: 66%;
}

.coverage-map-fixed .marker-budva {
  left: 40%;
  top: 61%;
}

.coverage-map-fixed .marker-kotor {
  left: 39%;
  top: 50%;
}

.coverage-map-fixed .marker-herceg {
  left: 31%;
  top: 46%;
}

@media (max-width: 680px) {
  .time-wheel-modal {
    align-items: end;
    justify-items: stretch;
    padding: 10px;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
  }

  .time-wheel-panel {
    width: 100%;
    max-width: none;
    max-height: min(86svh, 620px);
    padding: 16px;
    border-radius: 24px 24px 18px 18px;
  }

  .time-column {
    height: min(42svh, 260px);
    min-height: 210px;
    padding-block: 76px;
  }

  .time-wheel-item {
    min-height: 52px;
    font-size: 1.15rem;
  }

  .time-confirm {
    min-height: 52px;
    width: 100%;
  }

  .coverage-map-fixed {
    min-height: 520px !important;
    border-radius: 20px !important;
  }

  .coverage-map-fixed .coverage-shape {
    left: 24%;
    top: 15%;
    width: 50%;
    height: 70%;
  }

  .coverage-map-fixed .marker-label {
    font-size: 0.68rem;
    padding: 6px 8px;
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .time-wheel-modal {
    align-items: center;
    padding: 8px;
  }

  .time-wheel-panel {
    max-height: 96svh;
    padding: 12px;
  }

  .time-wheel-head {
    margin-bottom: 8px;
  }

  .time-wheel-columns {
    margin-bottom: 10px;
  }

  .time-column {
    height: min(54svh, 210px);
    min-height: 150px;
    padding-block: 52px;
  }

  .time-wheel-item {
    min-height: 44px;
  }
}
/* Final booking/map fixes */
.back-button {
  position: sticky;
  top: 86px;
  z-index: 40;
}

.extras-freebies .static-extra[hidden] {
  display: none !important;
}

.coverage-map-fixed {
  min-height: clamp(430px, 58vw, 660px) !important;
  padding: 0 !important;
  background: #050505 !important;
}

.coverage-google-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(0.9) contrast(1.15) brightness(0.72) sepia(0.2) saturate(1.2);
}

.coverage-map-labels {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  pointer-events: none;
}

.coverage-map-labels span {
  border: 1px solid rgba(255, 122, 0, 0.34);
  border-radius: 999px;
  padding: 8px 11px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(5, 5, 5, 0.78);
  box-shadow: 0 0 20px rgba(255, 122, 0, 0.18);
  backdrop-filter: blur(10px);
}

.return-transfer-fields label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

@media (max-width: 720px) {
  .back-button {
    top: 72px;
  }

  .coverage-map-labels {
    bottom: 12px;
    gap: 7px;
  }

  .coverage-map-labels span {
    font-size: 0.68rem;
    padding: 6px 8px;
  }
}
/* Mobile responsive cleanup */
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: center;
    padding: 8px 10px;
    min-height: auto;
  }

  .site-header .brand {
    font-size: 0.92rem;
    min-width: 0;
  }

  .main-nav {
    grid-column: 1 / -1;
    display: flex;
    gap: 5px;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav button {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 6px 8px;
    border-radius: 999px;
    font-size: 0.7rem;
    line-height: 1;
    white-space: nowrap;
  }

  .language-switch {
    position: static !important;
    justify-self: end;
    min-width: 42px;
    min-height: 32px;
    padding: 6px 8px;
    font-size: 0.72rem;
  }

  .header-contact {
    grid-column: 1 / -1;
    position: static !important;
    justify-self: stretch;
    width: 100%;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 0.76rem;
    transform: none !important;
    inset: auto !important;
  }

  .header-contact svg {
    width: 15px;
    height: 15px;
  }

  main {
    padding-top: 0;
  }

  .service-gate {
    min-height: auto;
    padding: 22px 14px 34px;
  }

  .gate-inner {
    width: 100%;
    gap: 12px;
  }

  .hero-logo-lockup {
    margin-top: 4px;
  }

  .hero-logo {
    width: min(76vw, 250px);
    max-height: 150px;
    object-fit: contain;
  }

  .service-gate h1,
  .section-heading h2 {
    font-size: clamp(1.65rem, 8vw, 2.2rem);
    line-height: 1.06;
  }

  .gate-subtitle {
    max-width: 330px;
    font-size: 0.9rem;
  }

  .service-options {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .service-card {
    min-height: 168px;
    padding: 14px;
    border-radius: 18px;
  }

  .primary-service-card {
    min-height: 188px;
  }

  .service-icon {
    width: 42px;
    height: 42px;
  }

  .service-name {
    font-size: 1.35rem;
  }

  .primary-service-card .service-name {
    font-size: 1.52rem;
  }

  .service-description {
    font-size: 0.82rem;
  }

  .service-cta {
    width: max-content;
    min-height: 30px;
    padding: 7px 11px;
    font-size: 0.72rem;
  }

  .section {
    padding: 22px 14px 38px;
    scroll-margin-top: 128px;
  }

  .back-button {
    position: sticky;
    top: 116px;
    z-index: 60;
    max-width: calc(100vw - 28px);
    margin: 0 0 14px;
    padding: 9px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
  }

  .booking-card {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 16px;
    margin-top: 8px;
  }

  .vehicle-preview,
  .booking-panel {
    min-width: 0;
    width: 100%;
    border-radius: 18px;
  }

  #selectedVehicleImage {
    max-height: 260px;
    object-fit: cover;
  }

  .vehicle-preview-body,
  .booking-panel {
    padding: 15px;
  }

  .vehicle-preview-body h2,
  .booking-panel h2 {
    font-size: 1.35rem;
    line-height: 1.15;
  }

  .vehicle-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .rent-search-panel,
  .booking-form,
  .contact-form,
  .contact-info-panel {
    padding: 14px;
    border-radius: 18px;
  }

  .form-grid,
  .booking-detail-grid {
    grid-template-columns: 1fr !important;
    gap: 11px;
  }

  input,
  select,
  textarea,
  .time-wheel-trigger {
    min-height: 44px;
    font-size: 0.92rem;
  }

  .fleet-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .compact-car-card .car-media {
    aspect-ratio: 16 / 9;
  }

  .compact-car-card .car-body {
    padding: 13px;
  }

  .compact-car-card h3 {
    font-size: 1.05rem;
  }

  .extras-freebies,
  .customer-info,
  .booking-summary-card {
    padding: 13px;
    border-radius: 16px;
  }

  .extras-freebies label,
  .extras-freebies .static-extra {
    grid-template-columns: auto 1fr;
    gap: 8px;
  }

  .extras-freebies strong {
    grid-column: 2;
    font-size: 0.82rem;
  }

  .coverage-map-fixed {
    min-height: 460px !important;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
  }

  .footer {
    display: grid;
    justify-items: center;
    gap: 7px;
    padding: 22px 14px 80px;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .footer a,
  .footer span,
  .footer strong {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .site-header .header-contact {
    position: static !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .site-header {
    overflow: visible;
  }

  .service-gate,
  .section,
  .booking-section,
  .rent-section,
  .transfers-section,
  .about-section,
  .contact-section {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 430px) {
  .site-header {
    padding: 7px 9px;
  }

  .main-nav button {
    padding: 6px 7px;
    font-size: 0.66rem;
  }

  .header-contact {
    font-size: 0.72rem;
  }

  .hero-logo {
    width: min(72vw, 220px);
  }

  .service-card {
    min-height: 154px;
  }

  .primary-service-card {
    min-height: 172px;
  }

  .service-name {
    font-size: 1.2rem;
  }

  .primary-service-card .service-name {
    font-size: 1.36rem;
  }

  .back-button {
    top: 110px;
  }

  #selectedVehicleImage {
    max-height: 220px;
  }

  .time-wheel-panel {
    max-width: 350px;
  }
}

/* Premium vehicle details / booking layout */
.booking-section .booking-card {
  max-width: 1320px;
}

.booking-section .vehicle-description {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.booking-section .vehicle-detail-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-section .vehicle-info-notes {
  display: grid;
  gap: 12px;
}

.booking-section .vehicle-info-notes div {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid rgba(255, 122, 0, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.booking-section .vehicle-info-notes strong {
  color: #fff;
}

.booking-section .vehicle-info-notes span {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.booking-section .booking-block-primary {
  border-color: rgba(255, 122, 0, 0.32);
  background:
    linear-gradient(145deg, rgba(255, 122, 0, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.055);
}

@media (min-width: 981px) {
  .booking-section .booking-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    grid-template-areas:
      "hero hero"
      "gallery gallery"
      "details booking";
    overflow: visible;
    border-radius: 22px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
      rgba(18, 14, 11, 0.96);
  }

  .booking-section .vehicle-preview {
    display: contents;
  }

  .booking-section #selectedVehicleImage {
    grid-area: hero;
    width: 100%;
    height: clamp(430px, 48vw, 620px);
    max-height: none;
    object-fit: cover;
    object-position: center;
    border-radius: 22px 22px 0 0;
    border-bottom: 1px solid rgba(255, 122, 0, 0.22);
    box-shadow:
      inset 0 -140px 110px rgba(0, 0, 0, 0.45),
      0 30px 100px rgba(0, 0, 0, 0.34);
  }

  .booking-section .vehicle-gallery {
    grid-area: gallery;
    padding: 16px clamp(20px, 3vw, 34px);
    background:
      linear-gradient(90deg, rgba(255, 122, 0, 0.08), rgba(255, 255, 255, 0.025)),
      rgba(11, 9, 8, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .booking-section .vehicle-gallery img {
    height: 82px;
  }

  .booking-section .vehicle-preview-body {
    grid-area: details;
    align-self: start;
    min-height: 100%;
    margin: clamp(18px, 2.4vw, 30px);
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(255, 122, 0, 0.18);
    border-radius: 20px;
    background:
      linear-gradient(145deg, rgba(255, 122, 0, 0.08), rgba(255, 255, 255, 0.035)),
      rgba(16, 13, 11, 0.92);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
  }

  .booking-section .booking-panel {
    grid-area: booking;
    align-self: start;
    min-height: 100%;
    margin: clamp(18px, 2.4vw, 30px);
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(255, 122, 0, 0.2);
    border-radius: 20px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 122, 0, 0.045)),
      rgba(18, 14, 12, 0.94);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 980px) {
  .booking-section .booking-card {
    grid-template-columns: 1fr !important;
    border-radius: 18px;
    overflow: hidden;
  }

  .booking-section .vehicle-preview {
    min-height: 0;
  }

  .booking-section #selectedVehicleImage {
    width: 100%;
    height: clamp(260px, 62vw, 430px);
    max-height: none;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 560px) {
  .booking-section .vehicle-detail-meta {
    grid-template-columns: 1fr;
  }

  .booking-section .vehicle-gallery {
    grid-template-columns: repeat(5, minmax(54px, 1fr));
    overflow-x: auto;
  }

  .booking-section .vehicle-gallery img {
    height: 58px;
  }
}

/* Native premium time picker */
.premium-time-input,
input[type="time"].premium-time-input,
.booking-detail-grid input[type="time"],
.form-grid input[type="time"] {
  min-height: 50px;
  width: 100%;
  border: 1px solid rgba(255, 122, 0, 0.28);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 122, 0, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(12, 10, 9, 0.9);
  color: #fff;
  padding: 0 16px;
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.02em;
  color-scheme: dark;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.arvello-time-picker {
  cursor: pointer;
  caret-color: transparent;
  user-select: none;
}

label:has(.arvello-time-picker) {
  position: relative;
}

label:has(.arvello-time-picker)::after {
  position: absolute;
  right: 14px;
  bottom: 15px;
  color: #ff7a00;
  content: "⌄";
  font-size: 1rem;
  line-height: 1;
  pointer-events: none;
  text-shadow: 0 0 12px rgba(255, 122, 0, 0.45);
}

.premium-time-input::-webkit-calendar-picker-indicator,
input[type="time"].premium-time-input::-webkit-calendar-picker-indicator,
.booking-detail-grid input[type="time"]::-webkit-calendar-picker-indicator,
.form-grid input[type="time"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.9;
  filter: invert(58%) sepia(95%) saturate(2235%) hue-rotate(1deg) brightness(104%) contrast(104%);
}

.premium-time-input:focus,
input[type="time"].premium-time-input:focus,
.booking-detail-grid input[type="time"]:focus,
.form-grid input[type="time"]:focus {
  border-color: #ff7a00;
  background:
    linear-gradient(145deg, rgba(255, 122, 0, 0.12), rgba(255, 255, 255, 0.05)),
    rgba(14, 11, 9, 0.96);
  box-shadow:
    0 0 0 3px rgba(255, 122, 0, 0.14),
    0 0 26px rgba(255, 122, 0, 0.18);
  outline: none;
}

@media (max-width: 768px) {
  .premium-time-input,
  input[type="time"].premium-time-input,
  .booking-detail-grid input[type="time"],
  .form-grid input[type="time"] {
    min-height: 48px;
    border-radius: 12px;
    font-size: 16px;
  }
}

/* Final balanced desktop booking layout */
@media (min-width: 981px) {
  #booking.booking-section .booking-card {
    max-width: 1360px !important;
    width: min(100%, 1360px) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-areas:
      "hero hero"
      "gallery gallery"
      "details booking" !important;
    align-items: stretch !important;
    gap: 0 !important;
  }

  #booking.booking-section .vehicle-preview {
    display: contents !important;
  }

  #booking.booking-section #selectedVehicleImage {
    grid-area: hero !important;
  }

  #booking.booking-section .vehicle-gallery {
    grid-area: gallery !important;
  }

  #booking.booking-section .vehicle-preview-body {
    grid-area: details !important;
    height: auto !important;
    min-height: 760px !important;
    align-self: stretch !important;
    display: grid !important;
    align-content: start !important;
    gap: 18px !important;
  }

  #booking.booking-section .booking-panel {
    grid-area: booking !important;
    height: auto !important;
    min-height: 760px !important;
    align-self: stretch !important;
    display: grid !important;
    align-content: start !important;
    gap: 18px !important;
  }

  #booking.booking-section .vehicle-detail-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  #booking.booking-section .vehicle-meta span {
    min-height: 76px;
  }

  #booking.booking-section .vehicle-info-notes {
    grid-template-columns: 1fr !important;
  }

  #booking.booking-section .vehicle-included-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
    border: 1px solid rgba(255, 122, 0, 0.18);
    border-radius: 16px;
    background:
      radial-gradient(circle at 0% 0%, rgba(255, 122, 0, 0.13), transparent 34%),
      rgba(255, 255, 255, 0.045);
  }

  #booking.booking-section .vehicle-included-grid h3 {
    grid-column: 1 / -1;
    margin: 0 0 4px;
    color: #fff;
  }

  #booking.booking-section .vehicle-included-grid span {
    padding: 10px 12px;
    border-radius: 999px;
    color: #fed7aa;
    background: rgba(255, 122, 0, 0.12);
    font-size: 0.88rem;
    font-weight: 800;
  }

  #booking.booking-section .vehicle-rules-panel {
    display: grid;
    gap: 10px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 122, 0, 0.045)),
      rgba(255, 255, 255, 0.035);
  }

  #booking.booking-section .vehicle-rules-panel h3 {
    margin: 0;
    color: #fff;
  }

  #booking.booking-section .vehicle-rules-panel ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.55;
  }
}

@media (max-width: 980px) {
  #booking.booking-section .vehicle-included-grid {
    display: grid;
    gap: 9px;
    padding: 14px;
    border: 1px solid rgba(255, 122, 0, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.045);
  }

  #booking.booking-section .vehicle-included-grid h3 {
    margin: 0;
    color: #fff;
  }

  #booking.booking-section .vehicle-included-grid span {
    color: #fed7aa;
    font-weight: 800;
  }

  #booking.booking-section .vehicle-rules-panel {
    display: grid;
    gap: 9px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.045);
  }

  #booking.booking-section .vehicle-rules-panel h3 {
    margin: 0;
    color: #fff;
  }

  #booking.booking-section .vehicle-rules-panel ul {
    margin: 0;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
  }
}

@media (max-width: 680px) {
  .time-wheel-panel {
    width: 100% !important;
    max-width: none !important;
  }
}

/* Final mobile layout cleanup */
@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .transfer-detail-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 900 !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 7px 10px 8px !important;
    background: rgba(8, 7, 6, 0.94) !important;
    border-bottom: 1px solid rgba(255, 122, 0, 0.16) !important;
    backdrop-filter: blur(16px) !important;
  }

  .site-header .brand {
    display: none !important;
  }

  .language-switch {
    grid-column: 1 !important;
    grid-row: 1 !important;
    position: static !important;
    justify-self: start !important;
    min-width: 42px !important;
    min-height: 32px !important;
    padding: 6px 8px !important;
    font-size: 0.72rem !important;
  }

  .header-contact,
  .site-header .header-contact {
    grid-column: 2 / 4 !important;
    grid-row: 1 !important;
    position: static !important;
    inset: auto !important;
    transform: none !important;
    justify-self: stretch !important;
    width: 100% !important;
    min-height: 32px !important;
    margin: 0 !important;
    padding: 6px 9px !important;
    border-radius: 999px !important;
    font-size: 0.74rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    box-shadow: 0 8px 22px rgba(255, 122, 0, 0.14) !important;
  }

  .header-contact svg {
    width: 14px !important;
    height: 14px !important;
    flex: 0 0 auto !important;
  }

  .main-nav {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: flex !important;
    gap: 5px !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    padding: 1px 0 2px !important;
    scrollbar-width: none !important;
  }

  .main-nav::-webkit-scrollbar {
    display: none !important;
  }

  .main-nav button {
    flex: 0 0 auto !important;
    min-height: 29px !important;
    padding: 6px 8px !important;
    font-size: 0.68rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .section,
  .rent-section,
  .transfers-section,
  .booking-section,
  .about-section,
  .contact-section {
    padding-left: 14px !important;
    padding-right: 14px !important;
    scroll-margin-top: 118px !important;
  }

  .service-gate {
    min-height: auto !important;
    padding: 18px 14px 26px !important;
  }

  .booking-card,
  .contact-shell,
  .rent-search-panel,
  .transfer-booking-panel,
  .vehicle-preview,
  .booking-panel {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .back-button {
    position: sticky !important;
    top: 104px !important;
    z-index: 30 !important;
    width: fit-content !important;
    max-width: calc(100vw - 28px) !important;
    margin-bottom: 10px !important;
  }

  .floating-whatsapp {
    right: 12px !important;
    bottom: 12px !important;
    width: 46px !important;
    height: 46px !important;
    z-index: 60 !important;
  }
}

@media (max-width: 430px) {
  .header-contact,
  .site-header .header-contact {
    font-size: 0.69rem !important;
    padding-inline: 7px !important;
  }

  .main-nav button {
    font-size: 0.64rem !important;
    padding-inline: 7px !important;
  }

  .service-card {
    min-height: 146px !important;
  }

  .primary-service-card {
    min-height: 162px !important;
  }
}
