.j9-detail-enhance {
  background: #f7f9fc;
  color: #1f2937;
  font-family: HarmonyOS_Sans_SC, Arial, sans-serif;
}

.j9-detail-enhance .j9-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(54px, 6vw, 92px) clamp(18px, 6vw, 96px);
}

.j9-detail-enhance .j9-section.white {
  background: #fff;
  max-width: none;
}

.j9-detail-enhance .j9-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.j9-detail-enhance .j9-kicker {
  color: #2e7ef7;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.j9-detail-enhance h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.25;
  color: #172033;
  letter-spacing: 0;
}

.j9-detail-enhance .j9-lead {
  margin-top: 22px;
  max-width: 980px;
  color: #526174;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.95;
}

.j9-detail-enhance .j9-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 500px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.j9-detail-enhance .j9-figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(22, 54, 90, .16);
  background: #dfe9f7;
}

.j9-detail-enhance .j9-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.j9-detail-enhance .j9-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  background: #dce7f5;
  border-radius: 8px;
  overflow: hidden;
}

.j9-detail-enhance .j9-metric {
  background: #fff;
  padding: clamp(18px, 2.2vw, 30px);
}

.j9-detail-enhance .j9-metric strong {
  display: block;
  color: #145fca;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1;
}

.j9-detail-enhance .j9-metric span {
  display: block;
  margin-top: 10px;
  color: #5d6b7c;
  font-size: 14px;
  line-height: 1.55;
}

.j9-detail-enhance .j9-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
  margin-top: 38px;
}

.j9-detail-enhance .j9-card {
  background: #fff;
  border: 1px solid #e7edf6;
  border-radius: 8px;
  padding: clamp(20px, 2vw, 30px);
  min-height: 210px;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.j9-detail-enhance .j9-card:hover {
  transform: translateY(-6px);
  border-color: #b7d3fb;
  box-shadow: 0 18px 46px rgba(20, 69, 126, .12);
}

.j9-detail-enhance .j9-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2e7ef7, #0c4fb8);
  margin-bottom: 20px;
  position: relative;
}

.j9-detail-enhance .j9-icon:after {
  content: "";
  position: absolute;
  inset: 11px;
  border: 2px solid rgba(255, 255, 255, .88);
  border-left-color: transparent;
  transform: rotate(45deg);
}

.j9-detail-enhance .j9-card h3,
.j9-detail-enhance .j9-step h3,
.j9-detail-enhance .j9-faq h3 {
  margin: 0;
  color: #1d2939;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.35;
}

.j9-detail-enhance .j9-card p,
.j9-detail-enhance .j9-step p,
.j9-detail-enhance .j9-faq p {
  margin: 14px 0 0;
  color: #5c697a;
  font-size: 15px;
  line-height: 1.85;
}

.j9-detail-enhance .j9-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
  border: 1px solid #dce6f2;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.j9-detail-enhance .j9-step {
  padding: clamp(22px, 2.4vw, 34px);
  border-right: 1px solid #e4ebf4;
  position: relative;
}

.j9-detail-enhance .j9-step:last-child {
  border-right: 0;
}

.j9-detail-enhance .j9-step .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eef5ff;
  color: #2e7ef7;
  font-weight: 700;
  margin-bottom: 18px;
}

.j9-detail-enhance .j9-band {
  background: linear-gradient(135deg, #06285e, #0d58bb 55%, #2e7ef7);
  color: #fff;
}

.j9-detail-enhance .j9-band h2,
.j9-detail-enhance .j9-band .j9-lead,
.j9-detail-enhance .j9-band .j9-kicker {
  color: #fff;
}

.j9-detail-enhance .j9-scenario-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.j9-detail-enhance .j9-scenario {
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  padding: 24px;
  min-height: 160px;
}

.j9-detail-enhance .j9-scenario h3 {
  margin: 0;
  color: #fff;
  font-size: 19px;
}

.j9-detail-enhance .j9-scenario p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.8;
}

.j9-detail-enhance .j9-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.j9-detail-enhance .j9-faq {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e7edf6;
  padding: clamp(20px, 2vw, 30px);
}

.business-detail-fallback {
  min-height: 100vh;
  background: #fff;
  color: #1b2738;
  font-family: Arial, "Microsoft YaHei", sans-serif;
}

.detail-fallback-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 28px rgba(10, 36, 80, .08);
}

.detail-fallback-header .content {
  width: min(1320px, calc(100% - 64px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail-fallback-header .logo img {
  height: 42px;
  display: block;
}

.detail-fallback-header .itemBox {
  display: flex;
  align-items: center;
  gap: 34px;
}

.detail-fallback-header .item {
  color: #1f2f46;
  font-size: 16px;
  text-decoration: none;
}

.detail-fallback-header .routeIdx {
  color: #2e7ef7;
  font-weight: 700;
}

.detail-fallback-hero {
  position: relative;
  min-height: 460px;
  padding-top: 82px;
  overflow: hidden;
  background: #071d43;
}

.detail-fallback-hero .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .58;
}

.detail-fallback-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 20, 49, .88), rgba(4, 20, 49, .46) 52%, rgba(4, 20, 49, .14));
}

.detail-fallback-hero .content {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 64px));
  min-height: 378px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.detail-fallback-hero .box {
  width: min(720px, 100%);
  color: #fff;
}

.detail-fallback-hero .title {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.1;
  font-weight: 700;
}

.detail-fallback-hero .msg {
  margin-top: 24px;
  max-width: 680px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.9;
}

.business-detail-fallback .breadBox {
  background: #fff;
  border-bottom: 1px solid #eef2f7;
}

