.team-profile-card{background:#fff;border:1px solid var(--gray-200, #e2e8f0);border-radius:var(--radius-xl, 1.6rem);padding:3.2rem 2.4rem;text-align:center;-webkit-box-shadow:var(--shadow-md, 0 4px 16px rgba(10,22,40,0.08));box-shadow:var(--shadow-md, 0 4px 16px rgba(10,22,40,0.08));position:sticky;top:12rem}.team-profile-photo{width:16rem;height:16rem;margin:0 auto 2rem;border-radius:50%;overflow:hidden;border:4px solid var(--gray-100, #f1f5f9);-webkit-box-shadow:0 8px 24px rgba(10,22,40,0.12);box-shadow:0 8px 24px rgba(10,22,40,0.12)}.team-profile-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.team-profile-name{font-family:var(--font-display, "Inter", sans-serif);font-size:2.4rem;font-weight:700;color:var(--blue-900, #0a1628);margin-bottom:0.4rem}.team-profile-role{font-family:var(--font-body, "Be Vietnam Pro", sans-serif);font-size:1.5rem;color:var(--blue-500, #0c56c9);font-weight:600;margin-bottom:2.4rem}.team-profile-stats{display:flex;justify-content:center;gap:2rem;padding-top:2rem;border-top:1px solid var(--gray-200, #e2e8f0)}.team-stat{display:flex;flex-direction:column;align-items:center}.team-stat-number{font-family:var(--font-display, "Inter", sans-serif);font-size:2.8rem;font-weight:700;color:var(--blue-900, #0a1628);line-height:1}.team-stat-label{font-family:var(--font-body, "Be Vietnam Pro", sans-serif);font-size:1.2rem;color:var(--gray-500, #64748b);margin-top:0.4rem}.team-profile-links{display:flex;justify-content:center;gap:1.2rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--gray-200, #e2e8f0)}.team-profile-links a{display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;border-radius:50%;background:var(--gray-50, #f8fafc);color:var(--gray-500, #64748b);-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.team-profile-links a:hover{background:var(--blue-500, #0c56c9);color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(12,86,201,0.3);box-shadow:0 4px 12px rgba(12,86,201,0.3)}.team-profile-content{font-family:var(--font-body, "Be Vietnam Pro", sans-serif);font-size:1.5rem;line-height:1.8;color:var(--gray-600, #475569)}.team-profile-content h3{font-family:var(--font-display, "Inter", sans-serif);font-size:2rem;font-weight:600;color:var(--gray-900, #0a1628);margin-top:2.8rem;margin-bottom:1.6rem;padding-bottom:0.8rem;border-bottom:2px solid var(--gray-100, #f1f5f9)}.team-profile-content p{margin-bottom:2rem}.team-profile-content ul{font-size:1.5rem}.team-profile-content li{margin-bottom:0.6rem}@media (max-width: 992px){.team-profile-card{position:static;margin-bottom:3rem;padding:2.4rem 2rem}.team-profile-photo{width:14rem;height:14rem}}@media (max-width: 768px){.team-profile-card{padding:2rem 1.6rem;margin-bottom:2.4rem}.team-profile-photo{width:12rem;height:12rem}.team-profile-name{font-size:2rem}.team-stat-number{font-size:2.4rem}.team-profile-content h3{font-size:1.6rem;margin-top:2rem}}