/* The original hero phrase expands across the viewport, then leaves with the scroll. */
.lp-saas .lp-saas-hero { position: relative; isolation: isolate; overflow: clip; }
.lp-saas .lp-saas-pitch h1 em.lp-scroll-type {
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: 100%;
  pointer-events: none;
  transform: translateY(var(--scroll-rise, 0px)) scale(var(--scroll-scale, 1));
  opacity: var(--scroll-opacity, 1);
  transform-origin: left center;
}
@media (prefers-reduced-motion: reduce) {
  .lp-saas .lp-saas-pitch h1 em.lp-scroll-type { transform: none !important; opacity: 1 !important; }
}
