/* Update your CSS to this */
.tech-reveal,
.tech-hero-visual div {
    /* We don't use opacity: 0 here anymore to prevent disappearing */
    visibility: hidden;
}

.ai-reveal,
.ai-card,
.ai-card-wide {
    visibility: hidden;
    will-change: transform, opacity;
}

.interop-reveal,
.interop-card {
    visibility: hidden;
    will-change: transform, opacity;
}

.data-reveal,
.data-visual {
    visibility: hidden;
    will-change: transform, opacity;
}