.education-hero{background:linear-gradient(135deg,var(--primary-bg),var(--bg) 64%,var(--accent-bg));border-bottom:1px solid var(--border-light);padding:3rem 0}
.education-hero h1{max-width:920px;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;letter-spacing:-.02em;line-height:1.12}
.article-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:1.5rem}
.article-meta span{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;padding:7px 12px;background:#fff;color:var(--text-muted);font-size:.82rem;font-weight:700}
.education-layout{display:grid;gap:2rem;align-items:start;padding-top:3rem;padding-bottom:4rem}
@media(min-width:960px){.education-layout{grid-template-columns:minmax(0,1fr) 320px}}
.article-main{background:#fff;border:1px solid var(--border-light);border-radius:16px;padding:clamp(1.25rem,3vw,2rem);box-shadow:var(--shadow)}
.article-main section+section{margin-top:2rem}
.article-main h2{font-size:1.35rem;font-weight:800;letter-spacing:0;margin-bottom:.75rem}
.article-main p{color:var(--text-muted);margin-top:.8rem}
.article-list{display:grid;gap:.6rem;margin-top:1rem;padding-left:1.15rem;color:var(--text-muted)}
.medical-note{border:1px solid rgba(26,138,122,.24);background:#eefbf8;border-radius:12px;padding:1rem;color:var(--text);margin-bottom:1.5rem}
.references{border-top:1px solid var(--border-light);padding-top:1.5rem}
.references ol{display:grid;gap:.65rem;margin-top:1rem;padding-left:1.2rem}
.references a,.article-aside a,.education-index-list a{color:var(--primary);font-weight:700;text-decoration:none}
.references a:hover,.article-aside a:hover,.education-index-list a:hover{text-decoration:underline}
.article-aside{display:grid;gap:1rem}
.side-card{background:#fff;border:1px solid var(--border-light);border-radius:14px;padding:1.1rem;box-shadow:var(--shadow)}
.side-card h2{font-size:1rem;font-weight:800;margin-bottom:.5rem}
.side-card p,.side-card li{font-size:.9rem;color:var(--text-muted)}
.side-card ul{display:grid;gap:.55rem;padding-left:1.1rem}
.education-hub-note{margin-top:2rem}
.education-groups{display:grid;gap:2rem;padding:3rem 0 4rem}
.education-group{display:grid;gap:1.25rem;background:#fff;border:1px solid var(--border-light);border-radius:16px;padding:1.4rem;box-shadow:var(--shadow)}
@media(min-width:960px){.education-group{grid-template-columns:300px 1fr}}
.education-group h2{font-size:1.35rem;font-weight:800}
.education-group p{color:var(--text-muted);font-size:.94rem;margin-top:.5rem}
.education-index-list{display:grid;gap:.85rem;list-style:none}
.education-index-list li{display:grid;gap:.25rem;border-bottom:1px solid var(--border-light);padding-bottom:.85rem}
.education-index-list li:last-child{border-bottom:none;padding-bottom:0}
.education-index-list span{color:var(--text-muted);font-size:.88rem}
