
:root{
 --green:#0b9444;
 --red:#e53935;
 --soft:#e8f5ee;
 --dark:#1f2937;
 --gray:#6b7280;
}

*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,Segoe UI,Arial}

body{background:#f9fafb;color:var(--dark);line-height:1.7}
.container{width:92%;max-width:1200px;margin:auto}

/* HEADER */
header{background:#fff;position:sticky;top:0;z-index:10;border-bottom:1px solid #eee}
.header-flex{display:flex;justify-content:space-between;align-items:center;padding:18px 0}
.logo{font-size:22px;font-weight:800;color:var(--green)}
nav a{margin-left:22px;text-decoration:none;font-weight:600;color:var(--dark)}
nav a:hover{color:var(--green)}

/* HERO */
.hero{
 background:linear-gradient(120deg,rgba(11,148,68,.9),rgba(229,57,53,.85)),
 url('https://images.unsplash.com/photo-1606206873764-fd15e242df52?auto=format&fit=crop&w=1600&q=80') center/cover;
 color:#fff;padding:130px 0;text-align:center
}
.hero h1{font-size:46px;font-weight:800}
.hero p{font-size:18px;max-width:750px;margin:20px auto}
.btn{display:inline-block;padding:14px 32px;border-radius:999px;font-weight:700;text-decoration:none}
.btn-white{background:#fff;color:var(--green)}
.btn-outline{border:2px solid #fff;color:#fff}

/* SECTION */
section{padding:60px 0}
.section-title{text-align:center;margin-bottom:60px}
.section-title h2{font-size:34px;color:var(--green);font-weight:800}
.section-title p{color:var(--gray);max-width:700px;margin:10px auto}

/* GRID */
.grid-3,.grid-4{display:grid;gap:30px}
.grid-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}

/* CARD */
.card{
 background:#fff;padding:30px;border-radius:22px;
 box-shadow:0 10px 30px rgba(0,0,0,.08);
 transition:.3s
}
.card:hover{transform:translateY(-6px)}
.card img{width:100%;border-radius:16px;margin-bottom:15px}

/* INFOGRAPHIC */
.infographic{background:var(--soft)}
.stat{text-align:center}
.stat h3{font-size:42px;color:var(--green)}
.stat p{color:var(--gray);font-weight:600}

/* PROFILE */
.profile img{height:260px;object-fit:cover}

/* TESTIMONI */
.testimoni{background:#fff}
.quote{font-style:italic;color:var(--gray)}

/* CTA */
.cta{
 background:linear-gradient(135deg,var(--green),var(--red));
 color:#fff;text-align:center;padding:110px 20px
}
.cta h2{font-size:36px}

/* FOOTER */
footer{background:#0f172a;color:#cbd5e1;text-align:center;padding:30px;font-size:14px}

/* RESPONSIVE */
@media(max-width:900px){
 nav{display:none}
 .hero h1{font-size:34px}
}

/* PROFIL KETUA */
.ketua-box{
    display:grid;
    grid-template-columns: 1fr 2fr;
    gap:40px;
    align-items:center;
}

/* === PROFIL KETUA (FIX FOTO KEGEDEAN) === */
.ketua-foto{
    width: 260px;        /* ukuran aman desktop */
    height: 340px;       /* portrait proporsional */
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0,0,0,.15);
    background: #f3f4f6;
}

.ketua-foto img{
    width: 100%;
    height: 100%;
    object-fit: cover;   /* PENTING: tidak gepeng */
    object-position: center;
    display: block;
}


.ketua-text h3{
    font-size:28px;
    font-weight:800;
    color:var(--green);
    margin-bottom:6px;
}

.ketua-text span{
    font-weight:600;
    color:var(--gray);
    display:block;
    margin-bottom:18px;
}

.sambutan{
    background:var(--soft);
    padding:20px 24px;
    border-left:6px solid var(--green);
    border-radius:12px;
    margin-bottom:18px;
    font-size:16px;
}

/* RESPONSIVE */
@media(max-width:900px){
    .ketua-box{
        grid-template-columns:1fr;
        text-align:center;
    }

    .sambutan{
        text-align:left;
    }
}
/* TESTIMONI DENGAN FOTO */
.testimoni-card{
    text-align:center;
}

.testimoni-card img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:50%;
    margin-bottom:15px;
    box-shadow:0 6px 20px rgba(0,0,0,.15);
}

.testimoni-card h4{
    margin-top:12px;
    font-weight:700;
    color:var(--green);
}

.testimoni-card span{
    font-size:14px;
    color:var(--gray);
}

.quote{
    font-style:italic;
    color:var(--gray);
    font-size:15px;
}
/* ===== BURGER MENU ===== */
.burger{
    display:none;
    flex-direction:column;
    cursor:pointer;
}

.burger span{
    height:3px;
    width:26px;
    background:var(--dark);
    margin:4px 0;
    border-radius:2px;
    transition:.3s;
}

/* MOBILE NAV */
@media(max-width:900px){
    nav{
        position:absolute;
        top:70px;
        right:0;
        background:#fff;
        width:100%;
        flex-direction:column;
        text-align:center;
        padding:20px 0;
        box-shadow:0 10px 30px rgba(0,0,0,.1);
        display:none;
    }

    nav a{
        display:block;
        margin:12px 0;
        font-size:16px;
    }

    nav.active{
        display:flex;
    }

    .burger{
        display:flex;
    }
}


/* MOBILE */
@media(max-width:900px){
    .logo-text span{
        display:none;
    }
}

/* ===== HEADER MODERN ===== */
.header-modern{
    position:sticky;
    top:0;
    z-index:100;
    background:rgba(255,255,255,.85);
    backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(0,0,0,.06);
}

/* ===== NAV DESKTOP ===== */
.nav-modern{
    display:flex;
    align-items:center;
    gap:10px;
}

.nav-modern a{
    position:relative;
    padding:10px 18px;
    border-radius:999px;
    text-decoration:none;
    font-weight:600;
    color:var(--dark);
    transition:.3s;
}

.nav-modern a:hover{
    background:var(--soft);
    color:var(--green);
}

/* underline anim */
.nav-modern a::after{
    content:"";
    position:absolute;
    bottom:6px;
    left:50%;
    width:0;
    height:2px;
    background:var(--green);
    transition:.3s;
    transform:translateX(-50%);
}

.nav-modern a:hover::after{
    width:60%;
}

/* CTA */
.nav-cta{
    background:linear-gradient(135deg,var(--green),var(--red));
    color:#fff !important;
}

.nav-cta:hover{
    background:linear-gradient(135deg,var(--red),var(--green));
}

/* ===== BURGER MODERN ===== */
.burger-modern{
    display:none;
    flex-direction:column;
    cursor:pointer;
    gap:5px;
}

.burger-modern span{
    width:26px;
    height:3px;
    background:var(--dark);
    border-radius:3px;
    transition:.4s;
}

/* ===== MOBILE ===== */
@media(max-width:900px){
    .nav-modern{
        position:fixed;
        top:0;
        right:-100%;
        height:100vh;
        width:280px;
        background:#fff;
        flex-direction:column;
        padding-top:100px;
        box-shadow:-10px 0 30px rgba(0,0,0,.15);
        transition:.4s;
    }

    .nav-modern.active{
        right:0;
    }

    .nav-modern a{
        font-size:17px;
        padding:14px 22px;
    }

    .burger-modern{
        display:flex;
    }

    .nav-backdrop{
        position:fixed;
        inset:0;
        background:rgba(0,0,0,.4);
        opacity:0;
        pointer-events:none;
        transition:.3s;
    }

    .nav-backdrop.active{
        opacity:1;
        pointer-events:auto;
    }
}
/* ===== HERO MODERN ===== */
.hero-modern{
    position:relative;
    background:
      radial-gradient(circle at top right, rgba(229,57,53,.35), transparent 40%),
      radial-gradient(circle at bottom left, rgba(11,148,68,.4), transparent 45%),
      linear-gradient(135deg, #0b9444, #14532d);
    color:#fff;
    padding:140px 0 120px;
    overflow:hidden;
}

.hero-grid{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:50px;
    align-items:center;
}

/* TEXT */
.hero-text h1{
    font-size:52px;
    font-weight:900;
    line-height:1.15;
    margin-bottom:20px;
}

.hero-text h1 span{
    background:linear-gradient(90deg,#fff,#ffeb3b);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.hero-text p{
    font-size:18px;
    max-width:560px;
    opacity:.95;
}

/* BADGE */
.hero-badge{
    display:inline-block;
    background:rgba(255,255,255,.15);
    padding:8px 18px;
    border-radius:999px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

/* ACTION */
.hero-action{
    margin-top:30px;
}

.btn-primary{
    background:#fff;
    color:#0b9444;
    margin-right:14px;
}

.btn-secondary{
    border:2px solid #fff;
    color:#fff;
}

/* STATS */
.hero-stats{
    display:flex;
    gap:30px;
    margin-top:40px;
}

.hero-stats div{
    text-align:center;
}

.hero-stats strong{
    font-size:26px;
    display:block;
}

.hero-stats span{
    font-size:13px;
    opacity:.85;
}

/* VISUAL */
.hero-visual{
    display:flex;
    justify-content:center;
}

.glass-card{
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(14px);
    padding:35px;
    border-radius:28px;
    max-width:360px;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.glass-card h3{
    margin-bottom:12px;
}

/* RESPONSIVE */
@media(max-width:900px){
    .hero-grid{
        grid-template-columns:1fr;
        text-align:center;
    }

    .hero-text h1{
        font-size:36px;
    }

    .hero-stats{
        justify-content:center;
        flex-wrap:wrap;
    }
}

/* HERO BACKGROUND IMAGE */
.hero-bg{
    position:relative;
    background:
      url("https://images.unsplash.com/photo-1584515933487-779824d29309?auto=format&fit=crop&w=1800&q=80")
      center/cover no-repeat;
    min-height:100vh;
    display:flex;
    align-items:center;
    color:#fff;
}

/* OVERLAY GRADIENT */
.hero-overlay{
    position:absolute;
    inset:0;
    background:
      linear-gradient(
        120deg,
        rgba(11,148,68,.85),
        rgba(0,0,0,.65)
      );
    z-index:1;
}

/* KONTEN DI ATAS OVERLAY */
.hero-bg .container{
    position:relative;
    z-index:2;
}

/* PENYESUAIAN HERO */
.hero-bg .hero-text h1{
    font-size:54px;
    font-weight:900;
}

.hero-bg .hero-text span{
    background:linear-gradient(90deg,#fff,#ffeb3b);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* RESPONSIVE */
@media(max-width:900px){
    .hero-bg{
        min-height:auto;
        padding:140px 0 100px;
    }

    .hero-bg .hero-text h1{
        font-size:36px;
    }
}

/* INFOGRAFIS */
.infografis{
    background:#f8fafc;
}

/* GRID */
.flyer-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:25px;
}

.flyer-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    cursor:pointer;
    box-shadow:0 10px 25px rgba(0,0,0,.1);
    transition:.3s;
}

.flyer-card:hover{
    transform:translateY(-6px);
}

.flyer-card img{
    width:100%;
    height:280px;
    object-fit:cover;
}

.flyer-card span{
    display:block;
    padding:14px;
    font-weight:600;
    color:#1f2937;
}

/* MODAL */
.flyer-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:999;
}

.flyer-modal.active{
    display:flex;
}

.modal-content{
    background:#fff;
    padding:30px;
    border-radius:22px;
    max-width:500px;
    width:92%;
    text-align:center;
    position:relative;
    animation:zoom .3s ease;
}

.modal-content img{
    width:100%;
    border-radius:16px;
    margin-bottom:15px;
}

.modal-content h3{
    margin-bottom:10px;
    color:var(--green);
}

.modal-content p{
    color:#4b5563;
    margin-bottom:20px;
}

.close{
    position:absolute;
    top:12px;
    right:16px;
    font-size:26px;
    cursor:pointer;
}

/* ANIMASI */
@keyframes zoom{
    from{transform:scale(.85);opacity:0}
    to{transform:scale(1);opacity:1}
}

/* INFOGRAFIS SLIDER */
.infografis{
    background:#f8fafc;
}

.slider-wrapper{
    position:relative;
    display:flex;
    align-items:center;
}

.slider{
    display:flex;
    gap:20px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding:10px 0;
}

.slider::-webkit-scrollbar{
    display:none;
}

.slide{
    min-width:240px;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    cursor:pointer;
    box-shadow:0 10px 25px rgba(0,0,0,.1);
    transition:.3s;
}

.slide:hover{
    transform:translateY(-6px);
}

.slide img{
    width:100%;
    height:300px;
    object-fit:cover;
}

.slide span{
    display:block;
    padding:14px;
    font-weight:600;
}

/* NAV BUTTON */
.slide-btn{
    background:#fff;
    border:none;
    font-size:22px;
    width:44px;
    height:44px;
    border-radius:50%;
    box-shadow:0 6px 18px rgba(0,0,0,.2);
    cursor:pointer;
    position:absolute;
    z-index:5;
}

.slide-btn.left{left:-20px}
.slide-btn.right{right:-20px}

/* MOBILE */
@media(max-width:768px){
    .slide-btn{display:none}
}
/* TESTIMONI */
.testimoni{
    background:#fff;
}

.testi-viewport{
    overflow:hidden;
    width:100%;
}

.testi-track{
    display:flex;
    gap:24px;
    transition:transform .6s ease;
}

.testi-card{
    flex:0 0 calc(33.333% - 16px);
    background:#f9fafb;
    padding:28px 22px;
    border-radius:22px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.1);
}

.testi-card img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:15px;
}

.testi-card p{
    font-style:italic;
    color:#4b5563;
}

.testi-card h4{
    margin-top:12px;
    color:var(--green);
}

.testi-card span{
    font-size:14px;
    color:var(--gray);
}

/* TABLET */
@media(max-width:900px){
    .testi-card{
        flex:0 0 calc(50% - 12px);
    }
}

/* MOBILE */
@media(max-width:600px){
    .testi-card{
        flex:0 0 100%;
    }
}

/* KOMUNITAS MOZAIC */
.komunitas-mozaik{
    background:#f9fafb;
}

.mozaik-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    grid-auto-rows:180px;
    gap:18px;
}

/* ITEM */
.mozaik-item{
    position:relative;
    overflow:hidden;
    border-radius:22px;
    cursor:pointer;
}

.mozaik-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

/* SIZE VARIATION */
.mozaik-item.large{
    grid-column:span 2;
    grid-row:span 2;
}

.mozaik-item.tall{
    grid-row:span 2;
}

.mozaik-item.wide{
    grid-column:span 2;
}

/* OVERLAY */
.mozaik-item .overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
      to top,
      rgba(0,0,0,.7),
      rgba(0,0,0,.2),
      transparent
    );
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:20px;
    color:#fff;
    opacity:0;
    transition:.3s;
}

.mozaik-item:hover .overlay{
    opacity:1;
}

.mozaik-item:hover img{
    transform:scale(1.08);
}

.overlay h4{
    font-size:18px;
    font-weight:700;
}

.overlay span{
    font-size:14px;
    opacity:.9;
}

/* RESPONSIVE */
@media(max-width:900px){
    .mozaik-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
    .mozaik-grid{
        grid-template-columns:1fr;
        grid-auto-rows:220px;
    }

    .mozaik-item.large,
    .mozaik-item.wide,
    .mozaik-item.tall{
        grid-column:span 1;
        grid-row:span 1;
    }
}
/* ZOOM MODAL */
.zoom-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.75);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:999;
}

