/* NADIR homepage proof band — tier benchmark stats (Wave 7 D11) */

.proof-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 28px 0 32px;
  padding: 20px 24px;
  background: rgba(56, 189, 248, 0.06);
  border: 1px solid rgba(56, 189, 248, 0.22);
  border-radius: 14px;
}

.proof-stat {
  text-align: center;
}

.proof-stat strong {
  display: block;
  font-family: var(--mono, "JetBrains Mono", monospace);
  font-size: 1.65rem;
  font-weight: 600;
  color: #4ade80;
  line-height: 1.2;
}

.proof-stat span {
  display: block;
  font-size: 0.78rem;
  color: var(--text2, #94a3b8);
  margin-top: 4px;
  line-height: 1.35;
}

.proof-stat-source {
  grid-column: 1 / -1;
  font-size: 0.72rem;
  color: var(--text3, #64748b);
  text-align: center;
  margin-top: 4px;
}

.proof-theater-cta {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .proof-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
