/* Profesyonel Kadromuz */
.bdt-team-wrap{
  --bdt-red:#C41E3A;
  --bdt-red-dark:#9B1830;
  --bdt-gold:#F4C430;
  --bdt-ink:#0d2440;
  --bdt-muted:#5b6b80;
  font-family:inherit;
  color:var(--bdt-ink);
  line-height:1.65;
  overflow:hidden;
}

.bdt-team-hero{
  position:relative;
  padding:72px 20px 64px;
  text-align:center;
  background:
    radial-gradient(ellipse 80% 60% at 15% 20%, rgba(196,30,58,.08), transparent 55%),
    radial-gradient(ellipse 70% 50% at 85% 30%, rgba(30,79,191,.08), transparent 50%),
    linear-gradient(165deg, #fafbfc 0%, #f4f7fb 45%, #eef5f2 100%);
  border-radius:0 0 20px 20px;
}

.bdt-team-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C41E3A' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity:.6;
  pointer-events:none;
}

.bdt-team-hero-inner{position:relative;z-index:2;max-width:880px;margin:0 auto;}

.bdt-team-breadcrumb{font-size:14px;color:var(--bdt-muted);margin-bottom:16px;}
.bdt-team-breadcrumb a{color:#057a52;text-decoration:none;font-weight:600;}
.bdt-team-breadcrumb a:hover{text-decoration:underline;}

.bdt-team-slogan{
  display:inline-block;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--bdt-red-dark);
  background:rgba(255,255,255,.85);
  border:1px solid rgba(196,30,58,.15);
  padding:10px 20px;
  border-radius:50px;
  margin-bottom:20px;
  box-shadow:0 4px 20px rgba(13,36,64,.06);
}

.bdt-team-hero h1{
  font-size:clamp(32px, 5vw, 46px);
  line-height:1.15;
  margin:0 0 16px;
  font-weight:800;
  color:var(--bdt-ink);
}

.bdt-team-hero h1 span{color:var(--bdt-red);}

.bdt-team-hero .lead{
  font-size:17px;
  color:#33455e;
  max-width:640px;
  margin:0 auto 28px;
}

.bdt-team-hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:linear-gradient(135deg, var(--bdt-red), var(--bdt-red-dark));
  color:#fff;
  font-weight:800;
  font-size:14px;
  letter-spacing:.06em;
  padding:12px 28px;
  border-radius:50px;
  box-shadow:0 12px 32px rgba(196,30,58,.35);
  animation:bdt-team-pulse-badge 3s ease-in-out infinite;
}

@keyframes bdt-team-pulse-badge{
  0%,100%{box-shadow:0 12px 32px rgba(196,30,58,.35);}
  50%{box-shadow:0 16px 40px rgba(196,30,58,.5);}
}

.bdt-team-intro{
  max-width:820px;
  margin:0 auto;
  padding:48px 20px 12px;
  text-align:center;
}

.bdt-team-intro p{font-size:16.5px;color:#2b3a52;margin:0;}

.bdt-team-section{max-width:1180px;margin:0 auto;padding:24px 20px 16px;}

.bdt-team-section-title{
  text-align:center;
  font-size:13px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--bdt-red);
  margin:0 0 28px;
}

.bdt-team-grid{
  display:grid;
  gap:28px;
  align-items:start;
}

.bdt-team-grid-founders{
  grid-template-columns:1fr;
  justify-items:center;
  max-width:340px;
  margin:0 auto 12px;
}

.bdt-team-grid-therapists{
  grid-template-columns:repeat(3, 1fr);
  gap:24px;
}

.bdt-team-grid-ergo{
  grid-template-columns:repeat(2, 1fr);
  max-width:720px;
  margin:0 auto;
  gap:24px;
}

.bdt-team-card{
  text-align:center;
  transition:transform .4s cubic-bezier(.22,1,.36,1);
}

.bdt-team-card:hover{transform:translateY(-8px);}

.bdt-team-card.is-featured .bdt-team-card-frame{
  transform:rotate(-1.5deg);
}

.bdt-team-card.is-featured:hover .bdt-team-card-frame{
  transform:rotate(0deg) scale(1.02);
}

.bdt-team-card-frame{
  position:relative;
  padding:8px;
  background:#fff;
  border:3px solid var(--bdt-red);
  border-radius:4px;
  box-shadow:
    0 20px 50px rgba(13,36,64,.12),
    0 0 0 1px rgba(196,30,58,.08);
  transition:transform .45s cubic-bezier(.22,1,.36,1), box-shadow .45s ease;
  transform:rotate(1deg);
}

.bdt-team-card:nth-child(even) .bdt-team-card-frame{transform:rotate(-1.2deg);}
.bdt-team-card:hover .bdt-team-card-frame{
  box-shadow:0 28px 60px rgba(196,30,58,.2);
  transform:rotate(0deg);
}

.bdt-team-photo-wrap{
  position:relative;
  aspect-ratio:3/4;
  overflow:hidden;
  background:linear-gradient(160deg, var(--bdt-red) 0%, var(--bdt-red-dark) 100%);
}

.bdt-team-photo{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
  transition:transform .6s cubic-bezier(.22,1,.36,1);
}

.bdt-team-card:hover .bdt-team-photo{transform:scale(1.06);}

