/* 服务套餐总览 + 套餐详情（独立命名空间，避免污染全站） */
.sp-hub,
.sp-detail {
  --sp-blue: #026ce3;
  --sp-blue-dark: #0356b8;
  --sp-blue-2: #1a6eff;
  --sp-grad: linear-gradient(90deg, #026ce3 0%, #0356b8 100%);
  --sp-ink: #0f172a;
  --sp-muted: #64748b;
  --sp-line: #e2e8f0;
  --sp-bg: #f7f9fc;
  --sp-gold: #f59e0b;
  --sp-radius: 12px;
  color: var(--sp-ink);
  line-height: 1.6;
  box-sizing: border-box;
}
.sp-hub *,
.sp-detail * {
  box-sizing: border-box;
}
.sp-hub a,
.sp-detail a {
  text-decoration: none;
}

/* 服务页面包屑分类：去掉灰底外框 */
.serverBox .breadcrumb .box .rg .tabs,
.serverBoxs .breadcrumb .box .rg .tabs,
.breadcrumb .box .rg .tabs[aria-label="服务分类"] {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* ========== HUB ========== */
.sp-hub {
  --sp-content-w: 15.6rem;
  background: var(--sp-bg);
  padding-bottom: 56px;
}
.sp-hub.server-page.list-page,
.server-page--hub {
  padding-top: 0;
}
/* 整页内容宽统一：Banner / 面包屑 / 能力区 / 主栏 对齐 list-page 15.6rem */
body.serverBoxs:has(.sp-hub) .banner2--inner > .w,
body.serverBoxs:has(.sp-hub) .breadcrumb > .w,
.sp-hub .w,
.server-page--hub .w {
  width: var(--sp-content-w, 15.6rem);
  max-width: calc(100% - 0.48rem);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
/* 主栏内再套 .w（如热门搜索）不再二次收窄 */
.sp-hub .w .w,
.sp-hub__main .service-longtail > .w {
  width: 100% !important;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* legacy alias kept for safety */
.sp-hub__hero {
  display: none;
}

.sp-hub__cap {
  position: relative;
  margin: 0;
  padding: 48px 0 52px;
  text-align: center;
  background:
    radial-gradient(ellipse 70% 55% at 50% -10%, rgba(2, 108, 227, 0.08), transparent 60%),
    linear-gradient(180deg, #fff 0%, #f3f7fc 100%);
  border-bottom: 1px solid var(--sp-line);
}
.sp-hub__cap-head {
  max-width: none;
  margin: 0 auto 32px;
  text-align: center;
}
.sp-hub__cap-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0;
  letter-spacing: 0.02em;
  color: var(--sp-ink);
}
.sp-hub__cap-title::after,
.sp-hub__pkgs-title::after,
.sp-hub__trust > h2::after,
.sp-hub__why-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 2px;
  background: var(--sp-grad);
}
.sp-hub__cap-sub {
  margin: 14px auto 0;
  max-width: 36em;
  font-size: 15px;
  line-height: 1.7;
  color: var(--sp-muted);
  text-align: center;
}
.sp-hub__cap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: left;
}
.sp-hub__cap-card {
  --cap-accent: #026ce3;
  --cap-soft: rgba(2, 108, 227, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 16px;
  padding: 22px 20px 18px;
  color: inherit;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.sp-hub__cap-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3px;
  background: var(--cap-accent);
  opacity: 0.85;
  transition: height 0.28s ease, opacity 0.28s ease;
}
.sp-hub__cap-card--xcx { --cap-accent: #026ce3; --cap-soft: rgba(2, 108, 227, 0.12); }
.sp-hub__cap-card--web { --cap-accent: #0d9488; --cap-soft: rgba(13, 148, 136, 0.12); }
.sp-hub__cap-card--soft { --cap-accent: #2563eb; --cap-soft: rgba(37, 99, 235, 0.12); }
.sp-hub__cap-card--app { --cap-accent: #0284c7; --cap-soft: rgba(2, 132, 199, 0.12); }
.sp-hub__cap-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
  transform: translateY(-5px);
  color: inherit;
}
.sp-hub__cap-card:hover::before {
  height: 4px;
  opacity: 1;
}
.sp-hub__cap-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.sp-hub__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 72px);
  height: auto;
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 8px;
  background: var(--cap-soft);
  color: var(--cap-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: visible;
  flex-shrink: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}
.sp-hub__cap-card--app .sp-hub__badge {
  width: auto;
  min-width: 0;
  padding: 5px 12px;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.sp-hub__cap-count {
  font-size: 12px;
  font-weight: 600;
  color: var(--cap-accent);
  background: var(--cap-soft);
  padding: 4px 10px;
  border-radius: 100px;
}
.sp-hub__cap-card h3,
.sp-hub__cap-card-title {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
  line-height: 1.35;
  color: inherit;
}
.sp-hub__cap-lead {
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--sp-muted);
  line-height: 1.6;
  min-height: 2.6em;
}
.sp-hub__cap-chips {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
}
.sp-hub__cap-chips li {
  font-size: 12px;
  line-height: 1.3;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 5px 8px;
  max-width: 100%;
}
.sp-hub__cap-chips li.is-more {
  color: var(--cap-accent);
  background: var(--cap-soft);
  border-color: transparent;
  font-weight: 700;
}
.sp-hub__cap-more {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--sp-line);
  font-size: 13px;
  font-weight: 600;
  color: var(--cap-accent);
  transition: letter-spacing 0.25s ease;
}
.sp-hub__cap-card:hover .sp-hub__cap-more {
  letter-spacing: 0.02em;
}
.sp-hub__cap-cta {
  margin-top: 32px;
  display: inline-block;
  padding: 13px 30px;
  background: var(--sp-grad);
  color: #fff !important;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(2, 108, 227, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sp-hub__cap-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(2, 108, 227, 0.34);
}

.sp-hub__main {
  padding: 48px 0 28px;
}
.sp-hub__pkgs {
  margin-bottom: 56px;
}
.sp-hub__pkgs-title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 8px;
  text-align: center;
  color: var(--sp-ink);
}
.sp-hub__pkgs-sub {
  margin: 0 0 32px;
  text-align: center;
  font-size: 14px;
  color: var(--sp-muted);
  line-height: 1.7;
}
.sp-hub-pkg-group__intro {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.85;
  color: #475569;
  text-align: left;
  max-width: 52em;
}
.sp-hub-pkg__cta {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--sp-blue);
  opacity: 0.85;
  transition: opacity 0.2s ease;
}
.sp-hub-pkg:hover .sp-hub-pkg__cta {
  opacity: 1;
}
.sp-hub-related {
  margin: 14px 0 8px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
}
.sp-hub-related--news {
  margin-top: 8px;
  background: #f8fafc;
}
.sp-hub-related__label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--sp-ink);
  white-space: nowrap;
}
.sp-hub-related__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  flex: 1;
  min-width: 0;
}
.sp-hub-related__list a {
  font-size: 13px;
  color: #334155;
  border-bottom: 1px solid transparent;
}
.sp-hub-related__list a:hover {
  color: var(--sp-blue);
  border-bottom-color: rgba(2, 108, 227, 0.35);
}
.sp-hub-related__more {
  font-size: 12px;
  font-weight: 600;
  color: var(--sp-blue);
  white-space: nowrap;
}
.sp-hub__news {
  margin: 0 0 48px;
  padding: 28px 24px 22px;
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 14px;
  text-align: center;
}
.sp-hub__news--cta {
  padding: 22px 24px;
}
.sp-hub__news--cta .sp-hub-news-more {
  margin-top: 4px;
}
.sp-hub-news-list {
  list-style: none;
  margin: 18px 0 12px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  text-align: left;
}
.sp-hub-news-list a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #334155;
  padding: 8px 10px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid transparent;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.sp-hub-news-list a:hover {
  color: var(--sp-blue);
  border-color: #bfdbfe;
  background: #f0f7ff;
}
.sp-hub-news-more {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 600;
}
.sp-hub-news-more a {
  color: var(--sp-blue);
}
.sp-hub__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.sp-hub__grid--pkgs {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: stretch;
}
.sp-hub-pkg-group {
  margin-bottom: 28px;
}
.sp-hub-pkg-group:last-child {
  margin-bottom: 0;
}
.sp-hub-pkg-group__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--sp-line);
}
.sp-hub-pkg-group__title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: var(--sp-ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.sp-hub-pkg-group__title::before {
  content: "";
  width: 3px;
  height: 14px;
  border-radius: 2px;
  background: var(--sp-blue);
  flex-shrink: 0;
}
.sp-hub-pkg-group--web .sp-hub-pkg-group__title::before { background: #0d9488; }
.sp-hub-pkg-group--soft .sp-hub-pkg-group__title::before { background: #2563eb; }
.sp-hub-pkg-group--app .sp-hub-pkg-group__title::before { background: #0284c7; }
.sp-hub-pkg-group__more {
  font-size: 13px;
  color: var(--sp-muted);
  font-weight: 500;
  white-space: nowrap;
}
.sp-hub-pkg-group__more:hover {
  color: var(--sp-blue);
}
/* 总览套餐：精简清单卡 */
.sp-hub-pkg {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--sp-line);
  padding: 16px 16px 14px;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.sp-hub-pkg:hover {
  border-color: #93c5fd;
  box-shadow: 0 8px 20px rgba(6, 56, 104, 0.08);
  transform: translateY(-2px);
  color: inherit;
}
.sp-hub-pkg.is-hot {
  border-color: #93c5fd;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 55%);
}
.sp-hub-pkg__row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.sp-hub-pkg__name {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--sp-ink);
  line-height: 1.35;
}
.sp-hub-pkg__hot {
  flex-shrink: 0;
  padding: 1px 7px;
  font-size: 11px;
  font-weight: 700;
  color: #c2410c;
  background: #fff7ed;
  border-radius: 4px;
  line-height: 1.5;
}
.sp-hub-pkg__tagline {
  margin: 0 0 12px;
  font-size: 12px;
  color: var(--sp-muted);
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sp-hub-pkg__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid #f1f5f9;
}
.sp-hub-pkg__price {
  color: var(--sp-blue);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}
.sp-hub-pkg__price em {
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  margin-right: 1px;
}
.sp-hub-pkg__price i {
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.8;
  margin-left: 1px;
}
.sp-hub-pkg__time {
  font-size: 12px;
  color: #94a3b8;
  white-space: nowrap;
}

.sp-card {
  background: #fff;
  border-radius: var(--sp-radius);
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--sp-line);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  display: flex;
  flex-direction: column;
}
.sp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(6, 56, 104, 0.1);
  border-color: var(--sp-blue);
}
.sp-card__media {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}
.sp-card__media-label {
  font-size: 36px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  letter-spacing: 2px;
}
.sp-card__body {
  padding: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sp-card__title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--sp-ink);
}
.sp-card__en {
  font-size: 11px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.sp-card__desc {
  font-size: 13px;
  color: var(--sp-muted);
  line-height: 1.7;
  margin: 0 0 14px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sp-card__link {
  font-size: 13px;
  color: var(--sp-blue);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.sp-card__link::after {
  content: " →";
}

/* package card */
.sp-pkg .sp-card__media {
  height: 168px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 18px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #0b4f9c 0%, #026ce3 55%, #1a8cff 100%);
}
.sp-pkg .sp-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 100% -10%, rgba(255, 255, 255, 0.28), transparent 55%),
    radial-gradient(ellipse 60% 50% at -10% 110%, rgba(0, 0, 0, 0.18), transparent 50%);
  pointer-events: none;
}
.sp-pkg .sp-card__media > * {
  position: relative;
  z-index: 1;
}
.sp-pkg--xcx .sp-card__media {
  background: linear-gradient(145deg, #0b4f9c 0%, #026ce3 55%, #1a8cff 100%);
}
.sp-pkg--web .sp-card__media {
  background: linear-gradient(145deg, #115e59 0%, #0d9488 52%, #2dd4bf 100%);
}
.sp-pkg--soft .sp-card__media {
  background: linear-gradient(145deg, #1e3a8a 0%, #2563eb 55%, #60a5fa 100%);
}
.sp-pkg--app .sp-card__media {
  background: linear-gradient(145deg, #0c4a6e 0%, #0284c7 52%, #38bdf8 100%);
}
/* 热门：保留品类色，仅加暖光点缀，避免整卡被橙色盖住 */
.sp-pkg.is-hot .sp-card__media::after {
  content: "";
  position: absolute;
  top: -20%;
  right: -15%;
  width: 55%;
  height: 70%;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.35) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.sp-pkg__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
.sp-pkg__cat {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(4px);
  white-space: nowrap;
}
.sp-pkg__tier {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(15, 23, 42, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 4px 10px;
  border-radius: 100px;
  white-space: nowrap;
}
.sp-pkg.is-hot .sp-pkg__tier {
  background: rgba(251, 191, 36, 0.28);
  border-color: rgba(253, 230, 138, 0.45);
}
.sp-pkg__name {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 2px;
  line-height: 1.3;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}
.sp-pkg__en {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}
.sp-pkg__quote {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.92);
  padding: 5px 14px;
  border-radius: 100px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.sp-card__catline {
  margin: 0 0 8px;
}
.sp-card__cat {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: #026ce3;
  background: rgba(2, 108, 227, 0.1);
}
.sp-pkg--web .sp-card__cat {
  color: #0f766e;
  background: rgba(13, 148, 136, 0.12);
}
.sp-pkg--soft .sp-card__cat {
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.12);
}
.sp-pkg--app .sp-card__cat {
  color: #0369a1;
  background: rgba(2, 132, 199, 0.12);
}
.sp-pkg .sp-card__title {
  color: #0f172a;
}
.sp-pkg--xcx .sp-card__title { color: #026ce3; }
.sp-pkg--web .sp-card__title { color: #0f766e; }
.sp-pkg--soft .sp-card__title { color: #1d4ed8; }
.sp-pkg--app .sp-card__title { color: #0369a1; }
.sp-pkg.is-hot .sp-card__title {
  color: #0f172a;
}
.sp-pkg.is-hot .sp-card__cat {
  color: #b45309;
  background: rgba(245, 158, 11, 0.14);
}

.sp-hub__trust {
  background: transparent;
  border-radius: 0;
  padding: 8px 0 44px;
  margin: 0 0 36px;
  text-align: center;
  border: none;
  box-shadow: none;
}
.sp-hub__trust > h2,
.sp-hub__why-title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--sp-ink);
}
.sp-hub__trust > p,
.sp-hub__why-sub {
  color: var(--sp-muted);
  font-size: 14px;
  margin: 0 0 36px;
  line-height: 1.7;
}
.sp-hub__sec-title {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--sp-ink);
}
.sp-hub__sec-sub {
  margin: 0 0 24px;
  font-size: 14px;
  color: var(--sp-muted);
  line-height: 1.7;
}
.sp-hub__why,
.sp-hub__promise,
.sp-hub__faq {
  text-align: center;
  margin-top: 0;
  width: 100%;
  max-width: none;
}
.sp-hub__promise,
.sp-hub__faq {
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid var(--sp-line);
}
.sp-hub__why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: left;
}
.sp-hub__why-card {
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 14px;
  padding: 22px 18px 20px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.sp-hub__why-card:hover {
  transform: translateY(-3px);
  background: #fff;
  border-color: #bfdbfe;
  box-shadow: 0 14px 28px rgba(2, 108, 227, 0.1);
}
.sp-hub__why-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--sp-blue);
  background: rgba(2, 108, 227, 0.1);
}
.sp-hub__why-card h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: var(--sp-ink);
}
.sp-hub__why-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--sp-muted);
}
.sp-hub__team {
  margin-top: 36px;
  text-align: center;
}
.sp-hub__team-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  color: var(--sp-ink);
}
.sp-hub__team-sub {
  margin: 0 0 20px;
  font-size: 14px;
  color: var(--sp-muted);
  line-height: 1.7;
}
.sp-hub__team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 148px;
  gap: 12px;
  text-align: left;
}
.sp-hub__team-item {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--sp-line);
  background: #e2e8f0;
}
.sp-hub__team-item.is-wide {
  grid-column: span 2;
  grid-row: span 2;
}
.sp-hub__team-item.is-tall {
  grid-row: span 2;
}
.sp-hub__team-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.sp-hub__team-item:hover img {
  transform: scale(1.04);
}
.sp-hub__guarantee {
  margin: 0;
  max-width: none;
  width: 100%;
  text-align: left;
}
.sp-hub__guarantee .sp-guarantee-grid {
  margin: 0;
}
.sp-hub__faq {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.sp-hub__faq .sp-hub__sec-title,
.sp-hub__faq .sp-hub__sec-sub {
  text-align: center;
}
.sp-faq-group {
  margin-bottom: 22px;
  text-align: left;
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 14px;
  padding: 18px 18px 10px;
}
.sp-faq-group:last-child {
  margin-bottom: 0;
}
.sp-hub__faq--hub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: start;
}
.sp-hub__faq--hub > .sp-hub__sec-title,
.sp-hub__faq--hub > .sp-hub__sec-sub {
  grid-column: 1 / -1;
}
.sp-hub__faq--hub .sp-faq-group {
  margin-bottom: 0;
}
.sp-faq-group__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--sp-line);
}
.sp-faq-group__title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: var(--sp-ink);
  padding-left: 10px;
  border-left: 3px solid var(--sp-blue);
}
.sp-faq-group__link {
  font-size: 13px;
  font-weight: 600;
  color: var(--sp-blue);
  white-space: nowrap;
}
.sp-faq-group__link:hover {
  text-decoration: underline;
}
.sp-list__trust {
  background: #fff;
  border-radius: 16px;
  padding: 36px 24px 28px;
  border: 1px solid var(--sp-line);
  text-align: center;
}
.sp-list__trust > h2 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 8px;
}
.sp-list__trust > p {
  color: var(--sp-muted);
  font-size: 14px;
  margin: 0 0 24px;
}

