.ps-stats__row{display:grid;gap:0;grid-template-columns:repeat(4,1fr)}.ps-stats__item{border-left:1px solid var(--ps-hairline);padding:1rem 1.5rem;text-align:center}.ps-stats__item:first-child{border-left:0}.ps-stats__value{color:var(--ps-navy);display:block;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;line-height:1.1;margin-bottom:.4rem}.ps-stats__label{color:var(--ps-charcoal-soft);display:block;font-size:.9rem;line-height:1.4}.ps-stats__closing{color:var(--ps-slate);line-height:1.6;margin:2.5rem auto 0;max-width:720px;text-align:center}@media (max-width:767px){.ps-stats__row{gap:1.5rem 0;grid-template-columns:1fr 1fr}.ps-stats__item:nth-child(odd){border-left:0}.ps-stats__item:nth-child(2n){border-left:1px solid var(--ps-hairline)}}