.cncbul-membership-wrapper {
    display:flex;
    gap:40px;
}

.card-preview {
    width:400px;
    height:250px;
    border-radius:18px;
    background: linear-gradient(135deg,#0B1C2D,#132B45);
    color:#C9D1D9;
    padding:30px;
    box-shadow:0 20px 40px rgba(0,0,0,0.5);
    transition: transform 0.2s ease-out;
}

.card-number {
    font-size:18px;
    letter-spacing:2px;
    margin-top:40px;
}

.card-holder {
    margin-top:40px;
    font-size:20px;
    text-transform:uppercase;
}

.card-expiry {
    margin-top:20px;
    font-size:14px;
}
.cncbul-profile-wrapper {
    max-width: 1100px;
    margin: 60px auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
}

.cncbul-profile-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.cncbul-profile-form h2 {
    margin-bottom: 25px;
    font-weight: 600;
}

.cncbul-profile-form input,
.cncbul-profile-form textarea {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 18px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    font-size: 15px;
    transition: 0.3s ease;
}

.cncbul-profile-form input:focus,
.cncbul-profile-form textarea:focus {
    border-color: #132B45;
    box-shadow: 0 0 0 3px rgba(19,43,69,0.1);
    outline: none;
}

.cncbul-profile-form button {
    background: linear-gradient(135deg,#0B1C2D,#132B45);
    color: #C9D1D9;
    border: none;
    padding: 14px 26px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.cncbul-profile-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.cncbul-status-card {
    background: linear-gradient(135deg,#0B1C2D,#132B45);
    border-radius: 20px;
    padding: 30px;
    color: #C9D1D9;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.cncbul-status-card h3 {
    margin-bottom: 15px;
}

.cncbul-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 13px;
    background: rgba(255,255,255,0.1);
}
.cncbul-success {
    background:#e6f7f1;
    color:#0a5c43;
    padding:12px 16px;
    border-radius:8px;
    margin-bottom:20px;
}

.cncbul-profile-wrapper {
    max-width:1100px;
    margin:60px auto;
    display:grid;
    grid-template-columns:1fr 400px;
    gap:60px;
}

.cncbul-profile-form {
    background:#fff;
    padding:40px;
    border-radius:16px;
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.cncbul-progress {
    margin-bottom:25px;
    font-size:14px;
}

.cncbul-progress-bar {
    background:#eee;
    height:8px;
    border-radius:10px;
    overflow:hidden;
    margin-top:6px;
}

.cncbul-progress-bar span {
    display:block;
    height:100%;
    background:linear-gradient(135deg,#0B1C2D,#132B45);
}

.cncbul-profile-form input,
.cncbul-profile-form textarea {
    width:100%;
    padding:14px 16px;
    margin-bottom:18px;
    border:1px solid #ddd;
    border-radius:10px;
    transition:0.3s;
}

.cncbul-profile-form input:focus,
.cncbul-profile-form textarea:focus {
    border-color:#132B45;
    box-shadow:0 0 0 3px rgba(19,43,69,0.1);
    outline:none;
}

.cncbul-profile-form button {
    background:linear-gradient(135deg,#0B1C2D,#132B45);
    color:#C9D1D9;
    border:none;
    padding:14px 26px;
    border-radius:10px;
    cursor:pointer;
}

.cncbul-status-card {
    background:linear-gradient(135deg,#0B1C2D,#132B45);
    border-radius:20px;
    padding:30px;
    color:#C9D1D9;
    box-shadow:0 20px 40px rgba(0,0,0,0.3);
}

.cncbul-badge {
    display:inline-block;
    padding:6px 14px;
    border-radius:50px;
    margin-bottom:20px;
}

.status-pending { background:rgba(255,255,255,0.15); }
.status-active { background:#1f8f6a; }
.status-expired { background:#a83232; }

.cncbul-profile-form h2 {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 600;
}

.cncbul-form-group {
    margin-bottom: 28px;
}

.cncbul-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #444;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.cncbul-profile-form input,
.cncbul-profile-form textarea {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    font-size: 15px;
    background: #fafafa;
    transition: all 0.25s ease;
}

.cncbul-profile-form input:hover,
.cncbul-profile-form textarea:hover {
    border-color: #999;
}

.cncbul-profile-form input:focus,
.cncbul-profile-form textarea:focus {
    background: #ffffff;
    border-color: #132B45;
    box-shadow: 0 0 0 3px rgba(19,43,69,0.08);
    outline: none;
}

.cncbul-profile-form textarea {
    min-height: 120px;
    resize: vertical;
}

.cncbul-profile-form button {
    width: 100%;
    margin-top: 20px;
    padding: 16px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
}

/* ==============================
   RESPONSIVE - TABLET
================================ */

@media (max-width: 1024px) {

    .cncbul-profile-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }

    .cncbul-status-card {
        order: -1; /* Status kart mobilde yukarı çıksın */
    }

}


/* ==============================
   RESPONSIVE - MOBILE
================================ */

@media (max-width: 768px) {

    .cncbul-profile-wrapper {
        margin: 30px auto;
        gap: 30px;
    }

    .cncbul-profile-form {
        padding: 25px;
    }

    .cncbul-profile-form h2 {
        font-size: 22px;
    }

    .cncbul-form-group {
        margin-bottom: 22px;
    }

    .cncbul-profile-form input,
    .cncbul-profile-form textarea {
        padding: 14px;
        font-size: 14px;
    }

    .cncbul-profile-form button {
        padding: 15px;
        font-size: 14px;
    }

    .cncbul-status-card {
        padding: 25px;
        border-radius: 16px;
    }

}


/* ==============================
   EXTRA SMALL DEVICES
================================ */

@media (max-width: 480px) {

    .cncbul-profile-form {
        padding: 20px;
    }

    .cncbul-profile-form h2 {
        font-size: 20px;
    }

    .cncbul-status-card {
        padding: 20px;
    }

}
.cncbul-lock-box {
    background:#fff;
    padding:40px;
    text-align:center;
    border-radius:16px;
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
    margin:40px 0;
}

.cncbul-lock-btn {
    display:inline-block;
    margin-top:20px;
    padding:14px 28px;
    background:linear-gradient(135deg,#0B1C2D,#132B45);
    color:#fff;
    border-radius:10px;
    text-decoration:none;
}