.hengsheng_services {
  position: relative;
  padding: 0;
  background:
    radial-gradient(40% 42% at 20% 78%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 72%),
    radial-gradient(28% 32% at 79% 24%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 76%),
    linear-gradient(180deg, #181818 0%, #121212 100%);
  overflow: clip;
  isolation: isolate;
}

.hengsheng_services::before,
.hengsheng_services::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.68);
  pointer-events: none;
}


.hengsheng_services::after {
  left: 0;
  bottom: 0;
  width: min(19vw, 360px);
  height: 1px;
}

.hengsheng_services_main {
  position: relative;
  width: 100%;
  aspect-ratio: 1627 / 853;
}

.hengsheng_services_main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(18, 18, 18, 0.22) 0%, rgba(18, 18, 18, 0.02) 36%, rgba(18, 18, 18, 0) 55%, rgba(18, 18, 18, 0.12) 100%),
    radial-gradient(34% 38% at 16% 82%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%),
    radial-gradient(22% 28% at 85% 17%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 78%);
  pointer-events: none;
}

.hengsheng_services_media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hengsheng_services_media::before,
.hengsheng_services_media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hengsheng_services_media::before {
  z-index: 1;
  background:
    radial-gradient(52% 60% at 50% 43%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 74%),
    linear-gradient(180deg, rgba(16, 16, 16, 0.08) 0%, rgba(16, 16, 16, 0.28) 100%);
}

.hengsheng_services_media::after {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(19, 19, 19, 0.14) 0%, rgba(19, 19, 19, 0) 30%, rgba(19, 19, 19, 0) 72%, rgba(19, 19, 19, 0.1) 100%);
}

.hengsheng_services_main .hengsheng_services_map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: grayscale(1) brightness(0.9) contrast(1.04);
  opacity: 0.9;
}

.hengsheng_services_content {
  width: min(60%, 992px);
  position: absolute;
  left: 5.8%;
  bottom: 11.6%;
  z-index: 4;
}

