.hero-home::before {
  background: linear-gradient(
    0deg,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.45) 45%,
    rgba(0,0,0,0.2) 100%
  );
}


/* -------------------------
   HERO - TIPOGRAFIA
------------------------- */
.hero-home h1 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.05;
}

.hero-home .hero-subtitle {
  margin-top: 0.75rem;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: rgba(255,255,255,0.85);
}


.hero-home .hero-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
}
