.services-aistats{padding:8rem 0;background-color:var(--background-color)}.aistats-intro{text-align:center;max-width:700px;margin:0 auto 5rem auto}.aistats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}.stat-card{background-color:var(--background-color);border-width:2px;border-style:solid;border-radius:12px;padding:3rem 2.5rem;text-align:center;box-shadow:0 4px 15px rgb(0 0 0 / .05);display:flex;flex-direction:column}.stat-icon{font-size:3em;margin-bottom:2rem}.stat-content{flex-grow:1}.stat-number{margin-bottom:1rem}.stat-label{line-height:1.5;margin-bottom:1.5rem}.stat-source{font-size:1.4rem;color:var(--accent-color);margin-bottom:0;margin-top:auto}.stat-card{border-color:var(--primary-color-medium-border)}.stat-card .stat-icon{color:var(--primary-color)}.stat-card .stat-number{color:var(--secondary-color)}.stat-card:nth-child(even){border-color:var(--secondary-color-light)}.stat-card:nth-child(even) .stat-icon{color:var(--secondary-color)}.stat-card:nth-child(even) .stat-number{color:var(--primary-color)}@media (max-width:991px){.aistats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.aistats-grid{grid-template-columns:1fr}}