.about-page {
  padding: 80px 0 120px;
}

.about-page__container {
  max-width: 1160px;
  margin: 0 auto;
}

.about-page__lead {
  margin: 0 auto 48px;
  max-width: 800px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

.about-page__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 72px;
}

.about-page__stat {
  padding: 24px 16px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.03);
  text-align: center;
}

.about-page__stat-value {
  display: block;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.3px;
  color: #cb043d;
}

.about-page__stat-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}

.about-page__section + .about-page__section {
  margin-top: 72px;
}

.about-page__subtitle {
  margin: -20px auto 36px;
  max-width: 640px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.about-page__text {
  margin: 0 0 16px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
}

.about-page__text:last-child {
  margin-bottom: 0;
}

.about-page__values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.about-page__value {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.about-page__value-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #cb043d;
}

.about-page__value-text {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.75);
}

@media (max-width: 991.98px) {
  .about-page__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .about-page {
    padding: 48px 0 80px;
  }

  .about-page__lead {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .about-page__stats {
    margin-bottom: 48px;
    gap: 12px;
  }

  .about-page__stat {
    padding: 20px 12px;
  }

  .about-page__stat-value {
    font-size: 28px;
  }

  .about-page__section + .about-page__section {
    margin-top: 48px;
  }

  .about-page__values {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-page .product-faq-section__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .about-page__subtitle {
    margin-top: -12px;
    margin-bottom: 24px;
  }
}
