.pdx-hero,
.pdx-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.pdx-hero .container--custom,
.pdx-page .container--custom {
  width: min(1440px, calc(100% - 48px));
  max-width: 1440px;
}

.pdx-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 64px;
  background:
    radial-gradient(circle at 12% 16%, rgba(0, 103, 184, .18), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(42, 168, 118, .18), transparent 24%),
    linear-gradient(135deg, #f8fbff 0%, #eefaff 45%, #f6fff8 100%);
}

.pdx-hero:before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(0, 103, 184, .05) 1px, transparent 1px),
    linear-gradient(rgba(0, 103, 184, .05) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .5) 68%, transparent 100%);
}

.pdx-hero:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 130px;
  background: linear-gradient(180deg, transparent, #fff);
}

.pdx-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  gap: 64px;
  align-items: center;
}

.pdx-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 16px;
  color: #5f6f89;
  font-size: 13px;
  font-weight: 700;
}

.pdx-breadcrumb a {
  color: #0067b8;
  text-decoration: none;
}

.pdx-breadcrumb span {
  opacity: .55;
}

.pdx-eyebrow {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  color: #0067b8;
  background: rgba(0, 103, 184, .08);
  font-size: 12px;
  font-weight: 850;
}

.pdx-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #071225;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
}

.pdx-summary {
  max-width: 720px;
  margin: 16px 0 0;
  color: #5f6f89;
  font-size: 16px;
  line-height: 1.65;
}

.pdx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pdx-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: .22s ease;
}

.pdx-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #0067b8, #19a7df);
  box-shadow: 0 16px 34px rgba(0, 103, 184, .22);
}

.pdx-btn-soft {
  color: #0067b8;
  border: 1px solid rgba(0, 103, 184, .18);
  background: rgba(255, 255, 255, .75);
}

.pdx-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.pdx-visual {
  position: relative;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(236, 248, 255, .78));
  box-shadow: 0 34px 90px rgba(15, 35, 70, .16), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px);
}

.pdx-visual:before {
  content: '';
  position: absolute;
  inset: -28px;
  z-index: -1;
  border-radius: 38px;
  background:
    radial-gradient(circle at 70% 10%, rgba(24, 166, 222, .24), transparent 32%),
    radial-gradient(circle at 16% 84%, rgba(42, 168, 118, .2), transparent 34%);
  filter: blur(4px);
}

.pdx-image-frame {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, #071225, #10243a);
}

.pdx-image-frame:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(25, 167, 223, .28), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, .1), transparent 45%);
}

.pdx-image-frame img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pdx-page {
  position: relative;
  padding: 52px 0 92px;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 42%, #fff 100%);
}

.pdx-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 26px;
  align-items: start;
}

.pdx-panel {
  border: 1px solid #e4ebf3;
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 52px rgba(15, 35, 70, .065);
}

.pdx-description {
  position: relative;
  overflow: hidden;
  padding: 30px;
}

.pdx-description:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0067b8, #18a6de, #2aa876);
}

.pdx-section-label {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 11px;
  margin-bottom: 10px;
  border-radius: 999px;
  color: #0067b8;
  background: rgba(0, 103, 184, .08);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.pdx-description h2,
.pdx-gallery h2,
.pdx-side-card h3 {
  margin: 0;
  color: #071225;
  font-weight: 850;
  letter-spacing: 0;
}

.pdx-description h2 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.pdx-copy {
  color: #5f6f89;
  font-size: 15.5px;
  line-height: 1.78;
}

.pdx-copy p {
  margin: 0 0 14px;
}

.pdx-copy ul,
.pdx-copy ol {
  padding-left: 22px;
  margin: 0 0 14px;
}

.pdx-copy li {
  margin-bottom: 7px;
}

.pdx-gallery {
  margin-top: 22px;
  padding: 24px;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.pdx-gallery-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.pdx-gallery h2 {
  font-size: 22px;
}

.pdx-gallery-head p {
  margin: 4px 0 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 650;
}

.pdx-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pdx-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(15, 35, 70, .09);
  border-radius: 16px;
  background: #f8fbff;
  box-shadow: 0 10px 28px rgba(15, 35, 70, .055);
  transition: transform .22s ease, box-shadow .22s ease;
}

.pdx-gallery-item:after {
  content: 'Lihat';
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 103, 184, .88);
  font-size: 11px;
  font-weight: 850;
  opacity: 0;
  transform: translateY(-4px);
  transition: .22s ease;
}

