/* INSED — page de prise de rendez-vous (style Calendly, DA INSED) */
.ps-booking-page {
    padding: 32px 0 64px;
    background: linear-gradient(160deg, var(--ps-charcoal-deep) 0%, var(--ps-charcoal) 55%, var(--ps-dark-soft) 100%);
}

.bk-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
}

.bk-card {
    width: min(100%, 1080px);
    margin: 0 auto;
    background: var(--ps-surface);
    border-radius: var(--ps-radius-lg);
    box-shadow: var(--ps-shadow-lg);
    border: 1px solid var(--ps-border);
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
    min-height: 620px;
}

.bk-aside {
    background: linear-gradient(165deg, var(--ps-charcoal) 0%, var(--ps-charcoal-deep) 100%);
    color: #e2e8f0;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bk-brand {
    display: flex;
    align-items: center;
}

.bk-brand-logo {
    display: inline-flex;
    text-decoration: none;
}

.bk-brand img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: contain;
    background: #fff;
    padding: 6px;
    display: block;
}

.bk-event-title {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #fff;
}

.bk-event-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #cbd5e1;
}

.bk-event-meta svg {
    width: 18px;
    height: 18px;
    opacity: .85;
}

.bk-event-desc {
    margin: 4px 0 0;
    padding: 16px 16px 14px;
    border-radius: 16px;
    border: 1px solid rgba(243, 222, 7, .18);
    background:
        linear-gradient(165deg, rgba(243, 222, 7, .1) 0%, transparent 48%),
        rgba(255, 255, 255, .03);
    display: grid;
    gap: 10px;
}

.bk-event-desc-kicker {
    font-family: var(--ps-font-display, "Avallon", inherit);
    font-size: 1.15rem;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1;
    background: linear-gradient(135deg, #F3DE07 0%, #F7E964 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bk-event-desc p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.6;
    color: rgba(226, 232, 240, .78);
    font-weight: 500;
}

.bk-event-points {
    list-style: none;
    margin: 2px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: grid;
    gap: 8px;
}

.bk-event-points li {
    position: relative;
    padding-left: 18px;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.35;
    color: #e2e8f0;
}

.bk-event-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #F3DE07;
    box-shadow: 0 0 0 3px rgba(243, 222, 7, .18);
}

.bk-aside-foot {
    margin-top: auto;
    font-size: 12px;
    color: #64748b;
}

.bk-aside-foot a {
    color: #F7E964;
    text-decoration: none;
}

.bk-main {
    padding: 28px 32px 32px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 520px;
}

#booking-substep-date {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.bk-step {
    margin-bottom: 0;
}

.bk-step--time {
    padding-top: 0;
    border-top: none;
}

.bk-step-context {
    margin: -8px 0 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ps-muted);
}

.bk-step--date .bk-dates {
    flex: 1;
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0;
    scrollbar-gutter: stable;
}

.bk-dates {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 0;
}

.bk-dates--agenda {
    --bk-day-cols: repeat(5, minmax(0, 1fr));
    --bk-day-gap: 12px;
    gap: 16px;
}

.bk-agenda-head,
.bk-week-dates {
    display: grid;
    grid-template-columns: var(--bk-day-cols);
    gap: var(--bk-day-gap);
    width: 100%;
    box-sizing: border-box;
    align-items: stretch;
}

.bk-agenda-head {
    position: sticky;
    top: 0;
    z-index: 2;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--ps-border);
    background: var(--ps-surface);
}

.bk-agenda-dayname {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ps-muted);
    min-width: 0;
}

.bk-week-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bk-week-title {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: var(--ps-muted);
    letter-spacing: .01em;
}

.bk-month-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bk-month-title {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: var(--ps-text);
    letter-spacing: -.01em;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--ps-border);
}

.bk-month-dates {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.bk-step-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.bk-step-label {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--ps-primary-ink);
    background: rgba(243, 222, 7, .18);
    border: 1px solid rgba(243, 222, 7, .35);
}

.bk-step-title {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: var(--ps-text);
    line-height: 1.2;
}

.bk-date-btn {
    width: 100%;
    min-height: 72px;
    border: 2px solid var(--ps-border);
    background: var(--ps-surface-alt);
    border-radius: 14px;
    padding: 14px 10px;
    cursor: pointer;
    text-align: center;
    transition: all .2s var(--ps-ease);
    font-family: inherit;
    box-sizing: border-box;
}

.bk-date-btn:hover:not(:disabled) {
    border-color: rgba(243, 222, 7, .4);
    background: rgba(243, 222, 7, .08);
}