.zoom-modal.active{
    display:flex;
}

.zoom-content{
    background:#fff;
    padding:30px;
    border-radius:26px;
    max-width:520px;
    width:92%;
    text-align:center;
    position:relative;
    animation:zoomIn .3s ease;
}

.zoom-content img{
    width:100%;
    border-radius:18px;
    margin-bottom:18px;
}

.zoom-content h3{
    color:var(--green);
    margin-bottom:6px;
}

.zoom-content p{
    color:var(--gray);
}

.zoom-close{
    position:absolute;
    top:14px;
    right:18px;
    font-size:28px;
    cursor:pointer;
}

.berita{
    background:#f9fafb;
}

.berita-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.berita-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.berita-card img{
    width:100%;
    height:200px;
    object-fit:cover;
}

.berita-content{
    padding:22px;
}

.berita-date{
    font-size:13px;
    color:var(--gray);
}

.berita-content h3{
    color:var(--green);
    margin:10px 0;
}

.berita-content p{
    color:#4b5563;
    font-size:15px;
}

.readmore{
    display:inline-block;
    margin-top:14px;
    font-weight:700;
    color:var(--green);
    text-decoration:none;
}

.readmore:hover{
    text-decoration:underline;
}


/* ANIMASI */
@keyframes zoomIn{
    from{transform:scale(.85);opacity:0}
    to{transform:scale(1);opacity:1}
}

