/* PROMISE theme, Why Saudi Arabia page styles (page-specific additions).
   Reuses .phero/.fband/.fband.solid/.grid2/.grid3/.card/.ctaband/.note from
   services-shared.css and service-pillar.css. Enqueued only on this page.

   .kstat/.big/.lbl mirror the Home page's stat component (home.css's .ksa-strip),
   so the existing count-up JS (theme.js targets ".kstat .big") animates here too,
   in a page-specific 6-stat 3-column grid instead of Home's hardcoded 4-column strip. */

.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 26px;margin-top:14px}
.kstat .big{font-family:'Montserrat';font-weight:800;font-size:44px;color:var(--green);line-height:.95;letter-spacing:-.03em}
.kstat .lbl{color:var(--grey);font-size:14.5px;margin-top:12px;max-width:280px}
.stat-caption{color:var(--grey);font-size:14px;text-align:center;max-width:640px;margin:40px auto 0}

@media(max-width:960px){
	.stat-grid{grid-template-columns:1fr 1fr;gap:32px 22px}
}
