/* ==================== DESIGN TOKENS & RESET ==================== */
:root {
  --navy: #031b4c;
  --blue: #0086d4;
  --deep: #1f006e;
  --cream: #fdf2d8;
  --orange: #d38802;
  --container: 1070px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: #151515;
  background: #fff
}

a {
  color: inherit;
  text-decoration: none
}

button,
input {
  font: inherit
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0)
}

/* ==================== SITE HEADER & NAVIGATION ==================== */
.site-header {
  position: relative;
  z-index: 10;
  background: #050505;
  color: #fff
}

.utility-bar {
  height: 72px;
  display: flex;
  align-items: center;
  gap: 34px
}

.kompas-logo {
  font: italic 25px Georgia, serif;
  position: relative;
  line-height: 1
}

.kompas-logo span {
  color: #f05a22
}

.kompas-logo small {
  position: absolute;
  top: 25px;
  left: 12px;
  font: 7px Inter;
  letter-spacing: 2px;
  white-space: nowrap
}

.search {
  height: 38px;
  flex: 1;
  max-width: 300px;
  margin-left: auto;
  background: #303034;
  border: 1px solid #555;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 12px
}

.search input {
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  width: 100%
}

.search span {
  font-size: 25px;
  color: #aaa
}

.epaper {
  background: #0787dc;
  padding: 11px 15px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700
}

.header-tools {
  display: flex;
  gap: 18px
}

.header-tools button {
  border: 0;
  background: none;
  color: #fff;
  font-weight: 700
}

.header-tools .avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #b7d295;
  color: #264329
}

.main-nav {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333
}

.nav-scroll {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 45px;
  overflow: hidden
}

.nav-scroll a {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap
}

.nav-scroll button {
  margin-left: auto;
  background: none;
  border: 0;
  color: #fff
}

.literacy-nav {
  background: #031039
}

.literacy-nav .container {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 38px
}

.literacy-nav a {
  font-size: 13px
}

.mini-logo {
  display: block;
  width: 58px;
  height: 31px
}

.mini-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain
}

.literacy-nav button {
  margin-left: auto;
  background: none;
  border: 0;
  color: #fff;
  font-size: 8px
}

.sound-bars {
  font-size: 13px;
  margin-left: 8px
}

.mobile-only-link,
.mobile-divider {
  display: none
}

/* ==================== HERO ==================== */
.jagat-literasi-content-d.has-hero-report-stage {
  overflow-x: clip;
  overflow-y: visible;
}

.hero-report-stage {
  --hero-bottom-height: 100%;
  --hero-bottom-frame: url('../assets/PNG SEQUENCE/Desktop/image-1.png');
  --hero-parallax-y: 0px;
  --hero-stage-left: 0px;
  --hero-stage-width: 100vw;
  position: relative;
  isolation: isolate;
  overflow: clip;
  background-color: #087fc8;
}

/* TEMPORARY: Background untuk versi desktop -statis. Hapus rule ini dan atribut data-hero-sequence="off" untuk mengaktifkan image sequence kembali. */
.hero-report-stage[data-hero-sequence="off"] {
  --hero-bottom-frame: url('../assets/hero-bottom-bg.png');
}

.hero-report-stage::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: var(--hero-bottom-height);
  background: var(--hero-bottom-frame) center bottom / 100% auto no-repeat;
  pointer-events: none;
}

.hero-report-stage.is-bottom-fixed::before {
  position: fixed;
  left: var(--hero-stage-left);
  bottom: 0;
  width: var(--hero-stage-width);
}

.hero-report-stage::after {
  content: "";
  position: absolute;
  inset: 0 0 -120px;
  z-index: 0;
  background: url('../assets/hero-bg.jpg') center top / cover no-repeat;
  transform: translate3d(0, calc(0px - var(--hero-parallax-y)), 0);
  will-change: transform;
  pointer-events: none;
}

.hero-report-stage>.hero,
.hero-report-stage>.report {
  z-index: 2;
  overflow: clip;
  background: transparent !important;
}

@media (prefers-reduced-motion: reduce) {
  .hero-report-stage {
    --hero-parallax-y: 0px !important;
  }

  .hero-report-stage::after {
    will-change: auto;
  }
}

.hero-report-stage .bg-new {
  display: none;
}

.hero {
  /* min-height: 900px !important; */
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #0D49C2 !important;
  color: white
}

.bg-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.hero-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.hero-polaroid {
  position: absolute;
  top: 80px;
  z-index: 1;
  width: 250px;
}

.hero-polaroid-left {
  left: 24px;
}

.hero-polaroid-right {
  right: 24px;
}

.hero-astronaut-blue {
  position: absolute;
  bottom: 100px;
  right: 15%;
  z-index: 1;
  width: 200px;
  transform: rotateY(180deg);
}

