.team-section{background:#fff;padding:88px 0 96px}.team-header{margin-bottom:48px}.team-header__title{color:var(--oxford-blue)!important;margin-bottom:10px}.team-header__title span{color:var(--azure)!important}.team-header__sub{color:var(--text-secondary)!important;font-size:15px;line-height:1.65;max-width:520px}.team-header__careers{color:var(--azure);font-weight:600;text-decoration:underline;text-decoration-color:rgba(0,127,255,.3);text-underline-offset:3px;transition:color var(--transition),text-decoration-color var(--transition)}.team-header__careers:hover{color:var(--oxford-blue);text-decoration-color:var(--oxford-blue)}.team-grid{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.team-section .team-grid .team-card-c{align-items:center!important;background:var(--baby-blue-10,#f0f4f8)!important;border:none!important;border-radius:12px!important;box-shadow:none!important;display:flex!important;flex-direction:column!important;padding:28px 20px 24px!important;text-align:center!important;transition:box-shadow .3s ease,transform .3s ease}.team-section .team-grid .team-card-c:hover{box-shadow:0 8px 32px rgba(9,21,64,.1);transform:translateY(-2px)}.team-card-c__avatar{background:var(--oxford-blue);border:3px solid rgba(171,210,250,.4);border-radius:50%;flex-shrink:0;height:88px;margin-bottom:14px;overflow:hidden;width:88px}.team-section .team-grid .team-card-c .team-card-c__avatar img{border:0!important;border-radius:50%!important;box-shadow:none!important;display:block!important;filter:none!important;height:100%!important;margin:0!important;max-height:none!important;max-width:none!important;object-fit:cover!important;object-position:center top!important;padding:0!important;width:100%!important}.team-card-c__initials{align-items:center;background:var(--oxford-blue);border-radius:50%;display:flex;height:100%;justify-content:center;width:100%}.team-card-c__initials span{color:hsla(0,0%,100%,.15);font-family:var(--font);font-size:28px;font-weight:800;user-select:none}.team-card-c__name{color:var(--oxford-blue)!important;font-family:var(--font);font-size:15px;font-weight:700;line-height:1.3;margin:0 0 2px}.team-card-c__role{color:var(--text-secondary,#6b7a8d)!important;font-family:var(--font);font-size:12px;font-weight:500;line-height:1.4;margin:0 0 12px}.team-card-c__social{align-items:center;background:rgba(0,127,255,.08);border-radius:50%;color:var(--azure,#007fff);display:flex;flex-shrink:0;height:30px;justify-content:center;margin-top:auto;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease;width:30px}.team-card-c__social:hover{background:var(--honey-yellow);color:var(--oxford-blue);transform:scale(1.1)}.team-card-c__social svg{height:14px;width:14px}@media (max-width:1024px){.team-grid{gap:16px;grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.team-section{padding:64px 0 72px}.team-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.team-card-c__avatar{height:72px;width:72px}.team-card-c__name{font-size:14px}}@media (max-width:480px){.team-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.team-section .team-grid .team-card-c{padding:20px 16px 18px!important}.team-card-c__avatar{height:64px;margin-bottom:10px;width:64px}}