/* NB Denúncia modal */
.nb-footer-denuncia{appearance:none;border:0;background:none;color:inherit;font:inherit;padding:0;cursor:pointer;text-align:left}
.nb-footer-denuncia:hover,.nb-footer-denuncia:focus-visible{text-decoration:underline}
.nb-denuncia-modal{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:20px}
.nb-denuncia-modal.is-open{display:flex}
.nb-denuncia-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(4,31,48,.72);backdrop-filter:blur(3px);cursor:pointer}
.nb-denuncia-modal__panel{position:relative;z-index:1;width:min(100%,620px);max-height:min(90vh,820px);overflow:auto;padding:28px;border-radius:20px;background:#fff;box-shadow:0 30px 80px rgba(0,35,55,.28);font-family:var(--nb-font-body,"Montserrat","Segoe UI",sans-serif);color:#173345}
.nb-denuncia-modal__close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:0;border-radius:50%;background:#eaf6fb;color:#005576;font-size:28px;line-height:1;cursor:pointer}
.nb-denuncia-modal__eyebrow{display:block;margin:0 44px 7px 0;color:#0f719e;font-size:11px;font-weight:900;letter-spacing:.08em}
.nb-denuncia-modal h2{margin:0 44px 8px 0;color:#005576;font-family:var(--nb-font-brand,"Nunito","Segoe UI",sans-serif);font-size:34px;line-height:1.05}
.nb-denuncia-modal__intro{margin:0 0 20px;color:#667d89;font-size:14px;line-height:1.55}
.nb-denuncia-modal form{display:grid;gap:15px}
.nb-denuncia-modal label{display:grid;gap:7px;font-size:13px;font-weight:800;color:#173345}
.nb-denuncia-modal label small{font-weight:600;color:#7a8e98}
.nb-denuncia-modal label span{color:#d64545}
.nb-denuncia-modal input[type=text],.nb-denuncia-modal input[type=tel],.nb-denuncia-modal textarea,.nb-denuncia-modal input[type=file]{width:100%;box-sizing:border-box;border:1px solid #cbdde6;border-radius:12px;background:#fff;padding:12px 13px;font:inherit;color:#173345}
.nb-denuncia-modal input:focus,.nb-denuncia-modal textarea:focus{outline:3px solid rgba(37,153,214,.18);border-color:#2599d6}
.nb-denuncia-modal textarea{resize:vertical;min-height:150px}
.nb-denuncia-modal__submit{min-height:48px;border:0;border-radius:12px;background:linear-gradient(135deg,#2599d6,#005576);color:#fff;font-weight:900;font-size:15px;cursor:pointer}
.nb-denuncia-modal__submit[disabled]{opacity:.6;cursor:wait}
.nb-denuncia-modal__status{min-height:20px;font-size:13px;font-weight:700}
.nb-denuncia-modal__status.is-error{color:#b42318}
.nb-denuncia-modal__status.is-success{color:#157347}
.nb-denuncia-hp{position:absolute!important;left:-99999px!important;opacity:0!important;pointer-events:none!important}
body.nb-denuncia-open{overflow:hidden}
@media(max-width:640px){.nb-denuncia-modal{padding:10px}.nb-denuncia-modal__panel{padding:22px 18px;border-radius:16px;max-height:94vh}.nb-denuncia-modal h2{font-size:29px}.nb-denuncia-modal__intro{font-size:13px}}


/* NB Denúncia UX refinement — isolate from global button styles */
html body .nb-site-footer .nb-footer-denuncia{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:auto!important;
  min-height:36px!important;
  margin:0!important;
  padding:7px 11px!important;
  border:1px solid rgba(255,255,255,.28)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.07)!important;
  background-image:none!important;
  box-shadow:none!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font:700 14px/1.1 var(--nb-font-body,"Montserrat","Segoe UI",sans-serif)!important;
  text-decoration:none!important;
  cursor:pointer!important;
  transition:background .18s ease,border-color .18s ease,transform .18s ease!important;
}
html body .nb-site-footer .nb-footer-denuncia:hover,
html body .nb-site-footer .nb-footer-denuncia:focus-visible{
  background:#fff!important;
  border-color:#fff!important;
  color:#005576!important;
  -webkit-text-fill-color:#005576!important;
  transform:translateY(-1px)!important;
  text-decoration:none!important;
}
html body .nb-site-footer .nb-footer-denuncia:focus-visible{
  outline:2px solid #8edcff!important;
  outline-offset:3px!important;
}

/* Modal backdrop must never inherit global red/pink button styling */
html body .nb-denuncia-modal,
html body .nb-denuncia-modal.is-open{
  background:transparent!important;
}
html body .nb-denuncia-modal > .nb-denuncia-modal__backdrop{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:rgba(3,26,42,.78)!important;
  background-image:none!important;
  box-shadow:none!important;
  color:transparent!important;
  opacity:1!important;
  backdrop-filter:blur(4px)!important;
  -webkit-backdrop-filter:blur(4px)!important;
  transform:none!important;
}
html body .nb-denuncia-modal .nb-denuncia-modal__panel{
  background:#fff!important;
  color:#173345!important;
}
html body .nb-denuncia-modal .nb-denuncia-modal__close{
  border:1px solid #b9ddea!important;
  background:#eef8fc!important;
  background-image:none!important;
  color:#005576!important;
  -webkit-text-fill-color:#005576!important;
  box-shadow:none!important;
}
html body .nb-denuncia-modal .nb-denuncia-modal__close:hover,
html body .nb-denuncia-modal .nb-denuncia-modal__close:focus-visible{
  background:#005576!important;
  border-color:#005576!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html body .nb-denuncia-modal .nb-denuncia-modal__submit{
  border:0!important;
  background:linear-gradient(135deg,#2599D6 0%,#005576 100%)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 8px 20px rgba(0,85,118,.18)!important;
}
html body .nb-denuncia-modal .nb-denuncia-modal__submit:hover,
html body .nb-denuncia-modal .nb-denuncia-modal__submit:focus-visible{
  filter:brightness(.96)!important;
  transform:translateY(-1px)!important;
}
html body .nb-denuncia-modal input::file-selector-button{
  border:1px solid #b9ddea!important;
  border-radius:8px!important;
  background:#eef8fc!important;
  color:#005576!important;
  font-weight:800!important;
  padding:7px 10px!important;
  cursor:pointer!important;
}
@media(max-width:640px){
  html body .nb-site-footer .nb-footer-denuncia{
    min-height:34px!important;
    padding:6px 10px!important;
    font-size:13px!important;
  }
  html body .nb-denuncia-modal > .nb-denuncia-modal__backdrop{
    background:rgba(3,26,42,.84)!important;
  }
}
