.hero-title {
  animation: fadeInUp 0.8s ease-out;
}
.hero-subtitle {
  animation: fadeInUp 0.8s ease-out 0.2s both;
}
.hero-buttons {
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* Responsive enhancements */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
}