.crp-shell{background:var(--crp-bg,#f4f6fb);padding:36px 16px;color:var(--crp-text,#1f2937);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.crp-booking-card{max-width:980px;min-height:620px;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 18px 45px rgba(15,23,42,.14);display:grid;grid-template-columns:326px 1fr;overflow:hidden}
.crp-sidebar{background:var(--crp-sidebar,#172b63);color:#fff;padding:22px;display:flex;flex-direction:column;gap:12px}
.crp-step-pill{border:0;background:rgba(255,255,255,.07);border-radius:6px;min-height:56px;padding:12px 12px;display:grid;grid-template-columns:26px 1fr 30px;gap:10px;align-items:start}
.crp-step-pill.is-active{background:rgba(255,255,255,.12)}
.crp-step-pill.is-complete em{background:#16a34a;border-color:#0f7532}
.crp-step-pill.is-complete em:after{content:"✓";font-style:normal;color:#fff;font-weight:800;position:absolute;inset:0;text-align:center;line-height:24px}
.crp-step-pill strong{display:block;font-size:16px;line-height:1.2}
.crp-step-pill small{display:block;color:#dbe7ff;margin-top:8px;border-top:1px dashed rgba(255,255,255,.12);padding-top:8px;line-height:1.4}
.crp-step-pill em{position:relative;width:30px;height:31px;border:4px solid var(--crp-primary,#2563eb);border-radius:999px;background:rgba(0,0,0,.12)}
.crp-step-icon{font-size:18px;margin-top:1px}
.crp-sidebar-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.15);padding-top:16px;font-weight:700;display:flex;justify-content:space-between}
.crp-content{display:flex;flex-direction:column;min-width:0}
.crp-header{height:82px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:16px;padding:0 42px;box-shadow:0 2px 8px rgba(15,23,42,.08)}
.crp-header h2{font-size:24px;margin:0;color:#334155}
.crp-back{width:34px;height:34px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font-size:24px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}
.crp-panel{display:none;padding:40px 42px;flex:1}
.crp-panel.is-active{display:block}
.crp-panel label{display:block;font-weight:700;margin:0 0 24px}
.crp-panel input,.crp-panel select,.crp-panel textarea{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#1f2937;font-size:16px;min-height:56px;padding:12px 16px;margin-top:8px}
.crp-panel input:focus,.crp-panel select:focus,.crp-panel textarea:focus{outline:2px solid var(--crp-primary,#2563eb);border-color:var(--crp-primary,#2563eb)}
.crp-service-detail,.crp-professional-detail,.crp-summary-box{border:1px solid #d1d5db;border-radius:8px;padding:16px;margin:-8px 0 24px;background:#fff}
.crp-detail-title{display:flex;justify-content:space-between;gap:16px;font-weight:800}
.crp-muted{color:#64748b}
.crp-footer{height:76px;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:flex-end;padding:0 42px}
.crp-primary{border:0;border-radius:8px;background:var(--crp-button,#2563eb);color:#fff;font-size:17px;font-weight:800;padding:14px 28px;cursor:pointer}
.crp-primary[disabled]{opacity:.55;cursor:wait}
.crp-alert{margin:20px 42px 0;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:8px;padding:12px 14px}
.crp-calendar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.crp-calendar-head button{width:38px;height:38px;border:1px solid #cbd5e1;background:#fff;border-radius:8px;font-size:22px;cursor:pointer}
.crp-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin-bottom:28px}
.crp-day-name{text-align:center;font-weight:800;color:#334155}
.crp-day{height:42px;border:1px solid #c7d2fe;border-radius:6px;background:#eef2ff;color:#1d4ed8;font-size:16px;cursor:pointer; padding:5px;}
.crp-day.is-disabled{    background: #f3e8e8;
    border-color: #f3e8e8;
    color: #94a3b8;
    cursor: not-allowed;
    padding: 5px;}
.crp-day.is-selected{background:#1d4ed8;color:#fff;border-color:#1d4ed8}
.crp-slots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.crp-slot{border:1px solid #4f7cff;background:#eef2ff;color:#1d4ed8;border-radius:6px;padding:14px;font-weight:800;cursor:pointer}
.crp-slot.is-selected{background:#1d4ed8;color:#fff}
.crp-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:8px 30px}
.crp-payment-methods{margin-top:24px;display:grid;gap:12px}
.crp-payment-methods label{border:1px solid #d1d5db;border-radius:8px;padding:14px 16px;margin:0}
.crp-payment-methods label.is-selected{border-color:var(--crp-primary,#2563eb);background:#eff6ff}
.crp-payment-methods small{display:block;margin:7px 0 0 27px;color:#64748b;font-weight:500}
.crp-payment-methods input{width:auto;min-height:0;margin:0 8px 0 0}
.crp-pokpay-checkout{margin-top:18px}
.crp-pokpay-checkout[hidden]{display:none}
.crp-paypal-card-fields{display:grid;gap:10px;margin-top:8px}
.crp-paypal-field{min-height:48px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:12px 14px;box-sizing:border-box}
.crp-paypal-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.crp-paypal-card-submit{width:100%;margin-top:4px}
.crp-paypal-divider{display:flex;align-items:center;gap:12px;margin:16px 0;color:#64748b;font-weight:700}
.crp-paypal-divider:before,.crp-paypal-divider:after{content:"";height:1px;background:#e5e7eb;flex:1}
.crp-total{display:flex;justify-content:space-between;font-size:20px;font-weight:900;border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px;color:#0f3fd1}
.crp-success{text-align:center;max-width:560px;margin:30px auto}
.crp-success-mark{width:62px;height:62px;border-radius:50%;background:#16a34a;color:#fff;font-size:42px;line-height:62px;margin:0 auto 16px}
@media (max-width:780px){.crp-shell{padding:10px}.crp-booking-card{grid-template-columns:1fr}.crp-sidebar{padding:14px}.crp-content{min-height:560px}.crp-header,.crp-panel,.crp-footer{padding-left:18px;padding-right:18px}.crp-grid-2,.crp-slots{grid-template-columns:1fr}.crp-calendar{gap:6px}.crp-day{height:38px}.crp-step-pill{min-height:auto}}
