.benefits-section {
  padding: 110px 24px 90px;
  background:
    radial-gradient(circle at 14% 16%, rgba(145, 198, 241, 0.12), transparent 24%),
    linear-gradient(180deg, #f7f8f7 0%, #fbfcfb 100%);
}

.benefits-section__container {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.benefits-section__intro {
  max-width: 640px;
  margin-bottom: 44px;
  margin-inline: auto;
  text-align: center;
}

.benefits-section__title {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.9rem, 3.8vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: #101828;
  text-align: center;
}

.benefits-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  padding-bottom: 38px;
  border-bottom: 1px solid #dcdfe4;
}

.benefits-metrics__item strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(2.4rem, 4.8vw, 4rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 800;
  color: #000814;
}

.benefits-metrics__item span {
  display: block;
  font-size: 1.05rem;
  color: #111827;
  font-weight: 600;
}

.benefits-metrics__icon {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #000814;
}

.benefits-metrics__svg {
  width: clamp(2.6rem, 5vw, 3.8rem);
  height: auto;
  display: block;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
  border-bottom: 1px solid #dcdfe4;
}

.benefit-card {
  padding: 38px 28px 40px 0;
}

.benefit-card:not(:last-child) {
  border-right: 1px solid #dcdfe4;
  padding-right: 28px;
}

.benefit-card:not(:first-child) {
  padding-left: 28px;
}

.benefit-card__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 999px;
  border: 1.5px solid #111827;
  color: #111827;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 247, 245, 0.98) 100%);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

.benefit-card__icon-svg {
  width: 20px;
  height: 20px;
  display: block;
}

.benefit-card h3 {
  margin: 0 0 10px;
  font-size: 1.02rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #111827;
  font-weight: 800;
}

.benefit-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #667085;
}