.business-detail-fallback .breadBox .content {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
  height: 64px;
  display: flex;
  align-items: center;
}

.business-detail-fallback .breadBox .item {
  color: #2e7ef7;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 900px) {
  .j9-detail-enhance {
    overflow-x: hidden;
  }

  .j9-detail-enhance .j9-section,
  .j9-detail-enhance .j9-section.white {
    padding: 42px 16px;
  }

  .j9-detail-enhance .j9-hero-grid,
  .j9-detail-enhance .j9-card-grid,
  .j9-detail-enhance .j9-process,
  .j9-detail-enhance .j9-scenario-list,
  .j9-detail-enhance .j9-faq-grid {
    grid-template-columns: 1fr;
  }

  .j9-detail-enhance .j9-hero-grid {
    gap: 22px;
  }

  .j9-detail-enhance .j9-kicker {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: .04em;
  }

  .j9-detail-enhance h2 {
    font-size: 24px;
    line-height: 1.32;
  }

  .j9-detail-enhance .j9-lead {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.75;
  }

  .j9-detail-enhance .j9-figure {
    order: -1;
    box-shadow: 0 14px 34px rgba(22, 54, 90, .14);
  }

  .j9-detail-enhance .j9-figure img {
    aspect-ratio: 16 / 9;
  }

  .j9-detail-enhance .j9-metrics {
    grid-template-columns: 1fr;
    margin-top: 22px;
    border-radius: 6px;
  }

  .j9-detail-enhance .j9-metric {
    padding: 18px;
  }

  .j9-detail-enhance .j9-metric strong {
    font-size: 26px;
  }

  .j9-detail-enhance .j9-metric span {
    font-size: 13px;
  }

  .j9-detail-enhance .j9-card-grid,
  .j9-detail-enhance .j9-process,
  .j9-detail-enhance .j9-scenario-list,
  .j9-detail-enhance .j9-faq-grid {
    gap: 12px;
    margin-top: 24px;
  }

  .j9-detail-enhance .j9-card,
  .j9-detail-enhance .j9-step,
  .j9-detail-enhance .j9-scenario,
  .j9-detail-enhance .j9-faq {
    min-height: auto;
    padding: 18px;
  }

  .j9-detail-enhance .j9-card:hover {
    transform: none;
  }

  .j9-detail-enhance .j9-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
  }

  .j9-detail-enhance .j9-icon:after {
    inset: 9px;
  }

  .j9-detail-enhance .j9-card h3,
  .j9-detail-enhance .j9-step h3,
  .j9-detail-enhance .j9-faq h3 {
    font-size: 17px;
  }

  .j9-detail-enhance .j9-card p,
  .j9-detail-enhance .j9-step p,
  .j9-detail-enhance .j9-faq p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.75;
  }

  .j9-detail-enhance .j9-step .num {
    width: 28px;
    height: 28px;
    margin-bottom: 12px;
    font-size: 13px;
  }

  .j9-detail-enhance .j9-band {
    background: linear-gradient(145deg, #06285e, #0d58bb 65%, #2e7ef7);
  }

  .j9-detail-enhance .j9-step {
    border-right: 0;
    border-bottom: 1px solid #e4ebf4;
  }

  .j9-detail-enhance .j9-step:last-child {
    border-bottom: 0;
  }

  .detail-fallback-header {
    height: 60px;
  }

  .detail-fallback-header .content,
  .detail-fallback-hero .content,
  .business-detail-fallback .breadBox .content {
    width: calc(100% - 32px);
  }

  .detail-fallback-header .logo img {
    height: 30px;
    max-width: 128px;
    object-fit: contain;
  }

  .detail-fallback-header .itemBox {
    gap: 0;
    max-width: calc(100vw - 154px);
    overflow-x: auto;
    padding-left: 10px;
    scrollbar-width: none;
  }

  .detail-fallback-header .itemBox::-webkit-scrollbar {
    display: none;
  }

  .detail-fallback-header .item {
    flex: 0 0 auto;
    padding: 8px 9px;
    font-size: 12px;
    white-space: nowrap;
  }

  .detail-fallback-hero {
    min-height: 320px;
    padding-top: 60px;
  }

  .detail-fallback-hero:after {
    background: linear-gradient(180deg, rgba(4, 20, 49, .72), rgba(4, 20, 49, .58));
  }

  .detail-fallback-hero .content {
    min-height: 260px;
    align-items: flex-end;
    padding-bottom: 34px;
  }

  .detail-fallback-hero .title {
    font-size: 34px;
  }

  .detail-fallback-hero .msg {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }

  .business-detail-fallback .breadBox .content {
    height: 54px;
  }
}

@media (max-width: 480px) {
  .j9-detail-enhance .j9-section,
  .j9-detail-enhance .j9-section.white {
    padding: 34px 14px;
  }

  .j9-detail-enhance h2 {
    font-size: 22px;
  }

  .j9-detail-enhance .j9-lead {
    font-size: 13.5px;
  }

  .j9-detail-enhance .j9-metric,
  .j9-detail-enhance .j9-card,
  .j9-detail-enhance .j9-step,
  .j9-detail-enhance .j9-scenario,
  .j9-detail-enhance .j9-faq {
    padding: 16px;
  }

  .detail-fallback-header .content,
  .detail-fallback-hero .content,
  .business-detail-fallback .breadBox .content {
    width: calc(100% - 24px);
  }

  .detail-fallback-header .itemBox {
    max-width: calc(100vw - 140px);
  }

  .detail-fallback-hero .title {
    font-size: 30px;
  }
}
