.team-section{background:#fff;padding:4rem 0}.section-title{color:#2c3e50;font-size:2.5rem;font-weight:600;line-height:1.2;margin-bottom:3rem;text-align:center}.team-intro{color:#6c757d;font-size:1.1rem;line-height:1.7;margin:0 auto 3rem;max-width:800px;text-align:center}.team-stats{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem}.stat{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.stat:hover{border-color:#2563eb;box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-3px)}.stat-number{color:#2563eb;display:block;font-size:3rem;font-weight:700;line-height:1;margin-bottom:.5rem}.stat-label{color:#6c757d;font-size:1rem;font-weight:500;line-height:1.4}@media (max-width:768px){.team-section{padding:3rem 0}.section-title{font-size:2rem;margin-bottom:2rem}.team-intro{font-size:1rem;margin-bottom:2rem}.team-stats{gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.stat{padding:1.5rem}.stat-number{font-size:2.5rem}.stat-label{font-size:.9rem}}@media (max-width:480px){.team-section{padding:2rem 0}.section-title{font-size:1.5rem}.team-stats{gap:1rem;grid-template-columns:1fr}.stat{padding:1rem}.stat-number{font-size:2rem}.stat-label{font-size:.8rem}}