.leadership-grid-single{display:flex;justify-content:center}.leadership-grid-three{display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.leadership-grid-three:not(:last-child){margin-bottom:40px}.team-card{align-items:center;background:var(--bg-secondary);border:1px solid rgba(96,165,250,.1);border-radius:20px;display:flex;flex-direction:column;padding:40px;text-align:center;transition:all .3s ease}.team-card:hover{border-color:rgba(96,165,250,.3);box-shadow:0 10px 30px rgba(96,165,250,.15);transform:translateY(-5px)}.team-photo{border:4px solid rgba(96,165,250,.2);border-radius:50%;height:180px;margin-bottom:24px;overflow:hidden;transition:all .3s ease;width:180px}.team-card:hover .team-photo{border-color:rgba(96,165,250,.5);transform:scale(1.05)}.team-photo img{display:block;height:100%;object-fit:cover;width:100%}.team-info{align-items:center;display:flex;flex-direction:column;gap:8px}.team-name{color:var(--text-primary);font-size:24px;font-weight:600}.team-title{color:var(--text-muted);font-size:16px;margin:0 0 16px}.linkedin-link{align-items:center;background:#0077b5;border-radius:50%;color:#fff;display:inline-flex;font-size:20px;height:44px;justify-content:center;text-decoration:none;transition:all .3s ease;width:44px}.linkedin-link:hover{background:#005885;box-shadow:0 4px 12px rgba(0,119,181,.3);transform:scale(1.1)}.linkedin-link i{line-height:1}.leadership-grid-single .team-card{max-width:400px;width:100%}.leadership-grid-single .team-photo{height:200px;width:200px}.leadership-grid-single .team-name{font-size:28px}.leadership-grid-single .team-title{font-size:18px}@media (max-width:1024px){.leadership-grid-three{gap:30px;grid-template-columns:repeat(2,1fr)}.team-photo{height:160px;width:160px}.team-name{font-size:22px}.team-title{font-size:15px}.leadership-grid-single .team-photo{height:180px;width:180px}.leadership-grid-single .team-name{font-size:26px}.leadership-grid-single .team-title{font-size:17px}}@media (max-width:768px){.leadership-grid-three{gap:30px;grid-template-columns:1fr;margin:0 auto 40px;max-width:500px}.leadership-grid-single{margin:30px 0 50px}.team-card{padding:35px}.team-photo{height:150px;width:150px}.team-name{font-size:22px}.team-title{font-size:15px}.leadership-grid-single .team-card{max-width:500px}.leadership-grid-single .team-photo{height:170px;width:170px}.leadership-grid-single .team-name{font-size:26px}.leadership-grid-single .team-title{font-size:17px}}@media (max-width:480px){.team-card{padding:30px}.team-photo{height:140px;width:140px}.team-name{font-size:20px}.team-title{font-size:14px}.linkedin-link{font-size:18px;height:40px;width:40px}.leadership-grid-single .team-photo{height:160px;width:160px}.leadership-grid-single .team-name{font-size:24px}.leadership-grid-single .team-title{font-size:16px}}.team--linked-in{align-items:center;background:#0077b5;border-radius:50%;color:#fff;display:inline-flex;font-size:20px;height:44px;justify-content:center;text-decoration:none;transition:all .3s ease;width:44px}.team--linked-in:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M0 0v24h24V0zm8 19H5V8h3zM7 7 5 5l2-2 1 2zm13 12h-3v-6c0-3-4-3-4 0v6h-3V8h3v2c1-3 7-3 7 2z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:40%;width:40%}