@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.75rem !important;
    line-height: 1.15 !important;
  }
  h2 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }
  .workflow-scroll {
    overflow-x: auto;
    padding-bottom: 1.5rem;
  }
}