.pariwara-page {
  background: #f6f8fb;
  color: #263238;
  max-width: 100%;
  overflow-x: hidden;
}

.pariwara-page .st-page-head.st-style1 {
  min-height: 300px;
}

.pariwara-page .st-page-subtitle {
  max-width: 760px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.7;
}

.pariwara-page .st-page-head.st-style1 .st-page-title {
  white-space: normal;
  overflow-wrap: break-word;
}

.pariwara-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
}

html.pariwara-js .pariwara-page .pariwara-section {
  opacity: 0;
  transform: translateX(-34px);
  transition: opacity 0.75s ease, transform 0.75s ease;
  transition-delay: var(--pariwara-layer-delay, 0ms);
  will-change: opacity, transform;
}

html.pariwara-js .pariwara-page .pariwara-section.pariwara-layer-visible {
  opacity: 1;
  transform: translateX(0);
}

.pariwara-first-section {
  padding-top: 96px;
}

.pariwara-section.pariwara-section-white {
  background: #ffffff;
}

.pariwara-section + .pariwara-section {
  border-top: 1px solid rgba(15, 96, 156, 0.14);
}

.pariwara-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 0;
  background: rgba(11, 95, 158, 0.18);
  opacity: 1;
  pointer-events: none;
  transition: background-color 0.2s ease;
  z-index: 5;
}

.pariwara-section:hover::after,
.pariwara-section:focus-within::after {
  background: rgba(11, 95, 158, 0.46);
}

#definisi-pariwara {
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 44%, #eaf6ff 100%);
}

#definisi-pariwara::before {
  content: "";
  position: absolute;
  top: 78px;
  right: 0;
  width: min(40vw, 560px);
  height: 330px;
  background: url("../img/accent-solid-wave-top-right.png") top right / cover no-repeat;
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
}

#definisi-pariwara .container {
  position: relative;
  z-index: 1;
}

#capaian-2025 {
  background: url("../img/bg-pariwara-2025.jpg") center 42% / cover no-repeat;
  color: #ffffff;
}

#capaian-2025::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 22, 48, 0.82) 0%, rgba(8, 67, 116, 0.68) 52%, rgba(222, 243, 255, 0.9) 100%);
  pointer-events: none;
  z-index: 1;
}

#capaian-2025 .container {
  position: relative;
  z-index: 2;
}

.pariwara-definition-media-row {
  row-gap: 28px;
}

.pariwara-photo-column {
  display: flex;
  align-items: stretch;
}

.pariwara-photo-frame {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
  width: calc(100% + 16px);
  min-height: 0;
  margin-left: -16px;
  margin-top: 0;
  border: 1px solid rgba(11, 95, 158, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 44px rgba(15, 33, 51, 0.1);
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.pariwara-photo-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 6px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}

.pariwara-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 48%, rgba(3, 32, 58, 0.18) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
  z-index: 1;
}

.pariwara-photo-caption-row {
  margin-top: 10px;
}

.pariwara-photo-caption {
  width: calc(100% + 16px);
  margin: 0 0 0 -16px;
  color: #0a315a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.pariwara-photo-frame .pariwara-photo-slideshow {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.pariwara-photo-frame .pariwara-photo-track {
  display: flex;
  width: 300%;
  height: 100%;
  animation: pariwaraPhotoSlide 18s ease-in-out infinite;
}

.pariwara-photo-frame .pariwara-photo-track img {
  width: 33.333333%;
  height: 100%;
  flex: 0 0 33.333333%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.36s ease, filter 0.36s ease;
}

.pariwara-photo-frame .pariwara-photo-track img:nth-child(2) {
  object-position: center center;
}

@keyframes pariwaraPhotoSlide {
  0%,
  28% {
    transform: translateX(0);
  }

  39%,
  66% {
    transform: translateX(-33.333333%);
  }

  77%,
  100% {
    transform: translateX(-66.666666%);
  }
}

@media (hover: hover) {
  .pariwara-photo-frame:hover {
    border-color: rgba(11, 95, 158, 0.42);
    box-shadow: 0 22px 54px rgba(7, 34, 66, 0.18);
  }

  .pariwara-photo-frame:hover::after {
    opacity: 1;
  }

  .pariwara-photo-frame:hover .pariwara-photo-track img {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.035);
  }
}

#capaian-2025 .pariwara-kicker {
  color: #b9e6ff;
}

