/* Home Template Styles */

.home-hero {
  text-align: center;
  padding: 3rem 1.5rem 2rem;
}

.home-hero h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
  color: var(--color-text);
}

.home-hero h2 {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
  color: var(--color-text-light);
}
