/**
 * Stat Callout Block Styles
 * Full-bleed bright banner for stats, facts, and highlights
 */

.stat-callout-block {
  padding: 5rem 1.5rem;
  background-color: #0f172a;

  /* Force full viewport width */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 6rem;
}

.stat-callout-block .sc-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* Eyebrow — matches .step-title treatment */
.stat-callout-block .sc-eyebrow {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}

/* Main stat — matches section-title scale */
.stat-callout-block .sc-stat {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  margin: 0 0 1.75rem 0;
}

@media (min-width: 768px) {
  .stat-callout-block .sc-stat {
    font-size: 2.5rem;
  }
}

.stat-callout-block .sc-stat strong {
  color: #0f172a;
  font-weight: 700;
}

/* Source citation — body scale */
.stat-callout-block .sc-source {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
