/* ===========================================================
   PRODUK DIGITAL KREATIF
=========================================================== */

body{
    margin:0;
    background:#0f172a;
    color:#fff;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    padding-bottom:90px;
}

.pdk-container{

    max-width:880px;

    margin:auto;

    padding:40px 20px;

}

/* ===========================================================
HEADER
=========================================================== */

.blp-header{

    text-align:center;

    margin-bottom:35px;

}

.blp-avatar img{

    width:120px;
    height:120px;
    border-radius:50%;
    border:4px solid #38bdf8;
    object-fit:cover;

}

.blp-name{

    font-size:30px;
    font-weight:700;
    margin-top:18px;

}

.blp-username{

    color:#94a3b8;
    margin-top:8px;

}

.blp-subtitle{

    margin-top:12px;
    color:#cbd5e1;
    font-size:16px;

}

/* ===========================================================
HERO
=========================================================== */

.blp-hero{

    background:linear-gradient(135deg,#2563eb,#7c3aed);

    border-radius:22px;

    padding:45px;

    text-align:center;

    margin-bottom:35px;

}

.blp-hero h1{

    margin:0 0 18px;

    font-size:42px;

    line-height:1.3;

}

.blp-hero p{

    font-size:18px;

    line-height:1.9;

    max-width:760px;

    margin:auto;

    color:#e5e7eb;

}

.blp-button{

    display:inline-block;

    margin-top:30px;

    padding:16px 34px;

    border-radius:14px;

    background:#16a34a;

    color:#fff;

    text-decoration:none;

    font-size:18px;

    font-weight:700;

    transition:.25s;

}

.blp-button:hover{

    transform:translateY(-2px);

}

/* ===========================================================
SECTION
=========================================================== */

.pdk-section{

    background:#fff;

    color:#334155;

    border-radius:18px;

    padding:35px;

    margin-bottom:25px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.pdk-section h2{

    margin-top:0;

    color:#0f172a;

    font-size:30px;

}

.pdk-section p{

    line-height:1.9;

    font-size:16px;

}

/* ===========================================================
GRID
=========================================================== */

.blp-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:18px;

    margin-top:25px;

}

.blp-card{

    background:#f8fafc;

    border-radius:16px;

    padding:24px;

    border:1px solid #e2e8f0;

}

.blp-card h3{

    margin-top:0;

    color:#2563eb;

    font-size:19px;

}

.blp-card p{

    margin:0;

    font-size:15px;

    line-height:1.8;

}

/* ===========================================================
TESTIMONIAL
=========================================================== */

.blp-testimoni{

    background:#fefce8;

    border-left:6px solid #eab308;

    padding:25px;

    border-radius:14px;

    font-style:italic;

}

.blp-testimoni strong{

    display:block;

    margin-top:15px;

    color:#111827;

}

/* ===========================================================
CHECKLIST
=========================================================== */

.blp-list{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

    margin-top:20px;

}

.blp-list div{

    background:#eff6ff;

    border-radius:12px;

    padding:14px 16px;

    border:1px solid #bfdbfe;

}

/* ===========================================================
STEP
=========================================================== */

.blp-step{

    display:flex;

    flex-direction:column;

    gap:16px;

    margin-top:25px;

}

.blp-step-item{

    display:flex;

    align-items:center;

    gap:16px;

    background:#f8fafc;

    padding:18px;

    border-radius:14px;

}

.blp-step-item span{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#2563eb;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:bold;

    flex-shrink:0;

}

/* ===========================================================
FAQ
=========================================================== */

.blp-faq{

    margin-top:25px;

}

.blp-faq details{

    background:#f8fafc;

    border-radius:12px;

    margin-bottom:12px;

    padding:16px;

}

.blp-faq summary{

    cursor:pointer;

    font-weight:700;

    color:#0f172a;

}

.blp-faq p{

    margin-top:14px;

}

/* ===========================================================
CTA
=========================================================== */

.blp-cta{

    background:linear-gradient(135deg,#0f172a,#1e293b);

    color:#fff;

    text-align:center;

    border-radius:22px;

    padding:45px;

}

.blp-cta h2{

    color:#fff;

    margin-top:0;

}

.blp-cta p{

    color:#cbd5e1;

}

.blp-cta .blp-button{

    background:#22c55e;

}

.blp-bottom-nav a{

    flex:1;
    min-width:0;
    text-align:center;
    text-decoration:none;
    color:#666;
    font-size:11px;
    padding:6px 2px;
    box-sizing:border-box;

}

.blp-bottom-nav span{

    display:block;
    font-size:20px;
    margin-bottom:3px;

}

.blp-bottom-nav small{

    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;

}

/* ===========================================================
RESPONSIVE
=========================================================== */

@media(max-width:768px){

.pdk-container{

padding:25px 15px;

}

.blp-hero{

padding:30px 22px;

}

.blp-hero h1{

font-size:30px;

}

.blp-grid{

grid-template-columns:1fr;

}

.blp-list{

grid-template-columns:1fr;

}

.pdk-section{

padding:25px;

}

.blp-cta{

padding:30px 22px;

}

}