.guide-detail{margin-top:130px;padding:4rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.back-link{display:inline-block;margin-bottom:2rem;color:var(--primary-color);font-weight:500;text-decoration:none;transition:color .2s}.back-link:hover{color:var(--secondary-color)}.guide-header{display:grid;grid-template-columns:300px 1fr;grid-gap:3rem;gap:3rem;margin-bottom:4rem;align-items:start}.guide-image-section{position:-webkit-sticky;position:sticky;top:150px}.guide-image-wrapper{position:relative;width:100%;height:400px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-hover)}.guide-detail-image{object-fit:cover;object-position:center}.guide-image-placeholder-large{width:100%;height:400px;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-hover)}.guide-initial-large{font-size:6rem;font-weight:600;color:var(--bg-white);opacity:.8}.guide-info-section{display:flex;flex-direction:column;gap:1.5rem}.guide-detail-name{font-size:2.5rem;font-weight:600;color:var(--text-dark);margin:0}.guide-detail-title{font-size:1.25rem;color:var(--primary-color);font-weight:500;margin:0}.guide-specialties-list{display:flex;flex-wrap:wrap;gap:.75rem}.specialty-badge{display:inline-block;padding:.5rem 1rem;background:var(--bg-light);color:var(--text-dark);border-radius:var(--radius-md);font-size:.9375rem;border:1px solid var(--border-light);font-weight:500}.guide-stats-detail{display:flex;gap:2rem;padding-top:1.5rem;border-top:1px solid var(--border-light)}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.875rem;color:var(--text-light)}.stat-value{font-size:1.5rem;font-weight:600;color:var(--primary-color)}.guide-bio-section{margin-bottom:4rem}.guide-bio-section h2{font-size:2rem;margin-bottom:1.5rem;color:var(--text-dark);font-weight:600}.guide-bio-content{background:var(--bg-white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid var(--border-light)}.guide-bio-content p{font-size:1.0625rem;line-height:1.8;color:var(--text-medium);margin-bottom:1rem}.guide-bio-content p:last-child{margin-bottom:0}.guide-courses-section{margin-top:4rem}.guide-courses-section h2{font-size:2rem;margin-bottom:2rem;color:var(--text-dark);font-weight:600}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem}@media (max-width:968px){.guide-header{grid-template-columns:1fr;gap:2rem}.guide-image-section{position:static}.guide-image-placeholder-large,.guide-image-wrapper{height:300px}.guide-detail-name{font-size:2rem}}@media (max-width:768px){.guide-detail{margin-top:70px;padding:1.5rem 0}.container{padding:0 1rem}.back-link{margin-bottom:1.5rem;font-size:.9375rem}.guide-header{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}.guide-image-section{position:static}.guide-image-placeholder-large,.guide-image-wrapper{height:280px}.guide-initial-large{font-size:4rem}.guide-detail-name{font-size:1.75rem}.guide-detail-title{font-size:1.125rem}.guide-specialties-list{gap:.5rem}.specialty-badge{padding:.375rem .875rem;font-size:.875rem}.guide-stats-detail{flex-direction:column;gap:1rem;padding-top:1rem}.stat-value{font-size:1.25rem}.guide-bio-section{margin-bottom:2.5rem}.guide-bio-section h2{font-size:1.5rem;margin-bottom:1rem}.guide-bio-content{padding:1.25rem}.guide-bio-content p{font-size:1rem;line-height:1.7;margin-bottom:.875rem}.guide-courses-section{margin-top:2.5rem}.guide-courses-section h2{font-size:1.5rem;margin-bottom:1.5rem}.courses-grid{grid-template-columns:1fr;gap:1.5rem}}