.bk-date-btn.is-active {
    border-color: var(--ps-primary);
    background: rgba(243, 222, 7, .14);
    box-shadow: var(--ps-glow);
}

.bk-date-btn:disabled {
    opacity: .45;
    cursor: not-allowed;
}

.bk-date-item.is-empty .bk-date-btn,
.bk-date-btn.is-empty {
    opacity: .28;
    background: transparent;
    border-style: dashed;
    cursor: default;
    box-shadow: none;
}

.bk-date-btn strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: var(--ps-text);
    line-height: 1.1;
}

.bk-date-btn span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--ps-muted);
    margin-top: 4px;
    text-transform: lowercase;
}

.bk-date-item,
.bk-slot-item {
    position: relative;
    width: 100%;
    min-width: 0;
    display: flex;
}

.bk-date-btn.is-unavailable,
.bk-slot-btn.is-unavailable {
    opacity: .48;
    cursor: not-allowed;
    color: var(--ps-muted);
    border-color: var(--ps-border);
    background: #eef1f5;
    box-shadow: none;
}

.bk-date-btn.is-unavailable strong,
.bk-date-btn.is-unavailable span {
    color: var(--ps-muted);
}

.bk-slot-btn.is-unavailable {
    font-weight: 600;
    color: #94a3b8;
}

.bk-date-item.is-unavailable:hover .bk-unavailable-tip,
.bk-slot-item.is-unavailable:hover .bk-unavailable-tip,
.bk-date-item.is-unavailable:focus-within .bk-unavailable-tip,
.bk-slot-item.is-unavailable:focus-within .bk-unavailable-tip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.bk-unavailable-tip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%) translateY(4px);
    z-index: 3;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(15, 23, 42, .94);
    color: #f8fafc;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s var(--ps-ease), transform .2s var(--ps-ease), visibility .2s;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .22);
}

.bk-unavailable-tip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: rgba(15, 23, 42, .94);
}

.bk-slots {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
    gap: 8px;
    margin-bottom: 20px;
    min-height: 48px;
}

.bk-slot-btn {
    border: 2px solid var(--ps-border);
    background: var(--ps-surface-alt);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 700;
    color: var(--ps-primary);
    cursor: pointer;
    transition: all .2s var(--ps-ease);
    font-family: inherit;
}

.bk-slot-btn:hover,
.bk-slot-btn.is-active {
    border-color: var(--ps-primary);
    background: rgba(243, 222, 7, .14);
}

.bk-slot-btn.is-unavailable:hover {
    border-color: var(--ps-border);
    background: #eef1f5;
    transform: none;
}

.bk-empty {
    color: var(--ps-muted);
    font-size: 14px;
    padding: 12px 0;
}

.bk-form {
    display: grid;
    gap: 14px;
}

.bk-project-block {
    display: grid;
    gap: 10px;
    padding: 14px 14px 12px;
    border-radius: 14px;
    border: 1px solid rgba(243, 222, 7, .22);
    background:
        linear-gradient(165deg, rgba(243, 222, 7, .08) 0%, transparent 55%),
        rgba(255, 255, 255, .02);
}

.bk-project-label {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--ps-text);
}

.bk-project-hint {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: var(--ps-muted);
}

.bk-funding-block {
    display: grid;
    gap: 14px;
    padding: 18px 16px 16px;
    border-radius: 18px;
    border: 1px solid rgba(243, 222, 7, .16);
    background:
        radial-gradient(ellipse 80% 70% at 0% 0%, rgba(243, 222, 7, .1) 0%, transparent 55%),
        rgba(255, 255, 255, .03);
}

.bk-funding-head {
    display: grid;
    gap: 6px;
}

.bk-funding-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0;
    padding: 3px 9px;
    border-radius: 999px;
    border: 1px solid rgba(243, 222, 7, .28);
    background: rgba(243, 222, 7, .1);
    color: var(--ps-primary);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bk-funding-title {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -.015em;
    line-height: 1.25;
    color: var(--ps-text);
}

.bk-funding-hint {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    font-style: italic;
    color: var(--ps-muted);
}

.bk-funding-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bk-funding-option {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 10px 12px 10px 10px;
    border: 1.5px solid rgba(148, 163, 184, .28);
    border-radius: 999px;
    background: rgba(15, 23, 42, .35);
    cursor: pointer;
    transition: border-color .2s, background .2s, box-shadow .2s, transform .15s;
    user-select: none;
}

.bk-funding-option:hover {
    border-color: rgba(243, 222, 7, .45);
    background: rgba(255, 255, 255, .05);
    transform: translateY(-1px);
}

