/* 11 TEAM — native Divi modules, scoped under .cdt-team only. */
.cdt-team, .cdt-team * { box-sizing: border-box; }

.cdt-team { padding: 6.5rem 24px !important; background: #ffffff; }
.cdt-tag { display: inline-flex; align-items: center; gap: .5rem; font-size: .8rem; font-weight: 600; color: #5b39f2; background: #f6f5fc; border: 1px solid #e7e4f5; padding: .35rem .9rem; border-radius: 999px; margin: 0 auto 1rem !important; }
.cdt-heading h2 { text-align: center; font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 700; color: #1c1836; margin: 0 auto 2.5rem; max-width: 620px; }

.cdt-team__grid { max-width: 1180px; margin: 0 auto 2.5rem !important; display: flex !important; flex-wrap: wrap; gap: 1.4rem; padding: 0 !important; justify-content: center; }
.cdt-team-card { flex: 1 1 calc(16.66% - 1.2rem); min-width: 150px; text-align: center; }
.cdt-team-card img { border-radius: 18px; aspect-ratio: 3/4; object-fit: cover; margin-bottom: 1rem; width: 100%; box-shadow: 0 20px 45px -20px rgba(76,55,176,.25); }
.cdt-team-card h2, .cdt-team-card h3, .cdt-team-card [class*="name"] { font-size: 1rem !important; color: #1c1836 !important; margin: 0 0 .2rem !important; }
.cdt-team-card p, .cdt-team-card [class*="position"] { color: #635f78 !important; font-size: .85rem !important; margin: 0 !important; }

.cdt-btn--primary, .cdt-btn--primary a, a.cdt-btn--primary {
  display: inline-flex !important; margin: 0 auto; padding: 1rem 1.9rem !important; border-radius: 999px !important;
  background: linear-gradient(135deg, #5b39f2, #4824d8) !important; color: #ffffff !important; font-weight: 700 !important; text-decoration: none !important;
}

@media (max-width: 900px) { .cdt-team-card { flex: 1 1 calc(33.33% - 1rem); } }
@media (max-width: 600px) { .cdt-team-card { flex: 1 1 calc(50% - .7rem); } }
