.bttv-team { background: var(--bttv-background); padding: 48px 0; }
.bttv-team__header { margin: 0 auto 30px; max-width: 1180px; text-align: center; }
.bttv-team__header p { color: #2174b7; font-size: 13px; font-weight: 700; letter-spacing: .16em; margin: 0 0 10px; text-transform: uppercase; }
.bttv-team__header h2 { color: #202020; font-size: clamp(38px, 4vw, 58px); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; margin: 0; }
.bttv-team__grid { display: grid; gap: var(--bttv-gap); grid-template-columns: repeat(var(--bttv-columns), minmax(0, 1fr)); margin: 0 auto; max-width: 1180px; }
.bttv-card { background: #fff; border: 1px solid rgba(33,116,183,.16); border-radius: 24px; box-shadow: 0 18px 44px rgba(25,62,91,.10); overflow: hidden; position: relative; }
.bttv-card__video { background: #1e557f; height: var(--bttv-video-height); overflow: hidden; position: relative; }
.bttv-card__video::after { background: linear-gradient(180deg, rgba(10,31,48,.05), rgba(10,31,48,.43)); content: ""; inset: 0; position: absolute; }
.bttv-card__video video { height: 100%; object-fit: cover; width: 100%; }
.bttv-card__photo { background: #fff; border: 6px solid #fff; border-radius: 50%; box-shadow: 0 10px 26px rgba(15,55,82,.22); height: 142px; object-fit: cover; position: absolute; top: calc(var(--bttv-video-height) - 71px); width: 142px; z-index: 2; }
.bttv-card--photo-center .bttv-card__photo { left: 50%; transform: translateX(-50%); }
.bttv-card--photo-left .bttv-card__photo { left: 30px; }
.bttv-card--photo-right .bttv-card__photo { right: 30px; }
.bttv-card__content { padding: 88px 34px 34px; }
.bttv-card h3 { color: #1d1d1b; font-size: 30px; font-weight: 500; letter-spacing: -.025em; line-height: 1.1; margin: 0; text-align: center; }
.bttv-card__role { color: var(--bttv-accent); font-size: 16px; font-weight: 600; margin: 9px 0 24px; text-align: center; }
.bttv-card__bio { color: #536d87; font-size: 17px; line-height: 1.58; }
.bttv-card__bio p { margin: 0 0 15px; }
.bttv-card__bio p:last-child { margin-bottom: 0; }
@media (max-width: 749px) { .bttv-team { padding: 34px 0; } .bttv-team__grid { grid-template-columns: 1fr; } .bttv-card__content { padding-left: 25px; padding-right: 25px; } }
