/* =====================================================
   BLP AFFILIASI
===================================================== */

body{
    margin:0;
    background:#0f172a;
    color:#fff;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    padding-bottom:90px;
}

.blp-container{
    max-width:460px;
    margin:0 auto;
    padding:35px 18px;
    text-align:center;
}

/* =====================================================
   HEADER
===================================================== */

.blp-avatar img{
    width:110px;
    height:110px;
    border-radius:50%;
    border:4px solid #38bdf8;
    object-fit:cover;
    background:#fff;
}

.blp-name{
    font-size:24px;
    font-weight:700;
    margin-top:16px;
}

.blp-username{
    color:#94a3b8;
    margin-top:6px;
    font-size:14px;
}

.blp-subtitle{
    color:#cbd5e1;
    margin-top:14px;
    line-height:1.7;
    font-size:15px;
}

/* =====================================================
   HERO
===================================================== */

.blp-hero{

    margin-top:28px;

    background:linear-gradient(135deg,#2563eb,#4f46e5);

    padding:28px;

    border-radius:18px;

    box-shadow:0 15px 35px rgba(0,0,0,.35);

}

.blp-hero h2{

    margin:0 0 12px;

    font-size:28px;

    line-height:1.3;

}

.blp-hero p{

    margin:0;

    color:#e5e7eb;

    line-height:1.8;

    font-size:15px;

}

/* =====================================================
   CTA BUTTON
===================================================== */

.blp-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:14px 26px;

    border-radius:14px;

    background:linear-gradient(135deg,#3b82f6,#7c3aed);

    color:#fff;

    font-weight:700;

    text-decoration:none;

    width:auto;

    max-width:100%;

    white-space:nowrap;

}

.blp-btn:hover{

    transform:translateY(-2px);

    box-shadow:0 10px 25px rgba(34,197,94,.35);

}

.blp-cta{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    flex-wrap:wrap;

}

.blp-cta-text{

    flex:1;

    min-width:220px;

}

/* =====================================================
   SECTION
===================================================== */

.blp-section{

    margin-top:30px;

    background:#1e293b;

    border-radius:16px;

    padding:22px;

    text-align:left;

    box-shadow:0 5px 18px rgba(0,0,0,.25);

}

.blp-section h3{

    margin:0 0 15px;

    font-size:21px;

    color:#38bdf8;

}

.blp-section p{

    color:#d1d5db;

    line-height:1.8;

    margin-bottom:14px;

}

.blp-section ul{

    margin:15px 0 0 20px;

    padding:0;

}

.blp-section li{

    margin-bottom:12px;

    line-height:1.8;

    color:#e5e7eb;

}

/* =====================================================
   FEATURE GRID
===================================================== */

.blp-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:14px;

    margin-top:18px;

}

.blp-box{

    background:#334155;

    border-radius:14px;

    padding:18px;

    text-align:center;

    transition:.25s;

}

.blp-box:hover{

    transform:translateY(-4px);

    background:#3b4d66;

}

.blp-box span{

    display:block;

    font-size:34px;

    margin-bottom:12px;

}

.blp-box strong{

    display:block;

    margin-bottom:8px;

    font-size:16px;

}

.blp-box p{

    margin:0;

    color:#cbd5e1;

    font-size:13px;

    line-height:1.6;

}

/* =====================================================
   BONUS LIST
===================================================== */

.blp-bonus{

    margin-top:18px;

}

.blp-bonus-item{

    display:flex;

    align-items:flex-start;

    gap:14px;

    background:#334155;

    padding:16px;

    border-radius:14px;

    margin-bottom:12px;

}

.blp-bonus-item span{

    font-size:28px;

}

.blp-bonus-item strong{

    display:block;

    margin-bottom:6px;

}

.blp-bonus-item small{

    color:#cbd5e1;

    line-height:1.6;

    display:block;

}

/* =====================================================
   STEPS
===================================================== */

.blp-steps{

    counter-reset:langkah;

}

.blp-step{

    position:relative;

    padding-left:55px;

    margin-bottom:22px;

}

.blp-step:before{

    counter-increment:langkah;

    content:counter(langkah);

    position:absolute;

    left:0;

    top:0;

    width:38px;

    height:38px;

    border-radius:50%;

    background:#38bdf8;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:bold;

}

.blp-step strong{

    display:block;

    margin-bottom:6px;

    font-size:16px;

}

.blp-step p{

    margin:0;

}

/* =====================================================
   INCOME
===================================================== */

.blp-income{

    background:linear-gradient(135deg,#14532d,#166534);

    border-radius:16px;

    padding:24px;

    margin-top:25px;

    text-align:center;

}

.blp-income h3{

    color:#fff;

    margin:0 0 12px;

}

.blp-income p{

    color:#dcfce7;

    margin:0;

    line-height:1.8;

}

/* =====================================================
   TESTIMONI
===================================================== */

.blp-testimoni{

    background:#1e293b;

    border-left:5px solid #38bdf8;

    border-radius:12px;

    padding:18px;

    margin-top:18px;

    font-style:italic;

    line-height:1.8;

    color:#e2e8f0;

}

/* =====================================================
   FAQ
===================================================== */

.blp-faq{

    margin-top:18px;

}

.blp-faq details{

    background:#334155;

    border-radius:10px;

    margin-bottom:10px;

    padding:14px;

}

.blp-faq summary{

    cursor:pointer;

    font-weight:600;

}

.blp-faq p{

    margin-top:12px;

}

/* =====================================================
   CTA FOOTER
===================================================== */

.blp-register{

    margin-top:35px;

    background:linear-gradient(135deg,#2563eb,#7c3aed);

    border-radius:18px;

    padding:28px;

    text-align:center;

}

.blp-register h2{

    margin:0 0 12px;

    font-size:28px;

}

.blp-register p{

    color:#e5e7eb;

    line-height:1.8;

}

.blp-register .blp-btn{

    margin-top:24px;

}

/* =====================================================
   RESPONSIVE
===================================================== */

@media(max-width:520px){

    .blp-grid{

        grid-template-columns:1fr;

    }

    .blp-hero h2{

        font-size:24px;

    }

    .blp-register h2{

        font-size:24px;

    }

}