.sp-hub__bottom-cta {
  background: #026ce3;
  border-radius: 12px;
  padding: 52px 32px 48px;
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
  box-shadow: none;
}
.sp-hub__bottom-cta h2 {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 14px;
  color: #fff;
  letter-spacing: 0.02em;
}
.sp-hub__bottom-cta p {
  opacity: 0.95;
  margin: 0 auto 28px;
  font-size: 15px;
  line-height: 1.85;
  max-width: 42em;
}
.sp-hub__main .service-longtail--hub {
  margin-top: 40px;
  padding: 36px 0 8px;
  background: transparent;
  border-top: 1px solid var(--sp-line);
}
.sp-hub__main .service-longtail__title--hub::after {
  background: var(--sp-grad);
}
.sp-hub__main .service-longtail__groups {
  gap: 14px;
}
.sp-hub__main .service-longtail__group {
  border-radius: 12px;
  padding: 18px 18px 16px;
}
.sp-hub__bottom-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.sp-hub__bottom-btns .sp-btn-white,
.sp-hub__bottom-btns .sp-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 220px;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.sp-hub__bottom-btns .sp-btn-white {
  background: #fff;
  color: #026ce3;
}
.sp-hub__bottom-btns .sp-btn-white--tel .sp-btn-ico {
  color: #e11d48;
}
.sp-hub__bottom-btns .sp-btn-outline {
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  background: transparent;
  font-weight: 600;
}
.sp-hub__bottom-btns .sp-btn-white:hover,
.sp-hub__bottom-btns .sp-btn-outline:hover {
  transform: translateY(-2px);
}
.sp-hub__bottom-btns .sp-btn-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.sp-hub__bottom-btns .sp-btn-ico {
  flex-shrink: 0;
  display: block;
}