#capaian-2025 .pariwara-title {
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

#capaian-2025 .pariwara-lead {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.24);
  text-align: justify;
}

#sesi-partisipatif {
  background: linear-gradient(180deg, #eef3ff 0%, #dfeaff 48%, #ffffff 100%);
}

#sesi-partisipatif::before {
  content: "";
  position: absolute;
  right: -86px;
  top: 360px;
  bottom: auto;
  width: min(42vw, 580px);
  height: 340px;
  background: url("../img/accent-solid-wave-top-right.png") bottom right / cover no-repeat;
  opacity: 0.12;
  pointer-events: none;
  transform: rotate(180deg);
  transform-origin: center;
  z-index: 0;
}

#sesi-partisipatif .container {
  position: relative;
  z-index: 1;
}

#capaian-2025 .pariwara-card,
#sesi-partisipatif .pariwara-menu-card,
#sesi-partisipatif .pariwara-report-card,
#sesi-partisipatif .pariwara-technical-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}

#capaian-2025 .pariwara-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(7, 34, 66, 0.18);
}

#capaian-2025 .pariwara-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.35;
}

#capaian-2025 .pariwara-card > p {
  min-height: 76px;
  font-size: 14px;
  line-height: 1.65;
}

.pariwara-card-head {
  display: flex;
  min-height: 52px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.pariwara-card-head .pariwara-card-icon {
  margin-bottom: 0;
}

.pariwara-count-highlight {
  display: inline-flex;
  width: 118px;
  min-height: 48px;
  flex: 0 0 118px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  color: #0b2f8f;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.pariwara-count-highlight-wide {
  width: 176px;
  flex-basis: 176px;
  font-size: 22px;
}

.pariwara-count-number {
  display: block;
  white-space: nowrap;
}

.pariwara-count-caption {
  display: block;
  max-width: 94px;
  color: #53636f;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.15;
  text-align: right;
}

.pariwara-count-highlight-wide .pariwara-count-caption {
  max-width: 120px;
}

.pariwara-award-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 0;
  padding-top: 18px;
}

.pariwara-award-badge {
  display: flex;
  min-width: 0;
  min-height: 98px;
  align-items: center;
  gap: 12px;
  padding: 12px 13px;
  border: 1px solid rgba(205, 143, 24, 0.92);
  border-radius: 7px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 6px 14px rgba(7, 34, 66, 0.08);
}

