/* Guest-details step only. Keep the shared header, footer and calendars intact. */
.booking-checkout-page { padding: 80px 0 60px; background: #fff; color: #232333; }
.booking-checkout-page [hidden] { display: none !important; }
.booking-checkout-page label { text-transform: none !important; letter-spacing: normal !important; }
.booking-checkout-page label.checkout-field { align-items: stretch !important; margin: 0 !important; }
.checkout-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding: 25px 0 26px; color: #82768e; font-size: 11px; line-height: 1.6; }
.checkout-breadcrumb a { min-height: 0 !important; padding: 0 !important; color: #82768e; }
.checkout-breadcrumb i { font-size: 8px; color: #b5aabe; }
.checkout-breadcrumb [aria-current] { color: #584b69; }
.checkout-intro { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 12px 0 35px; }
.checkout-intro > div { min-width: 0; }
.checkout-kicker { display: block; margin: 0 0 13px; color: #7d619f; font-size: 10px; font-weight: 600; letter-spacing: 1.4px; line-height: 1.6; }
.checkout-intro h1 { margin: 0 0 16px; font-size: clamp(29px, 3vw, 39px); font-weight: 600; line-height: 1.3; letter-spacing: -1px; color: #232333; }
.checkout-intro p { max-width: 740px; margin: 0; color: #7b6f87; font-size: 13px; line-height: 1.85; }
.checkout-progress { display: flex; align-items: flex-start; flex-shrink: 0; gap: 25px; margin: 0; padding: 0; list-style: none; }
.checkout-progress li { display: grid; gap: 8px; color: #9a8aa5; font-size: 10px; line-height: 1.6; }
.checkout-progress span { color: #b7a9c2; font-size: 17px; font-weight: 500; font-variant-numeric: tabular-nums; }
.checkout-progress [aria-current], .checkout-progress [aria-current] span { color: #6b4e9e; font-weight: 500; }
.checkout-progress .is-complete span { color: #8b709f; font-size: 13px; padding: 3px 0; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; align-items: start; gap: 32px; margin: 0; }
.checkout-main, .checkout-sidebar { min-width: 0; }
.booking-checkout-page .checkout-section { padding: 27px !important; margin: 0 0 22px; border: 1px solid #e4ddec; border-radius: 16px; background: #fff; }
.checkout-section-heading { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 23px; }
.checkout-section-number { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; border: 1px solid #e7def0; border-radius: 9px; color: #9274ae; font-size: 11px; font-weight: 500; }
.checkout-section-heading h2 { margin: 1px 0 6px; color: #352c3e; font-size: 21px; font-weight: 600; line-height: 1.4; letter-spacing: -.4px; }
.checkout-section-heading p { margin: 0; color: #7b6b87; font-size: 12px; line-height: 1.75; }
.booking-checkout-page .stay-dates { max-width: none; font-family: inherit; }
.booking-checkout-page .stay-calendar-panel { width: 100%; max-width: 370px; box-sizing: border-box; }
.booking-checkout-page .stay-field-label { font-size: 10px; font-weight: 500; letter-spacing: .3px; }
.booking-checkout-page .stay-field-value { font-size: 15px; font-weight: 500; }
.booking-checkout-page .stay-date-feedback { margin: 11px 1px 0; }
.checkout-guests { display: grid; grid-template-columns: 1fr 1fr .9fr; gap: 16px; margin-top: 23px; padding-top: 22px; border-top: 1px solid #f0ebf5; }
.checkout-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px 18px; }
.checkout-field { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.booking-checkout-page .checkout-field label, .booking-checkout-page label.checkout-field > span { display: flex !important; align-items: baseline; flex-wrap: wrap; gap: 6px; margin: 0 !important; color: #6d5a7b !important; font-size: 12px; font-weight: 500 !important; line-height: 1.6; letter-spacing: normal !important; text-transform: none !important; }
.checkout-field label small { margin-left: auto; color: #a092ac; font-size: 10px; font-weight: 400; }
.checkout-field label > span { color: #9f83b6; }
.booking-checkout-page .checkout-field input, .booking-checkout-page .checkout-field select, .booking-checkout-page .checkout-field textarea { display: block; width: 100%; min-width: 0; max-width: 100%; min-height: 49px; margin: 0; padding: 12px 14px; border: 1px solid #ded6e8 !important; border-radius: 9px !important; background-color: #fff !important; color: #453c50; font: inherit; font-size: 13px; font-weight: 400; line-height: 1.7; box-shadow: none !important; }
.booking-checkout-page .checkout-field textarea { min-height: 106px; resize: vertical; }
.checkout-field input::placeholder, .checkout-field textarea::placeholder { color: #a195aa; opacity: 1; }
.booking-checkout-page .checkout-field input:focus, .booking-checkout-page .checkout-field textarea:focus, .booking-checkout-page .checkout-field select:focus { border-color: #9877b6 !important; outline: 2px solid #efe7f6 !important; outline-offset: 1px; }
.checkout-field-wide { grid-column: 1 / -1; }
.checkout-guest-total { display: flex; flex-direction: column; justify-content: space-between; gap: 9px; min-width: 0; }
.checkout-guest-total > span { color: #8e8099; font-size: 11px; line-height: 1.8; }
.checkout-guest-total strong { display: flex; align-items: center; min-height: 49px; padding: 12px 14px; border: 1px dashed #e2d9ec; border-radius: 9px; color: #725487; font-size: 13px; font-weight: 500; }
.checkout-hint { display: flex; align-items: baseline; gap: 7px; margin: 14px 0 0; color: #82718d; font-size: 11px; line-height: 1.8; }
.checkout-hint i { flex-shrink: 0; color: #a790b8; }
.checkout-extras { display: grid; gap: 10px; }
.booking-checkout-page .checkout-extra { display: flex !important; align-items: center; gap: 12px; margin: 0 !important; padding: 15px; border: 1px solid #e8e1ef; border-radius: 11px; cursor: pointer; font-weight: 400 !important; }
.checkout-extra:has(input:checked) { border-color: #b39acb; background: #fdfbff; }
.checkout-extra input, .checkout-terms input { width: 17px !important; height: 17px !important; min-height: 17px !important; flex: 0 0 17px; margin: 0; accent-color: #6b4e9e; cursor: pointer; }
.checkout-extra-icon { display: grid; place-items: center; flex: 0 0 31px; width: 31px; height: 31px; color: #9777b0; font-size: 16px; }
.checkout-extra-copy { display: grid; flex: 1; gap: 5px; min-width: 0; }
.checkout-extra-copy strong { color: #554161; font-size: 12px; font-weight: 500; line-height: 1.6; }
.checkout-extra-copy small { color: #81718d; font-size: 11px; line-height: 1.65; overflow-wrap: anywhere; }
.checkout-extra-price { display: grid; gap: 4px; margin-left: auto; flex-shrink: 0; color: #7b5e95; text-align: right; font-size: 14px; font-weight: 500; font-variant-numeric: tabular-nums; }
.checkout-extra-price small { color: #a292af; font-size: 9px; font-weight: 400; }
.checkout-back { display: inline-flex; align-items: center; gap: 10px; min-height: 42px; padding: 4px 0; color: #9476a9; font-size: 12px; }
.checkout-sidebar { position: sticky; top: 104px; max-height: calc(100vh - 123px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: #ded4e9 #fff; }
.checkout-summary { padding: 24px; border: 1px solid #ded2ec; border-radius: 16px; background: #fff; }
.checkout-summary > .checkout-kicker { margin-bottom: 19px; font-size: 9px; }
.checkout-stay { display: flex; align-items: center; gap: 15px; }
.checkout-stay > img, .checkout-stay-placeholder { display: block; width: 88px; height: 88px; flex: 0 0 88px; object-fit: cover; border-radius: 10px; }
.checkout-stay-placeholder { display: grid; place-items: center; background: #f6f2fa; color: #a084b7; font-size: 26px; }
.checkout-stay > div { min-width: 0; }
.checkout-stay h2 { margin: 0 0 6px; color: #312938; font-size: 22px; font-weight: 600; line-height: 1.35; letter-spacing: -.5px; }
.checkout-stay p { margin: 0 0 9px; color: #81728c; font-size: 10px; line-height: 1.6; }
.checkout-stay a { min-height: 0 !important; padding: 0 !important; color: #9775af; font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }
.checkout-stay-dates { display: grid; gap: 7px; margin-top: 17px; padding: 13px 0; border-block: 1px solid #eee7f4; color: #7f6c8e; font-size: 11px; line-height: 1.65; }
.checkout-stay-dates > span { display: flex; align-items: baseline; gap: 8px; }
.checkout-stay-dates i { width: 14px; color: #ac91bf; }
.checkout-price { padding: 18px 0 0; color: #91809f; font-size: 12px; line-height: 1.8; }
.checkout-price .detail-price-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 8px; color: #8a7699; font-size: 12px; }
.checkout-price .detail-price-row > span:last-child { flex-shrink: 0; color: #594666; font-weight: 500; font-variant-numeric: tabular-nums; }
.checkout-price .detail-price-total { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 15px; margin-top: 15px; border-top: 1px solid #ede6f3; }
.checkout-price .detail-price-total > div { display: grid; gap: 3px; }
.checkout-price .detail-price-total span { color: #493553; font-size: 13px; font-weight: 500; }
.checkout-price .detail-price-total small { color: #a090ac; font-size: 10px; }
.checkout-price .detail-price-total strong { color: #6b4e9e; font-size: 29px; font-weight: 600; line-height: 1.25; letter-spacing: -.75px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.checkout-price.has-price-error { color: #a3485b; }
.checkout-nightly { margin-top: 15px; padding-top: 13px; border-top: 1px solid #f0eaf6; }
.checkout-nightly summary, .checkout-coupon summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; cursor: pointer; list-style: none; color: #8f739f; font-size: 11px; line-height: 1.75; }
.checkout-nightly summary::-webkit-details-marker, .checkout-coupon summary::-webkit-details-marker { display: none; }
.checkout-nightly summary i, .checkout-coupon summary i { color: #ac95bd; font-size: 10px; }
.checkout-nightly > div { display: grid; gap: 10px; padding-top: 15px; }
.checkout-night-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: #9e8dab; font-size: 10px; }
.checkout-night-row > span { display: grid; gap: 2px; }
.checkout-night-row small { color: #b1a1bc; font-size: 9px; }
.checkout-night-row b { flex-shrink: 0; color: #877093; font-size: 11px; font-weight: 500; }
.checkout-coupon { margin-top: 18px; padding: 16px 0; border-block: 1px solid #eee7f4; }
.checkout-coupon-fields { display: flex; align-items: flex-end; gap: 8px; padding-top: 15px; }
.checkout-coupon-fields .checkout-field { flex: 1; gap: 6px; }
.checkout-coupon-fields label > span { font-size: 10px !important; }
.booking-checkout-page .checkout-coupon-fields input { min-height: 43px; padding: 10px; font-size: 12px; }
.checkout-small-button { min-height: 43px; padding: 10px 13px; border: 1px solid #dcd0e6; border-radius: 9px; background: #fff; color: #89679e; font: inherit; font-size: 11px; cursor: pointer; }
.checkout-text-button { margin: 9px 0 0; padding: 3px 0; border: 0; background: #fff; color: #9573a9; font: inherit; font-size: 10px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.checkout-payment-note { display: flex; align-items: flex-start; gap: 9px; margin: 16px 0; color: #826b91; font-size: 11px; line-height: 1.8; }
.checkout-payment-note > i { margin-top: 3px; color: #ae97bf; }
.checkout-payment-note p { margin: 0; }
.checkout-payment-note strong { display: block; margin-bottom: 3px; color: #836791; font-weight: 500; }
.booking-checkout-page .checkout-terms { display: flex !important; align-items: flex-start; gap: 10px; margin: 0 !important; color: #806b8e; font-size: 11px; font-weight: 400 !important; line-height: 1.8; }
.checkout-terms input { margin-top: 2px; }
.checkout-terms a { color: #836193; text-decoration: underline; text-decoration-color: #d7c6e4; text-underline-offset: 3px; }
.checkout-submit { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; min-height: 50px; margin-top: 19px; padding: 13px 12px; border: 1px solid #6b4e9e; border-radius: 10px; background: #6b4e9e; color: #fff; font: inherit; font-size: 12px; font-weight: 500; line-height: 1.6; cursor: pointer; }
.checkout-submit:hover { background: #5e438e; border-color: #5e438e; }
.checkout-submit:disabled { opacity: .6; cursor: wait; }
.checkout-privacy { margin: 12px 0 0; color: #b1a2bb; font-size: 9px; line-height: 1.8; text-align: center; }
.checkout-privacy a { color: #9a7ba9; text-decoration: underline; text-underline-offset: 3px; }
.checkout-help { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; padding: 15px 8px 2px; color: #a38caf; font-size: 10px; line-height: 1.8; }
.checkout-help > span { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; color: #8a649f; }
.checkout-submit-error { margin: 12px 0 0; color: #a3485b; font-size: 11px; line-height: 1.75; }
.booking-checkout-page a, .booking-checkout-page a:hover, .booking-checkout-page button, .booking-checkout-page button:hover, .booking-checkout-page img, .booking-checkout-page i { box-shadow: none !important; transform: none !important; animation: none !important; transition: none; }
.booking-checkout-page a:focus-visible, .booking-checkout-page button:focus-visible, .booking-checkout-page summary:focus-visible, .booking-checkout-page input[type="checkbox"]:focus-visible { outline: 2px solid #9676b3; outline-offset: 3px; }
@media (max-width: 1100px) {
    .checkout-intro { flex-direction: column; align-items: flex-start; gap: 23px; }
    .checkout-progress { gap: 32px; }
    .checkout-progress li { display: flex; align-items: center; gap: 9px; }
    .checkout-layout { grid-template-columns: minmax(0, 1fr) 350px; gap: 22px; }
}
@media (max-width: 1024px) { .checkout-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; } .checkout-sidebar { position: static; max-height: none; overflow: visible; } }
@media (max-width: 991px) { .booking-checkout-page { padding-top: 70px; } }
@media (max-width: 768px) {
    .booking-checkout-page { padding: 60px 0 40px; }
    .checkout-breadcrumb { padding: 20px 0 22px; font-size: 10px; }
    .checkout-intro { padding: 4px 0 28px; }
    .checkout-intro h1 { font-size: 31px; letter-spacing: -.8px; }
    .checkout-intro p { font-size: 12px; }
    .checkout-kicker { font-size: 9px; }
    .booking-checkout-page .checkout-section { padding: 20px !important; }
    .checkout-section-heading h2 { font-size: 19px; }
    .checkout-section-heading p { font-size: 11px; }
    .booking-checkout-page .checkout-field input, .booking-checkout-page .checkout-field select, .booking-checkout-page .checkout-field textarea { font-size: 16px; padding: 11px 12px; }
    .checkout-coupon-fields .checkout-small-button { min-height: 49px; }
}
@media (max-width: 600px) {
    .checkout-progress { width: 100%; justify-content: space-between; gap: 12px; }
    .checkout-progress li { display: grid; gap: 4px; font-size: 9px; }
    .checkout-progress span { font-size: 15px; }
    .checkout-fields { grid-template-columns: minmax(0, 1fr); gap: 19px; }
    .checkout-guests { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
    .checkout-guest-total { grid-column: 1 / -1; flex-direction: row; align-items: baseline; }
    .checkout-guest-total strong { min-height: 0; padding: 0; border: 0; font-size: 12px; }
    .checkout-extra { flex-wrap: wrap; gap: 8px !important; padding: 13px !important; }
    .checkout-extra-icon { display: none; }
    .checkout-extra-copy strong { font-size: 12px; }
    .checkout-extra-copy small { font-size: 10px; }
    .checkout-extra-price { font-size: 13px; }
    .checkout-summary { padding: 21px; }
    .checkout-hint { font-size: 10px; }
}
@media (max-width: 380px) {
    .checkout-guests { grid-template-columns: minmax(0, 1fr); }
    .booking-checkout-page .checkout-section { padding: 17px !important; }
    .booking-checkout-page .stay-date-field { padding: 13px 9px; }
    .booking-checkout-page .stay-field-label { font-size: 9px; gap: 5px; }
    .booking-checkout-page .stay-field-value { font-size: 13px; }
    .booking-checkout-page .stay-calendar-panel { padding: 10px 7px; }
    .booking-checkout-page .stay-calendar-legend { font-size: 10px; gap: 10px 6px; }
    .checkout-stay > img, .checkout-stay-placeholder { width: 69px; height: 75px; flex-basis: 69px; }
    .checkout-stay h2 { font-size: 20px; }
    .checkout-summary { padding: 18px; }
    .checkout-price .detail-price-total strong { font-size: 26px; }
    .checkout-extra-price { width: calc(100% - 25px); text-align: left; display: flex; align-items: baseline; gap: 7px; }
}
