.stats-container{align-items:flex-end;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.stat-card{align-items:center;display:flex;flex-direction:column;height:300px;justify-content:flex-end;position:relative;width:160px}.stat-bar{background-color:#0d4c46;border-radius:8px 8px 0 0;height:calc(var(--value) - 50px);max-height:100%;transition:height .6s ease;width:100%}.stat-card.highlight .stat-bar{background-color:#f56433}.stat-value{bottom:80px;color:#fff;font-size:1.4rem;font-weight:700;position:absolute}.stat-label{color:#1a1a1a;font-size:.95rem;font-weight:500;margin-top:12px;text-align:center}.stats-container .stat-card:last-child .stat-bar{background-color:#f56433}@media (max-width:600px){.stats-container{flex-wrap:nowrap;width:250%}section.stats-section{overflow-x:scroll}}