.bs-booking-wrap { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; max-width: 680px; margin: 0 auto; }
.bs-steps { display: flex; margin-bottom: 28px; counter-reset: step; }
.bs-step { flex: 1; text-align: center; position: relative; }
.bs-step::before { counter-increment: step; content: counter(step); display: block; width: 32px; height: 32px; border-radius: 50%; background: #e2e8f0; color: #64748b; line-height: 32px; font-weight: 700; font-size: 14px; margin: 0 auto 6px; }
.bs-step.active::before { background: #3b82f6; color: #fff; }
.bs-step.done::before { background: #10b981; color: #fff; content: '✓'; }
.bs-step span { font-size: 12px; color: #64748b; display: block; }
.bs-section { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 24px; margin-bottom: 16px; }
.bs-form-group { margin-bottom: 18px; }
.bs-form-group label { display: block; font-weight: 600; font-size: 14px; color: #374151; margin-bottom: 6px; }
.bs-form-group input, .bs-form-group select, .bs-form-group textarea { width: 100%; padding: 10px 14px; border: 1.5px solid #e2e8f0; border-radius: 8px; font-size: 15px; transition: border-color .2s; box-sizing: border-box; }
.bs-form-group input:focus, .bs-form-group select:focus, .bs-form-group textarea:focus { outline: none; border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59,130,246,.15); }
.bs-service-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; margin-bottom: 20px; }
.bs-service-card { border: 2px solid #e2e8f0; border-radius: 10px; padding: 16px; cursor: pointer; transition: all .2s; text-align: center; }
.bs-service-card:hover, .bs-service-card.selected { border-color: #3b82f6; background: #eff6ff; }
.bs-service-card .bs-svc-color { width: 36px; height: 36px; border-radius: 50%; margin: 0 auto 10px; }
.bs-service-card .bs-svc-name { font-weight: 600; font-size: 15px; margin-bottom: 4px; }
.bs-service-card .bs-svc-meta { font-size: 13px; color: #6b7280; }
.bs-staff-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; margin-bottom: 20px; }
.bs-staff-card { border: 2px solid #e2e8f0; border-radius: 10px; padding: 14px; cursor: pointer; text-align: center; transition: all .2s; }
.bs-staff-card:hover, .bs-staff-card.selected { border-color: #3b82f6; background: #eff6ff; }
.bs-staff-avatar { width: 52px; height: 52px; border-radius: 50%; margin: 0 auto 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; color: #fff; }
.bs-time-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 8px; }
.bs-time-slot { border: 2px solid #e2e8f0; border-radius: 8px; padding: 10px 6px; text-align: center; cursor: pointer; font-weight: 600; font-size: 14px; transition: all .2s; }
.bs-time-slot:hover, .bs-time-slot.selected { border-color: #3b82f6; background: #3b82f6; color: #fff; }
.bs-btn { display: inline-block; padding: 12px 28px; border-radius: 8px; font-size: 15px; font-weight: 600; cursor: pointer; border: none; transition: all .2s; }
.bs-btn-primary { background: #3b82f6; color: #fff; }
.bs-btn-primary:hover { background: #2563eb; }
.bs-btn-secondary { background: #f1f5f9; color: #374151; }
.bs-btn-secondary:hover { background: #e2e8f0; }
.bs-nav-buttons { display: flex; justify-content: space-between; margin-top: 20px; }
.bs-summary { background: #f8fafc; border-radius: 8px; padding: 16px; margin-bottom: 16px; }
.bs-summary-row { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid #e2e8f0; }
.bs-summary-row:last-child { border: none; font-weight: 700; font-size: 16px; }
.bs-coupon-wrap { display: flex; gap: 8px; }
.bs-coupon-wrap input { flex: 1; }
.bs-alert { padding: 14px 18px; border-radius: 8px; margin-bottom: 16px; font-weight: 500; }
.bs-alert-success { background: #d1fae5; color: #065f46; border: 1px solid #6ee7b7; }
.bs-alert-error { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }
.bs-loading { text-align: center; color: #6b7280; padding: 20px; font-style: italic; }
.bs-staff-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.bs-staff-item { border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; text-align: center; }
.bs-big-avatar { width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; font-size: 32px; font-weight: 700; color: #fff; }
.bs-services-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.bs-service-item { border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; }
.bs-service-item .bs-svc-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.bs-star { display: inline-block; color: #f59e0b; }
