/* Animal Nations Radio - Be Heard audio upload modal */
#btnVoice{
  animation:beHeardGlow 2.5s infinite;
}
@keyframes beHeardGlow{
  0%{box-shadow:0 0 10px rgba(255,95,35,.35),0 0 22px rgba(255,95,35,.18)}
  50%{box-shadow:0 0 18px rgba(255,125,45,.7),0 0 34px rgba(255,125,45,.35)}
  100%{box-shadow:0 0 10px rgba(255,95,35,.35),0 0 22px rgba(255,95,35,.18)}
}
.beHeardModal{
  position:fixed; inset:0; z-index:9999; display:none; align-items:center; justify-content:center;
  padding:18px; background:rgba(0,0,0,.72); backdrop-filter:blur(5px);
}
.beHeardModal.open{display:flex;}
.beHeardPanel{
  width:min(560px,96vw); max-height:92vh; overflow:auto; border-radius:22px; padding:22px;
  background:linear-gradient(180deg,rgba(22,33,39,.98),rgba(8,13,17,.98));
  color:#fff; border:1px solid rgba(255,210,130,.22); box-shadow:0 20px 80px rgba(0,0,0,.55);
}
.beHeardClose{
  float:right; width:38px; height:38px; border-radius:999px; border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.08); color:#fff; font-size:26px; line-height:1; cursor:pointer;
}
.beHeardKicker{letter-spacing:.12em; text-transform:uppercase; color:#ffcf80; font-size:.78rem; margin-bottom:8px;}
.beHeardPanel h2{margin:0 0 8px; font-size:1.35rem; line-height:1.2;}
.beHeardIntro{margin:0 0 18px; color:rgba(255,255,255,.78); line-height:1.4;}
.beHeardForm{display:grid; gap:12px; clear:both;}
.beHeardForm label{display:grid; gap:6px; font-size:.92rem; color:rgba(255,255,255,.92);}
.beHeardForm em{font-style:normal; color:rgba(255,255,255,.55);}
.beHeardForm input,.beHeardForm select,.beHeardForm textarea{
  width:100%; box-sizing:border-box; border-radius:12px; border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08); color:#fff; padding:11px 12px; font:inherit;
}
.beHeardForm option{color:#111;}
.beHeardForm input::placeholder,.beHeardForm textarea::placeholder{color:rgba(255,255,255,.45);}
.beHeardFinePrint{font-size:.82rem; color:rgba(255,255,255,.62);}
.beHeardSubmit{
  border:0; border-radius:999px; padding:13px 18px; font-weight:700; cursor:pointer;
  background:linear-gradient(90deg,#ffb347,#ff5f35); color:#17100a;
}
.beHeardSubmit:disabled{opacity:.65; cursor:wait;}
.beHeardStatus{min-height:22px; font-size:.92rem; color:#ffcf80;}
@media (max-width:520px){.beHeardPanel{padding:18px}.beHeardPanel h2{font-size:1.18rem}}
