.dosen-single{

    max-width:1100px;
    margin:60px auto;
    padding:20px;

}

.back-link{

    display:inline-block;
    margin-bottom:30px;
    color:#005baa;
    text-decoration:none;
    font-weight:600;

}

.back-link:hover{

    text-decoration:underline;

}

.profil-card{

    background:#fff;
    border-radius:18px;
    padding:35px;
    display:flex;
    gap:40px;
    box-shadow:0 8px 30px rgba(0,0,0,.08);

}

.profil-foto{

    width:260px;
    flex-shrink:0;

}

.profil-foto img{

    width:100%;
    border-radius:15px;
    display:block;

}

.avatar-placeholder{

    width:260px;
    height:320px;
    background:#005baa;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:90px;
    border-radius:15px;

}

.profil-info{

    flex:1;

}

.profil-info h1{

    margin:0;
    font-size:40px;
    color:#222;

}

.profil-info h3{

    margin-top:10px;
    color:#777;
    font-weight:500;

}

.info-item{

    margin-top:25px;

}

.info-item strong{

    display:block;
    color:#005baa;
    margin-bottom:6px;

}

.info-item span,
.info-item a{

    color:#444;
    text-decoration:none;

}

.content-card{

    margin-top:40px;
    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 8px 30px rgba(0,0,0,.08);

}

.content-card h2{

    margin-top:0;
    margin-bottom:20px;
    color:#005baa;

}

.content-card p{

    line-height:1.8;
    color:#555;

}

@media(max-width:768px){

.profil-card{

    flex-direction:column;
    text-align:center;

}

.profil-foto{

    width:200px;
    margin:auto;

}

.avatar-placeholder{

    width:200px;
    height:240px;
    font-size:72px;

}

.profil-info h1{

    font-size:30px;

}

}