.ncap-profile-page {
    background: #f4f5f7;
    min-height: 100vh;
}

.ncap-profile-cover {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.ncap-cover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ncap-profile-header-wrap {
    max-width: 1200px;
    margin: -70px auto 0;
    position: relative;
    z-index: 5;
    padding: 0 20px;
}

.ncap-profile-header {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 0 10px 40px rgba(0,0,0,.08);
}

.ncap-profile-avatar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 6px solid #fff;
}

}