/* ========== DETAIL ========== */
.sp-detail {
  background: var(--sp-bg);
  padding: 8px 0 48px;
}
.sp-detail .w {
  max-width: 1200px;
}
.sp-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3.2rem;
  gap: 0.24rem;
  align-items: start;
}
.sp-detail__main {
  min-width: 0;
}
.sp-detail__aside.list-aside {
  width: 100%;
  max-width: 3.2rem;
  margin: 0;
  position: sticky;
  top: calc(var(--site-header-height, 0.72rem) + 0.72rem);
}
.sp-detail__aside .detail-aside-cta {
  margin-bottom: 0;
}
.sp-detail__aside-more {
  margin: 0.14rem 0 0;
  padding-top: 0.12rem;
  border-top: 1px solid #eef2f7;
  font-size: 0.12rem;
  line-height: 1.4;
}
.sp-detail__aside-more a {
  color: var(--sp-blue, #026ce3);
  font-weight: 500;
}
.sp-detail__aside-more a:hover {
  text-decoration: underline;
}
.sp-detail__header {
  background: #fff;
  border-radius: 16px;
  padding: 36px;
  margin-bottom: 20px;
  box-shadow: 0 4px 24px rgba(6, 56, 104, 0.06);
  display: flex;
  gap: 36px;
  align-items: center;
}
.sp-detail__info {
  flex: 1;
  min-width: 0;
}
.sp-detail__badge {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(90deg, #fef3c7, #fde68a);
  color: #92400e;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: 14px;
}
.sp-detail__title {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 12px;
  line-height: 1.3;
}
.sp-detail__title span {
  color: var(--sp-blue);
}
.sp-detail__sub {
  font-size: 15px;
  color: var(--sp-muted);
  margin: 0 0 20px;
  line-height: 1.75;
}
.sp-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sp-detail__tag {
  padding: 5px 12px;
  background: rgba(2, 108, 227, 0.08);
  color: var(--sp-blue);
  font-size: 13px;
  border-radius: 6px;
  font-weight: 500;
}
.sp-detail__quote {
  flex-shrink: 0;
  text-align: center;
  padding: 28px 24px;
  background: var(--sp-grad);
  border-radius: 12px;
  color: #fff;
  min-width: 230px;
}
.sp-detail__quote-label {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 8px;
}
.sp-detail__quote-value {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
}
.sp-detail__quote-desc {
  font-size: 13px;
  opacity: 0.85;
  margin-bottom: 18px;
}
.sp-detail__quote .sp-cta-btn {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background: #fff;
  color: var(--sp-blue);
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
}
.sp-detail__quote .sp-cta-outline {
  display: block;
  padding: 10px 16px;
  color: #fff;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  text-align: center;
}
.sp-detail__quote .sp-cta-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.sp-detail__tabs {
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 24px rgba(6, 56, 104, 0.06);
  display: flex;
  gap: 4px;
  position: sticky;
  top: 72px;
  z-index: 90;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.sp-detail__tabs .sp-detail__tab,
a.sp-detail__tab {
  flex: 1;
  min-width: 72px;
  padding: 12px 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #475569 !important;
  -webkit-text-fill-color: #475569;
  border-radius: 8px;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
  border: none;
  background: transparent !important;
  font-family: inherit;
  text-decoration: none !important;
  box-shadow: none;
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-block;
  box-sizing: border-box;
}
.sp-detail__tabs .sp-detail__tab:hover,
a.sp-detail__tab:hover {
  color: #026ce3 !important;
  -webkit-text-fill-color: #026ce3;
  background: rgba(2, 108, 227, 0.06) !important;
}
.sp-detail__tabs .sp-detail__tab.is-active,
a.sp-detail__tab.is-active {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  background: linear-gradient(90deg, #026ce3 0%, #0356b8 100%) !important;
  font-weight: 600;
}

.sp-detail__panel {
  display: none;
  background: #fff;
  border-radius: 16px;
  padding: 36px;
  margin-bottom: 20px;
  box-shadow: 0 4px 24px rgba(6, 56, 104, 0.06);
}
.sp-detail__panel.is-active {
  display: block;
  animation: spFadeIn 0.35s ease;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sp-sec-title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sp-sec-title::before {
  content: "";
  width: 4px;
  height: 22px;
  background: var(--sp-grad);
  border-radius: 2px;
  flex-shrink: 0;
}
.sp-sec-desc {
  font-size: 14px;
  color: var(--sp-muted);
  margin: 0 0 28px;
  padding-left: 14px;
}

.sp-hl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.sp-hl-card {
  padding: 22px 18px;
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
  border-radius: 12px;
  border: 1px solid rgba(2, 108, 227, 0.1);
  transition: transform 0.25s, box-shadow 0.25s;
}
.sp-hl-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(2, 108, 227, 0.1);
}
.sp-hl-icon {
  width: 42px;
  height: 42px;
  background: var(--sp-grad);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}
.sp-hl-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px;
}
.sp-hl-card p {
  font-size: 13px;
  color: var(--sp-muted);
  margin: 0;
  line-height: 1.7;
}
.sp-value-box {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: 12px;
  padding: 24px;
  border-left: 4px solid var(--sp-blue);
}
.sp-value-box h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--sp-blue-dark);
  margin: 0 0 12px;
}
.sp-value-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-value-box li {
  padding: 6px 0 6px 26px;
  position: relative;
  font-size: 14px;
}
.sp-value-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 14px;
  height: 14px;
  background: var(--sp-blue);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #fff;
}