/* INFOGRAFIS FULL WIDTH */
.infografis-full{
    width:100%;
    background:
      linear-gradient(
        120deg,
        rgba(11,148,68,.95),
        rgba(20,83,45,.95)
      ),
      url("https://images.unsplash.com/photo-1584515933487-779824d29309?auto=format&fit=crop&w=1800&q=80")
      center/cover no-repeat;
    padding:90px 0;
    color:#fff;
}

/* layer dalam agar aman */
.infografis-inner{
    width:100%;
}

/* judul warna terang */
.section-title.light h2{
    color:#fff;
}

.section-title.light p{
    color:rgba(255,255,255,.85);
}

/* override slider di background gelap */
.infografis-full .slide{
    background:#fff;
}

.infografis-full .slide span{
    color:#1f2937;
}

/* tombol panah */
.infografis-full .slide-btn{
    background:#fff;
    color:#0b9444;
}
/* HEADER */
.header-modern{
    position:sticky;
    top:0;
    z-index:100;
    background:rgba(255,255,255,.9);
    backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(0,0,0,.06);
}

/* LOGO */
.logo-box{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
}

.logo-box img{
    width:60px;
    height:60px;
}

.logo-text strong{
    font-size:20px;
    font-weight:800;
    color:var(--green);
    display:block;
    line-height:1;
}


