:root {
  --pd-blue: #0a579c;
  --pd-blue-dark: #082d53;
  --pd-yellow: #ffd447;
  --pd-ink: #101820;
  --pd-muted: #617088;
  --pd-soft: #f4f7fb;
  --pd-line: #dbe5ef;
  --pd-white: #fff;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 0 !important;
  color: var(--pd-ink);
  background: var(--pd-soft);
}

.pd_detail_container {
  width: 100%;
  min-width: 0 !important;
  overflow-x: hidden;
}

.pd_layout {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.pd_detail_container .web_head .layout {
  width: min(1550px, calc(100% - 80px)) !important;
}

.pd_kicker {
  width: max-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  font-size: 13px;
  font-weight: 700;
  color: var(--pd-ink);
  background: var(--pd-yellow);
}

.pd_hero {
  color: var(--pd-white);
  background:
    linear-gradient(90deg, rgba(6, 29, 52, .97), rgba(7, 55, 94, .9) 52%, rgba(10, 87, 156, .78)),
    var(--pd-hero-image, url("/skin/static/picture/banner01.jpg")) center / cover no-repeat;
}

.pd_hero_inner {
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 66px;
  align-items: center;
  padding: 120px 0 70px;
}

.pd_hero h1 {
  max-width: 780px;
  margin: 22px 0 18px;
  font-size: 54px;
  line-height: 1.08;
  color: var(--pd-white);
}

.pd_hero p {
  max-width: 720px;
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
  color: rgba(255, 255, 255, .88);
}

.pd_hero_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.pd_btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font-weight: 700;
  color: var(--pd-ink);
  background: var(--pd-yellow);
  border: 1px solid var(--pd-yellow);
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.pd_btn:hover {
  transform: translateY(-2px);
  color: var(--pd-white);
  background: transparent;
  border-color: var(--pd-white);
}

.pd_btn.secondary {
  color: var(--pd-white);
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .44);
}

.pd_btn.secondary:hover {
  color: var(--pd-ink);
  background: var(--pd-white);
  border-color: var(--pd-white);
}

.pd_gallery {
  min-width: 0;
  max-width: 520px;
  justify-self: end;
  margin-top: 34px;
}

.pd_main_image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #e9eef5;
  border: 1px solid rgba(255, 255, 255, .26);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
}

.pd_thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.pd_thumb {
  display: block;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .38);
}

.pd_thumb.is-active {
  border-color: var(--pd-yellow);
  box-shadow: 0 0 0 2px rgba(255, 212, 71, .18);
}

.pd_thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  opacity: .76;
}

.pd_thumb:hover img,
.pd_thumb.is-active img {
  opacity: 1;
}

.pd_path {
  background: var(--pd-white);
  border-bottom: 1px solid var(--pd-line);
}

.pd_path .pd_layout {
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  color: var(--pd-muted);
}

.pd_path a {
  color: var(--pd-blue);
  text-decoration: none;
}

.pd_section {
  padding: 62px 0;
}

.pd_section.white {
  background: var(--pd-white);
}

.pd_intro_grid,
.pd_service_grid,
.pd_cta_inner {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 42px;
  align-items: start;
}

.pd_section h2,
.pd_service_grid h2,
.pd_cta_inner h2 {
  margin: 16px 0 0;
  font-size: 36px;
  line-height: 1.2;
  color: var(--pd-ink);
}

.pd_richtext {
  color: #41516a;
  font-size: 16px;
  line-height: 1.88;
}

.pd_richtext p {
  margin: 0 0 18px;
}

.pd_richtext table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
}

.pd_richtext th,
.pd_richtext td {
  padding: 12px 14px;
  border: 1px solid var(--pd-line);
  text-align: left;
}

.pd_keydata {
  background: var(--pd-blue-dark);
}

.pd_keydata_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .18);
}

.pd_keydata_item {
  min-height: 126px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  color: var(--pd-white);
  background: rgba(8, 45, 83, .92);
}

.pd_keydata_item strong {
  font-size: 30px;
  line-height: 1.1;
  color: var(--pd-yellow);
}

.pd_keydata_item span {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, .78);
}

.pd_flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  counter-reset: flow;
  list-style: none;
}

.pd_flow li {
  min-height: 86px;
  position: relative;
  padding: 18px 18px 18px 54px;
  color: var(--pd-ink);
  background: var(--pd-white);
  border: 1px solid var(--pd-line);
}

.pd_flow li:before {
  counter-increment: flow;
  content: counter(flow, decimal-leading-zero);
  position: absolute;
  left: 16px;
  top: 18px;
  font-size: 13px;
  font-weight: 800;
  color: var(--pd-blue);
}

.pd_cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.pd_card {
  background: var(--pd-white);
  border: 1px solid var(--pd-line);
}

.pd_card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #e9eef5;
}

.pd_card_body {
  padding: 20px;
}

.pd_card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.35;
  color: var(--pd-ink);
}

.pd_card p {
  margin: 0;
  color: var(--pd-muted);
  line-height: 1.7;
}

.pd_gallery_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.pd_gallery_grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #e9eef5;
}

.pd_cta {
  color: var(--pd-white);
  background: var(--pd-blue-dark);
}

.pd_cta h2 {
  color: var(--pd-white);
}

.pd_cta p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.8;
}

.pd_cta .pd_btn {
  align-self: center;
  justify-self: end;
}

.pd_inquiry_modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
}

.pd_inquiry_modal.is-open {
  display: block;
}

.pd_inquiry_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 18, 32, .64);
}

.pd_inquiry_panel {
  position: relative;
  width: min(720px, calc(100% - 36px));
  max-height: calc(100vh - 50px);
  margin: 25px auto;
  padding: 32px;
  overflow-y: auto;
  background: var(--pd-white);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
}

.pd_modal_close {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  cursor: pointer;
  font-size: 28px;
  color: var(--pd-muted);
  background: transparent;
}

.pd_inquiry_panel h2 {
  margin: 16px 42px 10px 0;
  font-size: 28px;
  color: var(--pd-ink);
}

body.pd_modal_active {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .pd_hero_inner,
  .pd_intro_grid,
  .pd_service_grid,
  .pd_cta_inner {
    grid-template-columns: 1fr;
  }

  .pd_gallery {
    justify-self: start;
  }

  .pd_keydata_grid,
  .pd_flow,
  .pd_gallery_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .pd_cta .pd_btn {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .pd_layout {
    width: calc(100% - 40px);
  }

  .pd_hero_inner {
    min-height: 430px;
    padding: 104px 0 52px;
  }

  .pd_hero h1 {
    font-size: 34px;
    overflow-wrap: anywhere;
  }

  .pd_hero p,
  .pd_section h2,
  .pd_card h3 {
    overflow-wrap: anywhere;
  }

  .pd_keydata_grid,
  .pd_flow,
  .pd_cards,
  .pd_gallery_grid {
    grid-template-columns: 1fr;
  }

  .pd_section {
    padding: 46px 0;
  }

  .pd_section h2,
  .pd_service_grid h2,
  .pd_cta_inner h2 {
    font-size: 28px;
  }

  .pd_inquiry_panel {
    padding: 24px 18px;
  }
}
