body[data-view="checkoutView"] { background: #f6f7fb; }
#checkoutView .checkout-view { display: block; width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 24px 0 64px; }
#checkoutView .checkout-heading { margin-bottom: 20px; }
#checkoutView .checkout-heading[hidden], #checkoutView .checkout-layout[hidden], #checkoutView .checkout-recovery[hidden] { display: none; }
#checkoutView .checkout-card.checkout-recovery { max-width: 580px; margin: 40px auto; padding: 32px; text-align: center; }
#checkoutView .checkout-recovery h1 { margin-top: 0; }
.checkout-recovery > p { color: #52627b; font-size: 14px; line-height: 1.6; }
#checkoutView .checkout-recovery .field-note { margin: 24px 0 0; }
.checkout-title-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
#checkoutView .back-btn { margin: 0; padding: 0; font-size: 13px; color: #0756e9; }
.checkout-secure-label { font-size: 12px; color: #52627b; }
#checkoutView h1 { margin: 18px 0; font-size: 26px; font-weight: 700; letter-spacing: -.6px; }
#checkoutView .checkout-steps { gap: 28px; margin: 0; border: 0; }
#checkoutView .checkout-steps li { display: flex; align-items: center; gap: 8px; padding: 0; border: 0; font-size: 12px; }
#checkoutView .checkout-steps li > span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #e8ecf3; color: #52627b; }
#checkoutView .checkout-steps .current { color: #0756e9; }
#checkoutView .checkout-steps .current > span { background: #0756e9; color: #fff; }
#checkoutView .checkout-steps .done > span { background: #e7f5ed; color: #00853b; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 16px; align-items: start; }
.checkout-main, .checkout-sidebar { display: grid; min-width: 0; gap: 14px; }
#checkoutView .checkout-card { min-width: 0; margin: 0; padding: 20px; background: #fff; border: 1px solid #cdd4e0; border-radius: 10px; box-shadow: none; }
#checkoutView .checkout-card h2 { margin: 0 0 8px; padding: 0; border: 0; font-size: 18px; font-weight: 700; letter-spacing: -.3px; }
#checkoutView .field-note { margin: 0 0 16px; font-size: 12px; line-height: 1.5; color: #52627b; }
#checkoutView .checkout-required { margin: 0 0 8px; font-size: 12px; color: #c32838; }
#checkoutView .form-row { grid-template-columns: 1fr 1fr; gap: 14px; }
#checkoutView .form-group { margin-bottom: 16px; min-width: 0; }
#checkoutView .form-group label { font-size: 12px; color: #384861; margin-bottom: 6px; }
#checkoutView .form-group input { width: 100%; min-height: 46px; padding: 11px 12px; background: #fff; color: #202840; border: 1px solid #8f9aae; border-radius: 5px; font-family: inherit; font-size: 15px; box-shadow: none; }
#checkoutView .form-group input::placeholder { color: #687791; opacity: 1; }
#checkoutView .form-group input:focus, #checkoutView textarea:focus { border-color: #0756e9; outline: 2px solid #c1d7ff; outline-offset: 1px; }
#checkoutView .form-group small { display: block; margin-top: 5px; color: #60718a; font-size: 11px; }
#checkoutView .room-guest-group { margin-top: 12px; padding-top: 14px; border-top: 1px solid #e1e6ef; }
#checkoutView .room-guest-group h3 { font-size: 13px; margin: 0 0 6px; }
#checkoutView .room-guest-group .field-note { margin-bottom: 10px; }
#checkoutView .checkout-guest-card > .field-note:last-child { margin-bottom: 0; }
.checkout-request-room + .checkout-request-room { margin-top: 16px; padding-top: 16px; border-top: 1px solid #e1e6ef; }
.checkout-request-room > h3 { margin: 0 0 10px; font-size: 14px; }
.checkout-request-options { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 16px; background: #eff5ff; border-radius: 6px; }
.checkout-request-options fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.checkout-request-options legend { margin-bottom: 10px; padding: 0; font-size: 12px; font-weight: 700; color: #202840; }
.checkout-request-options label { display: flex; align-items: center; gap: 8px; min-height: 30px; font-size: 12px; cursor: pointer; }
.checkout-request-options input { width: 16px; height: 16px; margin: 0; accent-color: #0756e9; }
.checkout-additional-requests { margin-top: 14px; font-size: 12px; }
.checkout-additional-requests summary, .checkout-support summary { width: fit-content; cursor: pointer; color: #0756e9; font-weight: 600; }
.checkout-additional-requests label { display: block; margin: 14px 0 7px; color: #384861; }
.checkout-additional-requests textarea { width: 100%; resize: vertical; padding: 10px; border: 1px solid #8f9aae; border-radius: 5px; font: inherit; line-height: 1.5; color: #202840; }
.checkout-additional-requests small { display: block; margin-top: 5px; color: #60718a; }
#checkoutView .checkout-benefits-card h2 { color: #00853b; margin-bottom: 14px; }
.checkout-benefit { display: flex; align-items: center; gap: 12px; padding: 15px; background: #f4f6f9; border-radius: 6px; }
.checkout-benefit + .checkout-benefit { margin-top: 10px; }
.checkout-benefit-icon { display: grid; place-items: center; width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%; color: #0756e9; background: #e3edff; font-size: 20px; }
.checkout-benefit h3 { margin: 0 0 4px; font-size: 13px; }
.checkout-benefit p { margin: 0; font-size: 12px; line-height: 1.4; color: #52627b; }
.checkout-included-label { margin-left: auto; padding: 3px 6px; border-radius: 3px; background: #00853b; color: #fff; font-size: 10px; font-weight: 600; }
#checkoutCancellationInfo { font-size: 12px; line-height: 1.6; color: #52627b; }
#checkoutView .cancellation-room + .cancellation-room { margin-top: 14px; padding-top: 14px; border-top: 1px solid #e1e6ef; }
#checkoutView .cancellation-room strong { color: #202840; font-size: 13px; }
#checkoutView .cancellation-room p { margin: 5px 0; }
#checkoutView .checkout-date-card { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 14px; }
.checkout-date-card > div { display: grid; gap: 5px; }
.checkout-date-card span, .checkout-date-card small { color: #60718a; font-size: 10px; }
.checkout-date-card strong { font-size: 13px; color: #202840; }
.checkout-date-card .checkout-nights { text-align: center; padding-left: 10px; border-left: 1px solid #e1e6ef; }
#checkoutView .checkout-property-card { padding: 14px; }
.checkout-hotel-summary { display: flex; gap: 12px; align-items: flex-start; }
.checkout-hotel-summary > div { min-width: 0; }
.checkout-hotel-summary > img { width: 86px; height: 132px; flex-shrink: 0; object-fit: cover; border-radius: 5px; }
.checkout-hotel-summary > img[hidden] { display: none; }
#checkoutView #checkoutHotelName { font-size: 16px; line-height: 1.25; margin-bottom: 5px; }
#checkoutHotelStars { color: #b34c00; font-size: 14px; letter-spacing: 1px; }
#checkoutHotelRating { margin: 6px 0; font-size: 12px; line-height: 1.5; color: #0756e9; }
#checkoutHotelRating span { display: inline-block; color: #60718a; font-size: 10px; }
#checkoutHotelAddress { margin: 0; color: #52627b; font-size: 11px; line-height: 1.5; overflow-wrap: anywhere; }
.checkout-party-summary { font-size: 12px; font-weight: 600; margin: 14px 0 10px; color: #384861; }
.checkout-room-details > summary { cursor: pointer; font-size: 12px; font-weight: 600; color: #0756e9; padding: 4px 0; }
.checkout-room { margin-top: 10px; padding: 12px; background: #eff5ff; border-radius: 7px; }
.checkout-room-overview { display: flex; gap: 10px; }
.checkout-room-overview > img { width: 70px; height: 80px; object-fit: cover; border-radius: 5px; flex-shrink: 0; }
.checkout-room-overview h3 { margin: 0 0 6px; font-size: 13px; line-height: 1.4; }
.checkout-room-overview p, .checkout-room-overview small { margin: 3px 0; font-size: 11px; line-height: 1.4; color: #384861; }
.checkout-rate-inclusions, .checkout-room-facilities { list-style: none; margin: 12px 0 0; padding: 0; font-size: 11px; line-height: 1.5; color: #00853b; }
.checkout-rate-inclusions li, .checkout-room-facilities li { margin-top: 5px; }
.checkout-rate-inclusions li::before, .checkout-room-facilities li::before { content: '✓'; margin-right: 5px; }
.checkout-rate-inclusions .checkout-neutral { color: #52627b; }
.checkout-rate-inclusions .checkout-neutral::before { content: '•'; }
.checkout-room-facilities { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 10px; border-top: 1px solid #d6e1f3; padding-top: 8px; }
#checkoutView .checkout-price-card { padding: 16px; }
#checkoutView .checkout-price-card h2 { font-size: 16px; }
#checkoutView .checkout-price-card .field-note { margin: 6px 0 0; font-size: 11px; }
#checkoutView .price-breakdown { margin-top: 10px; }
#checkoutView .price-row { gap: 16px; padding: 6px 0; margin: 0; color: #52627b; font-size: 12px; }
#checkoutView .price-row > :last-child { text-align: right; white-space: nowrap; }
#checkoutView .price-row.total { margin-top: 10px; padding: 14px 0 4px; border-top: 1px solid #d6dce7; color: #202840; font-size: 16px; }
#checkoutView #checkoutTotal { font-size: 24px; color: #0756e9; }
#checkoutView .checkout-hotel-fees { margin-top: 8px; padding: 10px 0; border-top: 1px solid #e1e6ef; color: #8b4d12; }
.checkout-reassurance { display: flex; align-items: flex-start; gap: 10px; padding: 14px; border-radius: 8px; background: #e7f5ed; color: #006d31; }
.checkout-reassurance > span { font-size: 20px; }
.checkout-reassurance strong { font-size: 12px; }
.checkout-reassurance p { margin: 4px 0 0; font-size: 11px; line-height: 1.5; }
#checkoutView #payment-form-container { min-height: 0; }
#checkoutView #continueToPayment { width: 100%; min-height: 48px; border-radius: 6px; background: #0756e9; color: #fff; font-size: 15px; }
#checkoutView .checkout-merchant-disclosure { margin-top: 16px; padding: 0; background: none; font-size: 11px; }
.checkout-support { margin-top: 18px; padding-top: 14px; border-top: 1px solid #e1e6ef; font-size: 12px; line-height: 1.5; }
.checkout-support p { color: #52627b; }
.checkout-support a { display: block; margin: 6px 0; color: #0756e9; overflow-wrap: anywhere; }
#checkoutView input:read-only:not([type="radio"]), #checkoutView textarea:read-only { background: #f4f6f9; }
#checkoutView summary:focus-visible, #checkoutView button:focus-visible, #checkoutView input[type="radio"]:focus-visible { outline: 2px solid #0756e9; outline-offset: 3px; }
@media (max-width: 820px) {
    #checkoutView .checkout-view { width: calc(100% - 28px); margin: 0 auto; padding-top: 18px; }
    .checkout-layout { grid-template-columns: 1fr; gap: 16px; }
    .checkout-sidebar { grid-row: 1; gap: 10px; }
    #checkoutView .checkout-heading { margin-bottom: 18px; }
    #checkoutView h1 { font-size: 24px; }
    #checkoutView .checkout-steps { gap: 14px; }
    #checkoutView .checkout-steps li { font-size: 10px; gap: 5px; }
    #checkoutView .checkout-steps li > span { width: 20px; height: 20px; flex-shrink: 0; }
    #checkoutView .checkout-card { padding: 16px; }
    #checkoutView .form-group input, #checkoutView textarea { font-size: 16px; }
    .checkout-hotel-summary > img { height: 104px; }
    .checkout-reassurance { display: none; }
}
@media (max-width: 420px) {
    #checkoutView .form-row { grid-template-columns: 1fr; gap: 0; }
    .checkout-request-options { gap: 12px; padding: 12px; }
    .checkout-included-label { font-size: 9px; }
}
