/* =========================================
STATISTICS
========================================= */
.stats { position: relative; padding: 70px 0; background: var(--color-white); }
.stats__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; text-align: center; margin-bottom: 80px; }
.stats__number { font-family: var(--font-body); font-size: 64px; font-weight: 700; color: var(--color-gray-700); line-height: 1; white-space: nowrap; }
.stats__plus { color: var(--color-primary); }
.stats__label { margin-top: 15px; color: #555555; font-size: 21px; font-weight: 500; }

/* .cta-strip component styles live in the theme's global.css (shared with
   the Content Intro block and the single-location template). */

@media (max-width: 1199px) {
	.stats { padding: 60px 0; }
	.stats__number { font-size: 40px; }
	.stats__label { font-size: 17px; }
}

@media (max-width: 767px) {
	.stats__grid { gap: 32px; margin-bottom: 64px; grid-template-columns: 1fr; }
	.stats__number { font-size: 55px; }
}
