/* Página exclusiva — denuncias anónimas */
.page-denuncias {
  min-height: 100vh;
  background: linear-gradient(165deg, #1a0a2e 0%, #3b0764 28%, #5b2c83 55%, #831843 85%, #4c1d95 100%);
  background-attachment: fixed;
}

.page-denuncias::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(236, 72, 153, 0.12), transparent 40%),
    radial-gradient(circle at 85% 75%, rgba(196, 181, 253, 0.1), transparent 38%);
  pointer-events: none;
  z-index: 0;
}

.page-denuncias > header,
.page-denuncias > main,
.page-denuncias > footer {
  position: relative;
  z-index: 1;
}

.denuncias-header {
  background: rgba(26, 10, 46, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(249, 168, 212, 0.15);
}

.denuncias-nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
  font-weight: 500;
  border-radius: 0.5rem;
  padding: 0.5rem 0.65rem !important;
  transition: background 0.2s ease, color 0.2s ease;
}

.denuncias-nav-link:hover,
.denuncias-nav-link:focus {
  color: #fff !important;
  background: rgba(236, 72, 153, 0.15);
}

.denuncias-nav-link--active {
  color: #fff !important;
  font-weight: 600;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.35), rgba(167, 139, 250, 0.25));
  border: 1px solid rgba(249, 168, 212, 0.35);
}

.navbar-toggler-denuncias .navbar-toggler-icon {
  filter: invert(1);
}

.denuncias-back-link:hover {
  color: #f9a8d4 !important;
}

.denuncias-hero-icon {
  width: 72px;
  height: 72px;
  font-size: 1.75rem;
  color: #fff;
  background: linear-gradient(145deg, rgba(236, 72, 153, 0.5), rgba(91, 44, 131, 0.6));
  border: 2px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.denuncias-info-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  padding: 1.75rem;
  backdrop-filter: blur(8px);
}

.denuncias-form-standalone {
  background: #fff;
  border: 1px solid rgba(236, 72, 153, 0.12);
}

.denuncias-form-standalone .input-group-text {
  background: #faf5ff;
}

.denuncias-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
}

.denuncias-main {
  flex: 1;
}

.page-denuncias {
  display: flex;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .denuncias-header .navbar-collapse {
    background: rgba(26, 10, 46, 0.97);
    border-radius: 0.75rem;
    padding: 1rem;
    margin-top: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
}
