/* Brandaft Uzman Kadro Bölümü */
.ba-team { padding: 80px 20px; background: transparent; }
.ba-team__inner { max-width: 1100px; margin: 0 auto; }
.ba-team__header { text-align: center; margin-bottom: 60px; }
.ba-team__badge { color: #F53D06; font-weight: 800; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; display: block; margin-bottom: 10px; }
.ba-team__title { font-size: clamp(28px, 4vw, 36px); font-weight: 900; color: #4471B6; margin: 0; }
.ba-team__desc { color: #64748b; font-size: 17px; max-width: 700px; margin: 15px auto 0; line-height: 1.6; }

.ba-team__grid { display: grid; grid-template-columns: 1fr; gap: 30px; }
@media (min-width: 850px) { .ba-team__grid { grid-template-columns: 1fr 1fr; } }

.ba-expert-card { background: #fff; border: 1px solid rgba(68, 113, 182, 0.1); border-radius: 24px; padding: 35px; display: flex; flex-direction: column; align-items: center; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(68, 113, 182, 0.05); }
.ba-expert-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(68, 113, 182, 0.1); border-color: rgba(68, 113, 182, 0.3); }

.ba-expert__img-container { width: 140px; height: 140px; border-radius: 20px; overflow: hidden; margin-bottom: 25px; background: #f1f5f9; border: 3px solid #fff; box-shadow: 0 8px 15px rgba(0,0,0,0.1); }
.ba-expert__img { width: 100%; height: 100%; object-fit: cover; filter: brightness(1.02) contrast(1.05); }

.ba-expert__info { text-align: center; display: flex; flex-direction: column; align-items: center; width: 100%; }
.ba-expert__name { font-size: 24px; font-weight: 800; color: #1e293b; margin: 0 0 5px 0; }
.ba-expert__role { font-size: 15px; color: #F53D06; font-weight: 700; text-transform: uppercase; margin-bottom: 18px; letter-spacing: 0.5px; }
.ba-expert__bio { font-size: 14.5px; line-height: 1.7; color: #475569; margin-bottom: 25px; text-align: justify; }
.ba-expert__bio b, .ba-expert__bio strong { color: #4471B6; font-weight: 700; }

.ba-expert__footer { display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: auto; width: 100%; }
.ba-expert__tag { display: inline-block; padding: 6px 16px; background: rgba(68, 113, 182, 0.08); color: #4471B6; border-radius: 100px; font-size: 12px; font-weight: 800; }

.ba-expert__linkedin { display: inline-flex; align-items: center; gap: 8px; background: #0077b5; padding: 8px 16px; border-radius: 100px; text-decoration: none; font-size: 13px; font-weight: 700; transition: all 0.2s ease; border: none; }
.ba-expert__linkedin:hover { background: #005582; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0, 119, 181, 0.3); }
.ba-expert__linkedin span { color: #ffffff !important; }

@media (max-width: 600px) { 
  .ba-expert-card { padding: 25px; } 
  .ba-expert__footer { flex-direction: column; gap: 12px; } 
}