/* Keep the five-area Avertis solution card explorer on the homepage,
   but remove the newer tabbed screenshot showcase that sat above it. */
.solutions-section{
  display:block!important;
}

.hp-platform-showcase{
  display:none!important;
}

/* Temporarily hide the homepage "The Problem" section. */
.problem{
  display:none!important;
}

/* Remove the decorative hero scroll prompt. */
.scroll-cue{
  display:none!important;
}

/* Remove the "Compatible With Your Existing Stack" integration marquee.
   In the homepage source this is the marquee immediately following the bento section. */
.bento-section + .marquee-strip{
  display:none!important;
}

/* The original homepage applies a magnetic cursor transform to CTA buttons.
   Keep all demo CTAs visually fixed so they do not move under the pointer. */
.magnetic,
.magnetic:hover,
.magnetic:focus,
.magnetic:active,
.nav-cta .btn,
.hero-ctas .btn,
.sticky-cta .btn,
.price-card .btn,
.cta-form .btn{
  transform:none!important;
}
