/* Home / Hero — 1.0.36.3
   Dono: Home / Hero
   Origem preservada: assets/css/components/contracts/home-hero-contract.css
   Regra: CSS deve morar no componente/página dona.
*/
/* Home Hero component contract — 1.0.36.3 */
body.page-home .hero-section .hero-title .home-hero-title-line { color: var(--text, #111318); }
body.page-home .hero-section .hero-title .home-hero-title-accent { color: var(--indigo, #115AE6); }

@media (max-width: 768px) {
  body.page-home .hero-section .hero-title {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2.28rem, 9.7vw, 2.7rem);
    line-height: 1.13;
    letter-spacing: -0.045em;
    text-align: center;
    text-wrap: balance;
  }

  body.page-home .hero-section .hero-title .home-hero-title-line { display: block; }
}

@media (max-width: 380px) {
  body.page-home .hero-section .hero-title {
    max-width: 320px;
    font-size: clamp(2.05rem, 9.2vw, 2.36rem);
    line-height: 1.14;
  }
}
