body{

font-family:'Poppins',sans-serif;

background:#f8fafc;

}

.hero{

padding:80px 0;

}

.hero h1{

font-size:60px;

font-weight:700;

line-height:1.2;

}

.hero p{

color:#666;

}

.btn-primary{

background:#2563eb;

border:none;

}

.card{

border:none;

border-radius:18px;

box-shadow:0 5px 20px rgba(0,0,0,.08);

}

.section{

padding:80px 0;

}

.title{

font-weight:700;

text-align:center;

margin-bottom:50px;

}
.icon-box{

width:60px;

height:60px;

border-radius:15px;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

}
.bg-purple{

background:#7C3AED;

color:white;

}
body{

background:#f5f7fb;

}

.hero{

padding:120px 0;

background:linear-gradient(135deg,#2563eb,#1e40af);

color:white;

}

.hero h1{

font-size:55px;

font-weight:bold;

}

.section-title{

font-weight:bold;

margin-bottom:40px;

}

.card{

border:none;

border-radius:15px;

}

.card img{

border-radius:15px 15px 0 0;

}

.btn-primary{

background:#2563eb;

border:none;

}

footer{

margin-top:80px;

}
/* ================= HERO ================= */

.hero-section{

    background:#f5f9ff;

    padding:90px 0;

}

.hero-badge{

    background:#E8F0FF;

    color:#2563EB;

    padding:10px 22px;

    border-radius:50px;

    font-weight:600;

    display:inline-block;

}

.hero-title{

    font-size:56px;

    font-weight:800;

    line-height:1.2;

    color:#111827;

}

.hero-title span{

    color:#2563EB;

}

.hero-text{

    color:#6B7280;

    font-size:18px;

    line-height:32px;

}

.hero-image{

    width:100%;

    max-width:580px;

}

.hero-section .btn{

    border-radius:15px;

    padding:14px 30px;

    font-weight:600;

}

.hero-section .btn-primary{

    background:#2563EB;

    border:none;

}

.hero-section .btn-primary:hover{

    background:#1E4ED8;

}

.hero-section .btn-outline-primary{

    border:2px solid #2563EB;

}
/*==============================
WHY RBS
==============================*/

.why-rbs{

    background:#fff;

}

.section-badge{

    display:inline-block;

    background:#EEF4FF;

    color:#2563EB;

    padding:8px 18px;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

}

.section-title{

    font-size:42px;

    font-weight:700;

    color:#111827;

}

.section-desc{

    max-width:700px;

    margin:auto;

    color:#6B7280;

    line-height:30px;

}

.feature-card{

    background:#fff;

    border-radius:22px;

    padding:35px 28px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.3s;

    height:100%;

}

.feature-card:hover{

    transform:translateY(-10px);

}

.feature-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto;

    margin-bottom:20px;

    color:#fff;

    font-size:28px;

}

.feature-card h5{

    font-weight:700;

    margin-bottom:15px;

}

.feature-card p{

    color:#6B7280;

    margin-bottom:0;

    line-height:28px;

}
/*============================
PROGRAM
============================*/

.program-section{

    background:#F8FAFC;

}

.program-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.program-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.program-image{

    height:220px;

    overflow:hidden;

}

.program-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.program-card:hover img{

    transform:scale(1.08);

}

.program-body{

    padding:25px;

}

.program-category{

    display:inline-block;

    background:#EEF4FF;

    color:#2563EB;

    padding:6px 16px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    margin-bottom:15px;

}

.program-body h4{

    font-weight:700;

    margin-bottom:15px;

}

.program-body p{

    color:#6B7280;

    line-height:28px;

    min-height:85px;

}

.program-footer{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-top:20px;

}

.program-footer h5{

    color:#2563EB;

    font-weight:700;

}

/*====================
PROGRAM
====================*/

.program-section{

    background:#f8f9ff;

}

.program-card{

    border-radius:20px;

    overflow:hidden;

    background:#fff;

    transition:.3s;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    height:100%;

}

.program-card{

    transition:.35s;

}

.program-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 50px rgba(37,99,235,.18);

}

.program-card:hover .program-top{

    filter:brightness(1.05);

}

.program-top{

    color:white;

    padding:28px;

    min-height:190px;

    display:flex;

    flex-direction:column;

    justify-content:space-between;


}

