.booking-section { padding: 24px 0 48px; color: #123f50; }
.booking-notice { margin: 0 0 28px; background: #006c91; color: #fff; padding: 20px; font-size: 18px; font-weight: 700; line-height: 1.6; text-align: center; }
.booking-legend { margin: 20px 0; line-height: 1.6; }
.booking-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.booking-journeys { display: grid; gap: 24px; min-width: 0; }
.booking-columns fieldset { min-width: 0; padding: 20px; background: #f4f7f8; border: 1px solid #c5d6dd; }
.booking-columns legend { background: #074156; color: #fff; padding: 12px 16px; font-size: 18px; width: auto; margin-bottom: 0; }
.booking-field { min-width: 0; margin: 14px 0 0; scroll-margin-top: 24px; }
.booking-field label { display: block; margin-bottom: 6px; font-size: 14px; font-weight: 600; line-height: 1.5; }
.field-requirement { font-size: 12px; font-weight: 400; }
.booking-field input, .booking-field select, .booking-field textarea { box-sizing: border-box; width: 100%; max-width: 100%; min-width: 0; min-height: 44px; padding: 10px; background: #fff; border: 1px solid #7b969f; border-radius: 3px; color: #193e4c; font-size: 16px; }
.booking-field textarea { resize: vertical; }
.booking-field input:focus, .booking-field select:focus, .booking-field textarea:focus { outline: 2px solid #006c91; outline-offset: 2px; }
.booking-field-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.booking-field-error { display: block; color: #9e261c; font-size: 13px; line-height: 1.5; margin-top: 5px; }
.booking-field [aria-invalid="true"], .booking-field.has-error .selectize-input { border: 2px solid #b32920; }
.booking-help { margin: 7px 0 0; font-size: 13px; line-height: 1.5; color: #425d68; }
.booking-time-help { margin-bottom: 7px; }
.booking-feedback { border: 1px solid #b32920; border-left: 5px solid #b32920; background: #fff4f1; color: #7e251d; padding: 16px 20px; margin-bottom: 24px; line-height: 1.6; overflow-wrap: anywhere; }
.booking-feedback a { color: #074156; text-decoration: underline; font-weight: bold; }
.booking-feedback[hidden] { display: none; }
.booking-error-list { padding-left: 20px; margin: 8px 0 0; list-style: disc; }
.booking-error-list li { margin: 6px 0; }
.booking-error-list a { display: inline-block; padding: 4px 0; }
.booking-submit { text-align: center; margin-top: 24px; }
.booking-submit button, .booking-confirmation-link { border: 0; background: #006c91; color: #fff; padding: 15px 30px; font-weight: 600; font-size: 16px; border-radius: 3px; }
.booking-submit button:disabled { opacity: .65; cursor: wait; }
.booking-fare { margin-top: 24px; padding: 20px; text-align: center; background: #074156; color: #fff; line-height: 1.7; }
.booking-fare p { margin: 8px 0 0; font-size: 13px; }
.booking-field .intl-tel-input { width: 100%; }
.booking-field .selectize-input { min-height: 44px; padding: 11px; font-size: 16px; border-color: #7b969f; }
.booking-field .selectize-dropdown { font-size: 14px; }
.booking-field .selectize-dropdown .option { padding: 8px; }
#booking-form .honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.booking-confirmation { max-width: 860px; margin: 40px auto 56px; padding: 0 20px; color: #123f50; }
.booking-success { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 28px; }
.booking-success-icon { flex: 0 0 56px; width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #e8f5ed; color: #237346; }
.booking-success-icon svg { width: 36px; height: 36px; }
.booking-success h1 { margin: 0 0 8px; padding: 0; color: #074156; font-size: 30px; line-height: 1.2; text-transform: none; letter-spacing: normal; }
.booking-success p { margin: 0; color: #425d68; font-size: 15px; line-height: 1.65; }
.booking-summary-overview { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; padding: 22px 24px; border: 1px solid #c5d6dd; border-radius: 8px; background: #f4f7f8; }
.booking-summary-overview span { display: block; margin-bottom: 8px; color: #425d68; font-size: 13px; }
.booking-summary-overview strong { display: block; font-size: 25px; line-height: 1.3; color: #074156; overflow-wrap: anywhere; }
.booking-summary-overview p { margin: 8px 0 0; color: #425d68; font-size: 13px; line-height: 1.6; }
.booking-summary-actions { margin: 22px 0 36px; }
.booking-email-status { margin: 0 0 18px; font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; }
.booking-email-status a { color: #006c91; text-decoration: underline; }
.booking-confirmation-link { display: inline-flex; align-items: center; justify-content: center; gap: 10px; box-sizing: border-box; min-height: 48px; max-width: 100%; line-height: 1.5; text-decoration: none; }
.booking-confirmation-link svg { flex: 0 0 20px; width: 20px; height: 20px; }
.booking-confirmation-link:hover, .booking-confirmation-link:focus { background: #074156; color: #fff; text-decoration: none; }
.booking-confirmation-link:focus-visible { outline: 3px solid #237346; outline-offset: 3px; }
.booking-summary-section { margin: 28px 0 0; }
.booking-summary-section h2 { margin: 0; padding: 16px 20px; background: #f4f7f8; border: 1px solid #d3dde1; border-radius: 6px 6px 0 0; color: #074156; font-size: 21px; line-height: 1.3; text-transform: none; letter-spacing: normal; }
.booking-confirmation table { width: 100%; table-layout: fixed; margin: 0; border: 1px solid #d3dde1; border-top: 0; border-collapse: collapse; }
.booking-confirmation th, .booking-confirmation td { text-align: left; vertical-align: top; padding: 14px 20px; border-bottom: 1px solid #d3dde1; overflow-wrap: anywhere; white-space: pre-wrap; font-size: 14px; line-height: 1.6; }
.booking-confirmation th { width: 40%; font-weight: 500; color: #425d68; }
@media (max-width: 480px) {
    .booking-confirmation { margin: 28px auto 36px; padding: 0 16px; }
    .booking-success { gap: 12px; margin-bottom: 22px; }
    .booking-success-icon { flex-basis: 44px; width: 44px; height: 44px; }
    .booking-success-icon svg { width: 30px; height: 30px; }
    .booking-success h1 { font-size: 25px; }
    .booking-summary-overview { grid-template-columns: minmax(0, 1fr); gap: 18px; padding: 20px; }
    .booking-summary-price { border-top: 1px solid #d3dde1; padding-top: 18px; }
    .booking-summary-actions { margin-bottom: 28px; }
    .booking-confirmation-link { width: 100%; padding: 14px 12px; }
    .booking-summary-section h2 { padding: 14px; }
    .booking-confirmation th, .booking-confirmation td { padding: 12px; }
}
@media (max-width: 767px) { .booking-columns { grid-template-columns: 1fr; gap: 18px; } .booking-journeys { gap: 18px; } .booking-columns fieldset { padding: 14px; } .booking-field-pair { gap: 10px; } .booking-submit button { width: 100%; } }

/* Calendar fields keep the site's teal palette and use a native modal for focus containment. */
#booking-form { --booking-calendar-ready: 1; }
.booking-field .booking-date-display { padding-right: 44px; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23006c91' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M7 2v6m10-6v6M3 11h18'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; }
.booking-date-dialog { position: fixed; inset: 0; margin: auto; box-sizing: border-box; width: min(380px, calc(100% - 24px)); max-width: none; max-height: calc(100vh - 24px); max-height: calc(100dvh - 24px); padding: 18px; border: 1px solid #c5d6dd; border-radius: 14px; color: #123f50; background: #fff; box-shadow: 0 16px 60px #123f5033; overscroll-behavior: contain; }
.booking-date-dialog::backdrop { background: #123f5066; }
@media (min-width: 481px) { .booking-date-dialog { inset: 12px auto auto 12px; margin: 0; } }
.booking-date-heading { display: flex; align-items: center; gap: 8px; }
.booking-date-heading h2 { text-transform: none; letter-spacing: normal; flex: 1; margin: 0; padding: 0; font-size: 20px; line-height: 1.3; font-weight: 600; color: #074156; }
.booking-date-dialog button { min-height: 44px; border: 0; border-radius: 6px; background: #f0f5f7; color: #074156; cursor: pointer; font: inherit; touch-action: manipulation; }
.booking-date-dialog .booking-date-close { flex: 0 0 44px; font-size: 28px; line-height: 44px; padding: 0; }
.booking-date-hint { margin: 6px 0 14px; color: #425d68; font-size: 13px; line-height: 1.5; }
.booking-date-dialog .flatpickr-calendar { width: 100%; box-shadow: none; background: transparent; top: 0; }
.booking-date-dialog .flatpickr-rContainer, .booking-date-dialog .flatpickr-days, .booking-date-dialog .dayContainer { width: 100%; min-width: 0; max-width: none; }
.booking-date-dialog .flatpickr-months .flatpickr-month { height: 48px; color: #074156; }
.booking-date-dialog .flatpickr-current-month { display: flex; align-items: center; justify-content: center; gap: 4px; width: calc(100% - 88px); left: 44px; height: 44px; padding: 0; font-size: 16px; }
.booking-date-dialog .flatpickr-current-month .numInputWrapper { width: 65px; }
.booking-date-dialog .flatpickr-current-month .flatpickr-monthDropdown-months { max-width: calc(100% - 65px); margin: 0; padding: 6px 0; }
.booking-date-dialog .flatpickr-prev-month, .booking-date-dialog .flatpickr-next-month { box-sizing: border-box; width: 44px; height: 44px; padding: 14px; color: #074156; fill: #074156; }
.booking-date-dialog .flatpickr-weekdays { height: 32px; }
.booking-date-dialog span.flatpickr-weekday { color: #425d68; font-size: 12px; }
.booking-date-dialog .flatpickr-day { flex-basis: 14.285714%; max-width: none; height: 44px; line-height: 42px; border-radius: 6px; color: #123f50; }
.booking-date-dialog .flatpickr-day.today { border-color: #006c91; }
.booking-date-dialog .flatpickr-day.selected, .booking-date-dialog .flatpickr-day.selected:hover { background: #006c91; border-color: #006c91; color: #fff; }
.booking-date-dialog .flatpickr-day.flatpickr-disabled { color: #adb9bf; }
.booking-date-dialog .flatpickr-day:not(.flatpickr-disabled):not(.selected):hover { background: #e6f3f7; border-color: #e6f3f7; }
.booking-date-dialog .flatpickr-day:not(.flatpickr-disabled):not(.selected):focus { background: #e6f3f7; color: #123f50; border-color: #006c91; }
.booking-date-dialog :focus-visible { outline: 2px solid #006c91; outline-offset: 1px; }
.booking-date-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #d3dde1; margin-top: 12px; padding-top: 12px; }
.booking-date-actions .booking-date-clear { padding: 8px 12px; font-size: 14px; }
.booking-date-actions span { color: #425d68; font-size: 12px; }
@media (max-width: 480px) { .booking-date-dialog { top: auto; bottom: max(12px, env(safe-area-inset-bottom)); margin: auto; padding: 14px; } }
