.home-stats-section{margin-top:28px;margin-bottom:44px}.home-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:26px;padding:28px 20px;text-align:center;box-shadow:0 18px 44px rgba(15,23,42,.08);transition:.25s ease}.home-stat-card:hover{transform:translateY(-5px);box-shadow:0 26px 60px rgba(15,23,42,.12)}.home-stat-icon{width:48px;height:48px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:#eef2ff;font-size:24px;margin-bottom:14px}.home-stat-number{display:block;font-size:42px;line-height:1;font-weight:900;color:#03111f;margin-bottom:10px}.home-stat-title{display:block;color:#475569;font-size:15px;font-weight:800}@media(max-width:991px){.home-stats-grid{grid-template-columns:repeat(2,1fr)}.home-stat-number{font-size:34px}}@media(max-width:520px){.home-stats-grid{grid-template-columns:1fr}}