.hengsheng_services_title {
  margin: 0;
  color: var(--color-second);
  font-family: var(--font-family-semi-bold);
  font-size: var(--banner-title);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.hengsheng_services_points {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.hengsheng_services_point {
  position: absolute;
  transform: translate(-50%, -50%);
}

.hengsheng_services_point.is-static .hengsheng_services_pin {
  cursor: default;
}

.hengsheng_services_point.is-static .hengsheng_services_bubble {
  display: none;
}

.hengsheng_services_pin {
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  display: block;
  position: relative;
  isolation: isolate;
  cursor: pointer;
}

.hengsheng_services_pin::before,
.hengsheng_services_pin::after {
  content: "";
  border-radius: 50%;
  border: 1px solid rgba(246, 135, 23, 0.55);
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1);
  animation: hengsheng-services-ripple 2.4s ease-out infinite;
}

.hengsheng_services_pin::after {
  animation-delay: 1.2s;
}

.hengsheng_services_pin_ring,
.hengsheng_services_pin_core {
  border-radius: 50%;
  position: absolute;
  inset: 0;
}

.hengsheng_services_pin_ring {
  background: rgba(246, 135, 23, 0.24);
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.hengsheng_services_pin_core {
  width: 10px;
  height: 10px;
  margin: auto;
  background: #f68717;
  box-shadow: 0 0 0 2px #131313;
  transition: transform 0.28s ease, background-color 0.28s ease;
}

.hengsheng_services_bubble {
  width: fit-content;
  max-width: 280px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  left: 50%;
  right: auto;
  top: auto;
  bottom: 28px;
  transform: translate(-32%, -12px);
}

.hengsheng_services_bubble_content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hengsheng_services_bubble_label,
.hengsheng_services_bubble_desc {
  margin: 0;
}

.hengsheng_services_bubble_label {
  color: var(--color-second);
  font-family: var(--font-family-semi-bold);
  font-size:var(--title-size-h4);
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.hengsheng_services_bubble_desc {
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--font-family);
  font-size: var(--text-size);
  line-height: 1.5;
}

.hengsheng_services_point.has-image .hengsheng_services_bubble {
  padding: clamp(8px, 0.625vw, 12px);
}

.hengsheng_services_point.is-compact .hengsheng_services_bubble {
  min-height: 44px;
  padding: 10px 11px 11px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hengsheng_services_point.is-compact .hengsheng_services_bubble_content {
  display: block;
}

.hengsheng_services_point.is-compact .hengsheng_services_bubble_label {
  font-size: var(--title-size-h4);
  line-height: 1.2;
  white-space: nowrap;
}

.hengsheng_services_bubble_media {
  width: 48px;
  margin-right: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hengsheng_services_bubble_media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.hengsheng_services_point--top-left .hengsheng_services_bubble {
  left: 50%;
  right: auto;
  bottom: 28px;
  transform: translate(-68%, -12px);
}

.hengsheng_services_point--top .hengsheng_services_bubble {
  left: 50%;
  bottom: 28px;
  transform: translate(-32%, -12px);
}

.hengsheng_services_point--top-right .hengsheng_services_bubble {
  left: 50%;
  bottom: 28px;
  transform: translate(-32%, -12px);
}

.hengsheng_services_point:hover .hengsheng_services_bubble,
.hengsheng_services_point.is-active .hengsheng_services_bubble {
  opacity: 1;
  visibility: visible;
  transform: translate(-32%, 0);
}

.hengsheng_services_point--top-left:hover .hengsheng_services_bubble,
.hengsheng_services_point--top-left.is-active .hengsheng_services_bubble {
  transform: translate(-68%, 0);
}

.hengsheng_services_point--top-right:hover .hengsheng_services_bubble,
.hengsheng_services_point--top-right.is-active .hengsheng_services_bubble {
  transform: translate(-32%, 0);
}

.hengsheng_services_point:hover .hengsheng_services_pin_ring,
.hengsheng_services_point.is-active .hengsheng_services_pin_ring {
  transform: scale(1.1);
  opacity: 1;
}

.hengsheng_services_point:hover .hengsheng_services_pin_core,
.hengsheng_services_point.is-active .hengsheng_services_pin_core {
  transform: scale(1.08);
}

.hengsheng_services_point:hover .hengsheng_services_pin::before,
.hengsheng_services_point:hover .hengsheng_services_pin::after,
.hengsheng_services_point.is-active .hengsheng_services_pin::before,
.hengsheng_services_point.is-active .hengsheng_services_pin::after {
  border-color: rgba(246, 135, 23, 0.7);
}

@keyframes hengsheng-services-ripple {
  0% {
    opacity: 0.7;
    transform: scale(0.95);
  }

  70% {
    opacity: 0;
    transform: scale(2.8);
  }

  100% {
    opacity: 0;
    transform: scale(2.8);
  }
}

@media screen and (max-width: 1500px) {

  .hengsheng_services_content {
    width: min(45%, 640px);
    left: 5.5%;
    bottom: 11%;
  }


  .hengsheng_services_bubble_media {
    width: 46px;
  }

  .hengsheng_services_point.is-compact .hengsheng_services_bubble {
    min-height: 40px;
    padding: 8px 10px 9px;
  }

}

@media screen and (max-width: 1280px) {

  .hengsheng_services_content {
    width: min(52%, 560px);
    left: 4.5%;
    bottom: 8%;
  }

  .hengsheng_services_bubble_media {
    width: 42px;
  }

  .hengsheng_services_bubble {
    max-width: 240px;
  }


  .hengsheng_services_point.is-compact .hengsheng_services_bubble {
    min-height: 38px;
    padding: 8px 9px;
  }

}

@media screen and (max-width: 1200px) {
  .hengsheng_services_content {
    width: min(54%, 520px);
    left: 4%;
    bottom: 6%;
  }

  .hengsheng_services_bubble_media {
    width: 40px;
  }


  .hengsheng_services_bubble {
    max-width: 220px;
  }

  .hengsheng_services_point.is-compact .hengsheng_services_bubble {
    min-height: 34px;
    padding: 7px 8px;
    border-radius: 8px;
  }

}

@media screen and (max-width: 992px) {

  .hengsheng_services::before {
    display: none;
  }

  .hengsheng_services::after {
    width: min(42vw, 220px);
  }

  .hengsheng_services_main {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .hengsheng_services_media {
    width: 100%;
    aspect-ratio: 1627 / 853;
    height: auto;
    position: relative;
    order: 2;
  }

  .hengsheng_services_content {
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .hengsheng_services_title {
    max-width: 12ch;
  }

  .hengsheng_services_bubble_media {
    width: 38px;
  }

  .hengsheng_services_bubble {
    max-width: 220px;
    padding: 8px 12px;
  }

  .hengsheng_services_point.is-compact .hengsheng_services_bubble {
    min-height: 32px;
    padding: 6px 8px;
  }

}

@media screen and (max-width: 768px) {

  .hengsheng_services_title {
    max-width: 100%;
  }

  .hengsheng_services_bubble_media {
    width: 36px;
  }

  .hengsheng_services_pin {
    width: 16px;
    height: 16px;
  }

  .hengsheng_services_pin::before,
  .hengsheng_services_pin::after {
    animation-duration: 2s;
  }

  .hengsheng_services_pin_core {
    width: 8px;
    height: 8px;
  }

  .hengsheng_services_bubble {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 28px;
    max-width: min(220px, calc(100vw - 48px));
    transform: translate(-50%, -10px);
  }

  .hengsheng_services_point.is-compact .hengsheng_services_bubble {
    min-height: 28px;
    padding: 5px 8px;
    bottom: 22px;
    border-radius: 8px;
  }


  .hengsheng_services_point:hover .hengsheng_services_bubble,
  .hengsheng_services_point.is-active .hengsheng_services_bubble {
    transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 576px) {

  .hengsheng_services_bubble_media {
    width: 32px;
    margin-right: 6px;
  }

  .hengsheng_services_bubble {
    max-width: min(180px, calc(100vw - 40px));
    padding: 6px 10px;
    bottom: 22px;
  }


  .hengsheng_services_point.is-compact .hengsheng_services_bubble {
    min-height: 26px;
    padding: 4px 7px;
    bottom: 18px;
    border-radius: 7px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .hengsheng_services_pin::before,
  .hengsheng_services_pin::after,
  .hengsheng_services_pin_ring,
  .hengsheng_services_pin_core,
  .hengsheng_services_bubble {
    animation: none;
    transition: none;
  }
}
