a, a:visited, a:hover, a:active {
    color: inherit; /* O usa un color específico, ej: #000 */
    text-decoration: none; /* Opcional: quita el subrayado */
}
/* Botones CTA del menú */
.nav-cta,
.nav-cta:visited,
.nav-cta:hover,
.nav-cta:focus,
.nav-cta:active {
    color: #0A0A0A !important;
}