.booking-body { background: radial-gradient(circle at 90% 3%, rgba(91, 101, 216, .17), transparent 28rem), #f4f6fb; }
.booking-header { min-height: 88px; }
.booking-nav { display: flex; align-items: center; gap: 22px; }
.booking-nav > a:not(.staff-link) { color: #697188; font-size: 13px; font-weight: 650; text-decoration: none; }
.booking-main { width: min(1040px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0 92px; }
.booking-intro { max-width: 790px; margin-bottom: 38px; }
.booking-intro h1, .booking-success h1 { margin: 0; color: #15192a; font-size: clamp(42px, 6vw, 68px); letter-spacing: -3.2px; line-height: 1; }
.booking-intro > p, .booking-success > p { max-width: 680px; margin: 23px 0 0; color: #697188; font-size: 16px; line-height: 1.7; }
.booking-expectations { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.booking-expectations span { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; color: #5d657a; border: 1px solid rgba(24,32,51,.09); border-radius: 999px; background: rgba(255,255,255,.72); font-size: 11px; font-weight: 650; }
.booking-expectations b { width: 21px; height: 21px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: #5b65d8; font-size: 10px; }
.booking-errors { margin-bottom: 22px; padding: 16px 18px; color: #8f3f35; border: 1px solid #edc6c0; border-radius: 13px; background: #fff4f2; font-size: 13px; line-height: 1.55; }
.booking-errors strong { display: block; margin-bottom: 6px; }
.booking-errors ul { margin: 0; padding-left: 19px; }
.booking-form { padding: clamp(24px, 5vw, 48px); border: 1px solid rgba(255,255,255,.8); border-radius: 26px; background: rgba(255,255,255,.88); box-shadow: 0 26px 75px rgba(36,50,87,.1); }
.booking-form [hidden] { display: none !important; }
.booking-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.booking-progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin: 0 0 42px; padding: 0; list-style: none; }
.booking-progress li { position: relative; display: flex; align-items: center; gap: 8px; color: #9aa0af; font-size: 11px; font-weight: 680; }
.booking-progress li::after { content: ""; height: 2px; flex: 1; background: #e7e9f0; }
.booking-progress li:last-child::after { display: none; }
.booking-progress span { width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #eef0f5; font-size: 10px; }
.booking-progress li.active, .booking-progress li.complete { color: #39418b; }
.booking-progress li.active span, .booking-progress li.complete span { color: #fff; background: #5b65d8; }
.booking-progress li.complete::after { background: #aeb4ed; }
.booking-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.booking-form.booking-enhanced .booking-step:not(.active) { display: none; }
.booking-step legend { display: flex; align-items: baseline; gap: 10px; margin: 0; color: #15192a; font-size: clamp(25px, 4vw, 34px); font-weight: 700; letter-spacing: -1.2px; }
.booking-step legend span { color: #5b65d8; font-size: 10px; font-weight: 780; letter-spacing: 1.2px; text-transform: uppercase; }
.booking-step > p { margin: 9px 0 25px; color: #7a8193; font-size: 13px; line-height: 1.55; }
.choice-grid, .service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 26px; }
.three-choice { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.choice-card, .service-card { position: relative; min-height: 82px; display: flex; align-items: center; cursor: pointer; }
.choice-card input, .service-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card span, .service-card > span { width: 100%; min-height: 82px; display: flex; align-items: center; padding: 17px; color: #566078; border: 1px solid #dfe3ed; border-radius: 13px; background: #fbfcff; font-size: 13px; font-weight: 650; transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease; }
.service-card > span { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
.service-card b { color: #30384f; font-size: 13px; }
.service-card small { color: #969cac; font-size: 10px; font-weight: 600; }
.choice-card input:checked + span, .service-card input:checked + span { color: #343c8e; border-color: #8f97e6; background: #f4f5ff; box-shadow: 0 0 0 3px rgba(91,101,216,.1); }
.choice-card input:focus-visible + span, .service-card input:focus-visible + span { outline: 3px solid rgba(91,101,216,.25); outline-offset: 2px; }
.session-choice-card { min-height: 108px; }
.session-choice-card > span { min-height: 108px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
.session-choice-card b { color: #30384f; font-size: 13px; line-height: 1.45; }
.session-choice-card small { color: #8a91a2; font-size: 10px; font-weight: 620; line-height: 1.45; }
.session-choice-card input:checked + span b { color: #343c8e; }
.session-choice-card input:checked + span small { color: #6873d6; }
.coaching-service-panel { padding: 22px; border: 1px solid #e1e4ed; border-radius: 17px; background: #f8f9fd; }
.coaching-service-heading { margin-bottom: 18px; }
.coaching-service-heading > span { color: #5b65d8; font-size: 9px; font-weight: 780; letter-spacing: 1.1px; text-transform: uppercase; }
.coaching-service-heading h2 { margin: 5px 0 4px; color: #20283a; font-size: 21px; letter-spacing: -.45px; }
.coaching-service-heading p { margin: 0; color: #81889a; font-size: 11px; line-height: 1.5; }
.coaching-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.coaching-category-card { min-width: 0; }
.relationship-category { grid-column: 1 / -1; padding: 17px; border: 1px solid #dfe3ed; border-radius: 13px; background: #fff; }
.relationship-category h3 { margin: 0; color: #30384f; font-size: 14px; }
.relationship-category p { margin: 4px 0 13px; color: #969cac; font-size: 10px; }
.relationship-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.coach-picker { margin-top: 18px; padding: 18px; border: 1px solid #e1e4ed; border-radius: 15px; background: #fff; }
.coach-picker-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.coach-picker-heading h2 { margin: 0; color: #30384f; font-size: 14px; }
.coach-picker-heading h2 small { color: #999faf; font-size: 10px; font-weight: 550; }
.coach-picker-heading p { max-width: 650px; margin: 5px 0 0; color: #8c93a4; font-size: 10px; line-height: 1.5; }
.coach-picker-heading > span { flex: 0 0 auto; padding: 5px 8px; color: #5260cc; border-radius: 999px; background: #eff1ff; font-size: 8px; font-weight: 750; }
.coach-select-field { min-width: 0; display: grid; gap: 7px; }
.coach-select-field > label { color: #51596d; font-size: 10px; font-weight: 750; }
.coach-select-field select { width: 100%; min-height: 52px; padding: 0 44px 0 14px; color: #283147; border: 1px solid #d7dce7; border-radius: 12px; outline: 0; background: #fbfcff; font: inherit; font-size: 12px; font-weight: 650; cursor: pointer; }
.coach-select-field select:focus { border-color: #707ae0; box-shadow: 0 0 0 3px rgba(91,101,216,.11); background: #fff; }
.coach-combobox { position: relative; display: none; }
.booking-enhanced .coach-combobox { display: block; }
.booking-enhanced .coach-native-select { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.coach-combobox-trigger { width: 100%; min-height: 76px; display: grid; grid-template-columns: 54px minmax(0, 1fr) 20px; align-items: center; gap: 13px; padding: 10px 14px 10px 10px; color: #283147; text-align: left; border: 1px solid #d7dce7; border-radius: 14px; outline: 0; background: linear-gradient(135deg, #fafbff, #fff); cursor: pointer; box-shadow: 0 5px 18px rgba(40,49,71,.05); transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease; }
.coach-combobox-trigger:hover { border-color: #b6bce8; box-shadow: 0 8px 22px rgba(58,67,142,.09); }
.coach-combobox-trigger:focus-visible, .coach-combobox.is-open .coach-combobox-trigger { border-color: #707ae0; box-shadow: 0 0 0 3px rgba(91,101,216,.12), 0 9px 25px rgba(58,67,142,.1); }
.coach-trigger-photo, .coach-option-photo { position: relative; overflow: hidden; display: grid; flex: 0 0 auto; place-items: center; color: #5661c9; border: 1px solid #dfe3ed; background: linear-gradient(145deg, #eef0ff, #f8f9ff); font-size: 10px; font-weight: 800; letter-spacing: .5px; }
.coach-trigger-photo { width: 54px; height: 54px; border-radius: 12px; }
.coach-trigger-photo img, .coach-option-photo img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }
.coach-trigger-copy, .coach-option-copy { min-width: 0; display: block; }
.coach-trigger-copy small, .coach-trigger-copy strong, .coach-trigger-copy > span, .coach-option-copy strong, .coach-option-copy > span, .coach-option-copy small { display: block; }
.coach-trigger-copy small { margin-bottom: 3px; color: #6a73d4; font-size: 8px; font-weight: 780; letter-spacing: .75px; text-transform: uppercase; }
.coach-trigger-copy strong { overflow: hidden; color: #252e43; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.coach-trigger-copy > span { overflow: hidden; margin-top: 4px; color: #788095; font-size: 10px; font-weight: 600; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.coach-trigger-chevron { width: 9px; height: 9px; justify-self: end; border-right: 2px solid #737b91; border-bottom: 2px solid #737b91; transform: rotate(45deg) translateY(-2px); transition: transform 150ms ease; }
.coach-combobox.is-open .coach-trigger-chevron { transform: rotate(225deg) translate(-2px, -2px); }
.coach-combobox-popover { position: absolute; z-index: 40; top: calc(100% + 8px); right: 0; left: 0; padding: 12px; border: 1px solid #dfe3ed; border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: 0 24px 65px rgba(31,39,75,.2); backdrop-filter: blur(12px); }
.coach-combobox-search { display: grid; gap: 6px; margin-bottom: 10px; }
.coach-combobox-search > span { color: #697188; font-size: 9px; font-weight: 760; letter-spacing: .55px; text-transform: uppercase; }
.coach-combobox-search input { width: 100%; height: 42px; padding: 0 13px; color: #252e43; border: 1px solid #dde1ea; border-radius: 10px; outline: 0; background: #f8f9fc; font: inherit; font-size: 12px; }
.coach-combobox-search input:focus { border-color: #707ae0; box-shadow: 0 0 0 3px rgba(91,101,216,.1); background: #fff; }
.coach-combobox-options { max-height: min(460px, 55vh); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; overflow: auto; padding: 2px; overscroll-behavior: contain; scrollbar-width: thin; }
.coach-combobox-option { min-width: 0; min-height: 76px; display: grid; grid-template-columns: 52px minmax(0, 1fr) 20px; align-items: center; gap: 11px; padding: 9px; color: #283147; text-align: left; border: 1px solid #e1e4ed; border-radius: 13px; outline: 0; background: #fbfcff; cursor: pointer; transition: border-color 140ms ease, background 140ms ease, box-shadow 140ms ease, transform 140ms ease; }
.coach-combobox-option:hover, .coach-combobox-option:focus-visible { border-color: #a9b0e7; background: #f7f8ff; box-shadow: 0 6px 17px rgba(53,62,129,.08); transform: translateY(-1px); }
.coach-combobox-option.is-selected { border-color: #7882df; background: #f2f4ff; box-shadow: inset 0 0 0 1px rgba(91,101,216,.11); }
.coach-option-photo { width: 52px; height: 56px; border-radius: 11px; }
.coach-option-placeholder { height: 52px; border-radius: 50%; }
.coach-option-copy strong { overflow: hidden; color: #2a3247; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.coach-option-copy > span { display: -webkit-box; overflow: hidden; margin-top: 4px; color: #6f778b; font-size: 9px; font-weight: 620; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.coach-option-copy small { display: none; }
.coach-option-check { width: 20px; height: 20px; display: grid; place-items: center; color: transparent; border-radius: 50%; background: transparent; font-size: 11px; font-weight: 800; }
.coach-combobox-option.is-selected .coach-option-check { color: #fff; background: #5b65d8; }
.coach-combobox-empty { margin: 12px 4px 3px; padding: 16px; color: #737b90; border: 1px dashed #d8dce6; border-radius: 11px; background: #fafbfe; font-size: 11px; text-align: center; }
.coach-picker-note { margin: 10px 0 0; color: #8a91a2; font-size: 9px; line-height: 1.5; }
.coach-picker-guidance-mm { margin: 12px 0 0; padding: 12px 14px; color: #4f5870; border: 1px solid #dde1f5; border-left: 4px solid #5b65d8; border-radius: 10px; background: #f7f8ff; font-size: 12px; font-weight: 600; line-height: 1.8; overflow-wrap: anywhere; }
.availability-note { color: #777f92; font-size: 10px; font-weight: 550; line-height: 1.5; }
.availability-note.is-full { color: #a13f45; font-weight: 700; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.field-grid label, .field-block { min-width: 0; display: grid; gap: 8px; }
.field-wide { grid-column: 1 / -1; }
.field-grid label > span, .field-block > span { color: #4e566b; font-size: 11px; font-weight: 700; }
.field-block { margin-top: 18px; }
.field-block > span small { color: #999faf; font-weight: 550; }
.field-grid input, .field-grid select, .field-block input, .field-block textarea { width: 100%; min-height: 48px; padding: 0 14px; color: #182033; border: 1px solid #dfe3ed; border-radius: 10px; outline: 0; background: #fbfcff; font: inherit; font-size: 14px; }
.field-block textarea { min-height: 128px; padding-top: 13px; resize: vertical; line-height: 1.55; }
.field-grid input:focus, .field-grid select:focus, .field-block input:focus, .field-block textarea:focus { border-color: #707ae0; box-shadow: 0 0 0 3px rgba(91,101,216,.11); background: #fff; }
.field-block > small { color: #9aa0af; font-size: 10px; text-align: right; }
.learner-fields { margin-top: 25px; padding-top: 24px; border-top: 1px solid #e8eaf0; }
.learner-fields h2 { margin: 0 0 16px; font-size: 15px; }
.schedule-fields { margin-top: 6px; }
.review-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 22px; }
.review-item { padding: 14px; border: 1px solid #e3e6ee; border-radius: 11px; background: #fafbfe; }
.review-item small { display: block; margin-bottom: 5px; color: #979dac; font-size: 9px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.review-item strong { color: #30384f; font-size: 12px; overflow-wrap: anywhere; }
.consent-field { display: flex; align-items: flex-start; gap: 11px; padding: 16px; color: #596177; border: 1px solid #dfe3ed; border-radius: 11px; background: #fbfcff; font-size: 12px; line-height: 1.5; }
.consent-field input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; accent-color: #5b65d8; }
.booking-form-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 34px; padding-top: 23px; border-top: 1px solid #e8eaf0; }
.booking-next, .booking-submit, .secondary-button { min-width: 155px; min-height: 46px; border-radius: 10px; cursor: pointer; font: inherit; font-size: 13px; }
.booking-next { margin-left: auto; }
.secondary-button, .secondary-link { display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; color: #51596d; border: 1px solid #dce0e9; background: #fff; text-decoration: none; }
.booking-submit { border: 1px solid #5b65d8; }
.booking-success { max-width: 780px; margin: 20px auto 0; padding: clamp(35px, 7vw, 70px); text-align: center; border: 1px solid rgba(255,255,255,.85); border-radius: 28px; background: rgba(255,255,255,.9); box-shadow: 0 28px 80px rgba(36,50,87,.11); }
.booking-success .hero-eyebrow { margin-top: 20px; }
.booking-success h1 { font-size: clamp(38px, 6vw, 60px); }
.booking-success > p { margin-right: auto; margin-left: auto; }
.success-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto; color: #fff; border-radius: 50%; background: #31a479; font-size: 27px; box-shadow: 0 12px 30px rgba(49,164,121,.24); }
.reference-card { max-width: 420px; margin: 28px auto 0; padding: 18px; border: 1px dashed #aeb4c4; border-radius: 13px; background: #f8f9fc; }
.reference-card small { display: block; margin-bottom: 7px; color: #8c93a4; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.reference-card strong { color: #30387c; font-size: clamp(20px, 4vw, 27px); letter-spacing: .5px; }
.success-actions { display: flex; justify-content: center; gap: 11px; margin-top: 28px; }
.success-actions .secondary-link { min-height: 44px; border-radius: 10px; font-size: 13px; font-weight: 650; }

@media (max-width: 760px) {
  .booking-main { width: min(100% - 28px, 1040px); padding: 35px 0 65px; }
  .booking-intro h1, .booking-success h1 { letter-spacing: -2.2px; }
  .booking-form { padding: 25px 20px; border-radius: 20px; }
  .booking-progress li { font-size: 0; }
  .booking-progress li span { font-size: 10px; }
  .choice-grid, .three-choice, .service-grid, .field-grid, .coaching-category-grid, .relationship-options, .coach-combobox-options { grid-template-columns: 1fr; }
  .relationship-category { grid-column: auto; }
  .field-wide { grid-column: auto; }
  .review-summary { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .booking-header { flex-wrap: wrap; padding: 10px 0; }
  .booking-nav { gap: 12px; }
  .booking-nav > a:not(.staff-link) { display: none; }
  .booking-intro > p { font-size: 14px; }
  .booking-expectations { align-items: flex-start; flex-direction: column; }
  .booking-progress { margin-bottom: 30px; }
  .coach-picker { padding: 14px; }
  .coach-picker-heading { flex-direction: column; }
  .coach-combobox-popover { right: -5px; left: -5px; padding: 9px; }
  .coach-combobox-options { max-height: min(410px, 56vh); }
  .coach-combobox-trigger { grid-template-columns: 48px minmax(0, 1fr) 18px; min-height: 70px; gap: 10px; padding: 10px; }
  .coach-trigger-photo { width: 48px; height: 48px; }
  .coach-trigger-copy strong { font-size: 13px; }
  .coach-combobox-option { grid-template-columns: 48px minmax(0, 1fr) 18px; min-height: 70px; gap: 9px; }
  .coach-option-photo { width: 48px; height: 52px; }
  .coach-picker-guidance-mm { padding: 11px 12px; font-size: 11px; line-height: 1.75; }
  .booking-form-actions, .success-actions { align-items: stretch; flex-direction: column-reverse; }
  .booking-next, .booking-submit, .secondary-button, .success-actions a { width: 100%; }
}
