.page-service-zstj {
  background: #ffffff;
  color: #212121;
}

.zstj-container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.svr-container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.svr-philosophy {
  position: relative;
  overflow: hidden;
  padding: 108px 0;
}

.svr-philosophy__content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.svr-philosophy .cta-title {
  margin: 0 0 16px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #ffffff;
}

.svr-philosophy .cta-desc {
  max-width: 1080px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8;
}

.svr-philosophy__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 0;
}

.page-service .btn-rect {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 48px;
  padding: 0 28px;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  transition:
    transform 0.28s ease,
    background-color 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
  cursor: pointer;
}

.page-service .btn-rect:hover {
  transform: translateY(-2px);
}

.page-service .btn-rect-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.page-service .btn-rect-outline:hover {
  background: rgba(255, 255, 255, 0.15);
}

.page-service .btn-rect-solid {
  background: #ffffff;
  color: #0066ff;
  border: 1px solid #ffffff;
  box-shadow: none;
}

.page-service .btn-rect-solid:hover {
  background: #f4f7fc;
  color: #0066ff;
}

.zstj-hero {
  position: relative;
  overflow: hidden;
  min-height: 580px;
  background: linear-gradient(180deg, #f2f6ff 0%, #f7faff 100%);
}

.zstj-hero__bg {
  position: absolute;
  inset: 0;
}

.zstj-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 580px;
  padding: 96px 0 64px;
}

.zstj-hero__copy {
  max-width: 633px;
}

.zstj-hero__copy .site-page-heading {
  margin: 0 0 8px;
  letter-spacing: 1px;
}

.zstj-hero__subtitle {
  margin: 0 0 24px;
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.zstj-hero__desc {
  margin: 0;
  max-width: 520px;
  color: #666666;
  font-size: 16px;
  line-height: 1.9;
}

.zstj-why,
.zstj-match,
.zstj-cases {
  padding: 110px 0;
  background: #ffffff;
}
.zstj-services {
  padding: 110px 0;
  background: #f5f5f5;
}
.zstj-steps,
.zstj-followup {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    linear-gradient(
      180deg,
      rgba(242, 246, 255, 0.78),
      rgba(255, 255, 255, 0.95)
    ),
    #f9f9f9;
}

.zstj-steps::before,
.zstj-followup::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 78, 246, 0.08), transparent 38%),
    radial-gradient(
      circle at 50% 100%,
      rgba(0, 160, 255, 0.08),
      transparent 30%
    );
  pointer-events: none;
}

.zstj-followup .site-container {
  position: relative;
  z-index: 1;
}

.zstj-section-head {
  margin-bottom: 48px;
}

.zstj-why__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.zstj-why-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px;
  border: 1px solid #ffffff;
  background: linear-gradient(270deg, #eaf3ff 0%, #ffffff 100%);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.zstj-why-card__icon {
  position: relative;
  flex: 0 0 110px;
  width: 110px;
  height: 110px;
}

.zstj-why-card__shell,
.zstj-why-card__main {
  position: absolute;
  display: block;
}

.zstj-why-card__shell {
  inset: 0;
  width: 110px;
  height: 110px;
}

.zstj-why-card__main--1 {
  left: 12px;
  top: 0;
  width: 86px;
}

.zstj-why-card__main--2 {
  left: 20px;
  top: 8px;
  width: 72px;
}

.zstj-why-card__main--3 {
  left: 12px;
  top: 2px;
  width: 84px;
}

.zstj-why-card__main--4 {
  left: 10px;
  top: -2px;
  width: 92px;
}

.zstj-why-card__main--5 {
  left: 16px;
  top: 4px;
  width: 78px;
}

.zstj-why-card__main--6 {
  left: 8px;
  top: -4px;
  width: 90px;
}

.zstj-why-card__body {
  flex: 1 1 auto;
  min-width: 0;
}

.zstj-why-card .site-card-title {
  margin-bottom: 8px;
}

.zstj-why-card .site-card-copy {
  margin-bottom: 0;
}

.zstj-services {
  position: relative;
}

.zstj-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(0, 94, 255, 0.05), transparent 24%),
    radial-gradient(
      circle at 86% 78%,
      rgba(79, 188, 255, 0.05),
      transparent 20%
    );
  pointer-events: none;
}

.zstj-services__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: start;
}

.zstj-service-card {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 225px;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.zstj-service-card__media {
  position: relative;
  min-height: 225px;
  min-width: 0;
  background-color: #d9d9d9;
  overflow: hidden;
}

.zstj-service-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.18) 0%,
    rgba(255, 255, 255, 0.06) 22%,
    rgba(255, 255, 255, 0) 42%
  );
  pointer-events: none;
}

