/* Final M1.3 cascade corrections loaded after the Vite application stylesheet. */
.ms-hero h1 {
  max-height: 1.94em;
  overflow: hidden;
  color: #101a3b;
  font-size: clamp(58px, 5.3vw, 88px);
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.058em;
}

.ms-hero h1::after {
  content: none !important;
  display: none !important;
}

.ms-hero h1 em {
  color: transparent;
  background: linear-gradient(96deg, #3158ff 3%, #7754ff 55%, #f52fab 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

@media (max-width: 520px) {
  .ms-hero h1 {
    font-size: 54px;
  }
}