.sp-feat-cat {
  margin-bottom: 26px;
}
.sp-feat-cat h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--sp-line);
  display: flex;
  align-items: center;
  gap: 8px;
}
.sp-feat-cat h3 .sp-letter {
  width: 28px;
  height: 28px;
  background: rgba(2, 108, 227, 0.1);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: var(--sp-blue);
}
.sp-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.sp-feat-item {
  padding: 12px 14px;
  background: #f8fafc;
  border-radius: 8px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sp-feat-item::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--sp-blue);
  border-radius: 50%;
  flex-shrink: 0;
}
.sp-feat-item .val {
  margin-left: auto;
  color: var(--sp-blue);
  font-weight: 600;
  font-size: 12px;
}
.sp-extra-box {
  margin-top: 20px;
  padding: 20px;
  background: linear-gradient(135deg, #fefce8 0%, #fef9c3 100%);
  border-radius: 12px;
  border: 1px solid #fde047;
}
.sp-extra-box h4 {
  font-size: 15px;
  font-weight: 700;
  color: #854d0e;
  margin: 0 0 8px;
}
.sp-extra-box p {
  font-size: 13px;
  color: #713f12;
  margin: 0;
  line-height: 1.8;
}

.sp-scene-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.sp-scene-card {
  text-align: center;
  padding: 22px 14px;
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 12px;
  transition: all 0.25s;
}
.sp-scene-card:hover {
  border-color: var(--sp-blue);
  box-shadow: 0 8px 24px rgba(2, 108, 227, 0.08);
  transform: translateY(-3px);
}
.sp-scene-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  color: var(--sp-blue);
}
.sp-scene-name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}
.sp-scene-desc {
  font-size: 12px;
  color: var(--sp-muted);
  line-height: 1.6;
}
.sp-scene-tip {
  padding: 16px 20px;
  background: #f0fdf4;
  border-left: 4px solid #22c55e;
  border-radius: 8px;
  font-size: 13px;
  color: #166534;
}

