.booking-chooser{position:fixed;inset:0;z-index:80;display:none;padding:20px}.booking-chooser.open{display:grid;place-items:center}.booking-chooser__backdrop{position:absolute;inset:0;border:0;background:rgba(5,34,52,.62);backdrop-filter:blur(7px)}.booking-chooser__panel{position:relative;width:min(760px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:clamp(28px,5vw,52px);border-radius:32px;background:#fff;box-shadow:0 28px 90px rgba(4,43,66,.32)}.booking-chooser__close{position:absolute;top:18px;right:18px;display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:50%;background:#eef9fc;color:#064f87;font-size:1.8rem;cursor:pointer}.booking-chooser h2{margin:.1em 0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;color:#123047}.booking-chooser__intro{max-width:610px;margin:12px 0 28px;color:#5f7280;font-size:1.05rem}.therapist-options{display:grid;grid-template-columns:1fr 1fr;gap:18px}.therapist-option{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start;min-height:230px;padding:26px;border:2px solid #d5e8ef;border-radius:25px;text-decoration:none;background:linear-gradient(145deg,#fff,#f2fbfd);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.therapist-option:hover,.therapist-option:focus-visible{transform:translateY(-4px);border-color:#28c5c8;box-shadow:0 18px 45px rgba(6,79,135,.16);outline:0}.therapist-option__number{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#064f87;color:#fff;font-weight:850}.therapist-option strong,.therapist-option small,.therapist-option b{display:block}.therapist-option strong{font-size:1.28rem;line-height:1.2;color:#064f87}.therapist-option small{margin:12px 0 20px;color:#5f7280;font-size:.92rem;line-height:1.55}.therapist-option b{margin-top:auto;color:#078d9b;font-size:.98rem}.therapist-option.jagoda .therapist-option__number{background:#078d9b}@media(max-width:680px){.booking-chooser{padding:10px}.booking-chooser__panel{max-height:calc(100vh - 20px);padding:34px 20px 22px;border-radius:24px}.therapist-options{grid-template-columns:1fr}.therapist-option{min-height:0;padding:20px}.booking-chooser h2{font-size:2rem}.booking-chooser__intro{font-size:.95rem}}
