.section--compact{padding:34px 0}
.trust-line{display:flex;align-items:center;gap:10px;margin-top:26px;color:var(--muted);font-size:11px}
.trust-line strong{color:var(--navy);font-weight:750}
.team-proof{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.team-proof__inner{display:flex;align-items:center;justify-content:space-between;gap:42px}
.team-proof__copy h2{margin:4px 0;color:var(--navy-deep);font-size:clamp(28px,3vw,40px);line-height:1.06;letter-spacing:-.04em;font-weight:620}
.team-proof__copy p:not(.eyebrow){margin:0 0 12px;color:var(--muted);font-size:11px}
.team-proof__avatars{display:flex;align-items:center;padding-right:14px}
.team-proof__avatar{width:74px;height:74px;border-radius:50%;overflow:hidden;border:4px solid #fff;background:#dcebed;box-shadow:0 0 0 1px var(--line);margin-right:-14px}
.team-proof__avatar img{width:100%;height:100%;object-fit:cover;object-position:center 20%}
@media(max-width:720px){.team-proof__inner{align-items:flex-start;flex-direction:column;gap:20px}.team-proof__avatar{width:62px;height:62px}.team-proof__avatars{padding-bottom:4px}}
