.eduhub-wrap { padding: 22px 0 42px; }
.eduhub-hero { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; background:#fff; border:1px solid #e3e8f2; border-left:4px solid #ad0d14; padding:22px; margin-bottom:16px; }
.eduhub-eyebrow { font-size:12px; text-transform:uppercase; letter-spacing:.08em; color:#7b879f; font-weight:800; margin-bottom:8px; }
.eduhub-title { margin:0; font-size:34px; line-height:1.05; color:#1f2432; font-weight:800; }
.eduhub-sub { margin:10px 0 0; max-width:760px; color:#65728e; font-size:15px; line-height:1.55; }
.eduhub-actions { display:grid; gap:10px; min-width:280px; }
.eduhub-btn { display:inline-flex; align-items:center; justify-content:center; height:42px; padding:0 16px; text-decoration:none; font-size:14px; font-weight:700; border:1px solid transparent; }
.eduhub-btn--primary { background:#ad0d14; border-color:#ad0d14; color:#fff; }
.eduhub-btn--ghost { background:#fff; border-color:#d6ddeb; color:#2e374d; }
.eduhub-btn--ghost:hover { border-color:#bcc7dd; }
.eduhub-grid { display:grid; gap:14px; grid-template-columns:repeat(3,minmax(0,1fr)); margin-bottom:16px; }
.eduhub-grid--2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.eduhub-card { background:#fff; border:1px solid #e3e8f2; padding:16px; display:grid; gap:10px; }
.eduhub-card h3 { margin:0; color:#1f2432; font-size:22px; line-height:1.2; font-weight:800; }
.eduhub-card p { margin:0; color:#66738e; font-size:14px; line-height:1.5; }
.eduhub-card a { color:#ad0d14; text-decoration:none; font-weight:700; font-size:14px; }
.eduhub-card ul { margin:0; padding-left:18px; color:#4c5873; font-size:14px; line-height:1.5; }
.eduhub-nav { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:16px; }
.eduhub-nav a { display:inline-flex; align-items:center; min-height:36px; padding:0 12px; border:1px solid #e0e6f1; text-decoration:none; color:#4f5c78; font-size:13px; font-weight:700; background:#fff; }
.eduhub-nav a.is-active { border-color:#ad0d14; color:#ad0d14; }
.eduhub-note { background:#fff7e6; border:1px solid #f0d9a8; color:#6f5204; padding:12px 14px; font-size:14px; }
.eduhub-note a { color:#ad0d14; font-weight:700; }
.eduhub-section { background:#fff; border:1px solid #e3e8f2; padding:18px; margin-bottom:14px; }
.eduhub-section h2 { margin:0 0 12px; color:#1f2432; font-size:28px; line-height:1.15; font-weight:800; }
.eduhub-section p { margin:0 0 12px; color:#66738e; font-size:15px; line-height:1.6; }
.eduhub-list { margin:0 0 14px; padding-left:20px; color:#4d5975; font-size:15px; line-height:1.6; }
.eduhub-teachers { display:grid; gap:10px; }
.eduhub-teacher { border:1px solid #e6ecf6; background:#fbfcff; padding:12px; display:grid; gap:4px; }
.eduhub-teacher strong { color:#212a3c; font-size:15px; }
.eduhub-teacher span { color:#66738e; font-size:14px; }

@media (max-width: 980px) {
  .eduhub-hero { flex-direction:column; }
  .eduhub-actions { width:100%; min-width:0; }
  .eduhub-grid, .eduhub-grid--2 { grid-template-columns:1fr; }
}
