*{box-sizing:border-box} body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f5f7fb;color:#1d2939} a{text-decoration:none;color:#1455d9}.topbar{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;padding:14px 6%;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px}.logo{width:54px;height:54px;border-radius:15px;background:linear-gradient(135deg,#1455d9,#21b573);display:grid;place-items:center;color:#fff;font-weight:800}.logo-img{width:64px;height:64px;object-fit:cover;border-radius:50%;background:#fff;border:3px solid #1455d9;box-shadow:0 4px 12px rgba(0,0,0,.12)}.brand h1{font-size:22px;margin:0}.brand p{margin:2px 0 0;color:#667085;font-size:13px}nav{display:flex;gap:14px;flex-wrap:wrap}nav a{font-weight:700;color:#344054}.hero{min-height:520px;padding:70px 6%;display:grid;grid-template-columns:1.3fr .7fr;gap:30px;align-items:center;background:linear-gradient(135deg,#0b3b9e,#15a36f);color:#fff}.badge{display:inline-block;background:rgba(255,255,255,.18);padding:8px 14px;border-radius:999px}.hero h2{font-size:46px;line-height:1.05;margin:18px 0}.hero p{font-size:18px;line-height:1.7}.hero-card{background:#fff;color:#1d2939;border-radius:24px;padding:30px;box-shadow:0 18px 40px rgba(0,0,0,.18)}.hero-card li{margin:12px 0}.btn,button{display:inline-block;border:0;border-radius:12px;background:#ffc107;color:#101828;font-weight:800;padding:12px 18px;cursor:pointer}.btn.outline{background:#fff;color:#1455d9;margin-left:10px}.section{padding:58px 6%;background:#fff}.section.gray{background:#eef4ff}.section h2{font-size:32px;margin:0 0 24px}.grid{display:grid;gap:20px}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.card,.panel{background:#fff;border:1px solid #e4e7ec;border-radius:20px;padding:24px;box-shadow:0 8px 22px rgba(16,24,40,.06)}.feature{border-top:5px solid #21b573}.panel{margin-top:26px}.form-row{display:flex;gap:10px}.form-row input{flex:1}.form-row input,input{padding:13px 14px;border:1px solid #ccd5e1;border-radius:12px}.result{margin-top:16px;padding:14px;border-radius:12px;background:#ecfdf3;border:1px solid #abefc6;display:none}.tabs{display:flex;gap:10px;margin-bottom:18px;flex-wrap:wrap}.tab{background:#eaf0ff;color:#1455d9}.tab.active{background:#1455d9;color:#fff}.tab-content{display:none}.tab-content.active{display:block}.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.video-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid #e5e7eb}.video-card iframe{width:100%;height:260px;border:0}.video-card h3{padding:0 18px 18px}.quiz label{display:block;margin:10px 0}.login button{width:100%;margin-top:12px;background:#1455d9;color:#fff}.login-btn{display:block;text-align:center;width:100%;margin-top:12px;border-radius:12px;background:#1455d9;color:#fff;font-weight:800;padding:12px 18px}.drive-note{margin-top:18px;padding:14px;border-radius:12px;background:#fff7e6;border:1px solid #ffd580;color:#7a4b00}.contact{text-align:center}footer{text-align:center;padding:24px;background:#0b1f45;color:#fff}@media(max-width:850px){.topbar{align-items:flex-start;flex-direction:column}.hero,.grid.three,.grid.four,.video-grid{grid-template-columns:1fr}.hero h2{font-size:34px}.form-row{flex-direction:column}}
.hero-card h3{
    text-align:center;
    font-size:25px;
    margin-bottom:30px;
}
.info-btn span:last-child{
    text-align:center;
}
.info-btn{
    display:block;
    text-decoration:none;
    padding:12px;
    margin:10px 0;
    border-radius:10px;
    color:#fff;
    font-weight:bold;
    text-align:center;
}

.blue{
    background:#0d6efd;
}

.green{
    background:#198754;
}

.orange{
    background:#fd7e14;
}

