body {
    font-family: 'Inter', sans-serif;
}

.profile-hero {
    background: #f4f7fb;
    padding: 50px 0;
}

.profile-header {
    display: flex;
    gap: 30px;
    align-items: center;
}

.profile-header img {
    width: 180px;
    height: 180px;
    border-radius: 12px;
    object-fit: cover;
}

.profile-basic h1 {
    font-size: 28px;
    margin-bottom: 5px;
}

.profile-basic h3 {
    color: #555;
}

.profile-body {
    padding: 50px 0;
}

.profile-section {
    margin-bottom: 30px;
}

.profile-section h2 {
    margin-bottom: 10px;
    color: #222;
}

.profile-section ul {
    padding-left: 20px;
}

.profile-section li {
    margin-bottom: 6px;
}

.back-btn {
    display: inline-block;
    margin-top: 30px;
    color: #0066cc;
    font-weight: 500;
}