.agent-finder-popup-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.agent-finder-popup{background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);max-width:500px;width:100%;max-height:100vh;overflow-y:auto;position:relative;animation:popupSlideIn .3s ease-out}@keyframes popupSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.agent-finder-popup__close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#666;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.agent-finder-popup__close:hover{background-color:#f0f0f0;color:#333}.agent-finder-popup__content{padding:40px 30px 30px}.agent-finder-popup__title{margin:0 0 8px;font-size:24px;font-weight:700;color:#1a1a1a;text-align:center}.agent-finder-popup__subtitle{margin:0 0 25px;font-size:16px;color:#666;text-align:center}.agent-finder-popup__image{display:flex;justify-content:center;margin-bottom:1rem}.agent-finder-popup__form{gap:20px}.agent-finder-popup__field,.agent-finder-popup__form{display:flex;flex-direction:column}.agent-finder-popup__label{margin-bottom:6px;font-weight:600;color:#333;font-size:14px}.agent-finder-popup__select{border:2px solid #e1e5e9;border-radius:8px;font-size:16px;background-color:#fff;transition:border-color .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding:12px 40px 12px 16px}.agent-finder-popup__select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.agent-finder-popup__select:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.agent-finder-popup__submit{background-color:#dc2626;color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:10px}.agent-finder-popup__submit:hover:not(:disabled){background-color:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px rgba(220,38,38,.3)}.agent-finder-popup__submit:disabled{background-color:#d1d5db;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width:768px){.agent-finder-popup-backdrop{padding:10px}.agent-finder-popup{max-width:100%;border-radius:8px}.agent-finder-popup__content{padding:30px 20px 20px}.agent-finder-popup__title{font-size:20px}.agent-finder-popup__subtitle{font-size:14px}}