.booking-hero {
  position: relative;
  padding: 5.5rem 0 4.5rem;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(115deg, rgba(20,19,18,.96), rgba(20,19,18,.72)), url('/images/fleet/ensemble/flotte-2.webp') center 58%/cover;
}

.booking-hero::after {
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 350px;
  height: 350px;
  border: 62px solid rgba(255,205,0,.11);
  border-radius: 50%;
  content: "";
}

.booking-hero .container { position: relative; z-index: 1; }
.booking-hero h1 { max-width: 800px; margin: 0 0 1rem; font-size: clamp(2.35rem, 5vw, 4.5rem); font-weight: 900; letter-spacing: -.045em; line-height: 1; }
.booking-hero h1 span { color: var(--leo-yellow); }
.booking-hero p { max-width: 700px; margin: 0; color: rgba(255,255,255,.86); font-size: 1.12rem; }
.booking-hero-small { padding: 3.8rem 0 3rem; }
.booking-hero-small h1 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.booking-section { padding: 4rem 0 5rem; background: var(--leo-cream); }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 2rem; align-items: start; }
.booking-form { min-width: 0; }
.booking-panel, .manage-card { margin: 0 0 1.25rem; padding: 1.6rem; border: 1px solid var(--leo-border); border-radius: 10px; background: #fff; box-shadow: 0 8px 25px rgba(37,36,35,.055); }
.booking-panel legend { display: flex; gap: .7rem; align-items: center; width: auto; margin: 0 0 1.35rem; padding: 0; color: var(--leo-black); font-size: 1.2rem; font-weight: 900; }
.booking-panel legend span { display: inline-grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: var(--leo-black); background: var(--leo-yellow); font-size: .9rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.booking-form label, .cancel-box label { display: grid; gap: .42rem; color: #3e3b38; font-size: .87rem; font-weight: 800; }
.booking-form input:not([type="radio"]):not([type="checkbox"]), .booking-form select, .booking-form textarea, .cancel-box textarea {
  width: 100%; min-height: 48px; padding: .72rem .82rem; border: 1px solid #cbc5ba; border-radius: 5px; color: var(--leo-black); background: #fff; font: inherit; font-weight: 500;
}
.booking-form textarea, .cancel-box textarea { min-height: auto; resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus, .cancel-box textarea:focus { border-color: #9b7b00; outline: 3px solid rgba(255,205,0,.24); }
.form-full { margin-top: 1rem; }
.vehicle-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.vehicle-option { cursor: pointer; }
.vehicle-option > input { position: absolute; opacity: 0; pointer-events: none; }
.vehicle-card-select { position: relative; display: grid; grid-template-columns: 104px 1fr auto; gap: .8rem; align-items: center; overflow: hidden; min-height: 88px; border: 2px solid #e3ded3; border-radius: 7px; background: #fff; transition: border-color .15s, box-shadow .15s; }
.vehicle-card-select img { width: 104px; height: 88px; object-fit: cover; }
.vehicle-card-copy { display: grid; gap: .2rem; padding: .4rem 0; }
.vehicle-card-copy strong { line-height: 1.25; }
.vehicle-card-copy small { color: var(--leo-grey); font-weight: 500; }
.vehicle-card-select > i { padding-right: .75rem; color: #cfc9bd; font-size: 1.35rem; }
.vehicle-option > input:checked + .vehicle-card-select { border-color: var(--leo-yellow-dark); box-shadow: 0 0 0 3px rgba(255,205,0,.2); }
.vehicle-option > input:checked + .vehicle-card-select > i { color: #b59000; }
.vehicle-option > input:focus-visible + .vehicle-card-select { outline: 3px solid rgba(49,130,206,.35); }
.availability-note { display: flex; gap: .5rem; align-items: center; margin-top: 1rem; padding: .75rem .85rem; border-radius: 5px; color: #57514a; background: #f3f0e9; font-size: .88rem; }
.duration-note { display: flex; gap: .7rem; align-items: flex-start; margin-top: .7rem; padding: .85rem; border-left: 3px solid var(--leo-yellow); border-radius: 4px; color: #57514a; background: #fffae3; font-size: .86rem; }
.duration-note i { flex: 0 0 auto; color: #927500; font-size: 1.05rem; }
.duration-note strong { color: var(--leo-black); }
.availability-spin { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.check-row { display: flex !important; grid-template-columns: none; gap: .65rem !important; align-items: flex-start; margin-top: 1.2rem; font-weight: 500 !important; }
.check-row input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: .17rem; accent-color: #c39c00; }
.check-row a { color: #705900; font-weight: 800; }
.booking-submit { margin-top: 1.2rem; border: 0; cursor: pointer; font-size: 1rem; }
.booking-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.booking-small { margin: .7rem 0 0; color: var(--leo-grey); font-size: .82rem; }
.booking-honeypot { position: absolute !important; left: -9999px !important; }
.booking-aside { position: sticky; top: 105px; display: grid; gap: 1rem; }
.aside-card { padding: 1.5rem; border-top: 4px solid var(--leo-yellow); border-radius: 8px; background: #fff; box-shadow: var(--leo-shadow); }
.aside-card h2 { margin: .8rem 0 .65rem; font-size: 1.25rem; font-weight: 900; }
.aside-card p { color: var(--leo-grey); }
.aside-card ul { display: grid; gap: .55rem; margin: 1rem 0 0; padding: 0; list-style: none; font-weight: 700; }
.aside-card li { display: flex; gap: .5rem; align-items: center; }
.aside-card li i, .aside-icon { color: #a98500; }
.aside-icon { font-size: 2rem; }
.aside-card-dark { color: #fff; background: var(--leo-black); }
.aside-card-dark p { color: rgba(255,255,255,.72); }
.aside-card-dark a { display: inline-flex; gap: .5rem; align-items: center; color: var(--leo-yellow); font-weight: 900; text-decoration: none; }
.booking-alert { margin-bottom: 1rem; padding: 1rem 1.15rem; border-radius: 6px; }
.booking-alert ul { margin: .5rem 0 0; }
.booking-alert-error { color: #842029; border: 1px solid #f1aeb5; background: #f8d7da; }
.booking-alert-success { color: #0f5132; border: 1px solid #a3cfbb; background: #d1e7dd; }
.manage-wrap { max-width: 880px; }
.manage-card { padding: clamp(1.25rem, 4vw, 2.3rem); }
.manage-head { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding-bottom: 1.5rem; border-bottom: 1px solid var(--leo-border); }
.manage-head > div { display: grid; gap: .35rem; }
.manage-head small { color: var(--leo-grey); font-weight: 700; text-transform: uppercase; }
.manage-head img { width: 155px; height: 88px; border-radius: 6px; object-fit: cover; }
.status-pill { display: inline-flex; width: fit-content; padding: .38rem .7rem; border-radius: 999px; font-size: .82rem; }
.status-pending { color: #725b00; background: #fff0aa; }
.status-confirmed { color: #0b5131; background: #d1e7dd; }
.status-cancelled, .status-rejected { color: #842029; background: #f8d7da; }
.status-completed { color: #3d4852; background: #e9ecef; }
.booking-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem 2rem; margin: 1.6rem 0 0; }
.booking-details div { min-width: 0; }
.booking-details dt { margin-bottom: .2rem; color: var(--leo-grey); font-size: .76rem; text-transform: uppercase; letter-spacing: .05em; }
.booking-details dd { margin: 0; font-weight: 750; overflow-wrap: anywhere; }
.cancel-box { margin-top: 2rem; padding: 1.2rem; border-radius: 6px; background: #f5f2eb; }
.cancel-box h2 { margin: 0 0 .3rem; font-size: 1.15rem; }
.cancel-box p { margin: 0 0 .8rem; color: var(--leo-grey); }
.cancel-button { margin-top: .65rem; padding: .65rem 1rem; border: 1px solid #a61d2d; border-radius: 4px; color: #a61d2d; background: #fff; font-weight: 800; cursor: pointer; }

@media (max-width: 991px) {
  .booking-layout { grid-template-columns: 1fr; }
  .booking-aside { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .booking-hero { padding: 4rem 0 3.2rem; }
  .booking-section { padding: 2.2rem 0 3rem; }
  .booking-panel { padding: 1.1rem; }
  .form-grid, .form-grid-three, .vehicle-options, .booking-aside, .booking-details { grid-template-columns: 1fr; }
  .vehicle-card-select { grid-template-columns: 88px 1fr auto; }
  .vehicle-card-select img { width: 88px; }
  .manage-head img { width: 112px; height: 72px; }
}
