.registration-wizard{max-width:800px;margin:0 auto}.step-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;border-radius:10px 10px 0 0;text-align:center}.step-content{background:#fff;padding:30px;border-radius:0 0 10px 10px;box-shadow:0 4px 6px #0000001a}.step-navigation{display:flex;justify-content:center;align-items:center;margin-bottom:30px}.step-item{display:flex;flex-direction:column;align-items:center;flex:1;position:relative}.step-number{width:40px;height:40px;border-radius:50%;background:#e9ecef;color:#6c757d;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:10px;transition:all .3s ease}.step-item.active .step-number{background:#667eea;color:#fff}.step-item.completed .step-number{background:#28a745;color:#fff}.step-title{font-size:12px;text-align:center;color:#6c757d}.step-item.active .step-title,.step-item.completed .step-title{color:#495057;font-weight:600}.step-connector{height:2px;background:#e9ecef;position:absolute;top:20px;left:50%;right:-50%;z-index:-1}.step-item.completed .step-connector{background:#28a745}.account-type-selection{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:30px 0}.account-type-card{border:2px solid #e9ecef;border-radius:10px;padding:30px 20px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff}.account-type-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26}.account-type-card.selected{border-color:#667eea;background:#f8f9ff}.account-type-icon{font-size:48px;color:#667eea;margin-bottom:15px}.account-type-title{font-size:18px;font-weight:600;color:#495057;margin-bottom:10px}.account-type-description{font-size:14px;color:#6c757d;line-height:1.5}.form-step{display:none}.form-step.active{display:block}.form-navigation{display:flex;justify-content:space-between;margin-top:30px;padding-top:20px;border-top:1px solid #e9ecef}.btn-register{background:linear-gradient(135deg,#667eea,#764ba2);border:none;padding:12px 30px;color:#fff;border-radius:8px;font-weight:600;transition:all .3s ease}.btn-register:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d;color:#fff}.form-group{margin-bottom:15px}.form-label{font-weight:600;color:#495057;margin-bottom:5px;font-size:13px}.form-control{border:1px solid #e1e5e9;border-radius:6px;padding:8px 12px;font-size:14px;height:38px;transition:all .3s ease}.form-control:focus{border-color:#667eea;box-shadow:0 0 0 .2rem #667eea40}.form-control.is-invalid{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.invalid-feedback{display:block;width:100%;margin-top:.25rem;font-size:.875rem;color:#dc3545}.alert-custom{border-radius:8px;border:none;padding:15px 20px}.loading-spinner{display:none;margin:0 10px}@media(max-width:768px){.account-type-selection{grid-template-columns:1fr}.step-navigation{flex-direction:column;gap:10px}.step-connector{display:none}}
