:root{--cr-blue:#55a9d6;--cr-blue-dark:#3d95c4;--cr-ink:#50616a;--cr-muted:#74858d;--cr-pale:#eef7fb;--cr-line:#dce8ed;--cr-white:#fff;--cr-shadow:0 18px 50px rgba(61,80,91,.10)}
.cr-booking{max-width:980px;margin:40px auto;padding:0;font-family:inherit;color:var(--cr-ink);background:var(--cr-white);border:1px solid var(--cr-line);border-radius:22px;box-shadow:var(--cr-shadow);overflow:hidden}
.cr-booking *{box-sizing:border-box}.cr-booking-head{padding:38px 42px 28px;background:linear-gradient(135deg,#fff 0%,var(--cr-pale) 100%);border-bottom:1px solid var(--cr-line)}.cr-eyebrow{display:block;font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--cr-blue);margin-bottom:8px}.cr-booking h2{margin:0 0 8px;font-size:clamp(30px,4vw,46px);line-height:1.05;color:var(--cr-ink);font-weight:500}.cr-booking-head p{margin:0;max-width:720px;color:var(--cr-muted);font-size:16px;line-height:1.6}
.cr-progress{display:flex;align-items:center;justify-content:center;padding:24px 42px 0}.cr-progress span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eef2f4;color:#8b999f;font-weight:700;font-size:13px;transition:.2s}.cr-progress span.active{background:var(--cr-blue);color:#fff}.cr-progress i{height:2px;width:60px;background:#e4ebee}.cr-step{display:none;padding:30px 42px 42px}.cr-step.active{display:block}.cr-step h3{font-size:22px;margin:0 0 22px;font-weight:600;color:var(--cr-ink)}
.cr-specialties{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cr-specialty{appearance:none;border:1px solid var(--cr-line);background:#fff;border-radius:14px;padding:18px 16px;display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:12px;text-align:left;color:var(--cr-ink);font:inherit;cursor:pointer;transition:.18s}.cr-specialty:hover,.cr-specialty:focus{border-color:var(--cr-blue);box-shadow:0 8px 24px rgba(85,169,214,.14);transform:translateY(-1px);outline:none}.cr-specialty-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--cr-pale);color:var(--cr-blue);font-size:24px;font-weight:300}.cr-specialty small{color:var(--cr-muted);font-size:12px}.cr-back{border:0;background:transparent;color:var(--cr-blue-dark);padding:0;margin:0 0 18px;cursor:pointer;font:inherit;font-weight:600}
.cr-selected-service,.cr-selection-summary{background:var(--cr-pale);border-radius:12px;padding:12px 16px;margin-bottom:18px}.cr-selection-summary{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.cr-calendar{max-width:650px;border:1px solid var(--cr-line);border-radius:16px;padding:18px;background:#fff}.cr-cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;text-transform:capitalize}.cr-cal-head button{width:38px;height:38px;border-radius:50%;border:1px solid var(--cr-line);background:#fff;color:var(--cr-ink);font-size:22px;cursor:pointer}.cr-cal-head button:disabled{opacity:.3;cursor:not-allowed}.cr-weekdays,.cr-days{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.cr-weekdays span{text-align:center;font-size:12px;color:var(--cr-muted);font-weight:700;padding:8px}.cr-days button,.cr-days .empty{aspect-ratio:1;border:0;border-radius:10px;background:#fff;font:inherit;color:var(--cr-ink)}.cr-days button{cursor:pointer}.cr-days button:hover:not(:disabled),.cr-days button.selected{background:var(--cr-blue);color:#fff}.cr-days button:disabled{color:#c6d0d4;background:#f7f9fa;cursor:not-allowed}
.cr-slots{display:flex;flex-wrap:wrap;gap:10px}.cr-slot{min-width:92px;padding:13px 18px;border-radius:999px;border:1px solid var(--cr-blue);background:#fff;color:var(--cr-blue-dark);font:inherit;font-weight:700;cursor:pointer}.cr-slot:hover{background:var(--cr-blue);color:#fff}.cr-empty,.cr-loading{padding:18px;border-radius:12px;background:#f7fafb;color:var(--cr-muted)}
.cr-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cr-fields label:first-child{grid-column:1/-1}.cr-patient-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700;color:var(--cr-ink)}.cr-patient-form input[type=text],.cr-patient-form input[type=tel],.cr-patient-form input[type=email]{width:100%;border:1px solid #cfdde2;border-radius:10px;padding:13px 14px;font:inherit;color:var(--cr-ink);background:#fff}.cr-patient-form input:focus{outline:2px solid rgba(85,169,214,.25);border-color:var(--cr-blue)}.cr-privacy{flex-direction:row!important;align-items:flex-start!important;margin:18px 0;font-weight:400!important;line-height:1.4}.cr-privacy input{margin-top:3px}.cr-privacy a{color:var(--cr-blue-dark)}.cr-submit{border:0;border-radius:999px;background:var(--cr-blue);color:#fff;padding:15px 28px;font:inherit;font-weight:800;cursor:pointer;box-shadow:0 8px 22px rgba(85,169,214,.24)}.cr-submit:hover{background:var(--cr-blue-dark)}.cr-submit:disabled{opacity:.6;cursor:wait}.cr-form-note{font-size:12px;color:var(--cr-muted);margin-top:12px}.cr-hp{position:absolute!important;left:-9999px!important;opacity:0!important}.cr-alert{margin:0 42px 30px;padding:13px 16px;border-radius:10px;background:#fff2f2;border:1px solid #efcaca;color:#9a3f3f}.cr-success{padding:54px 42px;text-align:center}.cr-success-mark{margin:0 auto 18px;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--cr-pale);color:var(--cr-blue);font-size:34px;font-weight:700}.cr-success h3{font-size:30px;margin:0 0 10px;color:var(--cr-ink)}.cr-success p{color:var(--cr-muted)}
@media(max-width:700px){.cr-booking{margin:20px 0;border-radius:16px}.cr-booking-head,.cr-step,.cr-success{padding-left:20px;padding-right:20px}.cr-progress{padding-left:20px;padding-right:20px}.cr-progress i{width:30px}.cr-specialties{grid-template-columns:1fr}.cr-fields{grid-template-columns:1fr}.cr-fields label:first-child{grid-column:auto}.cr-specialty{grid-template-columns:34px 1fr auto}.cr-calendar{padding:10px}.cr-weekdays,.cr-days{gap:2px}.cr-selection-summary{flex-direction:column}.cr-alert{margin-left:20px;margin-right:20px}}
