:root {
  --gold: #b9853f;
  --white: #fff;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Outfit', Arial, Helvetica, sans-serif;
  background: #fff;
}

.fleet-section {
  min-height: calc(100vh - 94px);
  padding: 66px 24px 80px;
  background: linear-gradient(180deg, #fff 0%, #fbfaf8 100%);
}

.fleet-intro {
  width: min(100%, 760px);
  margin: 0 auto 38px;
  text-align: center;
}

.section-kicker {
  margin: 0 0 11px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.fleet-intro h1 {
  margin: 0;
  color: #292624;
  font-family: 'Outfit', Arial, Helvetica, sans-serif;
  font-size: clamp(30px, 3vw, 45px);
  font-weight: 400;
  letter-spacing: -1.4px;
}

.section-copy {
  max-width: 620px;
  margin: 17px auto 0;
  color: #716c66;
  font-size: 15px;
  line-height: 1.65;
}

.car-gallery {
  padding: 0;
}

.gallery-grid {
  width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.car-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #f7f4ef;
  box-shadow: 0 12px 28px rgba(34, 27, 20, 0.12);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.car-card:hover {
  z-index: 2;
  box-shadow: 0 19px 38px rgba(34, 27, 20, 0.18);
  transform: translateY(-5px);
}

.car-card:focus-visible {
  outline: 3px solid rgba(185, 133, 63, 0.8);
  outline-offset: 4px;
}

.car-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.33 / 1;
  background-image: url('images/car-gallery.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: background-position 260ms ease, transform 500ms cubic-bezier(.2,.75,.25,1);
}

.car-card:hover .car-image { transform: scale(1.045); }

.car-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.03), rgba(8, 8, 8, 0.03));
  pointer-events: none;
}

.availability {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 99px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: rgba(16, 16, 15, 0.45);
  backdrop-filter: blur(5px);
}

.vehicle-info {
  position: relative;
  padding: 19px 19px 17px;
  color: #292522;
  background: #f7f4ef;
  border: 1px solid #e2dbd2;
  border-top-color: #e9e3dc;
  border-radius: 0 0 12px 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 8px 17px rgba(56, 43, 28, 0.09);
}

.vehicle-type {
  display: none;
}

.vehicle-info strong {
  display: block;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.25px;
}

.vehicle-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid #e5ded5;
}

.vehicle-meta {
  color: #756d65;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

.vehicle-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  border: 1px solid #ba843d;
  border-radius: 4px;
  color: #9b692d;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.vehicle-cta b { font-size: 14px; font-weight: 500; transition: transform 180ms ease; }
.vehicle-cta:hover { border-color: #b77c34; color: #fff; background: #b77c34; transform: translateY(-2px); }
.vehicle-cta:hover b { transform: translateX(3px); }

.vehicle-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - 94px);
  padding: 42px 24px 76px;
  background:
    radial-gradient(circle at 14% 16%, rgba(202, 157, 95, 0.2) 0%, rgba(202, 157, 95, 0.07) 18%, transparent 40%),
    radial-gradient(circle at 88% 82%, rgba(105, 119, 120, 0.15) 0%, transparent 34%),
    linear-gradient(135deg, #fbfaf8 0%, #f3efe9 50%, #faf9f6 100%);
}

.vehicle-page::before,
.vehicle-page::after {
  content: '';
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}

.vehicle-page::before {
  top: -230px;
  right: -115px;
  width: 530px;
  height: 530px;
  border: 1px solid rgba(185, 133, 63, 0.13);
  box-shadow: 0 0 0 66px rgba(185, 133, 63, 0.035), 0 0 0 132px rgba(185, 133, 63, 0.02);
}

.vehicle-page::after {
  bottom: -245px;
  left: -150px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(105, 119, 120, 0.11), rgba(105, 119, 120, 0) 68%);
}

.vehicle-page > * {
  position: relative;
  z-index: 1;
}

