:root{--hero-primary:#1aa81b;--hero-secondary:#0a1215;--hero-surface:#f4fbf4;--hero-gap:2.13%;--hero-font:Arial,sans-serif}.hero-stats-row{box-sizing:border-box;color:var(--hero-secondary);display:grid;font:400 clamp(14px,calc(13.2px + .25vw),18px) /1.5 var(--hero-font);gap:var(--hero-gap);grid-template-columns:repeat(3,minmax(0,1fr));overflow-wrap:break-word;padding:30px 0 0;width:100%;-webkit-font-smoothing:antialiased}.hero-stat{align-items:center;border-right:1px solid rgba(0,0,0,.15);box-sizing:border-box;display:flex;gap:16px;min-width:0;padding:10px!important;transition:background-color .16s ease}.hero-stat:hover{background-color:var(--hero-surface)}.hero-stat:last-child{border-right:none}.hero-stat__icon{display:block;flex:0 0 40px;height:40px;object-fit:contain;width:40px}.hero-stat__label{background-color:#f7f8f6;color:var(--hero-secondary);line-height:1.2}.hero-stat__label>*{margin:0}@media (max-width:768px){.hero-stats-row{display:flex;flex-wrap:nowrap;gap:0}.hero-stat{align-items:center;flex:0 0 33.32%;flex-wrap:nowrap;gap:20px;width:33.32%!important}.hero-stat>*{width:auto}}@media (max-width:640px){.hero-stat{align-items:center;flex-direction:column;gap:10px;text-align:center}}@media (prefers-reduced-motion:reduce){.hero-stat{transition:none}}