/* Homepage hero: replace the template's hard curved edge with a soft fade. */
.wordreward-home-2 .wr-hero-gradient-stage > .e-con-inner > .elementor-shape-bottom {
  display: none !important;
}

.wordreward-home-2 .wr-hero-gradient-stage::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  z-index: 1;
  height: clamp(110px, 22vw, 250px);
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgb(30 31 39 / 0.3) 48%,
    #1e1f27 100%
  );
}
