@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");.stats-bar{align-items:center;background-color:#030517;display:flex;flex-wrap:wrap;gap:0;justify-content:center;padding:32px 48px}.stat-item{align-items:flex-start;display:flex;flex:1;flex-direction:column;min-width:180px;padding:0 48px}.stats-centered .stat-item{align-items:center;text-align:center}.stat-number{color:#fff;font-family:Parafina,sans-serif;font-size:2rem;font-weight:800;line-height:1.1;margin-bottom:6px;text-transform:uppercase}.stat-label{color:#ccc;font-family:Inter,sans-serif;font-size:.95rem;font-weight:400}.stat-divider{background-color:#146ef5;flex-shrink:0;height:48px;width:1px}@media (max-width:768px){.stats-bar{flex-direction:column;gap:24px;padding:24px}.stat-divider{display:none}.stat-item{align-items:center;padding:0;text-align:center}}