/* home-trust-stats.css — Trust stats band (was .aw-trust-stats / .aw-stat*)
 * Section: <section class="aw-home-section aw-home-section--light aw-home-section--compact aw-home-trust-band">
 * Eyebrow line replaces the old inline styles on .aw-section-heading.
 */
.aw-home-trust-band__eyebrow { color: #6b7280; font-size: 12px; margin-bottom: 24px; text-align: center; }
.aw-home-trust-band__grid { align-items: stretch; display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); text-align: center; }
.aw-home-trust-band__item { border-right: 1px solid var(--aw-gray-200); padding: 0 18px; }
.aw-home-trust-band__item:last-child { border-right: 0; }
.aw-home-trust-band__value { color: var(--aw-blue); font-size: 30px; font-weight: 700; line-height: 1.2; }
.aw-home-trust-band__label { color: var(--aw-gray-600); font-size: 14px; }

@media (max-width: 900px) {
  .aw-home-trust-band__grid { grid-template-columns: 1fr; }
  .aw-home-trust-band__item { border-right: 0; border-bottom: 1px solid var(--aw-gray-200); padding-bottom: 18px; }
  .aw-home-trust-band__item:last-child { border-bottom: 0; }
}
