.hero-pricing {
  background-image: url('/style/img/case/hero-bg-top3.webp');
}

.pricing-body .pricing-column,
.pricing-body .light-border-bg {
  transition:
    transform 250ms cubic-bezier(.4, 0, .2, 1),
    width 250ms cubic-bezier(.4, 0, .2, 1),
    background-color 250ms cubic-bezier(.4, 0, .2, 1),
    border-color 250ms cubic-bezier(.4, 0, .2, 1);
}

.pricing-body .feature-tooltip {
  position: fixed;
  z-index: 1000;
  max-width: 300px;
  padding: 8px 12px;
  border-radius: 4px;
  background: #042144;
  box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  pointer-events: none;
}

.pricing-body .pricing-column > h3,
.pricing-body .pricing-column > p {
  position: relative;
  z-index: 1;
}

.pricing-body .rx-slider__thumb {
  transform: translate(-50%, -50%);
}

.pricing-body .rx-slider {
  width: 100%;
  transform: none;
}

.pricing-discount-badge {
  position: absolute;
  top: -12px;
  right: -8px;
  z-index: 10;
  padding: 2px 7px;
  border-radius: 5px;
  background: #ff8a00;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

[data-duration="360"] .pricing-discount-badge { background: #ff3547; }
