/* Staging layout additions: cookie banner, footer nav, hero */
.ndt-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1080;
  background: var(--theme-dg, #94c35b);
  color: #1a1a1a;
  padding: 1rem 1.25rem;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
}
.ndt-cookie-banner .btn-outline-dark {
  border-color: #1a1a1a;
  color: #1a1a1a;
}
.ndt-cookie-banner .btn-dark {
  background: #1a1a1a;
  border-color: #1a1a1a;
}
.footer-nav a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  margin: 0 0.5rem;
}
.footer-nav a:hover {
  text-decoration: underline;
  color: #fff;
}
.hero-ndt {
  background: linear-gradient(135deg, var(--theme-lg, #dde8d0) 0%, #f8faf6 100%);
  border-radius: 0.5rem;
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
}
