.flow-card{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:12px;border:1px solid #e9ecef;box-shadow:0 4px 12px rgba(0,0,0,.03);padding:2rem 1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;width:100%;height:200px}.flow-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#0266c4,#96cc39);opacity:0;transition:opacity .3s ease}.flow-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(0,0,0,.08);border-color:rgba(2,102,196,.2)}.flow-card:hover:before{opacity:1}.flow-card:hover .stat-icon-wrapper{transform:scale(1.1);background-color:#eff8ff}.flow-card .stat-icon-wrapper{width:60px;height:60px;border-radius:50%;background-color:#f2f4f5;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:all .3s ease}.flow-card .stat-icon-wrapper .stat-icon{color:#0266c4}.flow-card .counter-circle{font-size:2.25rem;font-weight:800;color:#0b222d;margin-bottom:.5rem;line-height:1;letter-spacing:-.02em;text-align:center}.flow-card .stat-label{color:#4b5563;font-size:.95rem;font-weight:700;text-align:center;line-height:1.2}.scrollbar-style::-webkit-scrollbar{width:.5rem;height:.5rem}.scrollbar-style::-webkit-scrollbar-track{background:#fff}.scrollbar-style::-webkit-scrollbar-thumb{background:#e7eaee;border-radius:100vw;border:2px solid #fff;cursor:auto}.counter-section{padding:3rem 1.5rem 1.5rem}.counter-section,.flow-card-container{width:100%;max-width:1200px;margin:0 auto}.flow-card-container{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:24px;gap:24px;padding:1.5rem 0}@media(min-width:576px){.flow-card-container{grid-template-columns:repeat(2,1fr);gap:20px}}@media(min-width:992px){.flow-card-container{grid-template-columns:repeat(4,1fr);gap:30px}}