.how-heard-modal-overlay{z-index:9999;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.how-heard-modal-content{background:#fff;border-radius:16px;width:90vw;max-width:500px;max-height:90vh;padding:2rem;animation:.3s ease-out slideIn;overflow-y:auto;box-shadow:0 10px 40px #0003}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.how-heard-modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.how-heard-modal-header h2{color:var(--col1,#004c4c);margin:0;font-size:1.5rem;font-weight:600}.how-heard-modal-close{color:#666;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-size:1.5rem;transition:background-color .2s;display:flex}.how-heard-modal-close:hover:not(:disabled){background-color:#f0f0f0}.how-heard-modal-close:disabled{opacity:.5;cursor:not-allowed}.how-heard-form-group{margin-bottom:1.5rem}.how-heard-label{color:var(--col1,#004c4c);margin-bottom:.75rem;font-size:.95rem;font-weight:600;display:block}.how-heard-select-toggle{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:.75rem;font-size:.95rem;display:flex}.how-heard-select-toggle:disabled{opacity:.6;cursor:not-allowed}.how-heard-select-caret{transition:transform .2s}.how-heard-select-caret.open{transform:rotate(180deg)}.how-heard-options{flex-direction:column;gap:.75rem;margin-top:.75rem;display:flex}.how-heard-radio-label{cursor:pointer;border-radius:8px;align-items:center;padding:.75rem;transition:background-color .2s;display:flex}.how-heard-radio-label:hover{background-color:#f5f5f5}.how-heard-radio-label input[type=radio]{cursor:pointer;width:1.2rem;height:1.2rem;accent-color:var(--col2,#830202);margin-right:.75rem}.how-heard-radio-text{cursor:pointer;color:#333;font-size:.95rem}.how-heard-input{border:1px solid #ddd;border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.how-heard-input:focus{border-color:var(--col2,#830202);outline:none;box-shadow:0 0 0 3px #8302021a}.how-heard-input:disabled{cursor:not-allowed;opacity:.5;background-color:#f5f5f5}.how-heard-form-actions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.how-heard-btn-primary,.how-heard-btn-secondary{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.how-heard-btn-primary{background-color:var(--col2,#830202);color:#fff}.how-heard-btn-primary:hover:not(:disabled){background-color:#6a0101;transform:translateY(-1px);box-shadow:0 4px 12px #8302024d}.how-heard-btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.how-heard-btn-secondary{color:#333;background-color:#f0f0f0}.how-heard-btn-secondary:hover:not(:disabled){background-color:#e0e0e0}.how-heard-btn-secondary:disabled{opacity:.5;cursor:not-allowed}@media (width<=600px){.how-heard-modal-content{width:95vw;max-height:85vh;padding:1.5rem}.how-heard-modal-header h2{font-size:1.25rem}.how-heard-form-actions{flex-direction:column-reverse}.how-heard-btn-primary,.how-heard-btn-secondary{width:100%}}
