.xp-block{gap:26px}.xp-block,.xp-head{display:flex;flex-direction:column}.xp-head{align-items:center;gap:10px;text-align:center}.xp-head h2{font-size:clamp(1.4rem,2.2vw,1.8rem);line-height:1.3;margin:0}.xp-intro{color:var(--text-muted);max-width:60ch;margin:0}.xp-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:20px;gap:20px;justify-content:center}.xp-list:has(>:nth-child(3)){grid-template-columns:repeat(auto-fit,minmax(230px,280px))}.xp-card{display:flex;align-items:center;gap:16px;background:var(--white);border:1px solid var(--border);border-radius:16px;padding:18px 20px;box-shadow:0 14px 34px rgba(10,20,15,.06)}.xp-photo{width:84px;height:84px;flex:0 0 84px;border-radius:50%;object-fit:cover;object-position:center top;box-shadow:0 0 0 4px var(--green-light)}.xp-body{display:flex;flex-direction:column;gap:3px;min-width:0}.xp-name{font-size:1.02rem;line-height:1.3}.xp-role{color:var(--text-muted);font-size:.9rem;line-height:1.35}.xp-cta{display:inline-flex;align-items:center;gap:8px;margin-top:8px;font-weight:600;font-size:.92rem;color:var(--green-text);text-decoration:none}.xp-cta:focus-visible .xp-cta-icon,.xp-cta:hover .xp-cta-icon{background:var(--green);color:#fff}.xp-cta:hover span:last-child{text-decoration:underline}.xp-cta-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--green-light);color:var(--green-text);transition:background .18s ease,color .18s ease}@media (max-width:620px){.xp-card{flex-direction:column;text-align:center;gap:12px}.xp-body{align-items:center}}@media (prefers-reduced-motion:reduce){.xp-cta-icon{transition:none}}