.n-stats {
  max-width: var(--n-max-width, 1360px);
  margin: 0 auto;
  padding: clamp(1rem, 2.6vw, 2rem);
  background: var(--n-color-surface-alt, #f0f0ea);
  border-top-right-radius: clamp(20px, 2.6vw, 32px);
  border-bottom-left-radius: clamp(20px, 2.6vw, 32px);
}
.n-stats__title {
  margin: 0 0 0.75rem;
  color: var(--n-color-dark, #242323);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  line-height: 1.18;
  font-weight: 700;
}
.n-stats__intro {
  max-width: 68rem;
  color: var(--n-color-text, #252525);
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 1.35rem;
  font-weight: normal;
}
.n-stats__intro p {
  margin: 0;
}
.n-stats__list {
  width: 100%;
  overflow: hidden;
}
.n-stats__item {
  height: auto;
}
.n-stats__button-prev, .n-stats__button-next {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--n-color-white, #fff);
  color: var(--n-color-dark, #242323);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 425px) {
  .n-stats__button-prev, .n-stats__button-next {
    display: none !important;
  }
}
.n-stats__button-prev::after, .n-stats__button-next::after {
  font-size: 14px;
  font-weight: 700;
}

.n-stat {
  position: relative;
  min-height: clamp(230px, 24vw, 310px);
  border-radius: 16px;
  overflow: hidden;
  background-color: #d7d7d7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  isolation: isolate;
}
.n-stat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.22) 100%);
}
.n-stat__overlay {
  position: absolute;
  left: clamp(0.7rem, 1.5vw, 1rem);
  bottom: clamp(0.7rem, 1.5vw, 1rem);
  z-index: 1;
  max-width: min(16rem, 86%);
  padding: 0.85rem 0.75rem;
  border-radius: 14px;
  background: rgba(254, 241, 225, 0.96);
  color: var(--n-color-dark, #242323);
  backdrop-filter: blur(1px);
}
.n-stat__value {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.n-stat__title {
  font-size: 0.95rem;
  line-height: 1.35;
}
.n-stat__title p {
  margin: 0;
}
.n-stat.without-illustration {
  background-image: linear-gradient(135deg, #cfcfcf 0%, #e8e8e8 100%);
}

@media (max-width: 640px) {
  .n-stats {
    margin: 0 0.8rem;
    padding: 20px;
  }
  .n-stat {
    min-height: 230px;
  }
}

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