.hero-astronaut-green {
  position: absolute;
  bottom: 100px;
  left: 15%;
  z-index: 1;
  width: 200px;
}

.hero-astronaut-yellow {
  position: absolute;
  bottom: 25px;
  /* left: 50%; */
  z-index: 1;
  width: 200px;
}

/* ==================== HERO ASTRONAUT FLOATING ANIMATION ==================== */
.hero-report-stage .hero-astronaut-blue,
.hero-report-stage .hero-astronaut-green,
.hero-report-stage .hero-astronaut-yellow {
  --astronaut-base-transform: translate3d(0, 0, 0);
  animation: hero-astronaut-float 3s ease-in-out infinite;
  will-change: transform;
}

.hero-report-stage .hero-astronaut-blue {
  --astronaut-base-transform: rotateY(180deg);
  animation-delay: 0s;
}

.hero-report-stage .hero-astronaut-green {
  animation-delay: 0.3s;
}

.hero-report-stage .hero-astronaut-yellow {
  animation-delay: 0.6s;
}

@keyframes hero-astronaut-float {

  0%,
  100% {
    transform: var(--astronaut-base-transform) translateY(0);
  }

  50% {
    transform: var(--astronaut-base-transform) translateY(-15px);
  }
}

@media (prefers-reduced-motion: reduce) {

  .hero-report-stage .hero-astronaut-blue,
  .hero-report-stage .hero-astronaut-green,
  .hero-report-stage .hero-astronaut-yellow {
    animation: none;
    transform: var(--astronaut-base-transform);
    will-change: auto;
  }
}


.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: min(900px, 80%);
  margin: 0 auto;
  margin-top: -60px;
  gap: 15px !important;
}

.hero-report-stage .hero-content {
  justify-content: center;
}

.jagat-logo {
  display: block;
  width: 210px;
  height: auto;
  margin: -50px auto 0
}

.hero-content p {
  color: #FFF;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* margin: 0 0 100px */
  /* padding-top: 15px; */
}

#hero .primary-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content;
  min-height: 0 !important;
  margin: 0 auto;
  padding: 13px 17px !important;
  border: 0;
  border-radius: 12px !important;
  background: var(--orange) !important;
  color: #fff !important;
  font-weight: 600;
  line-height: 1.2;
  /* border: 1px solid white; */
}


/* ==================== LITERACY REPORT ==================== */
.report {
  height: 962px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #087fc8 url('../assets/bg-report.png') center/100% 100% no-repeat
}

/* The report background already contains its stars, scenery, and open book. */
.report:before,
.report:after,
.stars,
.report-cloud,
.report-book {
  display: none
}

.report:before,
.report:after {
  content: "";
  position: absolute;
  border-radius: 48%;
  background: rgba(0, 33, 142, .48);
  width: 540px;
  height: 370px;
  transform: rotate(24deg)
}

.report:before {
  left: -280px;
  top: 50px
}

.report:after {
  right: -230px;
  top: 95px
}

.stars {
  position: absolute;
  z-index: 1;
  top: 25px;
  width: 100%;
  font-size: 33px;
  color: #ffe044;
  white-space: pre;
  letter-spacing: 16px
}

.report-inner {
  position: relative;
  z-index: 2;
  padding-top: 46px;
  text-align: center
}

.report h1 {
  font-size: 40px;
  margin: 0 0 10px
}

.report-lead {
  font-size: 20px;
  margin: 0 0 12px
}

.year-toggle {
  display: inline-flex;
  margin-top: 10px;
  border: 1px solid #fff;
  border-radius: 25px;
  overflow: hidden;
  height: 50px
}

.year-toggle button {
  width: 150px;
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 700;
  cursor: pointer
}

.year-toggle button.active {
  background: linear-gradient(90deg, #fdf2d8, #ffddad);
  color: #132b4f;
  border-radius: 25px
}

.metrics {
  --metric-card-width: 187px;
  display: grid;
  grid-template-columns: repeat(5, var(--metric-card-width));
  gap: 21px;
  justify-content: center;
  margin-top: 42px
}

@media (min-width: 901px) {
  .metrics:has(>[data-metric="province"]) {
    --metric-card-width: 160px;
    grid-template-columns: repeat(6, var(--metric-card-width));
    justify-content: space-between;
    gap: 0
  }
}

.metric {
  width: var(--metric-card-width);
  height: 225px;
  border-radius: 15px;
  color: var(--navy);
  background: linear-gradient(180deg, #fdf2d8 35%, #ffdba8 100%);
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden
}

.metric>img {
  width: 125px;
  height: 82px;
  flex: 0 0 82px;
  margin-bottom: 5px;
  object-fit: contain
}

.metric img {
  max-width: 125px;
  object-fit: contain
}

.metric[data-metric="province"]>img {
  width: 143px;
  max-width: 100%
}

.metric>strong {
  font-size: 32px;
  line-height: 1;
  margin-top: 1px
}

.metric>span {
  font-size: 20px;
  margin-top: 4px;
  line-height: 1.15;
  max-width: 120px
}

.metric small {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 11px;
  white-space: pre-line
}

.metric.split {
  display: flex;
  flex-direction: column;
  position: relative;
  width: var(--metric-card-width);
  padding: 7px 6px
}

.metric.split:after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 50%;
  border-top: 1px solid var(--navy)
}

.metric.split .split-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  height: 50%;
  text-align: center
}

