.profile-wrapper {
    max-width: 900px;
    margin: 40px auto;
}

.profile-photo {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #e6e6e6;
    display: block;
    margin: 0 auto 25px;
    object-fit: cover;
}

.profile-section h2 {
    margin-top: 30px;
}

.profile-meta {
    margin-bottom: 16px;
}

.profile-meta span {
    display: inline-block;
    margin-right: 12px;
}

.badge-highlight {
    display: inline-block;
    background: #2563eb;
    color: #fff;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.badge-row {
    margin: 12px 0 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.badge-pill {
    background: #2563eb;
    color: #fff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
