.booking-wizard-page-container{background:#fff;justify-content:center;align-items:flex-start;min-height:calc(100vh - 70px);padding:100px 2rem 4rem;display:flex}.booking-wizard-page-content{background:#fff;border-radius:16px;width:100%;max-width:900px;padding:0;box-shadow:0 2px 16px #0000001a}.booking-wizard-overlay{z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.booking-wizard-modal{background:#fff;border-radius:16px;width:100%;max-width:700px;max-height:90vh;animation:.3s ease-out slideUp;position:relative;overflow-y:auto;box-shadow:0 8px 32px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.booking-wizard-close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.booking-wizard-close:hover{color:#000;background:#f5f5f5}.booking-wizard-header{border-bottom:1px solid #e5e5e5;padding:2rem 2rem 1.5rem}.booking-wizard-header h2{color:#000;text-align:center;margin:0 0 1.5rem;font-size:1.75rem}.booking-wizard-progress{justify-content:center;align-items:center;gap:.5rem;display:flex}.progress-step{color:#999;background:#f5f5f5;border:2px solid #e5e5e5;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;transition:all .3s;display:flex}.progress-step.active{color:#fff;background:#000;border-color:#000}.progress-line{background:#e5e5e5;width:40px;height:2px;transition:all .3s}.progress-line.active{background:#000}.booking-wizard-content{min-height:300px;padding:2rem}.booking-wizard-step h3{color:#000;margin:0 0 1.5rem;font-size:1.25rem}.month-navigation{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.month-navigation h3{text-align:center;flex:1;margin:0}.month-nav-btn{cursor:pointer;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.month-nav-btn:hover:not(:disabled){color:#fff;background:#000;border-color:#000}.month-nav-btn:hover:not(:disabled) svg{stroke:#fff}.month-nav-btn:disabled{opacity:.3;cursor:not-allowed}.helper-text{color:#666;background:#f9f9f9;border-left:3px solid #f93;border-radius:4px;margin:.5rem 0;padding:.75rem;font-size:.9rem;line-height:1.5}.field-error{color:#d32f2f;background:#ffebee;border-radius:4px;margin-top:.5rem;padding:.5rem;font-size:.875rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#000;margin-bottom:.5rem;font-size:.95rem;font-weight:500;display:block}.form-group input,.form-group textarea{background:#fff;border:1px solid #e5e5e5;border-radius:8px;width:100%;padding:.875rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus{border-color:#000;outline:none;box-shadow:0 0 0 3px #0000000d}.date-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.75rem;display:grid}.date-option{cursor:pointer;text-align:center;background:#fff;border:2px solid #e5e5e5;border-radius:8px;padding:1rem .5rem;transition:all .2s}.date-option:hover{background:#f9f9f9;border-color:#000}.date-option.selected{color:#fff;background:#000;border-color:#000}.date-day{text-transform:uppercase;opacity:.7;margin-bottom:.25rem;font-size:.75rem}.date-number{margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.date-month{opacity:.8;font-size:.85rem}.time-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem;display:grid}.time-option{cursor:pointer;background:#fff;border:2px solid #e5e5e5;border-radius:8px;padding:.875rem;font-size:.95rem;font-weight:500;transition:all .2s}.time-option:hover{background:#f9f9f9;border-color:#000}.time-option.selected{color:#fff;background:#000;border-color:#000}.booking-summary{background:#f9f9f9;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.booking-summary h4{color:#000;margin:0 0 1rem;font-size:1.1rem}.summary-item{border-bottom:1px solid #e5e5e5;padding:.5rem 0;font-size:.95rem}.summary-item:last-child{border-bottom:none}.summary-item strong{color:#666;margin-right:.5rem}.status-message{text-align:center;border-radius:8px;margin-top:1rem;padding:1rem;font-weight:500}.status-message.success{color:#155724;background:#d4edda;border:1px solid #c3e6cb}.status-message.error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb}.booking-wizard-footer{border-top:1px solid #e5e5e5;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex}.booking-wizard-footer .btn-primary,.booking-wizard-footer .btn-secondary{cursor:pointer;border:2px solid;border-radius:8px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.booking-wizard-footer .btn-primary{color:#fff;background:#000;border-color:#000}.booking-wizard-footer .btn-primary:hover:not(:disabled){background:#333;border-color:#333;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.booking-wizard-footer .btn-primary:disabled{cursor:not-allowed;opacity:.6;background:#ccc;border-color:#ccc}.booking-wizard-footer .btn-secondary{color:#000;background:0 0;border-color:#e5e5e5}.booking-wizard-footer .btn-secondary:hover{background:#f9f9f9;border-color:#000}@media (max-width:768px){.booking-wizard-page-container{padding:100px 1rem 4rem}.booking-wizard-modal{border-radius:16px 16px 0 0;max-width:100%;margin-top:auto}.booking-wizard-header,.booking-wizard-content,.booking-wizard-footer{padding:1.5rem}.booking-wizard-header h2{font-size:1.5rem}.progress-step{width:32px;height:32px;font-size:.875rem}.progress-line{width:20px}.date-grid{grid-template-columns:repeat(auto-fill,minmax(75px,1fr));gap:.5rem}.time-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:.5rem}.booking-wizard-footer{flex-direction:column-reverse}.booking-wizard-footer .btn-primary,.booking-wizard-footer .btn-secondary{width:100%}}
