.block_themeeditor.stats-impact {
  padding: clamp(70px, 8vw, 110px) 20px;
  background: #101a2f;
  color: #fff;
}

.stats-impact__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 52px;
}

.stats-impact__label {
  display: inline-block;
  margin-bottom: 13px;
  color: #9dc3ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stats-impact__intro h2 {
  max-width: 730px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.stats-impact__intro p {
  max-width: 560px;
  margin: 0;
  color: #b6c1d5;
  font-size: 1.05rem;
  line-height: 1.75;
}

.stats-impact__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.035);
}

.stats-impact__item {
  position: relative;
  min-height: 260px;
  padding: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease, transform 0.3s ease;
}

.stats-impact__item:last-child {
  border-right: 0;
}

.stats-impact__item:hover {
  background: rgba(var(--bs-primary-rgb), 0.18);
  transform: translateY(-4px);
}

.stats-impact__icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.09);
  color: #b8d2ff;
  font-size: 1.25rem;
  font-weight: 800;
}

.stats-impact__item strong, .stats-impact__item span, .stats-impact__item small {
  display: block;
}

.stats-impact__item strong {
  color: #fff;
  font-size: clamp(2.35rem, 4vw, 3.7rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.stats-impact__item span {
  margin-top: 12px;
  color: #f1f5ff;
  font-size: 1rem;
  font-weight: 700;
}

.stats-impact__item small {
  margin-top: 7px;
  color: #8f9bb0;
}

@media (max-width: 991.98px) {
  .stats-impact__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-impact__item:nth-child(2) {
    border-right: 0;
  }
  .stats-impact__item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 767.98px) {
  .stats-impact__intro {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .stats-impact__grid {
    grid-template-columns: 1fr;
  }
  .stats-impact__item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .stats-impact__item:last-child {
    border-bottom: 0;
  }
  .stats-impact__icon {
    margin-bottom: 26px;
  }
}

/*# sourceMappingURL=style.css.map */
