*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;font-size:1rem;line-height:1.7;color:#1c1917;background:#fff;display:flex;flex-direction:column;min-height:100vh}
main{flex:1}
img{max-width:100%;height:auto;display:block}
a{color:#16a34a;text-decoration:none}
a:hover{text-decoration:underline;color:#15803d}
ul,ol{list-style:none}
h1,h2,h3,h4{line-height:1.25;color:#0a0a0a;font-weight:800}
table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}
th,td{padding:.6rem .9rem;text-align:left;border-bottom:1px solid #e7e5e4}
th{background:#f5f5f4;font-weight:700;color:#1c1917;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}
blockquote{border-left:4px solid #16a34a;background:#f0fdf4;padding:1rem 1.5rem;margin:1.5rem 0;border-radius:0 8px 8px 0;font-style:italic;color:#166534}
.container{max-width:1100px;margin:0 auto;padding:0 1.25rem}
.skip{position:absolute;left:-9999px;top:-9999px;z-index:100}
.skip:focus{left:1rem;top:1rem;background:#15803d;color:#fff;padding:.5rem 1rem;border-radius:6px}

/* ── Header / Nav ── */
.hdr{background:#fff;border-bottom:3px solid #16a34a;position:sticky;top:0;z-index:50;box-shadow:0 1px 6px rgba(22,163,74,.08)}
.nav{display:flex;align-items:center;justify-content:space-between;height:60px}
.nav__logo{display:flex;align-items:center;gap:.6rem;font-weight:900;font-size:1.1rem;color:#15803d;letter-spacing:-.01em;text-decoration:none}
.nav__logo:hover{text-decoration:none;color:#166534}
.nav__logo img{width:40px;height:40px;border-radius:8px;object-fit:contain}
.nav__logo span{display:flex;flex-direction:column;line-height:1.1}
.nav__logo .logo-sub{font-size:.65rem;font-weight:500;color:#6b7280;letter-spacing:.03em;text-transform:uppercase}
.nav__toggle{display:none}
.nav__burger{cursor:pointer;padding:.5rem;color:#374151;display:flex;align-items:center;border:none;background:none}
.nav__menu{display:none;position:absolute;top:60px;left:0;right:0;background:#fff;border-bottom:1px solid #e5e7eb;padding:.5rem 0;z-index:100;box-shadow:0 4px 12px rgba(0,0,0,.08)}
.nav__menu a{display:block;padding:.65rem 1.5rem;color:#374151;font-size:.88rem;font-weight:600}
.nav__menu a:hover{background:#f0fdf4;text-decoration:none;color:#15803d}
.nav__toggle:checked~.nav__menu{display:block}
@media(min-width:768px){.nav__burger{display:none}.nav__menu{display:flex!important;position:static;border:0;padding:0;gap:0;box-shadow:none}.nav__menu a{padding:.35rem .65rem;border-radius:6px;font-size:.82rem}.nav__menu a:hover{background:#f0fdf4}}

/* ── Hero ── */
.hero{background:linear-gradient(135deg,#064e3b 0%,#065f46 45%,#047857 100%);color:#fff;padding:4rem 0 3.5rem;position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}
.hero__inner{position:relative;z-index:1}
.hero__badge{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);padding:.3rem .9rem;border-radius:100px;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.25rem;color:#bbf7d0}
.hero h1{font-size:clamp(1.75rem,4vw,2.8rem);font-weight:900;margin-bottom:1rem;color:#fff;letter-spacing:-.02em}
.hero h1 em{color:#6ee7b7;font-style:normal}
.hero__sub{font-size:1.05rem;color:#d1fae5;max-width:620px;margin-bottom:2rem;line-height:1.65}
.hero__stats{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}
.hero__stat{text-align:center}
.hero__stat strong{display:block;font-size:1.8rem;font-weight:900;color:#6ee7b7;line-height:1}
.hero__stat span{font-size:.75rem;color:#a7f3d0;text-transform:uppercase;letter-spacing:.05em}
.hero__cta{display:flex;flex-wrap:wrap;gap:.75rem}
.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.4rem;border-radius:8px;font-weight:700;font-size:.88rem;cursor:pointer;transition:all .2s;text-decoration:none!important}
.btn--primary{background:#fff;color:#065f46}
.btn--primary:hover{background:#d1fae5;color:#064e3b}
.btn--outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4)}
.btn--outline:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.7)}
.hero__img{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}
.hero__img img{width:100%;height:280px;object-fit:cover}
@media(min-width:768px){.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero__img img{height:360px}}

/* ── Program section ── */
.program{padding:4.5rem 0;background:#fff}
.section-label{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#16a34a;margin-bottom:.6rem;display:block}
.section-title{font-size:clamp(1.4rem,3vw,2rem);font-weight:900;color:#0a0a0a;margin-bottom:.75rem}
.section-desc{color:#57534e;font-size:.96rem;max-width:560px;margin-bottom:2.5rem}
.features{display:grid;gap:1.5rem;grid-template-columns:1fr}
@media(min-width:600px){.features{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.features{grid-template-columns:repeat(4,1fr)}}
.feature{padding:1.5rem;border:1px solid #e7e5e4;border-radius:12px;background:#fff;transition:all .2s}
.feature:hover{border-color:#86efac;box-shadow:0 4px 20px rgba(22,163,74,.08);transform:translateY(-2px)}
.feature__icon{width:48px;height:48px;border-radius:12px;background:#f0fdf4;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#16a34a}
.feature h3{font-size:.95rem;font-weight:800;margin-bottom:.4rem;color:#0a0a0a}
.feature p{font-size:.85rem;color:#78716c;line-height:1.55}

/* ── About / Mission ── */
.about{padding:4.5rem 0;background:#f0fdf4}
.about__grid{display:grid;gap:2.5rem;align-items:center}
@media(min-width:768px){.about__grid{grid-template-columns:1fr 1fr}}
.about__img{border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgba(22,163,74,.15)}
.about__img img{width:100%;height:320px;object-fit:cover}
.mission-list{list-style:none;margin:1.25rem 0}
.mission-list li{padding:.5rem 0;padding-left:1.75rem;position:relative;font-size:.92rem;color:#44403c;border-bottom:1px solid #d1fae5}
.mission-list li::before{content:"✓";position:absolute;left:0;color:#16a34a;font-weight:900;font-size:1rem}
.about__links{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}
.about__links a{padding:.5rem 1.1rem;border:2px solid #16a34a;border-radius:8px;color:#15803d;font-size:.82rem;font-weight:700}
.about__links a:hover{background:#16a34a;color:#fff;text-decoration:none}

/* ── Activities ── */
.activities{padding:4.5rem 0;background:#fff}
.activities-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}
@media(min-width:600px){.activities-grid{grid-template-columns:repeat(3,1fr)}}
.activity-card{border-radius:12px;overflow:hidden;background:#f5f5f4;border:1px solid #e7e5e4}
.activity-card img{width:100%;height:180px;object-fit:cover}
.activity-card__body{padding:1rem 1.25rem}
.activity-card__body h3{font-size:.92rem;font-weight:800;color:#1c1917}

/* ── Wilayah ── */
.wilayah{padding:4.5rem 0;background:#fafaf9}
.wgrid{display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);margin:1.5rem 0}
@media(min-width:480px){.wgrid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:768px){.wgrid{grid-template-columns:repeat(4,1fr)}}
@media(min-width:1024px){.wgrid{grid-template-columns:repeat(5,1fr)}}
.wcard{display:block;padding:.75rem 1rem;border:1px solid #e7e5e4;border-radius:10px;background:#fff;transition:all .2s;text-decoration:none!important}
.wcard:hover{border-color:#86efac;box-shadow:0 4px 16px rgba(22,163,74,.1);background:#f0fdf4}
.wcard__type{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#a8a29e;display:block;margin-bottom:.2rem}
.wcard h3{font-size:.82rem;font-weight:800;color:#1c1917;margin-bottom:.15rem}
.wcard p{font-size:.72rem;color:#78716c}
.section__more{text-align:center;margin-top:1.5rem}
.section__more a{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.5rem;background:#16a34a;color:#fff;border-radius:8px;font-weight:700;font-size:.88rem}
.section__more a:hover{background:#15803d;text-decoration:none}

/* ── Tim Penyelenggara ── */
.tim{padding:4rem 0;background:#fff;border-top:1px solid #e7e5e4}
.tim__logos{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.5rem 0}
@media(min-width:480px){.tim__logos{grid-template-columns:repeat(4,1fr)}}
@media(min-width:768px){.tim__logos{grid-template-columns:repeat(5,1fr)}}
@media(min-width:1024px){.tim__logos{grid-template-columns:repeat(8,1fr)}}
.tim__logo-link{display:flex;align-items:center;justify-content:center;padding:.75rem .5rem;border:1px solid #e7e5e4;border-radius:10px;background:#fafaf9;transition:all .2s;min-height:64px}
.tim__logo-link:hover{border-color:#86efac;background:#f0fdf4;box-shadow:0 2px 8px rgba(22,163,74,.1)}
.tim__logo-link img{max-width:80px;max-height:40px;object-fit:contain;filter:grayscale(40%);transition:filter .2s}
.tim__logo-link:hover img{filter:grayscale(0%)}
.tim__support{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #f5f5f4}
.tim__support h3{font-size:.85rem;font-weight:800;color:#57534e;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}
.tim__support-logos{display:flex;flex-wrap:wrap;gap:.75rem}

/* ── FAQ preview ── */
.faq-preview{padding:4.5rem 0;background:#f0fdf4}
.faq-list details{border:1px solid #d1fae5;border-radius:10px;margin-bottom:.6rem;overflow:hidden}
.faq-list summary{padding:.9rem 1.25rem;cursor:pointer;font-weight:700;font-size:.92rem;color:#1c1917;display:flex;align-items:center;justify-content:space-between;list-style:none;background:#fff}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";font-size:1.2rem;color:#16a34a;font-weight:900;flex-shrink:0;margin-left:.5rem}
.faq-list details[open] summary::after{content:"−"}
.faq-list details[open] summary{background:#f0fdf4;color:#15803d}
.faq-list details p,.faq-list details div{padding:1rem 1.25rem;font-size:.9rem;color:#57534e;line-height:1.7;border-top:1px solid #d1fae5;background:#fff}

/* ── Page (article) ── */
.bc{background:#fafaf9;border-bottom:1px solid #e7e5e4;padding:.6rem 0}
.bc ol{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;font-size:.8rem;max-width:1100px;margin:0 auto;padding:0 1.25rem}
.bc ol li:not(:last-child)::after{content:"›";margin-left:.25rem;color:#a8a29e}
.bc a{color:#57534e}
.bc a:hover{color:#15803d}
.page{padding:2.5rem 1.25rem;max-width:820px;margin:0 auto}
.page__header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #d1fae5}
.page__header h1{font-size:clamp(1.4rem,3vw,1.9rem);color:#0a0a0a;margin-bottom:.5rem}
.page__desc{color:#57534e;font-size:1rem;line-height:1.65}
.prose h2{font-size:1.2rem;margin:2rem 0 .75rem;color:#064e3b;padding-bottom:.4rem;border-bottom:1px solid #d1fae5}
.prose h3{font-size:1rem;margin:1.5rem 0 .5rem;color:#065f46}
.prose p{margin-bottom:1rem;color:#44403c;font-size:.93rem}
.prose ul,.prose ol{margin:.5rem 0 1rem 1.25rem;color:#44403c;font-size:.93rem}
.prose ul{list-style:disc}
.prose ol{list-style:decimal}
.prose li{margin-bottom:.35rem;line-height:1.65}
.prose blockquote{border-left:4px solid #16a34a;background:#f0fdf4;padding:1rem 1.5rem;margin:1.5rem 0;border-radius:0 8px 8px 0;font-style:italic;color:#166534}
.prose table{font-size:.87rem}
.prose a{color:#15803d;font-weight:600}
.prose strong{color:#1c1917;font-weight:700}

/* ── Network page ── */
.net-hero{background:linear-gradient(135deg,#064e3b,#047857);color:#fff;padding:3rem 0}
.net-hero h1{font-size:clamp(1.4rem,3vw,2rem);color:#fff;margin-bottom:.5rem}
.net-hero p{color:#a7f3d0;font-size:.95rem}
.net-content{padding:2.5rem 0}
.net-group{border:1px solid #e7e5e4;border-radius:10px;margin-bottom:.75rem;overflow:hidden}
.net-group summary{padding:.85rem 1.25rem;cursor:pointer;font-weight:700;font-size:.93rem;display:flex;align-items:center;justify-content:space-between;list-style:none;background:#fff;color:#0a0a0a}
.net-group summary::-webkit-details-marker{display:none}
.net-group summary::after{content:"+";font-size:1.1rem;color:#16a34a;font-weight:900}
.net-group[open] summary::after{content:"−"}
.net-group[open] summary{border-bottom:1px solid #d1fae5;background:#f0fdf4;color:#064e3b}
.net-count{font-weight:400;font-size:.78rem;color:#a8a29e}
.net-list{padding:.75rem 1.25rem;columns:2;column-gap:1.5rem;list-style:none;margin:0}
.net-list li{padding:.2rem 0;font-size:.84rem;break-inside:avoid}
.net-list a{color:#44403c}
.net-list a:hover{color:#15803d;text-decoration:underline}
@media(min-width:600px){.net-list{columns:3}}
@media(min-width:900px){.net-list{columns:4}}
.net-nav{display:grid;grid-template-columns:1fr;gap:.5rem;margin-bottom:2rem}
@media(min-width:600px){.net-nav{grid-template-columns:repeat(5,1fr)}}
.net-nav__btn{display:block;padding:.55rem 1rem;border:1px solid #d4d4d0;border-radius:.5rem;font-size:.83rem;color:#57534e;text-decoration:none;text-align:center;transition:all .2s;font-weight:600}
.net-nav__btn:hover{background:#f0fdf4;border-color:#86efac;color:#15803d}
.net-nav__btn--active{background:#16a34a;color:#fff;border-color:#16a34a;font-weight:700;pointer-events:none}

/* ── Cross network ── */
.cross-net__project{border:1px solid #e7e5e4;border-radius:8px;margin-bottom:.75rem}
.cross-net__project summary{padding:.85rem 1.25rem;cursor:pointer;font-weight:700;font-size:.93rem;display:flex;align-items:center;justify-content:space-between;list-style:none}
.cross-net__project summary::-webkit-details-marker{display:none}
.cross-net__project summary::after{content:"+";font-size:1.1rem;color:#a8a29e}
.cross-net__project[open] summary::after{content:"−"}
.cross-net__project[open] summary{border-bottom:1px solid #e7e5e4}
.cross-net__count{font-weight:400;font-size:.78rem;color:#a8a29e}
.cross-net__list{padding:.75rem 1.25rem;columns:2;column-gap:1.5rem;list-style:none;margin:0}
.cross-net__list li{padding:.2rem 0;font-size:.84rem;break-inside:avoid}
.cross-net__list a{color:#57534e}
.cross-net__list a:hover{text-decoration:underline;color:#1c1917}
@media(min-width:600px){.cross-net__list{columns:3}}
@media(min-width:900px){.cross-net__list{columns:4}}

/* ── Wilayah Index ── */
.wilayah-hero{background:linear-gradient(135deg,#064e3b,#065f46);color:#fff;padding:2.5rem 0}
.wilayah-hero h1{color:#fff;font-size:clamp(1.3rem,3vw,1.8rem);margin-bottom:.4rem}
.wilayah-hero p{color:#a7f3d0}

/* ── Footer ── */
.ftr{background:#0a0a0a;color:#d6d3d1;margin-top:auto}
.ftr__top{padding:3rem 0;display:grid;gap:2rem;grid-template-columns:1fr}
@media(min-width:640px){.ftr__top{grid-template-columns:2fr 1fr 1fr}}
.ftr__logo img{width:44px;height:44px;border-radius:10px;margin-bottom:.75rem;object-fit:contain}
.ftr__tagline{font-size:.85rem;color:#a8a29e;margin:.5rem 0;line-height:1.6}
.ftr__org{font-weight:800;color:#f5f5f4;font-size:.95rem;margin-bottom:.25rem}
.ftr h4{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#f5f5f4;margin-bottom:1rem}
.ftr ul li{margin-bottom:.5rem}
.ftr ul li a{color:#a8a29e;font-size:.84rem}
.ftr ul li a:hover{color:#6ee7b7;text-decoration:none}
.ftr__bottom{padding:1.25rem 0;border-top:1px solid #1c1917;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem}
.ftr__copy{font-size:.78rem;color:#78716c;text-align:center;width:100%}
#xn-bl{padding:0;list-style:none;margin:.5rem 0}
#xn-bl a{font-size:.7rem;color:#57534e;margin-right:.5rem}
.ftr__tim{padding:2rem 0;border-top:1px solid #1c1917}
.ftr__tim-title{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#a8a29e;margin-bottom:1rem}
.ftr__tim-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.6rem}
@media(min-width:640px){.ftr__tim-grid{grid-template-columns:repeat(8,1fr)}}
@media(min-width:900px){.ftr__tim-grid{grid-template-columns:repeat(10,1fr)}}
.ftr__tim-item{display:flex;align-items:center;justify-content:center;padding:.5rem .3rem;border:1px solid #1c1917;border-radius:8px;transition:border-color .2s;min-height:44px}
.ftr__tim-item:hover{border-color:#374151}
.ftr__tim-item img{max-width:60px;max-height:28px;object-fit:contain;opacity:.65;filter:brightness(1.8);transition:opacity .2s}
.ftr__tim-item:hover img{opacity:1}