.logo-text span{
    font-size:13px;
    color:var(--gray);
    font-weight:600;
}

/* NAV */
.nav-modern{
    display:flex;
    align-items:center;
    gap:8px;
}

.nav-modern a{
    padding:10px 16px;
    border-radius:999px;
    text-decoration:none;
    font-weight:600;
    color:var(--dark);
    transition:.25s;
}

.nav-modern a:hover{
    background:var(--soft);
    color:var(--green);
}

.nav-home::before{
    margin-right:6px;
}

/* CTA */
.nav-cta{
    background:linear-gradient(135deg,var(--green),var(--red));
    color:#fff !important;
}

.nav-cta:hover{
    background:linear-gradient(135deg,var(--red),var(--green));
}

/* RIGHT */
.header-right{
    display:flex;
    align-items:center;
    gap:14px;
}

/* SOCIAL ICON */
.social-icons{
    display:flex;
    gap:10px;
}

.social-icons a{
    font-size:18px;
    text-decoration:none;
    transition:.3s;
}

.social-icons a:hover{
    transform:scale(1.2);
}

/* BURGER */
.burger-modern{
    display:none;
    flex-direction:column;
    gap:5px;
    cursor:pointer;
}

.burger-modern span{
    width:26px;
    height:3px;
    background:var(--dark);
    border-radius:3px;
}

