/*
Theme Name: As Sajidin
Theme URI: https://as-sajidin.local
Author: Yayasan As Sajidin
Author URI: https://as-sajidin.local
Description: Tema custom untuk Yayasan As Sajidin - Membangun Peradaban Islam. Landing page lengkap untuk masjid, pendidikan, dan kepedulian sosial.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: as-sajidin
*/

/* ============ TOKENS ============ */
:root {
  --green: #1f7a4d;
  --green-600: #176b43;
  --green-700: #0f5132;
  --green-dark: #103d2e;
  --green-deeper: #0a2e22;
  --green-soft: #eef5f1;
  --gold: #c4a04f;
  --gold-soft: #f7f1e3;
  --bg: #f5f7f5;
  --surface: #ffffff;
  --line: #e7ebe8;
  --text: #243029;
  --muted: #6b7771;
  --shadow: 0 18px 40px -18px rgba(16, 61, 46, .25);
  --shadow-sm: 0 6px 20px -10px rgba(16, 61, 46, .25);
  --radius: 16px;
  --radius-sm: 10px;
  --maxw: 1180px;
  --font: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --hero-img: url('https://images.unsplash.com/photo-1564769662533-4f00a87b4056?auto=format&fit=crop&w=1600&q=80');
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 56px 0; }
.eyebrow {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--green); background: var(--green-soft);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 14px;
}
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; flex-wrap: wrap; }
.section-head h2 { font-size: 26px; margin: 0; font-weight: 800; letter-spacing: -.02em; }
.section-title { font-size: 28px; font-weight: 800; margin: 0 0 8px; letter-spacing: -.02em; }
.link-more { color: var(--green); font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.link-more:hover { gap: 10px; transition: gap .2s; }

/* ============ BUTTONS ============ */
.btn { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 14px;
  padding: 13px 22px; border-radius: 10px; cursor: pointer; border: 1px solid transparent; transition: .2s; }
.btn svg { width: 16px; height: 16px; }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 10px 24px -10px rgba(31,122,77,.7); }
.btn-primary:hover { background: var(--green-600); transform: translateY(-1px); }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.45); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: rgba(255,255,255,.22); }
.btn-outline { background: #fff; color: var(--green-700); border-color: var(--line); }
.btn-outline:hover { border-color: var(--green); color: var(--green); }

/* ============ HEADER ============ */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { height: 46px; width: auto; max-width: 200px; object-fit: contain; }
.site-footer .brand-logo { height: 50px; max-width: 220px; }
.brand-mark { width: 42px; height: 42px; border-radius: 10px; background: var(--green-soft);
  display: grid; place-items: center; color: var(--green); border: 1px solid #d8e6dd; }
.brand-mark svg { width: 24px; height: 24px; }
.brand-text small { display: block; font-size: 10px; letter-spacing: .12em; color: var(--muted); text-transform: uppercase; font-weight: 700; }
.brand-text strong { font-size: 17px; font-weight: 800; letter-spacing: .02em; color: var(--green-700); }
.brand-text em { display: block; font-style: normal; font-size: 10px; color: var(--muted); }
.menu { display: flex; align-items: center; gap: 26px; }
.menu > li > a { font-size: 14px; font-weight: 600; color: #41504a; display: inline-flex; align-items: center; gap: 5px; padding: 6px 0; position: relative; }
.menu > li > a:hover, .menu > li.active > a { color: var(--green); }
.menu > li.active > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px; background: var(--green); border-radius: 2px; }
.menu .caret { width: 10px; height: 10px; opacity: .6; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; color: var(--green-700); }
.nav-toggle svg { width: 26px; height: 26px; }

/* ============ HERO ============ */
.hero { position: relative; color: #fff; padding: 300px 0 150px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(180deg, rgba(8,40,30,.78) 0%, rgba(8,40,30,.55) 40%, rgba(8,40,30,.85) 100%), var(--hero-img);
  background-size: cover; background-position: center 40%; background-repeat: no-repeat;
  z-index: -1; }
.hero h1 { font-size: clamp(38px, 6vw, 60px); font-weight: 800; line-height: 1.05; margin: 0 0 18px; letter-spacing: -.02em; }
.hero p { max-width: 480px; font-size: 16px; color: #dbe7e0; margin: 0 0 28px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* ============ INFO CARDS ============ */
.info-strip { margin-top: -96px; position: relative; z-index: 5; }
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.info-card { background: var(--surface); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.info-card .ic-head { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; color: var(--green-700); margin-bottom: 14px; }
.info-card .ic-head svg { width: 18px; height: 18px; color: var(--green); }
.prayer-row { display: flex; justify-content: space-between; text-align: center; gap: 4px; }
.prayer-row div span { display: block; font-size: 11px; color: var(--muted); }
.prayer-row div strong { font-size: 14px; font-weight: 700; }
.prayer-row div.now strong { color: var(--green); }
.ic-loc { font-size: 11px; color: var(--muted); margin-top: 12px; display: flex; align-items: center; gap: 5px; }
.kajian { display: flex; gap: 12px; align-items: flex-start; }
.kajian img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; flex: none; }
.kajian .k-date { font-size: 11px; color: var(--muted); }
.kajian .k-title { font-weight: 700; font-size: 14px; margin: 2px 0; }
.kajian .k-ust { font-size: 12px; color: var(--muted); }
.kajian .k-time { font-size: 11px; color: var(--green); margin-top: 6px; }
.ic-amount { font-size: 26px; font-weight: 800; color: var(--green-700); letter-spacing: -.02em; }
.ic-sub { font-size: 12px; color: var(--muted); }
.ic-note { font-size: 11px; line-height: 1.45; color: var(--muted); margin-top: 6px; }
.ic-foot { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); }
.ic-foot a { font-size: 12px; font-weight: 700; color: var(--green); }
.progress-pct { font-size: 26px; font-weight: 800; color: var(--green-700); }
.bar { height: 7px; border-radius: 99px; background: #e8efe9; overflow: hidden; margin: 10px 0 8px; }
.bar > i { display: block; height: 100%; background: linear-gradient(90deg, var(--green), var(--green-600)); border-radius: 99px; }

/* ============ LAPORAN MODAL ============ */
body.laporan-open { overflow: hidden; }
.laporan-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.laporan-modal[hidden] { display: none !important; }
.laporan-modal__backdrop { position: absolute; inset: 0; background: rgba(8, 40, 30, .55); backdrop-filter: blur(2px); }
.laporan-modal__dialog {
	position: relative; z-index: 1; width: min(760px, 100%); max-height: min(88vh, 720px);
	background: var(--surface); border-radius: 16px; border: 1px solid var(--line);
	box-shadow: 0 28px 60px -20px rgba(8, 40, 30, .45); display: flex; flex-direction: column; overflow: hidden;
	animation: laporanIn .22s ease;
}
@keyframes laporanIn {
	from { opacity: 0; transform: translateY(12px) scale(.98); }
	to { opacity: 1; transform: none; }
}
.laporan-modal__close {
	position: absolute; top: 12px; right: 14px; width: 36px; height: 36px; border: 0; border-radius: 10px;
	background: #eef4f0; color: var(--green-700); font-size: 22px; line-height: 1; cursor: pointer;
}
.laporan-modal__close:hover { background: var(--green-soft); }
.laporan-modal__head { padding: 22px 48px 8px 22px; }
.laporan-modal__head h2 { margin: 0; font-size: 20px; font-weight: 800; color: var(--green-700); }
.laporan-modal__head p { margin: 4px 0 0; font-size: 13px; color: var(--muted); }
.laporan-modal__summary {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 12px 22px 16px;
}
.laporan-modal__summary--3 { grid-template-columns: repeat(3, 1fr); }
.laporan-modal__summary > div {
	background: #f5f9f6; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px;
}
.laporan-modal__summary span { display: block; font-size: 11px; color: var(--muted); margin-bottom: 4px; }
.laporan-modal__summary strong { font-size: 15px; font-weight: 800; color: var(--green-700); }
.laporan-modal__summary strong.is-in { color: #007017; }
.laporan-modal__summary strong.is-out { color: #b32d2e; }
.laporan-modal__footer { padding: 0 22px 22px; }
.laporan-sheet-link {
	display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700;
	color: var(--green); text-decoration: none; padding: 12px 0 0; border-top: 1px solid var(--line); width: 100%;
}
.laporan-sheet-link:hover { color: var(--green-700); text-decoration: underline; }
.laporan-modal__table-wrap { overflow: auto; padding: 0 22px 22px; }
.laporan-modal__empty { margin: 8px 0 0; font-size: 14px; color: var(--muted); line-height: 1.5; }
.laporan-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.laporan-table th, .laporan-table td { padding: 10px 8px; text-align: left; border-bottom: 1px solid var(--line); }
.laporan-table th { font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); font-weight: 700; }
.laporan-table td.num, .laporan-table th.num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.laporan-table tr.is-in td:nth-child(3) { color: #007017; font-weight: 600; }
.laporan-table tr.is-out td:nth-child(3) { color: #b32d2e; font-weight: 600; }
@media (max-width: 640px) {
	.laporan-modal__summary,
	.laporan-modal__summary--3 { grid-template-columns: 1fr; }
	.laporan-modal__dialog { max-height: 92vh; }
}

/* ============ STATS ============ */
.stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; padding: 36px 0 8px; }
.stat { display: flex; align-items: center; gap: 12px; justify-content: center; }
.stat .s-ic { width: 40px; height: 40px; border-radius: 10px; background: var(--green-soft); display: grid; place-items: center; color: var(--green); flex: none; }
.stat .s-ic svg { width: 20px; height: 20px; }
.stat b { font-size: 22px; font-weight: 800; display: block; line-height: 1; }
.stat span { font-size: 12px; color: var(--muted); }
.stats-sep { border: 0; border-top: 1px solid var(--line); margin: 0; }

/* ============ ABOUT ============ */
.about-grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 28px; align-items: center; }
.about-text p { color: var(--muted); font-size: 14px; }
.about-media { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.about-media img,
.about-media video.about-video { width: 100%; height: 320px; object-fit: cover; display: block; background: #0a2e22; }
.about-media:not(.is-playing)::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.55) 0%, transparent 55%); pointer-events: none; z-index: 1; }
.about-media.is-playing::after { display: none; }
.about-media.is-playing .play-btn { display: none; }
.play-btn { position: absolute; inset: 0; display: grid; place-items: center; border: 0; padding: 0; cursor: pointer; background: transparent; z-index: 1; }
.play-btn span { width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.92); display: grid; place-items: center; color: var(--green); box-shadow: var(--shadow); }
.play-btn span svg { width: 26px; height: 26px; margin-left: 3px; }
.media-cap { position: absolute; left: 16px; bottom: 14px; color: #fff; z-index: 2; pointer-events: none; }
.media-cap b { font-size: 14px; } .media-cap small { display: block; opacity: .85; font-size: 12px; }
.legalitas { display: grid; gap: 18px; }
.legalitas-title { font-size: 18px; font-weight: 800; color: var(--green-700); margin: 0 0 4px; letter-spacing: -.01em; }
.legalitas-item { display: flex; gap: 12px; }
.legalitas-ic { width: 40px; height: 40px; border-radius: 10px; background: var(--gold-soft); color: var(--gold); display: grid; place-items: center; flex: none; }
.legalitas-ic svg { width: 20px; height: 20px; }
.legalitas-item b { font-size: 15px; } .legalitas-item p { font-size: 13px; color: var(--muted); margin: 2px 0 0; }

/* ============ PROGRAM ============ */
.prog-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.prog-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 16px; text-align: center; transition: .2s; }
.prog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #d7e6dd; }
.prog-card .p-ic { width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 14px; background: var(--green-soft); color: var(--green); display: grid; place-items: center; }
.prog-card .p-ic svg { width: 26px; height: 26px; }
.prog-card b { font-size: 14px; display: block; margin-bottom: 6px; }
.prog-card p { font-size: 11.5px; color: var(--muted); margin: 0 0 12px; min-height: 48px; }
.prog-card a { font-size: 12px; font-weight: 700; color: var(--green); display: inline-flex; gap: 5px; align-items: center; }

/* ============ MISI ============ */
.section-head-center { justify-content: center; }
.section-head-center h2 { text-align: center; letter-spacing: .08em; }
.misi-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.misi-card {
	background: var(--surface); border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
	display: flex; flex-direction: column; min-height: 100%; box-shadow: var(--shadow);
}
.misi-card-top {
	background: linear-gradient(160deg, #eaf5ef 0%, #f7fbf8 100%);
	min-height: 120px; display: grid; place-items: center; padding: 18px;
}
.misi-ic {
	width: 64px; height: 64px; border-radius: 18px; background: #fff; color: var(--green);
	display: grid; place-items: center; box-shadow: 0 8px 20px -12px rgba(8,40,30,.35);
}
.misi-ic svg { width: 30px; height: 30px; }
.misi-card-title {
	background: var(--green-700); color: #fff; text-align: center; font-size: 12px; font-weight: 800;
	letter-spacing: .03em; text-transform: uppercase; padding: 12px 10px; line-height: 1.35;
}
.misi-card p {
	margin: 0; padding: 16px 14px 18px; font-size: 13px; line-height: 1.55; color: var(--ink);
	text-align: center; flex: 1;
}
.kajian-soon { padding: 8px 0 2px; }
.kajian-soon-badge {
	display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
	color: var(--green-700); background: var(--green-soft); border-radius: 8px; padding: 6px 10px; margin-bottom: 10px;
}
.kajian-soon p { margin: 0; font-size: 13px; line-height: 1.5; color: var(--muted); }

/* ============ BUILD PROGRESS ============ */
.build { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: 30px; box-shadow: var(--shadow-sm); }
.build-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px; align-items: center; }
.build-left h2 { font-size: 22px; margin: 0 0 18px; font-weight: 800; }
.build-pct { font-size: 52px; font-weight: 800; color: var(--green); line-height: 1; }
.build .bar { height: 10px; margin: 16px 0; max-width: 420px; }
.build-stat { font-size: 13px; color: var(--muted); }
.build-stat b { color: var(--text); }
.build-img { border-radius: var(--radius); overflow: hidden; height: 220px; }
.build-img img { width: 100%; height: 100%; object-fit: cover; }
.roadmap h3 { font-size: 18px; margin: 0 0 20px; font-weight: 800; }
.road-item { display: grid; grid-template-columns: 22px 1fr auto; gap: 14px; align-items: start; padding-bottom: 22px; position: relative; }
.road-item:not(:last-child)::before { content: ""; position: absolute; left: 10px; top: 24px; bottom: 0; width: 2px; background: var(--line); }
.road-dot { width: 22px; height: 22px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; z-index: 1; }
.road-dot.pending { background: #d7ddd9; }
.road-dot svg { width: 12px; height: 12px; }
.road-item b { font-size: 14px; } .road-item small { display: block; color: var(--muted); font-size: 12px; }
.road-status { text-align: right; font-size: 12px; }
.road-status .badge { font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 99px; }
.badge.done { background: var(--green-soft); color: var(--green); }
.badge.run { background: var(--gold-soft); color: var(--gold); }
.badge.idle { background: #f1f1f0; color: var(--muted); }
.road-status b { display: block; margin-top: 4px; }

/* ============ AGENDA / GALLERY / NEWS ============ */
.three-col { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 28px; }
.agenda-item { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.agenda-date { width: 46px; height: 50px; border-radius: 10px; background: var(--green-soft); color: var(--green); display: grid; place-items: center; text-align: center; flex: none; }
.agenda-date b { font-size: 18px; line-height: 1; } .agenda-date span { font-size: 10px; text-transform: uppercase; }
.agenda-item .a-title { font-size: 14px; font-weight: 700; }
.agenda-item .a-meta { font-size: 12px; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.gallery-grid a { border-radius: 10px; overflow: hidden; aspect-ratio: 1; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: .3s; }
.gallery-grid a:hover img { transform: scale(1.08); }
.gallery-more { background: var(--green); color: #fff; display: grid; place-items: center; text-align: center; border-radius: 10px; }
.gallery-more b { font-size: 22px; } .gallery-more span { font-size: 11px; }
.news-item { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.news-item img { width: 90px; height: 66px; border-radius: 10px; object-fit: cover; flex: none; }
.news-item .n-title { font-size: 14px; font-weight: 700; line-height: 1.35; }
.news-item .n-meta { font-size: 12px; color: var(--muted); margin-top: 4px; }

/* ============ DONATION CTA ============ */
.cta { background: linear-gradient(135deg, var(--green-dark), var(--green-deeper)); border-radius: 22px; padding: 40px; color: #fff; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr 1.2fr auto; gap: 30px; align-items: center; }
.cta h2 { font-size: 24px; font-weight: 800; margin: 0 0 8px; }
.cta p { color: #c8d8d0; font-size: 13px; margin: 0; }
.cta .col-title { font-size: 13px; color: #bcd0c6; margin-bottom: 10px; }
.cta-pct { font-size: 40px; font-weight: 800; }
.cta .bar { background: rgba(255,255,255,.18); max-width: 100%; }
.cta-amounts { display: flex; justify-content: space-between; font-size: 12px; color: #c8d8d0; margin-top: 8px; }
.pay-methods { display: flex; gap: 8px; margin-bottom: 14px; }
.pay-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 10px; padding: 10px; text-align: center; flex: 1; font-size: 11px; }
.pay-card b { display: block; font-size: 12px; margin-top: 4px; } .pay-card span { color: #aac1b6; }
.qr-box { background: #fff; padding: 10px; border-radius: 14px; text-align: center; }
.qr-box img { width: 110px; height: 110px; } .qr-box small { color: var(--muted); font-size: 10px; display: block; margin-top: 6px; }

/* ============ PARTNERS ============ */
.partners { text-align: center; }
.partners .lbl { font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.partner-row { display: flex; align-items: center; justify-content: center; gap: 42px; flex-wrap: wrap; }
.partner-row span { font-weight: 800; color: #9aa6a0; font-size: 17px; letter-spacing: .02em; filter: grayscale(1); opacity: .8; }

/* ============ FOOTER ============ */
.site-footer { background: var(--green-deeper); color: #c7d6cd; padding: 56px 0 0; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.3fr; gap: 30px; }
.site-footer .brand-text strong { color: #fff; } .site-footer .brand-text small { color: #8fa89c; }
.site-footer .brand-mark { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.15); }
.foot-about p { font-size: 13px; margin: 16px 0; }
.socials { display: flex; gap: 10px; }
.socials a { width: 34px; height: 34px; border-radius: 9px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #fff; }
.socials a:hover { background: var(--green); }
.socials svg { width: 16px; height: 16px; }
.foot-col h4 { font-size: 14px; color: #fff; margin: 0 0 16px; }
.foot-col li { margin-bottom: 10px; }
.foot-col a { font-size: 13px; } .foot-col a:hover { color: #fff; }
.foot-contact li { font-size: 13px; margin-bottom: 12px; display: flex; gap: 8px; }
.foot-contact svg { width: 16px; height: 16px; flex: none; color: #8fa89c; }
.foot-map { border-radius: 12px; overflow: hidden; height: 120px; margin-top: 14px; }
.foot-map img { width: 100%; height: 100%; object-fit: cover; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding: 18px 0; text-align: center; font-size: 12px; color: #8fa89c; }

/* ============ PAGE / SINGLE ============ */
.page-hero { background: linear-gradient(135deg, var(--green-dark), var(--green-deeper)); color: #fff; padding: 56px 0; }
.page-hero-inner { display: flex; align-items: center; gap: 20px; }
.page-hero-ic { width: 64px; height: 64px; border-radius: 16px; background: rgba(255,255,255,.12); display: grid; place-items: center; color: #fff; flex: none; }
.page-hero-ic svg { width: 32px; height: 32px; }
.page-hero h1 { font-size: clamp(26px, 4vw, 40px); margin: 8px 0 0; font-weight: 800; letter-spacing: -.02em; }
.page-hero-meta { color: #c8d8d0; font-size: 14px; margin: 10px 0 0; }
.article-wrap { max-width: 820px; }
.article-thumb { border-radius: var(--radius); overflow: hidden; margin-bottom: 26px; box-shadow: var(--shadow-sm); }
.article-thumb img { width: 100%; height: auto; }
.entry-content { font-size: 16px; color: #36433c; }
.entry-content p { margin: 0 0 18px; }
.entry-content h2, .entry-content h3 { color: var(--green-700); margin: 28px 0 12px; }
.entry-content img { border-radius: var(--radius-sm); margin: 14px 0; }
.entry-content a { color: var(--green); text-decoration: underline; }
.entry-content ul, .entry-content ol { padding-left: 22px; margin: 0 0 18px; }
.entry-content li { margin-bottom: 8px; }
.agenda-meta-line { background: var(--green-soft); color: var(--green-700); padding: 12px 16px; border-radius: var(--radius-sm); margin-bottom: 20px; }
.article-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }

/* ============ ARCHIVE ============ */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.news-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .2s; display: block; }
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.news-card-thumb { aspect-ratio: 16/10; background: var(--green-soft); overflow: hidden; }
.news-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.news-card-body { padding: 16px 18px 20px; }
.news-card-body .n-title { font-size: 16px; font-weight: 700; margin: 4px 0 8px; line-height: 1.35; }
.news-card-body p { font-size: 13px; color: var(--muted); margin: 0; }
.archive-list { display: grid; gap: 4px; max-width: 760px; }
.archive-list .agenda-item { transition: .15s; padding: 14px 12px; border-radius: var(--radius-sm); }
.archive-list .agenda-item:hover { background: var(--green-soft); }
.archive-gallery { grid-template-columns: repeat(4, 1fr); }
.archive-gallery a { aspect-ratio: 1; }
.pagination { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.pagination .page-numbers { display: inline-grid; place-items: center; min-width: 40px; height: 40px; padding: 0 12px; border-radius: 10px; border: 1px solid var(--line); background: #fff; font-weight: 700; font-size: 14px; color: var(--green-700); }
.pagination .page-numbers.current, .pagination .page-numbers:hover { background: var(--green); color: #fff; border-color: var(--green); }

@media (max-width: 860px) {
	.news-grid { grid-template-columns: repeat(2, 1fr); }
	.archive-gallery { grid-template-columns: repeat(3, 1fr); }
	.page-hero-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
	.news-grid { grid-template-columns: 1fr; }
	.archive-gallery { grid-template-columns: repeat(2, 1fr); }
}

/* ============ FLOAT WHATSAPP ============ */
.wa-float { position: fixed; right: 22px; bottom: 22px; width: 52px; height: 52px; border-radius: 50%; background: #25d366; display: grid; place-items: center; color: #fff; box-shadow: 0 12px 28px -8px rgba(37,211,102,.6); z-index: 60; }
.wa-float svg { width: 28px; height: 28px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .menu, .nav-actions .btn span { display: none; }
  .nav-toggle { display: inline-flex; }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(3, 1fr); row-gap: 24px; }
  .about-grid { grid-template-columns: 1fr; }
  .prog-grid { grid-template-columns: repeat(3, 1fr); }
  .misi-grid { grid-template-columns: repeat(3, 1fr); }
  .build-grid, .three-col, .cta-grid, .foot-grid { grid-template-columns: 1fr; }
  .cta-grid .qr-box { justify-self: start; }
}
@media (max-width: 720px) {
  .misi-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .info-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .prog-grid { grid-template-columns: repeat(2, 1fr); }
  .misi-grid { grid-template-columns: 1fr; }
  .partner-row { gap: 24px; }
  .partner-row span { font-size: 14px; }
}

/* Mobile menu open */
.menu.open { display: flex; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; background: #fff; padding: 16px 24px; gap: 14px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
