.instructor-page .card{background:var(--surface-soft);border:1px solid var(--line);border-radius:12px;padding:24px;transition:box-shadow .25s,border-color .25s}.instructor-page .card:hover{border-color:#e2e2e2;box-shadow:0 8px 18px #1111110a}.instructor-page{max-width:1200px;margin:0 auto;padding:32px 16px}.instructor-hero{grid-template-columns:360px 1fr;align-items:start;gap:28px;display:grid}.instructor-hero-photo{aspect-ratio:68/94;border:1px solid var(--line-soft);background:var(--line-soft);border-radius:10px;max-width:360px;position:relative;overflow:hidden}.instructor-hero-photo img{object-fit:cover;object-position:center top;border-radius:10px;width:100%;height:100%}.instructor-hero-info{flex-direction:column;gap:14px;display:flex}.instructor-head-row{border-bottom:1px solid var(--line-soft);padding-bottom:14px}.instructor-head-row h1{color:var(--text-title);margin:0;font-size:40px}.instructor-head-row p{color:var(--text-muted);margin:8px 0 0;font-size:22px}.instructor-box h2,.instructor-box h3{color:var(--text-title);margin:0}.instructor-tags{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.instructor-tags span{border:1px solid var(--line);color:var(--text-body);background:#fff;border-radius:999px;padding:7px 12px;font-size:14px}.instructor-main-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:18px;margin-top:22px;display:grid}.instructor-left-col,.instructor-right-col{flex-direction:column;gap:18px;display:flex}.instructor-box ul{color:var(--text-body);margin:12px 0 0;padding-left:20px;list-style:square}.instructor-box li+li{margin-top:6px}.instructor-cta{margin-top:20px}.instructor-link{color:var(--color-primary,#b30d0d);font-weight:600;text-decoration:none}.instructor-link:hover{text-decoration:underline}@media (max-width:880px){.instructor-hero,.instructor-main-grid{grid-template-columns:1fr}.instructor-head-row h1{font-size:32px}.instructor-head-row p{font-size:18px}}
