/* /services/template — 上线配套服务页 */

body.page-svc-template {
  --launch-accent: #0d9488;
  --launch-accent-dark: #0f766e;
  --launch-ink: #152038;
  --launch-muted: #6b7385;
  --launch-line: #d7ebe7;
  --launch-soft: #f0fdfa;
}

.launch-v2 {
  width: 100%;
  overflow: visible;
  background: #fff;
}
.launch-v2 *,
.launch-v2 *::before,
.launch-v2 *::after {
  box-sizing: border-box;
}
.launch-v2 ul,
.launch-v2 li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.launch-v2 a {
  text-decoration: none;
}

.launch-btn {
  display: inline-block;
  min-width: 148px;
  height: 46px;
  line-height: 46px;
  padding: 0 22px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
}
.launch-btn--primary {
  background: var(--launch-accent);
  color: #fff !important;
}
.launch-btn--primary:hover {
  background: var(--launch-accent-dark);
}
.launch-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  margin-left: 12px;
}
.launch-btn--ghost:hover {
  background: #fff;
  color: var(--launch-accent-dark) !important;
}
.launch-btn--light {
  background: #fff;
  color: var(--launch-accent-dark) !important;
}
.launch-btn--light:hover {
  background: var(--launch-soft);
}

.launch-sec-head {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 48px;
  padding: 0 16px;
  text-align: center;
}
.launch-sec-head h2 {
  margin: 0 0 14px !important;
  padding: 0 !important;
  font-size: 36px;
  font-weight: 700;
  color: var(--launch-ink);
  line-height: 1.35;
}
.launch-sec-head i {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto 14px !important;
  background: var(--launch-accent);
}
.launch-sec-head p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px;
  line-height: 1.75;
  color: var(--launch-muted);
}
.launch-sec-head--light h2,
.launch-sec-head--light p {
  color: inherit;
}
.launch-sec-head--light h2 { color: #fff; }
.launch-sec-head--light p { color: rgba(255, 255, 255, 0.72); }
.launch-sec-head--light i { background: #5eead4; }

/* hero — match service_sr_banner scroll parallax (background-attachment: fixed) */
.launch-hero {
  position: relative;
  width: 100%;
  min-height: 860px;
  height: 860px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 72% center;
  background-size: cover;
  background-attachment: fixed;
}
.launch-hero__bg {
  display: none;
}
.launch-hero__mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(105deg, rgba(10, 28, 36, 0.88) 0%, rgba(12, 40, 48, 0.68) 42%, rgba(13, 148, 136, 0.22) 100%);
}
.launch-hero__inner {
  position: relative;
  z-index: 2;
  width: 1200px;
  max-width: 94%;
  margin: 0 auto;
  padding: 120px 0 160px;
}
.launch-hero__copy {
  max-width: 720px;
}
.launch-hero__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.8);
}
.launch-hero h1 {
  margin: 0 0 18px !important;
  padding: 0 !important;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
.launch-hero__lead {
  margin: 0 0 28px !important;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
}
.launch-hero__meta {
  margin: 0 0 32px !important;
  padding: 18px 20px !important;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.launch-hero__meta li {
  display: flex;
  gap: 14px;
  margin: 0 0 12px !important;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}
.launch-hero__meta li:last-child { margin-bottom: 0 !important; }
.launch-hero__meta strong {
  flex: 0 0 72px;
  color: #5eead4;
  font-weight: 700;
}
.launch-hero__actions { display: flex; flex-wrap: wrap; align-items: center; }

/* 8-grid nav: straddle hero and next white/teal section */
.launch-v2 .service_sr_dznav {
  position: relative;
  z-index: 20;
  width: 100%;
  margin-top: -115px;
  margin-bottom: 0;
}
.launch-v2 .service_sr_dznav .dznav {
  width: 1440px;
  max-width: 96%;
  height: 230px;
  margin: 0 auto !important;
}
.launch-v2 .service_sr_dznav .dznav ul {
  display: flex !important;
  flex-wrap: nowrap;
  width: 100%;
  height: 230px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
  list-style: none;
}
.launch-v2 .service_sr_dznav .dznav ul > a {
  display: block !important;
  float: none !important;
  flex: 1 1 0;
  min-width: 0;
  width: auto !important;
  height: 230px !important;
  margin: 0 !important;
  color: inherit;
}
.launch-v2 .service_sr_dznav .dznav ul li {
  float: none !important;
  width: 100% !important;
  height: 230px !important;
  margin: 0 1px 0 0 !important;
  padding: 0 !important;
}
.launch-v2 .service_sr_dznav .dznav ul li h3 {
  margin-top: 48px !important;
  margin-left: 30px !important;
  margin-right: 12px !important;
}
.launch-v2 .service_sr_dznav .dznav ul li p {
  margin-left: 30px !important;
  margin-right: 12px !important;
}
.launch-v2 .service_sr_dznav + section {
  padding-top: 160px;
}
@media screen and (max-width: 1580px) {
  .launch-v2 .service_sr_dznav .dznav { width: 1288px; }
}
@media (max-width: 1200px) {
  .launch-v2 .service_sr_dznav { margin-top: -90px; }
  .launch-v2 .service_sr_dznav .dznav,
  .launch-v2 .service_sr_dznav .dznav ul,
  .launch-v2 .service_sr_dznav .dznav ul > a,
  .launch-v2 .service_sr_dznav .dznav ul li { height: 200px !important; }
  .launch-v2 .service_sr_dznav + section { padding-top: 140px; }
}
@media (max-width: 860px) {
  .launch-v2 .service_sr_dznav { margin-top: -60px; }
  .launch-v2 .service_sr_dznav .dznav {
    width: 94%;
    height: auto;
  }
  .launch-v2 .service_sr_dznav .dznav ul {
    height: auto !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .launch-v2 .service_sr_dznav .dznav ul > a {
    flex: 0 0 140px;
    width: 140px !important;
    height: 200px !important;
  }
  .launch-v2 .service_sr_dznav .dznav ul li {
    height: 200px !important;
  }
  .launch-v2 .service_sr_dznav + section { padding-top: 120px; }
}

/* pain points */
.launch-pain {
  padding: 80px 0 72px;
  background: #fff;
}
.launch-pain__grid {
  width: 1200px;
  max-width: 94%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.launch-pain__card {
  position: relative;
  margin: 0 !important;
  padding: 28px 22px 26px !important;
  border-radius: 16px;
  background: var(--launch-soft);
  border: 1px solid var(--launch-line);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  overflow: hidden;
}
.launch-pain__card:hover {
  transform: translateY(-6px);
  border-color: rgba(13, 148, 136, 0.45);
  box-shadow: 0 16px 36px rgba(13, 148, 136, 0.12);
}
.launch-pain__no {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  color: rgba(13, 148, 136, 0.28);
  line-height: 1;
}
.launch-pain__card h3 {
  margin: 0 0 12px !important;
  padding: 0 !important;
  font-size: 20px;
  color: var(--launch-ink);
  font-weight: 700;
}
.launch-pain__card p {
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.75;
  color: var(--launch-muted);
}

/* services */
.launch-svc {
  padding: 80px 0 40px;
  background: linear-gradient(180deg, #0f766e 0%, #115e59 45%, #134e4a 100%);
}
.launch-svc__list {
  width: 1200px;
  max-width: 94%;
  margin: 0 auto;
}
.launch-svc__item {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 36px;
  align-items: center;
  margin: 0 0 28px !important;
  padding: 22px !important;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s, background 0.3s, border-color 0.3s;
}
.launch-svc__item:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(94, 234, 212, 0.35);
}
.launch-svc__item.is-flip {
  grid-template-columns: 1fr 420px;
}
.launch-svc__item.is-flip .launch-svc__media { order: 2; }
.launch-svc__item.is-flip .launch-svc__copy { order: 1; }
.launch-svc__media {
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 14px;
  overflow: hidden;
  margin: 0 !important;
}
.launch-svc__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  margin: 0 !important;
  transition: transform 0.5s;
}
.launch-svc__item:hover .launch-svc__media img {
  transform: scale(1.05);
}
.launch-svc__tag {
  position: absolute;
  left: 14px;
  top: 14px;
  min-width: 46px;
  height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  background: var(--launch-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.launch-svc__copy {
  padding: 8px 12px 8px 0;
  color: #fff;
}
.launch-svc__copy h3 {
  margin: 0 0 14px !important;
  padding: 0 !important;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.launch-svc__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px !important;
}
.launch-svc__tags em {
  font-style: normal;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.88);
}
.launch-svc__copy > p {
  margin: 0 0 20px !important;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
}
.launch-svc__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #5eead4 !important;
  border-bottom: 1px solid rgba(94, 234, 212, 0.45);
  padding-bottom: 2px;
  transition: 0.25s;
}
.launch-svc__link:hover {
  color: #fff !important;
  border-bottom-color: #fff;
}

/* flow */
.launch-flow {
  padding: 80px 0 88px;
  background: #f8fafc;
}
.launch-flow .launch-sec-head--light h2 { color: var(--launch-ink); }
.launch-flow .launch-sec-head--light p { color: var(--launch-muted); }
.launch-flow .launch-sec-head--light i { background: var(--launch-accent); }
.launch-flow__track {
  width: 1200px;
  max-width: 94%;
  margin: 0 auto;
  padding: 28px 28px 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e7eef2;
  box-shadow: 0 12px 36px rgba(15, 40, 50, 0.06);
  position: relative;
}
.launch-flow__line {
  position: absolute;
  left: 56px;
  right: 56px;
  top: 70px;
  height: 2px;
  background: linear-gradient(90deg, #ccfbf1, #99f6e4 40%, #5eead4 100%);
}
.launch-flow__steps {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 28px !important;
  position: relative;
  z-index: 1;
}
.launch-flow__step {
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.launch-flow__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  border: 0;
  border-radius: 50%;
  background: #e6fffa;
  color: var(--launch-accent-dark);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s;
  box-shadow: 0 0 0 6px #fff;
  font-family: inherit;
}
.launch-flow__step.is-active .launch-flow__dot,
.launch-flow__step:hover .launch-flow__dot {
  background: var(--launch-accent);
  color: #fff;
  transform: scale(1.06);
}
.launch-flow__step strong {
  display: block;
  font-size: 14px;
  color: var(--launch-ink);
  font-weight: 700;
  line-height: 1.4;
}
.launch-flow__panel {
  position: relative;
  min-height: 132px;
  padding: 22px 24px;
  border-radius: 14px;
  background: var(--launch-soft);
  border: 1px solid var(--launch-line);
}
.launch-flow__detail {
  display: none;
}
.launch-flow__detail.is-active {
  display: block;
  animation: launchFade 0.35s ease;
}
.launch-flow__detail em {
  display: inline-block;
  margin-bottom: 8px;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--launch-accent-dark);
  font-weight: 700;
}
.launch-flow__detail h3 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-size: 22px;
  color: var(--launch-ink);
}
.launch-flow__detail p {
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.8;
  color: var(--launch-muted);
}
@keyframes launchFade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ready checklist */
.launch-ready {
  padding: 40px 0 80px;
  background: #fff;
}
.launch-ready__inner {
  width: 1200px;
  max-width: 94%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 28px;
  align-items: stretch;
}
.launch-ready__copy {
  padding: 36px 30px;
  border-radius: 18px;
  background: linear-gradient(160deg, #115e59 0%, #0f766e 55%, #14b8a6 100%);
  color: #fff;
  box-shadow: 0 16px 40px rgba(15, 118, 110, 0.25);
}
.launch-ready__copy h2 {
  margin: 0 0 14px !important;
  padding: 0 !important;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
}
.launch-ready__copy > p {
  margin: 0 0 28px !important;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}
.launch-ready__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.launch-ready__list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 0 !important;
  padding: 20px 18px !important;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e7eef2;
  transition: 0.25s;
}
.launch-ready__list li:hover {
  border-color: rgba(13, 148, 136, 0.4);
  background: var(--launch-soft);
}
.launch-ready__list li span {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #ccfbf1;
  color: var(--launch-accent-dark);
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.launch-ready__list li p {
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.7;
  color: var(--launch-ink);
}

/* final cta */
.launch-cta-final {
  padding: 0 0 90px;
  background: #fff;
}
.launch-cta-final__inner {
  width: 1200px;
  max-width: 94%;
  margin: 0 auto;
  padding: 56px 40px;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(120deg, #134e4a 0%, #0f766e 40%, #0d9488 100%);
  box-shadow: 0 18px 48px rgba(15, 118, 110, 0.28);
}
.launch-cta-final__inner h2 {
  margin: 0 0 12px !important;
  padding: 0 !important;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}
.launch-cta-final__inner p {
  margin: 0 0 28px !important;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1200px) {
  .launch-hero {
    height: auto;
    min-height: 720px;
    background-attachment: scroll;
    background-position: 80% center;
  }
  .launch-hero__inner { padding: 96px 0 140px; }
}
@media (max-width: 1100px) {
  .launch-pain__grid { grid-template-columns: repeat(2, 1fr); }
  .launch-svc__item,
  .launch-svc__item.is-flip {
    grid-template-columns: 1fr;
  }
  .launch-svc__item.is-flip .launch-svc__media { order: 0; }
  .launch-svc__media { height: 220px; }
  .launch-ready__inner { grid-template-columns: 1fr; }
  .launch-flow__line { display: none; }
  .launch-flow__steps { flex-wrap: wrap; gap: 16px 8px; }
  .launch-flow__step { flex: 0 0 25%; }
}
@media (max-width: 720px) {
  .launch-hero {
    height: auto;
    min-height: 560px;
    background-attachment: scroll;
  }
  .launch-hero h1 { font-size: 30px; }
  .launch-hero__inner { padding: 72px 0 120px; }
  .launch-hero__meta li { flex-direction: column; gap: 4px; }
  .launch-btn--ghost { margin-left: 0; margin-top: 10px; }
  .launch-pain__grid,
  .launch-ready__list { grid-template-columns: 1fr; }
  .launch-sec-head h2 { font-size: 26px; }
  .launch-svc__copy h3 { font-size: 22px; }
  .launch-flow__step { flex: 0 0 33.33%; }
  .launch-cta-final__inner { padding: 40px 22px; }
  .launch-cta-final__inner h2 { font-size: 24px; }
}
