.stat-main-con{align-items:center;display:flex;justify-content:center;margin:2rem 0;padding:0 1rem}.stat-bar{align-items:stretch;border:1px solid #e8c8de;border-radius:16px;box-shadow:0 1px 6px rgba(212,15,125,.08);display:flex;overflow:visible;width:80%}.stat-item{align-items:center;background:#fff;border-radius:0;border-right:1px solid #f2dcea;display:flex;flex:1;flex-direction:column;gap:.5rem;justify-content:center;padding:1.5rem 1.25rem;text-align:center}.stat-item:first-child{border-radius:16px 0 0 16px}.stat-item:last-child{border-radius:0 16px 16px 0;border-right:none}.stat-item:only-child{border-radius:16px}.stat-big{color:#d40f7d;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;line-height:1.1;white-space:nowrap}.stat-lbl{color:#7a5572;font-size:clamp(11px,1.2vw,13px);line-height:1.5;max-width:160px}@media (max-width:900px){.stat-item{padding:1.25rem .75rem}.stat-lbl{max-width:120px}}@media (max-width:600px){.stat-bar{box-shadow:none;flex-direction:column}.stat-item{border-bottom:1px solid #f2dcea;border-radius:0;border-right:none;padding:1.5rem 2rem;width:100%}.stat-item:first-child{border-radius:16px 16px 0 0}.stat-item:last-child{border-bottom:none;border-radius:0 0 16px 16px}.stat-item:only-child{border-radius:16px}.stat-big{font-size:1.75rem}.stat-lbl{font-size:13px;max-width:100%}}