
.nav-active {
    color: #fff;
    font-weight: 600;
}
.nav-active::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #8b5cf6, #d946ef);
}