.bk-funding-option:has(.bk-funding-option-input:checked) {
    border-color: var(--ps-primary);
    background: rgba(243, 222, 7, .14);
    box-shadow: 0 6px 18px rgba(243, 222, 7, .14);
}

.bk-funding-option:has(.bk-funding-option-input:focus-visible) {
    outline: 2px solid var(--ps-primary);
    outline-offset: 2px;
}

.bk-funding-option-input {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.bk-email-suggest {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.bk-email-suggest[hidden] { display: none !important; }
.bk-email-suggest-chip {
    border: 1.5px solid rgba(148, 163, 184, .35);
    border-radius: 999px;
    background: rgba(15, 23, 42, .4);
    color: #e2e8f0;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 14px;
    cursor: pointer;
    transition: border-color .2s, color .2s, background .2s;
}
.bk-email-suggest-chip:hover,
.bk-email-suggest-chip:focus-visible {
    border-color: var(--ps-primary);
    color: #fff;
    background: rgba(243, 222, 7, .14);
    outline: none;
}

.bk-funding-option-body {
    display: grid;
    min-width: 0;
}

.bk-funding-option-body strong {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--ps-text);
    white-space: nowrap;
}

.bk-funding-option-mark {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1.5px solid rgba(148, 163, 184, .4);
    background: transparent;
    display: grid;
    place-items: center;
    color: transparent;
    flex-shrink: 0;
    transition: border-color .2s, background .2s, color .2s, transform .2s;
}

.bk-funding-option-mark svg {
    opacity: 0;
    transform: scale(.7);
    transition: opacity .2s, transform .2s;
}

.bk-funding-option:has(.bk-funding-option-input:checked) .bk-funding-option-mark {
    border-color: var(--ps-primary);
    background: var(--ps-primary);
    color: var(--ps-primary-ink);
}

.bk-funding-option:has(.bk-funding-option-input:checked) .bk-funding-option-mark svg {
    opacity: 1;
    transform: scale(1);
}

.bk-funding-ft-field {
    margin-top: 2px;
    padding-top: 12px;
    border-top: 1px dashed rgba(148, 163, 184, .28);
}

.bk-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.bk-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--ps-text);
}

.bk-field input,
.bk-field textarea,
.bk-field select {
    width: 100%;
    border: 2px solid var(--ps-border);
    border-radius: 12px;
    padding: 11px 14px;
    font: inherit;
    color: var(--ps-text);
    background: var(--ps-surface-alt);
    transition: border-color .2s var(--ps-ease);
}

.bk-field select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.bk-field select:disabled {
    opacity: .55;
    cursor: not-allowed;
}

.bk-field input:focus,
.bk-field textarea:focus,
.bk-field select:focus {
    outline: none;
    border-color: var(--ps-primary);
    box-shadow: 0 0 0 3px rgba(243, 222, 7, .14);
}

.bk-field textarea {
    min-height: 88px;
    resize: vertical;
}

.bk-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: var(--ps-muted);
}

.bk-check input {
    margin-top: 3px;
}

.bk-check a {
    color: var(--ps-primary);
}

.bk-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 4px;
}

.bk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-radius: 999px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    transition: all .2s var(--ps-ease);
}

.bk-btn-primary {
    background: linear-gradient(135deg, var(--ps-primary) 0%, var(--ps-primary-light) 100%);
    color: var(--ps-primary-ink);
    box-shadow: 0 8px 24px rgba(243, 222, 7, .28);
}

.bk-btn-primary:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(243, 222, 7, .34);
}

.bk-btn-primary:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.bk-btn-ghost {
    background: transparent;
    color: var(--ps-muted);
    border: 2px solid var(--ps-border);
}

.bk-summary {
    background: var(--ps-surface-alt);
    border: 1px solid var(--ps-border);
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 14px;
    color: var(--ps-text);
    margin-bottom: 16px;
}

.bk-summary strong {
    color: var(--ps-primary);
}

.bk-error {
    color: #f87171;
    font-size: 13px;
    margin-top: -4px;
}

.bk-success {
    max-width: 560px;
    margin: 0 auto;
    padding: 12px 4px 28px;
    text-align: center;
}

.bk-success-hero {
    margin-bottom: 18px;
}

.bk-success-badge {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ps-primary-ink);
    background: linear-gradient(135deg, var(--ps-primary-dark) 0%, var(--ps-primary) 55%, var(--ps-primary-light) 100%);
    box-shadow: 0 10px 28px rgba(243, 222, 7, .28);
}

