:root {
  --nu-deep: #073f2f;
  --nu-green: #08785a;
  --nu-mint: #eaf5ef;
  --nu-lime: #b7d62e;
  --nu-ink: #18352c;
  --nu-muted: #5d6f68;
  --nu-line: rgba(7, 63, 47, .13);
  --nu-shadow: 0 22px 60px rgba(5, 57, 41, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.nu-page {
  margin: 0;
  color: var(--nu-ink);
  background: #f7faf8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.75;
}
.nu-page a { color: inherit; }
.nu-container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.nu-site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.94); border-bottom: 1px solid var(--nu-line);
  box-shadow: 0 10px 40px rgba(3,42,30,.06); backdrop-filter: blur(16px);
}
.nu-site-nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.nu-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.nu-brand img { width: 54px; height: 54px; object-fit: contain; }
.nu-brand-copy { display: grid; line-height: 1.15; }
.nu-brand-copy strong { color: var(--nu-deep); font-size: 15px; }
.nu-brand-copy small { margin-top: 5px; color: var(--nu-green); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nu-menu { display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.nu-menu a { display: block; padding: 11px 14px; color: #385149; border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; }
.nu-menu a:hover, .nu-menu a[aria-current="page"] { color: #fff; background: var(--nu-green); }
.nu-menu-toggle { display: none; }
.nu-article-hero { position: relative; overflow: hidden; padding: clamp(64px, 8vw, 110px) 0 72px; color: #fff; background: linear-gradient(135deg, #052e23, #08785a); }
.nu-article-hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 24px 24px; }
.nu-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); align-items: center; gap: clamp(36px, 7vw, 88px); }
.nu-eyebrow { display: inline-flex; margin-bottom: 18px; padding: 7px 12px; color: #eaff8e; border: 1px solid rgba(234,255,142,.38); border-radius: 999px; font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.nu-article-hero h1 { margin: 0 0 22px; max-width: 720px; color: #fff; font-size: clamp(38px, 5.5vw, 68px); font-weight: 850; line-height: 1.08; letter-spacing: -.045em; }
.nu-article-hero p { margin: 0; max-width: 670px; color: rgba(255,255,255,.82); font-size: clamp(16px, 1.8vw, 19px); }
.nu-hero-media { position: relative; overflow: hidden; min-height: 420px; border: 1px solid rgba(255,255,255,.24); border-radius: 30px; box-shadow: 0 30px 80px rgba(0,20,14,.35); }
.nu-hero-media img { display: block; width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.nu-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(2,40,29,.42)); }
.nu-article-shell { display: grid; grid-template-columns: minmax(0, 1fr) 290px; align-items: start; gap: 54px; padding: 72px 0; }
.nu-article-body { padding: clamp(26px, 4vw, 58px); background: #fff; border: 1px solid var(--nu-line); border-radius: 30px; box-shadow: var(--nu-shadow); }
.nu-article-body h2 { margin: 42px 0 15px; color: var(--nu-deep); font-size: clamp(25px, 3vw, 36px); line-height: 1.22; letter-spacing: -.025em; }
.nu-article-body h2:first-child { margin-top: 0; }
.nu-article-body p { margin: 0 0 20px; color: #40554e; font-size: 17px; }
.nu-article-body p:first-of-type::first-letter { float: left; margin: 6px 8px 0 0; color: var(--nu-green); font-size: 55px; font-weight: 850; line-height: .72; }
.nu-article-body .nu-region-context { margin: 0 0 30px; padding: 16px 19px; color: var(--nu-deep); background: var(--nu-mint); border: 1px solid var(--nu-line); border-radius: 16px; font-size: 15px; }
.nu-article-body .nu-region-context::first-letter { float: none; margin: 0; color: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }
.nu-callout { margin: 34px 0; padding: 25px 27px; color: var(--nu-deep); background: linear-gradient(135deg, #edf8f1, #f8fbe9); border-left: 5px solid var(--nu-lime); border-radius: 0 18px 18px 0; font-weight: 650; }
.nu-sidebar { position: sticky; top: 110px; display: grid; gap: 18px; }
.nu-side-card { padding: 24px; background: #fff; border: 1px solid var(--nu-line); border-radius: 22px; }
.nu-side-card h2 { margin: 0 0 15px; color: var(--nu-deep); font-size: 18px; }
.nu-side-card a { display: block; padding: 11px 0; color: #426057; border-bottom: 1px solid var(--nu-line); font-size: 14px; font-weight: 700; text-decoration: none; }
.nu-side-card a:last-child { border-bottom: 0; }
.nu-side-card a:hover { color: var(--nu-green); }
.nu-source-note { color: var(--nu-muted); font-size: 13px; }
.nu-related { padding: 72px 0 84px; background: var(--nu-mint); }
.nu-related-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.nu-related h2 { margin: 0; color: var(--nu-deep); font-size: clamp(28px, 4vw, 46px); }
.nu-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.nu-page-card { overflow: hidden; background: #fff; border: 1px solid var(--nu-line); border-radius: 22px; box-shadow: 0 14px 36px rgba(7,63,47,.07); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.nu-page-card:hover { transform: translateY(-5px); box-shadow: var(--nu-shadow); }
.nu-page-card img { display: block; width: 100%; height: 185px; object-fit: cover; }
.nu-page-card span { display: block; padding: 20px; color: var(--nu-deep); font-weight: 800; line-height: 1.35; }
.nu-site-footer { padding: 54px 0 30px; color: rgba(255,255,255,.76); background: #042c21; }
.nu-footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 45px; }
.nu-site-footer h2 { margin: 0 0 12px; color: #fff; font-size: 20px; }
.nu-site-footer p { margin: 0 0 10px; }
.nu-site-footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.nu-copyright { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: 13px; }

@media (max-width: 900px) {
  .nu-site-nav { flex-wrap: wrap; padding-block: 12px; gap: 8px 20px; }
  .nu-menu { display: flex; position: static; width: 100%; gap: 4px; overflow-x: auto; padding: 8px 0 2px; background: transparent; border: 0; box-shadow: none; scrollbar-width: thin; }
  .nu-menu li { flex: 0 0 auto; }
  .nu-menu a { border-radius: 999px; white-space: nowrap; }
  html.nu-js .nu-menu-toggle { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; padding: 9px 13px; color: #fff; background: var(--nu-deep); border: 0; border-radius: 999px; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
  html.nu-js body.nu-page .nu-menu { display: none; }
  html.nu-js body.nu-page.nu-nav-open .nu-menu { display: flex; }
  .nu-hero-grid, .nu-article-shell { grid-template-columns: 1fr; }
  .nu-hero-media, .nu-hero-media img { min-height: 330px; }
  .nu-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
  .nu-card-grid { grid-template-columns: repeat(2, 1fr); }
}

#nu-reading-progress {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, #b7d62e, #0b9a72);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

a[aria-current="page"] { text-decoration-thickness: 2px; }
@media (max-width: 620px) {
  .nu-container { width: min(100% - 28px, 1160px); }
  .nu-brand-copy small { display: none; }
  .nu-article-hero { padding-top: 48px; }
  .nu-hero-media, .nu-hero-media img { min-height: 240px; }
  .nu-article-shell { gap: 28px; padding: 42px 0; }
  .nu-sidebar, .nu-card-grid, .nu-footer-grid { grid-template-columns: 1fr; }
  .nu-related { padding: 48px 0 56px; }
}

/* Semua komponen tampil langsung tanpa menunggu JavaScript. */
.elementor-invisible { visibility: visible !important; opacity: 1 !important; }
.elementor-image-carousel .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(110px, 1fr));
  gap: 16px;
  width: 100% !important;
  transform: none !important;
}
.elementor-image-carousel .swiper-slide { width: auto !important; margin: 0 !important; }
.elementor-image-carousel .swiper-slide img { width: 100%; height: auto; }
@media (max-width: 767px) {
  .elementor-image-carousel .swiper-wrapper { grid-template-columns: repeat(2, minmax(110px, 1fr)); }
}