/* MOBILE */
@media(max-width:1024px){
    .nav-modern{
        position:fixed;
        top:0;
        right:-100%;
        width:280px;
        height:100vh;
        background:#fff;
        flex-direction:column;
        padding-top:100px;
        box-shadow:-10px 0 30px rgba(0,0,0,.15);
        transition:.4s;
    }

    .nav-modern.active{
        right:0;
    }

    .social-icons{
        display:none;
    }

    .burger-modern{
        display:flex;
    }

    .nav-backdrop{
        position:fixed;
        inset:0;
        background:rgba(0,0,0,.4);
        opacity:0;
        pointer-events:none;
        transition:.3s;
    }

    .nav-backdrop.active{
        opacity:1;
        pointer-events:auto;
    }
}


    /* ===== GALERI KEGIATAN ===== */
.galeri-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:30px;
}

.galeri-item{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.galeri-item img{
  width:100%;
  height:260px;
  object-fit:cover;
  transition:.4s;
}

.galeri-item:hover img{
  transform:scale(1.06);
}

.galeri-caption{
  position:absolute;
  inset:auto 0 0 0;
  padding:18px;
  background:linear-gradient(to top,rgba(0,0,0,.7),transparent);
  color:#fff;
}

.galeri-caption h4{
  margin:0;
  font-size:18px;
  font-weight:700;
}

.galeri-caption span{
  font-size:14px;
  opacity:.9;
}

/* ===== MODAL GALERI ===== */
.gallery-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.75);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:999;
}