.zstj-service-card__panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 225px;
  min-width: 0;
  padding: 34px 42px;
  overflow: hidden;
  text-align: center;
}

.zstj-service-card__panel::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 58px;
  width: 82px;
  height: 1px;
  background: rgba(255, 255, 255, 0.82);
  transform: translateX(-50%) scaleX(0.68);
  transform-origin: center;
  opacity: 0.8;
  transition:
    transform 0.45s ease,
    opacity 0.45s ease;
}

.zstj-service-card__panel::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -34%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.34) 0%,
    rgba(255, 255, 255, 0) 72%
  );
  opacity: 0.78;
  transform: translate3d(0, 0, 0);
  transition:
    transform 0.65s ease,
    opacity 0.65s ease;
}

.zstj-service-card__panel--conference {
  background: #e5f1ff;
}

.zstj-service-card__panel--matching {
  background: #d6fbfb;
}

.zstj-service-card__panel--tour {
  background: #dcfaee;
}

.zstj-service-card__panel--salon {
  background: #f3e8ff;
}

.zstj-service-card__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 340px;
  min-width: 0;
  transition: transform 0.45s ease;
}

.zstj-service-card__eyebrow {
  margin: 10px 0 0;
  color: #9ca3af;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.zstj-service-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition:
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.45s ease;
}

.zstj-service-card__desc {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: #5e6a79;
  font-size: 14px;
  line-height: 1.8;
  opacity: 0;
  transform: translateY(18px);
  transition:
    max-height 0.45s ease,
    margin-top 0.45s ease,
    opacity 0.45s ease,
    transform 0.45s ease;
}

.zstj-steps__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
}

.zstj-steps__grid--bottom {
  grid-template-columns: repeat(3, minmax(0, 276px));
  justify-content: center;
}

