.benefit-card {
  opacity: 1;
  transform: none;
}

#benefits.benefits-animate .benefit-card {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
  will-change: transform, opacity;
}

#benefits.benefits-animate .benefit-card.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.benefit-card.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.benefit-img {
  position: relative;
  width: 100%;
}

.benefit-media {
  transition: transform 850ms ease;
  will-change: transform;
}

@media (hover: hover) {
  .benefit-hover:hover .benefit-media {
    transform: scale(1.06);
  }
}

.benefit-img-fallback {
  background:
    radial-gradient(circle at 30% 30%, rgba(39, 89, 171, 0.2), transparent 55%),
    radial-gradient(
      circle at 70% 70%,
      rgba(104, 188, 70, 0.18),
      transparent 55%
    ),
    linear-gradient(135deg, rgba(39, 89, 171, 0.08), rgba(0, 0, 0, 0.03));
}

.benefit-toast {
  position: absolute;
  left: 24px;
  bottom: 40px;
}
@media (min-width: 768px) {
  .benefit-toast {
    left: 32px;
    bottom: 48px;
  }
}

.benefit-soft-bg {
  background:
    radial-gradient(
      circle at 30% 70%,
      rgba(39, 89, 171, 0.18),
      transparent 58%
    ),
    radial-gradient(
      circle at 75% 55%,
      rgba(104, 188, 70, 0.18),
      transparent 55%
    ),
    radial-gradient(
      circle at 55% 85%,
      rgba(236, 72, 153, 0.12),
      transparent 50%
    );
}

.benefit-mini {
  transition: transform 550ms ease;
  will-change: transform;
}
@media (hover: hover) {
  .benefit-hover:hover .benefit-mini {
    transform: translateY(-4px);
  }
}

.benefit-illustration {
  position: relative;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
  height: 260px;
  overflow: hidden;
  margin-top: 18px;
}

.benefit-ico {
  position: absolute;
  z-index: 3;
}
.benefit-ico-arrow {
  left: 22px;
  top: 18px;
  color: rgb(39, 89, 171);
}
.benefit-ico-hand {
  left: 14px;
  bottom: 8px;
  color: rgba(34, 197, 94, 0.9);
}
.benefit-ico-envelope {
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  color: rgba(39, 89, 171, 0.45);
}

.benefit-pocket {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(520px, 92%);
  height: 170px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.1);
  overflow: hidden;
}

.benefit-pocket::before {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  top: -68px;
  height: 160px;
  background: linear-gradient(
    135deg,
    rgba(39, 89, 171, 0.1),
    rgba(39, 89, 171, 0.03)
  );
  transform: skewY(-8deg);
}

.benefit-circle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 9999px;
  font-weight: 800;
  color: rgba(17, 24, 39, 0.85);
  line-height: 1.15;
  padding: 14px;
  transition: transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: transform;
}

.benefit-circle span {
  font-size: 12px;
}
.c1 {
  width: 170px;
  height: 170px;
  left: 26px;
  bottom: -46px;
  background: rgba(99, 102, 241, 0.2);
}
.c2 {
  width: 190px;
  height: 190px;
  left: 165px;
  bottom: -66px;
  background: rgba(236, 72, 153, 0.2);
}
.c3 {
  width: 170px;
  height: 170px;
  right: 26px;
  bottom: -46px;
  background: rgba(59, 130, 246, 0.2);
}

.benefits-bubbles-out .c1 {
  transform: translate(-42px, 32px);
}
.benefits-bubbles-out .c2 {
  transform: translate(0px, 44px);
}
.benefits-bubbles-out .c3 {
  transform: translate(46px, 34px);
}

.benefit-ico-arrow,
.benefit-ico-hand {
  transition: transform 700ms ease;
}
.benefits-bubbles-out .benefit-ico-arrow {
  transform: translateY(-3px);
}
.benefits-bubbles-out .benefit-ico-hand {
  transform: translateY(2px);
}


.benefit-img-fallback,
.benefit-img-fallback.benefit-media,
.benefit-img-fallback::before {
  background:
    radial-gradient(circle at 30% 30%, rgba(39, 89, 171, 0.2), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(104, 188, 70, 0.18), transparent 55%),
    linear-gradient(135deg, rgba(39, 89, 171, 0.08), rgba(0, 0, 0, 0.03));
}
