/* infographic — 거대 % 또는 숫자 강조. */
.info-root {
  display: flex;
  flex-direction: column;
  background: var(--primary, #0f0f0f);
  font-family: var(--font-display, "Pretendard"), "Noto Sans KR";
  padding: 80px;
}
.info-stat {
  font-size: 280px;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: var(--accent, #3ecf8e);
}
.info-stat-unit {
  font-size: 84px;
  font-weight: 700;
}
.info-detail {
  display: flex;
  flex: 1;
  flex-direction: column;
  background: var(--secondary, #171717);
  border-radius: var(--radius, 8px);
  padding: 24px;
}
