.creator-stats {
  margin-top: 28px;
  padding: 42px 0 34px;
  border-top: 1px solid rgba(93, 174, 224, .2);
  border-bottom: 1px solid rgba(93, 174, 224, .2);
  background:
    radial-gradient(circle at 18% 10%, rgba(21, 150, 255, .2), transparent 34%),
    radial-gradient(circle at 84% 90%, rgba(21, 150, 255, .2), transparent 38%),
    linear-gradient(115deg, #020508 0%, #061019 48%, #02080d 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}

.stats-primary,
.stats-secondary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  text-align: center;
}

.stats-primary { gap: 42px; }

.stat strong {
  display: block;
  color: #1596ff;
  font-size: clamp(48px, 6.6vw, 78px);
  font-weight: 950;
  line-height: .85;
  letter-spacing: -.055em;
  text-shadow: 0 5px 0 #075d9f;
}

.stat strong span { font-size: .64em; }

.stat p,
.milestone p {
  margin: 12px 0 0;
  color: #f7fbff;
  font-size: clamp(15px, 1.7vw, 22px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -.025em;
}

.stats-secondary {
  margin-top: 32px;
  gap: 24px;
}

.milestone {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.milestone-icon {
  display: grid;
  place-items: center;
  color: white;
  font-weight: 950;
}

.milestone-check {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #6950c8;
  font-size: 22px;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.milestone-check + p { margin-top: 12px; }
.milestone-partner-label { display: flex; align-items: center; gap: 10px; }
.milestone-partner-label strong { color: #6950c8; font-size: 16px; font-weight: 900; text-transform: uppercase; text-shadow: 0 2px 0 #3c287e; }
.milestone-partner-label .milestone-check { flex: 0 0 30px; width: 30px; height: 30px; font-size: 18px; }
.milestone-partner p { margin-top: 8px; }

.milestone-infinity {
  height: 42px;
  color: #1596ff;
  font-size: 64px;
  line-height: .55;
  text-shadow: 0 3px 0 #075d9f;
}

.milestone-charity strong {
  color: #43dc18;
  text-shadow: 0 2px 0 #247c0d;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}

.milestone-charity strong span { font-size: .7em; }
.milestone p { font-size: 16px; }
.milestone-charity p { margin-top: 7px; }

@media (max-width: 900px) {
  .stats-primary { gap: 18px; }
  .stat p { font-size: 16px; }
}

@media (max-width: 560px) {
  .creator-stats { margin-top: 20px; padding: 38px 0; }
  .stats-primary { grid-template-columns: 1fr; gap: 34px; }
  .stats-secondary { grid-template-columns: 1fr; margin-top: 38px; gap: 30px; }
  .stat strong { font-size: 62px; }
  .stat p { font-size: 18px; }
  .milestone { min-height: 0; }
}
