.survey-form-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.survey-form-modal{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:85vh;animation:.3s surveySlideUp;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@keyframes surveySlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.survey-form-header{z-index:1;background:#fff;border-bottom:1px solid #eee;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex;position:sticky;top:0}.survey-form-header h3{color:#1a1a2e;margin:0;font-size:1.2rem;font-weight:700}.survey-close-btn{cursor:pointer;color:#888;background:0 0;border:none;border-radius:8px;padding:4px 8px;font-size:1.3rem;transition:all .2s}.survey-close-btn:hover{color:#333;background:#f0f0f0}.survey-form-body{padding:20px 24px}.survey-section{margin-bottom:20px}.survey-section h4{color:#1a1a2e;border-bottom:2px solid #6366f1;margin:0 0 12px;padding-bottom:8px;font-size:.95rem;font-weight:600;display:inline-block}.survey-field{margin-bottom:12px}.survey-field label{color:#555;margin-bottom:4px;font-size:.85rem;font-weight:500;display:block}.survey-field .required{color:#ef4444}.survey-field input,.survey-form-body textarea{box-sizing:border-box;border:1px solid #ddd;border-radius:10px;width:100%;padding:10px 14px;font-family:inherit;font-size:.95rem;transition:border .2s}.survey-field input:focus,.survey-form-body textarea:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}.survey-form-body textarea{resize:vertical;min-height:70px}.survey-address-display{background:#f8f9fa;border-radius:10px;margin-bottom:8px;padding:10px 14px}.survey-current-address{color:#333;margin:0;font-size:.92rem;font-weight:500}.survey-checkbox{color:#555;cursor:pointer;align-items:center;gap:8px;margin-top:6px;font-size:.88rem;display:flex}.survey-checkbox input[type=checkbox]{accent-color:#6366f1;width:18px;height:18px}.survey-new-address{background:#f0f4ff;border-radius:10px;margin-top:10px;padding:12px}.survey-btn-search{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;padding:8px 16px;font-size:.88rem;font-weight:500;transition:background .2s}.survey-btn-search:hover{background:#4f46e5}.survey-new-address-text{color:#333;margin:8px 0;font-size:.9rem;font-weight:500}.survey-new-address input{box-sizing:border-box;border:1px solid #ddd;border-radius:8px;width:100%;padding:8px 12px;font-size:.9rem}.survey-info-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.survey-info-item{background:#f8f9fa;border-radius:8px;padding:10px 12px}.survey-info-item .info-label{color:#888;margin-bottom:2px;font-size:.75rem;display:block}.survey-info-item .info-value{color:#333;font-size:.9rem;font-weight:600}.survey-quote-preview{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:10px 14px}.survey-error{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;margin-bottom:12px;padding:10px 14px;font-size:.88rem}.survey-form-footer{border-top:1px solid #eee;gap:10px;padding-top:16px;display:flex}.survey-btn-cancel{color:#666;cursor:pointer;background:#f3f4f6;border:none;border-radius:10px;flex:1;padding:12px;font-size:.95rem;font-weight:500;transition:background .2s}.survey-btn-cancel:hover{background:#e5e7eb}.survey-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:10px;flex:2;padding:12px;font-size:.95rem;font-weight:600;transition:all .2s}.survey-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.survey-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.survey-success{text-align:center;padding:40px 24px}.success-icon{margin-bottom:16px;font-size:3rem}.survey-success h3{color:#1a1a2e;margin:0 0 12px;font-size:1.2rem}.survey-success p{color:#555;margin:0 0 8px;font-size:.95rem}.survey-success .survey-btn-primary{margin-top:20px;padding:12px 40px;display:inline-block}.survey-only-modal-overlay{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.survey-only-modal{text-align:center;background:#fff;border-radius:16px;width:90%;max-width:420px;padding:32px;animation:.3s surveySlideUp;box-shadow:0 20px 60px #0000004d}.survey-only-modal h3{color:#1a1a2e;margin:0 0 16px;font-size:1.1rem}.survey-only-modal p{color:#555;margin:0 0 24px;font-size:.92rem;line-height:1.6}.survey-only-modal .modal-buttons{gap:10px;display:flex}.survey-request-section{text-align:center;margin-top:12px;padding:16px 0}.btn-survey-request{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;padding:14px 32px;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 15px #10b9814d}.btn-survey-request:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}
