.transition-shadow-scale {
    transition: transform 0.5s, box-shadow 0.5s, opacity 0.5s;
}

[data-scroll].visible {
    opacity: 1 !important;
    transform: translateY(0) scale(1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