.bdt-team-photo-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:clamp(36px, 8vw, 52px);
  font-weight:800;
  color:rgba(255,255,255,.92);
  letter-spacing:.04em;
  background:linear-gradient(145deg, var(--bdt-red) 0%, #8B1528 50%, var(--bdt-red-dark) 100%);
}

.bdt-team-photo-shine{
  position:absolute;
  inset:0;
  background:linear-gradient(105deg, transparent 40%, rgba(255,255,255,.18) 50%, transparent 60%);
  transform:translateX(-120%);
  transition:transform .8s ease;
  pointer-events:none;
}

.bdt-team-card:hover .bdt-team-photo-shine{transform:translateX(120%);}

.bdt-team-card-info{padding:18px 8px 8px;}

.bdt-team-name{
  margin:0 0 6px;
  font-size:18px;
  font-weight:800;
  color:var(--bdt-ink);
  letter-spacing:.02em;
}

.bdt-team-card.is-featured .bdt-team-name{font-size:22px;}

.bdt-team-role-sub{
  margin:0 0 4px;
  font-size:13px;
  font-weight:700;
  color:var(--bdt-red);
  text-transform:uppercase;
  letter-spacing:.04em;
}

.bdt-team-role{
  margin:0;
  font-size:14px;
  font-weight:600;
  color:var(--bdt-muted);
  line-height:1.4;
}

.bdt-team-values{
  max-width:1180px;
  margin:40px auto 0;
  padding:0 20px;
}

.bdt-team-values-inner{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
  background:linear-gradient(135deg, #0d2440 0%, #1a3a6e 100%);
  border-radius:18px;
  padding:40px 28px;
  color:#fff;
  position:relative;
  overflow:hidden;
}

.bdt-team-values-inner::before{
  content:"";
  position:absolute;
  top:-60px;
  right:-60px;
  width:200px;
  height:200px;
  background:rgba(244,196,48,.12);
  border-radius:50%;
}

.bdt-team-value{text-align:center;position:relative;z-index:1;}
.bdt-team-value .ic{font-size:28px;margin-bottom:10px;}
.bdt-team-value h4{margin:0 0 8px;font-size:17px;font-weight:800;}
.bdt-team-value p{margin:0;font-size:14px;opacity:.88;line-height:1.5;}

.bdt-team-cta{
  max-width:1180px;
  margin:40px auto 60px;
  padding:0 20px;
  text-align:center;
}

.bdt-team-cta .inner{
  background:linear-gradient(135deg, #0E9F6E, #1E4FBF);
  border-radius:18px;
  padding:48px 32px;
  color:#fff;
}

.bdt-team-cta h2{margin:0 0 12px;font-size:26px;font-weight:800;}
.bdt-team-cta p{margin:0 0 24px;opacity:.95;}

.bdt-team-cta-btns{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;}

.bdt-team-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:14px 28px;
  border-radius:50px;
  font-weight:700;
  text-decoration:none !important;
  font-size:15px;
  transition:transform .25s ease, box-shadow .25s ease;
}

.bdt-team-btn-primary{background:#fff;color:#057a52 !important;box-shadow:0 8px 24px rgba(0,0,0,.15);}
.bdt-team-btn-primary:hover{transform:translateY(-3px);}
.bdt-team-btn-secondary{background:transparent;color:#fff !important;border:2px solid #fff;}
.bdt-team-btn-secondary:hover{background:#fff;color:#13357f !important;}

/* Scroll reveal */
.bdt-team-reveal{
  opacity:0;
  transform:translateY(36px);
  transition:opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1);
}

.bdt-team-reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}

.bdt-team-reveal:nth-child(2){transition-delay:.08s;}
.bdt-team-reveal:nth-child(3){transition-delay:.16s;}
.bdt-team-reveal:nth-child(4){transition-delay:.24s;}

@media (max-width:900px){
  .bdt-team-grid-therapists{grid-template-columns:1fr;max-width:320px;margin:0 auto;}
  .bdt-team-grid-ergo{grid-template-columns:1fr;max-width:320px;}
  .bdt-team-values-inner{grid-template-columns:1fr;}
}

@media (max-width:600px){
  .bdt-team-hero{padding:56px 16px 48px;}
  .bdt-team-slogan{font-size:10px;padding:8px 14px;}
  .bdt-sticky{display:none;}
  .bdt-mobile-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:9999;}
  .bdt-mobile-bar a{flex:1;padding:14px;text-align:center;color:#fff !important;text-decoration:none !important;font-weight:700;}
  .bdt-mobile-bar .wa{background:#25D366;}
  .bdt-mobile-bar .call{background:#0E9F6E;}
  body{padding-bottom:56px;}
}

.bdt-sticky{position:fixed;right:20px;bottom:20px;z-index:9999;display:flex;flex-direction:column;gap:14px;}
.bdt-sticky a{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff !important;text-decoration:none !important;font-size:28px;box-shadow:0 10px 25px rgba(0,0,0,.2);transition:transform .25s ease;}
.bdt-sticky a:hover{transform:scale(1.1);}
.bdt-sticky .wa{background:#25D366;}
.bdt-sticky .call{background:#0E9F6E;}
.bdt-mobile-bar{display:none;}