.zstj-step-card {
  padding: 24px;
  text-align: center;
  background: linear-gradient(180deg, #fefefe 0%, #f4f6f8 100%);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.zstj-step-card__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.zstj-step-card__step {
  margin: 0;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.zstj-step-card .site-card-title {
  margin-bottom: 4px;
}

.zstj-step-card .site-card-copy {
  margin-bottom: 0;
}

.zstj-step-card__icon {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 24px auto 0;
}

.zstj-step-card__shell,
.zstj-step-card__main {
  position: absolute;
  display: block;
}

.zstj-step-card__shell {
  inset: 0;
  width: 110px;
  height: 110px;
}

.zstj-step-card__main--1 {
  left: 18px;
  top: 2px;
  width: 82px;
}

.zstj-step-card__main--2 {
  left: 20px;
  top: 2px;
  width: 80px;
}

.zstj-step-card__main--3 {
  left: 30px;
  top: 14px;
  width: 58px;
}

.zstj-step-card__main--4 {
  left: 4px;
  top: -10px;
  width: 114px;
}

.zstj-step-card__main--5 {
  left: 32px;
  top: 14px;
  width: 56px;
}

.zstj-step-card__main--6 {
  left: 17px;
  top: -6px;
  width: 86px;
}

.zstj-step-card__main--7 {
  left: 20px;
  top: 8px;
  width: 80px;
}

/* 三重匹配邀约机制（Figma 2065:333） */
.zstj-match__head {
  margin-bottom: 48px;
  text-align: center;
}

.zstj-match__title {
  margin: 0 0 48px;
}

.zstj-match__lede {
  display: flex;
  max-width: 1170px;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
}

.zstj-match__subtitle {
  margin: 0;
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.zstj-match__desc {
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}

.zstj-match__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.zstj-match-card {
  display: flex;
  min-width: 0;
  min-height: 204px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.zstj-match-card--blue {
  background: linear-gradient(125.71deg, #f5faff 0%, #cae1ff 101.54%);
}

.zstj-match-card--amber {
  background: linear-gradient(126.46deg, #fffcf0 0.98%, #ffe67c 99.46%);
}

.zstj-match-card--purple {
  background: linear-gradient(134.46deg, #f3e8ff 1.38%, #ead8ff 100%);
}

.zstj-match-card__head {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
}

.zstj-match-card__icon-wrap {
  display: flex;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.zstj-match-card__icon-wrap--blue {
  background: #f8fcff;
}

.zstj-match-card__icon-wrap--amber {
  background: #fffcee;
}

.zstj-match-card__icon-wrap--purple {
  background: #f5edff;
}

.zstj-match-card__icon {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.zstj-match-card__title {
  margin: 0;
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.zstj-match-card__desc {
  margin: 12px 0 0;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}

.zstj-match-card--purple .zstj-match-card__desc {
  color: #555555;
}

.zstj-match-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.zstj-match__figure {
  max-width: 1200px;
  margin: 0 auto;
}

.zstj-match__figure-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 1200 / 484;
  margin: 0 auto;
}

.zstj-match__figure-base {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.zstj-match__figure-arrow {
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  width: 5.917%;
  height: 73.35%;
  object-fit: fill;
}

.zstj-match__figure-arrow--left {
  left: 17.25%;
}

.zstj-match__figure-arrow--center {
  left: 47.08%;
}

.zstj-match__figure-arrow--right {
  left: 76.92%;
}

.zstj-match__figure-laptop {
  position: absolute;
  top: 11.82%;
  left: 38.08%;
  z-index: 3;
  display: block;
  width: 23.83%;
  height: auto;
}

/* 分层跟进转化体系（Figma 2069:333），背景与 .zstj-steps 一致 */
.zstj-followup__head {
  margin-bottom: 48px;
  text-align: center;
}

.zstj-followup__title {
  margin: 0 0 48px;
}

.zstj-followup__lede {
  display: flex;
  max-width: 1170px;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
}

.zstj-followup__subtitle {
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 48px;
}

.zstj-followup__desc {
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}

.zstj-followup__tier {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: start;
  gap: 32px 40px;
  margin-bottom: 48px;
}

.zstj-followup__h3 {
  margin: 0 0 8px;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.zstj-followup__hint {
  margin: 0 0 16px;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}

.zstj-followup-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.zstj-followup-table {
  width: 100%;
  min-width: 420px;
  border-collapse: collapse;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}

.zstj-followup-table thead,
.zstj-followup-table tbody,
.zstj-followup-table tr,
.zstj-followup-table th,
.zstj-followup-table td {
  border: 0;
}

.zstj-followup-table th {
  padding: 0 16px 10px 0;
  color: #222222;
  font-weight: 600;
  text-align: left;
  vertical-align: bottom;
}

.zstj-followup-table td {
  padding: 14px 16px 14px 0;
  color: #666666;
  vertical-align: top;
}

.zstj-followup__visual {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.zstj-followup__funnel {
  display: block;
  width: min(642px, 100%);
  height: auto;
}

.zstj-followup__bubbles {
  display: flex;
  flex: 1 1 220px;
  max-width: 380px;
  flex-direction: column;
  gap: 12px;
}

.zstj-followup-bubble {
  padding: 12px 20px;
  border-radius: 16px;
  background: #d3eaff;
}

.zstj-followup-bubble__title {
  margin: 0 0 8px;
  color: #0055ff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.zstj-followup-bubble__text {
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}

.zstj-followup__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.zstj-followup-card {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.zstj-followup-card--blue {
  gap: 16px;
  background: linear-gradient(142.23deg, #f5faff 0%, #cae1ff 101.54%);
}

.zstj-followup-card--purple {
  gap: 12px;
  background: linear-gradient(150.43deg, #f9f4ff 1.38%, #ead8ff 100%);
}

.zstj-followup-card__thumb {
  position: relative;
  flex: 0 0 122px;
  width: 122px;
  height: 152px;
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 8px;
  background: linear-gradient(-63.26deg, #f9f4ff 4.7%, #ead8ff 96.22%);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.zstj-followup-card__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.zstj-followup-card--blue .zstj-followup-card__thumb::after {
  background: linear-gradient(
    159.78deg,
    rgba(109, 172, 255, 0.82) 11.2%,
    rgba(248, 241, 255, 0) 83.5%
  );
}

.zstj-followup-card--purple .zstj-followup-card__thumb::after {
  background: linear-gradient(
    159.78deg,
    rgba(208, 161, 255, 0.82) 11.2%,
    rgba(248, 241, 255, 0) 83.5%
  );
}

.zstj-followup-card__thumb-img {
  position: absolute;
  left: -34px;
  top: -4px;
  width: 213px;
  height: 160px;
  max-width: none;
  object-fit: cover;
}

.zstj-followup-card__thumb-label {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  padding: 14px 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.zstj-followup-card__thumb-line {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.zstj-followup-card__body {
  flex: 1;
  min-width: 0;
}

.zstj-followup-card__intro {
  margin-bottom: 8px;
}

.zstj-followup-card__title {
  margin: 0 0 4px;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.zstj-followup-card__lead {
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}

.zstj-followup-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.zstj-followup-card__list li {
  position: relative;
  padding-left: 12px;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}

.zstj-followup-card__list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666666;
  opacity: 0.45;
}

.zstj-followup-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* 成功案例：横向轨道 + 脚本驱动平滑滚动（对齐 zkzx-cases） */
.zstj-cases__viewport {
  --case-gap: 24px;
  --case-card-width: calc((100% - (var(--case-gap) * 2)) / 3);
  position: relative;
  overflow: hidden;
  padding: 8px 0 18px;
}

.zstj-case-track {
  display: flex;
  gap: var(--case-gap);
  width: max-content;
  will-change: transform;
}

.zstj-case-card {
  position: relative;
  flex: 0 0 var(--case-card-width);
  width: var(--case-card-width);
  overflow: hidden;
  padding: 0;
  background: #ffffff;
  border: 1px solid rgba(17, 34, 68, 0.05);
  box-shadow: 0 10px 28px rgba(17, 34, 68, 0.08);
}

.zstj-case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(1, 86, 244, 0.12);
}

.zstj-case-card__image {
  display: block;
  width: 100%;
  height: 228px;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.zstj-case-card__content {
  padding: 22px 20px 18px;
}

.zstj-case-card__title {
  margin: 0 0 12px;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.zstj-case-card__desc {
  margin: 0 0 16px;
  color: #666666;
  font-size: 14px;
  line-height: 1.9;
}

.zstj-case-card__stats {
  border-radius: 12px;
  background: #f7f9fc;
  overflow: hidden;
}

.zstj-case-card__stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding: 0 16px;
}

.zstj-case-card__stat + .zstj-case-card__stat {
  border-top: 1px solid rgba(17, 34, 68, 0.08);
}

.zstj-case-card__label,
.zstj-case-card__value {
  color: #4a5568;
  font-size: 14px;
  line-height: 1.7;
}

.zstj-case-card__value {
  color: #333333;
  font-weight: 600;
}

.zstj-case-card:hover .zstj-case-card__image {
  transform: scale(1.04);
}

.zstj-why-card:hover,
.zstj-step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(1, 86, 244, 0.12);
}

.zstj-service-card:is(:hover, :focus-visible, :focus-within)
  .zstj-service-card__img {
  transform: scale(1.06);
  filter: saturate(1.03);
}

.zstj-service-card:is(:hover, :focus-visible, :focus-within)
  .zstj-service-card__panel::before {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

.zstj-service-card:is(:hover, :focus-visible, :focus-within)
  .zstj-service-card__panel::after {
  transform: translate3d(-18px, -12px, 0);
  opacity: 1;
}

.zstj-service-card:is(:hover, :focus-visible, :focus-within)
  .zstj-service-card__copy {
  transform: translateY(-10px);
}

.zstj-service-card:is(:hover, :focus-visible, :focus-within)
  .zstj-service-card__desc {
  max-height: 110px;
  margin-top: 18px;
  opacity: 1;
  transform: translateY(0);
}

.zstj-service-card:focus-visible {
  outline: 2px solid rgba(0, 102, 255, 0.34);
  outline-offset: -2px;
}

.zstj-why-card,
.zstj-step-card,
.zstj-service-card,
.zstj-case-card,
.zstj-service-card__panel,
.zstj-service-card__copy {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    opacity 0.35s ease;
}

.zstj-service-card__panel::after,
.zstj-service-card__panel::before,
.zstj-service-card__img,
.zstj-service-card__desc {
  will-change: transform, opacity;
}

@media (hover: none) {
  .zstj-service-card__copy {
    transform: none;
  }

  .zstj-service-card__desc {
    max-height: none;
    margin-top: 14px;
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zstj-service-card,
  .zstj-service-card__panel,
  .zstj-service-card__copy,
  .zstj-service-card__panel::before,
  .zstj-service-card__panel::after,
  .zstj-service-card__img,
  .zstj-service-card__desc {
    transition: none !important;
  }
}

.zstj-reveal {
  opacity: 1;
  transform: none;
}

body.js-ready .zstj-reveal {
  opacity: 0;
  transform: translateY(48px);
  transition:
    opacity 0.84s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.84s cubic-bezier(0.22, 1, 0.36, 1);
}

body.js-ready .zstj-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.js-ready .zstj-why__grid .zstj-reveal:nth-child(odd),
body.js-ready .zstj-services__grid .zstj-reveal:nth-child(odd),
body.js-ready .zstj-steps__grid .zstj-reveal:nth-child(odd),
body.js-ready .zstj-match__cards .zstj-reveal:nth-child(odd),
body.js-ready .zstj-followup__tier .zstj-reveal:nth-child(odd),
body.js-ready .zstj-followup__cards .zstj-reveal:nth-child(odd) {
  transform: translate3d(-32px, 48px, 0);
}

body.js-ready .zstj-why__grid .zstj-reveal:nth-child(even),
body.js-ready .zstj-services__grid .zstj-reveal:nth-child(even),
body.js-ready .zstj-steps__grid .zstj-reveal:nth-child(even),
body.js-ready .zstj-match__cards .zstj-reveal:nth-child(even),
body.js-ready .zstj-followup__tier .zstj-reveal:nth-child(even),
body.js-ready .zstj-followup__cards .zstj-reveal:nth-child(even) {
  transform: translate3d(32px, 48px, 0);
}

body.js-ready .zstj-why__grid .zstj-reveal.is-visible,
body.js-ready .zstj-services__grid .zstj-reveal.is-visible,
body.js-ready .zstj-steps__grid .zstj-reveal.is-visible,
body.js-ready .zstj-match__cards .zstj-reveal.is-visible,
body.js-ready .zstj-followup__tier .zstj-reveal.is-visible,
body.js-ready .zstj-followup__cards .zstj-reveal.is-visible {
  transform: translate3d(0, 0, 0);
}

body.js-ready .zstj-why__grid .zstj-reveal:nth-child(1),
body.js-ready .zstj-services__grid .zstj-reveal:nth-child(1),
body.js-ready .zstj-steps__grid .zstj-reveal:nth-child(1),
body.js-ready .zstj-match__cards .zstj-reveal:nth-child(1),
body.js-ready .zstj-followup__tier .zstj-reveal:nth-child(1),
body.js-ready .zstj-followup__cards .zstj-reveal:nth-child(1) {
  transition-delay: 0.04s;
}

body.js-ready .zstj-why__grid .zstj-reveal:nth-child(2),
body.js-ready .zstj-services__grid .zstj-reveal:nth-child(2),
body.js-ready .zstj-steps__grid .zstj-reveal:nth-child(2),
body.js-ready .zstj-match__cards .zstj-reveal:nth-child(2),
body.js-ready .zstj-followup__tier .zstj-reveal:nth-child(2),
body.js-ready .zstj-followup__cards .zstj-reveal:nth-child(2) {
  transition-delay: 0.12s;
}

body.js-ready .zstj-why__grid .zstj-reveal:nth-child(3),
body.js-ready .zstj-services__grid .zstj-reveal:nth-child(3),
body.js-ready .zstj-steps__grid .zstj-reveal:nth-child(3),
body.js-ready .zstj-match__cards .zstj-reveal:nth-child(3) {
  transition-delay: 0.2s;
}

body.js-ready .zstj-why__grid .zstj-reveal:nth-child(4),
body.js-ready .zstj-services__grid .zstj-reveal:nth-child(4),
body.js-ready .zstj-steps__grid .zstj-reveal:nth-child(4) {
  transition-delay: 0.28s;
}

body.js-ready .zstj-why__grid .zstj-reveal:nth-child(5),
body.js-ready .zstj-steps__grid .zstj-reveal:nth-child(5) {
  transition-delay: 0.36s;
}

body.js-ready .zstj-why__grid .zstj-reveal:nth-child(6),
body.js-ready .zstj-steps__grid .zstj-reveal:nth-child(6) {
  transition-delay: 0.44s;
}

body.js-ready .zstj-steps__grid .zstj-reveal:nth-child(7) {
  transition-delay: 0.52s;
}

@media (max-width: 1279px) {
  .zstj-hero__inner {
    padding: 88px 0 60px;
  }

  .zstj-service-card {
    min-height: 210px;
  }

  .zstj-service-card__media,
  .zstj-service-card__panel {
    min-height: 210px;
  }

  .zstj-service-card__panel {
    padding: 28px 30px;
  }

  .zstj-steps__grid--top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .zstj-container {
    width: min(1200px, calc(100% - 32px));
  }

  .svr-container {
    width: min(1200px, calc(100% - 32px));
  }

  .zstj-hero {
    min-height: auto;
  }

  .zstj-hero__inner {
    min-height: auto;
    padding: 84px 0 56px;
  }

  .zstj-why,
  .zstj-services,
  .zstj-steps,
  .zstj-followup,
  .zstj-match,
  .zstj-cases {
    padding: 88px 0;
  }

  .svr-philosophy {
    padding: 88px 0;
  }

  .zstj-followup__tier {
    grid-template-columns: 1fr;
  }

  .zstj-why__grid,
  .zstj-services__grid,
  .zstj-steps__grid--top,
  .zstj-steps__grid--bottom {
    grid-template-columns: 1fr;
  }

  .zstj-steps__grid--bottom {
    justify-content: stretch;
  }

  .svr-philosophy__actions {
    flex-direction: column;
    margin-top: 0;
  }

  .zstj-service-card {
    min-height: 220px;
  }

  .zstj-service-card__media,
  .zstj-service-card__panel {
    min-height: 220px;
  }

  .zstj-service-card__panel {
    padding: 28px 24px;
  }

  .zstj-service-card__panel::before {
    top: 48px;
    width: 72px;
  }

  .zstj-service-card__desc {
    font-size: 13px;
  }

  .zstj-case-card__image {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .zstj-hero__inner {
    padding: 72px 0 44px;
  }

  .zstj-hero__subtitle {
    font-size: 18px;
    line-height: 1.5;
  }

  .zstj-service-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .zstj-service-card--reversed .zstj-service-card__panel {
    order: 2;
  }

  .zstj-service-card--reversed .zstj-service-card__media {
    order: 1;
  }

  .zstj-service-card__media {
    min-height: 220px;
  }

  .zstj-service-card__panel {
    min-height: 200px;
    padding: 30px 20px 28px;
  }

  .zstj-service-card__panel::before {
    top: 42px;
    width: 64px;
  }

  .zstj-service-card__eyebrow {
    margin-top: 8px;
    font-size: 11px;
  }

  .zstj-service-card__desc {
    max-height: none;
    margin-top: 14px;
    opacity: 1;
    transform: none;
  }

  .zstj-hero__desc {
    font-size: 14px;
    line-height: 1.8;
  }

  .svr-philosophy .cta-desc {
    font-size: 14px;
    line-height: 1.8;
  }

  .zstj-why,
  .zstj-services,
  .zstj-steps,
  .zstj-followup,
  .zstj-match,
  .zstj-cases {
    padding: 72px 0;
  }

  /* 与下方成功案例相邻时，避免两节 padding 叠成过大空白 */
  .zstj-match {
    padding-bottom: 40px;
  }

  .zstj-followup {
    padding-bottom: 40px;
  }

  .zstj-cases {
    padding-top: 40px;
  }

  .svr-philosophy {
    padding: 72px 0;
  }

  .zstj-followup__title {
    margin-bottom: 32px;
  }

  .zstj-followup__subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-top: 24px;
  }

  .zstj-followup__tier {
    margin-bottom: 36px;
  }

  .zstj-followup-card {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .zstj-followup-card__thumb {
    flex-basis: 122px;
  }

  .zstj-followup__cards {
    grid-template-columns: 1fr;
  }

  .zstj-match__title {
    margin-bottom: 32px;
  }

  .zstj-match__subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .zstj-match__figure-inner {
    aspect-ratio: unset;
  }

  .zstj-match__figure-arrow {
    display: none;
  }

  .zstj-match__figure-laptop {
    top: 4%;
    left: 50%;
    width: min(260px, 78vw);
    transform: translateX(-50%);
  }

  .zstj-match__cards {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  .zstj-section-head {
    margin-bottom: 36px;
  }

  .zstj-why-card {
    align-items: flex-start;
    padding: 20px;
  }

  .zstj-service-card__media {
    min-height: 200px;
  }

  .zstj-service-card__panel,
  .zstj-step-card {
    padding: 20px;
  }

  .zstj-step-card__icon {
    margin-top: 20px;
  }

  .zstj-case-card__image {
    height: 220px;
  }

  .zstj-case-card__content {
    padding: 18px 16px 16px;
  }

  .zstj-case-card__title {
    font-size: 17px;
  }

  .svr-philosophy .cta-title {
    font-size: 32px;
    letter-spacing: 1.5px;
  }

  .page-service .btn-rect {
    width: 100%;
    min-width: 0;
  }

  .zstj-case-card__desc,
  .zstj-case-card__label,
  .zstj-case-card__value {
    font-size: 13px;
  }

  .zstj-case-card__stat {
    min-height: 44px;
    padding: 0 14px;
  }
}
