.detail-page {
  background: #ffffff;
  color: #061832;
}

.detail-page main {
  padding-top: 64px;
  overflow-x: hidden;
}

.detail-page .site-header {
  height: 64px;
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(220, 229, 239, 0.72);
  backdrop-filter: blur(22px);
}

.detail-page .brand img {
  width: 176px;
}

.detail-page .desktop-nav {
  gap: 24px;
  font-size: 13px;
}

.detail-page .desktop-nav a {
  white-space: nowrap;
}

.detail-hero {
  width: min(1220px, calc(100% - 88px));
  margin: 0 auto;
  padding: 110px 0 68px;
  text-align: center;
}

.detail-hero.narrow {
  padding-bottom: 32px;
}

.detail-hero h1 {
  max-width: 1060px;
  margin: 0 auto;
  color: #061832;
  font-size: clamp(56px, 7.2vw, 94px);
  line-height: 1.04;
  font-weight: 820;
  letter-spacing: 0;
}

.detail-lead {
  max-width: 860px;
  margin: 26px auto 0;
  color: #526073;
  font-size: 21px;
  line-height: 1.85;
}

.hero-links {
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-links a {
  color: #006edb;
  font-size: 17px;
  font-weight: 760;
}

.detail-visual {
  position: relative;
  width: min(1120px, 100%);
  height: 470px;
  margin: 56px auto 0;
  overflow: hidden;
  border-radius: 16px;
  background: #eef5ff;
  box-shadow: 0 34px 90px rgba(7, 26, 59, 0.16);
}

.detail-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(7, 26, 59, 0.76), rgba(8, 105, 199, 0.2), rgba(255, 255, 255, 0.04));
}

.visual-note {
  position: absolute;
  z-index: 1;
  left: 34px;
  bottom: 34px;
  width: min(430px, calc(100% - 68px));
  padding: 24px;
  color: #ffffff;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.visual-note span {
  display: block;
  color: #bfe5ff;
  font-size: 14px;
  font-weight: 800;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: keep-all;
}

.visual-note strong {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.28;
  overflow-wrap: normal;
  word-break: keep-all;
}