.booking-page {
  position: relative;
  min-height: calc(100vh - 94px);
  padding: 42px 24px 76px;
  background:
    radial-gradient(circle at 14% 16%, rgba(202, 157, 95, 0.18), transparent 38%),
    linear-gradient(135deg, #fbfaf8, #f1ede7 54%, #faf9f7);
}

.booking-card {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.96fr);
  width: min(100%, 1120px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(185, 133, 63, 0.4);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(50, 39, 26, 0.15);
  animation: detail-enter 650ms cubic-bezier(.2,.75,.25,1) both;
}

.booking-form { padding: 48px 50px; }
.booking-section + .booking-section { margin-top: 40px; }
.booking-section .section-kicker { margin-bottom: 8px; }
.booking-section h1, .booking-section h2, .summary-content h2 { margin: 0; color: #292522; font-size: 28px; font-weight: 600; letter-spacing: -0.55px; }
.booking-section h2 { font-size: 22px; }

.pickup-detail,
.date-field {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 24px;
  color: #504a44;
}

.pickup-detail strong,
.date-field strong { display: block; color: #302b27; font-size: 13px; font-weight: 600; }
.pickup-detail small,
.date-field small { display: block; margin-top: 4px; color: #756d64; font-size: 12px; line-height: 1.45; }
.detail-icon { color: var(--gold); font-size: 19px; line-height: 1; }

.location-link { margin: 14px 0 0 30px; padding: 0; border: 0; color: #81776e; background: transparent; font: 500 12px 'Outfit', sans-serif; cursor: pointer; }
.location-link:hover { color: var(--gold); }

.date-field { position: relative; padding-top: 18px; border-top: 1px solid #ece7e0; cursor: pointer; }
.date-field input { position: absolute; right: 0; bottom: 0; width: 155px; border: 0; color: #5f574f; background: transparent; font: 500 12px 'Outfit', sans-serif; outline: 0; }

.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 19px; }
.form-grid label { display: grid; gap: 6px; }
.form-grid label > span { color: #5f574f; font-size: 11px; font-weight: 600; }
.form-grid input { width: 100%; height: 44px; padding: 0 12px; border: 1px solid #d9d1c8; border-radius: 5px; color: #302b27; background: #fff; font: 500 13px 'Outfit', sans-serif; outline: 0; transition: border-color 160ms ease, box-shadow 160ms ease; }
.form-grid input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(185, 133, 63, 0.12); }

.upload-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 16px; }
.document-upload-heading { margin-top: 28px; padding-top: 22px; border-top: 1px solid #e8e1d9; }
.document-upload-heading h3 { margin: 0; color: #342f2a; font-size: 15px; font-weight: 600; }
.document-upload-heading p { margin: 5px 0 0; color: #81776e; font-size: 12px; }
.upload-box { position: relative; display: flex; min-height: 120px; padding: 15px; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed #d7cfc5; border-radius: 6px; color: #655e57; background: #fbfaf8; cursor: pointer; text-align: center; transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease; }
.upload-box:hover, .upload-box.has-file { border-color: var(--gold); background: #fdf9f2; transform: translateY(-2px); }
.upload-box input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-icon { margin-bottom: 8px; color: var(--gold); font-size: 22px; }
.upload-box strong { font-size: 12px; font-weight: 600; }
.upload-box small { max-width: 125px; margin-top: 5px; overflow: hidden; color: #7e746b; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.upload-box.has-file small { color: #997035; font-weight: 600; }
.upload-preview, .upload-remove { display: none; }
.upload-box.has-image { min-height: 120px; padding: 0; justify-content: flex-end; overflow: hidden; }
.upload-box.has-image .upload-icon, .upload-box.has-image strong { display: none; }
.upload-box.has-image .upload-preview { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.upload-box.has-image small { position: relative; z-index: 1; width: 100%; margin: 0; padding: 10px 38px 10px 12px; color: #fff; background: linear-gradient(90deg, rgb(28 24 20 / 92%), rgb(28 24 20 / 52%)); text-align: left; }
.upload-box.has-file .upload-remove { display: inline-flex; position: absolute; z-index: 2; top: 8px; right: 8px; padding: 5px 9px; border: 0; border-radius: 4px; color: #fff; background: rgb(44 36 28 / 88%); cursor: pointer; font: 600 10px 'Outfit', Arial, sans-serif; }
.upload-box.has-file .upload-remove:hover { background: #9f422d; }

.confirmation-page { min-height: calc(100vh - 94px); display: grid; place-items: center; padding: 70px 24px; background: radial-gradient(circle at 84% 14%, #f0e6d8 0, transparent 28%), linear-gradient(180deg, #fbfaf8 0%, #f5f2ed 100%); }
.confirmation-card { display: grid; width: min(100%, 1060px); grid-template-columns: 1.05fr .95fr; overflow: hidden; border: 1px solid #e5ddd3; border-radius: 18px; background: #fff; box-shadow: 0 24px 60px rgb(67 48 29 / 12%); }
.confirmation-message { padding: 54px 58px; }
.confirmation-mark { display: grid; width: 42px; height: 42px; margin-bottom: 28px; place-items: center; border-radius: 50%; color: #fff; background: #b9853f; box-shadow: 0 8px 18px rgb(144 95 38 / 24%); font-size: 22px; font-weight: 600; }
.confirmation-message h1 { margin: 9px 0 13px; color: #292522; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(34px, 4vw, 48px); font-weight: 500; letter-spacing: -1.5px; }
.confirmation-copy { max-width: 455px; margin: 0; color: #6f665e; font-size: 15px; line-height: 1.7; }
.confirmation-details { display: grid; margin: 32px 0; border-top: 1px solid #e9e2da; border-bottom: 1px solid #e9e2da; grid-template-columns: repeat(2, 1fr); }
.confirmation-details div { padding: 15px 0; }
.confirmation-details div:nth-child(odd) { border-right: 1px solid #e9e2da; }
.confirmation-details div:nth-child(odd) dt, .confirmation-details div:nth-child(odd) dd { padding-left: 0; }
.confirmation-details div:nth-child(even) dt, .confirmation-details div:nth-child(even) dd { padding-left: 22px; }
.confirmation-details dt { color: #93877b; font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.confirmation-details dd { margin: 6px 0 0; color: #39322c; font-size: 13px; font-weight: 600; }
.confirmation-details div:nth-child(-n+2) { border-bottom: 1px solid #e9e2da; }
.confirmation-return { display: inline-flex; align-items: center; gap: 13px; padding: 13px 19px; border-radius: 6px; color: #fff; background: #b9853f; box-shadow: 0 8px 16px rgb(145 96 37 / 20%); font-size: 13px; font-weight: 600; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.confirmation-return:hover { background: #9d6e33; transform: translateY(-2px); }
.confirmation-vehicle { position: relative; min-height: 500px; background: #26201b; }
.confirmation-image { position: absolute; inset: 0; background-position: center; background-size: cover; }
.confirmation-vehicle::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 36%, rgb(25 21 17 / 88%) 100%); }
.confirmation-vehicle-copy { position: absolute; z-index: 1; right: 38px; bottom: 35px; left: 38px; color: #fff; }
.confirmation-vehicle-copy p { margin: 0 0 9px; color: #e6be83; font-size: 10px; font-weight: 600; letter-spacing: .13em; }
.confirmation-vehicle-copy h2 { margin: 0; font-size: 25px; font-weight: 600; letter-spacing: -.7px; }
.confirmation-vehicle-copy span { display: block; margin-top: 8px; color: #e5ddd4; font-size: 13px; }

.consent { display: flex; gap: 8px; margin-top: 17px; color: #6e655d; font-size: 11px; line-height: 1.5; }
.consent input { width: 14px; height: 14px; margin: 1px 0 0; accent-color: var(--gold); }

.pay-book { margin-top: 32px; padding: 15px 20px; border: 0; border-radius: 5px; color: #fff; background: #b77c34; box-shadow: 0 7px 16px rgba(129, 82, 28, 0.18); font: 600 13px/1 'Outfit', sans-serif; cursor: pointer; transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.pay-book:hover { background: #9f6828; box-shadow: 0 10px 20px rgba(129, 82, 28, 0.22); transform: translateY(-2px); }
.pay-book.is-complete { background: #647c69; }
.pay-book span { margin-left: 8px; font-size: 15px; }

.booking-summary { border-left: 1px solid #e8e1d9; background: #f7f4ef; }
.booking-image { min-height: 365px; background-image: url('images/car-gallery.png'); background-repeat: no-repeat; background-position: center; background-size: cover; }
.summary-content { padding: 34px 37px; }
.summary-content h2 { margin-top: 4px; font-size: 28px; }
.summary-content > p:not(.section-kicker) { margin: 8px 0 27px; color: #685f57; font-size: 14px; }
.summary-list { margin: 0; border-top: 1px solid #e1dad1; }
.summary-list div { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid #e1dad1; }
.summary-list dt { color: #6d645c; font-size: 12px; }
.summary-list dd { margin: 0; color: #312c27; font-size: 12px; font-weight: 600; text-align: right; }
.summary-note { margin: 22px 0 0 !important; color: #786f66 !important; font-size: 12px !important; line-height: 1.55; }

.back-link {
  display: flex;
  width: min(100%, 1120px);
  margin: 0 auto 22px;
  align-items: center;
  gap: 9px;
  color: #716c66;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.back-link span { font-size: 18px; }
.back-link:hover { color: var(--gold); transform: translateX(-3px); }

.vehicle-detail {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  width: min(100%, 1120px);
  min-height: 490px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(50, 39, 26, 0.16);
  animation: detail-enter 650ms cubic-bezier(.2,.75,.25,1) both;
}

.vehicle-panel {
  padding: 56px 58px 44px;
  align-self: center;
  font-family: 'Outfit', Arial, Helvetica, sans-serif;
}

.vehicle-panel .section-kicker { margin-bottom: 10px; }

.vehicle-panel h1 {
  margin: 0;
  color: #26221f;
  font-family: 'Outfit', Arial, Helvetica, sans-serif;
  font-size: clamp(31px, 3vw, 43px);
  font-weight: 400;
  letter-spacing: -1.3px;
}

.vehicle-subtitle {
  margin: 8px 0 17px;
  color: #8a837b;
  font-size: 15px;
}


.vehicle-specs { margin: 0; }

.vehicle-specs div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #ece8e3;
}

.vehicle-specs dt {
  color: #5e5851;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.vehicle-specs dd {
  margin: 0;
  color: #292624;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
}

.vehicle-actions {
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.book-now,
.trip-details {
  border: 0;
  font: 600 12px/1 'Outfit', Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.book-now {
  min-width: 146px;
  padding: 14px 19px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  background: #b77c34;
  box-shadow: 0 7px 16px rgba(129, 82, 28, 0.18);
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.book-now span { margin-left: 9px; font-size: 16px; transition: transform 180ms ease; }
.book-now:hover span { display: inline-block; transform: translateX(3px); }
.book-now:hover { background: #9f6828; box-shadow: 0 10px 20px rgba(129, 82, 28, 0.22); transform: translateY(-2px); }

.vehicle-visual {
  position: relative;
  min-height: 490px;
  background-image: url('images/car-gallery.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: background-position 450ms cubic-bezier(.2,.75,.25,1);
}

.vehicle-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.16), transparent 42%, rgba(0, 0, 0, 0.12));
  pointer-events: none;
}

.detail-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 180ms ease, background-color 180ms ease;
}

.detail-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #27231f;
  border-right: 2px solid #27231f;
}

.detail-arrow--previous { left: 20px; }
.detail-arrow--previous::after { transform: translate(-35%, -50%) rotate(-135deg); }
.detail-arrow--next { right: 20px; }
.detail-arrow--next::after { transform: translate(-65%, -50%) rotate(45deg); }
.detail-arrow:hover { background: var(--gold); transform: translateY(-50%) scale(1.08); }
.detail-arrow:hover::after { border-color: #fff; }

.image-counter {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.4px;
}

@keyframes detail-enter {
  from { opacity: 0; transform: translateY(22px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}


.site-header {
  position: relative;
  min-height: 94px;
  border-bottom: 1px solid rgba(185, 133, 63, 0.32);
  background: rgba(0, 0, 0, 0.7);
  overflow: visible;
}

.header-inner {
  width: min(100%, 1260px);
  min-height: 93px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.brand img {
  display: block;
  width: 78px;
  height: auto;
  object-fit: contain;
}

.main-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 31px;
}

.main-nav a {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.36);
  white-space: nowrap;
  transition: color 160ms ease;
}

.main-nav a:hover,
.main-nav a.active { color: var(--gold); }

.menu-toggle {
  display: none;
  width: 30px;
  height: 30px;
  padding: 6px;
  border: 0;
  border-radius: 6px;
  background: var(--gold);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 2px 0;
  background: #fff;
  border-radius: 2px;
}

@media (max-width: 800px) {
  .site-header { min-height: 76px; }

  .header-inner {
    min-height: 75px;
    padding: 0 13px;
  }

  .brand img { width: 58px; }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .main-nav {
    position: absolute;
    z-index: 5;
    top: 100%;
    right: 13px;
    left: 13px;
    transform: none;
    display: none;
    margin: 0;
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background: rgba(27, 23, 18, 0.96);
    border: 1px solid rgba(185, 133, 63, 0.5);
  }

  .main-nav.is-open { display: flex; }

  .fleet-section { padding: 48px 16px 60px; }
  .fleet-intro { margin-bottom: 30px; }

  .gallery-grid {
    width: min(100%, 660px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .vehicle-page { padding: 28px 16px 48px; }
  .booking-page { padding: 28px 16px 48px; }
  .booking-card { grid-template-columns: 1fr; }
  .booking-summary { border-top: 1px solid #e8e1d9; border-left: 0; }
  .booking-image { min-height: 310px; }
  .vehicle-detail { grid-template-columns: 1fr; }
  .vehicle-panel { padding: 40px 30px; }
  .vehicle-visual { min-height: 390px; }
}

@media (max-width: 420px) {
  .gallery-grid {
    width: min(100%, 360px);
    grid-template-columns: 1fr;
  }

  .vehicle-info strong { font-size: 19px; }
  .vehicle-actions { align-items: flex-start; flex-direction: column; gap: 7px; }
  .vehicle-visual { min-height: 285px; }
  .booking-form { padding: 34px 22px; }
  .form-grid, .upload-grid { grid-template-columns: 1fr; }
  .date-field input { position: static; width: 100%; margin-top: 9px; }
  .date-field { flex-wrap: wrap; }
}
a.car-card { text-decoration: none; }
.form-grid select{width:100%;height:44px;padding:0 12px;border:1px solid #d9d1c8;border-radius:5px;color:#302b27;background:#fff;font:500 13px 'Outfit',Arial,sans-serif;outline:0}.form-grid input[readonly]{color:#a7702d;font-weight:700;background:#fdf9f2}
.booking-section:first-child .form-grid{margin-top:22px;padding:16px;border:1px solid #e9e2d9;border-radius:10px;background:linear-gradient(135deg,#fff 0%,#fbf8f3 100%);gap:14px}.booking-section .form-grid label{gap:8px;color:#554d46;font-size:11px;font-weight:600;letter-spacing:.1px}.booking-section .form-grid input,.booking-section .form-grid select{height:46px;border:1px solid #d8cec3;border-radius:6px;padding:0 13px;color:#322c27;background:#fff;font:500 13px 'Outfit',Arial,sans-serif;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.booking-section .form-grid input:focus,.booking-section .form-grid select:focus{border-color:#b9853f;box-shadow:0 0 0 3px rgba(185,133,63,.13);outline:0}.booking-section .form-grid select{cursor:pointer}.booking-section .form-grid label:has(#estimated-total){position:relative}.booking-section .form-grid label:has(#estimated-total)::after{content:'Calculated from daily rate';position:absolute;right:9px;top:0;color:#9b856b;font-size:9px;font-weight:500}.booking-section .form-grid #estimated-total{border-color:#e3cba6;color:#a66d29;background:linear-gradient(135deg,#fffaf1,#f7eddd);font-size:15px;font-weight:700;letter-spacing:-.2px}
.rental-planner{padding-top:20px;border-top:1px solid #e8e2db}.planner-fields,.planner-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.planner-summary{margin-top:16px}.planner-field{display:grid;gap:7px;color:#514a43;font-size:11px;font-weight:600}.planner-field input,.planner-field select{width:100%;height:45px;padding:0 12px;border:1px solid #d9d1c8;border-radius:5px;color:#302b27;background:#fff;font:500 13px 'Outfit',Arial,sans-serif;outline:0;transition:border-color .18s ease,box-shadow .18s ease}.planner-field input:focus,.planner-field select:focus{border-color:#a97134;box-shadow:0 0 0 3px rgba(185,133,63,.1)}.duration-field select{cursor:pointer}.price-card{display:flex;min-height:68px;padding:11px 14px;flex-direction:column;justify-content:center;border-left:3px solid #b77c34;color:#45372b;background:#f6f2ed}.price-card span{font-size:10px;font-weight:600}.price-card strong{margin:2px 0;color:#332c25;font-size:19px;letter-spacing:-.4px}.price-card small{color:#81766c;font-size:9px}@media(max-width:520px){.planner-fields,.planner-summary{grid-template-columns:1fr}}
.duration-field select{padding-right:42px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%233d352e' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px 8px}
@media (max-width: 760px) { .confirmation-page { padding: 36px 16px; } .confirmation-card { grid-template-columns: 1fr; } .confirmation-message { padding: 40px 28px; } .confirmation-vehicle { min-height: 290px; grid-row: 1; } .confirmation-vehicle-copy { right: 26px; bottom: 24px; left: 26px; } }
