/* v787DP Home P1 UX copy polish: reduce hero density after shortening the primary message. */
.home-page .home-hero-headline{
  max-width: 760px;
  font-size: clamp(3.15rem, 5.8vw, 5.8rem);
  line-height: .98;
  letter-spacing: -.055em;
  margin-bottom: 14px;
}
.home-page .home-hero-audience-v787DP{
  margin: 0 0 10px;
  color: #dbeafe;
  font-weight: 750;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  letter-spacing: .01em;
}
.home-page .home-hero-subcopy{
  max-width: 790px;
  margin-top: 0;
  font-size: clamp(1.08rem, 1.55vw, 1.42rem);
  line-height: 1.48;
}
@media (max-width: 760px){
  .home-page .home-hero-headline{
    font-size: clamp(2.65rem, 12vw, 4.2rem);
    line-height: 1;
    letter-spacing: -.06em;
  }
  .home-page .home-hero-audience-v787DP{font-size:.98rem;line-height:1.45}
  .home-page .home-hero-subcopy{font-size:1.04rem;line-height:1.52}
}
