/* ═══════════════════════════════════════════════════════════════
   DOCTOR TEMPLATES — Professional + Community Trust
═══════════════════════════════════════════════════════════════ */

/* ── Doctor Pro ─────────────────────────────────────────────── */
.prof-doc-pro{max-width:860px;margin:0 auto;padding:0 16px 60px;}
.prof-doc-pro__hero{background:linear-gradient(135deg,#0c4a6e,#0369a1,#0ea5e9);padding:40px 32px 32px;border-radius:0 0 20px 20px;text-align:center;position:relative;}
.prof-doc-pro__hero .prof-back{position:absolute;top:16px;left:20px;text-align:left;}
.prof-doc-pro__avatar-wrap{margin:0 auto 14px;display:inline-block;}
.prof-doc-pro__avatar{width:110px;height:110px;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.9);box-shadow:0 4px 20px rgba(0,0,0,.3);}
.prof-doc-pro__avatar--fb{width:110px;height:110px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:2.4rem;color:#fff;font-family:var(--f-serif);}
.prof-doc-pro__name{font-family:var(--f-serif);font-size:1.9rem;color:#fff;margin-bottom:4px;}
.prof-doc-pro__tagline{font-family:var(--f-body);font-size:.9rem;color:rgba(255,255,255,.8);margin-bottom:10px;font-style:italic;}
.prof-doc-pro__body{display:flex;flex-direction:column;gap:16px;padding-top:20px;}
.prof-doc-pro__card{background:#fff;border:1px solid #bae6fd;border-radius:14px;padding:22px 24px;box-shadow:0 4px 20px rgba(3,105,161,.08);}
.prof-doc-pro__section-title{font-family:var(--f-serif);font-size:1.05rem;color:#0c4a6e;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid rgba(3,105,161,.2);}
.prof-doc-pro__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;margin-bottom:10px;}

/* ── Doctor Trust (Community) ───────────────────────────────── */
.prof-doc-trust{max-width:860px;margin:0 auto;padding:0 16px 60px;}
.prof-doc-trust__hero{background:linear-gradient(135deg,#134e4a,#0f766e,#14b8a6);padding:40px 32px 32px;border-radius:0 0 20px 20px;text-align:center;position:relative;}
.prof-doc-trust__hero .prof-back{position:absolute;top:16px;left:20px;text-align:left;}
.prof-doc-trust__avatar-wrap{margin:0 auto 14px;display:inline-block;}
.prof-doc-trust__avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.85);}
.prof-doc-trust__avatar--fb{width:100px;height:100px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:2.4rem;color:#fff;font-family:var(--f-serif);}
.prof-doc-trust__name{font-family:var(--f-serif);font-size:1.9rem;color:#fff;margin-bottom:4px;}
.prof-doc-trust__tagline{font-family:var(--f-body);font-size:.9rem;color:rgba(255,255,255,.8);margin-bottom:10px;font-style:italic;}
.prof-doc-trust__body{display:flex;flex-direction:column;gap:16px;padding-top:20px;}
.prof-doc-trust__card{background:#fff;border:1px solid #99f6e4;border-radius:14px;padding:22px 24px;box-shadow:0 4px 20px rgba(20,184,166,.08);}
.prof-doc-trust__section-title{font-family:var(--f-serif);font-size:1.05rem;color:#134e4a;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid rgba(20,184,166,.25);}
.prof-doc-trust__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;margin-bottom:10px;}

@media(max-width:600px){
    .prof-doc-pro__card,.prof-doc-trust__card{padding:16px;}
    .prof-doc-pro__name,.prof-doc-trust__name{font-size:1.5rem;}
}
