.edu-teacher-profile-wrap{ max-width:1100px; margin:0 auto; padding:24px 16px; }
.edu-teacher-hero{ text-align:center; padding:30px 16px; background:#fff; border-radius:var(--edu-radius); margin-bottom:24px; }
.edu-teacher-hero img{ border-radius:50%; }
.edu-teacher-hero h1{ margin:12px 0 4px; }
.edu-teacher-bio{ color:#64748b; max-width:600px; margin:8px auto; }

.edu-teacher-stats-row{ display:flex; justify-content:center; gap:28px; margin:18px 0; }
.edu-teacher-stat{ display:flex; flex-direction:column; align-items:center; }
.edu-teacher-stat .edu-stat-value{ font-size:18px; font-weight:800; color:var(--edu-primary); }
.edu-teacher-stat .edu-stat-label{ font-size:11.5px; color:#94a3b8; }

.edu-teacher-social{ display:flex; flex-wrap:wrap; justify-content:center; gap:10px; margin-top:10px; }
.edu-teacher-social a{
    display:inline-flex; align-items:center; gap:6px; background:#f1f5f9; color:#334155;
    padding:6px 14px; border-radius:999px; font-size:13px; text-decoration:none;
}
.edu-teacher-social a:hover{ background:var(--edu-primary); color:#fff; }

.edu-packages-grid{ display:grid; grid-template-columns:1fr; gap:16px; }
.edu-package-card{ text-align:center; }
.edu-package-card h3{ color:var(--edu-primary); }
.edu-package-trial{ border:2px dashed var(--edu-secondary); }

@media (min-width:768px){
    .edu-packages-grid{ grid-template-columns:repeat(3, 1fr); }
}
