.wizard-container{max-width:800px;margin:40px auto;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;overflow:hidden;font-family:Outfit,sans-serif;min-height:500px;display:flex;flex-direction:column}.wizard-progress-bar{height:6px;background:#e2e8f0;width:100%}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);transition:width .3s ease}.wizard-content{padding:40px;flex-grow:1;display:flex;flex-direction:column}.wizard-step h2{color:#0a192f;font-size:2rem;margin-bottom:.5rem;font-weight:700}.wizard-step p{color:#64748b;margin-bottom:2rem}.search-form{display:flex;gap:1rem;margin-bottom:2rem}.wizard-input{flex-grow:1;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s}.wizard-input.large{font-size:1.25rem;padding:16px}.wizard-input:focus{border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b9811a}.wizard-btn{padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-size:1rem}.wizard-btn.primary{background:#10b981;color:#fff;border:none}.wizard-btn.primary:hover{background:#059669;transform:translateY(-1px)}.wizard-btn.primary:disabled{background:#94a3b8;cursor:not-allowed}.wizard-btn.secondary{background:transparent;color:#64748b;border:1px solid #cbd5e1}.wizard-btn.secondary:hover{background:#f1f5f9;color:#0f172a}.search-results{display:grid;gap:1rem}.company-card{padding:1.5rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.company-card:hover{border-color:#10b981;background:#f0fdf4}.company-card h3{margin:0;font-size:1.1rem;color:#0f172a;font-weight:600}.company-card p{margin:.25rem 0;font-size:.9rem;color:#64748b}.confirmation-card{background:#f8fafc;padding:2rem;border-radius:8px;margin-bottom:2rem;border:1px solid #e2e8f0}.detail-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.detail-row:last-child{border-bottom:none}.status.active{color:#10b981;text-transform:uppercase}.option-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.option-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;cursor:pointer;font-weight:600;color:#0f172a;transition:all .2s;font-size:1rem}.option-card:hover{border-color:#10b981;background:#f0fdf4}.option-card.selected{border-color:#10b981;background:#ecfdf5;color:#059669;box-shadow:0 0 0 3px #10b98133}.form-group{margin-bottom:2rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.form-group input[type=checkbox]{width:20px;height:20px}.summary-section{background:#f8fafc;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.summary-section h4{margin:1.5rem 0 .5rem;color:#0f172a}.summary-section h4:first-child{margin-top:0}.wizard-actions{margin-top:auto;display:flex;justify-content:space-between;padding-top:2rem;border-top:1px solid #f1f5f9}
