.rehberlik-content{grid-template-columns:1fr;align-items:start;gap:3rem;display:grid}@media (min-width:992px){.rehberlik-content{grid-template-columns:380px 1fr;gap:4rem}}.rehberlik-image-wrapper{border-radius:var(--radius-xl);box-shadow:var(--shadow-premium);aspect-ratio:4/5;background:var(--bg-alt);border:2px solid #ff6b004d;position:relative;overflow:hidden}.rehber-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.rehberlik-image-wrapper:hover .rehber-image{transform:scale(1.05)}.rehber-badge{background:var(--primary);color:#fff;border-radius:var(--radius-full);z-index:2;padding:.5rem 1.5rem;font-weight:700;position:absolute;bottom:20px;right:20px;box-shadow:0 4px 15px #ff6b0066}.rehberlik-info{flex-direction:column;display:flex}.rehber-name{color:var(--text-main);margin-bottom:.5rem;font-size:2.5rem;font-weight:800;line-height:1.25}.rehber-subtitle{color:var(--primary);margin-bottom:2rem;font-size:1.25rem;font-weight:600}.rehber-bio{color:var(--text-main);opacity:.9;text-align:justify;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.85;display:flex}.rehber-stats{border-top:1px solid var(--border-color);grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:2rem;display:grid}.stat-item{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.stat-number{color:var(--text-main);font-size:2rem;font-weight:800}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:500}