.metric.split .split-stat>div {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: calc(50% - 2px);
  line-height: 1
}

.metric.split .split-stat strong {
  max-width: 100%;
  font-size: 27px;
  letter-spacing: -1px;
  line-height: 1;
  white-space: nowrap
}

.metric.split .split-stat span {
  font-size: 20px;
  line-height: 1;
  margin-top: 4px
}

.metric.split img {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  max-width: calc(50% - 2px);
  height: 75px
}

/* Posisi ilustrasi dan angka Guru/Murid bertukar pada laporan 2026. */
.metric.split.is-2026 .split-stat {
  flex-direction: row-reverse
}

.metric-donation {
  width: var(--metric-card-width);
  justify-content: center;
  justify-self: center
}

.donation-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.donation-summary img {
  width: 100px;
  height: 105px;
  object-fit: contain
}

.donation-summary strong {
  margin-top: 2px;
  font-size: 32px;
  line-height: 1
}

.donation-summary span {
  margin-top: 2px;
  font-size: 18px;
  line-height: 1.05
}

.donation-breakdown {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.metric-donation.is-2026 .donation-summary {
  display: none
}

.metric-donation.is-2026 .donation-breakdown {
  display: flex
}

.donation-breakdown>img {
  width: 135px;
  max-width: 135px;
  height: 100px;
  object-fit: contain
}

.donation-lines {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: 145px;
  gap: 5px 12px;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.1;
  text-align: left
}

.donation-lines strong {
  text-align: right
}

.report-copy {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  max-width: 680px;
  margin: 52px auto 38px
}

.outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px
}

[data-report-target] .outcomes {
  width: 1019px;
  max-width: 100%;
  margin-inline: auto
}

.report-inner:has(.metrics>[data-metric="province"]) .outcomes {
  width: 100%
}

.outcomes article {
  box-sizing: border-box;
  width: 100%;
  max-width: 328px;
  height: 128px;
  min-width: 0;
  color: #fff;
  border-radius: 21px;
  display: grid;
  grid-template-columns: 99px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  justify-self: center;
  text-align: left;
  padding: 25px 23px;
  column-gap: 20px;
  row-gap: 8px
}

.report-inner:has(.metrics>[data-metric="province"]) .outcomes article {
  max-width: none
}