.pdx-gallery-item img {
  display: block;
  width: 100%;
  height: 154px;
  object-fit: cover;
  transition: transform .28s ease;
}

.pdx-gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 103, 184, .12);
}

.pdx-gallery-item:hover img {
  transform: scale(1.06);
}

.pdx-gallery-item:hover:after {
  opacity: 1;
  transform: translateY(0);
}

.pdx-gallery-caption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  color: #fff;
  background: rgba(7, 18, 37, .82);
  font-size: 12px;
  font-weight: 750;
}

.pdx-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background: rgba(7, 18, 37, .82);
}

.pdx-modal.is-open {
  display: flex;
}

.pdx-modal-dialog {
  position: relative;
  max-width: min(1120px, 100%);
  max-height: calc(100vh - 68px);
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .35);
}

.pdx-modal-img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 132px);
  object-fit: contain;
  border-radius: 12px;
  background: #f8fbff;
}

.pdx-modal-caption {
  display: none;
  margin: 10px 4px 2px;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
}

.pdx-modal-caption:not(:empty) {
  display: block;
}

.pdx-modal-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #0067b8;
  font-size: 26px;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(0, 103, 184, .25);
  cursor: pointer;
}

.pdx-side {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 14px;
}

.pdx-side-card {
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 251, 255, .94));
}

.pdx-side-card h3 {
  font-size: 17px;
  margin-bottom: 13px;
}

.pdx-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pdx-tags + .pdx-tags {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #edf2f7;
}

.pdx-tags span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(0, 103, 184, .14);
  border-radius: 999px;
  color: #0067b8;
  background: #f3f9ff;
  font-size: 12px;
  font-weight: 800;
}

.pdx-tags-muted span {
  color: #41546d;
  border-color: rgba(65, 84, 109, .14);
  background: #f8fbff;
}

.pdx-contact-card {
  overflow: hidden;
  padding: 0;
  background: linear-gradient(135deg, #071225, #053f5f);
}

.pdx-contact-card .inner {
  padding: 24px;
  color: #fff;
}

.pdx-contact-card h3 {
  color: #fff;
}

.pdx-contact-card p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  line-height: 1.55;
}

.pdx-contact-card .pdx-btn {
  width: 100%;
  background: #fff;
  color: #0067b8;
}

@media (max-width: 1199.98px) {
  .pdx-hero-inner {
    grid-template-columns: 1fr;
  }

  .pdx-visual {
    max-width: 640px;
  }

  .pdx-layout {
    grid-template-columns: 1fr;
  }

  .pdx-side {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdx-contact-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .pdx-hero .container--custom,
  .pdx-page .container--custom {
    width: min(100% - 24px, 1440px);
  }

  .pdx-hero {
    padding: 96px 0 56px;
  }

  .pdx-summary {
    font-size: 15px;
  }

  .pdx-visual {
    padding: 12px;
    border-radius: 20px;
  }

  .pdx-page {
    padding: 32px 0 60px;
  }

  .pdx-description,
  .pdx-gallery,
  .pdx-side-card {
    padding: 18px;
  }

  .pdx-gallery-grid {
    grid-template-columns: 1fr;
  }

  .pdx-side {
    grid-template-columns: 1fr;
  }

  .pdx-actions {
    display: grid;
  }

  .pdx-btn {
    width: 100%;
  }
}
