.e8Love {
  padding: 72px 0 86px;
  background: #fff;
}

.e8Love__inner {
  width: min(1688px, calc(100% - 88px));
  margin: 0 auto;
}

.e8LoveHead {
  text-align: center;
}

.e8LoveHead p {
  margin: 0;
  background: linear-gradient(94deg, #ff6a00 0%, #df0d72 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.e8LoveHead h2 {
  margin: 20px auto 0;
  color: #111827;
  font-size: clamp(42px, 4.6vw, 70px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.e8LoveHead span {
  display: block;
  margin-top: 18px;
  color: rgba(23, 32, 51, 0.68);
  font-size: 27px;
  line-height: 1.35;
  font-weight: 600;
}

.e8LoveBody {
  margin-top: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(420px, 0.92fr);
  gap: 70px;
  align-items: stretch;
}

.e8LoveGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.e8LoveCard {
  min-height: 276px;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  padding: 34px 22px 28px;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.035);
}

.e8LoveCard__icon {
  width: 86px;
  height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 42px;
  line-height: 1;
}

.e8LoveCard h3 {
  margin: 34px 0 0;
  color: #111827;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 900;
}

.e8LoveCard p {
  margin: 26px 0 0;
  color: rgba(23, 32, 51, 0.68);
  font-size: 18px;
  line-height: 1.42;
  font-weight: 600;
}

.e8LoveCard--orange .e8LoveCard__icon {
  background: #fff2e5;
  color: #ff5a1f;
}

.e8LoveCard--pink .e8LoveCard__icon {
  background: #fde7f2;
  color: #ec407a;
}

.e8LoveCard--red .e8LoveCard__icon {
  background: #feeaea;
  color: #ef4444;
}

.e8LoveCard--purple .e8LoveCard__icon {
  background: #efe7ff;
  color: #7c5ce6;
}

.e8LoveCard--green .e8LoveCard__icon {
  background: #e9f9ee;
  color: #34b66a;
}

.e8LoveCard--blue .e8LoveCard__icon {
  background: #e7f2ff;
  color: #1f7eea;
}

.e8LoveCard--yellow .e8LoveCard__icon {
  background: #fff4dc;
  color: #fb8c00;
}

.e8LoveVisual {
  min-height: 612px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.08);
}

.e8LoveVisual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 1180px) {
  .e8Love__inner {
    width: min(100% - 48px, 980px);
  }

  .e8LoveBody {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .e8LoveGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .e8LoveVisual {
    min-height: 480px;
  }
}

@media (max-width: 720px) {
  .e8Love {
    display: none;
  }
}