.pariwara-award-trophy {
  display: inline-flex;
  width: 48px;
  height: 64px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.pariwara-award-trophy img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.pariwara-award-copy {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.pariwara-award-label,
.pariwara-award-title {
  display: block;
  overflow-wrap: anywhere;
}

.pariwara-award-label {
  margin-bottom: 4px;
  color: #c58a18;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.pariwara-award-title {
  color: #0b2f8f;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.pariwara-campaign-highlights {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px 0 0;
  list-style: none;
}

.pariwara-campaign-highlights li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 9px 12px;
  border: 1px solid rgba(11, 95, 158, 0.14);
  border-radius: 7px;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.pariwara-campaign-value {
  display: inline-flex;
  width: 56px;
  min-height: 36px;
  flex: 0 0 56px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(11, 95, 158, 0.08);
  color: #0b5f9e;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
  font-variant-numeric: tabular-nums;
}

.pariwara-campaign-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.pariwara-campaign-highlight-label,
.pariwara-campaign-text {
  display: block;
}

.pariwara-campaign-highlight-label {
  margin-bottom: 3px;
  color: #12212f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.pariwara-campaign-text {
  color: #53636f;
  font-size: 12px;
  line-height: 1.45;
}

.pariwara-exposure-highlights {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px 0 0;
  list-style: none;
}

.pariwara-exposure-highlights li {
  position: relative;
  min-height: 62px;
  overflow: hidden;
  padding: 8px 12px 8px 15px;
  border: 1px solid rgba(11, 95, 158, 0.14);
  border-left: 4px solid #0b5f9e;
  border-radius: 7px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.pariwara-exposure-highlights li::after {
  position: absolute;
  top: 9px;
  right: -14px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(11, 95, 158, 0.05);
  content: "";
}

.pariwara-exposure-meta,
.pariwara-exposure-value,
.pariwara-exposure-text {
  position: relative;
  z-index: 1;
  display: block;
}

.pariwara-exposure-meta {
  margin-bottom: 2px;
  color: #53636f;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.2;
}

.pariwara-exposure-value {
  color: #0b2f8f;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
  font-variant-numeric: tabular-nums;
}

.pariwara-exposure-value span {
  color: #53636f;
  font-size: 11px;
  font-weight: 800;
}

.pariwara-exposure-text {
  margin-top: 2px;
  color: #53636f;
  font-size: 11px;
  line-height: 1.25;
}

@media (hover: hover) {
  #capaian-2025 .pariwara-card {
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
  }

  #capaian-2025 .pariwara-card .pariwara-card-icon {
    transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
  }

  #capaian-2025 .pariwara-card .pariwara-award-badge {
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }

  #capaian-2025 .pariwara-card .pariwara-campaign-highlights li {
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }

  #capaian-2025 .pariwara-card .pariwara-campaign-value {
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  #capaian-2025 .pariwara-card .pariwara-exposure-highlights li {
    transition: transform 0.2s ease, border-color 0.2s ease, border-left-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }

  #capaian-2025 .pariwara-card .pariwara-exposure-value {
    transition: color 0.2s ease;
  }

  #capaian-2025 .pariwara-card:hover {
    transform: translateY(-6px);
    border-color: rgba(185, 230, 255, 0.86);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 54px rgba(4, 23, 45, 0.28);
  }

  #capaian-2025 .pariwara-card:hover .pariwara-card-icon {
    transform: scale(1.06);
    background: #0b5f9e;
    color: #ffffff;
  }

  #capaian-2025 .pariwara-card:hover .pariwara-award-badge {
    border-color: rgba(205, 143, 24, 1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82), 0 8px 18px rgba(7, 34, 66, 0.12);
  }

  #capaian-2025 .pariwara-award-badge:hover {
    transform: translateY(-3px);
    border-color: #d99a24;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.86), 0 12px 24px rgba(7, 34, 66, 0.18);
  }

  #capaian-2025 .pariwara-campaign-highlights li:hover {
    transform: translateX(4px);
    border-color: rgba(11, 95, 158, 0.36);
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82), 0 10px 20px rgba(7, 34, 66, 0.12);
  }

  #capaian-2025 .pariwara-campaign-highlights li:hover .pariwara-campaign-value {
    background: #0b5f9e;
    color: #ffffff;
  }

  #capaian-2025 .pariwara-exposure-highlights li:hover {
    transform: translateY(-3px);
    border-color: rgba(11, 95, 158, 0.32);
    border-left-color: #2f9ed8;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82), 0 10px 20px rgba(7, 34, 66, 0.12);
  }

  #capaian-2025 .pariwara-exposure-highlights li:hover .pariwara-exposure-value {
    color: #0b5f9e;
  }
}

.pariwara-kicker {
  margin-bottom: 10px;
  color: #0b5f9e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.pariwara-brand-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.pariwara-brand-logo {
  display: flex;
  min-height: 0;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.pariwara-brand-logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.pariwara-brand-logo-kpk {
  flex: 0 0 auto;
  min-width: 0;
  width: auto;
  max-width: none;
}

.pariwara-brand-logo-kpk img {
  width: auto;
  height: 48px;
  max-height: 48px;
}

.pariwara-brand-logo-pariwara {
  flex: 0 0 auto;
  min-width: 0;
  width: auto;
  max-width: none;
  margin-top: 2px;
  background: transparent;
}

.pariwara-brand-logo-pariwara img {
  width: auto;
  height: 88px;
  max-height: 88px;
}

.pariwara-title {
  margin-bottom: 16px;
  color: #12212f;
  font-size: 34px;
  line-height: 1.25;
}

.pariwara-lead {
  max-width: 720px;
  margin-bottom: 28px;
  color: #4f5f6b;
  font-size: 17px;
  line-height: 1.75;
}

#definisi-pariwara .pariwara-lead,
#sesi-partisipatif .pariwara-lead {
  text-align: justify;
}

.pariwara-campaign-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  box-sizing: border-box;
  justify-items: stretch;
  margin-top: 30px;
  max-width: 100%;
}

