.nk-profile-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    margin-bottom:30px;
}

.nk-profile-card h2{
    font-size:32px;
    margin-bottom:15px;
}

.nk-profile-bio{
    color:#666;
    line-height:1.7;
    margin-bottom:25px;
}

.nk-profile-section{
    margin-bottom:25px;
}

.nk-profile-section h3{
    margin-bottom:10px;
}

.nk-profile-form{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.nk-profile-form label{
    display:block;
    margin-bottom:10px;
    font-weight:600;
}

.nk-profile-form input,
.nk-profile-form textarea{
    width:100%;
    border:1px solid #ddd;
    border-radius:12px;
    padding:15px;
    margin-bottom:20px;
}

.nk-profile-form textarea{
    min-height:140px;
}

.nk-profile-form button{
    background:#0A66C2;
    color:#fff;
    border:none;
    padding:14px 24px;
    border-radius:12px;
    cursor:pointer;
}

.nk-profile-progress-card{
    margin-top:20px;
}

.nk-progress-bar{
    width:100%;
    height:14px;
    background:#e5e7eb;
    border-radius:20px;
    overflow:hidden;
    margin:15px 0;
}

.nk-progress-fill{
    height:100%;
    background:#0A66C2;
    border-radius:20px;
}

/* ==========================================
   PREMIUM UPGRADE FUNNEL STYLES
   ========================================== */
.nk-premium-locked-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    margin-bottom: 25px;
}

.nk-premium-blurred-content {
    filter: blur(5px) grayscale(50%);
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
    padding: 25px;
}

.nk-premium-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.65);
    z-index: 10;
    text-align: center;
    padding: 20px;
}

.nk-premium-badge {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 10px;
    box-shadow: 0 4px 6px rgba(217, 119, 6, 0.2);
}

.nk-btn-upgrade {
    background: linear-gradient(135deg, #0A66C2, #0056b3);
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border: none;
    box-shadow: 0 4px 15px rgba(10, 102, 194, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nk-btn-upgrade:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(10, 102, 194, 0.4);
}