.gallery-modal.active{
  display:flex;
}

.gallery-content{
  background:#fff;
  padding:28px;
  border-radius:26px;
  max-width:820px;
  width:94%;
  text-align:center;
  position:relative;
}

.gallery-content img{
  width:100%;
  max-height:420px;
  object-fit:cover;
  border-radius:18px;
  margin-bottom:14px;
}

.gallery-content p{
  color:#4b5563;
  margin-bottom:18px;
}

.gallery-thumbs{
  display:flex;
  gap:12px;
  justify-content:center;
}

.gallery-thumbs img{
  width:90px;
  height:70px;
  object-fit:cover;
  border-radius:10px;
  cursor:pointer;
  opacity:.7;
}

.gallery-thumbs img:hover{
  opacity:1;
}

.gallery-close{
  position:absolute;
  top:14px;
  right:18px;
  font-size:28px;
  cursor:pointer;
}

/* RESPONSIVE */
@media(max-width:768px){
  .gallery-thumbs{
    flex-wrap:wrap;
  }
}


    /* ===== GALERI + AGENDA GRID ===== */
.ga-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:50px;
  align-items:flex-start;
}

.ga-subtitle{
  font-size:22px;
  font-weight:800;
  color:var(--green);
  margin-bottom:22px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .ga-grid{
    grid-template-columns:1fr;
  }
}

/* ===== UNDUHAN LIST ===== */
.unduhan-list{
    list-style:none;
    padding:0;
    margin:0;
}

.unduhan-list li{
    display:flex;
    align-items:center;
    gap:18px;
    padding:18px 0;
    border-bottom:1px solid #e5e7eb;
}

.file-icon{
    width:48px;
    height:48px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    color:#fff;
}

