.estimate-form{max-width:100%;margin:0 auto;position:relative;z-index:1}.estimate-form__alert{display:flex;gap:1rem;padding:1.25rem;border-radius:8px;margin-bottom:2rem;align-items:flex-start}.estimate-form__alert--success{background:#d1fae5;border:1px solid #10b981;color:#065f46}.estimate-form__alert--error{background:#fee2e2;border:1px solid #ef4444;color:#991b1b}.estimate-form__alert-icon{font-size:1.5rem;font-weight:700;flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff80}.estimate-form__alert h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.estimate-form__alert p{margin:0;font-size:.9375rem}.estimate-form__alert a{color:inherit;text-decoration:underline;font-weight:500}.estimate-form__section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.estimate-form__section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.estimate-form__section-title{font-size:1.25rem;font-weight:600;color:#1e40af;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.estimate-form__grid{display:grid;gap:1.5rem;margin-bottom:1.5rem}.estimate-form__grid--two{grid-template-columns:1fr}@media (min-width:640px){.estimate-form__grid--two{grid-template-columns:1fr 1fr}}.estimate-form__field{position:relative;z-index:1}.estimate-form__label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:.9375rem}.estimate-form__required{color:#ef4444;margin-left:2px}.estimate-form__input,.estimate-form__select,.estimate-form__textarea{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;position:relative;z-index:1;background-color:#fff;color:#101828;font-family:inherit;font-size:1rem;transition:all .2s ease}.estimate-form__input:focus,.estimate-form__select:focus,.estimate-form__textarea:focus{outline:none;border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a}.estimate-form__input:hover,.estimate-form__select:hover,.estimate-form__textarea:hover{border-color:#9ca3af}.estimate-form__input::placeholder,.estimate-form__textarea::placeholder{color:#9ca3af}.estimate-form__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23374151' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.75rem;cursor:pointer}.estimate-form__select option{background-color:#fff;color:#101828;padding:.5rem}.estimate-form__textarea{resize:vertical;min-height:120px;line-height:1.5}.estimate-form__submit-wrapper{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e5e7eb}.estimate-form__submit{width:100%;padding:1rem 2rem;background:#1e40af;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1.0625rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s ease;box-shadow:0 2px 8px #1e40af40}.estimate-form__submit:hover:not(:disabled){background:#1e3a8a;box-shadow:0 4px 12px #1e40af59;transform:translateY(-1px)}.estimate-form__submit:active:not(:disabled){transform:translateY(0)}.estimate-form__submit:disabled{background:#9ca3af;cursor:not-allowed;box-shadow:none}.estimate-form__submit-spinner{width:1.25rem;height:1.25rem;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.estimate-form__help-text{margin:1rem 0 0;text-align:center;font-size:.875rem;color:#6b7280}.estimate-form__help-text a{color:#1e40af;text-decoration:none;font-weight:500}.estimate-form__help-text a:hover{text-decoration:underline}.estimate-form__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.estimate-form__modal{background:#fff;padding:2.5rem;border-radius:12px;max-width:500px;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;text-align:center}.estimate-form__modal-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;background:#d1fae5;color:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.estimate-form__modal-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.estimate-form__modal-text{font-size:1rem;color:#6b7280;margin:0 0 2rem;line-height:1.6}.estimate-form__modal-actions{display:flex;gap:1rem;flex-direction:column}@media (min-width:640px){.estimate-form__modal-actions{flex-direction:row}}.estimate-form__modal-button{flex:1 1;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;text-decoration:none;display:inline-block;text-align:center;transition:all .2s ease;border:none;cursor:pointer}.estimate-form__modal-button--primary{background:#1e40af;color:#fff;box-shadow:0 2px 8px #1e40af40}.estimate-form__modal-button--primary:hover{background:#1e3a8a;box-shadow:0 4px 12px #1e40af59;transform:translateY(-1px)}.estimate-form__modal-button--secondary{background:#f3f4f6;color:#374151}.estimate-form__modal-button--secondary:hover{background:#e5e7eb}@media (max-width:640px){.estimate-form__section{margin-bottom:2rem;padding-bottom:1.5rem}.estimate-form__section-title{font-size:1.125rem;margin-bottom:1.25rem}.estimate-form__grid{gap:1.25rem;margin-bottom:1.25rem}.estimate-form__input,.estimate-form__select,.estimate-form__textarea{padding:.75rem;font-size:16px}.estimate-form__submit{padding:.875rem 1.5rem;font-size:1rem}.estimate-form__modal{padding:2rem 1.5rem}.estimate-form__modal-title{font-size:1.25rem}}
/*# sourceMappingURL=b5d34280c2a11f91.css.map*/