html.huiling-goal-showcase-mode #home #home-goal.section {
  position: relative !important;
  height: 100vh !important;
  min-height: 100vh !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 48% 36%, rgba(255, 255, 255, 0.92), transparent 42%),
    linear-gradient(180deg, #f1f3f8 0%, #eef1f6 100%) !important;
  color: #05070a !important;
  isolation: isolate;
}

.huiling-goal-showcase-mode #home-goal-context,
.huiling-goal-showcase-mode #home-goal-tunnel-title,
.huiling-goal-showcase-mode #home-goal-image-in,
.huiling-goal-showcase-mode #home-goal-image-in-inner,
.huiling-goal-showcase-mode #home-goal-image-in-outer,
.huiling-goal-showcase-mode #home-goal-image-out,
.huiling-goal-showcase-mode #home-goal-image-out-inner,
.huiling-goal-showcase-mode #home-goal-image-out-outer {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#huiling-goal-showcase {
  position: absolute;
  inset: 0;
  z-index: 8;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
  overflow: hidden;
  pointer-events: auto;
  isolation: isolate;
  background:
    radial-gradient(circle at 36% 34%, rgba(255, 255, 255, 0.98), transparent 34%),
    radial-gradient(circle at 77% 46%, rgba(103, 226, 223, 0.1), transparent 32%),
    linear-gradient(180deg, #f3f5fa 0%, #edf1f7 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.goal-showcase-title {
  display: none !important;
}

.goal-showcase-visual {
  position: absolute;
  left: clamp(36px, 4.6vw, 86px);
  top: clamp(112px, 14.5vh, 150px);
  z-index: 3;
  width: min(55vw, 1030px);
}

.goal-showcase-device {
  position: relative;
  width: 100%;
  transform: none;
  filter: drop-shadow(0 30px 38px rgba(16, 24, 36, 0.2));
  transition: none;
}

.goal-showcase-device img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(28px, 3vw, 54px);
}

.goal-showcase-shine {
  display: none !important;
}

.goal-showcase-copy {
  position: absolute;
  right: clamp(42px, 3vw, 58px);
  top: clamp(280px, 34vh, 330px);
  z-index: 4;
  width: min(36vw, 620px);
}

.goal-showcase-copy h2 {
  margin: 0;
  color: #05070a;
  font-size: clamp(30px, 2.35vw, 46px);
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
}

.goal-showcase-copy > p {
  margin: 34px 0 0;
  color: rgba(5, 7, 10, 0.78);
  font-size: clamp(16px, 1.03vw, 20px);
  line-height: 1.72;
  font-weight: 500;
  letter-spacing: 0;
}

.goal-showcase-points {
  display: grid;
  gap: 28px;
  margin-top: 36px;
}

.goal-showcase-point {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  align-items: center;
}

.goal-showcase-point-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.goal-showcase-point-icon.is-lime { background: #b7f500; }
.goal-showcase-point-icon.is-cyan { background: #67e2df; }

.goal-showcase-point-icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.goal-showcase-point h3 {
  margin: 0;
  color: #05070a;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.goal-showcase-point p {
  margin: 7px 0 0;
  color: rgba(5, 7, 10, 0.58);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.goal-showcase-progress {
  position: absolute;
  right: clamp(28px, 3.5vw, 70px);
  top: 47%;
  z-index: 5;
  display: grid;
  gap: 34px;
  justify-items: center;
}

.goal-showcase-progress::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 50%;
  width: 2px;
  background: rgba(5, 7, 10, 0.22);
  transform: translateX(-50%);
}

.goal-showcase-progress span {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(5, 7, 10, 0.26);
  background: #eef1f6;
}

.goal-showcase-progress span.is-active {
  width: 22px;
  height: 22px;
  border-color: rgba(183, 245, 0, 0.35);
  background: #b7f500;
  box-shadow: 0 0 0 16px rgba(183, 245, 0, 0.18);
}

@keyframes goalShowcaseShine {
  0%, 24% { opacity: 0; transform: translateX(-18%); }
  45% { opacity: 0.78; }
  76%, 100% { opacity: 0; transform: translateX(18%); }
}

@media (max-width: 980px) {
  .huiling-goal-showcase-mode #header-right-talk-btn { display: none !important; }
  html.huiling-goal-showcase-mode #home #home-goal.section { height: auto !important; min-height: 1120px !important; }

  #huiling-goal-showcase {
    position: relative;
    min-height: 1120px;
    padding: 96px 22px 72px;
    box-sizing: border-box;
  }

  .goal-showcase-title {
    position: relative;
    left: auto;
    top: auto;
    font-size: clamp(54px, 16vw, 88px);
    white-space: normal;
  }

  .goal-showcase-visual,
  .goal-showcase-copy {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
  }

  .goal-showcase-visual {
    margin-top: 28px;
  }

  .goal-showcase-device {
    transform: none;
  }

  .goal-showcase-copy {
    margin-top: 30px;
  }

  .goal-showcase-copy h2 {
    font-size: clamp(27px, 8vw, 40px);
  }

  .goal-showcase-copy > p {
    margin-top: 20px;
    font-size: 15px;
  }

  .goal-showcase-progress {
    display: none;
  }
}
