.scarlett-link {
    color: var(--accent-soft);
    text-decoration: none;
    text-shadow: 0 0 8px rgba(255, 61, 158, 0.55), 0 0 20px rgba(255, 61, 158, 0.35), 0 0 40px rgba(255, 61, 158, 0.25);
    transition: color .3s ease, text-shadow .3s ease;
}
.scarlett-link:hover {
    color: #ffd1ec;
    text-shadow: 0 0 10px rgba(255, 138, 208, 0.9), 0 0 24px rgba(255, 138, 208, 0.6), 0 0 50px rgba(255, 138, 208, 0.4);
}
