/* Mobile-specific styles */
@media (max-width: 640px) {
  h1 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    word-wrap: break-word;
  }

  h2 {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }

  p {
    font-size: 1rem !important;
  }

  .hero-title {
    font-size: 2rem !important;
  }

  .hero-subtitle {
    font-size: 1rem !important;
  }
}
