.find-agent-backdrop{z-index:9999;-webkit-backdrop-filter:blur(6px);background:#11182780;justify-content:center;align-items:center;padding:16px;animation:.2s fadeBackdrop;display:flex;position:fixed;inset:0}.find-agent-modal{overscroll-behavior:contain;background:#fff;border-radius:20px;width:100%;max-width:420px;max-height:90vh;padding:22px 20px 26px;animation:.25s modalPop;position:relative;overflow-y:auto;box-shadow:0 24px 60px #0003}.find-agent-modal::-webkit-scrollbar{width:6px}.find-agent-modal::-webkit-scrollbar-thumb{background:#d8d8d8;border-radius:999px}.find-agent-close{cursor:pointer;color:#374151;background:#f4f4f4;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;font-weight:700;transition:all .2s;display:flex;position:absolute;top:14px;right:14px}.find-agent-close:hover{background:#e9e9e9}.find-agent-header{margin-bottom:20px;padding-right:30px}.find-agent-modal h2{color:#111827;margin:0;font-size:22px;font-weight:800;line-height:1.2}.find-agent-subtitle{color:#6b7280;margin:8px 0 0;font-size:13.5px;line-height:1.55}.find-agent-modal form{flex-direction:column;gap:22px;display:flex}.form-section{flex-direction:column;display:flex}.section-label{color:#111827;text-transform:uppercase;letter-spacing:.02em;align-items:center;gap:8px;margin-bottom:8px;font-size:13px;font-weight:700;display:flex}.optional-tag{color:#9ca3af;text-transform:none;letter-spacing:0;background:#f3f4f6;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:700}.form-group{flex-direction:column;display:flex}.form-group input,.form-section select,.form-section textarea{color:#111827;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;outline:none;width:90%;padding:0 14px;font-family:inherit;font-size:14.5px;transition:all .2s}.form-group input,.form-section select{height:46px}.form-section textarea{resize:vertical;min-height:80px;padding-top:12px}.form-group input:focus,.form-section textarea:focus,.form-section select:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1f}.form-group input::placeholder,.form-section textarea::placeholder{color:#9ca3af}.intent-buttons{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.intent-buttons button{cursor:pointer;color:#374151;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;height:44px;font-family:inherit;font-size:14px;font-weight:700;transition:all .2s}.intent-buttons button:hover{border-color:#16a34a}.intent-buttons button.active{color:#fff;background:#16a34a;border-color:#16a34a}.property-type-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.property-chip{cursor:pointer;color:#374151;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;height:44px;font-family:inherit;font-size:13.5px;font-weight:600;transition:all .2s}.property-chip:hover{border-color:#16a34a}.property-chip.active{color:#15803d;background:#ecfdf3;border-color:#16a34a;font-weight:700}.two-column{flex-direction:column;gap:10px;display:flex}.find-agent-submit{cursor:pointer;color:#fff;background:#16a34a;border:none;border-radius:999px;width:100%;height:50px;margin-top:4px;font-family:inherit;font-size:15px;font-weight:700;transition:all .2s}.find-agent-submit:hover{background:#14873e;transform:translateY(-1px);box-shadow:0 12px 28px #16a34a40}.find-agent-submit:active{transform:translateY(0)}@media (min-width:600px){.find-agent-modal{max-width:520px;padding:30px 32px 34px}.find-agent-modal h2{font-size:25px}.find-agent-subtitle{font-size:14.5px}.two-column{grid-template-columns:1fr 1fr;gap:14px;display:grid}.property-type-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width:1024px){.find-agent-modal{max-width:600px;padding:38px 42px 40px}.find-agent-modal h2{font-size:28px}.find-agent-modal form{gap:20px}.intent-buttons button,.property-chip,.form-group input,.form-section select{height:48px}}@keyframes fadeBackdrop{0%{opacity:0}to{opacity:1}}@keyframes modalPop{0%{opacity:0;transform:translateY(14px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}
