.demo-booking { padding: 24px 0 72px; color: #193532; }
.demo-booking *, .demo-booking-modal * { box-sizing: border-box; }
.demo-booking-shell { display: grid; grid-template-columns: minmax(240px, .85fr) minmax(0, 2fr); background: #fff; border: 1px solid #dce6e1; border-radius: 24px; overflow: hidden; box-shadow: 0 18px 60px #19353209; }
.demo-intro { padding: 38px 30px; background: #edf4ee; display: flex; flex-direction: column; align-items: flex-start; }
.demo-booking .demo-eyebrow, .demo-booking-modal .demo-eyebrow { margin: 0 0 14px; color: #4c6c5e; font-size: 10px; font-weight: 700; letter-spacing: .14em; line-height: 1.5; }
.demo-intro h2 { color: #193532; font-size: clamp(25px, 2.3vw, 32px); line-height: 1.2; letter-spacing: -.035em; margin: 0 0 20px; }
.demo-intro p { font-size: 14px; line-height: 1.75; color: #52675e; margin: 0; }
.demo-details { padding: 0; margin: 26px 0; list-style: none; font-size: 12px; line-height: 1.6; color: #345449; }
.demo-details li { display: flex; gap: 10px; align-items: center; margin: 0 0 12px; }
.demo-details li span { display: grid; place-items: center; width: 26px; height: 26px; flex: 0 0 26px; border: 1px solid #cbdcd1; border-radius: 50%; font-size: 15px; }
.demo-intro-note { margin-top: auto; padding-top: 20px; border-top: 1px solid #d1dfd5; width: 100%; font-size: 12px; line-height: 1.8; color: #52675e; }
.demo-calendar { padding: 36px 28px 24px; min-width: 0; }
.demo-calendar-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.demo-booking .demo-calendar-heading .demo-eyebrow { margin-bottom: 7px; }
.demo-booking .demo-calendar-title { font-size: clamp(20px, 2vw, 27px); color: #193532; letter-spacing: -.03em; margin: 0; line-height: 1.25; }
.demo-duration { padding: 7px 11px; border: 1px solid #dce6e1; border-radius: 50px; color: #50675c; font-size: 11px; white-space: nowrap; }
.demo-calendar-navigation { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-bottom: 22px; }
.demo-week-label { color: #345449; font-size: 13px; font-weight: 600; margin: 0; }
.demo-week-controls { display: flex; gap: 5px; align-items: center; flex-shrink: 0; }
.demo-booking button { font: inherit; cursor: pointer; transition: background-color .15s, border-color .15s, box-shadow .15s; }
.demo-booking .demo-nav-button { background: #fff; border: 1px solid #dce6e1; color: #193532; border-radius: 9px; min-width: 34px; min-height: 36px; padding: 5px 8px; font-size: 16px; }
.demo-booking .demo-current-week { font-size: 11px; padding-inline: 10px; }
.demo-booking .demo-nav-button:hover:not(:disabled) { background: #edf4ee; border-color: #a5c2af; }
.demo-booking button:disabled { opacity: .38; cursor: default; }
.demo-booking button:focus-visible, .demo-booking-modal button:focus-visible { outline: 3px solid #719b83; outline-offset: 3px; }
.demo-days { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.demo-day { border: 1px solid #dfe8e2; border-radius: 14px; padding: 16px 8px 12px; min-height: 214px; background: #fff; }
.demo-day.is-today { border-color: #91b39c; background: #fafcf9; }
.demo-day.is-unavailable { background: #f7f9f7; border-color: #edf0ec; }
.demo-day-heading { display: flex; flex-direction: column; align-items: center; gap: 2px; margin-bottom: 20px; }
.demo-weekday { font-size: 11px; text-transform: capitalize; color: #52675e; }
.demo-day-number { font-size: 29px; line-height: 1.3; letter-spacing: -.04em; font-weight: 600; color: #193532; }
.demo-day-month { font-size: 10px; color: #617368; }
.demo-day.is-unavailable .demo-day-number { color: #728178; }
.demo-times { display: flex; flex-direction: column; gap: 8px; }
.demo-booking .demo-time { display: block; width: 100%; border: 1px solid #c3d8c8; background: #edf5ed; color: #244d37; border-radius: 8px; font-size: 14px; font-weight: 600; min-height: 40px; padding: 7px 2px; font-variant-numeric: tabular-nums; }
.demo-booking .demo-time:hover, .demo-booking .demo-time[aria-pressed="true"] { background: #193532; color: #fff; border-color: #193532; box-shadow: 0 3px 8px #19353218; }
.demo-no-times { text-align: center; color: #76847b; font-size: 10px; padding: 10px 2px; line-height: 1.6; }
.demo-calendar-footer { display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: space-between; border-top: 1px solid #edf0ec; margin-top: 24px; padding-top: 16px; color: #64776b; font-size: 10px; }
.demo-availability-label::before { content: ''; display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #548365; }
.demo-empty { font-size: 13px; color: #52675e; padding: 16px; margin: 18px 0 0; background: #f4f7f2; border-radius: 10px; line-height: 1.7; }
.demo-booking-modal { z-index: 1000001; }
body:has(.demo-booking-modal.show) > .modal-backdrop { z-index: 1000000; }
.demo-booking-modal .modal-content { border: 1px solid #dce6e1; border-radius: 20px; box-shadow: 0 24px 80px #142c3230; color: #193532; overflow: hidden; }
.demo-booking-modal .modal-header { padding: 26px 28px 18px; align-items: flex-start; border: 0; }
.demo-booking-modal .modal-title { color: #193532; font-size: 25px; letter-spacing: -.03em; line-height: 1.25; }
.demo-booking-modal .demo-eyebrow { font-size: 9px; margin-bottom: 7px; }
.demo-booking-modal .demo-modal-close { border: 0; border-radius: 50%; background: #f0f4ef; color: #345449; flex: 0 0 34px; height: 34px; font-size: 24px; line-height: 1; }
.demo-booking-modal .modal-body { padding: 0 28px 12px; }
.demo-booking-modal #bookingDescription { font-size: 13px; line-height: 1.7; color: #5c7064; margin-bottom: 18px; }
.demo-booking-modal .demo-time-summary { background: #edf4ee; border: 1px solid #dce6e1; border-radius: 10px; padding: 14px; font-size: 13px; font-weight: 600; margin-bottom: 22px; }
.demo-booking-modal .demo-form-field { margin-bottom: 16px; }
.demo-booking-modal label { display: block; font-size: 12px; font-weight: 600; margin-bottom: 7px; }
.demo-booking-modal label span { font-weight: 400; color: #718176; }
.demo-booking-modal .form-control { height: 45px; border: 1px solid #d5e0d8; border-radius: 9px; background-color: #fff; font-size: 14px; padding: 10px 12px; color: #193532; }
.demo-booking-modal .form-control:focus { border-color: #719b83; box-shadow: 0 0 0 3px #719b8324; }
.demo-booking-modal .invalid-feedback { font-size: 12px; }
.demo-booking-modal .demo-form-message { font-size: 13px; line-height: 1.7; }
.demo-booking-modal .demo-form-message:not(:empty) { padding: 12px; border-radius: 8px; margin-top: 10px; }
.demo-booking-modal .is-error { background: #fff1ef; color: #9a3224; }
.demo-booking-modal .is-success { background: #edf4ee; color: #24543a; }
.demo-booking-modal .modal-footer { padding: 16px 28px 26px; gap: 10px; border: 0; }
.demo-booking-modal .demo-cancel, .demo-booking-modal .demo-submit { min-height: 44px; border-radius: 9px; padding: 10px 18px; font-size: 13px; font-weight: 600; cursor: pointer; margin: 0; }
.demo-booking-modal .demo-cancel { border: 1px solid #dce6e1; background: #fff; color: #52675e; }
.demo-booking-modal .demo-submit { border: 1px solid #193532; background: #193532; color: #fff; }
.demo-booking-modal .demo-submit:disabled { opacity: .65; cursor: default; }
@media (max-width: 991px) {
    .demo-booking-shell { grid-template-columns: 1fr; }
    .demo-intro { padding: 26px; }
    .demo-intro h2 br { display: none; }
    .demo-intro h2 { margin-bottom: 12px; }
    .demo-details { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 20px 0 0; }
    .demo-details li { margin: 0; }
    .demo-intro-note { display: none; }
}
@media (max-width: 575px) {
    .demo-booking { padding: 12px 0 40px; }
    .demo-booking-shell { border-radius: 18px; }
    .demo-intro { padding: 24px 20px; }
    .demo-intro h2 { font-size: 27px; }
    .demo-details { display: grid; gap: 10px; }
    .demo-calendar { padding: 24px 16px 18px; }
    .demo-calendar-header { align-items: flex-start; gap: 8px; margin-bottom: 24px; }
    .demo-calendar-title { max-width: 190px; }
    .demo-duration { padding: 6px 8px; font-size: 10px; }
    .demo-calendar-navigation { align-items: flex-start; flex-direction: column; gap: 12px; }
    .demo-week-controls { width: 100%; justify-content: space-between; }
    .demo-booking .demo-nav-button { min-height: 40px; min-width: 40px; }
    .demo-days { grid-template-columns: 1fr; gap: 8px; }
    .demo-day { display: flex; align-items: center; min-height: 82px; padding: 12px; gap: 16px; }
    .demo-day-heading { display: grid; grid-template-columns: 30px 1fr; gap: 0 8px; margin: 0; min-width: 110px; }
    .demo-day-number { grid-column: 1; grid-row: 1 / 3; font-size: 26px; }
    .demo-weekday { grid-column: 2; grid-row: 1; font-size: 12px; }
    .demo-day-month { grid-column: 2; grid-row: 2; }
    .demo-times { flex: 1; flex-direction: row; justify-content: flex-end; gap: 6px; }
    .demo-booking .demo-time { max-width: 78px; min-height: 44px; font-size: 13px; }
    .demo-no-times { font-size: 11px; }
    .demo-calendar-footer { margin-top: 18px; line-height: 1.6; }
    .demo-booking-modal .modal-header { padding: 24px 20px 16px; }
    .demo-booking-modal .modal-body { padding-inline: 20px; }
    .demo-booking-modal .modal-footer { padding: 12px 20px 24px; }
}
@media (prefers-reduced-motion: reduce) {
    .demo-booking button, .demo-booking-modal.fade { transition: none; }
}