.metric-strip {
  width: min(1180px, calc(100% - 80px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 auto 70px;
  border: 1px solid #dce5ef;
  background: #dce5ef;
}

.metric-strip div {
  min-height: 122px;
  padding: 28px;
  background: #ffffff;
  text-align: left;
}

.metric-strip strong {
  display: block;
  color: #071a3b;
  font-size: 34px;
  line-height: 1;
}

.metric-strip span {
  display: block;
  margin-top: 14px;
  color: #5d6a7c;
  font-size: 14px;
}

.detail-section {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
  padding: 96px 0;
}

.detail-section.flush-top {
  padding-top: 36px;
}

.copy-block {
  max-width: 860px;
  margin-bottom: 46px;
}

.copy-block.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.copy-block h2,
.split-copy h2 {
  margin: 0;
  color: #071a3b;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

.copy-block p,
.split-copy p {
  margin: 20px 0 0;
  color: #5d6a7c;
  font-size: 18px;
  line-height: 1.82;
}

.split-feature {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 58px;
  align-items: center;
}

.split-feature.reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.split-feature.reverse .split-copy {
  order: 2;
}

.split-feature.reverse .split-media {
  order: 1;
}

.split-media {
  overflow: hidden;
  border-radius: 24px;
  background: #eef5ff;
  box-shadow: 0 28px 78px rgba(7, 26, 59, 0.13);
}

.split-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.plain-grid,
.number-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.plain-grid.four,
.number-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plain-grid article,
.number-grid article,
.article-grid article {
  min-height: 260px;
  padding: 30px;
  border: 1px solid #dfe8f4;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 48px rgba(7, 26, 59, 0.06);
}

.plain-grid article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.number-grid article span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #075fba;
  border-radius: 50%;
  background: #eaf4ff;
  font-weight: 820;
}

.plain-grid h3,
.number-grid h3,
.article-grid h3 {
  margin: 28px 0 12px;
  color: #061832;
  font-size: 25px;
  line-height: 1.28;
}

.plain-grid p,
.number-grid p,
.article-grid p {
  margin: 0;
  color: #5b697d;
  font-size: 16px;
  line-height: 1.82;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.tag-row span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  color: #075fba;
  border: 1px solid #cfe4fb;
  border-radius: 999px;
  background: #f2f8ff;
  font-size: 14px;
  font-weight: 760;
}

.dark-band {
  width: 100%;
  max-width: none;
  padding: 104px max(40px, calc((100% - 1180px) / 2));
  color: #ffffff;
  background: #05070b;
}

.dark-band .copy-block h2,
.dark-band .copy-block p,
.dark-band .plain-grid h3,
.dark-band .number-grid h3,
.dark-band .article-grid h3 {
  color: #ffffff;
}

.dark-band .copy-block .eyebrow {
  color: #83c8ff;
}

.dark-band .plain-grid article,
.dark-band .number-grid article,
.dark-band .article-grid article {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.dark-band .plain-grid p,
.dark-band .number-grid p,
.dark-band .article-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.process-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid #d8e4f2;
}

.process-rail li {
  min-height: 238px;
  padding: 30px 22px 0;
  border-right: 1px solid #d8e4f2;
  list-style: none;
}

.process-rail li:last-child {
  border-right: 0;
}

.process-rail strong {
  display: block;
  color: #075fba;
  font-size: 26px;
  line-height: 1;
}

.process-rail h3 {
  margin: 24px 0 10px;
  color: #061832;
  font-size: 21px;
  line-height: 1.3;
}

.process-rail p {
  margin: 0;
  color: #5b697d;
  font-size: 15px;
  line-height: 1.76;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid #dce7f4;
  border-radius: 22px;
  background: #ffffff;
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 22px 24px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e6edf6;
}

.comparison-table th {
  color: #061832;
  background: #f4f8fd;
  font-size: 17px;
}

.comparison-table td {
  color: #536176;
  font-size: 16px;
  line-height: 1.7;
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-table strong {
  color: #075fba;
}

.logo-cloud,
.client-cloud {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.logo-cloud span,
.client-cloud span {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  color: #061832;
  border: 1px solid #dfe8f4;
  border-radius: 18px;
  background: #f8fbff;
  font-size: 28px;
  font-weight: 820;
  text-align: center;
}

.client-cloud span {
  font-size: 24px;
}

.case-stack {
  display: grid;
  gap: 18px;
}

.case-item {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 34px;
  align-items: center;
  padding: 22px;
  border: 1px solid #dfe8f4;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 48px rgba(7, 26, 59, 0.06);
}

.case-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px;
}

.case-item h3 {
  margin: 0;
  color: #061832;
  font-size: 32px;
  line-height: 1.2;
}

.case-item p {
  margin: 16px 0 0;
  color: #5b697d;
  font-size: 17px;
  line-height: 1.82;
}

.news-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.detail-page .news-row {
  display: grid;
  grid-template-columns: 140px 1fr 150px;
  gap: 24px;
  align-items: center;
  min-height: 126px;
  padding: 26px 30px;
  border: 1px solid #dfe8f4;
  border-radius: 20px;
  background: #ffffff;
}

.detail-page .news-row time {
  color: #075fba;
  font-size: 22px;
  font-weight: 820;
}

.detail-page .news-row h3 {
  margin: 0;
  color: #061832;
  font-size: 24px;
  line-height: 1.35;
}

.detail-page .news-row p {
  margin: 8px 0 0;
  color: #5b697d;
  font-size: 15px;
  line-height: 1.65;
}

.detail-page .news-row span {
  justify-self: end;
  color: #6b7789;
  font-size: 14px;
}

.wechat-highlight {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  padding: 22px;
  border: 1px solid #dfe8f4;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 22px 68px rgba(7, 26, 59, 0.08);
}

.wechat-highlight img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 20px;
}

.wechat-highlight span,
.wechat-card-grid span {
  color: #075fba;
  font-size: 14px;
  font-weight: 820;
}

.wechat-highlight h2 {
  margin: 16px 0 0;
  color: #061832;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.12;
  font-weight: 820;
}

.wechat-highlight p {
  margin: 20px 0 0;
  color: #5b697d;
  font-size: 17px;
  line-height: 1.85;
}

.wechat-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.wechat-card-grid article {
  overflow: hidden;
  border: 1px solid #dfe8f4;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 48px rgba(7, 26, 59, 0.06);
}

.wechat-card-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.wechat-card-grid div {
  padding: 26px;
}

.wechat-card-grid h3 {
  margin: 14px 0 12px;
  color: #061832;
  font-size: 24px;
  line-height: 1.32;
}

.wechat-card-grid p {
  margin: 0;
  color: #5b697d;
  font-size: 15px;
  line-height: 1.76;
}

.news-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-topic-grid article {
  min-height: 250px;
  padding: 30px;
  border: 1px solid #d9e7f7;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(7, 95, 186, 0.07);
}

.news-topic-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, #f97316, #ff9b45);
  font-weight: 820;
}

.news-topic-grid h3 {
  margin: 32px 0 12px;
  color: #061832;
  font-size: 25px;
  line-height: 1.28;
}

.news-topic-grid p {
  margin: 0;
  color: #5b697d;
  font-size: 16px;
  line-height: 1.78;
}

.news-page .news-hero {
  padding-top: 92px;
  padding-bottom: 44px;
}

.news-page .detail-hero h1 {
  max-width: 980px;
  font-size: clamp(48px, 6vw, 76px);
}

.news-page .detail-lead {
  margin-top: 22px;
  font-size: 20px;
}

.news-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.75fr);
  gap: 18px;
}