.outcomes article:nth-child(1) {
  border-radius: 18px;
  background: linear-gradient(90deg, #048777 0%, #00c6ae 100%)
}

.outcomes article:nth-child(2) {
  background: linear-gradient(90deg, #4d45ba 0%, #8452b8 100%)
}

.outcomes article:nth-child(3) {
  background: linear-gradient(90.08deg, #d38802 2.99%, #fccf10 100%)
}

.outcomes p {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  align-self: end
}

.outcomes strong {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  border-radius: 0;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  text-align: left;
  align-self: start;
  justify-self: stretch
}

.book-icon {
  grid-row: 1/3;
  width: 99px;
  height: 74px;
  object-fit: contain;
  align-self: center;
  justify-self: center;
  filter: brightness(0) invert(1)
}

.teal-bg {
  background: linear-gradient(90deg, #048777, #00c6ae)
}

.purple-bg {
  background: linear-gradient(90deg, #4d45ba, #8452b8)
}

.gold-bg {
  background: linear-gradient(90deg, #d38802, #fccf10)
}

.outcomes strong.teal-bg,
.outcomes strong.purple-bg,
.outcomes strong.gold-bg {
  background: transparent
}

.report-cloud {
  position: absolute;
  z-index: 1;
  bottom: 105px;
  width: 480px
}

.report-cloud.left {
  left: -120px
}

.report-cloud.right {
  right: -65px
}

.open-book {
  object-fit: fill
}

.report-book {
  position: absolute;
  z-index: 3;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 155%;
  height: 140px
}

/* ==================== EDITORIAL CONTENT ==================== */
.post-report {
  position: relative;
  background: linear-gradient(180deg, #FFF 55.9%, #0087D4 84.1%, #1A1880 97.47%)
}

.content-area {
  background: transparent;
}

/* .content-area .container {
  padding: 20px 20px 0px !important;
} */

.content-section {
  margin-bottom: 58px;
  position: relative
}

/* ==================== EDITORIAL ASTRONAUT DECORATIONS ==================== */
.section-astronaut {
  position: absolute;
  /* z-index: 3; */
  display: block;
  height: auto;
  pointer-events: none;
  user-select: none
}

.astronaut-yellow {
  top: 70px;
  left: calc((100vw - 100%) / -2 - 10px);
  width: clamp(190px, 13vw, 250px);
}

.astronaut-blue {
  top: 180px;
  right: calc((100vw - 100%) / -2 - 20px);
  width: clamp(200px, 13vw, 255px);
  transform: rotateY(180deg);
}

.content-section .title-content,
.arena-partners h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px
}

.arena-partners h2 {
  text-align: center;
}

.content-section .title-content a {
  display: inline-flex;
  align-items: center;
  color: inherit;
  /* text-decoration: none */
}

.content-section .title-content span,
.arena-partners h2 span {
  font-size: 32px;
  font-weight: 400;
  margin-left: 8px
}

.article-grid,
.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.article-card img,
.video-card img {
  width: 100%;
  height: 145px;
  object-fit: cover;
  border-radius: 10px
}

.article-card h3,
.video-card h3 {
  font-size: 14px;
  line-height: 1.25;
  margin: 8px 0 12px
}

.article-card p,
.video-card p {
  font-size: 11px;
  color: #555
}

.feature-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 304px;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(90deg, #1688db, #220071);
  color: #fff
}

.feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.feature-card div {
  padding: 35px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.feature-card h3 {
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 16px
}

.feature-card p {
  font-size: 18px;
  margin: 0
}

.feature-card p:hover {
  text-decoration: underline !important;
}

/* ==================== FEATURE CARD V2 HOVER ==================== */
.feature-card.feature-card-v2:hover,
.feature-card.feature-card-v2:focus-visible {
  background: linear-gradient(90deg, #1688db, #220071) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.feature-card.feature-card-v2.donation-card:hover,
.feature-card.feature-card-v2.donation-card:focus-visible {
  background: linear-gradient(90deg, #260078, #0788d3) !important;
}

.feature-card.feature-card-v2:hover>div,
.feature-card.feature-card-v2:focus-visible>div {
  background: transparent !important;
}

.feature-card.feature-card-v2:hover h3,
.feature-card.feature-card-v2:focus-visible h3 {
  color: #fff !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.feature-card.feature-card-v2:hover p,
.feature-card.feature-card-v2:hover span,
.feature-card.feature-card-v2:focus-visible p,
.feature-card.feature-card-v2:focus-visible span {
  color: #fff !important;
}

.feature-card.feature-card-v2 p:hover {
  text-decoration: none !important;
}

/* Timestamp is shown only in the mobile media layout. */
.media-time {
  display: none
}

.video-card {
  position: relative
}

/* Keep the home video section independent from Kompas dark-mode styles. */
#video,
#video .video-grid,
#video .video-card,
#video .video-card>div {
  background: transparent !important;
  color: #151515 !important
}

#video h2,
#video h3 {
  color: #151515 !important
}

#video .media-meta {
  color: #555 !important
}

.duration {
  position: absolute;
  right: 6px;
  top: 118px;
  background: #222;
  color: #fff;
  border-radius: 8px;
  padding: 2px 5px;
  font-size: 10px
}

.donation-card {
  background: linear-gradient(90deg, #260078, #0788d3)
}

.donation-card div {
  order: 0
}

.donation-card img {
  order: 1
}

/* ==================== ARENA & PARTNERS ==================== */
.arena-partners {
  position: relative;
  padding: 0 0 0;
  background: transparent
}

.arena-partners .container {
  padding: 0px 20px !important;
}

.astronaut-green {
  top: 400px;
  left: -60px;
  width: clamp(235px, 15vw, 290px)
}

.arena-wrap {
  position: relative
}

.arena-grid {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth
}

.arena-grid.is-centered {
  justify-content: center
}

.arena-grid::-webkit-scrollbar {
  display: none
}

.arena-card {
  flex: 0 0 199px;
  height: 354px;
  border-radius: 11px;
  overflow: hidden;
  background: #edadd5
}

.arena-card img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.slider-arrow {
  position: absolute;
  z-index: 2;
  top: 45%;
  border: 0;
  background: none;
  color: #fff;
  font-size: 55px;
  cursor: pointer
}

.slider-arrow[hidden] {
  display: none
}

.slider-arrow.prev {
  left: -40px
}

.slider-arrow.next {
  right: -40px
}

.partner-title {
  text-align: center;
  color: #151515;
  font-size: 22px;
  margin: 72px 0 25px;
  font-weight: bold;
}

.partner-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 880px;
  margin: auto;
  /* padding-bottom: 100px */
}

.partner {
  width: 163px;
  height: 98px;
  border-radius: 18px;
  background: #f8f9fd;
  display: flex;
  align-items: center;
  justify-content: center
}

.partner img {
  max-height: 50px;
  min-height: 50px;
  width: auto;
  min-width: 50px;
  max-width: 100px;
  object-fit: contain;
}

/* ==================== MASCOT SCENE ==================== */
.mascot-scene {
  height: 710px;
  position: relative;
  overflow: hidden;
  background: transparent
}

.bottom-scenery {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  margin-bottom: -100px;
}

.mascot-bottom {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(170px, 16.6vw, 310px);
  width: clamp(497px, 48.54vw, 900px);
  height: auto
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes bounce-center {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-15px);
  }
}

.bottom-bixy {
  position: absolute;
  bottom: 200px;
  left: 25%;
  width: 220px;
  animation: bounce 3s ease-in-out infinite;
  animation-delay: 0s;
  z-index: 2;
}

.bottom-dixy {
  position: absolute;
  bottom: 200px;
  left: 50%;
  width: 200px;
  animation: bounce-center 3s ease-in-out infinite;
  animation-delay: 0.3s;
  z-index: 2;
}

.bottom-lixy {
  position: absolute;
  bottom: 200px;
  right: 25%;
  width: 200px;
  animation: bounce 3s ease-in-out infinite;
  animation-delay: 0.6s;
  z-index: 2;
}

/* ==================== SITE FOOTER ==================== */
footer {
  background: #050505;
  color: #929292;
  padding: 60px 0 28px;
  min-height: 770px
}

.footer-jagat-logo {
  display: none
}

.footer-grid {
  display: grid;
  grid-template-columns: 250px 1fr 130px;
  gap: 75px
}

.footer-grid h3 {
  color: #fff;
  font-size: 14px
}

.socials {
  display: grid;
  grid-template-columns: repeat(4, 32px);
  gap: 9px;
  margin-bottom: 80px
}

.socials a {
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 12px
}

.footer-about p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 110px
}

.footer-about button {
  background: #087fd0;
  border: 0;
  color: #fff;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  grid-template-rows: repeat(12, 28px)
}

.footer-links a,
.network-links a {
  font-size: 12px;
  display: block;
  line-height: 28px
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 45px;
  padding-top: 28px;
  text-align: center;
  font-size: 12px
}

.footer-bottom nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 20px
}

.footer-bottom p {
  margin: 0
}

/* ==================== JAGAT FOOTER ==================== */
.donasi-jagat-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 300px;
  background: #000e4d;
}

.donasi-jagat-footer img {
  display: block;
  width: 180px;
  height: auto;
}

/* ==================== ALT REPORT 2026 ==================== */
.report--alt .report-coming-soon {
  display: none;
  width: 100%;
  margin-top: 24px;
}

.report--alt .report-coming-soon img {
  display: block;
  width: 50%;
  height: auto;
  margin: 0 auto;
}

.report--alt.is-coming-soon .metrics,
.report--alt.is-coming-soon .report-copy,
.report--alt.is-coming-soon .outcomes {
  display: none;
}

.report--alt.is-coming-soon .report-coming-soon {
  display: block;
}

@media (min-width: 1440px) {
  .hero-polaroid {
    width: 300px;
  }

  .hero-polaroid-left {
    left: 10%;
  }

  .hero-polaroid-right {
    right: 10%;
  }
}

@media (min-width: 901px) {
  .hero-report-stage .hero-content {
    width: min(500px, 55vw);
  }

  .hero-report-stage .hero-content p {
    font-size: clamp(16px, 1.25vw, 18px);
    line-height: 1.25;
  }
}

@media (min-width: 901px) and (max-width: 1280px) {
  .hero-report-stage .hero-content {
    width: min(500px, 52vw);
  }

  .hero-report-stage .hero-content p {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .bottom-bixy {
    bottom: 150px;
  }

  .bottom-dixy {
    bottom: 150px;
  }

  .bottom-lixy {
    bottom: 150px;
  }
}

/* ==================== TABLET / SMALL DESKTOP ==================== */
@media(max-width:900px) {

  .section-astronaut {
    display: none
  }

  .epaper,
  .header-tools {
    display: none
  }

  .utility-bar {
    height: 60px
  }

  .search {
    max-width: none
  }

  .nav-scroll {
    gap: 20px
  }

  .literacy-nav .container {
    gap: 22px
  }

  .hero {
    height: 100vh;
    height: 100svh
  }

  .hero-content {
    padding-top: 0
  }

  .hero-book {
    opacity: .65
  }

  .report {
    height: auto;
    padding-bottom: 150px
  }

  .metrics {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }

  .metric {
    width: auto
  }

  .metric.split {
    grid-column: span 2
  }

  .outcomes {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: auto
  }

  .report-book {
    height: 100px
  }

  .article-grid,
  .video-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .feature-card {
    grid-template-columns: 1fr;
  }

  .feature-card img {
    height: 260px
  }

  .donation-card div {
    order: 1
  }

  .donation-card img {
    order: 0
  }

  .partner-grid {
    max-width: 600px
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .footer-about {
    grid-row: 2
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(18, 28px)
  }
}

/* ==================== MOBILE BASE ADJUSTMENTS ==================== */
@media(max-width:580px) {
  .container {
    width: min(100% - 28px, var(--container))
  }

  .kompas-logo {
    font-size: 20px
  }

  .search {
    display: none
  }

  .utility-bar {
    justify-content: center
  }

  .literacy-nav .container {
    overflow-x: auto
  }

  .mini-logo {
    display: none
  }

  .literacy-nav button {
    display: none
  }

  .hero-content {
    width: 88%
  }

  .jagat-logo {
    font-size: 38px
  }

  .hero-content p {
    font-size: 15px
  }

  .report h1 {
    font-size: 34px
  }

  .report-lead {
    font-size: 16px
  }

  .metrics {
    grid-template-columns: 1fr 1fr;
    gap: 12px
  }

  .metric {
    height: 205px
  }

  .metric.split {
    grid-column: span 2
  }

  .outcomes article {
    grid-template-columns: 90px 1fr
  }

  .article-grid,
  .video-grid {
    display: flex;
    overflow-x: auto
  }

  .article-card,
  .video-card {
    min-width: 240px
  }

  .feature-card h3 {
    font-size: 21px
  }

  .feature-card div {
    padding: 28px 22px
  }

  .arena-partners h2 {
    padding-top: 15px
  }

  .partner {
    width: 135px;
    height: 80px
  }

  .mascot-scene {
    height: 540px
  }

  .mascot-bottom {
    width: 360px;
    bottom: 130px
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .footer-channel {
    order: 1
  }

  .footer-about {
    order: 3
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-about p {
    margin-bottom: 35px
  }

  .socials {
    margin-bottom: 35px
  }
}

/* ==================== FIGMA MOBILE FRAME 50:26342 ==================== */
@media(max-width:580px) {
  body {
    overflow-x: hidden
  }

  .container {
    width: 100%;
    padding-inline: 33px
  }

  .site-header {
    height: 102px
  }

  .utility-bar {
    height: 51px;
    padding: 0 10px;
    justify-content: flex-start
  }

  .kompas-logo {
    font-size: 21px
  }

  .kompas-logo small {
    font-size: 5px;
    top: 22px;
    left: 9px
  }

  .header-tools {
    display: flex;
    margin-left: auto;
    gap: 13px
  }

  .header-tools button {
    display: block;
    font-size: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 5px
  }

  .header-tools button:first-child:after {
    content: 'K';
    font: 700 17px Georgia
  }

  .header-tools button:nth-child(2):after {
    content: '☼';
    font-size: 20px
  }

  .header-tools .avatar {
    display: none
  }

  .header-tools:after {
    content: '☰⌕';
    font-size: 24px;
    letter-spacing: -5px;
    margin-left: 3px
  }

  .main-nav {
    display: none
  }

  .literacy-nav {
    height: 51px
  }

  .literacy-nav .container {
    height: 51px;
    padding: 0 11px;
    gap: 22px;
    overflow: hidden
  }

  .literacy-nav .mini-logo {
    display: block;
    width: 65px
  }

  .mobile-divider {
    display: block;
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, .45);
    flex: 0 0 auto
  }

  .mobile-only-link {
    display: block
  }

  .desktop-literacy-link {
    display: none
  }

  .literacy-nav a {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap
  }

  .hero:after {
    background: linear-gradient(180deg, rgba(0, 24, 59, .08), transparent 52%, rgba(255, 189, 18, .13))
  }

  .hero-book {
    top: auto;
    bottom: -2px;
    width: 190px;
    height: 260px;
    object-fit: cover;
    object-position: right bottom
  }

  .hero-book-left {
    left: -76px;
    transform: none
  }

  .hero-book-right {
    right: -76px;
    transform: scaleX(-1)
  }

  .hero-content {
    width: 100%;
    padding: 0 43px
  }

  .jagat-logo {
    width: 180px;
    margin-bottom: 29px
  }

  .hero-content p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 25px
  }

  #hero .primary-button {
    font-size: 14px;
    padding: 10px 17px !important;
    border-radius: 7px !important
  }

  .report {
    padding: 0 0 148px;
    background: #087fc8 url('../assets/bg-report.png') center/100% 100% no-repeat
  }

  .report:before {
    left: -270px;
    top: 900px
  }

  .report:after {
    right: -300px;
    top: 1180px
  }

  .stars {
    top: 35px;
    font-size: 24px;
    line-height: 300px;
    white-space: normal;
    letter-spacing: 30px;
    padding: 0 18px;
    word-spacing: 145px;
    height: 2300px;
    overflow: hidden
  }

  .report-inner {
    padding: 40px 0 0
  }

  .report h1 {
    font-size: 26px;
    margin-bottom: 69px
  }

  .report-lead {
    display: none
  }

  .year-toggle {
    height: 24px
  }

  .year-toggle button {
    width: 59px;
    font-size: 12px
  }

  .metrics {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    margin-top: 39px
  }

  .metric {
    width: 187px;
    height: 225px;
    padding: 10px;
    color: #542d00
  }

  .metric img {
    height: 92px
  }

  .metric strong {
    font-size: 32px
  }

  .metric span {
    font-size: 20px
  }

  .metric small {
    font-size: 14px;
    max-width: 140px
  }

  .metric.split {
    display: flex;
    grid-column: auto;
    width: 187px;
    position: relative;
    justify-content: space-around
  }

  .metric.split:after {
    left: 12px;
    right: 12px
  }

  .metric.split .split-stat {
    width: 100%;
    height: 50%;
    justify-content: center
  }

  .metric.split img {
    width: 72px;
    height: 75px
  }

  .report-copy {
    font-size: 13px;
    line-height: 1.2;
    width: 280px;
    margin: 55px auto 49px
  }

  .outcomes {
    display: flex;
    flex-direction: column;
    gap: 41px;
    width: 100%;
    padding: 0 35px
  }

  .outcomes article {
    width: 100%;
    height: 128px;
    grid-template-columns: 135px 1fr;
    padding: 12px 18px;
    border-radius: 20px
  }

  .book-icon {
    width: 110px;
    height: 92px
  }

  .outcomes p {
    font-size: 13px
  }

  .outcomes strong {
    font-size: 17px;
    padding: 7px 9px
  }

  .report-cloud {
    bottom: 50px;
    width: 225px
  }

  .report-cloud.left {
    left: -80px
  }

  .report-cloud.right {
    right: -70px
  }

  .report-book {
    height: 86px;
    width: 250%;
    bottom: -2px
  }

  .content-area {
    padding: 54px 0 24px;
    position: relative
  }

  .content-area .container {
    padding: 0
  }

  .content-section {
    margin-bottom: 44px;
    padding: 0 33px
  }

  .content-section .title-content {
    font-size: 22px;
    margin-bottom: 18px
  }

  .content-section .title-content span {
    font-size: 30px
  }

  .article-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-right: 20px;
    scrollbar-width: none
  }

  .article-card {
    min-width: 231px
  }

  .article-card img {
    height: 130px
  }

  .article-card h3 {
    font-size: 16px;
    margin: 7px 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .article-card p {
    font-size: 12px
  }

  .feature-card {
    display: grid;
    grid-template-columns: 180px 1fr;
    min-height: 100px;
    border-radius: 0;
    background: #fff;
    color: #2f3032;
    overflow: visible;
    gap: 10px
  }

  .feature-card img {
    width: 180px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover
  }

  .feature-card div {
    padding: 0;
    justify-content: flex-start
  }

  .feature-card h3 {
    font-size: 14px;
    line-height: 1.25;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .feature-card p {
    font-size: 11px;
    line-height: 1.4
  }

  .video-grid {
    display: flex;
    flex-direction: column;
    gap: 17px;
    overflow: visible
  }

  .video-card {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 10px;
    min-width: 0
  }

  .video-card img {
    width: 180px;
    height: 100px;
    border-radius: 8px
  }

  .video-card h3 {
    font-size: 14px;
    margin: 0 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
  }

  body section#video {
    background-color: transparent !important;
  }

  .video-card p {
    font-size: 11px;
    margin: 0
  }

  .media-meta {
    line-height: 1.35
  }

  .media-label,
  .media-time {
    display: block
  }

  .media-type {
    display: none
  }

  .duration {
    top: 76px;
    right: auto;
    left: 142px
  }

  .donation-card {
    grid-template-columns: 139px 1fr;
    gap: 10px;
    background: #fff
  }

  .donation-card div {
    order: 0
  }

  .donation-card img {
    order: 1;
    width: 180px;
    height: 100px
  }

  .donation-card h3 {
    font-size: 14px
  }

  .content-section#photo:after {
    content: '';
    position: absolute;
    right: -2px;
    bottom: -58px;
    width: 93px;
    height: 93px;
    background: url('../assets/mobile-astronaut-green.png') center/contain no-repeat;
    z-index: 2
  }

  .content-section#donation:after {
    content: '';
    position: absolute;
    right: -3px;
    top: -65px;
    width: 90px;
    height: 90px;
    background: url('../assets/mobile-astronaut-blue.png') center/contain no-repeat;
    z-index: 2
  }

  .arena-partners {
    padding-top: 12px;
    background: transparent
  }

  .arena-partners .container {
    padding: 0
  }

  .arena-partners h2 {
    padding: 0 33px;
    margin-bottom: 18px
  }

  .arena-wrap {
    padding-left: 33px
  }

  .arena-grid {
    gap: 16px
  }

  .arena-card {
    flex-basis: 120px;
    height: 220px
  }

  .slider-arrow {
    display: none
  }

  .partner-title {
    font-size: 17px;
    margin: 72px 0 37px
  }

  .partner-grid {
    display: grid;
    grid-template-columns: repeat(3, 104px);
    gap: 15px 8px;
    padding-bottom: 330px
  }

  .partner {
    width: 104px;
    height: 62px;
    border-radius: 9px
  }

  .partner:nth-child(n+7) {
    display: none
  }

  .partner:nth-child(5) img,
  .partner:nth-child(6) img {
    display: none
  }

  .mascot-scene {
    height: 300px;
    margin-top: -320px;
    background: transparent
  }

  .mascot-bottom {
    width: 500px;
    bottom: 20%
  }

  .bottom-scenery {
    width: 100%;
    height: auto
  }

  footer {
    min-height: 475px;
    padding: 0;
    background: #06104f;
    position: relative
  }

  .footer-grid,
  .footer-bottom {
    display: none
  }

  .footer-jagat-logo {
    display: block;
    position: absolute;
    left: 50%;
    top: 145px;
    transform: translateX(-50%);
    width: 115px;
    height: auto
  }
}

.donasi-bottom-bg {
  position: absolute;
  bottom: 0;
  z-index: 0;
  margin-bottom: -70px;
  /* margin: 0 auto; */
  left: 0;
  right: 0;
  width: 100%;
  ;
}

.map-relative {
  position: relative;
}

.donasi-jagat-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 300px;
  background: #000e4d;
}

.donasi-jagat-footer img {
  display: block;
  width: 180px;
  height: auto;
}

/* rolls */
body section#sisikesisi {
  background-color: transparent;
}

/* ==================== ROLLS V2 STATIC GRID ==================== */
body section#sisikesisi.rolls-v2 .tns-controls {
  display: none !important;
}

