@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");.stats-section{background:linear-gradient(90deg,#135d9f,#1ea7ff);color:#fff;padding:60px 0}.stats-grid{display:grid;gap:40px 20px;grid-template-columns:repeat(3,1fr)}.stat-item{align-items:center;display:flex;gap:18px}.stat-icon{height:56px;object-fit:contain;width:56px}.stat-number{font-size:38px;font-weight:700;line-height:35px}.stat-label,.stat-number{font-family:DM Sans;letter-spacing:0;text-transform:capitalize}.stat-label{font-size:18px;font-weight:400;line-height:23px}@media (max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.stats-grid{grid-template-columns:1fr}.stat-number{font-size:28px}}