.file-icon.pdf{background:#e53935}
.file-icon.doc{background:#1e88e5}

.file-info h4{
    margin:0;
    font-size:17px;
}

.file-info small{
    color:var(--gray);
    font-size:13px;
}

.file-download{
    margin-left:auto;
    text-decoration:none;
    font-weight:700;
    color:var(--green);
}

.file-download:hover{
    text-decoration:underline;
}

.footer-ppti{
    background:#0f172a;
    color:#e5e7eb;
    padding:50px 0 0;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:40px;
}

.footer-col h4{
    color:#fff;
    margin-bottom:14px;
    font-size:18px;
}

.footer-list{
    list-style:none;
    padding:0;
}

.footer-list li{
    display:flex;
    align-items:flex-start;
    gap:8px;
    margin-bottom:10px;
    font-size:14px;
}

.footer-list i{
    font-size:16px;
    margin-top:2px;
}

/* SOCIAL ICON */
.footer-social{
    display:flex;
    gap:14px;
}

.footer-social a{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#e5e7eb;
    font-size:20px;
    transition:.3s;
    text-decoration:none;
}

.footer-social a:hover{
    background:#0b9444;
    transform:translateY(-3px);
}

/* BOTTOM */
.footer-bottom{
    margin-top:30px;
    border-top:1px solid rgba(255,255,255,.1);
    padding:16px 0;
    text-align:center;
    font-size:13px;
    color:#9ca3af;
}

/* RESPONSIVE */
@media(max-width:600px){
    .footer-ppti{
        text-align:center;
    }
    .footer-list li{
        justify-content:center;
    }
    .footer-social{
        justify-content:center;
    }
}

.footer-visitor{
    margin-top:14px;
    font-size:13px;
    color:#9ca3af;
    display:flex;
    gap:6px;
    align-items:center;
    justify-content:center;
}

.footer-visitor i{
    font-size:16px;
}
/* HIT COUNTER */
.hit-counter{
    margin-top:30px;
    text-align:center;
}

/* LABEL */
.counter-label{
    font-size:13px;
    letter-spacing:2px;
    color:#9ca3af;
    margin-bottom:10px;
}

/* ODOMETER */
.odometer{
    display:flex;
    justify-content:center;
    gap:6px;
}

.odometer span{
    width:42px;
    height:58px;
    background:#020617;
    color:#22c55e;
    font-size:34px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:6px;
    box-shadow:
        inset 0 -3px 0 rgba(255,255,255,.1),
        inset 0 3px 0 rgba(0,0,0,.4),
        0 4px 12px rgba(0,0,0,.4);
    font-family: 'Courier New', monospace;
}

/* SUB */
.counter-sub{
    margin-top:8px;
    font-size:13px;
    color:#94a3b8;
}

/* RESPONSIVE */
@media(max-width:600px){
    .odometer span{
        width:34px;
        height:48px;
        font-size:26px;
    }
}
/* AGENDA */
.ga-agenda{
    background:#fff;
    border-radius:20px;
    padding:24px;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
}

.ga-subtitle{
    font-size:20px;
    font-weight:700;
    margin-bottom:18px;
    color:#0b9444;
}

.agenda-list{
    list-style:none;
    padding:0;
    margin:0;
}

.agenda-item{
    display:flex;
    gap:16px;
    align-items:flex-start;
}

/* TANGGAL */
.agenda-date{
    background:#0b9444;
    color:#fff;
    border-radius:14px;
    padding:10px 14px;
    text-align:center;
    min-width:80px;
}

.agenda-date strong{
    font-size:24px;
    display:block;
    line-height:1;
}

.agenda-date small{
    font-size:12px;
    letter-spacing:1px;
}

/* INFO */
.agenda-info h4{
    font-size:16px;
    margin-bottom:6px;
    color:#1f2937;
}

.agenda-lokasi{
    font-size:14px;
    color:#374151;
    margin-bottom:6px;
}

.agenda-desc{
    font-size:14px;
    color:#4b5563;
}

/* RESPONSIVE */
@media(max-width:600px){
    .agenda-item{
        flex-direction:column;
    }
}

/* KATEGORI */
.kategori-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:24px;
}

.kategori-card{
    background:#fff;
    padding:30px;
    border-radius:18px;
    text-align:center;
    text-decoration:none;
    color:#1f2937;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
    transition:.3s;
}

.kategori-card i{
    font-size:38px;
    color:#0b9444;
    margin-bottom:10px;
}

.kategori-card:hover{
    transform:translateY(-6px);
}

/* BACK */
.back-link{
    display:inline-block;
    margin-top:20px;
    color:#0b9444;
    font-weight:600;
    text-decoration:none;
}

.nav-modern a.active{
  color: #0b9444;
  font-weight: 600;
}
/* DETAIL LAYOUT */
.detail-grid{
    display:grid;
    grid-template-columns:3fr 1.2fr;
    gap:40px;
}

.detail-title{
    font-size:32px;
    font-weight:800;
    margin-bottom:10px;
    color:#0b9444;
}

.detail-meta{
    display:flex;
    gap:12px;
    font-size:14px;
    color:#6b7280;
    margin-bottom:20px;
}

.detail-img{
    width:100%;
    max-height:420px;
    object-fit:cover;
    border-radius:18px;
    margin-bottom:24px;
}

.detail-content{
    font-size:16px;
    line-height:1.9;
    color:#1f2937;
}

/* SIDEBAR */
.detail-sidebar{
    background:#f9fafb;
    border-radius:16px;
    padding:20px;
}

.detail-sidebar h3{
    margin-bottom:14px;
    font-size:18px;
    color:#0b9444;
}

.sidebar-berita{
    list-style:none;
    padding:0;
    margin:0;
}

.sidebar-berita li{
    padding:10px 0;
    border-bottom:1px solid #e5e7eb;
}

.sidebar-berita li.active a{
    color:#0b9444;
    font-weight:700;
}

.sidebar-berita a{
    text-decoration:none;
    color:#1f2937;
    font-size:14px;
}

.sidebar-berita small{
    display:block;
    font-size:12px;
    color:#6b7280;
}

/* RESPONSIVE */
@media(max-width:900px){
    .detail-grid{
        grid-template-columns:1fr;
    }
}

.share-box{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:30px;
}

.share-box span{
    font-weight:600;
    color:#374151;
}

.share-btn{
    width:38px;
    height:38px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    border:none;
    cursor:pointer;
}

.share-btn.wa{background:#25D366;}
.share-btn.fb{background:#1877F2;}
.share-btn.tw{background:#000;}
.share-btn.copy{background:#6b7280;}


.detail-sidebar h3{
    font-size:18px;
    margin-bottom:12px;
    color:#0b9444;
}

.sidebar-berita li{
    padding:10px 0;
    border-bottom:1px solid #e5e7eb;
}

.sidebar-berita small{
    display:block;
    font-size:12px;
    color:#6b7280;
    margin-top:4px;
}
/* =========================
   GALERI GRID
========================= */
/* =========================
   GALERI GRID
========================= */
.galeri-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:30px;
}

.galeri-item{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.galeri-item img{
  width:100%;
  height:260px;
  object-fit:cover;
  transition:.4s;
}

.galeri-item:hover img{
  transform:scale(1.06);
}

.galeri-caption{
  position:absolute;
  inset:auto 0 0 0;
  padding:18px;
  background:linear-gradient(to top,rgba(0,0,0,.75),transparent);
  color:#fff;
}

.galeri-caption h4{
  font-size:18px;
  font-weight:700;
  margin:0;
}

.galeri-caption span{
  font-size:14px;
  opacity:.9;
}

/* =========================
   MODAL GALERI (FULLSCREEN)
========================= */
.galeri-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.75);
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}

/* CARD PUTIH MODAL */
.galeri-modal-box{
  background:#fff;
  width:100%;
  max-width:920px;
  border-radius:28px;
  padding:24px 26px 30px;
  position:relative;
  animation:zoomIn .25s ease;
}

/* tombol close */
.galeri-close{
  position:absolute;
  top:14px;
  right:18px;
  font-size:26px;
  color:#333;
  cursor:pointer;
  transition:.2s;
}

.galeri-close:hover{
  color:#e53935;
  transform:scale(1.15);
}

/* GAMBAR UTAMA */
.galeri-main-img{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:18px;
  background:#f3f4f6;
}

/* JUDUL / DESKRIPSI */
.galeri-modal-title{
  text-align:center;
  font-size:18px;
  font-weight:600;
  color:#374151;
  margin:18px 0 14px;
}

/* THUMBNAIL */
.galeri-thumbs{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.galeri-thumbs img{
  width:90px;
  height:70px;
  object-fit:cover;
  border-radius:10px;
  cursor:pointer;
  opacity:.65;
  transition:.25s;
}

.galeri-thumbs img:hover,
.galeri-thumbs img.active{
  opacity:1;
  transform:scale(1.05);
  box-shadow:0 6px 18px rgba(0,0,0,.25);
}


/* =========================
   RESPONSIVE
========================= */
@media(max-width:768px){
  .galeri-main-img{
    height:260px;
  }

  .galeri-thumbs img{
    width:70px;
    height:55px;
  }
}

/* ANIMASI */
@keyframes zoomIn{
  from{transform:scale(.9);opacity:0}
  to{transform:scale(1);opacity:1}
}
/* =========================
   PARTNER / MITRA
========================= */
.partner-section{
  background:#f9fafb;
}

.partner-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:30px;
  align-items:center;
}

.partner-item{
  background:#fff;
  padding:24px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 22px rgba(0,0,0,.08);
  transition:.3s;
}

.partner-item img{
  max-width:140px;
  max-height:80px;
  object-fit:contain;
  filter:grayscale(100%);
  opacity:.8;
  transition:.3s;
}

.partner-item:hover{
  transform:translateY(-6px);
}

.partner-item:hover img{
  filter:none;
  opacity:1;
}

/* MOBILE */
@media(max-width:600px){
  .partner-grid{
    gap:20px;
  }

  .partner-item img{
    max-width:120px;
  }
}
