.bb-form-wrap *,.bb-form-wrap *::before,.bb-form-wrap *::after{box-sizing:border-box}.bb-form-wrap{max-width:720px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:15px;color:#333}.bb-form .bb-row{display:flex;gap:16px;margin-bottom:18px;flex-wrap:wrap}.bb-form .bb-field{flex:1 1 calc(50% - 8px);min-width:200px;display:flex;flex-direction:column}.bb-form .bb-field-full{flex:0 0 100%}.bb-form label{font-weight:600;font-size:13px;margin-bottom:5px;color:#444;text-transform:uppercase;letter-spacing:.02em}.bb-form .bb-req{color:#e3342f}.bb-form input[type="text"],.bb-form input[type="email"],.bb-form input[type="tel"],.bb-form input[type="date"],.bb-form input[type="number"],.bb-form input[type="url"],.bb-form select,.bb-form textarea{width:100%;padding:10px 12px;border:1px solid #d0d7de;border-radius:6px;font-size:15px;color:#1a1a2e;background:#fff;transition:border-color .2s,box-shadow .2s;appearance:none;-webkit-appearance:none}.bb-form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.bb-form input:focus,.bb-form select:focus,.bb-form textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgb(37 99 235 / .12)}.bb-form .bb-invalid{border-color:#e3342f!important;box-shadow:0 0 0 3px rgb(227 52 47 / .1)}.bb-submit-row{margin-top:8px;width:100%}.bb-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:#2563eb;color:#fff;font-size:15px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:filter .15s,transform .1s;white-space:nowrap}.bb-btn:hover{filter:brightness(1.1)}.bb-btn:active{transform:scale(.98)}.bb-btn:disabled{opacity:.65;cursor:not-allowed}.bb-success-msg,.bb-error-msg{padding:14px 18px;border-radius:6px;margin-bottom:20px;font-weight:500;font-size:15px;line-height:1.5}.bb-success-msg{background:#ecfdf5;color:#065f46;border:1px solid #6ee7b7}.bb-error-msg{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}.bb-form .bb-inline-option{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-weight:400;text-transform:none;letter-spacing:0;font-size:15px;cursor:pointer}.bb-step-panel{display:block!important}.bb-step-panel.bb-step-hidden{display:none!important}.bb-step-indicator{display:flex;align-items:center;flex-wrap:wrap;gap:0;margin-bottom:24px}.bb-step-indicator-item{display:flex;align-items:center;gap:8px}.bb-step-dot{width:32px;height:32px;border-radius:50%;background:#e2e8f0;color:#94a3b8;border:2px solid #e2e8f0;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;transition:background .25s,color .25s,border-color .25s;flex-shrink:0}.bb-step-dot-label{font-size:13px;font-weight:600;color:#94a3b8;white-space:nowrap;transition:color .25s}.bb-step-label-active{color:#1e293b}.bb-step-connector{width:40px;height:3px;background:#e2e8f0;border-radius:2px;margin:0 4px;flex-shrink:0;transition:background .25s}.bb-step-counter{font-size:12px;color:#94a3b8;margin-bottom:16px;font-weight:600}.bb-step-nav{display:flex;align-items:center;justify-content:space-between;margin-top:20px;gap:12px}.bb-btn-prev{padding:10px 20px;background:#f1f5f9;color:#334155;border:1.5px solid #e2e8f0;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.bb-btn-prev:hover{background:#e2e8f0}.bb-slots-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px;padding:4px 0;position:relative}.bb-slots-grid.bb-slots-loading::after{content:'Checking availability…';position:absolute;inset:0;background:rgb(255 255 255 / .88);display:flex;align-items:center;justify-content:center;font-size:13px;color:#64748b;font-weight:600;border-radius:6px;pointer-events:none}.bb-slots-grid.bb-slots-invalid{outline:2px solid #e3342f;border-radius:6px}.bb-slot-item{padding:10px 18px;border:none;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;user-select:none;display:inline-flex;align-items:center;gap:7px;transition:transform .1s,box-shadow .15s;line-height:1}.bb-slot-item:active{transform:scale(.97)}.bb-slot-item:not(.bb-slot-booked):not(.bb-slot-selected){background:#dcfce7;color:#14532d;box-shadow:inset 0 0 0 1.5px #86efac}.bb-slot-item:not(.bb-slot-booked):not(.bb-slot-selected)::before{content:'';width:7px;height:7px;border-radius:50%;background:#16a34a;flex-shrink:0}.bb-slot-item:not(.bb-slot-booked):not(.bb-slot-selected):hover{background:#bbf7d0;box-shadow:inset 0 0 0 1.5px #4ade80}.bb-slot-item.bb-slot-booked{background:#ef4444;color:#fff;cursor:not-allowed;opacity:.85;box-shadow:none}.bb-slot-item.bb-slot-booked::before{content:'';width:7px;height:7px;border-radius:50%;background:#fff;opacity:.7;flex-shrink:0}.bb-slot-item.bb-slot-selected{background:#2563eb;color:#fff;box-shadow:0 0 0 3px rgb(37 99 235 / .25)}.bb-slot-item.bb-slot-selected::before{content:'';width:7px;height:7px;border-radius:50%;background:#fff;flex-shrink:0}.bb-slots-error{color:#e3342f;font-size:12px;margin-top:6px;display:none}@media (max-width:560px){.bb-form .bb-row{flex-direction:column;gap:0;margin-bottom:0}.bb-form .bb-field{min-width:100%;margin-bottom:14px}.bb-btn{width:100%;justify-content:center}.bb-step-dot-label{display:none}.bb-step-connector{width:16px}.bb-slot-item{padding:9px 12px;font-size:12px}}