.pariwara-campaign-label {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  color: #0b5f9e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.pariwara-campaign-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 18px;
  border: 1px solid rgba(11, 95, 158, 0.16);
  border-left: 4px solid #0b5f9e;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(15, 33, 51, 0.08);
  backdrop-filter: blur(8px);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.pariwara-campaign-card > div {
  min-width: 0;
}

.pariwara-campaign-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #eef7ff;
  color: #0b5f9e;
  font-size: 18px;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.pariwara-campaign-card h3 {
  margin-bottom: 8px;
  color: #12212f;
  font-size: 18px;
  line-height: 1.35;
}

.pariwara-campaign-card p {
  margin-bottom: 0;
  color: #53636f;
  font-size: 14px;
  line-height: 1.65;
  text-align: justify;
}

@media (hover: hover) {
  .pariwara-campaign-card:hover {
    transform: translateY(-6px);
    border-color: rgba(11, 95, 158, 0.34);
    border-left-color: #0b76bd;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 48px rgba(7, 34, 66, 0.16);
  }

  .pariwara-campaign-card:hover .pariwara-campaign-icon {
    transform: scale(1.06);
    background: #0b5f9e;
    color: #ffffff;
  }
}

.pariwara-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.pariwara-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid #0b5f9e;
  border-radius: 6px;
  background: #0b5f9e;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
}

.pariwara-btn i {
  margin-right: 8px;
}

.pariwara-btn:hover {
  background: #084a7c;
  border-color: #084a7c;
  color: #ffffff;
}

.pariwara-btn.pariwara-btn-outline {
  background: #ffffff;
  color: #0b5f9e;
}

.pariwara-btn.pariwara-btn-outline:hover {
  background: #eef7ff;
  color: #084a7c;
}

