/* Hero General Block Styles */

.hero-general-section {
  position: relative;
}

/* Journey step animation stagger */
.animate-slide-up {
  animation-fill-mode: both;
}

/* Button hover effects */
.hero-general-section a {
  will-change: transform;
}

/* Cover title responsive sizes - matching Book Hero */
.cover-title {
  font-size: 3rem !important;
}

@media (min-width: 768px) {
  .cover-title {
    font-size: 3.75rem !important;
  }
}

@media (min-width: 1024px) {
  .cover-title {
    font-size: 4.5rem !important;
  }
}

@media (min-width: 1280px) {
  .cover-title {
    font-size: 4.5rem !important;
  }
}

/* Cover subtitle responsive sizes - matching Book Hero */
.cover-subtitle {
  font-size: 1.25rem !important;
}

@media (min-width: 768px) {
  .cover-subtitle {
    font-size: 1.5rem !important;
  }
}

@media (min-width: 1024px) {
  .cover-subtitle {
    font-size: 1.875rem !important;
  }
}
