.stat-strip .stat-strip-header{max-width:760px;text-align:left; margin-bottom:30px;}
.stat-strip-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}
.stat-strip .stat-tile{background:var(--rc-surface,#f8fafc);border:1px solid var(--rc-border,#e5e7eb);border-top:4px solid var(--blue,#EA580C);border-radius:5px;padding:1.4rem 1.1rem;text-align:center;display:flex;flex-direction:column;gap:.3rem}
.stat-strip .stat-number{font-family:'Outfit';font-size:24px;font-weight:700;line-height:1.1;color:var(--rc-primary,#1F2D5C);}
.stat-strip .stat-number::first-letter {text-transform: uppercase;}
.stat-strip .stat-label{font-weight:600;color:#1f2937;font-size:.98rem}
.stat-strip .stat-sub{color:#64748b;font-size:.82rem}
.stat-strip-caption{margin-top:15px;max-width:760px;text-align:left;color:#64748b;font-size:.85rem;font-style:italic}
