/* ==========================================================================
   testing.css - pages/testing.html
   Figma frame "Testing, QA & Sign-off" 448:3672 (1920 x 8780).
   ========================================================================== */

/* This frame's hero band is solid green, not the blue gradient. */
.hero--testing::before {
  background-image: url("../assets/shapes/testing-hero-band.svg");
}

/* The auditor paragraph is a single long block set narrower than the pills. */
.verdicts__lede {
  font-family: var(--ff-ui);
  font-size: var(--fs-base);
  font-weight: var(--fw-light);
  line-height: var(--lh-ui);
  color: var(--c-ink-strong);
  text-align: center;
  max-width: 1524px;
  margin: 0 auto var(--sp-9);
}

.verdicts .bleed-figure {
  max-width: 1811px;
  margin-inline: auto;
}

.verdicts .pill-row {
  margin-bottom: 0;
}

/* The QA stat values are words rather than numerals, so they need to wrap. */
.why .stat-card__value {
  font-size: var(--fs-h3);
  line-height: 1.2;
}