.sp-del-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
.sp-del-card {
  padding: 22px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid var(--sp-line);
}
.sp-del-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sp-del-card h4 .sp-letter {
  width: 32px;
  height: 32px;
  background: var(--sp-grad);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.sp-del-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-del-card li {
  padding: 6px 0 6px 22px;
  position: relative;
  font-size: 13px;
}
.sp-del-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: 700;
}
.sp-guarantee {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: none;
}
.sp-guarantee h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--sp-ink, #0f172a);
  margin: 0 0 14px;
}
.sp-guarantee-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.sp-guarantee-item {
  text-align: center;
  padding: 22px 12px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--sp-line, #e2e8f0);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
}
.sp-guarantee-item .num {
  font-size: 24px;
  font-weight: 800;
  color: var(--sp-blue, #026ce3);
  margin-bottom: 4px;
}
.sp-guarantee-item .label {
  font-size: 13px;
  color: var(--sp-muted, #64748b);
}

.sp-process {
  position: relative;
  padding: 8px 0 8px 0;
  margin-bottom: 20px;
}
.sp-process::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--sp-blue), #93c5fd);
}
.sp-step {
  display: flex;
  gap: 20px;
  margin-bottom: 22px;
  position: relative;
}
.sp-step-num {
  width: 72px;
  height: 72px;
  background: #fff;
  border: 3px solid var(--sp-blue);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
}
.sp-step-num .day {
  font-size: 18px;
  font-weight: 800;
  color: var(--sp-blue);
  line-height: 1;
}
.sp-step-num .unit {
  font-size: 11px;
  color: var(--sp-muted);
}
.sp-step-title {
  font-size: 16px;
  font-weight: 700;
  margin: 4px 0 6px;
}
.sp-step-desc {
  font-size: 13px;
  color: var(--sp-muted);
  line-height: 1.7;
  margin: 0;
}
.sp-step-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.sp-step-tag {
  padding: 3px 9px;
  background: rgba(2, 108, 227, 0.08);
  color: var(--sp-blue);
  font-size: 12px;
  border-radius: 4px;
}
.sp-total-time {
  text-align: center;
  padding: 20px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-radius: 12px;
}
.sp-total-time .num {
  font-size: 28px;
  font-weight: 800;
  color: var(--sp-blue);
}
.sp-total-time .label {
  font-size: 14px;
  color: var(--sp-muted);
  margin-top: 4px;
}

