.et_pb_menu_0_tb_header.et_pb_menu ul li.menu-cta > a {
    font-weight: bold;
    color: #a60044 !important;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    transition: text-shadow .2s ease;
}

/* Hover con glow blanco */
.et_pb_menu_0_tb_header.et_pb_menu ul li.menu-cta:hover > a {
    color: #a60044 !important;
    text-shadow: 
        0 0 4px rgba(255,255,255,0.9),
        0 0 8px rgba(255,255,255,0.6);
}