/* Estado inicial nativo para evitar carregamento brusco (Flashes) */
.reveal-up,
.reveal-right {
  opacity: 0;
  will-change: transform, opacity;
}

.reveal-up {
  transform: translateY(30px);
}

.reveal-right {
  transform: translateX(30px);
}

/* Mantém os elementos da Hero original invisíveis para a Timeline de entrada */
.timeline-date,
.timeline-logo,
.timeline-text,
.timeline-btn {
  opacity: 0;
}