.sp-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}
.sp-case-card {
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.25s;
}
.sp-case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(6, 56, 104, 0.1);
  border-color: var(--sp-blue);
}
.sp-case-img {
  height: 160px;
  background: #e2e8f0;
  overflow: hidden;
}
.sp-case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sp-case-info {
  padding: 16px;
}
.sp-case-name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}
.sp-case-industry {
  font-size: 12px;
  color: var(--sp-blue);
  margin-bottom: 8px;
}
.sp-case-desc {
  font-size: 12px;
  color: var(--sp-muted);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sp-more-cases {
  text-align: center;
}
.sp-more-cases a {
  display: inline-block;
  padding: 10px 28px;
  border: 1px solid var(--sp-blue);
  color: var(--sp-blue);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}
.sp-more-cases a:hover {
  background: var(--sp-blue);
  color: #fff;
}

.sp-faq-item {
  border: 1px solid var(--sp-line);
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.sp-faq-item:hover {
  border-color: var(--sp-blue);
}
.sp-faq-q {
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8fafc;
  gap: 12px;
}
.sp-faq-q-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sp-faq-q .q-icon {
  width: 22px;
  height: 22px;
  background: var(--sp-blue);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
}
.sp-faq-q .arrow {
  color: var(--sp-muted);
  font-size: 11px;
  transition: transform 0.25s;
}
.sp-faq-item.is-open .arrow {
  transform: rotate(180deg);
}
.sp-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.sp-faq-item.is-open .sp-faq-a {
  max-height: 420px;
}
.sp-faq-a-inner {
  padding: 12px 20px 18px 52px;
  font-size: 13px;
  color: var(--sp-muted);
  line-height: 1.8;
}
.sp-faq-cta {
  text-align: center;
  padding: 22px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: 12px;
  margin-top: 16px;
}
.sp-faq-cta p {
  font-size: 14px;
  color: var(--sp-muted);
  margin: 0 0 12px;
}
.sp-faq-cta a {
  display: inline-block;
  padding: 10px 26px;
  background: var(--sp-grad);
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.sp-detail__bottom-cta {
  background: var(--sp-grad);
  border-radius: 16px;
  padding: 40px 28px;
  text-align: center;
  color: #fff;
  margin-top: 8px;
}
.sp-detail__bottom-cta h3 {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 10px;
  color: #fff;
}
.sp-detail__bottom-cta p {
  opacity: 0.9;
  margin: 0 0 22px;
  font-size: 15px;
}
.sp-detail__bottom-cta .btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.sp-detail__bottom-cta .btn-p {
  padding: 12px 32px;
  background: #fff;
  color: var(--sp-blue);
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
}
.sp-detail__bottom-cta .btn-s {
  padding: 12px 32px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
}

/* list card tweak */
.server-card--package .server-card__en {
  font-size: 11px;
  color: #94a3b8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: -4px 0 8px;
}
.server-card--package .server-card__level {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: var(--sp-blue, #026ce3);
  background: rgba(2, 108, 227, 0.08);
  padding: 2px 8px;
  border-radius: 100px;
  margin-bottom: 6px;
}

@media (max-width: 1100px) {
  .sp-detail__layout {
    grid-template-columns: 1fr;
  }
  .sp-detail__aside.list-aside {
    max-width: none;
    position: static;
  }
}
@media (max-width: 1200px) {
  .sp-hub__grid--pkgs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .sp-hub__grid--pkgs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .sp-hub__team-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 140px;
  }
  .sp-hub__team-item.is-wide {
    grid-column: span 2;
    grid-row: span 1;
  }
  .sp-hub__team-item.is-tall {
    grid-row: span 1;
  }
  .sp-hub__cap-grid,
  .sp-hub__grid,
  .sp-hub__why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sp-hub__grid--pkgs {
    grid-template-columns: repeat(2, 1fr);
  }
  .sp-hub__trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sp-hub__cap-lead {
    min-height: 0;
  }
  .sp-hl-grid,
  .sp-feat-grid,
  .sp-scene-grid,
  .sp-case-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .sp-hub__team-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 120px;
  }
  .sp-hub__team-item.is-wide {
    grid-column: span 2;
  }
  .sp-hub__cap {
    padding: 36px 0 40px;
  }
  .sp-hub__cap-title {
    font-size: 22px;
  }
  .sp-hub__faq--hub {
    grid-template-columns: 1fr;
  }
  .sp-hub__cap-grid,
  .sp-hub__grid,
  .sp-hub__grid--pkgs,
  .sp-hub__why-grid,
  .sp-hub__trust-grid,
  .sp-hl-grid,
  .sp-feat-grid,
  .sp-scene-grid,
  .sp-del-grid,
  .sp-case-grid,
  .sp-guarantee-grid,
  .sp-hub-news-list {
    grid-template-columns: 1fr;
  }
  .sp-hub-pkg-group__intro {
    font-size: 13px;
  }
  .sp-hub-related {
    flex-direction: column;
    align-items: flex-start;
  }
  .sp-detail__layout {
    grid-template-columns: 1fr;
  }
  .sp-detail__aside.list-aside {
    max-width: none;
    position: static;
    order: 2;
  }
  .sp-detail__header {
    flex-direction: column;
    padding: 24px;
  }
  .sp-detail__quote {
    width: 100%;
  }
  .sp-detail__panel {
    padding: 22px 16px;
  }
  .sp-detail__tabs {
    top: 56px;
  }
  .sp-detail__tab {
    flex: 0 0 auto;
    font-size: 12px;
    padding: 10px 10px;
  }
  .sp-process::before {
    left: 28px;
  }
  .sp-step-num {
    width: 56px;
    height: 56px;
  }
}

/* ========== 小程序列表页（四档套餐） ========== */
.sp-xcx {
  background: var(--sp-bg);
  padding-bottom: 48px;
}
.server-page--xcx.list-page {
  padding-top: 0;
}
.sp-xcx__head {
  text-align: center;
  padding: 48px 0 36px;
  background: linear-gradient(180deg, #eff6ff 0%, var(--sp-bg) 100%);
  margin-bottom: 8px;
}
.sp-xcx__h1 {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 10px;
  color: var(--sp-ink);
}
.sp-xcx__h1 span { color: var(--sp-blue); }
.sp-xcx__h1-sub {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 600;
  color: var(--sp-blue);
  letter-spacing: 0.02em;
}
.sp-xcx__lead {
  font-size: 15px;
  color: var(--sp-muted);
  max-width: 760px;
  margin: 0 auto 24px;
  line-height: 1.8;
}
.sp-xcx__badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.sp-xcx__badge {
  display: inline-flex;
  padding: 8px 16px;
  background: #fff;
  border-radius: 100px;
  font-size: 13px;
  color: var(--sp-ink);
  box-shadow: 0 2px 12px rgba(6, 56, 104, 0.06);
}
.sp-xcx__sec-title {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 10px;
}
.sp-xcx__sec-desc {
  text-align: center;
  color: var(--sp-muted);
  font-size: 14px;
  margin: 0 0 36px;
}
.sp-xcx__pkgs { padding: 28px 0 12px; }
.sp-xcx__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}
.sp-xcx__grid--3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.sp-xcx__grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
.sp-xcx__grid--5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.sp-xcx-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  overflow: visible;
  border: 2px solid transparent;
  box-shadow: 0 4px 24px rgba(6, 56, 104, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.sp-xcx-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(6, 56, 104, 0.12);
}
.sp-xcx-card.is-hot {
  border-color: var(--sp-blue);
}
.sp-xcx-card__ribbon {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 16px;
  background: linear-gradient(90deg, #f59e0b, #f97316);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 100px;
  white-space: nowrap;
  z-index: 2;
}
.sp-xcx-card__head {
  padding: 28px 20px 20px;
  text-align: center;
  border-bottom: 1px solid var(--sp-line);
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}
.sp-xcx-card.is-hot .sp-xcx-card__head {
  background: linear-gradient(180deg, rgba(2, 108, 227, 0.08) 0%, #fff 100%);
}
.sp-xcx-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}
.sp-xcx-card.is-hot .sp-xcx-card__icon {
  background: var(--sp-grad);
  color: #fff;
}
.sp-xcx-card__name {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 6px;
}
.sp-xcx-card__tagline {
  font-size: 13px;
  color: var(--sp-muted);
  margin: 0 0 16px;
}
.sp-xcx-card__price-label {
  font-size: 12px;
  color: var(--sp-muted);
  margin-bottom: 4px;
}
.sp-xcx-card__price-value {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  color: var(--sp-blue);
  font-weight: 800;
  line-height: 1;
}
.sp-xcx-card__price-value .sym { font-size: 15px; margin-bottom: 4px; font-weight: 600; }
.sp-xcx-card__price-value .num { font-size: 30px; }
.sp-xcx-card__price-value .qi { font-size: 13px; margin-bottom: 4px; opacity: 0.85; font-weight: 500; }
.sp-xcx-card__price-value .is-custom { font-size: 26px; }
.sp-xcx-card__price-desc {
  margin-top: 8px;
  font-size: 12px;
  color: var(--sp-muted);
}
.sp-xcx-card__body {
  padding: 18px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sp-xcx-card__feat-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--sp-line);
}
.sp-xcx-card__feats {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  flex: 1;
}
.sp-xcx-card__feats li {
  position: relative;
  padding: 7px 0 7px 22px;
  font-size: 13px;
  color: var(--sp-ink);
  line-height: 1.45;
}
.sp-xcx-card__feats li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 7px;
  color: #22c55e;
  font-weight: 700;
  font-size: 12px;
}
.sp-xcx-card__feats li.is-muted {
  color: #94a3b8;
  text-decoration: line-through;
}
.sp-xcx-card__feats li.is-muted::before {
  content: "—";
  color: #cbd5e1;
}
.sp-xcx-card__foot {
  padding-top: 14px;
  border-top: 1px solid var(--sp-line);
}
.sp-xcx-card__btn {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  box-sizing: border-box;
}
.sp-xcx-card__btn--primary {
  background-color: #026ce3;
  background-image: linear-gradient(90deg, #026ce3 0%, #0356b8 100%);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  border: 1px solid #026ce3;
}
.sp-xcx-card__btn--outline {
  background: #fff;
  color: #026ce3 !important;
  -webkit-text-fill-color: #026ce3;
  border: 1px solid #026ce3;
}
.sp-xcx-card.is-hot .sp-xcx-card__btn--primary {
  background-color: #026ce3;
  background-image: linear-gradient(90deg, #026ce3 0%, #0356b8 100%);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
.sp-xcx-card__more {
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 13px;
  color: #64748b;
}
.sp-xcx-card__more:hover { color: var(--sp-blue); }
.sp-xcx__compare { padding: 36px 0 12px; }
.sp-xcx__table-wrap {
  background: #fff;
  border-radius: 16px;
  overflow: auto;
  box-shadow: 0 4px 24px rgba(6, 56, 104, 0.06);
}
.sp-xcx__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.sp-xcx__table th,
.sp-xcx__table td {
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid var(--sp-line);
  font-size: 13px;
}
.sp-xcx__table th {
  background: #f8fafc;
  font-weight: 700;
}
.sp-xcx__table th:first-child,
.sp-xcx__table td:first-child {
  text-align: left;
  padding-left: 22px;
  font-weight: 600;
}
.sp-xcx__table th.is-hot,
.sp-xcx__table td.is-hot {
  background: rgba(2, 108, 227, 0.05);
  color: var(--sp-blue);
  font-weight: 700;
}
.sp-xcx__table .is-yes { color: #22c55e; font-weight: 800; }
.sp-xcx__table .is-no { color: #cbd5e1; }
.sp-xcx__trust {
  margin-top: 28px;
}
@media (max-width: 1100px) {
  .sp-xcx__grid,
  .sp-xcx__grid--3,
  .sp-xcx__grid--4,
  .sp-xcx__grid--5 { grid-template-columns: repeat(2, 1fr); max-width: none; }
}
@media (max-width: 768px) {
  .sp-xcx__h1 { font-size: 24px; }
  .sp-xcx__grid,
  .sp-xcx__grid--3,
  .sp-xcx__grid--4,
  .sp-xcx__grid--5 { grid-template-columns: 1fr; }
  .sp-xcx-card.is-hot { transform: none; }
}
