.consultation-booking-sec {
    background: linear-gradient(180deg, #f4f5f8 0%, #ffffff 100%);
}

.booking-shell {
    background: #ffffff;
    border: 1px solid rgba(6, 5, 11, 0.08);
    border-radius: 28px;
    padding: 42px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.booking-intro {
    margin-bottom: 28px;
}

.booking-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.booking-intro .title {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.08;
    margin-bottom: 14px;
}

.booking-intro .text {
    max-width: 760px;
    color: #5a6072;
    margin-bottom: 0;
}

.booking-form-card,
.booking-panel {
    background: #fbfbfd;
    border: 1px solid rgba(6, 5, 11, 0.08);
    border-radius: 24px;
    padding: 28px;
}

.booking-form-card .title,
.booking-panel-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.booking-form-card .box-text,
.booking-panel-note,
.booking-slot-help,
.booking-calendar-status {
    color: #5a6072;
}

.booking-form-card textarea.form-control {
    min-height: 160px;
}

.booking-meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.booking-meta-list li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(6, 5, 11, 0.04);
    color: #06050b;
    font-size: 14px;
    font-weight: 600;
}

.booking-calendar-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.booking-month-label {
    font-size: 20px;
    font-weight: 700;
    color: #06050b;
}

.booking-nav-btn {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(6, 5, 11, 0.12);
    border-radius: 50%;
    background: #ffffff;
    color: #06050b;
    transition: all 0.2s ease;
}

.booking-nav-btn:hover:not(:disabled) {
    border-color: #06050b;
    transform: translateY(-1px);
}

.booking-nav-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.booking-weekdays,
.booking-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}

.booking-weekday {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
}

.booking-day-spacer,
.booking-day {
    aspect-ratio: 1;
}

.booking-day {
    border: 1px solid rgba(6, 5, 11, 0.08);
    border-radius: 18px;
    background: #ffffff;
    color: #06050b;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.booking-day:hover:not(:disabled) {
    transform: translateY(-2px);
    border-color: rgba(13, 110, 253, 0.45);
    box-shadow: 0 10px 30px rgba(13, 110, 253, 0.12);
}

.booking-day.is-active {
    background: linear-gradient(135deg, #06050b 0%, #1f2937 100%);
    color: #ffffff;
    border-color: #06050b;
}

.booking-day.is-disabled {
    background: #eef1f5;
    border-color: rgba(6, 5, 11, 0.04);
    color: #9aa2b1;
    cursor: not-allowed;
}

.booking-day-number {
    font-size: 18px;
    font-weight: 700;
}

.booking-day-reason {
    font-size: 11px;
    line-height: 1.2;
    text-align: left;
    opacity: 0.9;
}

.booking-slot-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.booking-slot {
    border: 1px solid rgba(6, 5, 11, 0.1);
    background: #ffffff;
    color: #06050b;
    border-radius: 14px;
    min-height: 54px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.booking-slot:hover:not(:disabled) {
    border-color: rgba(13, 110, 253, 0.45);
    transform: translateY(-1px);
}

.booking-slot.is-active {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #ffffff;
}

.booking-slot:disabled {
    background: #eef1f5;
    border-color: rgba(6, 5, 11, 0.04);
    color: #9aa2b1;
    cursor: not-allowed;
}

.booking-selection-summary {
    font-weight: 600;
    color: #06050b;
}

.booking-status {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    font-weight: 600;
    display: none;
}

.booking-status.is-visible {
    display: block;
}

.booking-status.is-success {
    background: rgba(22, 163, 74, 0.12);
    color: #166534;
}

.booking-status.is-error {
    background: rgba(220, 38, 38, 0.1);
    color: #991b1b;
}

.booking-calendar-status {
    margin-top: 18px;
}

.booking-loading {
    opacity: 0.6;
    pointer-events: none;
}

@media (max-width: 991px) {
    .booking-shell {
        padding: 26px;
    }

    .booking-slot-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .booking-shell,
    .booking-form-card,
    .booking-panel {
        padding: 20px;
        border-radius: 20px;
    }

    .booking-weekdays,
    .booking-calendar-grid {
        gap: 8px;
    }

    .booking-day {
        padding: 10px 8px;
        border-radius: 14px;
    }

    .booking-slot-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

/* ── Booking confirmation panel ───────────────────────────── */
.booking-confirmed-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 48px 32px 40px;
    background: var(--white-color, #fff);
    border-radius: 24px;
    box-shadow: 0 4px 40px rgba(0,0,0,.08);
    animation: bookingFadeIn .4s ease;
}

@keyframes bookingFadeIn {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

.booking-confirmed-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(22, 163, 74, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.booking-confirmed-icon svg {
    width: 36px;
    height: 36px;
}

.booking-confirmed-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--title-color, #0d1c3d);
    margin: 0 0 8px;
}

.booking-confirmed-subtitle {
    font-size: 1rem;
    color: var(--body-color, #74787c);
    margin: 0 0 28px;
    max-width: 420px;
}

.booking-confirmed-details {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 28px;
}

.booking-confirmed-detail {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--smoke-color, #f5f7fc);
    border-radius: 12px;
    padding: 10px 18px;
    font-weight: 600;
    font-size: .95rem;
    color: var(--title-color, #0d1c3d);
}

.booking-confirmed-detail i {
    color: var(--theme-color, #6b21a8);
    font-size: 1rem;
}

.booking-confirmed-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.booking-confirmed-event-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 999px;
    background: var(--theme-color, #6b21a8);
    color: #fff;
    font-weight: 600;
    font-size: .95rem;
    text-decoration: none;
    transition: opacity .2s;
}

.booking-confirmed-event-link:hover { opacity: .85; color: #fff; }

.booking-confirmed-reset {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 999px;
    background: transparent;
    border: 2px solid var(--theme-color, #6b21a8);
    color: var(--theme-color, #6b21a8);
    font-weight: 600;
    font-size: .95rem;
    cursor: pointer;
    transition: background .2s, color .2s;
}

.booking-confirmed-reset:hover {
    background: var(--theme-color, #6b21a8);
    color: #fff;
}