.quote-form-container{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.quote-form-wrapper{background:#fff;border-radius:20px;width:100%;max-width:600px;margin:2rem 0;padding:3rem 2rem;box-shadow:0 10px 40px #0000001a}.quote-progress{margin-bottom:2.5rem}.quote-progress-bar{background:#e0e0e0;border-radius:2px;width:100%;height:4px;margin-bottom:1rem;overflow:hidden}.quote-progress-fill{background:linear-gradient(135deg,var(--teal),var(--teal-dark));border-radius:2px;height:100%;transition:width .3s}.quote-progress-steps{justify-content:space-between;padding:0 1rem;display:flex}.quote-progress-steps span{color:#999;background:#e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:600;transition:all .3s;display:flex}.quote-progress-steps span.active{background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:#fff}.quote-slide{animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.quote-slide-title{color:var(--primary-dark);text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:700}.quote-form{flex-direction:column;gap:1.5rem;display:flex}.quote-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.quote-form-group{flex-direction:column;gap:.5rem;display:flex}.quote-form-group label{color:var(--primary-dark);font-size:.95rem;font-weight:600}.quote-form-group input,.quote-form-group select{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.quote-form-group input:focus,.quote-form-group select:focus{border-color:var(--teal);outline:none;box-shadow:0 0 0 3px #28efc31a}.quote-form-group input.error,.quote-form-group select.error{border-color:#e74c3c}.quote-form-group input.error:focus,.quote-form-group select.error:focus{box-shadow:0 0 0 3px #e74c3c1a}.required{color:#e74c3c}.error-message{color:#e74c3c;margin-top:-.5rem;font-size:.875rem}.checkbox-group{margin-top:.5rem}.checkbox-label{cursor:pointer;align-items:center;gap:.75rem;font-weight:500;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;width:20px;height:20px;accent-color:var(--teal)}.checkbox-label input[type=checkbox].error{outline-offset:2px;outline:2px solid #e74c3c}.quote-services-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem;display:grid}.quote-service-card{text-align:left;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:12px;justify-content:space-between;align-items:center;padding:1.5rem;transition:all .3s;display:flex;position:relative}.quote-service-card:hover{border-color:var(--teal);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.quote-service-card.selected{border-color:var(--teal);background:linear-gradient(135deg,#28efc31a,#20d4a81a)}.service-card-content h3{color:var(--primary-dark);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.service-card-content p{color:#666;margin:0;font-size:.9rem}.service-card-check{background:var(--teal);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;font-weight:700;display:flex}.quote-service-card:not(.selected) .service-card-check{display:none}.quote-form-actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.quote-button-primary,.quote-button-secondary{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:50px;padding:.875rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s}.quote-button-primary{background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:var(--gold)}.quote-button-primary:hover{background:var(--primary-dark);color:var(--gold);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.quote-button-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.quote-button-primary:disabled:hover{background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:var(--gold)}.quote-button-secondary{color:var(--primary-dark);border:2px solid var(--primary-dark);background:#fff}.quote-button-secondary:hover{background:var(--primary-dark);color:#fff;transform:translateY(-2px)}@media (max-width:640px){.quote-form-wrapper{margin:1rem;padding:2rem 1.5rem}.quote-slide-title{font-size:1.5rem}.quote-form-row{grid-template-columns:1fr}.quote-form-actions{flex-direction:column}.quote-button-primary,.quote-button-secondary{width:100%}}