.stats{max-width:1100px;margin:-50px auto 45px;background:#fff;border-radius:24px;padding:-10px;box-shadow:0 15px 35px rgba(0,0,0,.12);display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.stats h3{font-size:30px;color:#0b63ce}.section{padding:70px 20px}.section-title{text-align:center;max-width:760px;margin:0 auto 40px}.section-title h2{font-size:34px;color:#0b3d91}.bg{background:#f1f7ff}.two{grid-template-columns:repeat(2,1fr)}.three{grid-template-columns:repeat(3,1fr)}.card,.program-card,.contact-box{background:#fff;border-radius:20px;padding:28px;box-shadow:0 8px 24px rgba(0,0,0,.08)}.card h3,.program-card h3{color:#0b63ce;margin-bottom:12px}.card ul{padding-left:20px}.program-card{text-align:center;font-size:42px}.program-card p{font-size:16px}.gallery{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.extra-card{
    max-width:900px;
    margin:40px auto 0;
    background:#fff;
    padding:35px;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    text-align:center;
}

.extra-card h3{
    color:#0d6efd;
    font-size:28px;
    margin-bottom:15px;
}

.extra-card p{
    margin-bottom:25px;
    line-height:1.7;
}

.extra-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.extra-item{
    background:#f1f7ff;
    padding:15px;
    border-radius:12px;
    font-weight:600;
    color:#0d47a1;
}

@media(max-width:768px){
    .extra-grid{
        grid-template-columns:repeat(2,1fr);
    }
}
.grid.two{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.extra-card{
    grid-column:1 / span 2;
    max-width:900px;
    width:100%;
    margin:auto;
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    text-align:center;
}



.kepsek-box{
    display:flex;
    align-items:center;
    gap:20px;
    margin-top:15px;
    margin-bottom:15px;
}

.kepsek-foto img{
    width:150px;
    height:190px;
    object-fit:cover;
    border-radius:15px;
    border:4px solid rgba(255,255,255,.3);
    box-shadow:0 8px 20px rgba(0,0,0,.2);
}

.kepsek-text{
    flex:1;
    color:#fff;
}

.kepsek-text h2{
    margin-top:0;
    margin-bottom:10px;
}

.kepsek-text p{
    font-size:15px;
    line-height:1.6;
    margin-bottom:10px;
}

.kepsek-text h4{
    margin-top:15px;
    color:#ffd54f;
}

@media(max-width:768px){

    .kepsek-box{
        flex-direction:column;
        text-align:center;
    }

    .kepsek-foto img{
        width:120px;
        height:150px;
    }

}

.sosmed{
  margin-top:35px;
  display:flex;
  justify-content:center;
  gap:40px;
  flex-wrap:wrap;
}

.sosmed-item{
  text-decoration:none;
  color:#1d2939;
  text-align:center;
}

.sosmed-item span{
  width:70px;
  height:70px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:auto;
  font-size:34px;
  color:#fff;
  box-shadow:0 6px 15px rgba(0,0,0,.15);
}

.tiktok span{
  background:#000;
}

.instagram span{
  background:linear-gradient(
    135deg,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
}

.youtube span{
  background:#ff0000;
}

.sosmed-item p{
  margin-top:10px;
  font-size:18px;
  font-weight:600;
}

.video-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}

.video-card{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,.12);
}

.video-card img{
  width:100%;
  height:180px;
  object-fit:cover;
  display:block;
}

.video-body{
  padding:16px;
  text-align:center;
}

.video-body h3{
  margin:0 0 8px;
  color:#1455d9;
}

.video-body p{
  font-size:14px;
  color:#555;
}

.btn-belajar{
  display:inline-block;
  margin-top:10px;
  padding:10px 18px;
  background:#1455d9;
  color:white;
  border-radius:25px;
  font-weight:bold;
}

.btn-cetak{
  display:inline-block;
  margin-top:10px;
  padding:10px 16px;
  background:#1455d9;
  color:white;
  border-radius:8px;
  text-decoration:none;
  font-weight:bold;
}

.btn-cetak:hover{
  background:#0d3fa8;
}