@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap);
.hp-stats {
  --tw-blue: #3E5EE2;
  --tw-violet-3: #7526C5;
  --tw-text: #190750;
  --tw-text-muted: #6B6480;
  --tw-paper: #F5F6FE;
  --tw-border: rgba(25, 7, 80, 0.08);
  --tw-grad-main-violet: linear-gradient(95deg, #3E5EE2 0%, #3E5EE2 40%, #7526C5 100%);
  background: var(--tw-paper);
  padding: 96px 0;
  border-top: 1px solid var(--tw-border);
  border-bottom: 1px solid var(--tw-border);
  font-family: "Poppins", sans-serif;
  color: var(--tw-text);
}
.hp-stats *, .hp-stats *::before, .hp-stats *::after {
  box-sizing: border-box;
}
.hp-stats .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}
.hp-stats h2 {
  font-family: "Poppins", sans-serif;
  font-size: 43px;
  font-weight: 600;
  letter-spacing: -0.02em;
  max-width: 760px;
  margin: 14px 0 40px;
  line-height: 1.15;
  color: var(--tw-text);
}
.hp-stats h2 em {
  font-style: normal;
  font-weight: 600;
  background: var(--tw-grad-main-violet);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hp-stats .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 2px solid var(--tw-blue);
}
.hp-stats .stat-cell {
  padding: 32px 24px 28px;
  border-right: 1px solid var(--tw-border);
  background: #fff;
}
.hp-stats .stat-cell:last-child {
  border-right: none;
}
.hp-stats .stat-num {
  font-family: "Poppins", sans-serif;
  font-size: clamp(40px, 4.4vw, 60px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
  background: var(--tw-grad-main-violet);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hp-stats .stat-num .unit {
  font-size: 0.55em;
}
.hp-stats .stat-label {
  font-family: "Avenir Next", "Avenir", "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--tw-text);
  line-height: 1.5;
}
.hp-stats .stat-source {
  font-family: "Avenir Next", "Avenir", "Nunito", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: var(--tw-text-muted);
  margin-top: 12px;
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hp-stats .stat-source img {
  width: auto;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

@media (max-width: 900px) {
  .hp-stats .stats-grid {
    grid-template-columns: 1fr;
  }
  .hp-stats .stat-cell {
    border-right: none;
    border-bottom: 1px solid var(--tw-border);
  }
  .hp-stats .stat-cell:last-child {
    border-bottom: none;
  }
}
@media (max-width: 600px) {
  .hp-stats {
    padding: 64px 0;
  }
  .hp-stats h2 {
    font-size: 30px;
    margin-bottom: 28px;
  }
}
