/* Text spacing fixes */
.text-reveal h1 {
  font-size: clamp(3rem, 5vw, 4rem);
  white-space: normal;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.text-reveal {
  max-width: 800px;
}

.text-reveal span {
  display: inline;
}

/* Hero section spacing */
.hero-content {
  margin-top: 80px;
}

/* Learn page hero fix */
.learn-hero {
  margin-top: 100px;
  padding-top: 50px;
}

.learn-hero h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  white-space: normal;
}

/* Proper title spacing */
.hero-content h1, 
.learn-hero h1 {
  word-spacing: 0.2em;
}

/* Fix header overlapping with content */
main {
  padding-top: 30px;
}