.news-feature a {
  color: inherit;
}

.news-feature__lead {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #cfe2f7;
  border-radius: 8px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(7, 95, 186, 0.42), rgba(255, 122, 26, 0.48)) border-box;
  box-shadow: 0 22px 66px rgba(7, 95, 186, 0.1);
}

.news-feature__image,
.news-feature__thumb,
.news-card__image {
  width: 100%;
  object-fit: cover;
  background: #edf3fa;
}

.news-feature__image {
  height: 100%;
  min-height: 430px;
}

.news-feature__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 44px;
}

.news-feature__copy span,
.news-feature__side span,
.news-card__meta {
  color: #0b67c2;
  font-size: 13px;
  font-weight: 820;
}

.news-card__meta span {
  color: #f97316;
}

.news-feature__copy h2 {
  margin: 16px 0 0;
  color: #061832;
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.18;
}

.news-feature__copy p {
  margin: 18px 0 0;
  color: #5b697d;
  font-size: 17px;
  line-height: 1.78;
}

.news-feature__copy small,
.news-card small {
  margin-top: 18px;
  color: #7a8798;
  font-size: 13px;
}

.news-feature__side {
  display: grid;
  gap: 18px;
}

.news-feature__side a {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  overflow: hidden;
  min-height: 132px;
  padding: 12px;
  border: 1px solid #d9e7f7;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.news-feature__thumb {
  height: 108px;
  border-radius: 6px;
}

.news-feature__side h3 {
  margin: 10px 0 0;
  color: #061832;
  font-size: 19px;
  line-height: 1.36;
}

.news-channel-band {
  width: 100%;
  max-width: none;
  padding: 94px max(40px, calc((100% - 1180px) / 2));
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 122, 26, 0.12), transparent 30%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
}

.news-channel-band .copy-block {
  margin-bottom: 34px;
}

.news-channel-band .copy-block .eyebrow {
  color: #f97316;
}

.news-channel-band .copy-block h2 {
  color: #061832;
}

.news-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.news-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-filter button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #d6e2f2;
  border-radius: 999px;
  color: #41506a;
  background: #ffffff;
  font: inherit;
  font-weight: 760;
  cursor: pointer;
}

.news-filter button.active {
  color: #ffffff;
  border-color: #f97316;
  background: #f97316;
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.22);
}

.news-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #d6e2f2;
  border-radius: 999px;
  background: #ffffff;
}

.news-search span {
  color: #7a8798;
  font-size: 14px;
  font-weight: 760;
}

.news-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: #061832;
  background: transparent;
  font: inherit;
}

.news-library-status {
  margin: 24px 0 18px;
  color: #5b697d;
  font-size: 15px;
  font-weight: 760;
}

.news-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-card {
  overflow: hidden;
  border: 1px solid #d9e7f7;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(7, 95, 186, 0.06);
}

