.stats{background:#fff;padding:6rem 0;color:#111827;box-shadow:0 2rem 6rem rgba(0,0,0,.06)}.stats__title{margin-bottom:4.8rem;color:#374151}.stats-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:2rem}.stats-cell{padding:4rem 3rem;position:relative;display:flex;flex-direction:column;justify-content:center;background-color:#f3f4f6;border-radius:1.4rem;transition:transform .4s,box-shadow .4s,background-color .4s}.stats-cell:hover{transform:translateY(-.6rem);box-shadow:0 2rem 4rem rgba(0,0,0,.08);background-color:#fff}.stats-number{margin-bottom:1.2rem;color:#374151}.stats-caption{margin-bottom:0;color:#eab308;font-weight:700}.stats-intro{grid-row:span 2;background:linear-gradient(135deg,#fef08a 0,#fefcdf 100%);border-color:#fef08a}.stats-intro__text{color:#374151}.stats-cta{padding:3rem 2rem;position:relative;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#1f2937 0,#374151 100%);border-radius:2rem;overflow:hidden}.stats-cta__text{margin-bottom:1rem;color:#e5e7eb}.stats-cta__btn{margin-top:1.4rem;padding:1.6rem 3.6rem}@media (max-width:576px){.stats{padding:2.8rem 0}.stats__title{margin-bottom:2.4rem}.stats-grid{grid-template-columns:1fr;gap:1.2rem}.stats-cell{padding:2.4rem 2rem}.stats-number{margin-bottom:.8rem}.stats-intro{grid-column:span 1}.stats-cta{padding:2.4rem 1.8rem;grid-column:span 1;text-align:center}.stats-cta__btn{margin-top:1.2rem;padding:1.4rem 2.8rem;width:100%}}@media (hover:none){.stats-cell:hover{transform:none;box-shadow:none;background-color:#f3f4f6}}