.stats{display:flex;gap:0;justify-content:center;margin:0 auto;max-width:1100px;padding:0 40px;width:100%}.stat{flex:1;padding:32px 48px;position:relative;text-align:center}.stat:not(:last-child):after{background:rgba(75,53,230,.12);content:"";height:60%;position:absolute;right:0;top:20%;width:1px}.stat-num{display:inline-block;line-height:1;margin-bottom:8px}.stat-num,.stat-suffix{color:#4b35e6;font-size:52px;font-weight:800}.stat-label{color:#5a5678;font-size:15px;font-weight:500;letter-spacing:.2px}.stat{transition:transform .3s ease}.stat:hover{transform:translateY(-4px)}.stat:hover .stat-num,.stat:hover .stat-suffix{text-shadow:0 4px 20px rgba(75,53,230,.2)}.stat{animation:statIn .6s ease forwards;opacity:0}.stat:first-child{animation-delay:.1s}.stat:nth-child(2){animation-delay:.3s}.stat:nth-child(3){animation-delay:.5s}@keyframes statIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.stats{flex-direction:column;gap:8px}.stat:not(:last-child):after{display:none}.stat:not(:last-child){border-bottom:1px solid rgba(75,53,230,.08)}.stat-num,.stat-suffix{font-size:42px}}