.news-card a {
  display: flex;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  color: inherit;
}

.news-card__image {
  aspect-ratio: 16 / 9;
}

.news-card__body {
  display: flex;
  min-height: 284px;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.news-card__meta em {
  padding: 2px 7px;
  border-radius: 999px;
  color: #075fba;
  background: #eaf3ff;
  font-style: normal;
}

.news-card h3 {
  margin: 14px 0 0;
  color: #061832;
  font-size: 20px;
  line-height: 1.42;
}

.news-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 12px 0 0;
  color: #5b697d;
  font-size: 14px;
  line-height: 1.72;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-card small {
  display: block;
  margin-top: auto;
  padding-top: 18px;
}

.news-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 42px;
  color: #5b697d;
  text-align: center;
  border: 1px dashed #c9d8ea;
  border-radius: 8px;
  background: #f7faff;
}

.cta-panel {
  width: min(1180px, calc(100% - 80px));
  margin: 40px auto 96px;
  padding: 54px;
  color: #ffffff;
  border-radius: 24px;
  background:
    linear-gradient(120deg, rgba(8, 105, 199, 0.95), rgba(7, 26, 59, 0.96)),
    #071a3b;
}

.cta-panel h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.14;
}

.cta-panel p {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.8;
}

.cta-panel a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 28px;
  padding: 0 20px;
  border-radius: 999px;
  color: #075fba;
  background: #ffffff;
  font-weight: 800;
}

@media (max-width: 1120px) {
  .detail-page .desktop-nav {
    gap: 16px;
  }

  .plain-grid.four,
  .number-grid.four,
  .process-rail,
  .logo-cloud,
  .client-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-feature,
  .split-feature.reverse {
    grid-template-columns: 1fr;
  }

  .news-feature {
    grid-template-columns: 1fr;
  }

  .news-feature__side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .news-feature__side a {
    grid-template-columns: 1fr;
  }

  .news-feature__thumb {
    height: 150px;
  }

  .split-feature.reverse .split-copy,
  .split-feature.reverse .split-media {
    order: initial;
  }

  .process-rail li:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 900px) {
  .plain-grid,
  .number-grid,
  .article-grid,
  .metric-strip,
  .news-card-grid {
    grid-template-columns: 1fr;
  }

  .news-toolbar {
    grid-template-columns: 1fr;
  }

  .case-item,
  .wechat-highlight {
    grid-template-columns: 1fr;
  }

  .wechat-card-grid,
  .news-topic-grid,
  .news-feature__side {
    grid-template-columns: 1fr;
  }

  .detail-page .news-row {
    grid-template-columns: 1fr;
  }

  .detail-page .news-row span {
    justify-self: start;
  }
}

@media (max-width: 780px) {
  .detail-page main {
    padding-top: 64px;
  }

  .detail-hero,
  .detail-section,
  .metric-strip,
  .cta-panel {
    width: min(100% - 36px, 1180px);
  }

  .detail-hero {
    padding: 64px 0 42px;
  }

  .detail-hero h1 {
    font-size: 44px;
  }

  .detail-lead {
    font-size: 17px;
  }

  .detail-visual {
    height: 310px;
    margin-top: 34px;
    border-radius: 18px;
  }

  .news-feature__lead {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .news-feature__image {
    min-height: 260px;
  }

  .news-feature__copy {
    padding: 28px;
  }

  .news-feature__side a {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .news-feature__thumb {
    height: 96px;
  }

  .news-card__body {
    min-height: auto;
  }

  .visual-note {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
  }

  .detail-section {
    padding: 64px 0;
  }

  .dark-band {
    padding: 68px 18px;
  }

  .plain-grid.four,
  .number-grid.four,
  .process-rail,
  .logo-cloud,
  .client-cloud {
    grid-template-columns: 1fr;
  }

  .process-rail {
    border-top: 0;
  }

  .process-rail li,
  .process-rail li:nth-child(2n) {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid #d8e4f2;
  }

  .comparison-table {
    overflow-x: auto;
  }

  .comparison-table table {
    min-width: 720px;
  }

  .cta-panel {
    padding: 36px 28px;
  }
}