.bk-success-hero h2 {
    margin: 0 0 8px;
    font-family: var(--ps-font-display, "Avallon", inherit);
    font-size: 1.15rem;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1;
    background: linear-gradient(135deg, #F3DE07 0%, #F7E964 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bk-success h2 {
    margin: 0 0 8px;
}

.bk-success-lead {
    margin: 0;
    color: var(--ps-muted);
    font-size: 15px;
    line-height: 1.55;
}

.bk-success-panel {
    margin-bottom: 14px;
    padding: 16px 16px 14px;
    border-radius: 16px;
    border: 1px solid rgba(243, 222, 7, .18);
    background:
        linear-gradient(165deg, rgba(243, 222, 7, .1) 0%, transparent 48%),
        linear-gradient(160deg, var(--ps-charcoal-deep) 0%, var(--ps-charcoal) 100%);
    display: grid;
    gap: 10px;
    text-align: left;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .16);
}

.bk-success-panel-kicker {
    font-family: var(--ps-font-display, "Avallon", inherit);
    font-size: 1.05rem;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1;
    background: linear-gradient(135deg, #F3DE07 0%, #F7E964 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bk-success-panel-lead {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    color: rgba(226, 232, 240, .92);
}

.bk-success-advisor-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bk-success-advisor-avatar {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    color: var(--ps-primary-ink);
    background: linear-gradient(135deg, var(--ps-primary-dark) 0%, var(--ps-primary) 100%);
    border: 3px solid rgba(243, 222, 7, .55);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .25);
}

.bk-success-advisor-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bk-success-advisor-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bk-success-advisor-body strong {
    font-size: 18px;
    line-height: 1.25;
    color: #fff;
}

.bk-success-advisor-role {
    font-size: 13px;
    line-height: 1.45;
    color: rgba(226, 232, 240, .72);
}

.bk-success-panel-note {
    margin: 2px 0 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: 13.5px;
    line-height: 1.6;
    font-weight: 500;
    color: rgba(226, 232, 240, .78);
}

.bk-success-points {
    list-style: none;
    margin: 2px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: grid;
    gap: 8px;
}

.bk-success-points li {
    position: relative;
    padding-left: 18px;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.45;
    color: rgba(226, 232, 240, .78);
}

.bk-success-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ps-primary);
    box-shadow: 0 0 0 3px rgba(243, 222, 7, .14);
}

.bk-success-slot {
    margin-bottom: 18px;
    padding: 16px 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(243, 222, 7, .12) 0%, rgba(243, 222, 7, .04) 100%);
    border: 1px solid rgba(243, 222, 7, .28);
    text-align: left;
}

.bk-success-slot-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ps-muted);
    margin-bottom: 6px;
}

.bk-success-slot strong {
    display: block;
    font-size: 17px;
    line-height: 1.45;
    color: var(--ps-text);
}

.bk-success-advisor {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: linear-gradient(160deg, var(--ps-charcoal-deep) 0%, var(--ps-charcoal) 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
    text-align: left;
}

.bk-success-advisor-kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(243, 222, 7, .85);
}

.bk-success-foot {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--ps-muted);
}

.bk-success-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(110, 231, 183, .14);
    color: #6ee7b7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 16px;
}

.bk-success p {
    margin: 0;
    color: var(--ps-muted);
    line-height: 1.6;
}

.bk-panel-hidden {
    display: none !important;
}

.bk-loading {
    color: var(--ps-muted);
    font-size: 13px;
}

@media (max-width: 860px) {
    .bk-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .bk-aside {
        padding: 24px 20px;
    }

    .bk-event-title {
        font-size: 1.15rem;
    }

    .bk-main {
        padding: 22px 20px 28px;
        min-height: auto;
    }

    .bk-month-dates,
    .bk-week-dates,
    .bk-agenda-head {
        grid-template-columns: var(--bk-day-cols, repeat(5, minmax(0, 1fr)));
        gap: var(--bk-day-gap, 8px);
    }

    .bk-date-btn {
        min-height: 62px;
        padding: 12px 6px;
    }

    .bk-date-btn strong {
        font-size: 16px;
    }

    .bk-form-row {
        grid-template-columns: 1fr;
    }

    .bk-funding-option {
        width: 100%;
        border-radius: 14px;
        justify-content: flex-start;
    }

    .bk-funding-option-body strong {
        white-space: normal;
    }

    .bk-success-advisor-row {
        flex-direction: column;
        text-align: center;
    }

    .bk-success-advisor-body {
        align-items: center;
    }

    .bk-success-advisor-avatar {
        align-self: center;
    }
}