.pariwara-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pariwara-menu-grid,
.pariwara-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pariwara-channel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pariwara-achievement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pariwara-menu-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid #e4ebf0;
  border-radius: 8px;
  background: #ffffff;
  color: #12212f;
  box-shadow: 0 8px 24px rgba(15, 33, 51, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pariwara-menu-card:hover {
  transform: translateY(-4px);
  border-color: #0b5f9e;
  color: #12212f;
  box-shadow: 0 14px 36px rgba(15, 33, 51, 0.12);
}

.pariwara-menu-title {
  display: block;
  margin: 6px 0 10px;
  color: #12212f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.pariwara-menu-text {
  display: block;
  color: #53636f;
  line-height: 1.65;
}

.pariwara-submenu-toggle {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
  padding: 10px 14px;
  border: 1px solid #0b5f9e;
  border-radius: 6px;
  background: #0b5f9e;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.pariwara-submenu-toggle:hover,
.pariwara-submenu-toggle:focus {
  border-color: #084a7c;
  background: #084a7c;
  color: #ffffff;
}

.pariwara-submenu-toggle i {
  transition: transform 0.2s ease;
}

.pariwara-submenu-toggle.is-open i {
  transform: rotate(180deg);
}

.pariwara-education-button {
  display: inline-flex;
  max-width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
  padding: 10px 14px;
  border: 1px solid rgba(11, 95, 158, 0.34);
  border-radius: 6px;
  background: #ffffff;
  color: #0b5f9e;
  font-weight: 800;
  line-height: 1.3;
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.pariwara-education-button i {
  flex: 0 0 auto;
}

.pariwara-education-button span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.pariwara-education-button:hover,
.pariwara-education-button:focus {
  transform: translateY(-2px);
  border-color: #0b5f9e;
  background: #eef7ff;
  color: #084a7c;
  box-shadow: 0 10px 22px rgba(7, 34, 66, 0.1);
}

.pariwara-channel-submenu,
.pariwara-technical-submenu {
  display: none;
  margin-top: 22px;
}

.pariwara-channel-submenu {
  box-sizing: border-box;
  padding: 18px;
  border: 1px solid rgba(11, 95, 158, 0.12);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(245, 251, 255, 0.92), rgba(255, 255, 255, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.pariwara-report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pariwara-report-card {
  position: relative;
  display: grid;
  box-sizing: border-box;
  overflow: hidden;
  grid-template-columns: 178px minmax(0, 1fr);
  gap: 0;
  min-height: 100%;
  align-items: center;
  padding: 0;
  border: 1px solid rgba(11, 95, 158, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 33, 51, 0.08);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.main-pariwara-report-grid .pariwara-report-card::before {
  grid-template-columns: 178px minmax(0, 1fr);
}

.pariwara-report-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #0b5f9e;
}

.main-pariwara-report-grid .pariwara-report-card::before {
  background: none;
}

.pariwara-report-logo {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 18px;
  border: 0;
  border-right: 1px solid rgba(11, 95, 158, 0.12);
  border-radius: 0;
  background: #f7fbff;
}

.pariwara-report-logo img {
  display: block;
  max-width: 86%;
  max-height: 84px;
  object-fit: contain;
}

.pariwara-report-logo-jaki {
  background: #052158;
}

.pariwara-report-logo-jaki img {
  width: 100%;
  max-width: 100%;
  max-height: none;
}

.pariwara-report-copy {
  min-width: 0;
  padding: 24px;
}

.pariwara-report-copy h3 {
  margin-bottom: 10px;
  color: #12212f;
  font-size: 20px;
  line-height: 1.35;
}

.pariwara-report-copy h3 span {
  display: block;
  margin-top: 3px;
  color: #0b5f9e;
  font-size: 13px;
  font-weight: 800;
}

.pariwara-report-copy p {
  margin-bottom: 18px;
  color: #53636f;
  line-height: 1.65;
  text-align: justify;
}

.pariwara-report-copy .pariwara-btn {
  min-height: 42px;
  padding: 10px 14px;
}

@media (hover: hover) {
  .pariwara-report-card:hover {
    transform: translateY(-4px);
    border-color: rgba(11, 95, 158, 0.32);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 42px rgba(7, 34, 66, 0.13);
  }

  .pariwara-report-card:hover .pariwara-report-logo {
    border-right-color: rgba(11, 95, 158, 0.24);
  }
}

.pariwara-technical-grid {
  display: grid;
  counter-reset: technical-card;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pariwara-technical-card {
  position: relative;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 100%;
  counter-increment: technical-card;
  flex-direction: column;
  padding: 28px 24px 24px;
  border: 1px solid rgba(11, 95, 158, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 8px 24px rgba(15, 33, 51, 0.06);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.pariwara-technical-card::before {
  content: "0" counter(technical-card);
  display: inline-flex;
  width: 42px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 6px;
  background: #e7f3ff;
  color: #0b5f9e;
  font-size: 13px;
  font-weight: 900;
}

.pariwara-technical-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0b5f9e, #68b6e6);
}

.pariwara-technical-card h3 {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 0;
  color: #0a315a;
  font-size: 20px;
  line-height: 1.35;
}

.pariwara-technical-card h3::after {
  content: none;
}

.pariwara-technical-card p {
  margin-bottom: 20px;
  color: #53636f;
  line-height: 1.65;
  text-align: justify;
}

.pariwara-technical-actions {
  display: grid;
  margin-top: auto;
  gap: 10px;
}

.pariwara-technical-actions .pariwara-btn {
  width: 100%;
  justify-content: flex-start;
  text-align: left;
}

@media (hover: hover) {
  .pariwara-technical-card:hover {
    transform: translateY(-4px);
    border-color: rgba(11, 95, 158, 0.3);
    box-shadow: 0 18px 42px rgba(7, 34, 66, 0.12);
  }
}

.pariwara-card {
  min-height: 100%;
  padding: 26px;
  border: 1px solid #e4ebf0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 33, 51, 0.06);
}

.pariwara-card-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #eef7ff;
  color: #0b5f9e;
  font-size: 20px;
}

.pariwara-card h3 {
  margin-bottom: 10px;
  color: #12212f;
  font-size: 20px;
  line-height: 1.35;
}

.pariwara-card p {
  margin-bottom: 0;
  color: #53636f;
  line-height: 1.7;
}

.pariwara-channel-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pariwara-channel-card p {
  margin-bottom: 22px;
}

.pariwara-channel-card .pariwara-btn {
  margin-top: auto;
}

.pariwara-check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pariwara-check-list li {
  display: flex;
  align-items: flex-start;
  padding: 4px 8px 4px 0;
  border-radius: 6px;
  color: #53636f;
  line-height: 1.65;
  transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.pariwara-check-list i {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  margin: 1px 10px 0 0;
  border-radius: 6px;
  background: #eef7ff;
  color: #0b5f9e;
  font-size: 12px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

@media (hover: hover) {
  .pariwara-check-list li:hover {
    padding-left: 8px;
    background: rgba(11, 95, 158, 0.06);
    color: #0a315a;
  }

  .pariwara-check-list li:hover i {
    transform: scale(1.06);
    background: #0b5f9e;
    color: #ffffff;
  }
}

.pariwara-status-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pariwara-status-item {
  border-radius: 8px;
  background: #ffffff;
  padding: 22px;
  border: 1px solid #e4ebf0;
}

.pariwara-status-item span {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  color: #0b5f8a;
  font-size: 14px;
  font-weight: 700;
}

.pariwara-status-item span i {
  margin-right: 8px;
  color: #e0aa21;
}

.pariwara-status-item h3 {
  margin-bottom: 8px;
  color: #12212f;
  font-size: 18px;
}

.pariwara-status-item p {
  margin: 0;
  color: #53636f;
  line-height: 1.65;
}

.pariwara-document {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid #dbe5ec;
  border-radius: 8px;
  background: #f9fbfc;
  padding: 26px;
}

.pariwara-document h3 {
  margin-bottom: 8px;
  color: #12212f;
  font-size: 22px;
}

.pariwara-document p {
  margin: 0;
  color: #53636f;
  line-height: 1.65;
}

.pariwara-document strong {
  overflow-wrap: anywhere;
}

.pariwara-note {
  margin-top: 20px;
  color: #63717c;
  font-size: 14px;
  line-height: 1.6;
}

.search-results-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 240px;
  overflow-y: auto;
  z-index: 1000;
  border: 1px solid #d7e0e7;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 33, 51, 0.14);
}

.search-result-item {
  padding: 12px;
  border-bottom: 1px solid #eef2f5;
  cursor: pointer;
}

.search-result-item:hover {
  background-color: #f3f8f7;
}

.search-result-item h5 {
  margin: 0 0 4px;
  color: #12212f;
  font-size: 16px;
}

.search-result-item p {
  margin: 0;
  color: #63717c;
  font-size: 14px;
}

.pariwara-page a,
.pariwara-page button,
.pariwara-page input,
.pariwara-page p,
.pariwara-page li {
  overflow-wrap: break-word;
}

.pariwara-page h1,
.pariwara-page h2,
.pariwara-page h3 {
  word-break: normal;
  overflow-wrap: normal;
}

@media (max-width: 991px) {
  .pariwara-info-grid,
  .pariwara-menu-grid,
  .pariwara-channel-grid,
  .pariwara-achievement-grid,
  .pariwara-campaign-group,
  .pariwara-report-grid,
  .pariwara-technical-grid,
  .pariwara-status-list {
    grid-template-columns: 1fr;
  }

  #capaian-2025 .pariwara-card > p {
    min-height: 0;
  }

  .pariwara-document {
    align-items: flex-start;
    flex-direction: column;
  }

  .pariwara-report-card {
    grid-template-columns: 1fr;
  }

  .pariwara-report-logo {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid rgba(11, 95, 158, 0.12);
  }

  .pariwara-report-copy {
    padding: 22px;
  }

  .pariwara-photo-column {
    display: block;
  }

  .pariwara-photo-frame {
    width: 100%;
    height: 300px;
    min-height: 300px;
    margin-left: 0;
    margin-top: 28px;
  }

  .pariwara-photo-caption {
    width: 100%;
    margin-left: 0;
  }

  #sesi-partisipatif::before {
    top: 760px;
    right: -70px;
    width: 300px;
    height: 220px;
    opacity: 0.08;
  }
}

@media (max-width: 767px) {
  .pariwara-page .pariwara-login-item {
    display: none !important;
  }

  .pariwara-page .st-toolbox {
    margin-right: 44px;
  }

  .pariwara-page .st-main-header .container,
  .pariwara-page .st-page-head .container,
  .pariwara-page .pariwara-section .container {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pariwara-page .pariwara-section .row {
    margin-left: 0;
    margin-right: 0;
  }

  .pariwara-page .pariwara-section [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .pariwara-page .st-page-head .container,
  .pariwara-page .pariwara-kicker,
  .pariwara-page .pariwara-brand-logos,
  .pariwara-page .pariwara-title,
  .pariwara-page .pariwara-lead,
  .pariwara-page .pariwara-actions,
  .pariwara-page .pariwara-menu-grid,
  .pariwara-page .pariwara-channel-grid,
  .pariwara-page .pariwara-achievement-grid,
  .pariwara-page .pariwara-channel-submenu,
  .pariwara-page .pariwara-technical-submenu,
  .pariwara-page .pariwara-campaign-group,
  .pariwara-page .pariwara-photo-frame,
  .pariwara-page .pariwara-check-list,
  .pariwara-page .pariwara-info-grid,
  .pariwara-page .pariwara-status-list,
  .pariwara-page .pariwara-document,
  .pariwara-page .pariwara-note {
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
  }

  .pariwara-page .st-page-head.st-style1 .st-page-title {
    font-size: 34px;
    line-height: 1.2;
  }

  .pariwara-brand-logos {
    gap: 14px;
    margin-bottom: 22px;
  }

  .pariwara-brand-logo {
    min-height: 0;
  }

  .pariwara-brand-logo-kpk {
    flex-basis: auto;
    min-width: 0;
    width: auto;
    max-width: none;
  }

  .pariwara-brand-logo-kpk img {
    height: 42px;
    max-height: 42px;
  }

  .pariwara-brand-logo-pariwara {
    flex-basis: auto;
    min-width: 0;
    width: auto;
    max-width: none;
    margin-top: 0;
  }

  .pariwara-brand-logo-pariwara img {
    height: 72px;
    max-height: 72px;
  }

  .pariwara-page .st-page-subtitle {
    font-size: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .pariwara-section {
    padding: 52px 0;
  }

  .pariwara-first-section {
    padding-top: 88px;
  }

  #definisi-pariwara::before {
    top: 28px;
    right: -38px;
    width: 220px;
    height: 170px;
    opacity: 0.07;
  }

  #sesi-partisipatif::before {
    right: -58px;
    top: 720px;
    bottom: auto;
    width: 250px;
    height: 170px;
    opacity: 0.08;
  }

  .pariwara-photo-frame .pariwara-photo-track img {
    object-position: center center;
  }

  .pariwara-title {
    max-width: 100%;
    font-size: 24px;
    line-height: 1.35;
  }

  #definisi-pariwara .pariwara-campaign-group {
    width: 100% !important;
    max-width: 100% !important;
    justify-items: stretch;
  }

  .pariwara-campaign-card {
    flex-direction: column;
    gap: 12px;
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px;
  }

  .pariwara-actions {
    flex-direction: column;
  }

  .pariwara-btn {
    width: 100%;
  }

  .pariwara-submenu-toggle,
  .pariwara-education-button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .pariwara-page .st-toolbox {
    margin-right: 38px;
  }

  .pariwara-page .st-page-head.st-style1 .st-page-title {
    font-size: 31px;
  }
}

@media (max-width: 575px) {
  .pariwara-page .st-toolbox {
    display: none;
  }

  .pariwara-page .st-munu-toggle {
    right: 15px;
    right: max(15px, calc(100vw - 375px));
  }

  .pariwara-page .st-nav .st-nav-list {
    width: 100vw;
    max-width: 390px;
  }

  .pariwara-page .st-main-header .container,
  .pariwara-page .st-page-head .container,
  .pariwara-page .pariwara-section .container {
    max-width: 390px;
  }

  .pariwara-photo-frame .pariwara-photo-track {
    animation-duration: 20s;
  }

  .pariwara-page .st-page-head .container,
  .pariwara-page .pariwara-brand-logos,
  .pariwara-page .pariwara-kicker,
  .pariwara-page .pariwara-title,
  .pariwara-page .pariwara-lead,
  .pariwara-page .pariwara-actions,
  .pariwara-page .pariwara-menu-grid,
  .pariwara-page .pariwara-channel-grid,
  .pariwara-page .pariwara-achievement-grid,
  .pariwara-page .pariwara-channel-submenu,
  .pariwara-page .pariwara-technical-submenu,
  .pariwara-page .pariwara-photo-frame,
  .pariwara-page .pariwara-check-list,
  .pariwara-page .pariwara-info-grid,
  .pariwara-page .pariwara-status-list,
  .pariwara-page .pariwara-document,
  .pariwara-page .pariwara-note {
    width: 100%;
    max-width: 360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.pariwara-js .pariwara-page .pariwara-section {
    opacity: 1;
    transform: none;
    transition: none;
    transition-delay: 0ms;
    will-change: auto;
  }

  .pariwara-section::after {
    transition: none;
  }

  .pariwara-photo-frame .pariwara-photo-track {
    animation: none;
    transform: translateX(0);
  }
}
