/* ============================================================
   OnDestination - Licht & geluid page
   Builds on colors_and_type.css + home.css + aanbod.css +
   design-drukwerk.css + fotografie.css.
   Reuses .pg-header, .reel-strip, .svc-cluster / .svc-card,
   .compose-d / .bd-list, .disc-grid, .net-why, .proc-grid /
   .match-head and the advies band. Adds only the band-head
   accent colour (the shared sheets style <em> per component,
   but not the generic band-head heading).
   ============================================================ */

/* Active nav item (mirrors aanbod.css) */
.nav .ni-link.is-current { color: #F8F5EE; }
.nav .ni-link.is-current::after {
  content: ""; display: block; height: 2px; background: #6FE000;
  border-radius: 2px; margin-top: 3px;
}

/* Generic band-head heading accent (matches the per-component <em> rules) */
.band.paper .band-head h2 em,
.band.paper .match-head h3 em { font-style: normal; color: #3F8A00; }
.band.ink .band-head h2 em,
.band.dark .band-head h2 em {
  font-style: normal; color: #6FE000; text-shadow: 0 0 44px rgba(111,224,0,.32);
}

/* Permanente-installatie CTA: offerte + contact side by side (offerte
   can be a big step here, so we always offer the lighter contact route) */
.disc-cta .disc-cta-actions { display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; }
@media (max-width: 560px) {
  .disc-cta .disc-cta-actions { width: 100%; }
  .disc-cta .disc-cta-actions .btn { flex: 1 1 auto; justify-content: center; }
}
