
/* Hele ordene bliver tydeligt klikbare */
[data-noventra-module-link="1"] {
  cursor: pointer !important;
  pointer-events: auto !important;
  user-select: none !important;
  position: relative !important;
  z-index: 20 !important;
  color: rgba(255,255,255,.94) !important;
  text-decoration: none !important;
  transition: color .18s ease, transform .18s ease, text-shadow .18s ease !important;
}

[data-noventra-module-link="1"]:hover,
[data-noventra-module-link="1"]:focus-visible {
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  text-shadow: 0 0 16px rgba(220,92,137,.48) !important;
  outline: none !important;
}

[data-noventra-module-link="1"]::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 100% !important;
  bottom: -8px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg,#d25d87,#9c2f57) !important;
  transition: right .2s ease !important;
}

[data-noventra-module-link="1"]:hover::after,
[data-noventra-module-link="1"]:focus-visible::after {
  right: 0 !important;
}

/* Sørger for at overliggende dekorative lag ikke stjæler klik */
.nvp-capabilities,
.n2-capabilities,
.nvp-capabilities *,
.n2-capabilities * {
  pointer-events: auto !important;
}

/* Kontaktteksten forbliver tydelig */
.nvp-contact h2,
.nvp-contact-form h2,
.nvp-contact-title,
.nvp-contact .nvp-display,
.nvp-contact-form .nvp-display {
  color: #f5e9ed !important;
  opacity: 1 !important;
}
