.team-section{background:#f9fbfd;padding:6rem 1.5rem;text-align:center}.team-container{margin:0 auto;max-width:1000px}.team-header{margin-bottom:4rem}.team-title{color:var(--foreground);font-size:clamp(2rem,4vw,2.6rem);font-weight:700;margin-bottom:.75rem}.team-subtitle{color:var(--muted-foreground);font-size:1.05rem}.team-grid{display:grid;gap:3rem;grid-template-columns:repeat(4,1fr);justify-items:center}@media (max-width:992px){.team-grid{gap:3rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.team-grid{gap:2.5rem;grid-template-columns:1fr}}.team-card{flex-direction:column}.team-avatar,.team-card{align-items:center;display:flex}.team-avatar{background:linear-gradient(135deg,var(--primary),var(--primary-dark,var(--primary)));border-radius:22px;box-shadow:0 20px 40px rgba(var(--primary),.25);color:var(--primary-foreground);font-size:2rem;font-weight:700;height:88px;justify-content:center;margin-bottom:1.25rem;width:85px}.team-name{color:var(--foreground);font-size:1.05rem;font-weight:600;margin-bottom:.25rem}.team-role{color:var(--muted-foreground);font-size:.95rem}