*,*::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:#1a1a1a;background:#fff;display:flex;flex-direction:column;min-height:100vh}
main{flex:1}
img{max-width:100%;height:auto;display:block}
a{color:#B91C1C;text-decoration:none}
a:hover{text-decoration:underline;color:#991B1B}
ul,ol{list-style:none}
h1,h2,h3,h4{line-height:1.25;color:#111;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 #fee2e2}
th{background:#fef2f2;font-weight:700;color:#7F1D1D;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}
blockquote{border-left:4px solid #B91C1C;background:#fef2f2;padding:1rem 1.5rem;margin:1.5rem 0;border-radius:0 8px 8px 0;font-style:italic;color:#7F1D1D}
address{font-style:normal}
.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:#7F1D1D;color:#fff;padding:.5rem 1rem;border-radius:6px}

/* ── Header ── */
.hdr{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 2px 0 0 #B91C1C,0 3px 8px rgba(185,28,28,.08)}
.nav{display:flex;align-items:center;justify-content:space-between;height:60px}
.nav__logo{display:flex;align-items:center;gap:.65rem;text-decoration:none}
.nav__logo img{width:38px;height:38px;object-fit:contain}
.nav__brand{display:flex;flex-direction:column;line-height:1.15}
.nav__brand strong{font-size:1rem;font-weight:900;color:#B91C1C;letter-spacing:-.01em}
.nav__brand span{font-size:.62rem;font-weight:600;color:#9CA3AF;letter-spacing:.06em;text-transform:uppercase}
.nav__logo:hover .nav__brand strong{color:#991B1B;text-decoration:none}
.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:2px solid #B91C1C;padding:.5rem 0;z-index:100;box-shadow:0 6px 16px rgba(0,0,0,.08)}
.nav__menu a{display:block;padding:.6rem 1.5rem;color:#374151;font-size:.87rem;font-weight:600;transition:all .15s}
.nav__menu a:hover{background:#fef2f2;color:#B91C1C;text-decoration:none}
.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;box-shadow:none}.nav__menu a{padding:.35rem .6rem;border-radius:6px;font-size:.82rem}.nav__menu a:hover{background:#fef2f2}}

/* ── Hero ── */
.hero{background:linear-gradient(135deg,#7F1D1D 0%,#991B1B 40%,#B91C1C 100%);color:#fff;padding:4rem 0 3.5rem;position:relative;overflow:hidden}
.hero::after{content:"";position:absolute;right:-60px;top:-60px;width:350px;height:350px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);pointer-events:none}
.hero__grid{display:grid;gap:2.5rem;align-items:center}
@media(min-width:768px){.hero__grid{grid-template-columns:1fr 1fr}}
.hero__badge{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);padding:.3rem .9rem;border-radius:100px;font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;margin-bottom:1.25rem;color:#fecaca}
.hero h1{font-size:clamp(1.8rem,4vw,2.75rem);font-weight:900;margin-bottom:1rem;color:#fff;letter-spacing:-.02em;line-height:1.2}
.hero h1 em{color:#fcd34d;font-style:normal}
.hero__sub{font-size:1rem;color:#fecaca;max-width:560px;margin-bottom:2rem;line-height:1.7}
.hero__stats{display:flex;flex-wrap:wrap;gap:1.75rem;margin-bottom:2rem}
.hero__stat strong{display:block;font-size:1.9rem;font-weight:900;color:#fcd34d;line-height:1}
.hero__stat span{font-size:.7rem;color:#fca5a5;text-transform:uppercase;letter-spacing:.06em}
.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:#B91C1C}
.btn--primary:hover{background:#fef2f2;color:#7F1D1D}
.btn--outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.45)}
.btn--outline:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.8)}
.hero__img{border-radius:16px;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.35);position:relative}
.hero__img img{width:100%;height:280px;object-fit:cover}
.hero__img::before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 60%,rgba(127,29,29,.4));z-index:1;pointer-events:none}
@media(min-width:768px){.hero__img img{height:360px}}

/* ── Section commons ── */
.section-label{font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#B91C1C;display:block;margin-bottom:.55rem}
.section-title{font-size:clamp(1.4rem,3vw,2rem);font-weight:900;color:#111;margin-bottom:.65rem;letter-spacing:-.01em}
.section-desc{color:#6B7280;font-size:.96rem;max-width:580px;margin-bottom:2.5rem}

/* ── Pilar cards ── */
.pillars{padding:4.5rem 0;background:#fff}
.pillar-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}
@media(min-width:600px){.pillar-grid{grid-template-columns:repeat(3,1fr)}}
.pillar{padding:1.75rem 1.5rem;border-radius:14px;background:#fff;border:1px solid #fee2e2;position:relative;overflow:hidden;transition:all .25s}
.pillar::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#B91C1C,#EF4444)}
.pillar:hover{box-shadow:0 8px 32px rgba(185,28,28,.12);transform:translateY(-2px);border-color:#fca5a5}
.pillar__num{font-size:2.5rem;font-weight:900;color:#fee2e2;line-height:1;margin-bottom:.5rem}
.pillar h3{font-size:1rem;font-weight:800;color:#111;margin-bottom:.5rem}
.pillar p{font-size:.85rem;color:#6B7280;line-height:1.6}

/* ── About ── */
.about{padding:4.5rem 0;background:#fef2f2}
.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 32px rgba(185,28,28,.15)}
.about__img img{width:100%;height:320px;object-fit:cover}
.check-list{list-style:none;margin:1.25rem 0}
.check-list li{padding:.45rem 0;padding-left:1.75rem;position:relative;font-size:.93rem;color:#374151;border-bottom:1px solid #fee2e2}
.check-list li::before{content:"✓";position:absolute;left:0;color:#B91C1C;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 #B91C1C;border-radius:8px;color:#B91C1C;font-size:.83rem;font-weight:700;transition:all .2s}
.about__links a:hover{background:#B91C1C;color:#fff;text-decoration:none}

/* ── Digital platform ── */
.digital{padding:4rem 0;background:#fff;border-top:1px solid #fee2e2}
.digital__inner{display:grid;gap:2rem;align-items:center}
@media(min-width:768px){.digital__inner{grid-template-columns:3fr 2fr}}
.digital__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border:1px solid #fee2e2;border-radius:8px;font-size:.8rem;font-weight:700;color:#B91C1C;background:#fef2f2;margin-bottom:1rem}

/* ── Satgas / Regulasi CTA ── */
.cta-strip{background:linear-gradient(135deg,#7F1D1D,#B91C1C);padding:3rem 0;color:#fff}
.cta-strip h2{color:#fff;margin-bottom:.75rem}
.cta-strip p{color:#fecaca;margin-bottom:1.5rem;font-size:.95rem}

/* ── Wilayah ── */
.wilayah{padding:4.5rem 0;background:#fafafa}
.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 #fee2e2;border-radius:10px;background:#fff;transition:all .2s;text-decoration:none!important}
.wcard:hover{border-color:#fca5a5;box-shadow:0 4px 16px rgba(185,28,28,.1);background:#fef2f2}
.wcard__type{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#9CA3AF;display:block;margin-bottom:.2rem}
.wcard h3{font-size:.82rem;font-weight:800;color:#111;margin-bottom:.15rem}
.wcard p{font-size:.72rem;color:#9CA3AF}
.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:#B91C1C;color:#fff;border-radius:8px;font-weight:700;font-size:.88rem}
.section__more a:hover{background:#991B1B;text-decoration:none}

/* ── FAQ ── */
.faq-section{padding:4.5rem 0;background:#fef2f2}
.faq-list details{border:1px solid #fecaca;border-radius:10px;margin-bottom:.6rem;overflow:hidden}
.faq-list summary{padding:.9rem 1.25rem;cursor:pointer;font-weight:700;font-size:.92rem;color:#111;display:flex;align-items:center;justify-content:space-between;list-style:none;background:#fff;transition:background .15s}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";font-size:1.2rem;color:#B91C1C;font-weight:900;flex-shrink:0;margin-left:.5rem}
.faq-list details[open] summary::after{content:"−"}
.faq-list details[open] summary{background:#fef2f2;color:#7F1D1D}
.faq-list details p,.faq-list details div{padding:1rem 1.25rem;font-size:.9rem;color:#4B5563;line-height:1.7;border-top:1px solid #fee2e2;background:#fff}

/* ── Breadcrumb ── */
.bc{background:#fafafa;border-bottom:1px solid #fee2e2;padding:.6rem 0}
.bc ol{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;font-size:.8rem}
.bc ol li:not(:last-child)::after{content:"›";margin-left:.25rem;color:#D1D5DB}
.bc a{color:#6B7280}.bc a:hover{color:#B91C1C}

/* ── Page ── */
.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 #fee2e2}
.page__header h1{font-size:clamp(1.4rem,3vw,1.9rem);margin-bottom:.5rem}
.page__desc{color:#4B5563;font-size:1rem}
.prose h2{font-size:1.2rem;margin:2rem 0 .75rem;color:#7F1D1D;padding-bottom:.4rem;border-bottom:1px solid #fee2e2}
.prose h3{font-size:1rem;margin:1.5rem 0 .5rem;color:#991B1B}
.prose p{margin-bottom:1rem;color:#374151;font-size:.93rem}
.prose ul,.prose ol{margin:.5rem 0 1rem 1.25rem;color:#374151;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 #B91C1C;background:#fef2f2;padding:1rem 1.5rem;margin:1.5rem 0;border-radius:0 8px 8px 0;font-style:italic;color:#7F1D1D}
.prose table{font-size:.87rem}.prose a{color:#B91C1C;font-weight:600}.prose strong{color:#111}

/* ── Network ── */
.net-hero{background:linear-gradient(135deg,#7F1D1D,#B91C1C);color:#fff;padding:2.5rem 0}
.net-hero h1{color:#fff;font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:.4rem}
.net-hero p{color:#fecaca;font-size:.95rem}
.net-content{padding:2.5rem 0}
.net-group{border:1px solid #fee2e2;border-radius:10px;margin-bottom:.65rem;overflow:hidden}
.net-group summary{padding:.8rem 1.25rem;cursor:pointer;font-weight:700;font-size:.92rem;display:flex;align-items:center;justify-content:space-between;list-style:none;background:#fff;color:#111}
.net-group summary::-webkit-details-marker{display:none}
.net-group summary::after{content:"+";font-size:1.1rem;color:#B91C1C;font-weight:900}
.net-group[open] summary::after{content:"−"}
.net-group[open] summary{border-bottom:1px solid #fee2e2;background:#fef2f2;color:#7F1D1D}
.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:#374151}.net-list a:hover{color:#B91C1C;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:.5rem .9rem;border:1px solid #D1D5DB;border-radius:8px;font-size:.82rem;color:#4B5563;text-decoration:none;text-align:center;transition:all .2s;font-weight:600}
.net-nav__btn:hover{background:#fef2f2;border-color:#fca5a5;color:#B91C1C}
.net-nav__btn--active{background:#B91C1C;color:#fff;border-color:#B91C1C;font-weight:700;pointer-events:none}
.cross-net__project{border:1px solid #fee2e2;border-radius:8px;margin-bottom:.65rem}
.cross-net__project summary{padding:.8rem 1.25rem;cursor:pointer;font-weight:700;font-size:.92rem;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:#9CA3AF}
.cross-net__project[open] summary::after{content:"−"}
.cross-net__project[open] summary{border-bottom:1px solid #fee2e2}
.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:#4B5563}.cross-net__list a:hover{text-decoration:underline;color:#111}
@media(min-width:600px){.cross-net__list{columns:3}}
@media(min-width:900px){.cross-net__list{columns:4}}

/* ── Wilayah hero ── */
.wilayah-hero{background:linear-gradient(135deg,#7F1D1D,#991B1B);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:#fecaca}

/* ── Footer ── */
.ftr{background:#111;color:#9CA3AF;margin-top:auto}
.ftr__satgas{padding:2rem 0;border-bottom:1px solid #1F1F1F}
.ftr__satgas-title{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#6B7280;margin-bottom:1rem}
.ftr__satgas-img{border-radius:8px;max-width:100%;height:auto;opacity:.75;filter:brightness(1.4) contrast(.85);transition:opacity .2s}
.ftr__satgas-img:hover{opacity:1}
.ftr__top{padding:2.5rem 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:42px;height:42px;object-fit:contain;margin-bottom:.75rem;border-radius:8px}
.ftr__org{font-weight:900;color:#F3F4F6;font-size:.95rem;margin-bottom:.25rem}
.ftr__tagline{font-size:.83rem;color:#6B7280;margin:.5rem 0;line-height:1.6}
.ftr h4{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#F3F4F6;margin-bottom:1rem}
.ftr ul li{margin-bottom:.45rem}
.ftr ul li a{color:#6B7280;font-size:.84rem}
.ftr ul li a:hover{color:#EF4444;text-decoration:none}
.ftr__bottom{padding:1.25rem 0;border-top:1px solid #1F1F1F;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem}
.ftr__copy{font-size:.77rem;color:#4B5563}
#xn-bl{padding:0;list-style:none;margin:.5rem 0}
#xn-bl a{font-size:.7rem;color:#374151;margin-right:.5rem}