body section#sisikesisi.rolls-v2 .rolls-sisiWrap {
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px !important;
  width: 100% !important;
  padding-right: 20px !important;
  transform: none !important;
  overflow: visible !important;
}

body section#sisikesisi.rolls-v2 .item-rolls {
  width: 100% !important;
  min-width: 0;
  padding: 0 !important;
}

.articleTitle {
  color: #2a2a2a !important;
}

.articlePost-subtitle {
  color: #5a5a5a !important;
}

.articlePost-datele {
  color: #888888 !important;
}


.jnav.--location1 {
  bottom: 0rem !important;
  right: 3rem !important;
}

.jnav.--location1a {
  bottom: 5rem;
  right: 7rem;
}

.jnav.--location1b {
  /* top: 0rem; */
  left: 1rem;
}


.jnav.--location2b {
  top: 14%;
  left: 19%;
}

.jnav.--location4 {
  top: 0% !important;
  left: 45% !important;
  display: block;
}

.jnav.--location4a {
  top: -7%;
  left: 78%;
}

.jnav.--location5 {
  top: -10% !important;
  left: -30% !important;
}

.jnav.--location5-ntt {
  top: -10% !important;
  right: auto !important;
  left: 35% !important;
}

.jnav.--location7a {
  top: 28%;
}

.modal-ekspedisiwrap {
  max-height: calc(70vh - 62px) !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  scrollbar-width: thin;
  scrollbar-color: #65b7ff rgba(255, 255, 255, 0.14);
}

.modal-ekspedisiwrap::-webkit-scrollbar {
  width: 8px;
}

.modal-ekspedisiwrap::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.modal-ekspedisiwrap::-webkit-scrollbar-thumb {
  border: 2px solid #07143e;
  border-radius: 999px;
  background: #65b7ff;
}

.modal-ekspedisiwrap>.modal-close {
  position: sticky !important;
  top: 0 !important;
  right: auto !important;
  z-index: 5;
  margin-right: 0;
  margin-bottom: -20px;
  margin-left: auto;
}

.modal-head-txt,
.modal-head-txt p,
.modal-body-txt p,
.modal-body-txt ul,
.modal-body-txt li {
  font-size: 14px;
  line-height: 1.25rem;
}

.modal-head-txt {
  padding-right: 28px;
}