.program-top h3{

    font-weight:700;

    margin-top:20px;

}

.price{

    font-size:22px;

    font-weight:700;
    
    font-weight:bold;

}

.price small{

    display:block;

    font-size:14px;

}

.badge-program{

    background:#FFD84D;

    color:#222;

    padding:7px 15px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

}

.program-body{

    padding:25px;

}

.program-body ul{

    list-style:none;

    padding:0;

}

.program-body li{

    padding:8px 0;

    color:#666;

}

.bg-purple{

    background:linear-gradient(135deg,#8B5CF6,#A855F7);

}

.bg-success{

    background:linear-gradient(135deg,#10B981,#059669);

}

.bg-warning{

    background:linear-gradient(135deg,#F59E0B,#EA580C);

}

.bg-primary{

    background:linear-gradient(135deg,#2563EB,#1D4ED8)!important;

}

.program-section{
    padding-top:100px;
    padding-bottom:100px;
}

.program-card{

    display:flex;

    flex-direction:column;

    height:100%;

}

.program-body{

    display:flex;

    flex-direction:column;

    flex:1;

}

.program-body .btn{

    margin-top:auto;

}

/*========================
STATISTIK
========================*/

.stats-section{

    background:#ffffff;

}

.stats-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.3s;

}

.stats-card:hover{

    transform:translateY(-8px);

}

.stats-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto;

    margin-bottom:20px;

    color:#fff;

    font-size:28px;

}

.stats-card h2{

    font-size:42px;

    font-weight:800;

    color:#2563EB;

}

.stats-card p{

    color:#6B7280;

    margin:0;

}

/* ================= TESTIMONI ================= */

.testimonial-section{

background:#f8faff;

}

.section-badge{

display:inline-block;

padding:8px 20px;

background:#FFE7B2;

color:#d88b00;

border-radius:30px;

font-weight:600;

margin-bottom:15px;

}

.section-title{

font-size:42px;

font-weight:700;

margin-bottom:10px;

}

.section-subtitle{

color:#6c757d;

margin-bottom:40px;

}

.testimonial-card{

background:#fff;

padding:30px;

border-radius:20px;

box-shadow:0 12px 35px rgba(0,0,0,.08);

height:100%;

transition:.3s;

}

.testimonial-card:hover{

transform:translateY(-8px);

}

.stars{

font-size:22px;

color:#FFC107;

margin-bottom:20px;

}

.testimonial-text{

font-size:16px;

line-height:30px;

color:#555;

min-height:120px;

}

.testimonial-user{

display:flex;

align-items:center;

margin-top:20px;

}

.testimonial-user img{

width:60px;

height:60px;

border-radius:50%;

margin-right:15px;

}

.testimonial-user h5{

margin:0;

font-size:18px;

font-weight:700;

}

.testimonial-user span{

color:#888;

font-size:14px;

}

.testimonial-card{

background:#fff;

padding:30px;

border-radius:25px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

height:100%;

}

.testimonial-card:hover{

transform:translateY(-8px);

}

.stars{

font-size:20px;

margin-bottom:15px;

}

.testimonial-user{

display:flex;

align-items:center;

margin-top:20px;

}



.testimonial-user img{

width:60px;

height:60px;

border-radius:50%;

margin-right:15px;

object-fit:cover;

}

.testimonial-user h5{

margin:0;

font-weight:700;

}

.testimonial-text{

color:#555;

line-height:30px;

min-height:100px;

}

.faq-section{
padding:100px 0;
background:#fff;
}

.faq-container{
max-width:850px;
margin:auto;
}

.faq-item{
margin-bottom:15px;
border-radius:15px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.faq-question{

width:100%;
padding:22px;

border:none;

background:white;

display:flex;

justify-content:space-between;

align-items:center;

font-size:18px;

font-weight:600;

cursor:pointer;

transition:.3s;
}

.faq-question:hover{

background:#2563eb;

color:white;

}

.faq-answer{

display:none;

padding:20px;

line-height:1.8;

background:#f9fafb;

}

.faq-item.active .faq-answer{

display:block;

}

.faq-question span{
    font-size:28px;
    transition:.3s;
    color:#2563eb;
}

.cta{

padding:100px 20px;

background:linear-gradient(135deg,#2563eb,#4f46e5);

text-align:center;

color:white;

}

.cta h2{

font-size:42px;

margin-bottom:20px;

}

.cta p{

font-size:20px;

opacity:.9;

max-width:700px;

margin:auto;

margin-bottom:40px;

}

.btn-daftar{

display:inline-block;

padding:18px 45px;

background:white;

color:#2563eb;

border-radius:50px;

font-weight:bold;

text-decoration:none;

transition:.3s;

}

.btn-daftar:hover{

transform:translateY(-5px);

box-shadow:0 20px 40px rgba(0,0,0,.2);

}

.schedule{
    padding:90px 0;
    background:#f8faff;
}

.schedule-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
    margin-top:50px;
}

.schedule-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.schedule-card:hover{
    transform:translateY(-8px);
}

.schedule-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.schedule-top h3{
    color:#2563eb;
}

.schedule-card ul{
    list-style:none;
    padding:0;
}

.schedule-card li{
    margin:12px 0;
}

.tersedia{
    background:#22c55e;
    color:white;
    padding:5px 12px;
    border-radius:20px;
    font-size:13px;
}

.penuh{
    background:#ef4444;
    color:white;
    padding:5px 12px;
    border-radius:20px;
    font-size:13px;
}

.berita-section{

padding:90px 0;

background:#f8fbff;

}

.berita-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:30px;

margin-top:50px;

}

.berita-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

}

.berita-card:hover{

transform:translateY(-8px);

}

.berita-card img{

width:100%;

height:220px;

object-fit:cover;

}

.berita-content{

padding:25px;

}

.berita-content small{

color:#666;

}

.berita-content h3{

margin:15px 0;

font-size:23px;

}

.berita-content p{

color:#666;

line-height:1.8;

margin-bottom:20px;

}

.berita-content a{

color:#2563eb;

font-weight:600;

text-decoration:none;

}

.detail-berita{

padding:80px 0;

}

.detail-berita img{

width:100%;

border-radius:20px;

margin:30px 0;

}

.detail-berita .isi{

line-height:2;

font-size:17px;

color:#555;

}

/* ================= CHECKOUT / TRANSAKSI ================= */
.checkout-section{background:linear-gradient(180deg,#f7f9ff,#eef4ff);min-height:80vh}.checkout-card{background:#fff;border-radius:24px;padding:28px;box-shadow:0 18px 50px rgba(37,99,235,.12);border:1px solid #e8eefc}.checkout-step{font-weight:800;color:#111827;margin-bottom:16px;font-size:20px}.checkout-step span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#6d5dfc;color:white;margin-right:8px}.program-choice-grid,.payment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:14px}.choice-card,.payment-option{position:relative;border:2px solid #e5e7eb;border-radius:14px;padding:16px;background:#fff;cursor:pointer;transition:.2s;min-height:96px}.choice-card:hover,.payment-option:hover{border-color:#6d5dfc;transform:translateY(-2px);box-shadow:0 10px 24px rgba(109,93,252,.12)}.choice-card input,.payment-option input{position:absolute;opacity:0}.choice-card:has(input:checked),.payment-option:has(input:checked){border-color:#6d5dfc;background:#f6f4ff}.choice-card strong,.payment-option b{display:block;color:#111827}.choice-card small,.payment-option small{color:#6b7280}.payment-option i{font-size:26px;color:#6d5dfc;margin-bottom:8px}.checkout-summary{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;border-radius:16px;padding:18px 20px}.checkout-summary strong{font-size:24px;color:#2563eb}.success-icon{width:76px;height:76px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#dcfce7;color:#16a34a;font-size:34px;margin:0 auto 18px}.invoice-box{max-width:520px;background:#f8fafc;border-radius:18px;padding:20px;margin-top:20px}.invoice-box p{margin-bottom:10px}


/* ================= KONTAK ================= */
.contact-section{background:#f8fafc;min-height:75vh}.contact-card{height:100%;background:#fff;border-radius:20px;padding:28px;text-align:center;box-shadow:0 12px 35px rgba(15,23,42,.08);border:1px solid #eef2ff}.contact-card i{width:62px;height:62px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#eef4ff;color:#2563eb;font-size:26px;margin-bottom:16px}.contact-card h5{font-weight:800;margin-bottom:10px}.contact-card p{color:#64748b;margin-bottom:0}
