:root {
  --xa-primary: #07c160;
  --xa-primary-dark: #05964c;
  --xa-primary-light: #e8f8ef;
  --xa-secondary: #12b76a;
  --xa-bg: #f6fbf8;
  --xa-bg-soft: #f0f8f3;
  --xa-bg-warm: #fbfdf9;
  --xa-text: #102a43;
  --xa-heading: #0f2f22;
  --xa-text-muted: #5f6c7b;
  --xa-dark: var(--xa-heading);
  --xa-text-secondary: var(--xa-text-muted);
  --xa-text-tertiary: #84909c;
  --xa-border-light: #e8f1ea;
  --xa-border: #ddeade;
  --xa-white: #ffffff;
  --xa-shadow: 0 18px 48px rgba(22, 74, 51, 0.1);
  --xa-tone-green: #059669;
  --xa-tone-green-soft: #e8f8ef;
  --xa-tone-blue: #2563eb;
  --xa-tone-blue-soft: #eaf1ff;
  --xa-tone-cyan: #0891b2;
  --xa-tone-cyan-soft: #e6faff;
  --xa-tone-orange: #d97706;
  --xa-tone-orange-soft: #fff4df;
  --xa-tone-purple: #7c3aed;
  --xa-tone-purple-soft: #f2edff;
  --xa-header-height: 78px;
  --xa-title-hero: clamp(38px, 4.2vw, 52px);
  --xa-title-inner: clamp(30px, 3.4vw, 42px);
}

/* ==========================================================================
   小艾软文发稿平台 /ruanwen
   Independent namespace: keep this page visually related to the public site
   without coupling it to the GEO landing page layouts.
   ========================================================================== */

.publishing-service-page {
  background: #fff;
}

.publishing-page {
  --publishing-ink: #10281d;
  --publishing-muted: #647268;
  --publishing-line: #e2ece5;
  --publishing-soft: #f4faf6;
  --publishing-soft-deep: #ebf7ef;
  --publishing-green: var(--xa-primary);
  --publishing-green-dark: #058f47;
  overflow: hidden;
  color: var(--publishing-ink);
}

.publishing-page button,
.publishing-page select {
  font: inherit;
}

.contact-modal-context {
  margin: 12px 0 18px !important;
  padding: 11px 13px;
  border: 1px solid rgba(7, 193, 96, 0.18);
  border-radius: 10px;
  color: #26714a;
  background: #f0faf4;
  font-size: 12px;
  line-height: 1.65;
}

.publishing-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: calc(var(--xa-header-height) + 64px) 0 74px;
  background:
    radial-gradient(circle at 8% 12%, rgba(7, 193, 96, 0.1), transparent 29%),
    radial-gradient(circle at 93% 20%, rgba(7, 193, 96, 0.14), transparent 28%),
    linear-gradient(145deg, #f6fcf8 0%, #fff 52%, #f2fbf5 100%);
}

.publishing-hero::after {
  position: absolute;
  z-index: -2;
  right: -130px;
  bottom: -250px;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(7, 193, 96, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 72px rgba(7, 193, 96, 0.025),
    0 0 0 148px rgba(7, 193, 96, 0.018);
  content: "";
}

.publishing-hero-grid-pattern,
.publishing-cta-pattern {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(7, 193, 96, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 193, 96, 0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 46%, #000);
  mask-image: linear-gradient(90deg, #000, transparent 46%, #000);
}

.publishing-hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(3px);
  pointer-events: none;
}

.publishing-hero-glow-one {
  top: 112px;
  left: 4%;
  width: 10px;
  height: 10px;
  background: rgba(7, 193, 96, 0.34);
  box-shadow: 0 0 0 16px rgba(7, 193, 96, 0.06);
}

.publishing-hero-glow-two {
  top: 180px;
  right: 4%;
  width: 16px;
  height: 16px;
  background: rgba(7, 193, 96, 0.2);
  box-shadow: 0 0 0 28px rgba(7, 193, 96, 0.05);
}

.publishing-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(520px, 1.07fr);
  gap: clamp(48px, 6vw, 88px);
  align-items: center;
}

.publishing-hero-copy {
  max-width: 650px;
}

.publishing-kicker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 22px;
}

.publishing-kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(7, 193, 96, 0.18);
  border-radius: 999px;
  color: var(--publishing-green-dark);
  background: rgba(232, 248, 239, 0.78);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.publishing-kicker-note {
  color: #76837b;
  font-size: 13px;
  font-weight: 650;
}

.publishing-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(43px, 4.8vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.048em;
  font-weight: 900;
}

.publishing-hero h1 span {
  position: relative;
  display: inline-block;
  color: var(--publishing-green-dark);
}

.publishing-hero h1 span::after {
  position: absolute;
  right: 2%;
  bottom: -7px;
  left: 2%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(7, 193, 96, 0), rgba(7, 193, 96, 0.24), rgba(7, 193, 96, 0));
  content: "";
}

.publishing-hero-lead {
  max-width: 610px;
  margin: 28px 0 0;
  color: var(--publishing-muted);
  font-size: 18px;
  line-height: 1.9;
}

.publishing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.publishing-page .btn {
  border-radius: 12px;
  font-weight: 800;
}

.publishing-hero-actions .btn {
  min-width: 160px;
  padding: 13px 22px;
}

.publishing-trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  margin: 34px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid rgba(16, 40, 29, 0.09);
  list-style: none;
}

.publishing-trust-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: #718078;
  font-size: 12px;
  line-height: 1.55;
}

.publishing-trust-list li > i {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  color: var(--publishing-green-dark);
  background: rgba(7, 193, 96, 0.09);
  font-size: 15px;
}

.publishing-trust-list strong {
  display: block;
  margin-bottom: 1px;
  color: var(--publishing-ink);
  font-size: 13px;
}

.publishing-brief-wrap {
  position: relative;
  min-width: 0;
}

.publishing-brief-wrap::before {
  position: absolute;
  z-index: -1;
  top: 30px;
  right: -22px;
  bottom: -28px;
  left: 40px;
  border-radius: 32px;
  background: rgba(7, 193, 96, 0.08);
  transform: rotate(2deg);
  content: "";
}

.publishing-brief-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 0.82fr) minmax(240px, 1.18fr);
  gap: 0 24px;
  padding: 28px;
  border: 1px solid rgba(7, 193, 96, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 32px 80px rgba(18, 73, 47, 0.15);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.publishing-brief-head {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--publishing-line);
}

.publishing-brief-head > div {
  display: flex;
  gap: 12px;
  align-items: center;
}

.publishing-brief-icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg, #10cf6a, #05994d);
  box-shadow: 0 10px 24px rgba(7, 193, 96, 0.22);
  font-size: 19px;
}

.publishing-brief-head strong,
.publishing-brief-head small {
  display: block;
}

.publishing-brief-head strong {
  font-size: 17px;
  font-weight: 850;
}

.publishing-brief-head small {
  margin-top: 1px;
  color: #839087;
  font-size: 11px;
}

.publishing-live-badge {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--publishing-green-dark);
  background: var(--publishing-soft-deep);
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.publishing-live-badge i,
.publishing-table-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--publishing-green);
  box-shadow: 0 0 0 4px rgba(7, 193, 96, 0.1);
}

.publishing-brief-form {
  display: grid;
  gap: 13px;
  padding-right: 24px;
  border-right: 1px solid var(--publishing-line);
}

.publishing-brief-form label {
  display: grid;
  gap: 6px;
}

.publishing-brief-form label > span {
  color: #6f7d74;
  font-size: 11px;
  font-weight: 800;
}

.publishing-brief-form select {
  width: 100%;
  min-height: 42px;
  padding: 0 40px 0 12px;
  border: 1px solid #dfe9e2;
  border-radius: 10px;
  outline: none;
  color: #203a2d;
  background-color: #fbfdfc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%236f7d74' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
  font-size: 12px;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.publishing-brief-form select:focus {
  border-color: rgba(7, 193, 96, 0.6);
  box-shadow: 0 0 0 4px rgba(7, 193, 96, 0.08);
}

.publishing-brief-form .btn {
  min-height: 44px;
  margin-top: 4px;
  font-size: 12px;
}

.publishing-recommend {
  min-width: 0;
}

.publishing-recommend-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11px;
  color: #526359;
  font-size: 11px;
  font-weight: 800;
}

.publishing-recommend-title small {
  padding: 3px 7px;
  border-radius: 999px;
  color: #7b8981;
  background: #f1f5f2;
  font-size: 9px;
}

.publishing-recommend-list {
  display: grid;
  gap: 8px;
}

.publishing-recommend-list > div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e7eee9;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(25, 68, 46, 0.035);
}

.publishing-recommend-list > div > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  font-size: 16px;
}

.publishing-recommend-list .is-news {
  color: #dc5a24;
  background: #fff1ea;
}

.publishing-recommend-list .is-industry {
  color: #148d5a;
  background: #eaf8f0;
}

.publishing-recommend-list .is-local {
  color: #3478c8;
  background: #eaf3ff;
}

.publishing-recommend-list p,
.publishing-recommend-list strong,
.publishing-recommend-list small {
  display: block;
  min-width: 0;
  margin: 0;
}

.publishing-recommend-list strong {
  overflow: hidden;
  font-size: 12px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.publishing-recommend-list small {
  margin-top: 1px;
  overflow: hidden;
  color: #87928b;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.publishing-recommend-list em {
  padding: 4px 6px;
  border-radius: 6px;
  color: var(--publishing-green-dark);
  background: var(--publishing-soft);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.publishing-recommend-note {
  display: flex;
  gap: 6px;
  margin: 11px 0 0;
  color: #849088;
  font-size: 9px;
  line-height: 1.55;
}

.publishing-recommend-note i {
  margin-top: 1px;
  color: var(--publishing-green-dark);
}

.publishing-float-note {
  position: absolute;
  z-index: 2;
  padding: 7px 12px;
  border: 1px solid rgba(7, 193, 96, 0.18);
  border-radius: 999px;
  color: #147546;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(16, 62, 40, 0.1);
  font-size: 10px;
  font-weight: 800;
}

.publishing-float-note-one {
  top: 72px;
  left: -42px;
}

.publishing-float-note-two {
  right: -42px;
  bottom: 58px;
}

.publishing-proof-bar {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(7, 193, 96, 0.08);
  border-bottom: 1px solid var(--publishing-line);
  background: rgba(255, 255, 255, 0.96);
}

.publishing-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.publishing-proof-grid > div {
  display: flex;
  gap: 15px;
  align-items: center;
  min-width: 0;
  padding: 24px 26px;
}

.publishing-proof-grid > div + div {
  border-left: 1px solid var(--publishing-line);
}

.publishing-proof-grid > div > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 9px;
  color: var(--proof-accent, var(--publishing-green-dark));
  background: var(--proof-soft, var(--publishing-soft-deep));
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 900;
}

.publishing-proof-grid > div:nth-child(1) {
  --proof-accent: #2f76d2;
  --proof-soft: #eaf3ff;
}

.publishing-proof-grid > div:nth-child(2) {
  --proof-accent: #8a55d7;
  --proof-soft: #f3edff;
}

.publishing-proof-grid > div:nth-child(3) {
  --proof-accent: #d88112;
  --proof-soft: #fff4e2;
}

.publishing-proof-grid > div:nth-child(4) {
  --proof-accent: #078e75;
  --proof-soft: #e7f8f3;
}

.publishing-proof-grid p,
.publishing-proof-grid strong,
.publishing-proof-grid small {
  display: block;
  margin: 0;
}

.publishing-proof-grid strong {
  color: var(--publishing-ink);
  font-size: 14px;
  font-weight: 850;
}

.publishing-proof-grid small {
  margin-top: 2px;
  overflow: hidden;
  color: #829087;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.publishing-section {
  position: relative;
  padding: 108px 0;
}

.publishing-section-soft {
  background: var(--publishing-soft);
}

.publishing-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.58fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}

.publishing-section-heading h2,
.publishing-delivery-copy h2,
.publishing-faq-copy h2 {
  margin: 10px 0 0;
  color: var(--publishing-ink);
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.22;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.publishing-section-heading > p,
.publishing-delivery-copy > p:not(.publishing-eyebrow),
.publishing-faq-copy > p:not(.publishing-eyebrow) {
  margin: 0;
  color: var(--publishing-muted);
  font-size: 16px;
  line-height: 1.9;
}

.publishing-eyebrow {
  margin: 0;
  color: var(--publishing-green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.publishing-section-heading-compact {
  margin-bottom: 34px;
}

.publishing-section-heading-centered {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.publishing-section-heading-centered > p {
  margin-top: 14px;
}

.publishing-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.publishing-resource-card {
  --resource-accent: var(--publishing-green-dark);
  --resource-soft: var(--publishing-soft-deep);
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--publishing-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(24, 65, 43, 0.045);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.publishing-resource-card::after {
  position: absolute;
  right: -62px;
  bottom: -72px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(7, 193, 96, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 26px rgba(7, 193, 96, 0.025);
  content: "";
  transition: transform 0.28s ease;
}

.publishing-resource-card:hover {
  border-color: rgba(7, 193, 96, 0.3);
  box-shadow: 0 24px 54px rgba(18, 72, 45, 0.1);
  transform: translateY(-7px);
}

.publishing-resource-card:hover::after {
  transform: scale(1.1);
}

.publishing-resource-card header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.publishing-resource-card header span {
  color: var(--resource-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 850;
}

.publishing-resource-card header > i {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 15px;
  color: var(--resource-accent);
  background: var(--resource-soft);
  box-shadow: 0 9px 22px rgba(28, 66, 45, 0.08);
  font-size: 22px;
}

.publishing-resource-card:nth-child(1) {
  --resource-accent: #e75f45;
  --resource-soft: #fff0eb;
}

.publishing-resource-card:nth-child(2) {
  --resource-accent: #3478d3;
  --resource-soft: #eaf3ff;
}

.publishing-resource-card:nth-child(3) {
  --resource-accent: #da8516;
  --resource-soft: #fff4df;
}

.publishing-resource-card:nth-child(4) {
  --resource-accent: #8756d8;
  --resource-soft: #f3edff;
}

.publishing-resource-card:nth-child(5) {
  --resource-accent: #0b91a4;
  --resource-soft: #e7f9fb;
}

.publishing-resource-card:nth-child(6) {
  --resource-accent: #5268c8;
  --resource-soft: #eef1ff;
}

.publishing-resource-card h3 {
  margin: 25px 0 9px;
  font-size: 21px;
  font-weight: 880;
}

.publishing-resource-card > p {
  min-height: 54px;
  margin: 0;
  color: var(--publishing-muted);
  font-size: 13px;
  line-height: 1.8;
}

.publishing-resource-card footer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 23px;
}

.publishing-resource-card footer small {
  padding: 5px 8px;
  border-radius: 7px;
  color: var(--resource-accent);
  background: var(--resource-soft);
  font-size: 9px;
  font-weight: 750;
}

.publishing-resource-card footer a {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  margin-left: auto;
  color: var(--publishing-green-dark);
  font-size: 11px;
  font-weight: 850;
}

.publishing-media-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: stretch;
}

.publishing-media-table-wrap,
.publishing-media-aside {
  overflow: hidden;
  border: 1px solid var(--publishing-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(23, 63, 42, 0.055);
}

.publishing-media-table-head {
  padding: 18px 22px;
  border-bottom: 1px solid var(--publishing-line);
  background: linear-gradient(90deg, #fff, #f8fcf9);
}

.publishing-media-table-head > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.publishing-table-status {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #526159;
  font-size: 11px;
  font-weight: 850;
}

.publishing-media-table-head small {
  color: #8b978f;
  font-size: 9px;
}

.publishing-media-row {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1.25fr 0.7fr;
  min-width: 760px;
}

.publishing-media-row > span {
  display: flex;
  gap: 7px;
  align-items: center;
  min-width: 0;
  padding: 16px 18px;
  border-bottom: 1px solid #edf2ee;
  color: #67756d;
  font-size: 11px;
}

.publishing-media-row:not(.publishing-media-row-header):hover {
  background: #f9fcfa;
}

.publishing-media-row-header {
  background: #f4f8f5;
}

.publishing-media-row-header > span {
  padding-top: 11px;
  padding-bottom: 11px;
  color: #526159;
  font-size: 9px;
  font-weight: 850;
}

.publishing-media-row > span:first-child {
  color: var(--publishing-ink);
}

.publishing-media-row > span:first-child i {
  color: var(--publishing-green);
  font-size: 12px;
}

.publishing-media-row > span strong {
  overflow: hidden;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.publishing-media-row:last-child > span {
  border-bottom: 0;
}

.publishing-table-link {
  padding: 0;
  border: 0;
  color: var(--publishing-green-dark);
  background: none;
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.publishing-media-aside {
  position: relative;
  padding: 30px;
}

.publishing-media-aside::after {
  position: absolute;
  z-index: 0;
  right: -50px;
  bottom: -55px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 193, 96, 0.13), transparent 67%);
  content: "";
}

.publishing-media-aside > * {
  position: relative;
  z-index: 1;
}

.publishing-aside-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #18d674, #05994d);
  box-shadow: 0 12px 28px rgba(7, 193, 96, 0.22);
  font-size: 21px;
}

.publishing-aside-label {
  margin: 20px 0 7px;
  color: var(--publishing-green-dark);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.publishing-media-aside h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 880;
}

.publishing-media-aside > p:not(.publishing-aside-label) {
  margin: 11px 0 0;
  color: var(--publishing-muted);
  font-size: 12px;
  line-height: 1.8;
}

.publishing-media-aside ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.publishing-media-aside li {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #526159;
  font-size: 11px;
}

.publishing-media-aside li i {
  color: var(--publishing-green);
}

.publishing-media-aside .btn {
  width: 100%;
  font-size: 12px;
}

.publishing-capabilities {
  background:
    radial-gradient(circle at 92% 20%, rgba(7, 193, 96, 0.08), transparent 27%),
    #fff;
}

.publishing-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--publishing-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(19, 60, 39, 0.06);
}

.publishing-capability-card {
  --capability-accent: var(--publishing-green-dark);
  --capability-soft: var(--publishing-soft-deep);
  position: relative;
  min-width: 0;
  padding: 34px 27px 30px;
}

.publishing-capability-card + .publishing-capability-card {
  border-left: 1px solid var(--publishing-line);
}

.publishing-capability-number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: var(--capability-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 900;
}

.publishing-capability-card > i {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  color: var(--capability-accent);
  background: var(--capability-soft);
  box-shadow: 0 9px 22px rgba(28, 66, 45, 0.08);
  font-size: 23px;
}

.publishing-capability-card:nth-child(1) {
  --capability-accent: #3478d3;
  --capability-soft: #eaf3ff;
}

.publishing-capability-card:nth-child(2) {
  --capability-accent: #d98213;
  --capability-soft: #fff4df;
}

.publishing-capability-card:nth-child(3) {
  --capability-accent: #8654d5;
  --capability-soft: #f3edff;
}

.publishing-capability-card:nth-child(4) {
  --capability-accent: #07927d;
  --capability-soft: #e7f8f3;
}

.publishing-capability-card h3 {
  margin: 22px 0 10px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 880;
}

.publishing-capability-card > p {
  min-height: 105px;
  margin: 0;
  color: var(--publishing-muted);
  font-size: 12px;
  line-height: 1.85;
}

.publishing-capability-card footer {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}

.publishing-capability-card footer small {
  padding: 5px 7px;
  border-radius: 6px;
  color: var(--capability-accent);
  background: var(--capability-soft);
  font-size: 8px;
  font-weight: 750;
}

.publishing-delivery-section {
  padding-top: 24px;
}

.publishing-delivery-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(540px, 1.32fr);
  gap: 70px;
  align-items: center;
  padding: 68px;
  border: 1px solid rgba(7, 193, 96, 0.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 15%, rgba(7, 193, 96, 0.08), transparent 33%),
    linear-gradient(135deg, #f4fbf6, #fff);
}

.publishing-delivery-copy > p:not(.publishing-eyebrow) {
  margin-top: 20px;
}

.publishing-delivery-copy .btn {
  margin-top: 26px;
}

.publishing-delivery-board {
  overflow: hidden;
  border: 1px solid #dfeae2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(18, 65, 41, 0.1);
  transform: rotate(1deg);
}

.publishing-delivery-board > header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 20px 22px;
  border-bottom: 1px solid var(--publishing-line);
  background: #fbfdfb;
}

.publishing-delivery-board > header > div {
  display: flex;
  gap: 11px;
  align-items: center;
}

.publishing-delivery-board > header > div > i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  color: var(--publishing-green-dark);
  background: var(--publishing-soft-deep);
  font-size: 18px;
}

.publishing-delivery-board strong,
.publishing-delivery-board small {
  display: block;
}

.publishing-delivery-board strong {
  font-size: 14px;
  font-weight: 850;
}

.publishing-delivery-board small {
  color: #88948c;
  font-size: 9px;
}

.publishing-delivery-board > header > em {
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--publishing-green-dark);
  background: var(--publishing-soft-deep);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.publishing-delivery-list > div {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 32px 20px;
  gap: 11px;
  align-items: center;
  padding: 15px 22px;
  border-bottom: 1px solid #edf2ee;
}

.publishing-delivery-list > div > span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 7px;
  color: var(--delivery-accent, var(--publishing-green-dark));
  background: var(--delivery-soft, var(--publishing-soft-deep));
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  font-weight: 900;
}

.publishing-delivery-list > div:nth-child(1) {
  --delivery-accent: #3478d3;
  --delivery-soft: #eaf3ff;
}

.publishing-delivery-list > div:nth-child(2) {
  --delivery-accent: #d98213;
  --delivery-soft: #fff4df;
}

.publishing-delivery-list > div:nth-child(3) {
  --delivery-accent: #8654d5;
  --delivery-soft: #f3edff;
}

.publishing-delivery-list > div:nth-child(4) {
  --delivery-accent: #07927d;
  --delivery-soft: #e7f8f3;
}

.publishing-delivery-list p {
  min-width: 0;
  margin: 0;
}

.publishing-delivery-list p strong {
  font-size: 12px;
}

.publishing-delivery-list p small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.publishing-delivery-list > div > em {
  color: #7f8c84;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.publishing-delivery-list > div > i {
  color: var(--delivery-accent, var(--publishing-green));
  font-size: 14px;
}

.publishing-delivery-board > footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 22px;
  color: #849087;
  background: #f7faf8;
  font-size: 8px;
}

.publishing-delivery-board > footer span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.publishing-delivery-board > footer i {
  color: var(--publishing-green-dark);
}

.publishing-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 52px;
}

.publishing-process::before {
  position: absolute;
  top: 52px;
  right: 9%;
  left: 9%;
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(7, 193, 96, 0), rgba(7, 193, 96, 0.72), rgba(7, 193, 96, 0));
  content: "";
}

.publishing-process article {
  --process-accent: var(--publishing-green);
  --process-soft: var(--publishing-soft-deep);
  position: relative;
  z-index: 1;
  padding: 28px;
  border: 1px solid var(--publishing-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(22, 62, 42, 0.045);
}

.publishing-process-number {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 6px solid var(--process-soft);
  border-radius: 50%;
  color: #fff;
  background: var(--process-accent);
  box-sizing: content-box;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 900;
  box-shadow: 0 0 0 1px rgba(35, 81, 58, 0.12);
}

.publishing-process article > i {
  display: block;
  margin-top: 27px;
  color: var(--process-accent);
  font-size: 25px;
}

.publishing-process article:nth-child(1) {
  --process-accent: #3478d3;
  --process-soft: #eaf3ff;
}

.publishing-process article:nth-child(2) {
  --process-accent: #8654d5;
  --process-soft: #f3edff;
}

.publishing-process article:nth-child(3) {
  --process-accent: #df7c22;
  --process-soft: #fff1e6;
}

.publishing-process article:nth-child(4) {
  --process-accent: #07985a;
  --process-soft: #e7f8ef;
}

.publishing-process h3 {
  margin: 12px 0 8px;
  font-size: 19px;
  font-weight: 880;
}

.publishing-process p {
  min-height: 86px;
  margin: 0;
  color: var(--publishing-muted);
  font-size: 12px;
  line-height: 1.8;
}

.publishing-process article > small {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin-top: 18px;
  padding: 6px 9px;
  border-radius: 8px;
  color: #637168;
  background: #f2f6f3;
  font-size: 9px;
  font-weight: 750;
}

.publishing-process article > small i {
  color: var(--process-accent);
}

.publishing-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.publishing-plan-card {
  --plan-accent: var(--publishing-green-dark);
  --plan-soft: var(--publishing-soft-deep);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--publishing-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(20, 63, 40, 0.055);
}

.publishing-plan-card.is-featured {
  border-color: var(--publishing-green);
  box-shadow: 0 25px 60px rgba(7, 148, 75, 0.14);
  transform: translateY(-12px);
}

.publishing-plan-card.is-featured::after {
  position: absolute;
  z-index: -1;
  inset: 8px -8px -8px 8px;
  border-radius: 24px;
  background: rgba(7, 193, 96, 0.08);
  content: "";
}

.publishing-plan-popular {
  position: absolute;
  top: -13px;
  right: 26px;
  padding: 6px 13px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #13ca69, #059a4e);
  box-shadow: 0 8px 18px rgba(7, 193, 96, 0.18);
  font-size: 9px;
  font-weight: 850;
}

.publishing-plan-card > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.publishing-plan-card > header span {
  color: #7d8982;
  font-size: 10px;
  font-weight: 800;
}

.publishing-plan-card > header i {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 13px;
  color: var(--plan-accent);
  background: var(--plan-soft);
  box-shadow: 0 9px 22px rgba(28, 66, 45, 0.08);
  font-size: 19px;
}

.publishing-plan-card.is-featured > header i {
  color: #df7c22;
  background: #fff1e6;
  box-shadow: 0 9px 22px rgba(223, 124, 34, 0.14);
}

.publishing-plan-card:nth-child(1) {
  --plan-accent: #3478d3;
  --plan-soft: #eaf3ff;
}

.publishing-plan-card:nth-child(2) {
  --plan-accent: var(--publishing-green-dark);
  --plan-soft: var(--publishing-soft-deep);
}

.publishing-plan-card:nth-child(3) {
  --plan-accent: #8654d5;
  --plan-soft: #f3edff;
}

.publishing-plan-index {
  margin: 27px 0 6px;
  color: var(--plan-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.publishing-plan-card h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 900;
}

.publishing-plan-card > p:not(.publishing-plan-index) {
  min-height: 78px;
  margin: 12px 0 0;
  color: var(--publishing-muted);
  font-size: 12px;
  line-height: 1.8;
}

.publishing-plan-card ul {
  display: grid;
  gap: 11px;
  margin: 25px 0 28px;
  padding: 23px 0 0;
  border-top: 1px solid var(--publishing-line);
  list-style: none;
}

.publishing-plan-card li {
  display: flex;
  gap: 8px;
  align-items: start;
  color: #526159;
  font-size: 11px;
}

.publishing-plan-card li i {
  margin-top: 2px;
  color: var(--publishing-green);
}

.publishing-plan-card > .btn {
  width: 100%;
  margin-top: auto;
  font-size: 12px;
}

.publishing-plan-geo {
  background:
    radial-gradient(circle at 90% 12%, rgba(7, 193, 96, 0.1), transparent 28%),
    #fff;
}

.publishing-plan-geo-link {
  display: inline-flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  color: var(--publishing-green-dark);
  font-size: 10px;
  font-weight: 850;
}

.publishing-scene-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.publishing-scene-grid article {
  --scene-accent: var(--publishing-green-dark);
  --scene-soft: var(--publishing-soft-deep);
  position: relative;
  overflow: hidden;
  padding: 27px;
  border: 1px solid var(--publishing-line);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 13px 32px rgba(20, 60, 39, 0.04);
}

.publishing-scene-grid article::after {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(7, 193, 96, 0.045);
  content: "";
}

.publishing-scene-grid article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: var(--scene-accent);
  background: var(--scene-soft);
  box-shadow: 0 9px 22px rgba(28, 66, 45, 0.08);
  font-size: 21px;
}

.publishing-scene-grid article:nth-child(1) {
  --scene-accent: #df7524;
  --scene-soft: #fff0e6;
}

.publishing-scene-grid article:nth-child(2) {
  --scene-accent: #3478d3;
  --scene-soft: #eaf3ff;
}

.publishing-scene-grid article:nth-child(3) {
  --scene-accent: #8654d5;
  --scene-soft: #f3edff;
}

.publishing-scene-grid article:nth-child(4) {
  --scene-accent: #07927d;
  --scene-soft: #e7f8f3;
}

.publishing-scene-grid h3 {
  margin: 20px 0 9px;
  font-size: 18px;
  font-weight: 880;
}

.publishing-scene-grid article > p {
  min-height: 82px;
  margin: 0;
  color: var(--publishing-muted);
  font-size: 12px;
  line-height: 1.8;
}

.publishing-scene-grid article > div {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding: 13px;
  border-radius: 11px;
  background: var(--scene-soft);
}

.publishing-scene-grid article > div small,
.publishing-scene-grid article > div strong {
  display: block;
}

.publishing-scene-grid article > div small {
  color: #8a958e;
  font-size: 8px;
}

.publishing-scene-grid article > div strong {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 850;
}

.publishing-scene-grid footer {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 6px;
  align-items: center;
  margin-top: 15px;
  color: var(--scene-accent);
  font-size: 10px;
  font-weight: 850;
}

.publishing-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.66fr) minmax(540px, 1.34fr);
  gap: 88px;
  align-items: start;
}

.publishing-faq-copy {
  position: sticky;
  top: calc(var(--xa-header-height) + 38px);
}

.publishing-faq-copy > p:not(.publishing-eyebrow) {
  margin-top: 20px;
}

.publishing-faq-copy .btn {
  margin-top: 27px;
}

.publishing-faq-accordion {
  display: grid;
  gap: 11px;
}

.publishing-faq-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid var(--publishing-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(22, 62, 42, 0.035);
}

.publishing-faq-accordion .accordion-button {
  gap: 13px;
  padding: 19px 20px;
  color: var(--publishing-ink);
  background: #fff;
  font-size: 14px;
  font-weight: 820;
  box-shadow: none;
}

.publishing-faq-accordion .accordion-button:not(.collapsed) {
  color: var(--publishing-green-dark);
  background: #f8fcf9;
}

.publishing-faq-accordion .accordion-button > span {
  color: #9aa59e;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 900;
}

.publishing-faq-accordion .accordion-button::after {
  filter: sepia(1) saturate(3) hue-rotate(86deg);
}

.publishing-faq-accordion .accordion-body {
  padding: 0 52px 20px;
  color: var(--publishing-muted);
  font-size: 12px;
  line-height: 1.85;
}

.publishing-faq-accordion .accordion-body p {
  margin: 0 0 9px;
}

.publishing-faq-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}

.publishing-final-cta {
  padding: 0 0 104px;
}

.publishing-cta-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 48px;
  align-items: center;
  overflow: hidden;
  min-height: 390px;
  padding: 64px 70px;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 50%, rgba(68, 245, 147, 0.28), transparent 28%),
    linear-gradient(135deg, #086f3d, #05984c 55%, #07b85b);
  box-shadow: 0 28px 74px rgba(4, 116, 58, 0.2);
}

.publishing-cta-pattern {
  z-index: -1;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  -webkit-mask-image: linear-gradient(90deg, #000, transparent);
  mask-image: linear-gradient(90deg, #000, transparent);
}

.publishing-cta-copy {
  position: relative;
  z-index: 2;
}

.publishing-cta-copy > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.publishing-cta-copy h2 {
  max-width: 720px;
  margin: 12px 0 0;
  font-size: clamp(31px, 3.5vw, 47px);
  line-height: 1.23;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.publishing-cta-copy > span {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.publishing-cta-copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.publishing-cta-copy .btn {
  min-width: 158px;
  padding: 12px 20px;
  font-size: 13px;
}

.publishing-cta-copy .btn-light {
  color: #08723e;
}

.publishing-cta-visual {
  position: relative;
  min-height: 270px;
}

.publishing-cta-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(4, 101, 52, 0.7);
  box-shadow:
    0 0 0 15px rgba(255, 255, 255, 0.06),
    0 20px 45px rgba(1, 72, 35, 0.22);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: translate(-50%, -50%);
}

.publishing-cta-core i {
  margin-bottom: 5px;
  font-size: 30px;
}

.publishing-cta-core strong,
.publishing-cta-core small {
  display: block;
  text-align: center;
}

.publishing-cta-core strong {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.publishing-cta-core small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 8px;
}

.publishing-cta-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.publishing-cta-orbit.orbit-one {
  width: 235px;
  height: 235px;
}

.publishing-cta-orbit.orbit-two {
  width: 340px;
  height: 340px;
  opacity: 0.7;
}

.publishing-cta-node {
  position: absolute;
  z-index: 4;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 12px 26px rgba(1, 67, 34, 0.16);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font-size: 20px;
}

.publishing-cta-node.node-one {
  top: 16px;
  left: 18%;
}

.publishing-cta-node.node-two {
  top: 42%;
  right: 4%;
}

.publishing-cta-node.node-three {
  bottom: 0;
  left: 23%;
}

.publishing-page.publishing-js-ready .publishing-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.publishing-page.publishing-js-ready .publishing-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.publishing-page.publishing-js-ready .publishing-hero-enter {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.publishing-page.publishing-hero-visible .publishing-hero-enter {
  opacity: 1;
  transform: translateY(0);
}

.publishing-page.publishing-hero-visible .publishing-brief-wrap {
  transition-delay: 0.13s;
}

@media (max-width: 1199.98px) {
  .publishing-hero-layout {
    grid-template-columns: minmax(0, 0.86fr) minmax(490px, 1.14fr);
    gap: 40px;
  }

  .publishing-hero h1 {
    font-size: clamp(40px, 4.7vw, 58px);
  }

  .publishing-float-note {
    display: none;
  }

  .publishing-proof-grid > div {
    padding-right: 18px;
    padding-left: 18px;
  }

  .publishing-media-layout {
    grid-template-columns: minmax(0, 1fr) 285px;
  }

  .publishing-capability-card {
    padding-right: 22px;
    padding-left: 22px;
  }

  .publishing-delivery-layout {
    gap: 48px;
    padding: 54px;
  }
}

@media (max-width: 991.98px) {
  .publishing-hero {
    padding-top: calc(var(--xa-header-height) + 42px);
  }

  .publishing-hero-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .publishing-hero-copy {
    max-width: 760px;
  }

  .publishing-hero-lead {
    max-width: 720px;
  }

  .publishing-brief-wrap {
    max-width: 720px;
  }

  .publishing-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .publishing-proof-grid > div:nth-child(3) {
    border-left: 0;
  }

  .publishing-proof-grid > div:nth-child(n + 3) {
    border-top: 1px solid var(--publishing-line);
  }

  .publishing-section {
    padding: 84px 0;
  }

  .publishing-section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }

  .publishing-section-heading > p {
    max-width: 720px;
  }

  .publishing-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .publishing-media-layout {
    grid-template-columns: 1fr;
  }

  .publishing-media-aside {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 6px 18px;
    align-items: center;
  }

  .publishing-media-aside .publishing-aside-icon {
    grid-row: 1 / 4;
  }

  .publishing-media-aside .publishing-aside-label {
    grid-column: 2;
    margin: 0;
  }

  .publishing-media-aside h3 {
    grid-column: 2;
  }

  .publishing-media-aside > p:not(.publishing-aside-label) {
    grid-column: 2;
    margin-top: 0;
  }

  .publishing-media-aside ul {
    display: none;
  }

  .publishing-media-aside .btn {
    grid-row: 1 / 4;
    grid-column: 3;
    width: auto;
  }

  .publishing-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .publishing-capability-card + .publishing-capability-card {
    border-left: 0;
  }

  .publishing-capability-card:nth-child(even) {
    border-left: 1px solid var(--publishing-line);
  }

  .publishing-capability-card:nth-child(n + 3) {
    border-top: 1px solid var(--publishing-line);
  }

  .publishing-capability-card > p {
    min-height: 72px;
  }

  .publishing-delivery-section {
    padding-top: 12px;
  }

  .publishing-delivery-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .publishing-delivery-copy {
    max-width: 620px;
  }

  .publishing-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .publishing-process::before {
    display: none;
  }

  .publishing-process p {
    min-height: 66px;
  }

  .publishing-plan-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }

  .publishing-plan-card.is-featured {
    transform: none;
  }

  .publishing-plan-card > p:not(.publishing-plan-index) {
    min-height: 0;
  }

  .publishing-scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .publishing-scene-grid article > p {
    min-height: 60px;
  }

  .publishing-faq-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .publishing-faq-copy {
    position: static;
    max-width: 680px;
  }

  .publishing-cta-panel {
    grid-template-columns: 1fr;
  }

  .publishing-cta-visual {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .publishing-hero {
    padding-top: calc(var(--xa-header-height) + 30px);
    padding-bottom: 54px;
  }

  .publishing-hero h1 {
    font-size: clamp(38px, 10vw, 52px);
  }

  .publishing-hero-lead {
    font-size: 16px;
  }

  .publishing-trust-list {
    gap: 13px;
  }

  .publishing-brief-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 23px;
  }

  .publishing-brief-form {
    padding: 0 0 23px;
    border-right: 0;
    border-bottom: 1px solid var(--publishing-line);
  }

  .publishing-brief-form select {
    min-height: 46px;
  }

  .publishing-recommend-list > div {
    padding: 12px;
  }

  .publishing-proof-grid > div {
    padding: 18px 14px;
  }

  .publishing-proof-grid small {
    white-space: normal;
  }

  .publishing-section {
    padding: 72px 0;
  }

  .publishing-section-heading {
    margin-bottom: 34px;
  }

  .publishing-resource-grid {
    grid-template-columns: 1fr;
  }

  .publishing-resource-card > p {
    min-height: 0;
  }

  .publishing-media-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .publishing-media-table-head {
    border: 1px solid var(--publishing-line);
    border-radius: 14px;
  }

  .publishing-media-table-head small {
    display: none;
  }

  .publishing-media-table {
    display: grid;
    gap: 11px;
    margin-top: 11px;
  }

  .publishing-media-row-header {
    display: none;
  }

  .publishing-media-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--publishing-line);
    border-radius: 15px;
    background: #fff;
  }

  .publishing-media-row > span {
    display: block;
    padding: 7px;
    border: 0;
    font-size: 11px;
  }

  .publishing-media-row > span::before {
    display: block;
    margin-bottom: 2px;
    color: #9aa49e;
    content: attr(data-label);
    font-size: 8px;
  }

  .publishing-media-row > span:first-child {
    grid-column: 1 / -1;
    display: flex;
    gap: 7px;
    align-items: center;
    padding-bottom: 11px;
    border-bottom: 1px solid #edf2ee;
  }

  .publishing-media-row > span:first-child::before {
    display: none;
  }

  .publishing-media-row > span:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: end;
  }

  .publishing-media-row > span:last-child::before {
    display: none;
  }

  .publishing-media-aside {
    display: block;
  }

  .publishing-media-aside .publishing-aside-icon {
    margin-bottom: 18px;
  }

  .publishing-media-aside .publishing-aside-label {
    margin: 0 0 6px;
  }

  .publishing-media-aside h3 {
    margin-bottom: 10px;
  }

  .publishing-media-aside ul {
    display: grid;
  }

  .publishing-media-aside .btn {
    width: 100%;
  }

  .publishing-capability-grid {
    grid-template-columns: 1fr;
  }

  .publishing-capability-card:nth-child(even) {
    border-left: 0;
  }

  .publishing-capability-card:nth-child(n + 2) {
    border-top: 1px solid var(--publishing-line);
  }

  .publishing-capability-card > p {
    min-height: 0;
  }

  .publishing-delivery-layout {
    padding: 34px 22px;
    border-radius: 23px;
  }

  .publishing-delivery-board {
    transform: none;
  }

  .publishing-delivery-list > div {
    grid-template-columns: 23px minmax(0, 1fr) 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .publishing-delivery-list > div > em {
    display: none;
  }

  .publishing-delivery-board > footer {
    display: block;
  }

  .publishing-delivery-board > footer span:last-child {
    display: none;
  }

  .publishing-process {
    grid-template-columns: 1fr;
  }

  .publishing-process p {
    min-height: 0;
  }

  .publishing-plan-card {
    padding: 27px 23px;
  }

  .publishing-scene-grid {
    grid-template-columns: 1fr;
  }

  .publishing-scene-grid article > p {
    min-height: 0;
  }

  .publishing-faq-accordion .accordion-button {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 13px;
  }

  .publishing-faq-accordion .accordion-body {
    padding-right: 18px;
    padding-left: 46px;
  }

  .publishing-final-cta {
    padding-bottom: 72px;
  }

  .publishing-cta-panel {
    min-height: 0;
    padding: 46px 30px;
    border-radius: 23px;
  }

  .publishing-cta-copy h2 br {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .publishing-kicker-note {
    width: 100%;
  }

  .publishing-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .publishing-hero-actions .btn {
    width: 100%;
  }

  .publishing-trust-list {
    grid-template-columns: 1fr;
  }

  .publishing-brief-wrap::before {
    right: 8px;
    bottom: -15px;
    left: 20px;
  }

  .publishing-brief-head {
    align-items: flex-start;
  }

  .publishing-live-badge {
    margin-top: 4px;
  }

  .publishing-proof-grid {
    grid-template-columns: 1fr;
  }

  .publishing-proof-grid > div + div,
  .publishing-proof-grid > div:nth-child(3) {
    border-top: 1px solid var(--publishing-line);
    border-left: 0;
  }

  .publishing-proof-grid > div {
    padding: 15px 7px;
  }

  .publishing-section-heading h2,
  .publishing-delivery-copy h2,
  .publishing-faq-copy h2 {
    font-size: 32px;
  }

  .publishing-media-row {
    grid-template-columns: 1fr;
  }

  .publishing-media-row > span:first-child,
  .publishing-media-row > span:last-child {
    grid-column: auto;
  }

  .publishing-media-row > span:last-child {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
  }

  .publishing-media-row > span:last-child::before {
    display: block;
    margin-right: 8px;
    margin-bottom: 0;
  }

  .publishing-cta-panel {
    padding: 38px 23px;
  }

  .publishing-cta-copy > div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .publishing-cta-copy .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .publishing-page *,
  .publishing-page *::before,
  .publishing-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  /* Keep centered containers fixed when page height changes during navigation/image loading. */
  scrollbar-gutter: stable;
}

body {
  color: var(--xa-text);
  background: var(--xa-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}

main section {
  scroll-margin-top: calc(var(--xa-header-height) + 18px);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.56);
  border-bottom: 1px solid rgba(221, 234, 222, 0.24);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header.is-scrolled,
.site-header.has-open-menu,
.site-header:has(.navbar-collapse.show),
.site-header:has(.mega-dropdown.is-open),
.site-header:has(.mega-dropdown:hover) {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(221, 234, 222, 0.78);
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.06);
}

.site-header.is-at-top:not(.has-open-menu) {
  background: rgba(255, 255, 255, 0.52);
  border-bottom-color: rgba(221, 234, 222, 0.18);
  box-shadow: none;
}

.navbar {
  min-height: var(--xa-header-height);
}

.navbar > .container {
  position: relative;
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: 1320px;
  padding-right: 24px;
  padding-left: 24px;
}

.navbar-collapse {
  min-width: 0;
}

.main-nav-wrap {
  grid-template-columns: auto auto;
  gap: 34px;
  align-items: center;
  justify-content: end;
}

.nav-menu {
  display: flex;
  justify-content: flex-end;
  width: auto;
  min-width: 0;
}

.navbar-nav {
  gap: 30px;
}

.navbar-brand {
  margin-right: 0;
}

.brand-mark {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--xa-primary), var(--xa-primary-dark));
  font-weight: 800;
}

.brand-text {
  font-size: 18px;
  font-weight: 750;
  letter-spacing: 0;
}

.brand-logo {
  width: 154px;
  height: 46px;
  object-fit: cover;
  object-position: left center;
}

.footer-logo {
  width: 154px;
  height: 46px;
}

.nav-link {
  position: relative;
  color: #263c50;
  padding-right: 0 !important;
  padding-left: 0 !important;
  font-size: 16px;
  font-weight: 760;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--xa-primary-dark);
}

.nav-link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--xa-primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.nav-link:hover::before,
.nav-link.active::before,
.mega-dropdown.is-open > .nav-link::before {
  transform: scaleX(1);
}

.mega-dropdown {
  position: static;
}

.mega-dropdown > .dropdown-toggle::after {
  width: 7px;
  height: 7px;
  margin-top: -4px;
  margin-left: 5px;
  border: 0;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 0.2s ease, margin-top 0.2s ease;
}

.mega-dropdown.is-open > .dropdown-toggle::after,
.mega-dropdown.show > .dropdown-toggle::after,
.mega-dropdown > .dropdown-toggle[aria-expanded="true"]::after {
  margin-top: 4px;
  transform: rotate(225deg);
}

.mega-menu {
  top: 100%;
  right: 24px;
  left: 24px !important;
  width: auto;
  margin-top: 0 !important;
  padding: 30px 36px;
  border: 1px solid rgba(221, 234, 222, 0.85);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 74px rgba(16, 42, 67, 0.12);
  transform: none !important;
}

.mega-menu[data-bs-popper] {
  top: 100% !important;
  right: 24px;
  left: 24px !important;
  margin-top: 0;
  transform: none !important;
}

.geo-mega-menu[data-bs-popper] {
  top: 100% !important;
  right: auto !important;
  left: var(--mega-menu-left, 0) !important;
  margin-top: 0 !important;
  transform: none !important;
}

@media (min-width: 992px) {
  .main-nav-wrap {
    display: grid !important;
  }

  .mega-dropdown {
    position: static;
  }

  .site-header .geo-mega-menu,
  .site-header .geo-mega-menu[data-bs-popper],
  .site-header .product-mega-menu,
  .site-header .product-mega-menu[data-bs-popper] {
    position: fixed !important;
    top: var(--xa-header-height) !important;
    margin-top: 0 !important;
  }

  .site-header .geo-mega-menu,
  .site-header .geo-mega-menu[data-bs-popper] {
    left: var(--mega-menu-left, 0) !important;
    right: auto !important;
    transform: none !important;
  }

  .site-header .product-mega-menu,
  .site-header .product-mega-menu[data-bs-popper] {
    left: var(--mega-menu-left, 50%) !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }

  .mega-dropdown:hover > .mega-menu,
  .mega-dropdown.is-open > .mega-menu {
    display: block;
  }

  .mega-dropdown:hover > .dropdown-toggle::after {
    margin-top: 4px;
    transform: rotate(225deg);
  }

  .mega-dropdown > .nav-link {
    position: relative;
    display: inline-grid;
    grid-template-columns: 12px auto 12px;
    align-items: center;
  }

  .mega-dropdown > .nav-link .nav-dropdown-label {
    grid-column: 2;
    text-align: center;
  }

  .mega-dropdown > .nav-link::after {
    grid-column: 3;
    justify-self: end;
    margin-left: 0;
  }

  /* 绿下划线只覆盖文字列，与下拉左对齐基准一致 */
  .mega-dropdown > .nav-link::before {
    left: 12px;
    right: 12px;
  }
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 48px;
}

.mega-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  align-items: start;
  min-height: 74px;
  padding: 2px;
}

.mega-item i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 18px;
}

.mega-item strong,
.mega-item em {
  display: block;
}

.mega-item strong {
  color: var(--xa-text);
  font-size: 18px;
  font-weight: 820;
  line-height: 1.35;
}

.mega-item em {
  margin-top: 4px;
  color: #84909c;
  font-size: 14px;
  font-style: normal;
  line-height: 1.55;
}

.mega-item:hover strong {
  color: var(--xa-primary-dark);
}

.geo-mega-menu {
  top: 100% !important;
  left: var(--mega-menu-left, 0) !important;
  right: auto;
  width: min(calc(100vw - 32px), 340px);
  max-width: 340px;
  max-height: calc(100vh - var(--xa-header-height) - 28px);
  overflow-y: auto;
  padding: 14px 16px;
  transform: none !important;
}

.geo-mega-menu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 16px;
  content: "";
}

.product-mega-menu {
  top: 100% !important;
  left: var(--mega-menu-left, 50%) !important;
  right: auto !important;
  width: min(calc(100vw - 48px), 960px);
  max-width: 960px;
  max-height: calc(100vh - var(--xa-header-height) - 28px);
  padding: 18px 20px;
  overflow-y: auto;
  transform: translateX(-50%) !important;
}

.product-mega-menu[data-bs-popper] {
  top: 100% !important;
  right: auto !important;
  left: var(--mega-menu-left, 50%) !important;
  margin-top: 0 !important;
  transform: translateX(-50%) !important;
}

.product-mega-menu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 16px;
  content: "";
}

.nav-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 10px;
}

.nav-product-item {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
  min-height: 52px;
  padding: 9px 8px;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nav-product-item:hover,
.nav-product-item:focus-visible {
  border-color: rgba(7, 193, 96, 0.14);
  background: var(--xa-bg-warm);
  transform: translateY(-1px);
}

.nav-product-item i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--product-color, var(--xa-primary-dark));
  font-size: 17px;
}

.nav-product-item strong {
  min-width: 0;
  color: #273442;
  font-size: 13.5px;
  font-weight: 780;
  line-height: 1.35;
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-mega-menu {
    width: calc(100vw - 96px);
  }

  .nav-product-item {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 5px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .nav-product-item i {
    width: 18px;
    font-size: 15px;
  }

  .nav-product-item strong {
    font-size: 12px;
    white-space: normal;
  }
}

.nav-product-item:hover strong,
.nav-product-item:focus-visible strong {
  color: var(--xa-primary-dark);
}

.nav-product-item--1 { --product-color: #29c76f; }
.nav-product-item--2 { --product-color: #8f67ee; }
.nav-product-item--3 { --product-color: #4f91f2; }
.nav-product-item--4 { --product-color: #14b8a6; }
.nav-product-item--5 { --product-color: #f59e32; }
.nav-product-item--6 { --product-color: #ef6684; }

/* 导航解决方案入口：按参考样式纵向排列，当前 6 项，最多可承载 8 项。 */
.nav-solutions {
  max-width: 100%;
  margin: 0 auto;
}

.nav-solutions-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2px;
}

.site-header .nav-solution-item {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 50px;
  padding: 6px 8px;
  border: 1px solid transparent;
  border-radius: 11px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nav-solution-item:hover,
.nav-solution-item:focus-visible {
  border-color: rgba(7, 193, 96, 0.15);
  background: var(--xa-bg-warm);
  transform: translateY(-1px);
}

.nav-solution-icon {
  display: inline-flex;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  color: var(--item-color, var(--xa-primary-dark));
  background: transparent;
  font-size: 18px;
  line-height: 1;
}

.site-header .nav-solution-icon > i,
.site-header .nav-solution-icon > i::before {
  display: block;
  line-height: 1;
}

.nav-solution-copy,
.nav-solution-copy strong,
.nav-solution-copy em {
  display: block;
  min-width: 0;
}

.nav-solution-copy strong {
  margin: 0;
  color: #273442;
  font-size: 14.5px;
  font-weight: 820;
  line-height: 1.35;
}

.nav-solution-copy em {
  margin-top: 2px;
  color: #8a949f;
  font-size: 11.5px;
  font-style: normal;
  line-height: 1.45;
}

.nav-solution-item:hover strong,
.nav-solution-item:focus-visible strong {
  color: var(--xa-primary-dark);
}

.nav-solution-item[aria-disabled="true"] {
  cursor: default;
  opacity: 0.55;
  pointer-events: none;
}

.nav-solution-item[aria-disabled="true"]:hover,
.nav-solution-item[aria-disabled="true"]:focus-visible {
  border-color: transparent;
  background: transparent;
  transform: none;
}

.nav-solution-item--green { --item-color: #38d94b; }
.nav-solution-item--purple { --item-color: #a75af4; }
.nav-solution-item--blue { --item-color: #5b9cf6; }
.nav-solution-item--cyan { --item-color: #20b8b1; }
.nav-solution-item--orange { --item-color: #ff932e; }
.nav-solution-item--rose { --item-color: #ee658b; }

.geo-mega-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr);
  gap: 24px;
}

.geo-mega-layout-matrix {
  grid-template-columns: 1fr;
}

.geo-mega-section {
  min-width: 0;
}

.geo-mega-section + .geo-mega-section {
  padding-left: 24px;
  border-left: 1px solid rgba(221, 234, 222, 0.95);
}

.geo-mega-section h2 {
  position: relative;
  margin: 0 0 16px;
  padding-left: 12px;
  color: var(--xa-text);
  font-size: 18px;
  font-weight: 840;
  line-height: 1.35;
}

.geo-mega-section h2::before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: var(--xa-primary);
  content: "";
}

.geo-general-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.geo-general-grid .mega-item {
  grid-template-columns: 30px 1fr;
  gap: 10px;
  min-height: 50px;
}

.geo-general-grid .mega-item i {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  font-size: 16px;
}

.geo-general-grid .mega-item strong {
  font-size: 15px;
}

.geo-general-grid .mega-item em {
  margin-top: 2px;
  color: var(--xa-text-muted);
  font-size: 12.5px;
  line-height: 1.45;
  white-space: nowrap;
}

.geo-solution-matrix {
  --matrix-general-col: 300px;
  position: relative;
  display: grid;
  grid-template-columns: var(--matrix-general-col) repeat(4, minmax(0, 0.78fr));
  column-gap: 24px;
  row-gap: 7px;
}

.geo-solution-matrix::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--matrix-general-col) + 11px);
  width: 2px;
  background: linear-gradient(180deg, transparent 2%, rgba(7, 193, 96, 0.2) 14%, rgba(16, 42, 67, 0.12) 50%, rgba(7, 193, 96, 0.2) 86%, transparent 98%);
  pointer-events: none;
}

.matrix-corner,
.matrix-col-head,
.matrix-row-head,
.matrix-cell {
  min-width: 0;
  border-radius: 12px;
  line-height: 1.35;
  text-align: center;
}

.matrix-corner,
.matrix-col-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 8px;
  color: var(--xa-primary-dark);
  background: rgba(7, 193, 96, 0.08);
  font-size: 12px;
  font-weight: 820;
}

.matrix-corner {
  padding: 11px 14px;
  color: var(--xa-primary-dark);
  background: linear-gradient(135deg, rgba(7, 193, 96, 0.14), rgba(238, 250, 244, 0.98));
  border: 1px solid rgba(7, 193, 96, 0.18);
  box-shadow: 0 6px 16px rgba(7, 193, 96, 0.08);
  font-size: 15px;
  letter-spacing: 0;
}

.matrix-row-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 42px;
  padding: 10px 15px 10px 18px;
  color: var(--xa-primary-dark);
  background: linear-gradient(135deg, rgba(7, 193, 96, 0.075), rgba(246, 253, 249, 0.98));
  border: 1px solid rgba(7, 193, 96, 0.16);
  border-left: 4px solid rgba(7, 193, 96, 0.82);
  box-shadow: 0 5px 12px rgba(7, 193, 96, 0.045);
  font-size: 14.5px;
  font-weight: 860;
  text-align: left;
}

.matrix-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 8px;
  color: var(--xa-text);
  background: var(--xa-bg-warm);
  border: 1px solid rgba(221, 234, 222, 0.72);
  border-radius: 10px;
  font-size: 11.8px;
  font-weight: 720;
}

.matrix-col-head:hover,
.matrix-row-head:hover,
.matrix-cell:hover {
  color: var(--xa-primary-dark);
  border-color: rgba(7, 193, 96, 0.28);
}

.home-solutions .solution-page-matrix .matrix-cell:hover,
.about-page .solution-page-matrix .matrix-cell:hover {
  color: var(--xa-primary-dark);
  border-color: rgba(7, 193, 96, 0.28);
  background: rgba(232, 248, 239, 0.78);
}

.solution-matrix-panel {
  padding: 18px;
  border: 1px solid var(--xa-border);
  border-radius: 16px;
  background: #fff;
}

.solution-page-matrix {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 12px;
}

.solution-page-matrix::before {
  display: none;
}

.solution-page-matrix .matrix-cell,
.solution-page-matrix .matrix-row-head,
.solution-page-matrix .matrix-col-head,
.solution-page-matrix .matrix-corner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.solution-case-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: var(--xa-white);
}

.solution-case-heading {
  margin-bottom: 24px;
  text-align: left;
}

.solution-case-heading h2 {
  margin: 0;
  color: var(--xa-heading);
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 840;
  line-height: 1.3;
}

.solution-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 28px;
}

.solution-case-grid.case-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solution-case-card {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  min-height: 220px;
  padding: 0;
  border: 1px solid rgba(221, 234, 222, 0.46);
  border-radius: 14px;
  background: #f7f7f7;
  box-shadow: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.solution-case-card:hover {
  border-color: rgba(7, 193, 96, 0.2);
  transform: translateY(-2px);
}

.solution-case-card::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 28px;
  width: 24px;
  height: 24px;
  border: 2px dotted rgba(16, 42, 67, 0.66);
  border-radius: 50%;
}

.solution-case-media {
  position: relative;
  display: grid;
  min-height: 112px;
  overflow: hidden;
  place-items: center;
  padding: 42px 24px 12px;
  background: var(--case-bg, #f7f7f7);
}

.solution-case-media > img {
  display: block;
  width: auto;
  max-width: min(64%, 190px);
  max-height: 86px;
  object-fit: contain;
  border-radius: 999px;
  filter: drop-shadow(0 8px 18px rgba(16, 42, 67, 0.08));
  transition: transform 0.25s ease;
}

.solution-case-card:hover .solution-case-media > img {
  transform: scale(1.025);
}

/* Shared customer QR: preserves each page's existing size while adding a decorative center logo. */
.customer-qrcode {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  box-sizing: border-box;
  line-height: 0;
}

.customer-qrcode__image {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: contain;
}

/* Regular green circle that fully covers the original QR center logo, hiding the
   irregular white artifact that the previous 28% plate left exposed. */
.customer-qrcode__logo-plate {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  aspect-ratio: 1;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  transform: translate(-50%, -50%);
  pointer-events: none;
  box-shadow: 0 0 0 1px #fff;
}

.customer-qrcode__logo {
  display: block;
  object-fit: contain;
}

/* Real customer logo: a deliberate, rounded white card so blue/dark/transparent
   logos stay legible without stretching. */
.customer-qrcode__logo--customer {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 6%;
  border-radius: 18%;
  background: #fff;
  object-fit: contain;
}

/* Generic placeholder is already a green circular mini-program icon, so it fills
   the plate without an extra white card. */
.customer-qrcode__logo--placeholder {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  object-fit: contain;
}

.solution-case-qr {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px;
  background: rgba(247, 247, 247, 0.94);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 2;
}

.solution-case-card:hover .solution-case-qr {
  opacity: 1;
}

.solution-case-qr > .customer-qrcode {
  width: 96px;
  height: 96px;
}

.solution-case-qr > .customer-qrcode > .customer-qrcode__image {
  padding: 6px;
  border: 1px solid rgba(221, 234, 222, 0.9);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 42, 67, 0.08);
}

.solution-case-qr span {
  color: var(--xa-text-muted);
  font-size: 13px;
  font-weight: 720;
}

.solution-case-body {
  padding: 8px 28px 34px;
  text-align: center;
}

.solution-case-label,
.solution-case-body p,
.solution-case-tags,
.solution-case-body .btn {
  display: none;
}

.solution-case-body h3 {
  margin: 0;
  color: var(--xa-heading);
  font-size: clamp(19px, 1.7vw, 25px);
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
}

.btn-primary {
  --bs-btn-bg: var(--xa-primary);
  --bs-btn-border-color: var(--xa-primary);
  --bs-btn-hover-bg: var(--xa-primary-dark);
  --bs-btn-hover-border-color: var(--xa-primary-dark);
  --bs-btn-active-bg: var(--xa-primary-dark);
  --bs-btn-active-border-color: var(--xa-primary-dark);
}

.btn-outline-primary {
  --bs-btn-color: var(--xa-primary-dark);
  --bs-btn-border-color: rgba(7, 193, 96, 0.38);
  --bs-btn-hover-bg: var(--xa-primary);
  --bs-btn-hover-border-color: var(--xa-primary);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: calc(104px + var(--xa-header-height)) 0 86px;
  background:
    linear-gradient(135deg, rgba(232, 248, 239, 0.92), rgba(251, 253, 249, 0.86) 56%, rgba(255, 255, 255, 1)),
    radial-gradient(circle at 78% 18%, rgba(7, 193, 96, 0.12), transparent 30%);
}

.hero-section h1 {
  max-width: 760px;
  margin: 0;
  font-size: var(--xa-title-hero);
  line-height: 1.14;
  font-weight: 820;
  letter-spacing: 0;
}

.hero-section > .container > .row .eyebrow,
.solution-hero .eyebrow,
.solutions-hero > .container > .eyebrow,
.geo-hero .geo-title-block > .eyebrow,
.about-page .about-hero .eyebrow,
.cases-page .cases-hero-text > .eyebrow,
.case-detail-page .case-detail-hero .eyebrow,
.specific-solution-hero .eyebrow {
  display: none;
}

.hero-lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--xa-text-muted);
  font-size: 18px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--xa-primary-dark);
  font-size: 14px;
  font-weight: 800;
}

.eyebrow::before {
  content: "";
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: var(--xa-primary);
}

.hero-actions {
  margin-top: 34px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 36px 0 0;
}

.hero-facts article {
  padding: 14px;
  border: 1px solid rgba(7, 193, 96, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.hero-facts strong {
  display: block;
  margin: 0;
  color: var(--xa-text);
  font-size: 15px;
  font-weight: 780;
}

.hero-facts p {
  margin: 5px 0 0;
  color: var(--xa-text-muted);
  font-size: 13px;
  line-height: 1.55;
}

.hero-product {
  position: relative;
  min-height: 520px;
}

.dashboard-card {
  position: absolute;
  top: 36px;
  right: 0;
  width: min(100%, 560px);
  padding: 28px;
  border: 1px solid rgba(7, 193, 96, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--xa-shadow);
}

.dashboard-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.dashboard-head span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--xa-primary);
  box-shadow: 18px 0 0 #d9f3e5, 36px 0 0 #eef5f0;
}

.dashboard-head strong {
  margin-left: 48px;
  font-size: 16px;
}

.dashboard-head em {
  margin-left: auto;
  color: var(--xa-text-muted);
  font-size: 13px;
  font-style: normal;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.metric-grid div {
  padding: 16px 12px;
  border-radius: 16px;
  background: var(--xa-bg);
}

.metric-grid b,
.metric-grid span {
  display: block;
}

.metric-grid b {
  font-size: 18px;
}

.metric-grid span {
  color: var(--xa-text-muted);
  font-size: 12px;
}

.chart-panel {
  display: flex;
  align-items: end;
  gap: 16px;
  height: 170px;
  margin-top: 22px;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f7fcf9, #eef8f2);
}

.chart-panel i {
  flex: 1;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, var(--xa-primary), rgba(7, 193, 96, 0.2));
}

.phone-card {
  position: absolute;
  left: 18px;
  bottom: 20px;
  width: 220px;
  min-height: 350px;
  padding: 28px 20px;
  border: 10px solid #173326;
  border-radius: 36px;
  color: #fff;
  background: linear-gradient(180deg, #12b76a, #068a46);
  box-shadow: 0 24px 52px rgba(16, 42, 67, 0.24);
}

.phone-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 72px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  transform: translateX(-50%);
}

.mini-program-head {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.phone-title {
  display: block;
  margin: 30px 0 8px;
  font-size: 28px;
  font-weight: 820;
}

.phone-card p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.phone-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.phone-card li {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 13px;
}

.floating-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(7, 193, 96, 0.2);
  border-radius: 999px;
  color: var(--xa-primary-dark);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(22, 74, 51, 0.12);
  font-size: 14px;
  font-weight: 700;
}

.badge-one {
  color: var(--xa-primary-dark);
  border-color: rgba(7, 193, 96, 0.18);
  background: rgba(232, 248, 239, 0.88);
}

.badge-two {
  color: var(--xa-tone-blue);
  border-color: rgba(37, 99, 235, 0.16);
  background: rgba(234, 241, 255, 0.88);
}

.badge-one {
  top: 8px;
  left: 70px;
}

.badge-two {
  right: 28px;
  bottom: 50px;
}

.section-block {
  padding: 88px 0;
}

.section-soft {
  background: var(--xa-bg);
}

.section-heading {
  position: relative;
  max-width: none;
  margin: 0 auto 42px;
  padding-top: 34px;
  text-align: left;
}

.section-heading .eyebrow {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.section-heading > p:not(.eyebrow) {
  width: 100%;
  max-width: none;
}

.section-heading > div {
  max-width: none;
}

.section-heading h2,
.cta-panel h2,
#cases h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: 0;
}

.section-heading h2 {
  white-space: nowrap;
}

.section-heading p:not(.eyebrow),
.section-copy {
  margin-top: 16px;
  color: var(--xa-text-muted);
  font-size: 16px;
}

.feature-card,
.solution-card,
.capability-tile,
.case-preview article {
  border: 1px solid var(--xa-border);
  border-radius: 20px;
  background: var(--xa-white);
  box-shadow: 0 12px 28px rgba(22, 74, 51, 0.05);
}

.feature-card {
  padding: 30px;
}

.icon-box,
.solution-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 22px;
}

.feature-card:hover,
.solution-card:hover,
.capability-tile:hover {
  border-color: rgba(7, 193, 96, 0.3);
  box-shadow: 0 14px 34px rgba(7, 193, 96, 0.09);
}

.feature-card:hover,
.solution-card:hover,
.capability-tile:hover,
.about-page .about-srv-card:hover,
.about-page .about-gen-card:hover,
.about-page .about-honor-card:hover {
  transform: none;
}

#why .row > .col-lg-4:nth-child(3n + 1) .feature-card .icon-box,
.home-solutions .row > .col-md-6:nth-child(5n + 1) .solution-icon {
  color: var(--xa-tone-green);
  background: var(--xa-tone-green-soft);
}

#why .row > .col-lg-4:nth-child(3n + 2) .feature-card .icon-box,
.home-solutions .row > .col-md-6:nth-child(5n + 2) .solution-icon {
  color: var(--xa-tone-blue);
  background: var(--xa-tone-blue-soft);
}

#why .row > .col-lg-4:nth-child(3n) .feature-card .icon-box,
.home-solutions .row > .col-md-6:nth-child(5n + 3) .solution-icon {
  color: var(--xa-tone-orange);
  background: var(--xa-tone-orange-soft);
}

.home-solutions .row > .col-md-6:nth-child(5n + 4) .solution-icon {
  color: var(--xa-tone-cyan);
  background: var(--xa-tone-cyan-soft);
}

.home-solutions .row > .col-md-6:nth-child(5n) .solution-icon {
  color: var(--xa-tone-purple);
  background: var(--xa-tone-purple-soft);
}

.feature-card h3,
.solution-card h3,
.capability-tile h3,
.case-preview h3 {
  margin: 20px 0 12px;
  font-size: 20px;
  font-weight: 780;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--xa-text-muted);
}

.check-list li::before {
  content: "\F26A";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--xa-primary);
  font-family: "bootstrap-icons";
}

.check-list strong {
  color: var(--xa-text);
}

.check-list.compact {
  gap: 8px;
}

.capability-matrix {
  display: grid;
  grid-template-columns: minmax(360px, 1.36fr) repeat(2, minmax(240px, 1fr));
  grid-template-rows: repeat(2, minmax(236px, auto));
  gap: 20px;
}

.capability-tile {
  position: relative;
  overflow: hidden;
  padding: 28px;
}

.capability-tile::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(7, 193, 96, 0.08);
}

.capability-primary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-row: span 2;
  padding: 34px;
  border-color: rgba(7, 193, 96, 0.22);
  color: var(--xa-heading);
  background:
    linear-gradient(135deg, #f8fffb, #e8f8ef 58%, #daf3e5),
    radial-gradient(circle at 80% 20%, rgba(7, 193, 96, 0.18), transparent 34%);
}

.capability-primary::after {
  right: -72px;
  bottom: -72px;
  width: 210px;
  height: 210px;
  background: rgba(7, 193, 96, 0.12);
}

.capability-tile i {
  color: var(--xa-primary);
  font-size: 28px;
}

.capability-tile:nth-child(2) i {
  color: var(--xa-tone-blue);
}

.capability-tile:nth-child(2)::after {
  background: rgba(37, 99, 235, 0.08);
}

.capability-tile:nth-child(3) i {
  color: var(--xa-tone-cyan);
}

.capability-tile:nth-child(3)::after {
  background: rgba(8, 145, 178, 0.08);
}

.capability-tile:nth-child(4) i {
  color: var(--xa-tone-orange);
}

.capability-tile:nth-child(4)::after {
  background: rgba(217, 119, 6, 0.08);
}

.capability-tile:nth-child(5) i {
  color: var(--xa-tone-purple);
}

.capability-tile:nth-child(5)::after {
  background: rgba(124, 58, 237, 0.08);
}

.capability-primary h3,
.capability-primary p {
  color: var(--xa-heading);
}

.capability-primary h3 {
  max-width: 520px;
  margin-top: 14px;
  font-size: 34px;
  line-height: 1.28;
}

.capability-primary p {
  max-width: 520px;
  color: #365849;
}

.matrix-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.matrix-label::before {
  content: "";
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.scenario-cloud,
.mini-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.scenario-cloud span {
  padding: 10px 14px;
  border: 1px solid rgba(7, 193, 96, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--xa-primary-dark);
  font-weight: 750;
}

.scenario-cloud span:nth-child(5n + 2),
.mini-flow span:nth-child(5n + 2) {
  color: var(--xa-tone-blue);
  background: var(--xa-tone-blue-soft);
  border-color: rgba(37, 99, 235, 0.14);
}

.scenario-cloud span:nth-child(5n + 3),
.mini-flow span:nth-child(5n + 3) {
  color: var(--xa-tone-cyan);
  background: var(--xa-tone-cyan-soft);
  border-color: rgba(8, 145, 178, 0.14);
}

.scenario-cloud span:nth-child(5n + 4),
.mini-flow span:nth-child(5n + 4) {
  color: var(--xa-tone-orange);
  background: var(--xa-tone-orange-soft);
  border-color: rgba(217, 119, 6, 0.16);
}

.scenario-cloud span:nth-child(5n),
.mini-flow span:nth-child(5n) {
  color: var(--xa-tone-purple);
  background: var(--xa-tone-purple-soft);
  border-color: rgba(124, 58, 237, 0.14);
}

.mini-flow span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 13px;
  font-weight: 750;
}

.capability-tile p,
.solution-card p,
.case-preview p {
  margin: 0;
  color: var(--xa-text-muted);
  font-size: 15px;
}

.solution-card p,
.capability-tile p,
.case-preview p,
.geo-card-grid p,
.geo-solution-list span,
.process-timeline p,
.showcase-card p,
.faq-grid p,
.scenario-card p,
.feature-module-card p,
.sol-general-card p,
.industry-card p,
.admin-cap-card p,
.about-page .about-srv-card p,
.about-page .about-gen-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.case-preview p,
.insight-card p,
.insight-brief-list p,
.case-card-body p,
.news-detail-page .article-related-list em,
.related-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section-link {
  flex: 0 0 auto;
  color: var(--xa-primary-dark);
  font-weight: 800;
}

.solution-card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 26px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.solution-card > * {
  position: relative;
  z-index: 1;
}

.solution-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -44px;
  bottom: -44px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--xa-primary-light);
}

.solution-card:hover {
  transform: none;
  box-shadow: var(--xa-shadow);
}

.solution-card small {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  color: var(--xa-primary-dark);
  font-weight: 750;
}

.home-solutions .section-heading {
  margin-bottom: 28px;
}

.home-solutions .section-heading h2 {
  font-size: clamp(30px, 2.8vw, 40px);
  white-space: nowrap;
}

.solution-subhead {
  display: flex;
  gap: 16px;
  align-items: baseline;
  justify-content: space-between;
  margin: 18px 0;
}

.solution-subhead span {
  position: relative;
  padding-left: 12px;
  color: var(--xa-text);
  font-size: 20px;
  font-weight: 820;
}

.solution-subhead span::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: var(--xa-primary);
}

.solution-subhead p {
  margin: 0;
  color: var(--xa-text-muted);
  font-size: 14px;
}

.home-solutions .solution-card {
  min-height: 276px;
  padding: 24px;
}

.home-solutions .solution-card h3 {
  margin: 18px 0 10px;
}

.home-solutions .solution-card p {
  line-height: 1.65;
}

.home-solutions .solution-card small {
  line-height: 1.5;
}

.solution-entry {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  width: fit-content;
  margin-top: 12px;
  color: var(--xa-primary-dark);
  font-size: 14px;
  font-weight: 800;
}

.mini-solutions {
  scroll-margin-top: calc(var(--xa-header-height) + 18px);
  margin-top: 34px;
  padding: 24px;
  border: 1px solid var(--xa-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, var(--xa-bg));
}

.mini-solutions .solution-subhead {
  margin-top: 0;
}

.solution-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.case-preview {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.cases-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 36px;
  align-items: end;
}

.cases-heading .eyebrow {
  grid-column: 1 / -1;
}

.cases-heading h2,
.cases-heading .section-copy {
  grid-column: 1;
}

.cases-heading .btn {
  grid-column: 2;
  grid-row: 2 / 4;
  align-self: center;
}

.case-preview article,
.partner-figure {
  padding: 24px;
}

.partner-figure {
  margin: 0;
  border: 1px solid var(--xa-border);
  border-radius: 20px;
  background: var(--xa-white);
  box-shadow: 0 12px 28px rgba(22, 74, 51, 0.05);
}

.partner-figure img {
  display: block;
  width: 100%;
  max-height: 330px;
  object-fit: contain;
}

.partner-figure figcaption {
  margin-top: 12px;
  color: var(--xa-text-muted);
  font-size: 13px;
}

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

.case-preview span {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 13px;
  font-weight: 750;
}

.case-preview h3 {
  margin-top: 14px;
}

.home-insights {
  background: linear-gradient(180deg, #fff, #fbfdf9);
}

.home-insights.section-block {
  padding: 72px 0;
}

.home-insights .section-heading {
  margin-bottom: 28px;
}

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

.insight-card,
.insight-brief-list article {
  border: 1px solid var(--xa-border);
  border-radius: 16px;
  background: var(--xa-white);
  box-shadow: 0 10px 24px rgba(22, 74, 51, 0.045);
}

.insight-card {
  overflow: hidden;
}

.insight-thumb {
  display: flex;
  margin: 0;
  aspect-ratio: 2.35;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  color: var(--xa-primary-dark);
  background:
    linear-gradient(145deg, rgba(232, 248, 239, 0.9), rgba(255, 255, 255, 0.78)),
    radial-gradient(circle at 82% 18%, rgba(7, 193, 96, 0.16), transparent 34%);
}

.insight-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform-origin: top center;
}

.insight-thumb i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(7, 193, 96, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 24px;
}

.insight-body {
  display: flex;
  flex-direction: column;
  min-height: 232px;
  padding: 16px;
}

.insight-brief-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.insight-brief-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
}

.insight-card h3,
.insight-brief-list h3 {
  margin: 10px 0 8px;
  color: var(--xa-heading);
  font-weight: 800;
  line-height: 1.35;
}

.insight-card h3 {
  font-size: 18px;
}

.insight-brief-list h3 {
  margin: 0 0 6px;
  font-size: 17px;
}

.insight-card p,
.insight-brief-list p {
  margin: 0;
  color: var(--xa-text-muted);
  font-size: 14px;
  line-height: 1.6;
}

.home-insights .article-tags {
  gap: 6px;
  margin-top: 10px;
}

.home-insights .article-tags span {
  padding: 5px 9px;
  font-size: 12px;
}

.insight-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  margin-top: auto;
  color: var(--xa-primary-dark);
  font-size: 14px;
  font-weight: 800;
}

.insight-card .insight-link {
  margin-top: 12px;
}

.insight-brief-list .insight-link {
  margin-top: 0;
  white-space: nowrap;
}

.insight-link:hover {
  color: var(--xa-primary);
}

.insights-footer {
  margin-top: 18px;
  text-align: center;
}

.xa-accordion {
  max-width: 100%;
  margin: 0;
}

.accordion-item {
  margin-bottom: 14px;
  border: 1px solid var(--xa-border);
  border-radius: 16px !important;
  overflow: hidden;
}

.accordion-button {
  color: var(--xa-text);
  background: var(--xa-white);
  font-weight: 760;
}

.accordion-button:not(.collapsed) {
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  box-shadow: none;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(7, 193, 96, 0.14);
}

.cta-section {
  padding: 20px 0 88px;
  background: linear-gradient(180deg, #fff, var(--xa-bg-warm));
}

/* 当客户案例列表无数据时，CTA 使用浅绿色背景以保持绿白交替节奏 */
.cta-section--alternate {
  background: var(--xa-bg);
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px;
  border: 1px solid rgba(7, 193, 96, 0.18);
  border-radius: 22px;
  color: var(--xa-heading);
  background:
    linear-gradient(135deg, #f8fffb, #e8f8ef),
    radial-gradient(circle at 88% 24%, rgba(7, 193, 96, 0.12), transparent 28%);
  box-shadow: 0 16px 42px rgba(22, 74, 51, 0.08);
}

.cta-panel .eyebrow,
.cta-panel .eyebrow::before {
  color: var(--xa-primary-dark);
}

.cta-panel .eyebrow::before {
  background: var(--xa-primary);
}

.cta-panel .btn-primary {
  --bs-btn-bg: var(--xa-primary);
  --bs-btn-border-color: var(--xa-primary);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: var(--xa-primary-dark);
  --bs-btn-hover-border-color: var(--xa-primary-dark);
}

.cta-panel h2 {
  margin-bottom: 0;
  max-width: 760px;
}

.cta-panel p:not(.eyebrow) {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--xa-text-muted);
}

.cta-panel .btn,
.cta-panel .d-flex {
  flex: 0 0 auto;
}

.cta-panel .btn-outline-primary {
  --bs-btn-color: var(--xa-primary-dark);
  --bs-btn-border-color: rgba(7, 193, 96, 0.35);
  --bs-btn-hover-bg: var(--xa-primary);
  --bs-btn-hover-border-color: var(--xa-primary);
  --bs-btn-hover-color: #fff;
  background: rgba(255, 255, 255, 0.72);
}

.site-footer {
  padding: 78px 0 58px;
  color: #4d665a;
  background: #edf7f1;
  border-top: 1px solid rgba(7, 193, 96, 0.14);
}

.site-footer .container {
  width: 1160px;
  max-width: calc(100% - 48px);
  padding-right: 0;
  padding-left: 0;
}

#index-footer.new-index-footer .footer-top-container {
  display: flex;
  justify-content: space-between;
  width: 1160px;
  max-width: 100%;
  height: 248.14px;
  margin: auto;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(7, 193, 96, 0.14);
}

.site-footer h2 {
  margin: 0 0 30px;
  color: var(--xa-heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 25.14px;
}

.site-footer a {
  color: #4d665a;
}

.site-footer a:hover {
  color: var(--xa-primary-dark);
}

.footer-link-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-link-list a,
.footer-link-list span,
.footer-link-list button,
.footer-contact p,
.footer-resource-links,
.footer-policy-links {
  font-size: 14px;
  line-height: 22px;
}

.footer-link-button {
  margin: 0;
  padding: 0;
  color: #4d665a;
  background: transparent;
  border: 0;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.footer-link-button:hover {
  color: var(--xa-primary-dark);
}

.footer-link-pending {
  color: #4d665a;
}

.footer-contact address {
  margin: 0;
  font-style: normal;
}

.footer-contact p {
  margin: 0 0 12px;
  line-height: 22px;
}

.footer-contact p span,
.footer-contact p a {
  display: block;
}

.footer-follow {
  min-width: 0;
}

.footer-qr-grid {
  display: grid;
  grid-template-columns: repeat(2, 84px);
  gap: 40px;
}

.footer-qr-grid figure {
  margin: 0;
}

.footer-qr-grid figcaption {
  margin-bottom: 12px;
  color: #4d665a;
  font-size: 14px;
  line-height: 22px;
}

.footer-qr-grid img {
  display: block;
  width: 76px;
  height: 76px;
  margin: 4px;
  aspect-ratio: 1;
  padding: 0;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(7, 193, 96, 0.3);
  border-radius: 3px;
  outline: 4px solid rgba(7, 193, 96, 0.09);
}

.footer-bottom {
  height: 154.27px;
  padding-top: 42px;
  color: #6c8177;
}

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.site-footer .footer-brand {
  display: inline-flex;
}

.footer-logo {
  width: 116px;
  height: 32.27px;
  object-fit: cover;
  object-position: left center;
}

.footer-brand-divider {
  width: 1px;
  height: 26px;
  background: rgba(77, 102, 90, 0.5);
}

.footer-legal-row {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer-legal-row p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}

.footer-last-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 22px;
  gap: 28px;
  margin-top: 16px;
}

.footer-policy-links {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
}

.footer-policy-divider {
  width: 1px;
  height: 22px;
  background: rgba(77, 102, 90, 0.42);
}

.footer-resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.footer-resource-links span,
.footer-policy-links span {
  line-height: normal;
}

@media (max-width: 1199.98px) {
  #index-footer.new-index-footer .footer-top-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px 28px;
    height: auto;
  }

  .footer-follow {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .site-footer {
    padding: 52px 0 88px;
  }

  #index-footer.new-index-footer .footer-top-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 28px;
  }

  .footer-contact,
  .footer-follow {
    grid-column: 1 / -1;
  }

  .site-footer h2 {
    margin-bottom: 24px;
  }

  .footer-link-list {
    gap: 14px;
  }

  .footer-contact p {
    margin-bottom: 16px;
  }

  .footer-qr-grid {
    gap: 24px;
  }

  .footer-bottom {
    height: auto;
    padding-top: 36px;
  }

  .footer-legal-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .footer-last-row {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
  }
}

@media (max-width: 399.98px) {
  .site-footer .container {
    width: calc(100% - 36px);
  }

  #index-footer.new-index-footer .footer-top-container {
    grid-template-columns: 1fr;
  }

  .footer-contact,
  .footer-follow {
    grid-column: auto;
  }
}

.xa-modal {
  border: 0;
  border-radius: 22px;
  overflow: hidden;
}

.contact-modal-grid {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px;
  align-items: center;
}

.contact-modal-grid img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border: 1px solid var(--xa-border);
  border-radius: 16px;
  background: var(--xa-bg);
}

.contact-modal-grid h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.solution-hero {
  padding: calc(58px + var(--xa-header-height)) 0 86px;
  background:
    linear-gradient(135deg, rgba(232, 248, 239, 0.96), rgba(255, 255, 255, 0.92) 58%, #fff),
    radial-gradient(circle at 82% 16%, rgba(7, 193, 96, 0.15), transparent 28%);
}

.breadcrumb-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 42px;
  color: var(--xa-text-muted);
  font-size: 14px;
}

.breadcrumb-mini a {
  color: var(--xa-primary-dark);
  font-weight: 700;
}

.breadcrumb-mini strong {
  color: var(--xa-text);
  font-weight: 700;
}

.solution-hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: var(--xa-title-hero);
  line-height: 1.15;
  font-weight: 840;
}

.solution-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.solution-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(7, 193, 96, 0.2);
  border-radius: 999px;
  color: var(--xa-primary-dark);
  background: rgba(255, 255, 255, 0.82);
  font-weight: 750;
}

.solution-hero-media {
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(7, 193, 96, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--xa-shadow);
}

.solution-hero-media img {
  display: block;
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  border-radius: 18px;
}

.process-band {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--xa-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(22, 74, 51, 0.05);
}

.process-band article {
  padding: 20px;
  border-radius: 18px;
  background: var(--xa-bg);
}

.process-band strong,
.process-band span {
  display: block;
}

.process-band strong {
  font-size: 18px;
  font-weight: 820;
}

.process-band span {
  margin-top: 6px;
  color: var(--xa-text-muted);
}

.process-band > i {
  color: var(--xa-primary);
  font-size: 24px;
}

.solution-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.showcase-card,
.case-detail-card,
.faq-grid article,
.screen-gallery figure {
  border: 1px solid var(--xa-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(22, 74, 51, 0.05);
}

.showcase-card {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px;
}

.showcase-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  border-radius: 16px;
  background: var(--xa-bg);
}

.showcase-card h3,
.case-detail-card h3,
.faq-grid h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 820;
}

.showcase-card p,
.case-detail-card p,
.faq-grid p {
  margin: 0;
  color: var(--xa-text-muted);
}

.screen-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.screen-gallery figure {
  margin: 0;
  padding: 18px;
}

.screen-gallery img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  border-radius: 16px;
  background: var(--xa-bg);
}

.screen-gallery figcaption {
  margin-top: 12px;
  color: var(--xa-text);
  font-weight: 760;
  text-align: center;
}

.case-detail-card {
  max-width: 920px;
  padding: 30px;
}

.case-detail-card span {
  display: inline-flex;
  padding: 6px 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 13px;
  font-weight: 760;
}

.case-detail-card p + p {
  margin-top: 12px;
}

.case-detail-card strong {
  color: var(--xa-text);
}

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

.faq-grid article {
  padding: 24px;
}

.cases-hero {
  padding: calc(54px + var(--xa-header-height)) 0 86px;
  background:
    linear-gradient(180deg, var(--xa-bg-soft), #fff 72%),
    radial-gradient(circle at 86% 14%, rgba(7, 193, 96, 0.12), transparent 34%);
}

.cases-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 46px;
  align-items: stretch;
  margin-top: 32px;
  padding: 16px;
  border: 1px solid rgba(221, 234, 222, 0.86);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 70px rgba(16, 42, 67, 0.08);
}

.cases-feature-media {
  display: grid;
  min-height: 460px;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: var(--xa-bg);
}

.cases-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cases-feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 34px 34px 34px 0;
}

.cases-feature-content h1 {
  margin: 14px 0 18px;
  color: var(--xa-text);
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.16;
  font-weight: 840;
}

.featured-case-summary {
  margin: 10px 0 26px;
  padding: 24px;
  border: 1px solid var(--xa-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, var(--xa-bg));
}

.featured-case-summary span,
.case-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 13px;
  font-weight: 800;
}

.featured-case-summary h2 {
  margin: 14px 0 12px;
  font-size: 23px;
  font-weight: 820;
}

.featured-case-summary p {
  margin: 7px 0 0;
  color: var(--xa-text-muted);
  font-size: 15px;
}

.case-filter-section {
  padding-bottom: 42px;
}

.case-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.case-tabs a {
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--xa-text-muted);
  background: #fff;
  font-weight: 780;
}

.case-tabs a.active,
.case-tabs a:hover {
  border-color: rgba(7, 193, 96, 0.18);
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
}

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

.case-list-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--xa-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 42, 67, 0.06);
}

.case-list-card > img {
  width: 100%;
  aspect-ratio: 1.7;
  object-fit: cover;
  background: var(--xa-bg);
}

.case-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 13px;
  padding: 24px;
}

.case-card-body h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 820;
}

.case-card-body p {
  margin: 0;
  color: var(--xa-text-muted);
  font-size: 15px;
}

.case-card-body strong {
  color: var(--xa-text);
}

.case-qr {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: auto;
  padding: 14px;
  border: 1px dashed rgba(7, 193, 96, 0.3);
  border-radius: 16px;
  background: var(--xa-bg);
}

.case-qr img {
  width: 76px;
  height: 76px;
  border-radius: 12px;
  background: #fff;
}

.case-qr p {
  font-size: 13px;
}

.case-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.case-value-grid article {
  padding: 30px;
  border: 1px solid var(--xa-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 42, 67, 0.05);
}

.case-value-grid i {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 24px;
}

.case-value-grid h3 {
  margin: 20px 0 12px;
  font-size: 22px;
  font-weight: 820;
}

.case-value-grid p {
  margin: 0;
  color: var(--xa-text-muted);
}

.geo-hero {
  padding: calc(56px + var(--xa-header-height)) 0 86px;
  background:
    linear-gradient(180deg, var(--xa-bg-soft), #fff 76%),
    radial-gradient(circle at 86% 16%, rgba(7, 193, 96, 0.13), transparent 32%);
}

.geo-hero.compact {
  padding-bottom: 58px;
}

.geo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 48px;
  align-items: center;
  margin-top: 34px;
}

.geo-title-block {
  max-width: 920px;
  margin-top: 34px;
}

.geo-hero h1 {
  max-width: 980px;
  margin: 14px 0 18px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.14;
  font-weight: 850;
}

.geo-fact-card,
.geo-content-panel,
.geo-card-grid article,
.geo-solution-list article,
.process-timeline article {
  border: 1px solid var(--xa-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 42, 67, 0.055);
}

.geo-fact-card {
  padding: 30px;
}

.geo-fact-card h2 {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 820;
}

.geo-fact-card dl,
.geo-fact-card dd {
  margin: 0;
}

.geo-fact-card dl {
  display: grid;
  gap: 16px;
}

.geo-fact-card div {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--xa-border);
}

.geo-fact-card div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.geo-fact-card dt {
  color: var(--xa-text-muted);
  font-size: 13px;
  font-weight: 760;
}

.geo-fact-card dd {
  margin-top: 5px;
  color: var(--xa-text);
  font-weight: 800;
}

.geo-content-panel {
  padding: 32px;
}

.geo-content-panel p {
  margin: 0;
  color: var(--xa-text-muted);
}

.geo-content-panel p + p {
  margin-top: 14px;
}

.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.keyword-cloud span,
.article-tags span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 13px;
  font-weight: 760;
}

.about-page .keyword-cloud span:nth-child(5n + 2),
.home-insight-card:nth-child(5n + 2) .home-insight-category {
  color: var(--xa-tone-blue);
  background: var(--xa-tone-blue-soft);
}

.about-page .keyword-cloud span:nth-child(5n + 3),
.home-insight-card:nth-child(5n + 3) .home-insight-category {
  color: var(--xa-tone-cyan);
  background: var(--xa-tone-cyan-soft);
}

.about-page .keyword-cloud span:nth-child(5n + 4),
.home-insight-card:nth-child(5n + 4) .home-insight-category {
  color: var(--xa-tone-orange);
  background: var(--xa-tone-orange-soft);
}

.about-page .keyword-cloud span:nth-child(5n),
.home-insight-card:nth-child(5n) .home-insight-category {
  color: var(--xa-tone-purple);
  background: var(--xa-tone-purple-soft);
}

.keyword-cloud.compact {
  margin-top: 16px;
}

.keyword-cloud.compact span {
  font-size: 12px;
}

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

.geo-card-grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.geo-card-grid article {
  padding: 26px;
}

.geo-card-grid i {
  display: inline-grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 15px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 23px;
}

.geo-card-grid h3,
.geo-solution-list strong,
.process-timeline h3 {
  margin: 18px 0 10px;
  font-size: 20px;
  font-weight: 820;
}

.geo-card-grid p,
.geo-solution-list span,
.process-timeline p {
  margin: 0;
  color: var(--xa-text-muted);
}

.geo-solution-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.geo-solution-list article {
  padding: 22px;
}

.geo-solution-list strong,
.geo-solution-list span {
  display: block;
}

.geo-solution-list strong {
  margin: 0 0 8px;
}

.process-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.process-timeline article {
  position: relative;
  padding: 24px;
}

.process-timeline span {
  color: var(--xa-primary-dark);
  font-size: 26px;
  font-weight: 860;
}

.article-category {
  display: inline-flex;
  width: fit-content;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 13px;
  font-weight: 800;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.news-tabs {
  margin-top: 32px;
}

.popular-list {
  display: grid;
  gap: 12px;
  padding-left: 22px;
  margin: 0;
}

.popular-list a {
  display: block;
  overflow: hidden;
  color: var(--xa-text);
  font-weight: 730;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.popular-list li::marker {
  color: rgb(231, 122, 12);
}

.popular-list a:hover {
  color: var(--xa-primary-dark);
}

.article-hero {
  padding: calc(58px + var(--xa-header-height)) 0 42px;
  background: linear-gradient(180deg, var(--xa-bg-soft), #fff);
}

.article-shell {
  padding: 28px 0 86px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: start;
}

.article-content {
  min-width: 0;
}

.article-content .lead {
  color: var(--xa-text);
  font-size: 20px;
  font-weight: 680;
}

.article-content p,
.article-content li {
  color: #33485d;
  font-size: 17px;
  line-height: 1.95;
}

.article-content h2 {
  margin: 48px 0 18px;
  color: var(--xa-text);
  font-size: 32px;
  line-height: 1.35;
  font-weight: 850;
}

.article-content ul {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.article-note {
  margin: 26px 0;
  padding: 24px;
  border-left: 4px solid var(--xa-primary);
  border-radius: 16px;
  background: var(--xa-bg);
}

.article-note strong {
  color: var(--xa-text);
  font-size: 18px;
}

.article-note p {
  margin: 8px 0 0;
}

.article-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
}

.article-side-card {
  padding: 24px;
  border: 1px solid var(--xa-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 42, 67, 0.055);
}

.article-side-card.soft {
  background: linear-gradient(180deg, #fff, var(--xa-bg));
}

.article-side-card h2 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 830;
}

.article-side-card p {
  color: var(--xa-text-muted);
}

.article-side-card > a {
  display: block;
  overflow: hidden;
  padding: 9px 0;
  border-bottom: 1px solid var(--xa-border);
  color: var(--xa-text);
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-side-card > a:last-child {
  border-bottom: 0;
}

.article-side-card > a:hover {
  color: var(--xa-primary-dark);
}

.article-pager {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}

.article-pager a,
.related-card {
  display: block;
  padding: 24px;
  border: 1px solid var(--xa-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 42, 67, 0.05);
}

.article-pager span {
  display: block;
  margin-bottom: 8px;
  color: var(--xa-text-muted);
  font-size: 13px;
}

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

.related-card i {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 22px;
}

.related-card h3 {
  margin: 18px 0 10px;
  font-size: 21px;
  font-weight: 820;
}

.related-card p {
  margin: 0;
  color: var(--xa-text-muted);
}

.geo-content-panel,
.geo-card-grid article,
.geo-solution-list article,
.process-timeline article {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.geo-content-panel {
  padding: 0;
  border: 0;
}

.geo-fact-card {
  border-radius: 18px;
  box-shadow: none;
}

.geo-card-grid,
.geo-card-grid.five,
.geo-solution-list,
.process-timeline {
  gap: 0 28px;
}

.geo-card-grid article,
.geo-solution-list article,
.process-timeline article {
  padding: 24px 0;
  border-top: 1px solid var(--xa-border);
}

.geo-card-grid i {
  width: auto;
  height: auto;
  place-items: start;
  border-radius: 0;
  background: transparent;
  font-size: 24px;
}

.process-timeline span {
  font-size: 20px;
}

.article-side-card {
  border-radius: 18px;
  box-shadow: none;
}

.article-shell {
  padding-top: 8px;
}

.article-pager a,
.related-card {
  box-shadow: none;
}

@media (max-width: 1199.98px) {
  .capability-matrix {
    grid-template-columns: 1.1fr 1fr;
  }

  .geo-card-grid.five,
  .geo-solution-list,
  .process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 30px;
  }

  .navbar > .container {
    grid-template-columns: 164px minmax(0, 1fr);
    padding-right: 24px;
    padding-left: 24px;
  }

  .main-nav-wrap {
    gap: 24px;
  }

  .nav-link {
    font-size: 16px;
  }

  .brand-logo {
    width: 148px;
    height: 44px;
  }
}

@media (max-width: 991.98px) {
  .solution-case-grid,
  .solution-case-grid.case-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .navbar {
    min-height: 76px;
  }

  .navbar > .container {
    display: flex;
  }

  .site-header .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    max-height: calc(100vh - var(--xa-header-height));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .site-header .main-nav-wrap {
    width: 100%;
    min-width: 0;
  }

  .site-header .nav-menu {
    display: block;
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .site-header .nav-link {
    display: inline-block;
    width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .site-header .nav-link::before {
    right: auto;
    bottom: 4px;
    width: 42px;
    transform-origin: left center;
  }

  .site-header .navbar-nav {
    align-items: stretch !important;
    padding: 18px 0;
  }

  .nav-cta {
    padding-bottom: 18px;
  }

  /* 移动端 Header / 解决方案下拉专项适配 */
  .site-header .mega-dropdown {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .site-header .mega-dropdown > .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0;
    max-width: 100%;
  }

  .site-header .mega-dropdown > .dropdown-toggle::after {
    margin-left: 5px;
  }

  .site-header .mega-dropdown.show > .dropdown-toggle::after,
  .site-header .mega-dropdown > .dropdown-toggle[aria-expanded="true"]::after {
    margin-top: 4px;
    transform: rotate(225deg);
  }

  .site-header .mega-dropdown.show .mega-menu,
  .site-header .mega-dropdown .mega-menu.show {
    margin-top: 8px;
  }

  .site-header .mega-dropdown .mega-menu,
  .site-header .mega-dropdown .mega-menu[data-bs-popper] {
    position: static !important;
    top: auto !important;
    right: auto;
    left: auto !important;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    max-height: min(64vh, 520px);
    margin-top: 8px !important;
    padding: 16px;
    border: 1px solid rgba(221, 234, 222, 0.85);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: none !important;
  }

  .mega-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .site-header .geo-mega-menu,
  .site-header .geo-mega-menu[data-bs-popper] {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    max-height: min(64vh, 520px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 16px;
    border-radius: 14px;
    background: rgba(247, 252, 248, 0.98);
    transform: none !important;
  }

  .site-header .product-mega-menu,
  .site-header .product-mega-menu[data-bs-popper] {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    max-height: min(64vh, 520px);
    padding: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    transform: none !important;
  }

  .nav-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 6px;
  }

  .nav-product-item {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 7px;
    min-height: 44px;
    padding: 7px 6px;
  }

  .nav-product-item i {
    width: 20px;
    height: 20px;
    font-size: 15px;
  }

  .nav-product-item strong {
    font-size: 12px;
    white-space: normal;
  }

  .site-header .geo-mega-layout {
    grid-template-columns: 1fr;
    gap: 18px;
    min-width: 0;
  }

  .nav-solutions-grid {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .site-header .nav-solution-item {
    gap: 12px;
    min-height: 64px;
    padding: 11px 8px;
    border-radius: 12px;
  }

  .nav-solution-icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    font-size: 23px;
  }

  .nav-solution-copy strong {
    font-size: 15px;
  }

  .nav-solution-copy em {
    margin-top: 1px;
    font-size: 12px;
  }

  .geo-mega-section + .geo-mega-section {
    padding-top: 18px;
    padding-left: 0;
    border-top: 1px solid rgba(221, 234, 222, 0.95);
    border-left: 0;
  }

  .geo-mega-section h2 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .geo-general-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .geo-general-grid .mega-item {
    min-height: auto;
    padding: 10px 12px;
    border: 1px solid rgba(221, 234, 222, 0.78);
    border-radius: 12px;
    background: var(--xa-bg-warm);
  }

  .geo-general-grid .mega-item em {
    white-space: normal;
    color: var(--xa-text-muted);
    font-size: 12px;
  }

  .site-header .geo-solution-matrix {
    grid-template-columns: 1fr;
    gap: 7px;
    min-width: 0;
    width: 100%;
    overflow-x: hidden;
  }

  .site-header .geo-solution-matrix::before {
    display: none;
  }

  .site-header .matrix-corner,
  .site-header .matrix-col-head {
    display: none;
  }

  .site-header .matrix-row-head {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 42px;
    margin-top: 8px;
    padding: 10px 12px;
    color: var(--xa-primary-dark);
    background: linear-gradient(135deg, rgba(7, 193, 96, 0.12), rgba(238, 250, 244, 0.96));
    border-left: 4px solid var(--xa-primary);
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    word-break: break-word;
  }

  .site-header .matrix-cell {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    word-break: break-word;
  }

  .solution-matrix-panel {
    padding: 12px;
  }

  .solution-page-matrix {
    grid-template-columns: 1fr;
  }

  .mega-item {
    min-height: auto;
  }

  .section-heading h2 {
    white-space: normal;
  }

  .hero-section {
    padding: calc(72px + var(--xa-header-height)) 0 72px;
  }

  .hero-product {
    min-height: 470px;
  }

  .dashboard-card {
    left: 0;
  }

  .phone-card {
    left: 28px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .solution-subhead {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .home-solutions .section-heading h2 {
    white-space: normal;
  }

  .insight-card-grid,
  .capability-matrix,
  .case-card-grid,
  .cases-heading {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insight-brief-list,
  .capability-matrix,
  .case-card-grid,
  .cases-heading {
    grid-template-columns: 1fr;
  }

  .insight-brief-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cases-feature {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .geo-hero-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .cases-feature-media {
    min-height: 320px;
  }

  .cases-feature-content {
    padding: 30px;
  }

  .capability-primary {
    grid-row: auto;
  }

  .cases-heading .btn {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    margin-top: 18px;
  }

  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .process-band,
  .solution-showcase-grid,
  .screen-gallery,
  .faq-grid,
  .case-value-grid {
    grid-template-columns: 1fr;
  }

  .process-band > i {
    transform: rotate(90deg);
    justify-self: center;
  }
}

@media (max-width: 767.98px) {
  .section-block {
    padding: 64px 0;
  }

  .section-heading {
    padding-top: 30px;
  }

  .hero-product {
    min-height: 620px;
  }

  .dashboard-card {
    position: relative;
    top: auto;
    padding: 20px;
  }

  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .phone-card {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

  .floating-badge {
    position: static;
    margin: 14px 8px 0 0;
  }

  .contact-modal-grid {
    grid-template-columns: 1fr;
  }

  .home-insights.section-block {
    padding: 56px 0;
  }

  .home-solutions .solution-card {
    min-height: 0;
  }

  .mini-solutions {
    padding: 20px;
  }

  .insight-card-grid,
  .insight-brief-list {
    grid-template-columns: 1fr;
  }

  .insight-body {
    min-height: 0;
  }

  .showcase-card {
    grid-template-columns: 1fr;
  }

  .case-tabs {
    flex-wrap: nowrap;
    padding-bottom: 8px;
    overflow-x: auto;
  }

  .case-tabs a {
    flex: 0 0 auto;
  }

  .article-sidebar {
    position: static;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .screen-gallery img {
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  .solution-case-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .solution-case-grid,
  .solution-case-grid.case-grid-two {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .solution-case-media {
    min-height: 104px;
    padding-top: 36px;
  }

  .solution-case-media > img {
    max-width: min(66%, 180px);
    max-height: 78px;
  }

  .solution-case-body {
    padding: 8px 22px 28px;
  }

  .hero-section h1 {
    font-size: 36px;
  }

  .navbar > .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .brand-logo {
    width: 138px;
    height: 42px;
  }

  .cta-panel {
    padding: 28px;
  }

  .cases-hero {
    padding: calc(38px + var(--xa-header-height)) 0 62px;
  }

  .cases-feature {
    padding: 10px;
    border-radius: 22px;
  }

  .cases-feature-media {
    min-height: 240px;
    border-radius: 16px;
  }

  .cases-feature-content {
    padding: 22px;
  }

  .geo-hero {
    padding: calc(38px + var(--xa-header-height)) 0 62px;
  }

  .geo-hero h1 {
    font-size: 36px;
  }

  .geo-content-panel,
  .geo-fact-card,
  .article-side-card {
    padding: 22px;
  }

  .article-content h2 {
    font-size: 26px;
  }

  .article-content p,
  .article-content li {
    font-size: 16px;
  }

  .article-pager {
    grid-template-columns: 1fr;
  }

  .geo-card-grid,
  .geo-card-grid.five,
  .geo-solution-list,
  .process-timeline {
    grid-template-columns: 1fr;
  }

  .featured-case-summary,
  .case-card-body {
    padding: 20px;
  }

  .case-qr {
    grid-template-columns: 1fr;
  }

  .dashboard-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .dashboard-head strong {
    margin-left: 0;
  }

  .dashboard-head em {
    margin-left: 0;
  }
}

/* ========== 具体小程序解决方案页面样式 ========== */

/* Hero 区域 */
.specific-solution-hero {
  padding: calc(56px + var(--xa-header-height)) 0 40px;
  background:
    linear-gradient(135deg, rgba(232, 248, 239, 0.92), rgba(251, 253, 249, 0.86) 56%, rgba(255, 255, 255, 1)),
    radial-gradient(circle at 78% 18%, rgba(7, 193, 96, 0.10), transparent 30%);
}

.specific-solution-hero h1 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.16;
  font-weight: 820;
}

.specific-solution-hero .hero-lead {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--xa-text-muted);
  font-size: 17px;
  line-height: 1.7;
}

.specific-solution-hero .solution-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.specific-solution-hero .solution-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--xa-primary-dark);
  background: rgba(232, 248, 239, 0.85);
  font-size: 14px;
  font-weight: 750;
}

.specific-solution-hero .solution-points span i {
  color: var(--xa-primary);
  font-size: 17px;
}

.specific-solution-hero .solution-points span:nth-child(2) {
  color: #2563eb;
  background: #eef5ff;
}

.specific-solution-hero .solution-points span:nth-child(2) i {
  color: #3b82f6;
}

.specific-solution-hero .solution-points span:nth-child(3) {
  color: #7c3aed;
  background: #f7f0ff;
}

.specific-solution-hero .solution-points span:nth-child(3) i {
  color: #a855f7;
}

.specific-solution-hero .solution-points span:nth-child(4) {
  color: #b45309;
  background: #fff7e6;
}

.specific-solution-hero .solution-points span:nth-child(4) i {
  color: #f59e0b;
}

.specific-solution-hero figure {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(7, 193, 96, 0.14);
  box-shadow: var(--xa-shadow);
  aspect-ratio: 3 / 2;
}

.specific-solution-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 业务场景分析 */
.scenario-analysis {
  padding: 88px 0;
}

.scenario-analysis .scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.scenario-card {
  padding: 28px 32px;
  border-radius: 20px;
  background: var(--xa-white);
  border: 1px solid var(--xa-border);
  box-shadow: 0 12px 28px rgba(22, 74, 51, 0.05);
}

.scenario-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 800;
  color: var(--xa-text);
}

.scenario-card h3 i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 18px;
}

.scenario-card p {
  margin: 0;
  color: var(--xa-text-muted);
  font-size: 15px;
  line-height: 1.7;
}

/* 核心功能模块 */
.solution-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.feature-module-card {
  padding: 26px 24px;
  border-radius: 18px;
  background: var(--xa-white);
  border: 1px solid var(--xa-border);
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.feature-module-card:hover {
  border-color: rgba(7, 193, 96, 0.28);
  background: #fbfffd;
  box-shadow: 0 16px 34px rgba(22, 74, 51, 0.08);
}

.feature-module-card .feature-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 20px;
  margin-bottom: 16px;
}

.feature-module-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 780;
  color: var(--xa-text);
}

.feature-module-card p {
  margin: 0;
  color: var(--xa-text-muted);
  font-size: 14px;
  line-height: 1.65;
}

/* 小程序端与管理后台左右分栏 */
.app-admin-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.app-admin-panel {
  padding: 32px;
  border-radius: 20px;
  background: var(--xa-white);
  border: 1px solid var(--xa-border);
  box-shadow: 0 12px 28px rgba(22, 74, 51, 0.05);
}

.app-admin-panel.app-side {
  background: linear-gradient(180deg, #f8fffb, #e8f8ef 70%, #daf3e5);
  border-color: rgba(7, 193, 96, 0.18);
}

.app-admin-panel.admin-side {
  background: linear-gradient(180deg, #fff, #f6fbf8);
}

.app-admin-panel h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  font-size: 19px;
  font-weight: 800;
  color: var(--xa-text);
}

.app-admin-panel h3 i {
  color: var(--xa-primary);
  font-size: 21px;
}

.app-admin-panel ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.app-admin-panel ul li {
  display: flex;
  align-items: start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
  color: var(--xa-text);
}

.app-admin-panel ul li::before {
  content: "\F26A";
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--xa-primary);
  font-family: "bootstrap-icons";
  font-size: 15px;
}

/* 页面效果图展示 */
.solution-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.gallery-item {
  border-radius: 18px;
  overflow: hidden;
  background: var(--xa-white);
  border: 1px solid var(--xa-border);
  box-shadow: 0 8px 24px rgba(22, 74, 51, 0.04);
}

.gallery-item img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  display: block;
  background: #f6fbf8;
}

.gallery-item figcaption {
  padding: 16px 18px;
  font-size: 14px;
  color: var(--xa-text-muted);
  line-height: 1.55;
  background: #fafdfb;
}

.general-booking-case-grid {
  grid-template-columns: minmax(0, 460px);
  justify-content: start;
}

.general-booking-case-card {
  min-height: 180px;
  border: 1px solid rgba(7, 193, 96, 0.22);
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

.general-booking-case-card:hover {
  border-color: rgba(7, 193, 96, 0.44);
  transform: none;
}

.general-booking-case-card::after {
  content: none;
}

.general-booking-case-card .solution-case-media {
  position: static;
  min-height: 104px;
  padding: 24px 24px 4px;
  background: #fff;
}

.general-booking-case-card .solution-case-media > img {
  max-width: 86px;
  max-height: 86px;
  border-radius: 0;
  filter: none;
}

.general-booking-case-card:hover .solution-case-media > img {
  transform: none;
}

.general-booking-case-card .solution-case-body {
  padding: 6px 22px 22px;
}

.general-booking-case-card .solution-case-body h3 {
  color: #12392c;
  font-size: 16px;
  font-weight: 850;
  white-space: normal;
}

.general-booking-case-card .solution-case-qr {
  inset: 0;
  background: rgba(255, 255, 255, 0.98);
}

.general-booking-case-card .solution-case-qr > .customer-qrcode {
  width: 126px;
  height: 126px;
}

.general-booking-case-card .solution-case-qr > .customer-qrcode > .customer-qrcode__image {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.general-booking-case-card .solution-case-qr span {
  display: none;
}

/* 产品详情客户案例：Bootstrap 负责 1/2/4 列，此处只约束卡片内部密度与 Hover 图。 */
.product-customer-cases .general-booking-case-card {
  min-height: 0;
}

.product-customer-cases .general-booking-case-card .solution-case-media {
  position: static;
  min-height: 96px;
  padding: 18px 18px 4px;
}

.product-customer-cases .general-booking-case-card .solution-case-media > img {
  max-width: 78px;
  max-height: 78px;
}

.product-customer-cases .general-booking-case-card .solution-case-body {
  padding: 8px 16px 18px;
}

.product-customer-cases .general-booking-case-card .solution-case-body h3 {
  margin: 0;
  overflow-wrap: anywhere;
  line-height: 1.45;
}

.product-customer-cases .product-case-placeholder {
  border-style: dashed;
  cursor: default;
  pointer-events: none;
}

.product-customer-cases .product-case-placeholder .solution-case-media {
  background: #f6fbf8;
}

.product-customer-cases .product-case-placeholder .solution-case-body h3 {
  color: var(--xa-text-muted);
  font-weight: 700;
}

/* 解决方案空态：数据未录入时保留原版位，避免页面结构突然缺块。 */
.solution-placeholder-card {
  border-style: dashed;
  cursor: default;
}

.solution-placeholder-card:hover {
  transform: none;
}

.solution-placeholder-card h3,
.solution-placeholder-card p,
.solution-placeholder-card .psc-link {
  color: var(--xa-text-muted);
}

.sgc-related-placeholder strong,
.solution-points-placeholder span {
  color: var(--xa-text-muted);
}

.solution-case-qrcode-placeholder {
  opacity: 0.72;
}

.product-detail-article {
  max-width: 1240px;
  margin: 0 auto 36px;
}

.product-detail-copy {
  margin: 0 0 22px;
}

.product-detail-copy h3 {
  margin: 0 0 12px;
  color: var(--xa-heading);
  font-size: 22px;
  font-weight: 800;
}

.product-detail-copy p {
  margin: 0;
  color: var(--xa-text-muted);
  font-size: 16px;
  line-height: 1.9;
}

.product-detail-copy ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--xa-text-muted);
  font-size: 16px;
  line-height: 1.8;
}

.product-detail-copy li {
  position: relative;
  padding-left: 20px;
}

.product-detail-copy li::before {
  content: "";
  position: absolute;
  top: 0.82em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--xa-primary);
}

.product-detail-figure {
  margin: 0;
}

.product-detail-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1160 / 652;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(22, 74, 51, 0.07);
}

.product-detail-figure--placeholder img {
  border: 1px dashed rgba(7, 193, 96, 0.24);
  box-shadow: none;
}

.product-detail-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.product-admin-split {
  margin-bottom: 32px;
}

.product-detail-gallery .gallery-item img {
  max-height: none;
  object-fit: contain;
}

.scenario-card,
.feature-module-card,
.delivery-item {
  --module-accent: var(--xa-primary);
  --module-accent-soft: var(--xa-primary-light);
  --module-accent-border: rgba(7, 193, 96, 0.2);
}

.scenario-card:nth-child(6n + 2),
.feature-module-card:nth-child(6n + 2),
.delivery-item:nth-child(6n + 2) {
  --module-accent: #3b82f6;
  --module-accent-soft: #eef5ff;
  --module-accent-border: rgba(59, 130, 246, 0.18);
}

.scenario-card:nth-child(6n + 3),
.feature-module-card:nth-child(6n + 3),
.delivery-item:nth-child(6n + 3) {
  --module-accent: #a855f7;
  --module-accent-soft: #f7f0ff;
  --module-accent-border: rgba(168, 85, 247, 0.18);
}

.scenario-card:nth-child(6n + 4),
.feature-module-card:nth-child(6n + 4),
.delivery-item:nth-child(6n + 4) {
  --module-accent: #f59e0b;
  --module-accent-soft: #fff7e6;
  --module-accent-border: rgba(245, 158, 11, 0.18);
}

.scenario-card:nth-child(6n + 5),
.feature-module-card:nth-child(6n + 5),
.delivery-item:nth-child(6n + 5) {
  --module-accent: #14b8a6;
  --module-accent-soft: #e9fbf8;
  --module-accent-border: rgba(20, 184, 166, 0.18);
}

.scenario-card:nth-child(6n + 6),
.feature-module-card:nth-child(6n + 6),
.delivery-item:nth-child(6n + 6) {
  --module-accent: #ef4444;
  --module-accent-soft: #fff0f0;
  --module-accent-border: rgba(239, 68, 68, 0.16);
}

.scenario-card h3 i,
.feature-module-card .feature-icon {
  color: var(--module-accent);
  background: var(--module-accent-soft);
}

.delivery-item .delivery-icon {
  background: var(--module-accent-soft);
  color: var(--module-accent);
}

.scenario-card:hover,
.feature-module-card:hover,
.delivery-item:hover {
  border-color: var(--module-accent-border);
}

/* 适用客户标签 */
.client-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.client-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(7, 193, 96, 0.2);
  color: var(--xa-primary-dark);
  background: rgba(232, 248, 239, 0.6);
  font-size: 15px;
  font-weight: 750;
  white-space: nowrap;
}

.client-tag i {
  font-size: 15px;
  color: var(--xa-primary);
}

/* 项目交付内容 */
.delivery-scope {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.delivery-item {
  padding: 28px 24px;
  border-radius: 18px;
  background: var(--xa-white);
  border: 1px solid var(--xa-border);
  text-align: center;
}

.delivery-item .delivery-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--xa-primary), var(--xa-primary-dark));
  font-size: 23px;
  margin: 0 auto 16px;
}

.delivery-item h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 780;
  color: var(--xa-text);
}

.delivery-item p {
  margin: 0;
  color: var(--xa-text-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* 相关案例占位 */
.related-case-placeholder {
  padding: 32px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, var(--xa-bg));
  border: 1px solid var(--xa-border);
}

.related-case-placeholder .case-tag {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 13px;
  font-weight: 750;
  margin-bottom: 16px;
}

.related-case-placeholder h3 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 800;
  color: var(--xa-text);
}

.related-case-placeholder p {
  margin: 0 0 10px;
  color: var(--xa-text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.related-case-placeholder p strong {
  color: var(--xa-text);
}

/* FAQ 手风琴 - 具体解决方案页 */
.specific-faq-list {
  display: grid;
  gap: 14px;
}

.specific-faq-item {
  border: 1px solid var(--xa-border);
  border-radius: 16px;
  background: var(--xa-white);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.specific-faq-item:hover {
  box-shadow: 0 8px 24px rgba(22, 74, 51, 0.06);
}

.specific-faq-item .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 750;
  color: var(--xa-text);
  user-select: none;
}

.specific-faq-item summary.faq-question {
  list-style: none;
}

.specific-faq-item summary.faq-question::-webkit-details-marker {
  display: none;
}

.specific-faq-item .faq-question i {
  color: var(--xa-primary);
  font-size: 18px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.specific-faq-item.active .faq-question i,
.specific-faq-item[open] .faq-question i {
  transform: rotate(45deg);
}

.specific-faq-item .faq-answer {
  display: none;
  padding: 0 24px 20px;
  color: var(--xa-text-muted);
  font-size: 15px;
  line-height: 1.75;
}

.specific-faq-item.active .faq-answer,
.specific-faq-item[open] .faq-answer {
  display: block;
}

.general-booking-faq-list {
  gap: 18px;
}

.general-booking-faq-list .specific-faq-item {
  border: 1px solid #dbeee4;
  border-radius: 24px;
  background: #fff;
  box-shadow: none;
}

.general-booking-faq-list .specific-faq-item:hover {
  box-shadow: 0 12px 30px rgba(22, 74, 51, 0.05);
}

.general-booking-faq-list .faq-question {
  min-height: 64px;
  padding: 18px 28px;
  color: #07934f;
  background: #e7f8ef;
  font-size: 18px;
  font-weight: 820;
  line-height: 1.3;
}

.general-booking-faq-list .faq-question i {
  color: #07934f;
  font-size: 22px;
}

.general-booking-faq-list .faq-answer {
  padding: 24px 28px 28px;
  color: #596776;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.8;
}

/* CTA 区域 */
.specific-cta-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #fff, #fbfdf9);
}

.specific-cta-section .cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 48px 52px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, #e8f8ef, #f0f8f3),
    radial-gradient(circle at 90% 20%, rgba(7, 193, 96, 0.08), transparent 35%);
  border: 1px solid rgba(7, 193, 96, 0.16);
}

.specific-cta-section .cta-panel h2 {
  font-size: clamp(26px, 2.6vw, 36px);
  white-space: normal;
}

/* 响应式适配 */
@media (max-width: 991.98px) {
  .specific-solution-hero {
    padding: calc(48px + var(--xa-header-height)) 0 32px;
  }

  .scenario-analysis .scenario-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .solution-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .app-admin-split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .delivery-scope {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .specific-cta-section .cta-panel {
    flex-direction: column;
    text-align: center;
    padding: 36px 28px;
  }
}

@media (max-width: 575.98px) {
  .solution-feature-grid {
    grid-template-columns: 1fr;
  }

  .delivery-scope {
    grid-template-columns: 1fr;
  }

  .client-tags {
    gap: 8px;
  }

  .client-tag {
    padding: 8px 14px;
    font-size: 13px;
  }

  .feature-module-card {
    padding: 20px 18px;
  }

  .product-detail-copy {
    padding: 0;
  }

  .app-admin-panel {
    padding: 24px 20px;
  }

  .solution-gallery {
    grid-template-columns: 1fr;
  }

  .product-detail-image-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .general-booking-case-grid {
    grid-template-columns: 1fr;
  }

  .general-booking-case-card {
    min-height: 180px;
    border-radius: 14px;
  }

  .general-booking-case-card .solution-case-media {
    min-height: 104px;
    padding: 24px 22px 4px;
  }

  .general-booking-case-card .solution-case-media > img {
    max-width: 86px;
    max-height: 86px;
  }

  .general-booking-case-card .solution-case-body {
    padding: 6px 22px 22px;
  }

  .general-booking-faq-list .faq-question {
    min-height: 68px;
    padding: 20px 22px;
    font-size: 18px;
  }

  .general-booking-faq-list .faq-question i {
    font-size: 22px;
  }

  .general-booking-faq-list .faq-answer {
    padding: 22px;
    font-size: 15px;
  }
}

/* ========== 解决方案中心页 solutions.html 样式 ========== */

.solutions-page {
  overflow-x: hidden;
}

.solutions-hero {
  position: relative;
  padding: calc(56px + var(--xa-header-height)) 0 58px;
  background:
    radial-gradient(circle at 16% 24%, rgba(7, 193, 96, 0.13), transparent 26%),
    radial-gradient(circle at 86% 16%, rgba(69, 143, 246, 0.1), transparent 24%),
    linear-gradient(135deg, rgba(232, 248, 239, 0.96), rgba(248, 253, 250, 0.94) 58%, rgba(255, 255, 255, 1));
}

.solutions-hero-content {
  max-width: 980px;
  text-align: left;
}

.solutions-hero h1 {
  color: var(--xa-heading);
  margin: 28px 0 0;
}

.solutions-hero .hero-lead {
  max-width: 980px;
  color: var(--xa-text-muted);
  margin: 24px 0 0;
}

.solutions-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 36px;
}

.sh-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(7, 193, 96, 0.18);
  border-radius: 999px;
  color: var(--xa-primary-dark);
  box-shadow: 0 12px 28px rgba(22, 74, 51, 0.08);
}

.solutions-hero-tags .sh-tag:nth-child(1) {
  color: var(--xa-primary-dark);
  background: rgba(232, 248, 239, 0.78);
  border-color: rgba(7, 193, 96, 0.22);
}

.solutions-hero-tags .sh-tag:nth-child(2) {
  color: #2f6fd6;
  background: rgba(69, 143, 246, 0.1);
  border-color: rgba(69, 143, 246, 0.22);
}

.solutions-hero-tags .sh-tag:nth-child(3) {
  color: #b96112;
  background: rgba(246, 160, 69, 0.12);
  border-color: rgba(246, 160, 69, 0.28);
}

.solutions-general-section {
  background: var(--xa-white);
}

.solutions-products-section {
  background: var(--xa-bg);
}

.solutions-process-section {
  background: var(--xa-white);
}

.solutions-cta-section {
  background: linear-gradient(180deg, var(--xa-white), rgba(232, 248, 239, 0.86));
}

.solutions-cta-section .cta-panel {
  background:
    radial-gradient(circle at 88% 24%, rgba(7, 193, 96, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(248, 255, 251, 0.98), rgba(226, 247, 236, 0.96));
  border-color: rgba(7, 193, 96, 0.22);
}

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

.sol-general-card {
  position: relative;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 24px;
  color: var(--xa-heading);
  text-decoration: none;
  background: var(--xa-white);
  border: 1px solid rgba(18, 75, 48, 0.1);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(22, 74, 51, 0.07);
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.sol-general-card::after {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -64px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(7, 193, 96, 0.1);
}

.sol-general-card:hover {
  color: var(--xa-heading);
  border-color: rgba(7, 193, 96, 0.35);
  box-shadow: 0 22px 48px rgba(22, 74, 51, 0.12);
}

.sol-general-card-static:hover {
  border-color: rgba(18, 75, 48, 0.1);
  box-shadow: 0 16px 38px rgba(22, 74, 51, 0.07);
}

.sol-card-blue::after {
  background: rgba(69, 143, 246, 0.12);
}

.sol-card-orange::after {
  background: rgba(246, 160, 69, 0.14);
}

.sgc-icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--xa-primary);
  background: rgba(7, 193, 96, 0.1);
  border-radius: 16px;
  transition: transform 0.22s ease;
}

.sol-card-blue .sgc-icon {
  color: #2870d7;
  background: rgba(69, 143, 246, 0.12);
}

.sol-card-orange .sgc-icon {
  color: #bf6b14;
  background: rgba(246, 160, 69, 0.15);
}

.sol-general-card:hover .sgc-icon {
  transform: scale(1.06);
}

.sol-general-card-static:hover .sgc-icon {
  transform: none;
}

.sol-general-card h3,
.sgc-related,
.sgc-entry {
  position: relative;
  z-index: 1;
}

.sol-general-card h3 {
  color: var(--xa-heading);
  margin-bottom: 22px;
}

.sgc-related {
  display: grid;
  gap: 6px;
  margin-top: auto;
  color: var(--xa-heading);
}

.sgc-related small {
  color: var(--xa-text-muted);
}

.sgc-entry {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--xa-primary-dark);
}

.sgc-entry i {
  transition: transform 0.22s ease;
}

.sol-general-card:hover .sgc-entry i {
  transform: translateX(4px);
}

.sgc-entry.muted {
  color: var(--xa-text-muted);
}

.solution-matrix-panel {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(18, 75, 48, 0.1);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 38px rgba(22, 74, 51, 0.07);
}

.solution-product-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.solution-product-matrix .matrix-cell {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  text-align: center;
  border-radius: 10px;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.solution-product-matrix .matrix-cell:hover {
  border-color: rgba(7, 193, 96, 0.38);
  background: rgba(7, 193, 96, 0.08);
  box-shadow: 0 8px 18px rgba(7, 193, 96, 0.08);
}

.solution-product-matrix .matrix-cell-placeholder {
  color: var(--xa-text-muted);
  border: 1px dashed var(--xa-border);
  background: rgba(247, 251, 248, 0.8);
  cursor: default;
}

.solution-product-matrix .matrix-cell-placeholder:hover {
  color: var(--xa-text-muted);
  border-color: var(--xa-border);
  background: rgba(247, 251, 248, 0.8);
  box-shadow: none;
}

.solution-content-placeholder {
  border-style: dashed;
}

.guide-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.guide-step {
  min-height: 236px;
  padding: 34px 28px;
  text-align: center;
  background: rgba(232, 248, 239, 0.72);
  border: 1px solid rgba(7, 193, 96, 0.16);
  border-radius: 14px;
}

.gs-num {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--xa-primary);
  background: var(--xa-white);
  border: 2px solid var(--xa-primary);
  border-radius: 999px;
}

.guide-step h3 {
  color: var(--xa-heading);
  margin-bottom: 12px;
}

.guide-step p {
  color: var(--xa-text-muted);
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .solutions-page .sol-general-card,
  .solutions-page .sgc-icon,
  .solutions-page .sgc-entry i,
  .solutions-page .solution-product-matrix .matrix-cell {
    transition: none;
  }

  .solutions-page .sol-general-card:hover .sgc-icon,
  .solutions-page .sol-general-card:hover .sgc-entry i {
    transform: none;
  }
}

/* Footer 栏目标题修复 */
.footer-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--xa-heading);
  margin-bottom: 14px;
}

/* 响应式：平板 */
@media (max-width: 991.98px) {
  .solutions-hero {
    padding: calc(64px + var(--xa-header-height)) 0 56px;
  }

  .sol-general-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-product-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .solution-product-matrix {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* 响应式：手机 */
@media (max-width: 575.98px) {
  .solutions-hero {
    padding: calc(56px + var(--xa-header-height)) 0 50px;
  }

  .sh-tag {
    padding: 10px 14px;
  }

  .sol-general-grid {
    grid-template-columns: 1fr;
  }

  .sol-general-card {
    min-height: 0;
    padding: 24px 20px;
  }

  .solution-product-matrix {
    grid-template-columns: 1fr;
  }

  .guide-steps {
    grid-template-columns: 1fr;
  }

  .guide-step {
    min-height: 0;
    padding: 28px 22px;
  }
}

/* ========== 父级解决方案页面通用样式（solution-appointment / solution-knowledge） ========== */

/* 紧凑 Hero 变体 */
.solution-hero.compact {
  padding: calc(56px + var(--xa-header-height)) 0 58px;
}

.hero-slogan {
  font-size: 17px;
  color: var(--xa-primary);
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.5;
}

.appointment-solution-page .scenario-analysis .scenario-grid,
.appointment-solution-page .solution-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* ================================================
   解决方案业务蓝图 —— 清新简化版
   保持 HTML 结构不变，仅精简 CSS 视觉效果
   ================================================ */

.solution-blueprint-section {
  position: relative;
  padding-top: 72px;
  overflow: hidden;
  background: linear-gradient(180deg, #fafdfb 0%, #fff 50%, #fafdfb 100%);
}

.solution-blueprint-heading h2 {
  margin: 0 0 14px;
  color: var(--xa-heading);
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 840;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.solution-blueprint {
  --bp-green: #28a96b;
  --bp-deep: #237a55;
  --bp-light: #f0faf4;
  --bp-border: #d8efe4;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.9fr);
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--bp-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}

/* ---------- 公用面板标题区域 ---------- */
.blueprint-panel-title,
.blueprint-console-head,
.blueprint-connectors,
.blueprint-connectors-title {
  display: flex;
  align-items: center;
}

.blueprint-layer-index {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--bp-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.blueprint-layer-copy {
  min-width: 0;
}

.blueprint-kicker,
.blueprint-panel-title strong {
  display: block;
}

.blueprint-kicker {
  margin-bottom: 4px;
  color: var(--bp-deep);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blueprint-panel-title strong {
  color: var(--xa-heading);
  font-size: 17px;
  font-weight: 780;
}

/* ---------- 第一层：用户业务路径 ---------- */
.blueprint-journey {
  position: relative;
  grid-column: 1 / -1;
  min-width: 0;
  padding: 24px 28px 28px;
  border: 1px solid var(--bp-border);
  border-radius: 16px;
  background: #fcfefd;
}

.blueprint-panel-title {
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.blueprint-channel {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 1px solid var(--bp-border);
  border-radius: 999px;
  color: var(--bp-deep);
  background: var(--bp-light);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  margin-left: auto;
}

.blueprint-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blueprint-step {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  min-height: 96px;
  padding: 16px 20px;
  border: 1px solid var(--bp-border);
  border-radius: 12px;
  background: #fff;
  text-align: left;
  transition: box-shadow 0.2s ease;
}

.blueprint-step:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* 去掉三色交替，全部统一 */
.blueprint-step:nth-child(3n + 2),
.blueprint-step:nth-child(3n + 3) {
  border-color: var(--bp-border);
  background: #fff;
}

.blueprint-step:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -18px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: var(--bp-deep);
  background: var(--bp-light);
  content: "→";
  font-size: 13px;
  font-weight: 600;
  transform: translateY(-50%);
  z-index: 2;
}

.blueprint-step:nth-child(3n + 2):not(:last-child)::after {
  color: #3d6db5;
  background: #edf4ff;
}

.blueprint-step:nth-child(3n + 3):not(:last-child)::after {
  color: #b87a2b;
  background: #fef7ec;
}

.blueprint-step-no {
  position: static;
  align-self: flex-start;
  margin-top: 2px;
  color: #bbb;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

/* 图标多样配色：绿 / 蓝 / 琥珀 */
.blueprint-step-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  margin: 0;
  place-items: center;
  border-radius: 12px;
  color: var(--bp-deep);
  background: var(--bp-light);
  font-size: 20px;
}

.blueprint-step:nth-child(3n + 2) .blueprint-step-icon {
  color: #3d6db5;
  background: #edf4ff;
}

.blueprint-step:nth-child(3n + 3) .blueprint-step-icon {
  color: #b87a2b;
  background: #fef7ec;
}

.blueprint-step:nth-child(3n + 2) .blueprint-step-no,
.blueprint-step:nth-child(3n + 3) .blueprint-step-no {
  color: #bbb;
}

.blueprint-step-copy {
  min-width: 0;
}

.blueprint-step h3 {
  margin: 0 0 3px;
  color: var(--xa-heading);
  font-size: 15px;
  font-weight: 780;
}

.blueprint-step p {
  margin: 0;
  color: var(--xa-text-muted);
  font-size: 12px;
  overflow-wrap: anywhere;
}

/* ---------- 第二层：Web 管理后台 ---------- */
.blueprint-console {
  position: relative;
  display: block;
  min-width: 0;
  padding: 24px 28px;
  border: 1px solid var(--bp-border);
  border-radius: 16px;
  background: #fcfefd;
}

.blueprint-console-head {
  gap: 12px;
  margin-bottom: 18px;
}

.blueprint-console-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--bp-border);
  border-radius: 10px;
  color: var(--bp-deep);
  background: #fff;
  font-size: 18px;
}

/* 排除 .blueprint-layer-index，避免 display:block 覆盖其 grid 布局导致序号偏位 */
.blueprint-console-head span:not(.blueprint-console-icon):not(.blueprint-layer-index) {
  display: block;
  color: #8fa89c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.blueprint-console-head .blueprint-layer-index {
  display: grid;
  color: #fff;
  background: var(--bp-green);
  font-size: 12px;
}

.blueprint-console-head h3 {
  margin: 2px 0 0;
  color: var(--xa-heading);
  font-size: 17px;
  font-weight: 780;
}

.blueprint-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--bp-deep) !important;
  background: var(--bp-light);
  font-size: 11px !important;
  font-weight: 700;
  white-space: nowrap;
}

.blueprint-console-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 0.3fr);
  gap: 14px;
  align-items: stretch;
  padding-left: 52px;
}

.blueprint-console-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.blueprint-console-grid span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--bp-border);
  border-radius: 10px;
  background: #fff;
  color: #476255;
  font-size: 12px;
  font-weight: 650;
}

.blueprint-console-grid strong {
  color: inherit;
  font-size: inherit;
  font-weight: 720;
}

/* 控制台图标四色交替：绿 / 蓝 / 紫 / 橙 */
.blueprint-console-grid i {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  color: var(--bp-deep);
  background: var(--bp-light);
  font-size: 14px;
}

.blueprint-console-grid span:nth-child(4n + 2) i {
  color: #3d6db5;
  background: #edf4ff;
}

.blueprint-console-grid span:nth-child(4n + 3) i {
  color: #7d4d9e;
  background: #f3ecf9;
}

.blueprint-console-grid span:nth-child(4n + 4) i {
  color: #b87a2b;
  background: #fef7ec;
}

.blueprint-console-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  padding: 14px 16px;
  border: 1px solid var(--bp-border);
  border-radius: 12px;
  background: #fff;
}

.blueprint-console-status > i {
  color: var(--bp-green);
  font-size: 20px;
}

.blueprint-console-status span,
.blueprint-console-status strong {
  display: block;
}

.blueprint-console-status span {
  color: #71877b;
  font-size: 11px;
}

.blueprint-console-status strong {
  margin-bottom: 1px;
  color: var(--xa-heading);
  font-size: 13px;
}

/* ---------- 第三层：业务对接 ---------- */
.blueprint-connectors {
  min-width: 0;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
  padding: 24px 22px;
  border: 1px solid var(--bp-border);
  border-radius: 14px;
  background: #fcfefd;
}

.blueprint-connectors-title {
  flex: 0 0 auto;
  gap: 10px;
}

.blueprint-connectors-title .blueprint-layer-index {
  margin-right: 2px;
}

.blueprint-plug {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  color: var(--bp-deep);
  background: var(--bp-light);
  font-size: 16px;
}

.blueprint-connectors-title strong,
.blueprint-connectors-title small {
  display: block;
}

.blueprint-connectors-title strong {
  color: var(--xa-heading);
  font-size: 14px;
  font-weight: 780;
}

.blueprint-connectors-title small {
  color: var(--xa-text-muted);
  font-size: 11px;
}

.blueprint-tags {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
}

.blueprint-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 calc(50% - 4px);
  gap: 6px;
  padding: 6px 14px;
  border: 1px solid var(--bp-border);
  border-radius: 999px;
  color: #536b5f;
  background: #fff;
  font-size: 12px;
  font-weight: 650;
  overflow-wrap: anywhere;
  text-align: center;
}

/* 标签图标五色交替 */
.blueprint-tags i {
  color: var(--bp-green);
}

.blueprint-tags span:nth-child(5n + 2) i {
  color: #3d6db5;
}

.blueprint-tags span:nth-child(5n + 3) i {
  color: #7d4d9e;
}

.blueprint-tags span:nth-child(5n + 4) i {
  color: #b87a2b;
}

.blueprint-tags span:nth-child(5n + 5) i {
  color: #2b8f9a;
}

.solution-blueprint-caption {
  margin: 16px 0 0;
  color: var(--xa-text-tertiary);
  font-size: 12px;
  text-align: center;
}

/* ========== 响应式 ========== */
@media (max-width: 991.98px) {
  .solution-blueprint {
    grid-template-columns: 1fr;
  }

  .blueprint-journey {
    grid-column: auto;
  }

  .blueprint-console-body {
    grid-template-columns: 1fr;
  }

  .blueprint-connectors {
    grid-column: auto;
    align-items: flex-start;
    flex-direction: column;
  }

  .blueprint-tags {
    justify-content: flex-start;
  }

  .blueprint-tags span {
    flex: 0 1 auto;
  }
}

@media (max-width: 767.98px) {
  .blueprint-flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .blueprint-step:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -20px;
    transform: translateX(50%) rotate(90deg);
  }
}

@media (max-width: 575.98px) {
  .solution-blueprint-section {
    padding-top: 48px;
  }

  .solution-blueprint {
    padding: 12px;
    border-radius: 16px;
  }

  .blueprint-journey,
  .blueprint-console {
    padding: 18px;
  }

  .blueprint-panel-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .blueprint-channel {
    margin-left: 0;
  }

  .blueprint-flow {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .blueprint-step {
    min-height: 0;
    padding: 14px 12px;
  }

  .blueprint-step:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -20px;
    transform: translateX(50%) rotate(90deg);
  }

  .blueprint-console-head {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .blueprint-live {
    margin-left: 40px;
  }

  .blueprint-console-body {
    padding-left: 0;
  }

  .blueprint-console-grid {
    grid-template-columns: 1fr;
  }

  .blueprint-step p {
    white-space: normal;
  }
}

.solution-fill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.solution-fill-grid > * {
  flex: 1 1 240px;
  min-width: 0;
}

.solution-fill-cell > * {
  width: 100%;
}

.appointment-product-card {
  border-radius: 14px;
}

.appointment-product-card:hover {
  transform: none;
}

.appointment-product-card .psc-img-wrap {
  aspect-ratio: 4 / 3;
}

.appointment-product-card .psc-body {
  padding: 16px 18px 18px;
}

.appointment-product-card .solution-case-label {
  align-self: flex-start;
  margin-bottom: 10px;
}

/* ========== 动态解决方案详情页：九段固定结构 ========== */
.solution-detail-hero .hero-lead {
  max-width: 620px;
}

.solution-detail-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin: 24px 0 30px;
}

.solution-detail-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--xa-text);
  font-size: 14px;
  font-weight: 700;
}

.solution-detail-points i {
  color: var(--xa-primary);
}

.solution-pain-grid,
.solution-capability-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.solution-tech-grid {
  display: grid;
  gap: 18px;
}

.solution-pain-grid > *,
.solution-capability-grid > * {
  flex: 0 1 calc((100% - 36px) / 3);
  min-width: 0;
}

.solution-pain-card {
  position: relative;
  min-height: 220px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #dcebe3;
  border-radius: 22px;
  background: #fff;
  overflow-wrap: anywhere;
}

.solution-pain-card > i {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  place-items: center;
  border-radius: 15px;
  color: #d97706;
  background: #fff5df;
  font-size: 22px;
}

.solution-card-index {
  position: absolute;
  top: 24px;
  right: 26px;
  color: #d7e2dc;
  font-size: 28px;
  font-weight: 850;
}

.solution-pain-card h3,
.solution-capability-card h3,
.solution-panel-heading h3,
.solution-tech-grid h4,
.solution-delivery-panel h4,
.solution-process-track h3 {
  color: var(--xa-heading);
  font-weight: 800;
}

.solution-pain-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.solution-pain-card p,
.solution-capability-card p,
.solution-tech-grid p,
.solution-delivery-panel p,
.solution-process-track p {
  margin: 0;
  color: var(--xa-text-muted);
  line-height: 1.7;
}

.solution-scenario-grid {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.solution-scenario-grid > * {
  flex: 0 1 calc((100% - 72px) / 4);
  min-width: 0;
  overflow-wrap: anywhere;
}

.solution-capability-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--xa-border);
  border-radius: 18px;
  background: #fff;
  overflow-wrap: anywhere;
}

.solution-capability-card > span {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 19px;
}

.solution-capability-card h3 {
  margin: 1px 0 6px;
  font-size: 17px;
}

.solution-capability-card p {
  font-size: 14px;
}

.solution-process-track {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.solution-process-track::before {
  position: absolute;
  top: 28px;
  right: 8%;
  left: 8%;
  height: 2px;
  background: #cbe8d6;
  content: "";
}

.solution-process-track article {
  position: relative;
  flex: 0 1 calc((100% - 56px) / 5);
  min-width: 0;
  padding: 0 8px;
  overflow-wrap: anywhere;
  text-align: center;
}

.solution-process-track:not(:has(article:nth-child(5)))::before,
.solution-process-track:has(article:nth-child(6))::before {
  display: none;
}

.solution-process-track article > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  place-items: center;
  border: 7px solid var(--xa-bg);
  border-radius: 50%;
  color: #fff;
  background: var(--xa-primary-dark);
  font-size: 13px;
  font-weight: 850;
}

.solution-process-track h3 {
  margin: 0 0 7px;
  font-size: 16px;
}

.solution-process-track p {
  font-size: 13px;
}

/* --------------------------------------------
   Color rotation for solution-detail icons
   Reuses the same 6-color palette as scenario-card
   to give each section a vibrant, varied look.
   -------------------------------------------- */

/* Hero check icons (solution-detail-points) */
.solution-detail-points span:nth-child(6n + 2) i { color: #3b82f6; }
.solution-detail-points span:nth-child(6n + 3) i { color: #a855f7; }
.solution-detail-points span:nth-child(6n + 4) i { color: #f59e0b; }
.solution-detail-points span:nth-child(6n + 5) i { color: #14b8a6; }
.solution-detail-points span:nth-child(6n + 6) i { color: #ef4444; }

/* Pain-point card icons */
.solution-pain-card:nth-child(6n + 2) > i {
  color: #3b82f6;
  background: #eef5ff;
}
.solution-pain-card:nth-child(6n + 3) > i {
  color: #a855f7;
  background: #f7f0ff;
}
.solution-pain-card:nth-child(6n + 4) > i {
  color: #f59e0b;
  background: #fff7e6;
}
.solution-pain-card:nth-child(6n + 5) > i {
  color: #14b8a6;
  background: #e9fbf8;
}
.solution-pain-card:nth-child(6n + 6) > i {
  color: #ef4444;
  background: #fff0f0;
}

/* Capability card icons */
.solution-capability-card:nth-child(6n + 2) > span {
  color: #3b82f6;
  background: #eef5ff;
}
.solution-capability-card:nth-child(6n + 3) > span {
  color: #a855f7;
  background: #f7f0ff;
}
.solution-capability-card:nth-child(6n + 4) > span {
  color: #f59e0b;
  background: #fff7e6;
}
.solution-capability-card:nth-child(6n + 5) > span {
  color: #14b8a6;
  background: #e9fbf8;
}
.solution-capability-card:nth-child(6n + 6) > span {
  color: #ef4444;
  background: #fff0f0;
}

/* Process-track step numbers */
.solution-process-track article:nth-child(6n + 2) > span {
  background: #3b82f6;
}
.solution-process-track article:nth-child(6n + 3) > span {
  background: #a855f7;
}
.solution-process-track article:nth-child(6n + 4) > span {
  background: #f59e0b;
}
.solution-process-track article:nth-child(6n + 5) > span {
  background: #14b8a6;
}
.solution-process-track article:nth-child(6n + 6) > span {
  background: #ef4444;
}

.solution-foundation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 20px;
}

.solution-tech-panel,
.solution-delivery-panel {
  padding: 28px;
  border-radius: 24px;
}

.solution-tech-panel {
  border: 1px solid var(--xa-border);
  background: #fff;
}

.solution-delivery-panel {
  color: var(--xa-text);
  border: 1px solid #dcebe3;
  background: linear-gradient(145deg, #f6faf7, #edf6f0);
}

.solution-panel-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.solution-panel-heading > span {
  padding: 5px 8px;
  border-radius: 7px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
}

.solution-panel-heading h3 {
  margin: 0;
  font-size: 20px;
}

.solution-tech-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solution-tech-grid article {
  display: flex;
  gap: 12px;
  padding: 17px;
  border-radius: 15px;
  background: #f6faf7;
}

.solution-tech-grid article > i {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 20px;
}

.solution-tech-grid article:nth-child(6n + 2) > i,
.solution-delivery-panel li:nth-child(6n + 2) > span {
  color: #3b82f6;
  background: #eaf2ff;
}

.solution-tech-grid article:nth-child(6n + 3) > i,
.solution-delivery-panel li:nth-child(6n + 3) > span {
  color: #a855f7;
  background: #f5ebff;
}

.solution-tech-grid article:nth-child(6n + 4) > i,
.solution-delivery-panel li:nth-child(6n + 4) > span {
  color: #d97706;
  background: #fff3d9;
}

.solution-tech-grid article:nth-child(6n + 5) > i,
.solution-delivery-panel li:nth-child(6n + 5) > span {
  color: #0f9f92;
  background: #e4f8f5;
}

.solution-tech-grid article:nth-child(6n + 6) > i,
.solution-delivery-panel li:nth-child(6n + 6) > span {
  color: #e05252;
  background: #ffeded;
}

.solution-tech-grid h4,
.solution-delivery-panel h4 {
  margin: 0 0 5px;
  font-size: 15px;
}

.solution-tech-grid p,
.solution-delivery-panel p {
  font-size: 12px;
}

.solution-delivery-panel .solution-panel-heading h3,
.solution-delivery-panel h4 {
  color: var(--xa-heading);
}

.solution-delivery-panel .solution-panel-heading > span {
  color: var(--xa-primary-dark);
  background: #dff2e6;
}

.solution-delivery-panel ol {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-delivery-panel li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}

.solution-delivery-panel li > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  color: var(--xa-primary-dark);
  background: #dff2e6;
  font-size: 12px;
  font-weight: 800;
}

.solution-delivery-panel p {
  color: var(--xa-text-muted);
}

.solution-faq-empty {
  padding: 30px;
  border: 1px dashed var(--xa-border);
  border-radius: 18px;
  color: var(--xa-text-muted);
  background: var(--xa-bg);
  text-align: center;
}

@media (max-width: 991.98px) {
  .solution-pain-grid > *,
  .solution-capability-grid > * {
    flex-basis: calc((100% - 18px) / 2);
  }

  .solution-scenario-grid > * {
    flex-basis: calc((100% - 24px) / 2);
  }

  .solution-foundation-layout {
    grid-template-columns: 1fr;
  }

  .solution-process-track {
    gap: 18px;
  }

  .solution-process-track article {
    flex-basis: calc((100% - 36px) / 3);
  }

  .solution-process-track::before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .solution-pain-grid > *,
  .solution-scenario-grid > *,
  .solution-capability-grid > *,
  .solution-process-track article {
    flex-basis: 100%;
  }

  .solution-tech-grid {
    grid-template-columns: 1fr !important;
  }

  .solution-pain-card {
    min-height: 0;
  }

  .solution-process-track article {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 14px;
    padding: 0;
    text-align: left;
  }

  .solution-process-track article > span {
    grid-row: 1 / 3;
    width: 52px;
    height: 52px;
    margin: 0;
  }
}

/* 流程对比表格 */
.compare-table {
  border: 1px solid var(--xa-border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--xa-white);
}

.compare-row {
  display: grid;
  grid-template-columns: 140px 1fr 1fr;
  gap: 0;
}

.compare-head {
  background: var(--xa-bg-soft);
  font-weight: 600;
  font-size: 14px;
}

.compare-head .compare-col {
  padding: 14px 18px;
  color: var(--xa-heading);
}

.compare-row:not(.compare-head) {
  border-top: 1px solid var(--xa-border);
}

.compare-col {
  padding: 16px 18px;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--xa-text);
}

.compare-col-left {
  font-weight: 600;
  color: var(--xa-heading);
  background: var(--xa-bg);
}

.compare-col-traditional {
  background: #fafbfc;
  border-left: 1px solid var(--xa-border);
  border-right: 1px solid var(--xa-border);
}

.compare-col-miniprogram {
  background: rgba(232, 248, 239, 0.4);
}

.compare-label strong {
  font-size: 13.5px;
}

/* 父级页面具体小程序展示卡片（可点击链接） */
.parent-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.parent-showcase-card {
  display: flex;
  flex-direction: column;
  background: var(--xa-white);
  border: 1px solid var(--xa-border);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
  overflow: hidden;
}

.parent-showcase-card:hover {
  border-color: var(--xa-primary);
  box-shadow: 0 4px 24px rgba(7, 193, 96, 0.08);
  transform: translateY(-2px);
}

.psc-img-wrap {
  margin: 0;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 2.2;
  background: var(--xa-bg);
}

.psc-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform-origin: top center;
  transition: transform 0.3s ease;
}

.parent-showcase-card:hover .psc-img-wrap img {
  transform: scale(1.03);
}

.psc-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.psc-body h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--xa-heading);
  margin-bottom: 8px;
}

.psc-body p {
  font-size: 14px;
  color: var(--xa-text-muted);
  line-height: 1.6;
  margin-bottom: 12px;
  flex-grow: 1;
}

.psc-link {
  font-size: 13px;
  color: var(--xa-primary);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.psc-link i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.parent-showcase-card:hover .psc-link i {
  transform: translateX(3px);
}

/* 管理后台能力卡片 */
.admin-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.admin-cap-card {
  background: var(--xa-white);
  border: 1px solid var(--xa-border);
  border-radius: 10px;
  padding: 24px 20px;
  transition: all 0.2s ease;
}

.admin-cap-card:hover {
  border-color: var(--xa-primary);
  box-shadow: 0 2px 12px rgba(7, 193, 96, 0.06);
}

.acc-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--xa-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--xa-primary);
  font-size: 20px;
  margin-bottom: 14px;
}

.admin-cap-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--xa-heading);
  margin-bottom: 6px;
}

.admin-cap-card p {
  font-size: 13px;
  color: var(--xa-text-muted);
  line-height: 1.6;
}

/* 案例元信息标签 */
.case-meta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.cm-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--xa-text-muted);
  background: var(--xa-bg-soft);
  padding: 5px 12px;
  border-radius: 100px;
}

.cm-tag i {
  font-size: 13px;
  color: var(--xa-primary);
}

/* 底部 CTA */
/* 父级页面响应式：平板 */
@media (max-width: 991.98px) {
  .solution-hero.compact {
    padding: calc(48px + var(--xa-header-height)) 0 32px;
  }

  .appointment-solution-page .scenario-analysis .scenario-grid,
  .appointment-solution-page .solution-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compare-row {
    grid-template-columns: 110px 1fr 1fr;
  }

  .compare-col {
    padding: 12px 14px;
    font-size: 13px;
  }

  .parent-showcase-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .admin-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

/* 父级页面响应式：手机 */
@media (max-width: 575.98px) {
  .solution-hero.compact {
    padding: calc(40px + var(--xa-header-height)) 0 24px;
  }

  .appointment-solution-page .scenario-analysis .scenario-grid,
  .appointment-solution-page .solution-feature-grid {
    grid-template-columns: 1fr;
  }

  .solution-fill-grid > * {
    flex-basis: 100%;
  }

  .solution-hero h1 {
    font-size: 36px;
  }

  .hero-slogan {
    font-size: 15px;
  }

  /* 对比表改为纵向堆叠 */
  .compare-row {
    grid-template-columns: 1fr;
  }

  .compare-head .compare-col-left,
  .compare-col-left {
    display: none;
  }

  .compare-col-traditional,
  .compare-col-miniprogram {
    border-left: none;
    border-right: none;
  }

  .compare-row:not(.compare-head) .compare-col-traditional {
    border-bottom: 1px solid var(--xa-border);
    position: relative;
  }

  .compare-row:not(.compare-head) .compare-col-traditional::before {
    content: '传统方式';
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--xa-text-muted);
    margin-bottom: 4px;
  }

  .compare-row:not(.compare-head) .compare-col-miniprogram::before {
    content: '小程序方式';
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--xa-primary-dark);
    margin-bottom: 4px;
  }

  .parent-showcase-card {
    flex-direction: row;
  }

  .psc-img-wrap {
    width: 140px;
    min-width: 140px;
    aspect-ratio: auto;
    height: auto;
  }

  .psc-body {
    padding: 16px;
  }

  .psc-body h3 {
    font-size: 15px;
  }

  .psc-body p {
    font-size: 13px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .admin-capability-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .admin-cap-card {
    padding: 18px 16px;
  }

}

/* ========== 关于小艾页专属样式（作用域 .about-page，不影响其他页面） ========== */

/* ---- Hero 区域 ---- */
.about-page .about-hero {
  padding: calc(56px + var(--xa-header-height)) 0 58px;
  background:
    linear-gradient(180deg, rgba(232, 248, 239, 0.35), rgba(247, 250, 252, 0.5)),
    var(--xa-bg-soft);
}

.about-page .about-hero-text h1 {
  font-size: var(--xa-title-inner);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
  color: var(--xa-dark);
}

.about-page .about-position {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--xa-primary);
  background: rgba(16, 185, 129, 0.08);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  border: 1px solid rgba(16, 185, 129, 0.15);
}

.about-page .hero-lead {
  font-size: 15px;
  line-height: 1.7;
  color: var(--xa-text-secondary);
  max-width: 520px;
}

/* 右侧品牌视觉卡片 */
.about-page .about-hero-visual {
  position: relative;
  padding: 24px;
  background: var(--xa-white);
  border: 1px solid var(--xa-border);
  border-radius: 18px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
}

.about-page .about-brand-board {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(7, 193, 96, 0.16);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 44%, rgba(7, 193, 96, 0.14), transparent 34%),
    linear-gradient(145deg, #fff, var(--xa-bg-soft));
}

.about-page .about-brand-board::before {
  content: "";
  position: absolute;
  inset: 34px;
  border-radius: 50%;
  border: 1px dashed rgba(7, 193, 96, 0.28);
}

.about-page .about-brand-emblem {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 220px;
  height: 132px;
  place-items: center;
  padding: 22px;
  border: 1px solid rgba(7, 193, 96, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(16, 42, 67, 0.08);
  transform: translate(-50%, -50%);
}

.about-page .about-brand-emblem img {
  width: 172px;
  height: auto;
  object-fit: contain;
}

.about-page .about-brand-ring {
  position: absolute;
  border: 1px solid rgba(7, 193, 96, 0.18);
  border-radius: 50%;
}

.about-page .about-brand-ring.ring-one {
  inset: 70px 118px;
}

.about-page .about-brand-ring.ring-two {
  inset: 42px 70px;
}

.about-page .about-brand-chip {
  position: absolute;
  padding: 8px 13px;
  border: 1px solid rgba(7, 193, 96, 0.16);
  border-radius: 999px;
  color: var(--xa-primary-dark);
  background: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 780;
  box-shadow: 0 10px 24px rgba(16, 42, 67, 0.055);
  white-space: nowrap;
}

.about-page .about-brand-chip.chip-a {
  top: 34px;
  left: 34px;
}

.about-page .about-brand-chip.chip-b {
  top: 48px;
  right: 30px;
  color: var(--xa-tone-blue);
  border-color: rgba(37, 99, 235, 0.16);
  background: rgba(234, 241, 255, 0.9);
}

.about-page .about-brand-chip.chip-c {
  bottom: 44px;
  left: 46px;
  color: var(--xa-tone-cyan);
  border-color: rgba(8, 145, 178, 0.16);
  background: rgba(230, 250, 255, 0.9);
}

.about-page .about-brand-chip.chip-d {
  right: 42px;
  bottom: 34px;
  color: var(--xa-tone-orange);
  border-color: rgba(217, 119, 6, 0.16);
  background: rgba(255, 244, 223, 0.9);
}

.about-page .about-brand-capabilities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
  margin-top: 8px;
}

.about-page .about-brand-capabilities span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--xa-text-secondary);
  padding: 7px 10px;
  background: var(--xa-bg-soft);
  border-radius: 10px;
}

.about-page .about-brand-capabilities i {
  color: var(--xa-primary);
  font-size: 14px;
}

.about-page .about-brand-capabilities span:nth-child(2) {
  color: var(--xa-tone-blue);
  background: var(--xa-tone-blue-soft);
}

.about-page .about-brand-capabilities span:nth-child(3) {
  color: var(--xa-tone-cyan);
  background: var(--xa-tone-cyan-soft);
}

.about-page .about-brand-capabilities span:nth-child(4) {
  color: var(--xa-tone-purple);
  background: var(--xa-tone-purple-soft);
}

.about-page .about-brand-capabilities span:nth-child(2) i {
  color: var(--xa-tone-blue);
}

.about-page .about-brand-capabilities span:nth-child(3) i {
  color: var(--xa-tone-cyan);
}

.about-page .about-brand-capabilities span:nth-child(4) i {
  color: var(--xa-tone-purple);
}

/* ---- 公司介绍面板 ---- */
.about-page .about-intro-panel {
  background: var(--xa-white);
  border: 1px solid var(--xa-border);
  border-radius: 14px;
  padding: 28px 30px;
  line-height: 1.75;
  color: var(--xa-text-secondary);
}

.about-page .about-intro-panel p {
  margin-bottom: 16px;
}

.about-page .about-intro-panel p:last-of-type {
  margin-bottom: 0;
}

/* ---- 服务能力网格（6 卡片） ---- */
.about-page .about-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.about-page .about-srv-card {
  background: var(--xa-white);
  border: 1px solid var(--xa-border);
  border-radius: 14px;
  padding: 26px 22px;
  transition: all 0.25s ease;
}

.about-page .about-srv-card:hover {
  border-color: rgba(7, 193, 96, 0.3);
  box-shadow: 0 4px 16px rgba(7, 193, 96, 0.08);
  transform: none;
}

.about-page .asr-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 185, 129, 0.08);
  border-radius: 12px;
  margin-bottom: 14px;
}

.about-page .asr-icon i {
  font-size: 22px;
  color: var(--xa-primary);
}

.about-page .about-srv-card:nth-child(5n + 2) .asr-icon {
  background: var(--xa-tone-blue-soft);
}

.about-page .about-srv-card:nth-child(5n + 2) .asr-icon i {
  color: var(--xa-tone-blue);
}

.about-page .about-srv-card:nth-child(5n + 3) .asr-icon {
  background: var(--xa-tone-cyan-soft);
}

.about-page .about-srv-card:nth-child(5n + 3) .asr-icon i {
  color: var(--xa-tone-cyan);
}

.about-page .about-srv-card:nth-child(5n + 4) .asr-icon {
  background: var(--xa-tone-purple-soft);
}

.about-page .about-srv-card:nth-child(5n + 4) .asr-icon i {
  color: var(--xa-tone-purple);
}

.about-page .about-srv-card:nth-child(5n) .asr-icon {
  background: var(--xa-tone-orange-soft);
}

.about-page .about-srv-card:nth-child(5n) .asr-icon i {
  color: var(--xa-tone-orange);
}

.about-page .about-srv-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--xa-dark);
}

.about-page .about-srv-card p {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--xa-text-secondary);
  margin: 0;
}

/* ---- 解决方案体系 ---- */
.about-page .about-solution-system {
  margin-top: 28px;
}

.about-page .about-ss-subtitle {
  font-size: 17px;
  font-weight: 600;
  color: var(--xa-dark);
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--xa-border-light);
}

/* 通用解决方案卡片 */
.about-page .about-gen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-page .about-gen-card {
  background: var(--xa-white);
  border: 1px solid var(--xa-border);
  border-radius: 12px;
  padding: 20px 16px;
  transition: all 0.25s ease;
}

.about-page .about-gen-card:hover {
  border-color: rgba(7, 193, 96, 0.3);
  box-shadow: 0 3px 12px rgba(7, 193, 96, 0.07);
}

.about-page .about-gen-card i {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: var(--xa-tone-green-soft);
  font-size: 22px;
  color: var(--xa-primary);
  margin-bottom: 10px;
}

.about-page .about-gen-card:nth-child(5n + 2) i {
  color: var(--xa-tone-blue);
  background: var(--xa-tone-blue-soft);
}

.about-page .about-gen-card:nth-child(5n + 3) i {
  color: var(--xa-tone-cyan);
  background: var(--xa-tone-cyan-soft);
}

.about-page .about-gen-card:nth-child(5n + 4) i {
  color: var(--xa-tone-orange);
  background: var(--xa-tone-orange-soft);
}

.about-page .about-gen-card:nth-child(5n) i {
  color: var(--xa-tone-purple);
  background: var(--xa-tone-purple-soft);
}

.about-page .about-gen-card h4 {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--xa-dark);
  margin-bottom: 6px;
}

.about-page .about-gen-card p {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--xa-text-secondary);
  margin: 0;
}

/* 行业解决方案标签云 */
.about-page .about-industry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-page .about-industry-tags a {
  display: inline-block;
  font-size: 13px;
  color: var(--xa-text-secondary);
  background: var(--xa-white);
  border: 1px solid var(--xa-border);
  padding: 7px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.about-page .about-industry-tags a:hover {
  color: var(--xa-primary);
  border-color: rgba(16, 185, 129, 0.35);
  background: rgba(16, 185, 129, 0.04);
}

/* ---- 荣誉与服务能力展示 ---- */
.about-page .about-qualification-panel {
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--xa-border);
  border-radius: 16px;
  background: var(--xa-white);
  box-shadow: 0 14px 38px rgba(16, 42, 67, 0.06);
}

.about-page .about-qualification-panel figure {
  margin: 0;
  background: var(--xa-white);
}

.about-page .about-qualification-panel img {
  display: block;
  width: 100%;
  height: auto;
}

.about-page .about-qualification-group {
  display: grid;
  gap: 22px;
}

.about-page .about-qualification-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.about-page .about-qualification-item {
  display: grid;
  margin: 0;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--xa-border);
  border-radius: 14px;
  background: var(--xa-white);
  box-shadow: 0 10px 28px rgba(16, 42, 67, 0.045);
}

.about-page .about-qualification-grid.is-horizontal .about-qualification-item {
  aspect-ratio: 1.48;
  padding: 10px;
}

.about-page .about-qualification-grid.is-vertical .about-qualification-item {
  aspect-ratio: 0.7;
  padding: 12px;
}

.about-page .about-qualification-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-page .about-honor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.about-page .about-honor-card {
  background: var(--xa-white);
  border: 1px solid var(--xa-border);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.25s ease;
}

.about-page .about-honor-card:hover {
  border-color: rgba(7, 193, 96, 0.3);
  box-shadow: 0 4px 16px rgba(7, 193, 96, 0.08);
}

.about-page .about-honor-card figure {
  margin: 0;
  padding: 0;
  background: var(--xa-bg-soft);
  aspect-ratio: 2.15;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.about-page .about-honor-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.about-page .ahc-body {
  padding: 16px 18px;
}

.about-page .ahc-body h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--xa-dark);
  margin-bottom: 6px;
}

.about-page .ahc-body p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--xa-text-secondary);
  margin: 0;
}

/* ---- 服务流程列表 ---- */
.about-page .about-process-list {
  --process-gap: 42px;
  --process-marker-size: 46px;
  --process-card-padding: 24px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--process-gap);
}

.about-page .about-process-step {
  --step-accent: var(--xa-primary);
  --step-accent-dark: #059669;
  --step-accent-rgb: 7, 193, 96;
  position: relative;
  display: flex;
  min-height: 224px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: var(--process-card-padding);
  overflow: visible;
  border: 1px solid var(--xa-border);
  border-radius: 18px;
  background: var(--xa-white);
  box-shadow:
    inset 0 3px 0 rgba(7, 193, 96, 0.7),
    0 12px 30px rgba(16, 42, 67, 0.055);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-page .about-process-step:hover {
  border-color: rgba(7, 193, 96, 0.3);
  box-shadow:
    inset 0 3px 0 var(--xa-primary),
    0 18px 38px rgba(16, 42, 67, 0.09);
}

.about-page .about-process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: calc(6px - var(--process-gap));
  width: calc(var(--process-gap) - 12px);
  height: 1px;
  background: rgba(7, 193, 96, 0.28);
}

.about-page .about-process-step:not(:last-child)::before {
  content: "\203A";
  position: absolute;
  top: calc(50% - 13px);
  right: -34px;
  z-index: 1;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  padding: 0 0 2px 1px;
  border: 1px solid rgba(7, 193, 96, 0.25);
  border-radius: 50%;
  color: var(--xa-primary);
  background: var(--xa-white);
  box-shadow: 0 5px 14px rgba(16, 42, 67, 0.1);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.about-page .aps-num {
  flex-shrink: 0;
  width: var(--process-marker-size);
  height: var(--process-marker-size);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(135deg, var(--step-accent), var(--step-accent-dark));
  border: 4px solid rgba(var(--step-accent-rgb), 0.11);
  border-radius: 50%;
  background-clip: padding-box;
  box-shadow: 0 7px 16px rgba(var(--step-accent-rgb), 0.2);
}

.about-page .about-process-step:nth-child(5n + 2) {
  --step-accent: #3b82f6;
  --step-accent-dark: #2563eb;
  --step-accent-rgb: 59, 130, 246;
}

.about-page .about-process-step:nth-child(5n + 3) {
  --step-accent: #06b6d4;
  --step-accent-dark: #0891b2;
  --step-accent-rgb: 6, 182, 212;
}

.about-page .about-process-step:nth-child(5n + 4) {
  --step-accent: #f59e0b;
  --step-accent-dark: #d97706;
  --step-accent-rgb: 245, 158, 11;
}

.about-page .about-process-step:nth-child(5n) {
  --step-accent: #8b5cf6;
  --step-accent-dark: #7c3aed;
  --step-accent-rgb: 139, 92, 246;
}

.about-page .aps-content {
  flex: 1;
  width: 100%;
  min-width: 0;
}

.about-page .aps-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--xa-dark);
  margin-bottom: 10px;
}

.about-page .aps-content p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--xa-text-secondary);
  margin: 0;
}

/* ---- 关于页 CTA 微调 ---- */
.about-page .about-cta-section .cta-panel {
  /* 继承公共 cta-panel 样式，此处仅预留作用域扩展 */
}

/* ============================================
   响应式：平板
   ============================================ */
@media (max-width: 991.98px) {
  .about-page .about-gen-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-page .about-qualification-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-page .about-process-list {
    --process-gap: 32px;
    grid-template-columns: 1fr;
    gap: var(--process-gap);
  }

  .about-page .about-process-step {
    min-height: auto;
    flex-direction: row;
    gap: 20px;
    padding: var(--process-card-padding);
  }

  .about-page .about-process-step:not(:last-child)::after {
    top: calc(100% + 6px);
    right: auto;
    left: calc(50% - 1px);
    width: 2px;
    height: calc(var(--process-gap) - 12px);
    background: linear-gradient(180deg, rgba(7, 193, 96, 0.55), rgba(7, 193, 96, 0.18));
  }

  .about-page .about-process-step:not(:last-child)::before {
    top: calc(100% + 3px);
    right: auto;
    left: 50%;
    border: 1px solid rgba(7, 193, 96, 0.25);
    transform: translateX(-50%) rotate(90deg);
  }

  .about-page .about-honor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================
   响应式：手机
   ============================================ */
@media (max-width: 767.98px) {
  .about-page .about-hero {
    padding: calc(30px + var(--xa-header-height)) 0 28px;
  }

  .about-page .about-hero-text h1 {
    font-size: 1.85rem;
  }

  .about-page .about-position {
    font-size: 13px;
    padding: 5px 12px;
  }

  .about-page .hero-lead {
    font-size: 14px;
    max-width: 100%;
  }

  .about-page .about-hero-visual {
    padding: 22px 16px 18px;
  }

  .about-page .about-brand-board {
    min-height: 260px;
  }

  .about-page .about-brand-emblem {
    width: 178px;
    height: 108px;
  }

  .about-page .about-brand-emblem img {
    width: 140px;
  }

  .about-page .about-brand-chip {
    padding: 6px 10px;
    font-size: 12px;
  }

  .about-page .about-brand-capabilities {
    grid-template-columns: 1fr 1fr;
    gap: 6px 8px;
  }

  .about-page .about-brand-capabilities span {
    font-size: 12px;
    padding: 6px 8px;
  }

  .about-page .about-intro-panel {
    padding: 20px 18px;
  }

  .about-page .about-service-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .about-page .about-srv-card {
    padding: 20px 16px;
  }

  .about-page .about-gen-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .about-page .about-gen-card {
    padding: 16px 14px;
  }

  .about-page .about-industry-tags {
    gap: 8px;
  }

  .about-page .about-industry-tags a {
    font-size: 12px;
    padding: 6px 12px;
  }

  .about-page .about-honor-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .about-page .about-qualification-item {
    border-radius: 12px;
  }

  .about-page .about-qualification-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .about-page .about-honor-card figure {
    padding: 0;
  }

  .about-page .about-honor-card img {
    width: 100%;
    height: 100%;
  }

  .about-page .ahc-body {
    padding: 12px 14px;
  }

  .about-page .about-process-step {
    --process-card-padding: 18px;
    --process-marker-size: 42px;
    gap: 14px;
    padding: var(--process-card-padding);
  }

  .about-page .aps-num {
    font-size: 14px;
  }

  .about-page .aps-content h3 {
    font-size: 15px;
  }

  .about-page .aps-content p {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .about-page .about-brand-board {
    min-height: 232px;
  }

  .about-page .about-brand-chip.chip-a,
  .about-page .about-brand-chip.chip-c {
    left: 18px;
  }

  .about-page .about-brand-chip.chip-b,
  .about-page .about-brand-chip.chip-d {
    right: 18px;
  }

  .about-page .about-brand-capabilities,
  .about-page .about-service-grid,
  .about-page .about-gen-grid,
  .about-page .about-honor-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== 新闻资讯列表页专属样式（作用域 .news-page，不影响其他页面） ========== */

/* ---- 紧凑 Hero ---- */
.news-page .compact-news-hero {
  padding-top: calc(56px + var(--xa-header-height));
  padding-bottom: 58px;
}

.news-page .news-title-block h1 {
  font-size: var(--xa-title-inner);
  line-height: 1.2;
}

/* ---- 分类标签栏 ---- */
.news-page .news-category-bar {
  margin-top: 22px;
  padding-bottom: 0;
}

.news-page .news-list-category-bar {
  margin: 28px 0 0;
}

/* ---- 推荐阅读图文卡片 ---- */
.news-page .news-recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.news-page .news-recommend-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--xa-border);
  border-radius: 18px;
  background: #fff;
  transition: all 0.25s ease;
}

.news-page .news-recommend-card:hover {
  border-color: rgba(16, 185, 129, 0.3);
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.08);
  transform: translateY(-2px);
}

.news-page .news-recommend-media {
  display: block;
  aspect-ratio: 2.25;
  overflow: hidden;
  background: var(--xa-bg-soft);
}

.news-page .news-recommend-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform-origin: top center;
  transition: transform 0.35s ease;
}

.news-page .news-recommend-card:hover .news-recommend-media img {
  transform: scale(1.04);
}

.news-page .news-recommend-body {
  flex: 1;
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-page .news-recommend-body .article-meta-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--xa-text-tertiary);
}

.news-page .news-recommend-body .article-category {
  color: var(--xa-primary);
  font-weight: 500;
  background: rgba(16, 185, 129, 0.07);
  padding: 3px 9px;
  border-radius: 8px;
}

.news-page .news-recommend-body h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}

.news-page .news-recommend-body h3 a {
  color: var(--xa-dark);
  text-decoration: none;
}

.news-page .news-recommend-body h3 a:hover {
  color: var(--xa-primary);
}

.news-page .news-recommend-body p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--xa-text-secondary);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
}

.news-page .news-recommend-body .insight-link {
  display: none;
}

.news-page .news-recommend-body .insight-link:hover {
  gap: 7px;
}

/* ---- 资讯列表布局 ---- */
.news-page .news-list-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 38px;
  align-items: start;
}

/* ---- 图文左右结构文章列表 ---- */
.news-page .news-article-list {
  display: grid;
  gap: 18px;
  scroll-margin-top: calc(var(--xa-header-height) + 18px);
}

.news-page .news-article-item {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid var(--xa-border);
  border-radius: 16px;
  background: #fff;
  transition: all 0.25s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.news-page .news-article-item:hover {
  border-color: rgba(16, 185, 129, 0.28);
  box-shadow: 0 3px 14px rgba(16, 185, 129, 0.06);
}

.news-page .news-article-thumb {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: var(--xa-bg-soft);
  aspect-ratio: 16 / 9;
}

.news-page .news-article-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: top center;
  transform-origin: top center; */
  transition: transform 0.3s ease;
}

.news-page .news-article-item:hover .news-article-thumb img {
  transform: scale(1.05);
}

.news-page .news-article-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.news-page .news-article-body .article-meta-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--xa-text-tertiary);
}

.news-page .news-article-body .article-category {
  color: var(--xa-primary);
  font-weight: 500;
  background: rgba(16, 185, 129, 0.07);
  padding: 2px 8px;
  border-radius: 7px;
}

.news-page .news-article-body h3 {
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.42;
  margin: 0;
}

.news-page .news-article-body h3 a {
  color: var(--xa-dark);
  text-decoration: none;
}

.news-page .news-article-body h3 a:hover,
.news-page .news-article-item:hover .news-article-body h3 a {
  color: var(--xa-primary);
}

.news-page .news-article-body > p {
  font-size: 13.5px;
  line-height: 1.62;
  color: var(--xa-text-secondary);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---- 列表页右侧栏 ---- */
.news-page .news-page-sidebar {
  position: sticky;
  top: calc(var(--xa-header-height) + 24px);
  display: grid;
  gap: 18px;
  min-width: 0;
}

.news-page .news-page-sidebar .article-side-card {
  padding: 26px 28px;
  min-width: 0;
}

.news-page .news-page-sidebar .popular-list {
  gap: 15px;
  min-width: 0;
}

.news-page .news-page-sidebar .popular-list li {
  min-width: 0;
}

.news-page .news-page-sidebar .popular-list a {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ---- CTA 微调 ---- */
.news-page .news-cta-section {
  /* 继承公共 cta-section 样式，此处仅预留作用域扩展 */
}

/* ============================================
   新闻资讯详情页专属样式（作用域 .news-detail-page）
   ============================================ */

/* ---- 紧凑详情页 Hero ---- */
.news-detail-page .compact-article-hero {
  padding-top: calc(34px + var(--xa-header-height));
  padding-bottom: 24px;
}

/* ---- 标题 + 右侧栏双栏布局 ---- */
.news-detail-page .article-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.news-detail-page .article-main-title h1 {
  font-size: clamp(26px, 3.5vw, 38px);
  line-height: 1.2;
  font-weight: 700;
  color: var(--xa-dark);
  margin-bottom: 12px;
}

.news-detail-page .article-main-title > p:not(.article-hero-summary) {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--xa-text-secondary);
  max-width: 560px;
}

.news-detail-page .article-hero-summary {
  max-width: 680px;
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(7, 193, 96, 0.16);
  border-left: 4px solid var(--xa-primary);
  border-radius: 14px;
  color: #33485d;
  background: rgba(232, 248, 239, 0.52);
  font-size: 15px;
  line-height: 1.75;
}

.news-detail-page .article-main-title .article-meta-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 13px;
  color: var(--xa-text-tertiary);
}

.news-detail-page .article-main-title .article-category {
  color: var(--xa-primary);
  font-weight: 500;
  background: rgba(16, 185, 129, 0.08);
  padding: 4px 11px;
  border-radius: 8px;
}

.news-detail-page .article-hero-media {
  width: 100%;
  margin: 18px 0 0;
  overflow: hidden;
  border: 1px solid var(--xa-border);
  border-radius: 18px;
  background: var(--xa-bg-soft);
  aspect-ratio: 16 / 9;
}

.news-detail-page .article-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---- 详情页 Hero 右侧侧边栏 ---- */
.news-detail-page .article-hero-sidebar {
  display: grid;
  gap: 14px;
  margin-top: -8px;
}

.news-detail-page .article-hero-sidebar .article-side-card {
  padding: 22px 24px;
}

.news-detail-page .article-hero-sidebar .article-side-card h2 {
  margin-bottom: 12px;
  font-size: 22px;
}

.news-detail-page .article-hero-sidebar .article-side-card p {
  margin-bottom: 16px;
  font-size: 15px;
}

/* ---- 正文区域微调 ---- */
.news-detail-page .article-body-layout {
  gap: 34px;
}

.news-detail-page .article-content-main {
  max-width: 860px;
}

.news-detail-page .article-shell {
  padding-top: 18px;
  padding-bottom: 58px;
}

.news-detail-page .article-content h2 {
  margin: 34px 0 14px;
  font-size: 28px;
}

.news-detail-page .article-content p,
.news-detail-page .article-content li {
  font-size: 16px;
  line-height: 1.82;
}

.news-detail-page .article-content .lead {
  font-size: 18px;
  line-height: 1.78;
}

.news-detail-page .article-note {
  margin: 20px 0;
  padding: 18px 20px;
  border-radius: 14px;
}

.news-detail-page .article-pager {
  margin-top: 22px;
}

.news-detail-page .news-read-next article {
  padding: 24px;
  border: 1px solid var(--xa-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 42, 67, 0.05);
}

.news-detail-page .news-read-next article strong a {
  border: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}

/* ---- 轻量提示卡片 ---- */
.news-detail-page .article-checklist-note {
  border-left-color: var(--xa-primary);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.04), rgba(16, 185, 129, 0.02));
}

.news-detail-page .article-summary-tags {
  margin: 26px 0 22px;
}

/* ---- 详情页正文右侧栏（移动端隐藏） ---- */
.news-detail-page .article-detail-sidebar {
  display: none;
}

.news-detail-page .news-detail-related-section {
  padding-top: 0;
}

.news-detail-page .article-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.news-detail-page .article-related-panel {
  padding: 28px;
  border: 1px solid var(--xa-border);
  border-radius: 18px;
  background: #fff;
}

.news-detail-page .article-related-panel h2 {
  margin: 4px 0 10px;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 820;
}

.news-detail-page .article-related-panel > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--xa-text-muted);
}

.news-detail-page .article-related-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.news-detail-page .article-related-list a {
  display: grid;
  gap: 5px;
  padding: 16px 0;
  border-top: 1px solid var(--xa-border);
}

.news-detail-page .article-related-list span {
  width: fit-content;
  padding: 3px 9px;
  border-radius: 999px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 12px;
  font-weight: 760;
}

.news-detail-page .article-related-list strong {
  color: var(--xa-text);
  font-size: 17px;
  line-height: 1.4;
}

.news-detail-page .article-related-list em {
  color: var(--xa-text-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.6;
}

.news-detail-page .article-related-list a:hover strong {
  color: var(--xa-primary-dark);
}

.news-detail-page .article-bottom-sidebar {
  display: grid;
  gap: 16px;
}

/* ---- 详情页 CTA 微调 ---- */
.news-detail-page .news-detail-cta-section {
  /* 继承公共 cta-section 样式，此处仅预留作用域扩展 */
}

/* ---- 本轮资讯页补充：分类、分页、详情正文 ---- */
.news-page .news-category-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 980px;
}

.news-page .news-category-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid rgba(7, 193, 96, 0.18);
  border-radius: 999px;
  color: var(--xa-text);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 6px 18px rgba(16, 42, 67, 0.045);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.news-page .news-category-bar a:hover,
.news-page .news-category-bar a.active {
  color: var(--xa-primary-dark);
  border-color: rgba(7, 193, 96, 0.34);
  background: rgba(232, 248, 239, 0.92);
  box-shadow: 0 8px 22px rgba(7, 193, 96, 0.1);
}

.news-page .news-category-bar .tone-green,
.news-page .news-category-bar .tone-blue,
.news-page .news-category-bar .tone-cyan,
.news-page .news-category-bar .tone-orange,
.news-page .news-category-bar .tone-purple {
  border-color: rgba(7, 193, 96, 0.18);
  background: rgba(255, 255, 255, 0.76);
}

.news-page .news-article-item:hover,
.news-page .news-recommend-card:hover {
  transform: none;
}

.news-page .news-article-item:hover .news-article-thumb img,
.news-page .news-recommend-card:hover .news-recommend-media img {
  transform: none;
}

.news-page .news-pagination,
.cases-page .news-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
}

.news-page .news-pagination a,
.news-page .news-pagination span,
.cases-page .news-pagination a,
.cases-page .news-pagination span {
  display: inline-flex;
  box-sizing: border-box;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--xa-border);
  border-radius: 999px;
  line-height: 1;
  color: var(--xa-text);
  text-decoration: none;
  background: #fff;
}

.news-page .news-pagination a:hover,
.news-page .news-pagination .active,
.cases-page .news-pagination a:hover,
.cases-page .news-pagination .active {
  color: var(--xa-primary-dark);
  border-color: rgba(7, 193, 96, 0.34);
  background: var(--xa-primary-light);
}

.news-page .news-pagination .is-disabled,
.cases-page .news-pagination .is-disabled {
  color: var(--xa-text-tertiary);
  background: rgba(255, 255, 255, 0.62);
}

.popular-list span {
  display: block;
  overflow: hidden;
  color: var(--xa-text);
  font-weight: 730;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-keyword-cloud span:nth-child(5n + 1) {
  color: #047857;
  background: rgba(209, 250, 229, 0.72);
}

.news-keyword-cloud span:nth-child(5n + 2) {
  color: #1d4ed8;
  background: rgba(219, 234, 254, 0.72);
}

.news-keyword-cloud span:nth-child(5n + 3) {
  color: #0e7490;
  background: rgba(207, 250, 254, 0.72);
}

.news-keyword-cloud span:nth-child(5n + 4) {
  color: #b45309;
  background: rgba(254, 243, 199, 0.78);
}

.news-keyword-cloud span:nth-child(5n) {
  color: #6d28d9;
  background: rgba(237, 233, 254, 0.72);
}

.news-detail-page .news-detail-shell {
  padding-top: calc(44px + var(--xa-header-height));
  background: linear-gradient(180deg, var(--xa-bg-soft), #fff 320px);
}

.news-detail-page .news-detail-layout {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(0, 380px);
  gap: 38px;
}

.news-detail-page .article-content-main {
  width: 100%;
  max-width: none;
  padding: 30px;
  border: 1px solid var(--xa-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 42, 67, 0.055);
}

.news-detail-page .news-detail-header {
  margin-top: 22px;
}

.news-detail-page .news-detail-header h1 {
  margin-bottom: 14px;
  color: var(--xa-dark);
}

.news-detail-page .news-detail-header .article-meta-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 18px;
  color: var(--xa-text-tertiary);
}

.news-detail-page .article-hero-summary {
  max-width: 760px;
}

.news-detail-page .article-hero-media {
  max-width: 760px;
}

.news-detail-page .article-inline-figure {
  max-width: 760px;
  margin: 26px 0;
  overflow: hidden;
  border: 1px solid var(--xa-border);
  border-radius: 10px;
  background: var(--xa-bg-soft);
}

.news-detail-page .article-inline-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.news-detail-page .news-detail-sidebar {
  top: calc(var(--xa-header-height) + 24px);
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.news-detail-page .news-detail-sidebar .article-side-card,
.news-detail-page .news-detail-sidebar .popular-list,
.news-detail-page .news-detail-sidebar .popular-list li,
.news-detail-page .news-detail-sidebar .popular-list a,
.news-detail-page .news-detail-sidebar .news-keyword-cloud {
  min-width: 0;
  max-width: 100%;
}

.news-detail-page .news-detail-sidebar .popular-list a,
.news-detail-page .news-detail-sidebar .news-keyword-cloud span {
  overflow-wrap: anywhere;
}

.news-detail-page .news-read-next article {
  display: block;
  padding: 24px;
  border-radius: 12px;
  background: rgba(247, 252, 249, 0.45);
  transition: background 0.2s ease;
}

.news-detail-page .news-read-next article:hover {
  background: rgba(247, 252, 249, 0.82);
}

.news-detail-page .news-read-next strong {
  display: block;
  color: var(--xa-text);
}

/* ============================================
   响应式：平板
   ============================================ */
@media (max-width: 991.98px) {
  .news-page .news-recommend-grid,
  .news-detail-page .article-hero-layout,
  .news-detail-page .article-bottom-grid {
    grid-template-columns: 1fr;
  }

  .news-page .news-list-layout {
    grid-template-columns: 1fr;
  }

  .news-page .news-page-sidebar {
    position: static;
  }
}

/* ============================================
   响应式：手机
   ============================================ */
@media (max-width: 767.98px) {
  .news-page .compact-news-hero {
    padding-bottom: 26px;
  }

  .news-page .news-list-category-bar {
    margin-top: 22px;
  }

  .news-page .news-title-block h1 {
    font-size: 1.85rem;
  }

  .news-page .news-recommend-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .news-page .news-recommend-body {
    padding: 14px 16px 16px;
  }

  .news-page .news-recommend-body h3 {
    font-size: 14.5px;
  }

  .news-page .news-article-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 14px;
  }

  .news-page .news-article-thumb {
    aspect-ratio: 16 / 9;
  }

  .news-page .news-article-body h3 {
    font-size: 14px;
  }

  .news-page .news-article-body > p {
    font-size: 12.5px;
    -webkit-line-clamp: 2;
  }

  /* --- 详情页手机端 --- */
  .news-detail-page .compact-article-hero {
    padding-bottom: 26px;
  }

  .news-detail-page .article-hero-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .news-detail-page .article-main-title h1 {
    font-size: 1.5rem;
  }

  .news-detail-page .article-main-title > p {
    font-size: 13.5px;
    max-width: 100%;
  }

  .news-detail-page .article-hero-sidebar {
    gap: 14px;
  }
}

/* ============================================
   客户案例页专属样式（作用域 .cases-page，不影响其他页面）
   ============================================ */

/* ---- 紧凑案例 Hero ---- */
.cases-page .compact-cases-hero {
  padding-top: calc(56px + var(--xa-header-height));
  padding-bottom: 58px;
  background:
    linear-gradient(180deg, rgba(232, 248, 239, 0.3), rgba(247, 250, 252, 0.45)),
    var(--xa-bg-soft);
}

.cases-page .cases-hero-text h1 {
  font-size: var(--xa-title-inner);
  line-height: 1.25;
  margin-bottom: 10px;
}

.cases-page .cases-hero-text .hero-lead {
  max-width: 640px;
  font-size: 14px;
  line-height: 1.65;
}

/* ---- 紧凑分类标签栏（内嵌在 Hero 内） ---- */
.cases-page .compact-case-tabs {
  margin-top: 18px;
  padding-top: 0;
  padding-bottom: 0;
}

/* ---- 案例混合布局容器 ---- */
.cases-page .case-mixed-list {
  display: block;
}

/* 分类按钮点击后滚动偏移：扣除粘性 Header 高度后仍保留分类标签区可见，
   避免点击分类后按钮被完全挤出视口 */
.cases-page #case-list {
  scroll-margin-top: calc(var(--xa-header-height) + 120px);
}

/* ---- 案例双列列表 ---- */
.cases-page .case-compact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

/* ---- 普通案例卡片（左图右文） ---- */
.cases-page .case-compact-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--xa-border);
  border-radius: 16px;
  background: #fff;
  transition: all 0.25s ease;
}

.cases-page .case-compact-card:hover {
  border-color: rgba(16, 185, 129, 0.24);
  box-shadow: 0 3px 14px rgba(16, 185, 129, 0.06);
}

/* ---- 手机图区域 ---- */
.cases-page .case-phone-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 178 / 355;
  border-radius: 16px;
  background: var(--xa-bg-soft);
  border: 1px solid var(--xa-border);
  overflow: hidden;
  line-height: 0;
}

.cases-page .case-phone-media > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  transition: transform .3s ease;
}

/* hover 二维码浮层 */
.cases-page .case-qr-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.94);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.cases-page .case-phone-media:hover .case-qr-overlay {
  opacity: 1;
}

.cases-page .case-qr-overlay > .customer-qrcode {
  width: min(96px, 72%);
  aspect-ratio: 1;
}

.cases-page .case-qr-overlay > .customer-qrcode > .customer-qrcode__image {
  max-height: none;
  border-radius: 8px;
  border: 1px solid var(--xa-border);
  object-fit: contain;
}

.cases-page .case-qr-overlay p {
  max-width: 100%;
  font-size: 12px;
  line-height: 1.45;
  color: var(--xa-text-muted);
  margin: 0;
  text-align: center;
  font-weight: 500;
}

.case-mobile-qr-hint,
.case-qr-close {
  display: none;
}

/* ---- 案例卡片内容区 ---- */
.cases-page .case-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.cases-page .case-badge {
  align-self: flex-start;
  color: var(--xa-primary);
  font-size: 12px;
  font-weight: 500;
  background: rgba(16, 185, 129, 0.07);
  padding: 3px 10px;
  border-radius: 8px;
  white-space: nowrap;
}

.cases-page .case-card-body h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.cases-page .case-summary {
  max-width: 820px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--xa-text-secondary);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---- 案例信息列表 dt/dd ---- */
.cases-page .case-info-list {
  display: grid;
  gap: 7px;
  margin: 4px 0 0;
  padding: 0;
}

.cases-page .case-info-list div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 8px;
}

.cases-page .case-info-list dt {
  font-size: 12px;
  font-weight: 600;
  color: var(--xa-primary);
  white-space: nowrap;
}

.cases-page .case-info-list dd {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--xa-text-secondary);
  margin: 0;
  /* 限制行数 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---- 案例底部：提示文字 + 按钮组 ---- */
.cases-page .case-card-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--xa-border-light, rgba(0, 0, 0, 0.05));
}

.cases-page .case-action-note {
  font-size: 12px;
  color: var(--xa-text-muted);
  margin: 0;
  line-height: 1.5;
}

.cases-page .case-card-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.cases-page .case-card-actions .btn {
  white-space: nowrap;
  flex-shrink: 0;
}

/* 旧二维码样式保留，但不再使用 */
.cases-page .case-qr.compact {
  display: none;
}

/* ============================================
   客户案例详情页专属样式（作用域 .case-detail-page）
   ============================================ */
.case-detail-page .case-detail-hero {
  padding: calc(56px + var(--xa-header-height)) 0 58px;
  background:
    linear-gradient(180deg, rgba(232, 248, 239, 0.42), rgba(255, 255, 255, 0.95)),
    var(--xa-bg-soft);
}

.case-detail-page .case-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: start;
  margin-top: 28px;
}

.case-detail-page .case-detail-hero h1 {
  max-width: 820px;
  margin: 10px 0 14px;
  color: var(--xa-heading);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.18;
  font-weight: 850;
}

.case-detail-page .case-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.case-detail-page .case-detail-tags span {
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 13px;
  font-weight: 760;
}

.case-detail-page .case-detail-summary-card,
.case-detail-page .case-detail-panel {
  border: 1px solid var(--xa-border);
  border-radius: 18px;
  background: #fff;
}

.case-detail-page .case-detail-summary-card {
  padding: 24px;
}

.case-detail-page .case-detail-summary-card h2,
.case-detail-page .case-detail-panel h2 {
  margin: 0 0 16px;
  color: var(--xa-heading);
  font-size: 22px;
  font-weight: 830;
}

.case-detail-page .case-detail-summary-card dl,
.case-detail-page .case-detail-summary-card dd {
  margin: 0;
}

.case-detail-page .case-detail-summary-card dl {
  display: grid;
  gap: 14px;
}

.case-detail-page .case-detail-summary-card div {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--xa-border);
}

.case-detail-page .case-detail-summary-card div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.case-detail-page .case-detail-summary-card dt {
  color: var(--xa-text-muted);
  font-size: 13px;
  font-weight: 760;
}

.case-detail-page .case-detail-summary-card dd {
  margin-top: 4px;
  color: var(--xa-text);
  font-weight: 780;
  line-height: 1.55;
}

.case-detail-page .case-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 30px;
  align-items: start;
}

.case-detail-page .case-detail-main {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.case-detail-page .case-detail-panel {
  padding: 28px;
}

.case-detail-page .case-detail-panel p {
  margin: 0;
  color: #33485d;
  font-size: 16px;
  line-height: 1.9;
}

.case-detail-page .case-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.case-detail-page .case-feature-list article {
  padding: 18px;
  border: 1px solid var(--xa-border);
  border-radius: 14px;
  background: var(--xa-bg-warm);
}

.case-detail-page .case-feature-list i {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  place-items: center;
  border-radius: 12px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 20px;
}

.case-detail-page .case-feature-list h3 {
  margin: 0 0 8px;
  color: var(--xa-heading);
  font-size: 17px;
  font-weight: 820;
}

.case-detail-page .case-feature-list p {
  color: var(--xa-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.case-detail-page .case-detail-sidebar {
  position: sticky;
  top: calc(var(--xa-header-height) + 24px);
  display: grid;
  gap: 16px;
}

/* ============================================
   响应式：平板
   ============================================ */
@media (max-width: 1199.98px) {
  .cases-page .case-compact-card {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
  }

  .cases-page .case-qr-overlay {
    padding: 12px;
  }
}

@media (max-width: 991.98px) {
  .case-detail-page .case-detail-hero-grid,
  .case-detail-page .case-detail-layout {
    grid-template-columns: 1fr;
  }

  .case-detail-page .case-detail-sidebar {
    position: static;
  }

  .cases-page .case-compact-grid {
    grid-template-columns: 1fr;
  }

  .cases-page .case-compact-card {
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: 24px;
    padding: 22px;
  }

  .cases-page .case-card-actions {
    flex-wrap: wrap;
  }
}

/* ============================================
   响应式：手机
   ============================================ */
@media (max-width: 767.98px) {
  .case-detail-page .case-detail-hero {
    padding-top: calc(36px + var(--xa-header-height));
    padding-bottom: 28px;
  }

  .case-detail-page .case-detail-hero-grid {
    gap: 22px;
    margin-top: 20px;
  }

  .case-detail-page .case-detail-hero h1 {
    font-size: 1.55rem;
  }

  .case-detail-page .case-detail-panel,
  .case-detail-page .case-detail-summary-card {
    padding: 20px;
  }

  .case-detail-page .case-feature-list {
    grid-template-columns: 1fr;
  }

  .cases-page .compact-cases-hero {
    padding-top: calc(36px + var(--xa-header-height));
    padding-bottom: 20px;
  }

  .cases-page .cases-hero-text h1 {
    font-size: 1.85rem;
  }

  .cases-page .cases-hero-text .hero-lead {
    font-size: 13px;
  }

  .cases-page .compact-case-tabs {
    margin-top: 14px;
  }

  /* 移动端 Hero 更紧凑，滚动偏移适当减小，仍保留分类标签可见 */
  .cases-page #case-list {
    scroll-margin-top: calc(var(--xa-header-height) + 90px);
  }

  .cases-page .case-compact-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .cases-page .case-phone-media > img {
    max-height: none;
  }

  .cases-page .case-info-list div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

/* ========== 首页客户案例模块（大图 + 小程序预览卡 + hover 二维码） ========== */
.home-case-hero-figure {
  max-width: 1120px;
  margin: 0 auto 32px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--xa-border);
  background: var(--xa-white);
  box-shadow: 0 18px 48px rgba(16, 42, 67, 0.06);
}

.home-case-hero-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.home-case-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
  max-width: 1120px;
  margin: 0 auto;
}

.home-case-showcase-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 196px;
  min-width: 0;
  height: auto;
  margin-inline: auto;
  color: inherit;
  text-decoration: none;
  background: var(--xa-white);
  border: 1px solid rgba(221, 234, 222, 0.86);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.07);
  transition: box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.home-case-showcase-card:hover {
  color: inherit;
  border-color: rgba(7, 193, 96, 0.34);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 40px rgba(7, 193, 96, 0.12);
}

/* 裁掉顶部状态栏 + 底部 Home Indicator，保留完整 tabBar */
.case-card-visual {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 9 / 18;
  min-width: 0;
  overflow: hidden;
  background: var(--xa-bg-soft);
}

.case-card-visual > img {
  position: absolute;
  left: 0;
  top: -4.8%;
  display: block;
  width: 100%;
  height: auto;
  transition: transform .35s ease;
  transform-origin: center center;
}

.home-case-showcase-card:hover .case-card-visual > img {
  transform: scale(1.03);
}

.case-hover-qrcode {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.94);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.home-case-showcase-card:hover .case-hover-qrcode {
  opacity: 1;
}

.case-hover-qrcode > .customer-qrcode {
  width: 90px;
  height: 90px;
}

.case-hover-qrcode > .customer-qrcode > .customer-qrcode__image {
  padding: 4px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid rgba(221, 234, 222, 0.9);
  background: #fff;
  box-shadow: 0 6px 18px rgba(16, 42, 67, 0.08);
}

.case-hover-qrcode span {
  color: #7c858e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.home-case-showcase-card h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
  color: var(--xa-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  overflow: hidden;
}

.case-card-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex: 0 0 auto;
  padding: 8px 10px 9px;
  margin: 0;
  border-top: 1px solid rgba(221, 234, 222, 0.62);
  background: var(--xa-white);
}

.case-card-product {
  margin: 0;
  max-width: 100%;
  color: var(--xa-text-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 解决方案 / 产品详情：复用首页 showcase 网格时的局部适配 */
.solution-customers-section .home-case-showcase-grid,
.product-customer-cases .home-case-showcase-grid {
  max-width: none;
}

.home-case-showcase-placeholder {
  border-style: dashed;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}

.home-case-showcase-placeholder .case-card-visual {
  background: #f6fbf8;
}

.home-case-showcase-placeholder h3 {
  color: var(--xa-text-muted);
  font-weight: 700;
}

.product-customer-cases .home-case-showcase-card .case-card-meta {
  min-height: unset;
}

/* ========== 首页资讯模块（6 个图文卡片） ========== */
.home-insight-grid-six {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-insight-card {
  display: block;
  color: inherit;
  text-decoration: none;
  background: var(--xa-white);
  border: 1px solid var(--xa-border);
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease;
}

.home-insight-card:hover {
  border-color: rgba(7, 193, 96, 0.28);
  box-shadow: 0 4px 18px rgba(7, 193, 96, 0.08);
  transform: none;
}

.home-insight-card:focus-visible {
  border-color: var(--xa-primary);
  outline: 3px solid rgba(7, 193, 96, 0.22);
  outline-offset: 3px;
  box-shadow: 0 4px 18px rgba(7, 193, 96, 0.12);
}

.home-insight-media {
  margin: 0;
  overflow: hidden;
  background: var(--xa-bg);
}

.home-insight-media img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform .3s ease;
}

.home-insight-card:hover .home-insight-media img {
  transform: scale(1.04);
}

.home-insight-body {
  padding: 16px 18px 18px;
}

.home-insight-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.home-insight-header h3 {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}

.home-insight-body h3 {
  color: var(--xa-heading);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  transition: color .15s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-insight-card:hover .home-insight-body h3,
.home-insight-card:focus-visible .home-insight-body h3 {
  color: var(--xa-primary);
}

.home-insight-body p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--xa-text-muted);
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-insight-category {
  display: inline-block;
  font-size: 12px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  padding: 2px 10px;
  border-radius: 20px;
  font-weight: 500;
}

/* 响应式：平板 */
@media (max-width: 991.98px) {
  .home-case-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .home-case-showcase-card {
    max-width: 240px;
  }

  .case-card-visual,
  .cases-page .case-phone-media {
    cursor: pointer;
  }

  .case-hover-qrcode,
  .cases-page .case-qr-overlay,
  .home-case-showcase-card:hover .case-hover-qrcode:not(.is-visible),
  .cases-page .case-phone-media:hover .case-qr-overlay:not(.is-visible) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .home-case-showcase-card .case-hover-qrcode,
  .home-case-showcase-card .case-hover-qrcode.is-visible {
    display: none;
  }

  .case-mobile-qr-hint {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 5px 12px;
    border: 1px solid rgba(7, 193, 96, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--xa-primary-dark);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(16, 42, 67, 0.08);
    transform: translateX(-50%);
    pointer-events: none;
  }

  .case-hover-qrcode.is-visible,
  .cases-page .case-qr-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .case-qr-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid rgba(16, 42, 67, 0.08);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: var(--xa-text);
    font-size: 20px;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(16, 42, 67, 0.1);
  }

  .home-insight-grid-six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

/* 响应式：手机 */
@media (max-width: 575.98px) {
  .home-case-showcase-grid,
  .home-insight-grid-six {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-case-showcase-card {
    max-width: 280px;
  }

  .case-hover-qrcode {
    gap: 6px;
    padding: 12px;
  }

  .case-hover-qrcode > .customer-qrcode {
    width: 76px;
    height: 76px;
  }

  .case-hover-qrcode span {
    font-size: 12px;
  }

  .home-insight-media img {
    height: 200px;
  }

  .home-case-showcase-card .case-card-meta {
    padding: 7px 10px 9px;
  }

  .home-case-showcase-card h3 {
    font-size: 13px;
  }

  .case-card-product {
    font-size: 10px;
  }

  .home-insight-body {
    padding: 14px 16px 16px;
  }
}

/* ========== 全站移动端专项兜底（不影响 992px 以上桌面端） ========== */
@media (max-width: 991.98px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  img,
  video,
  svg {
    max-width: 100%;
  }

  .site-header .navbar > .container {
    flex-wrap: wrap;
    gap: 0 14px;
  }

  .site-header .navbar-toggler {
    width: 44px;
    height: 44px;
    padding: 0;
    border-color: rgba(7, 193, 96, 0.2);
    border-radius: 12px;
  }

  .site-header .main-nav-wrap {
    padding: 2px 0 8px;
  }

  .site-header .nav-cta .btn,
  .hero-actions .btn,
  .cta-panel .btn,
  .specific-cta-section .cta-panel .btn,
  .cases-page .case-card-actions .btn {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }

  .section-block,
  .scenario-analysis,
  .specific-cta-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-section h1,
  .solution-hero h1,
  .specific-solution-hero h1,
  .solutions-hero h1,
  .geo-hero h1,
  .about-page .about-hero-text h1,
  .cases-page .cases-hero-text h1,
  .case-detail-page .case-detail-hero h1,
  .news-page .news-title-block h1,
  .news-detail-page .article-main-title h1 {
    overflow-wrap: anywhere;
  }

  .hero-actions,
  .cta-panel .d-flex,
  .specific-solution-hero .solution-points,
  .solutions-hero-tags,
  .client-tags,
  .case-detail-page .case-detail-tags,
  .case-meta-tags,
  .news-page .news-category-bar,
  .case-tabs,
  .cases-page .compact-case-tabs {
    max-width: 100%;
  }

  .solution-page-matrix,
  .compare-table,
  .process-band,
  .app-admin-split,
  .admin-capability-grid,
  .capability-matrix {
    min-width: 0;
  }

  .solution-page-matrix::before {
    display: none;
  }

  .solution-page-matrix .matrix-corner,
  .solution-page-matrix .matrix-col-head {
    display: none;
  }

  .solution-page-matrix .matrix-row-head,
  .solution-page-matrix .matrix-cell {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    justify-content: flex-start;
    padding: 10px 12px;
    text-align: left;
    white-space: normal;
    word-break: break-word;
  }

  .solution-page-matrix .matrix-row-head {
    margin-top: 8px;
    border-left: 4px solid var(--xa-primary);
  }

  .process-band article,
  .showcase-card,
  .case-detail-card,
  .feature-module-card,
  .app-admin-panel,
  .delivery-item,
  .admin-cap-card,
  .sol-general-card,
  .industry-card,
  .guide-step,
  .news-page .news-article-item,
  .news-page .news-recommend-card,
  .cases-page .case-compact-card,
  .case-detail-page .case-detail-panel,
  .case-detail-page .case-detail-summary-card,
  .about-page .about-intro-panel,
  .about-page .about-srv-card,
  .about-page .about-gen-card {
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: calc(44px + var(--xa-header-height)) 0 52px;
  }

  .hero-section h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .hero-lead,
  .specific-solution-hero .hero-lead {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.72;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 12px !important;
    margin-top: 24px;
  }

  .hero-actions .btn,
  .cta-panel .btn,
  .specific-cta-section .cta-panel .btn {
    width: 100%;
  }

  .cta-panel .d-flex,
  .specific-cta-section .cta-panel .d-flex {
    flex-direction: column;
    width: 100%;
    gap: 12px !important;
  }

  .hero-product {
    min-height: 0;
    margin-top: 28px;
  }

  .dashboard-card {
    width: 100%;
    border-radius: 20px;
  }

  .chart-panel {
    height: 130px;
    gap: 10px;
    padding: 18px;
  }

  .phone-card {
    width: min(220px, 72vw);
    min-height: 320px;
    padding: 24px 18px;
  }

  .solution-hero,
  .specific-solution-hero,
  .solutions-hero,
  .geo-hero,
  .about-page .about-hero,
  .cases-page .compact-cases-hero,
  .news-page .compact-news-hero,
  .news-detail-page .compact-article-hero,
  .case-detail-page .case-detail-hero {
    padding-top: calc(32px + var(--xa-header-height));
  }
  
  .specific-solution-hero {
    padding-bottom: 24px;
  }

  .specific-solution-hero figure,
  .solution-hero-media {
    margin-top: 24px;
  }

  .specific-solution-hero .solution-points span,
  .client-tag,
  .sh-tag,
  .cm-tag,
  .case-detail-page .case-detail-tags span {
    white-space: normal;
  }

  .app-admin-panel ul li,
  .specific-faq-item .faq-question {
    padding: 14px 16px;
  }

  .specific-faq-item .faq-question {
    min-height: 52px;
    font-size: 15px;
  }

  .specific-faq-item .faq-answer {
    padding: 0 16px 16px;
    font-size: 14px;
  }

  .news-page .news-category-bar,
  .case-tabs,
  .cases-page .compact-case-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .news-page .news-category-bar {
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .news-page .news-category-bar a,
  .case-tabs a,
  .cases-page .compact-case-tabs a {
    flex: 0 0 auto;
  }

  .news-page .news-category-bar a {
    flex: 0 1 auto;
  }

  .home-solutions .compact-home-matrix.solution-page-matrix,
  .home-solutions .compact-home-matrix .solution-page-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-solutions .compact-home-matrix .matrix-cell {
    min-height: 40px;
    justify-content: center;
    padding: 9px 8px;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
  }

  .news-detail-page .article-hero-summary,
  .news-detail-page .article-related-panel,
  .news-detail-page .article-hero-sidebar .article-side-card,
  .news-page .news-page-sidebar .article-side-card {
    padding: 18px;
    border-radius: 14px;
  }

  .site-footer {
    padding-bottom: 88px;
  }
}

@media (max-width: 575.98px) {
  .section-block,
  .scenario-analysis,
  .specific-cta-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container,
  .container-sm {
    padding-right: 18px;
    padding-left: 18px;
  }

  .section-heading {
    margin-bottom: 26px;
    padding-top: 26px;
  }

  .section-heading h2,
  .cta-panel h2,
  .specific-cta-section .cta-panel h2 {
    font-size: 26px;
    line-height: 1.24;
  }

  .hero-section h1,
  .solution-hero h1,
  .specific-solution-hero h1,
  .geo-hero h1 {
    font-size: 30px;
  }

  .dashboard-card {
    padding: 18px;
  }

  .dashboard-head {
    gap: 10px;
    margin-bottom: 18px;
  }

  .dashboard-head em {
    display: none;
  }

  .metric-grid {
    gap: 10px;
  }

  .metric-grid div {
    padding: 12px 10px;
  }

  .phone-card {
    border-width: 8px;
    border-radius: 30px;
  }

  .phone-title {
    font-size: 24px;
  }

  .mini-solutions {
    padding: 16px;
  }

  .floating-badge {
    max-width: 100%;
    white-space: normal;
  }

  .solution-matrix-panel,
  .compare-table,
  .cta-panel,
  .specific-cta-section .cta-panel,
  .related-case-placeholder,
  .app-admin-panel,
  .feature-module-card,
  .delivery-item,
  .scenario-card,
  .case-detail-page .case-detail-panel,
  .case-detail-page .case-detail-summary-card {
    border-radius: 14px;
  }

  .scenario-card,
  .related-case-placeholder {
    padding: 20px 18px;
  }

  .parent-showcase-card {
    flex-direction: column;
  }

  .psc-img-wrap {
    width: 100%;
    min-width: 0;
    aspect-ratio: 16 / 9;
  }

  .about-page .about-qualification-grid {
    grid-template-columns: 1fr;
  }

  .about-page .about-brand-chip {
    max-width: calc(50% - 24px);
    white-space: normal;
    line-height: 1.3;
  }

  .news-page .news-article-body .article-meta-line,
  .news-page .news-recommend-body .article-meta-line,
  .news-detail-page .article-main-title .article-meta-line {
    flex-wrap: wrap;
    gap: 6px 8px;
  }

  .cases-page .case-card-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cases-page .case-card-actions .btn {
    width: 100%;
  }
}

/* ============================================
   客户案例列表 - 分页样式
   ============================================ */

/* 桌面端分页：居中排列，当前页绿色实底 */
.cases-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 38px;
}

.cases-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 8px;
  border: 1px solid var(--xa-border);
  border-radius: 10px;
  color: var(--xa-text-muted);
  background: var(--xa-white);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.18s ease;
}

.cases-pagination a:hover {
  border-color: rgba(7, 193, 96, 0.22);
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
}

/* 当前页：绿色实底 */
.cases-pagination a.active {
  border-color: var(--xa-primary);
  color: #fff;
  background: var(--xa-primary);
}

.cases-pagination a.active:hover {
  border-color: var(--xa-primary-dark);
  background: var(--xa-primary-dark);
}

/* 上一页 / 下一页箭头 */
.cases-pagination .page-prev,
.cases-pagination .page-next {
  font-size: 18px;
  font-weight: 700;
}

/* 禁用态的箭头（如第一页/最后一页） */
.cases-pagination a.is-disabled {
  border-color: var(--xa-border-light);
  color: var(--xa-text-tertiary);
  background: transparent;
  pointer-events: none;
}

/* 移动端"加载更多"按钮：桌面端隐藏 */
.cases-load-more {
  display: none;
  margin-top: 28px;
  text-align: center;
}

.btn-load-more {
  min-width: 200px;
  padding: 12px 32px;
  border-radius: 999px;
}

/* ============================================
   客户案例列表 - 响应式
   ============================================ */

/* 平板及以下：隐藏分页、显示"加载更多" */
@media (max-width: 991.98px) {
  .cases-pagination {
    display: none;
  }

  .cases-load-more {
    display: block;
  }
}

/* 手机端："加载更多"按钮撑满宽度 */
@media (max-width: 575.98px) {
  .btn-load-more {
    display: block;
    width: 100%;
    min-width: 0;
  }
}

/* ============================================
   济南神安医院案例详情页 专属样式
   作用域：.jsa-* 前缀，与现有 .case-detail-page 搭配
   ============================================ */

/* ---------- Hero 布局覆写 ---------- */

/* 左侧文字区域 */
.jsa-hero-text {
  display: flex;
  flex-direction: column;
}

.jsa-hero-text .hero-lead {
  max-width: none;
}

/* 分类 Badge */
.jsa-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 6px 16px;
  border-radius: 999px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 14px;
  font-weight: 800;
}

/* Hero 右侧媒体区 */
.jsa-hero-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
}

/* Logo 虚影 + 光晕背景层 */
.jsa-hero-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  overflow: hidden;
  border-radius: 20px;
}

.hide-cover-image-container {
  position: relative;
  flex: 0 0 auto;
  width: 176px;
  height: 360px;
  overflow: hidden;
  border-radius: 22px;
  transform: translateX(-18%);
  filter: drop-shadow(0 28px 42px rgba(23, 73, 58, 0.18));
  z-index: 2;
}

.hide-cover-image-container .jsa-hero-cover {
  display: block;
  width: 176px;
  height: 353px;
  max-width: none;
  max-height: none;
  object-fit: cover;
  transform: none;
  border-radius: 22px;
  filter: none;
}

.jsa-logo-ghost {
  position: absolute;
  max-width: 60%;
  max-height: 60%;
  opacity: 0.14;
  object-fit: contain;
  z-index: 1;
}

.jsa-hero-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 193, 96, 0.18), transparent 70%);
  z-index: 0;
}

/* 封面主图 */
.jsa-hero-cover {
  position: relative;
  z-index: 2;
  max-width: 100%;
  max-height: 380px;
  object-fit: contain;
  border-radius: 16px;
}

/* ---------- 正文排版 ---------- */

.jsa-article {
  color: #33485d;
  font-size: 16px;
  line-height: 1.9;
}

.jsa-article-title {
  margin: 0 0 28px;
  color: var(--xa-heading);
  font-size: 26px;
  font-weight: 830;
  line-height: 1.35;
}

.jsa-article p {
  margin: 0 0 20px;
}

.jsa-article p:last-child {
  margin-bottom: 0;
}

/* 正文插图 */
.jsa-figure {
  margin: 28px 0;
}

.jsa-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: 1px solid var(--xa-border);
}

/* ---------- 侧栏 ---------- */

/* 与现有 article-side-card 配合 */

/* 扫码体验卡：绿色边框突出 */
.jsa-qr-card {
  border-color: rgba(7, 193, 96, 0.35);
  background: linear-gradient(180deg, #f8fffb, #fff);
  text-align: center;
}

.jsa-qr-card p {
  color: var(--xa-text-muted);
  font-size: 14px;
}

.jsa-qrcode-img {
  display: block;
  width: 140px;
  height: 140px;
  margin: 16px auto 4px;
  padding: 6px;
  border: 1px solid var(--xa-border-light);
  border-radius: 12px;
  background: #fff;
  object-fit: contain;
}

/* AppID 卡片 */
.jsa-appid-card {
  /* 沿用 article-side-card 默认样式 */
}

.jsa-appid-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.jsa-appid-text {
  flex: 1;
  min-width: 0;
  padding: 9px 14px;
  border: 1px solid var(--xa-border);
  border-radius: 10px;
  background: var(--xa-bg-soft);
  color: var(--xa-text);
  font-size: 15px;
  font-family: "SF Mono", "Menlo", "Consolas", monospace;
  word-break: break-all;
}

.jsa-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border: 1px solid var(--xa-border);
  border-radius: 10px;
  color: var(--xa-primary-dark);
  background: var(--xa-white);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.18s ease;
}

.jsa-copy-btn:hover {
  border-color: var(--xa-primary);
  background: var(--xa-primary-light);
}

.jsa-copy-btn.copied {
  border-color: var(--xa-primary);
  color: var(--xa-primary);
  background: var(--xa-primary-light);
  pointer-events: none;
}

/* 关联产品 */
.jsa-product-cover {
  overflow: hidden;
  margin: 0 0 14px;
  border: 1px solid var(--xa-border-light);
  border-radius: 12px;
  background: var(--xa-bg-soft);
  aspect-ratio: 16 / 10;
}

.jsa-product-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jsa-content-placeholder {
  max-width: 760px;
  margin: 12px auto 0;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--xa-border);
  border-radius: 18px;
  background: var(--xa-bg-warm);
  text-align: center;
}

.jsa-content-placeholder-image {
  display: block;
  width: min(100%, 440px);
  height: auto;
  margin: 0 auto 24px;
  border-radius: 12px;
}

.jsa-content-placeholder h3 {
  margin: 0 0 10px;
  color: var(--xa-heading);
  font-size: 20px;
  font-weight: 800;
}

.case-detail-page .jsa-article .jsa-content-placeholder p {
  margin-bottom: 0;
  color: var(--xa-text-muted);
  font-size: 15px;
  line-height: 1.8;
}

.jsa-qrcode-placeholder {
  opacity: 0.58;
  filter: grayscale(0.25);
}

.jsa-product-desc {
  margin: 8px 0 0;
  color: var(--xa-text-muted);
  font-size: 13px;
  line-height: 1.6;
}

/* ---------- 侧栏卡片统一样式修正 ---------- */
.jsa-sidebar .article-side-card p {
  margin: 0 0 12px;
}

.jsa-sidebar .article-side-card .btn {
  width: 100%;
  margin-top: 4px;
}

/* ============================================
   JSA 响应式
   ============================================ */

/* 桌面端 Hero 覆写：左文右图，右侧更宽 */
@media (min-width: 992px) {
  .case-detail-page .jsa-hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  }
}

/* 平板及以下：单列 */
@media (max-width: 991.98px) {
  .case-detail-page .jsa-hero-grid {
    grid-template-columns: 1fr;
  }

  .jsa-hero-media {
    min-height: 260px;
    margin-top: 8px;
  }

  .jsa-hero-cover {
    max-height: 280px;
  }

  .jsa-article-title {
    font-size: 22px;
  }
}

/* 手机端 */
@media (max-width: 767.98px) {
  .jsa-badge {
    font-size: 13px;
    padding: 5px 14px;
  }

  .jsa-hero-media {
    min-height: 200px;
  }

  .jsa-hero-cover {
    max-height: 220px;
  }

  .jsa-article-title {
    font-size: 20px;
  }

  .jsa-article {
    font-size: 15px;
  }

  .jsa-qrcode-img {
    width: 120px;
    height: 120px;
  }

  .jsa-appid-text {
    font-size: 13px;
  }
}

/* ============================================
   济南神安医院案例详情页 视觉精修
   仅调整当前案例详情页，不改页面结构
   ============================================ */

.case-detail-page {
  background: #fff;
}

.case-detail-page .case-detail-hero {
  position: relative;
  overflow: hidden;
  min-height: 468px;
  padding: calc(56px + var(--xa-header-height)) 0 58px;
  background: linear-gradient(90deg, #eefaf4 0%, #fbfffd 48%, #ecfaf4 100%);
}

.case-detail-page .case-detail-hero::after {
  content: none;
}

.case-detail-page .case-detail-hero .breadcrumb-mini {
  margin-bottom: 18px;
}

.case-detail-page .case-detail-hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(700px, 920px) minmax(440px, 1fr);
  gap: clamp(36px, 4.3vw, 84px);
  align-items: center;
  margin-top: 0;
}

.case-detail-page .case-detail-hero h1 {
  max-width: 940px;
  margin: 18px 0 14px;
  color: #113a2e;
  font-size: clamp(40px, 3vw, 56px);
  line-height: 1.12;
  font-weight: 900;
  white-space: nowrap;
}

.case-detail-page .case-detail-hero .hero-lead {
  max-width: 900px;
  color: #5d7281;
  font-size: clamp(16px, 0.98vw, 19px);
  line-height: 1.78;
  font-weight: 650;
}

.case-detail-page .case-detail-tags {
  margin-top: 24px;
}

.case-detail-page .case-detail-tags span,
.jsa-badge {
  color: #078d58;
  background: #dff8ec;
  box-shadow: 0 10px 24px rgba(7, 193, 96, 0.08);
}

.case-detail-page .case-detail-hero .case-detail-tags span {
  padding: 9px 22px;
  border: 1px solid rgba(7, 193, 96, 0.14);
  border-radius: 999px;
  font-size: clamp(14px, 0.9vw, 18px);
  font-weight: 850;
}

.jsa-badge {
  margin-bottom: 2px;
  padding: 7px 15px;
  border: 1px solid rgba(22, 180, 139, 0.26);
  border-radius: 10px;
  font-size: clamp(14px, 0.88vw, 17px);
  font-weight: 850;
}

.jsa-hero-media {
  min-height: 360px;
  isolation: isolate;
}

.jsa-hero-bg {
  inset: -64px -118px -98px -168px;
  border-radius: 0;
}

.jsa-logo-ghost {
  right: clamp(-46px, -1.7vw, -18px);
  bottom: -118px;
  width: min(700px, 112%);
  max-width: none;
  max-height: none;
  opacity: 0.16;
  filter: blur(0.4px);
}

.jsa-hero-glow {
  right: 15%;
  bottom: -1%;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(7, 193, 96, 0.12), rgba(7, 193, 96, 0) 68%);
}

.jsa-hero-cover {
  transform: translateX(-18%);
  max-width: min(252px, 40%);
  max-height: 360px;
  border-radius: 22px;
  filter: drop-shadow(0 28px 42px rgba(23, 73, 58, 0.18));
}

.case-detail-page .section-block {
  padding: 58px 0 80px;
  background: #fff;
}

.case-detail-page .case-detail-layout {
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: clamp(64px, 7vw, 128px);
}

.case-detail-page .case-detail-main {
  display: block;
  max-width: 1040px;
}

.jsa-article {
  color: #27445a;
  font-size: 17px;
  line-height: 2.08;
}

.jsa-article-title {
  margin: 0 0 34px;
  color: #183a31;
  font-size: 19px;
  line-height: 1.6;
  font-weight: 850;
}

.jsa-article p {
  margin: 0 0 32px;
}

.jsa-figure {
  max-width: 760px;
  margin: 46px auto 54px;
  text-align: center;
}

.jsa-figure img {
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.jsa-figure::after {
  content: none;
}

.case-detail-page .case-detail-sidebar {
  top: calc(var(--xa-header-height) + 28px);
  gap: 18px;
}

.case-detail-page .article-side-card {
  padding: 26px;
  border: 1px solid #dbece4;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(31, 78, 63, 0.08);
}

.case-detail-page .article-side-card h2 {
  margin-bottom: 10px;
  color: #1a3b32;
  font-size: 15px;
  font-weight: 850;
}

.case-detail-page .article-side-card p,
.case-detail-page .article-side-card > a,
.jsa-product-desc {
  color: #556b7a;
  font-size: 13px;
  line-height: 1.75;
}

.case-detail-page .article-side-card > a {
  display: block;
  padding: 0;
  border-bottom: 0;
  color: #1f3b32;
  font-weight: 800;
}

.jsa-qr-card {
  padding: 34px 28px 32px;
  border-color: #9ed9c9;
  background: #fff;
}

.jsa-qr-card h2 {
  text-align: center;
}

.jsa-qr-card p {
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}

.jsa-qrcode-img {
  width: 244px;
  height: 244px;
  margin: 22px auto 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.jsa-appid-row {
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #e5eee9;
  border-radius: 8px;
  background: #fbfefd;
}

.jsa-appid-text {
  padding: 0;
  border: 0;
  background: transparent;
  color: #536878;
  font-size: 12px;
}

.jsa-copy-btn {
  width: 22px;
  height: 22px;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #9aabb5;
}

.jsa-copy-btn span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.jsa-copy-btn:hover,
.jsa-copy-btn.copied {
  background: transparent;
}

.jsa-sidebar .article-side-card.soft {
  background: #fff;
}

.jsa-sidebar .article-side-card .btn {
  min-height: 36px;
  margin-top: 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.case-detail-page .keyword-cloud.compact {
  gap: 8px;
  margin-top: 10px;
}

.case-detail-page .keyword-cloud.compact span {
  padding: 7px 13px;
  border-radius: 999px;
  color: #078d58;
  background: #e4f8ee;
  font-size: 12px;
  font-weight: 800;
}

.case-detail-page .cta-section {
  padding: 48px 0 72px;
  background: #fff;
}

.case-detail-page .cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 116px;
  padding: 26px 36px;
  border: 1px solid #cceedd;
  border-radius: 16px;
  background: linear-gradient(180deg, #effcf5 0%, #f7fffb 100%);
  box-shadow: none;
}

.case-detail-page .cta-panel h2 {
  margin-bottom: 8px;
  font-size: 20px;
}

.case-detail-page .cta-panel p {
  max-width: 720px;
  font-size: 13px;
}

.case-detail-page .cta-panel .btn {
  min-width: 118px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
}

@media (max-width: 991.98px) {
  .case-detail-page .case-detail-hero {
    min-height: 0;
  }

  .case-detail-page .case-detail-hero::after {
    content: none;
  }

  .case-detail-page .case-detail-hero-grid,
  .case-detail-page .case-detail-layout {
    grid-template-columns: 1fr;
  }

  .case-detail-page .case-detail-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-detail-page .case-detail-main {
    max-width: none;
  }

  .hide-cover-image-container {
    width: 142px;
    height: 290px;
  }

  .jsa-hero-cover {
    max-height: 290px;
  }

  .jsa-hero-media {
    min-height: 290px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .case-detail-page .case-detail-hero {
    padding-top: calc(56px + var(--xa-header-height));
  }

  .case-detail-page .case-detail-hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    gap: 44px;
  }

  .case-detail-page .case-detail-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 56px;
  }

  .case-detail-page .case-detail-hero h1 {
    font-size: clamp(38px, 4vw, 52px);
    white-space: normal;
  }

  .case-detail-page .case-detail-hero .hero-lead {
    font-size: 16px;
  }

  .jsa-article {
    font-size: 16px;
  }

  .jsa-qrcode-img {
    width: 210px;
    height: 210px;
  }
}

@media (max-width: 767.98px) {
  .case-detail-page .case-detail-hero {
    padding: calc(24px + var(--xa-header-height)) 0 30px;
  }

  .case-detail-page .case-detail-hero .breadcrumb-mini {
    display: none;
  }

  .case-detail-page .case-detail-hero h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .case-detail-page .case-detail-hero .hero-lead,
  .jsa-article {
    font-size: 14px;
    line-height: 1.9;
  }

  .case-detail-page .section-block {
    padding: 30px 0 52px;
  }

  .jsa-article-title {
    font-size: 17px;
  }

  .jsa-figure {
    margin: 34px auto 40px;
  }

  .case-detail-page .case-detail-sidebar {
    grid-template-columns: 1fr;
  }

  .case-detail-page .article-side-card {
    padding: 20px;
  }

  .jsa-qrcode-img {
    width: 168px;
    height: 168px;
  }

  .case-detail-page .cta-section {
    padding: 32px 0 52px;
  }

  .case-detail-page .cta-panel {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .case-detail-page .cta-panel .btn {
    width: 100%;
  }
}

/* 案例详情：富文本图文阅读样式修正 */
.case-detail-page .case-detail-main.jsa-article {
  max-width: 1120px;
}

.case-detail-page .case-detail-layout.jsa-layout {
  grid-template-columns: minmax(0, 1fr) 360px;
}

.case-detail-page .jsa-article {
  color: #2d4558;
  font-size: 17px;
  line-height: 2;
}

.case-detail-page .jsa-article-title {
  max-width: 980px;
  margin: 0 0 28px;
  color: #17382f;
  font-size: 24px;
  line-height: 1.5;
}

.case-detail-page .jsa-article p {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.case-detail-page .jsa-figure {
  width: min(100%, 1040px);
  max-width: none;
  margin: 44px auto 50px;
}

.case-detail-page .jsa-figure img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(22, 74, 51, 0.08);
}

@media (max-width: 991.98px) {
  .case-detail-page .case-detail-layout.jsa-layout {
    grid-template-columns: 1fr;
  }

  .case-detail-page .case-detail-main.jsa-article {
    max-width: none;
  }

  .case-detail-page .jsa-article-title,
  .case-detail-page .jsa-article p {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .case-detail-page .jsa-article {
    font-size: 15px;
    line-height: 1.9;
  }

  .case-detail-page .jsa-article-title {
    font-size: 20px;
  }

  .case-detail-page .jsa-figure {
    margin: 30px auto 34px;
  }
}

/* 全站 CTA 统一配色：仅覆盖颜色，不改变各页面原有尺寸与排版。 */
.cta-section .cta-panel {
  border-color: rgba(46, 194, 190, 0.22);
  background: linear-gradient(110deg, #f3fdf8 0%, #edfbf6 48%, #e8faff 100%);
}

.cta-section .cta-panel .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #07c160;
  --bs-btn-border-color: #07c160;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #05964c;
  --bs-btn-hover-border-color: #05964c;
  --bs-btn-active-bg: #048443;
  --bs-btn-active-border-color: #048443;
}

/* ====================================
   客户案例动态分页（will_paginate）
   适配现有 .cases-pagination 样式
   ==================================== */
.cases-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cases-pagination .pagination a,
.cases-pagination .pagination em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 8px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--xa-text-muted);
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.cases-pagination .pagination a:hover {
  border-color: rgba(7, 193, 96, 0.18);
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
}

.cases-pagination .pagination em.current {
  border-color: rgba(7, 193, 96, 0.18);
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
}

.cases-pagination .pagination .disabled {
  color: var(--xa-text-tertiary);
  pointer-events: none;
  opacity: 0.5;
}

.cases-pagination .pagination .previous_page,
.cases-pagination .pagination .next_page {
  font-weight: 800;
  font-size: 16px;
}

/* ====================================
   Action Text 富文本正文样式
   动态详情页中 trix-content 排版
   ==================================== */
.case-detail-page .jsa-article .trix-content {
  max-width: 980px;
  margin: 0 auto;
}

.case-detail-page .jsa-article .trix-content p {
  margin-bottom: 1.2em;
  line-height: 2;
}

.case-detail-page .jsa-article .trix-content h2 {
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  font-size: 22px;
  font-weight: 830;
  color: #17382f;
}

.case-detail-page .jsa-article .trix-content h3 {
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  font-size: 19px;
  font-weight: 780;
}

.case-detail-page .jsa-article .trix-content figure,
.case-detail-page .jsa-article .trix-content img {
  width: 100%;
  height: auto;
  margin: 44px auto 50px;
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(22, 74, 51, 0.08);
}

.case-detail-page .jsa-article .trix-content figure figcaption {
  margin-top: 8px;
  color: var(--xa-text-muted);
  font-size: 14px;
  text-align: center;
}

.case-detail-page .jsa-article .trix-content a {
  color: var(--xa-primary-dark);
  text-decoration: underline;
}

.case-detail-page .jsa-article .trix-content ul,
.case-detail-page .jsa-article .trix-content ol {
  padding-left: 1.5em;
  margin-bottom: 1.2em;
}

.case-detail-page .jsa-article .trix-content li {
  margin-bottom: 0.4em;
  line-height: 1.9;
}

.case-detail-page .jsa-article .trix-content blockquote {
  margin: 1.2em 0;
  padding: 12px 20px;
  border-left: 4px solid rgba(7, 193, 96, 0.35);
  background: var(--xa-bg);
  border-radius: 8px;
}

/* ====================================
   客户案例详情页：FAQ 区域
   ==================================== */

.customer-detail-faq {
  margin-top: 50px;
  padding: 100px 0 72px;
  background: var(--xa-bg-soft);
}

.customer-section-title {
  margin: 0 0 36px;
  color: var(--xa-heading);
  font-size: 28px;
  font-weight: 850;
  text-align: center;
}

.customer-detail-faq .xa-accordion {
  max-width: 920px;
  margin: 0 auto;
}

.customer-detail-faq .accordion-button {
  padding: 18px 22px;
  font-size: 17px;
}

.customer-detail-faq .accordion-body {
  padding: 18px 24px 24px;
  color: #33485d;
  font-size: 15px;
  line-height: 1.85;
}

@media (max-width: 767.98px) {
  .customer-detail-faq {
    padding: 44px 0 52px;
  }

  .customer-section-title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .customer-detail-faq .accordion-button {
    font-size: 15px;
    padding: 14px 16px;
  }

  .customer-detail-faq .accordion-body {
    font-size: 14px;
    padding: 14px 16px 20px;
  }
}

/* 侧栏相关案例列表 */
.customer-related-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 10px;
}

.customer-related-list li {
  margin: 0;
}

.customer-related-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border: 1px solid var(--xa-border-light);
  border-radius: 10px;
  color: var(--xa-text);
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.customer-related-list a:hover {
  border-color: rgba(7, 193, 96, 0.25);
  background: var(--xa-bg);
  color: var(--xa-heading);
}

.customer-related-thumb {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--xa-border-light);
  background: #fff;
}

.customer-related-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer-related-title {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* ================================================================
   GEO 服务专题页
   所有规则均限定在 .geo-page，避免影响全站既有页面。
   ================================================================ */
.geo-page {
  --geo-ink: #0b2d20;
  --geo-muted: #587064;
  --geo-line: rgba(7, 193, 96, 0.17);
  --geo-soft: #f4fbf7;
  --geo-deep-soft: #edf8f1;
  overflow: clip;
  color: var(--xa-text);
  background: #fff;
}

.geo-page .geo-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: calc(var(--xa-header-height) + 76px) 0 92px;
  background:
    radial-gradient(circle at 12% 24%, rgba(7, 193, 96, 0.12), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(18, 183, 106, 0.1), transparent 27%),
    linear-gradient(145deg, #f4fcf7 0%, #fbfefc 52%, #fff 100%);
}

.geo-hero-grid-pattern,
.geo-cta-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(7, 193, 96, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 193, 96, 0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 88%);
}

.geo-hero-orb {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(7, 193, 96, 0.14);
  border-radius: 50%;
}

.geo-hero-orb::before {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--xa-primary);
  box-shadow: 0 0 0 5px rgba(7, 193, 96, 0.12);
  content: "";
}

.geo-hero-orb-one {
  top: 110px;
  right: -210px;
  width: 520px;
  height: 520px;
}

.geo-hero-orb-one::before { top: 116px; left: 35px; }

.geo-hero-orb-two {
  bottom: -280px;
  left: -160px;
  width: 440px;
  height: 440px;
}

.geo-hero-orb-two::before { top: 42px; right: 70px; }

.geo-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(440px, 0.97fr);
  gap: clamp(44px, 6vw, 86px);
  align-items: center;
}

.geo-hero-kickers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
}

.geo-kicker,
.geo-kicker-note {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.08em;
}

.geo-kicker {
  color: #fff;
  background: linear-gradient(135deg, var(--xa-primary-dark), var(--xa-primary));
  box-shadow: 0 8px 22px rgba(7, 193, 96, 0.2);
}

.geo-kicker-note {
  border: 1px solid var(--geo-line);
  color: var(--xa-primary-dark);
  background: rgba(255, 255, 255, 0.72);
  letter-spacing: 0;
}

.geo-page .geo-title {
  max-width: 720px;
  margin: 0;
  color: var(--geo-ink);
  font-size: clamp(40px, 4.2vw, 62px);
  font-weight: 870;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.geo-page .geo-title span {
  display: block;
  color: var(--xa-primary-dark);
  background: linear-gradient(105deg, #057d42 0%, #07c160 62%, #0ca776 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.geo-hero-lead {
  max-width: 700px;
  margin-top: 26px;
  color: var(--geo-muted);
  font-size: 16px;
  line-height: 1.86;
}

.geo-hero-lead p { margin: 0; }
.geo-hero-lead p + p { margin-top: 10px; }

.geo-hero-actions,
.geo-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.geo-hero-actions .btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding-right: 24px;
  padding-left: 24px;
}

.geo-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.geo-trust-pills li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  border: 1px solid rgba(7, 193, 96, 0.14);
  border-radius: 999px;
  color: #496558;
  background: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 720;
}

.geo-trust-pills i { color: var(--xa-primary-dark); }

.geo-visibility-wrap {
  position: relative;
  min-width: 0;
  padding: 28px 12px 24px 24px;
}

.geo-visibility-wrap::before {
  position: absolute;
  inset: 5% 0 0 8%;
  z-index: -1;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(7, 193, 96, 0.13), rgba(7, 193, 96, 0.02));
  filter: blur(8px);
  content: "";
}

.geo-visibility-panel {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(7, 193, 96, 0.22);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 70px rgba(15, 74, 48, 0.14), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.geo-visibility-panel::after {
  position: absolute;
  inset: 10px;
  z-index: -1;
  border: 1px solid rgba(7, 193, 96, 0.06);
  border-radius: 21px;
  content: "";
  pointer-events: none;
}

.geo-panel-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--xa-border-light);
}

.geo-panel-mark,
.geo-card-icon,
.geo-service-icon {
  display: grid;
  place-items: center;
  color: var(--xa-primary-dark);
  background: linear-gradient(145deg, #e4f8ed, #f5fdf8);
}

.geo-panel-mark {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(7, 193, 96, 0.15);
  border-radius: 14px;
  font-size: 20px;
}

.geo-panel-head strong,
.geo-panel-head span { display: block; }
.geo-panel-head strong { color: var(--geo-ink); font-size: 15px; line-height: 1.35; }
.geo-panel-head div > span { color: var(--xa-text-muted); font-size: 12px; }

.geo-panel-head .geo-panel-live {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: var(--xa-primary-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  grid-column: 3;
}

.geo-panel-badge {
  grid-column: 1 / -1;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border: 1px solid rgba(7, 193, 96, 0.2);
  border-radius: 999px;
  color: var(--xa-primary-dark);
  background: rgba(7, 193, 96, 0.06);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.geo-panel-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--xa-primary);
  box-shadow: 0 0 0 4px rgba(7, 193, 96, 0.1);
}

.geo-question-card {
  margin-top: 18px;
  padding: 17px 18px;
  border: 1px solid rgba(7, 193, 96, 0.14);
  border-radius: 17px 17px 17px 5px;
  background: linear-gradient(135deg, #f3fcf7, #f9fdfb);
}

.geo-question-label {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--xa-primary-dark);
  font-size: 11px;
  font-weight: 820;
}

.geo-question-card p {
  margin: 7px 0 0;
  color: #183d2d;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.65;
}

.geo-answer-hint {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin: 13px 0;
  padding: 11px 13px;
  border-radius: 12px;
  color: var(--geo-muted);
  background: #fafcfb;
}

.geo-answer-hint i { color: var(--xa-primary-dark); }
.geo-answer-hint p { margin: 0; font-size: 12px; line-height: 1.6; }

.geo-signal-list {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.geo-signal-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: rgba(247, 251, 248, 0.8);
}

.geo-signal-list li span { display: inline-flex; gap: 8px; align-items: center; color: #40594e; font-size: 12px; font-weight: 680; }
.geo-signal-list li i { color: var(--xa-primary); }
.geo-signal-list li strong { color: var(--xa-primary-dark); font-size: 9px; letter-spacing: 0.1em; }

.geo-panel-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 17px;
  color: var(--xa-primary-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.geo-panel-foot i,
.geo-report-preview footer i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
}

.geo-float-tag {
  position: absolute;
  z-index: 2;
  padding: 8px 12px;
  border: 1px solid rgba(7, 193, 96, 0.18);
  border-radius: 999px;
  color: var(--xa-primary-dark);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(15, 74, 48, 0.1);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.04em;
}

.geo-float-tag-one { top: 0; right: 11%; }
.geo-float-tag-two { bottom: 0; left: 0; }
.geo-float-tag-three { right: -18px; bottom: 18%; }

.geo-section {
  position: relative;
  padding: 96px 0;
}

.geo-section-soft { background: var(--geo-soft); }
.geo-section-deep-soft { background: linear-gradient(180deg, #edf8f1, #f5fbf7); }

.geo-section-heading {
  max-width: 900px;
  margin-bottom: 46px;
}

.geo-eyebrow,
.geo-cta-kicker,
.geo-result-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 13px;
  color: var(--xa-primary-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.geo-eyebrow::before {
  width: 22px;
  height: 3px;
  border-radius: 99px;
  background: var(--xa-primary);
  content: "";
}

.geo-page .geo-section-heading h2 {
  margin: 0;
  color: var(--geo-ink);
  font-size: clamp(30px, 3.25vw, 46px);
  font-weight: 840;
  letter-spacing: -0.025em;
  line-height: 1.22;
}

.geo-section-heading > p:not(.geo-eyebrow),
.geo-section-copy {
  max-width: 800px;
  margin-top: 17px;
  color: var(--geo-muted);
  font-size: 16px;
  line-height: 1.82;
}

.geo-section-copy p,
.geo-section-heading > p:not(.geo-eyebrow) { margin-bottom: 0; }
.geo-section-copy p + p { margin-top: 7px; }

.geo-stage-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.geo-stage-flow::before {
  position: absolute;
  top: 46px;
  right: 16%;
  left: 16%;
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(7, 193, 96, 0.45), transparent);
  content: "";
}

.geo-stage-card,
.geo-problem-card,
.geo-audience-card {
  position: relative;
  z-index: 1;
  border: 1px solid var(--xa-border);
  background: #fff;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.geo-stage-card {
  min-height: 258px;
  padding: 28px;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(22, 74, 51, 0.055);
}

.geo-stage-card:hover,
.geo-problem-card:hover,
.geo-audience-card:hover,
.geo-service-card:hover,
.geo-trust-card:hover {
  border-color: rgba(7, 193, 96, 0.36);
  background-color: #fbfffc;
  box-shadow: 0 18px 42px rgba(22, 74, 51, 0.09);
}

.geo-stage-number,
.geo-problem-number {
  position: absolute;
  top: 26px;
  right: 26px;
  color: rgba(7, 193, 96, 0.23);
  font-size: 31px;
  font-weight: 880;
}

.geo-card-icon {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(7, 193, 96, 0.14);
  border-radius: 15px;
  font-size: 22px;
}

.geo-stage-card h3,
.geo-problem-card h3,
.geo-audience-card h3 {
  margin: 22px 0 9px;
  color: var(--geo-ink);
  font-size: 20px;
  font-weight: 810;
  line-height: 1.42;
}

.geo-stage-card p,
.geo-problem-card p,
.geo-audience-card p {
  margin: 0;
  color: var(--geo-muted);
  font-size: 14px;
  line-height: 1.75;
}

.geo-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.geo-compare-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--xa-border);
  border-radius: 25px;
  background: #fff;
}

.geo-compare-card.is-featured {
  border-color: rgba(7, 193, 96, 0.35);
  background:
    radial-gradient(circle at 100% 0%, rgba(7, 193, 96, 0.12), transparent 38%),
    linear-gradient(145deg, #fff, #f6fcf8);
  box-shadow: 0 22px 54px rgba(15, 74, 48, 0.1);
}

.geo-compare-label {
  color: #789084;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.geo-compare-title {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  margin: 19px 0 24px;
}

.geo-compare-title > i {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 22px;
}

.geo-compare-title h3 { margin: 0; color: var(--geo-ink); font-size: 22px; font-weight: 830; }
.geo-compare-title small { display: block; margin-top: 3px; color: var(--geo-muted); font-size: 14px; font-weight: 650; }

.geo-check-list,
.geo-service-list,
.geo-content-results ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.geo-check-list li,
.geo-service-list li,
.geo-content-results li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #40594e;
  font-size: 14px;
}

.geo-check-list i,
.geo-service-list i,
.geo-content-results li i { color: var(--xa-primary-dark); }

.geo-compare-summary {
  margin: 27px 0 0;
  padding: 13px 15px;
  border-radius: 12px;
  color: var(--geo-ink);
  background: var(--geo-soft);
  font-size: 13px;
  font-weight: 790;
}

.geo-conclusion {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  margin-top: 22px;
  padding: 18px 22px;
  border: 1px solid rgba(7, 193, 96, 0.15);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.72);
}

.geo-conclusion > i { color: var(--xa-primary-dark); font-size: 25px; }
.geo-conclusion p { margin: 0; color: var(--geo-muted); font-size: 14px; }
.geo-conclusion strong { margin-right: 5px; color: var(--geo-ink); }

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

.geo-problem-card {
  min-height: 252px;
  padding: 26px;
  border-radius: 19px;
  background: linear-gradient(145deg, #fff, #fbfdfb);
}

.geo-problem-card h3 { margin-top: 18px; font-size: 18px; }

.geo-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.geo-service-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 440px;
  flex-direction: column;
  padding: 32px;
  border: 1px solid rgba(7, 193, 96, 0.18);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(22, 74, 51, 0.055);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.geo-service-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.geo-service-number { color: rgba(5, 150, 76, 0.27); font-size: 36px; font-weight: 880; line-height: 1; }
.geo-service-icon { width: 52px; height: 52px; border: 1px solid rgba(7, 193, 96, 0.16); border-radius: 16px; font-size: 22px; }
.geo-service-card h3 { margin: 24px 0 9px; color: var(--geo-ink); font-size: 23px; font-weight: 830; }
.geo-service-card > p { margin: 0; color: var(--geo-muted); font-size: 14px; line-height: 1.78; }

.geo-service-list {
  gap: 9px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--xa-border-light);
}

.geo-service-card footer {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  padding-top: 25px;
}

.geo-service-card footer span {
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 11px;
  font-weight: 760;
}

.geo-content-layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* 品牌 GEO 事实底座 */
.geo-content-base-wrap {
  display: flex;
  justify-content: center;
}

.geo-content-base {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px 16px;
  align-items: center;
  max-width: 600px;
  padding: 28px 38px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(145deg, #05964c, #07c160);
  box-shadow: 0 20px 44px rgba(5, 150, 76, 0.22), 0 0 0 10px rgba(7, 193, 96, 0.07), 0 0 80px rgba(7, 193, 96, 0.12);
  position: relative;
}

.geo-content-base::before {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 80px;
  height: 3px;
  border-radius: 999px;
  background: #39e88e;
  content: "";
  transform: translateX(-50%);
}

.geo-content-base i { font-size: 28px; }
.geo-content-base strong { font-size: 19px; font-weight: 830; }
.geo-content-base span { grid-column: 2; color: rgba(255, 255, 255, 0.82); font-size: 13px; }

/* 三列能力卡片 */
.geo-content-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.geo-content-card {
  padding: 28px;
  border: 1px solid rgba(7, 193, 96, 0.16);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(22, 74, 51, 0.05);
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.geo-content-card:hover {
  border-color: rgba(7, 193, 96, 0.36);
  box-shadow: 0 16px 36px rgba(22, 74, 51, 0.09);
}

.geo-content-columns > .geo-content-card:nth-child(1) { border-top: 3px solid #07c160; }
.geo-content-columns > .geo-content-card:nth-child(2) { border-top: 3px solid #0a9d8a; }
.geo-content-columns > .geo-content-card:nth-child(3) { border-top: 3px solid #0e7490; }

.geo-content-columns > .geo-content-card:nth-child(1) .geo-content-card-icon { background: #e8f8ef; }
.geo-content-columns > .geo-content-card:nth-child(2) .geo-content-card-icon { background: #e7f9f5; color: #0a9d8a; }
.geo-content-columns > .geo-content-card:nth-child(3) .geo-content-card-icon { background: #eaf9fc; color: #0e7490; }

.geo-content-card-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 22px;
}

.geo-content-card h3 {
  margin: 0 0 6px;
  color: var(--geo-ink);
  font-size: 20px;
  font-weight: 830;
}

.geo-content-card-sub {
  margin: 0 0 20px;
  color: var(--geo-muted);
  font-size: 13px;
  line-height: 1.65;
}

.geo-content-card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.geo-content-card li {
  position: relative;
  padding-left: 18px;
  color: var(--geo-ink);
  font-size: 13px;
  line-height: 1.65;
}

.geo-content-card li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--xa-primary);
  content: "";
}

/* 结果链路 */
.geo-content-chain {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
}

.geo-content-chain span {
  padding: 9px 18px;
  border: 1px solid rgba(7, 193, 96, 0.18);
  border-radius: 999px;
  color: var(--geo-ink);
  background: #fff;
  font-size: 14px;
  font-weight: 740;
}

.geo-content-chain i { color: var(--xa-primary); font-size: 16px; }

.geo-content-results {
  padding: 32px;
  border: 1px solid rgba(7, 193, 96, 0.23);
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(155deg, #0d3928, #07582e);
  box-shadow: 0 22px 54px rgba(11, 45, 32, 0.17);
}

.geo-content-results h3 { margin: 0 0 27px; font-size: 25px; font-weight: 820; }
.geo-content-results ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
}
.geo-content-results li { padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.11); color: rgba(255, 255, 255, 0.84); }
.geo-content-results li:last-child { border-bottom: 0; }
.geo-content-results li i { color: #5ee69a; }

@media (max-width: 767.98px) {
  .geo-content-results ul { grid-template-columns: 1fr; }
}

.geo-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.geo-audience-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  min-height: 220px;
  padding: 24px;
  border-radius: 19px;
  position: relative;
}

.geo-audience-number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(7, 193, 96, 0.18);
  font-size: 24px;
  font-weight: 880;
}

.geo-audience-card > span:not(.geo-audience-number) { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: var(--xa-primary-dark); background: var(--xa-primary-light); font-size: 20px; }
.geo-audience-card h3 { margin: 2px 0 7px; font-size: 17px; }
.geo-audience-tag {
  display: inline-block;
  margin-top: 14px;
  padding: 4px 10px;
  border: 1px solid rgba(7, 193, 96, 0.14);
  border-radius: 999px;
  color: var(--xa-primary-dark);
  font-size: 11px;
  font-weight: 700;
}

.geo-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.geo-process::before {
  position: absolute;
  top: 35px;
  right: 6%;
  left: 6%;
  height: 2px;
  background: linear-gradient(90deg, #bae6cc 0%, #07c160 48%, #0a9d5c 100%);
  content: "";
}

.geo-process::after {
  position: absolute;
  top: 35px;
  right: 5%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid rgba(7, 193, 96, 0.5);
  content: "";
  transform: translateY(-6px);
}

.geo-process-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding-top: 76px;
}

.geo-process-number {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 7px solid #fff;
  border-radius: 50%;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  box-shadow: 0 0 0 1px rgba(7, 193, 96, 0.2), 0 0 28px rgba(7, 193, 96, 0.08);
  font-size: 16px;
  font-weight: 870;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.geo-process-step > div {
  display: flex;
  flex-direction: column;
  min-height: 272px;
  padding: 23px 18px;
  border: 1px solid var(--xa-border);
  border-radius: 18px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.geo-process-step:hover .geo-process-number { color: #fff; background: var(--xa-primary); box-shadow: 0 0 0 5px rgba(7, 193, 96, 0.12), 0 0 32px rgba(7, 193, 96, 0.18); }
.geo-process-step:hover > div { border-color: rgba(7, 193, 96, 0.36); box-shadow: 0 15px 34px rgba(22, 74, 51, 0.08); }
.geo-process-step h3 { margin: 0 0 9px; color: var(--geo-ink); font-size: 18px; font-weight: 820; }
.geo-process-step p { flex: 1; margin: 0; color: var(--geo-muted); font-size: 13px; line-height: 1.72; }
.geo-process-step small { display: flex; gap: 7px; align-items: flex-start; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--xa-border-light); color: var(--xa-primary-dark); font-size: 11px; font-weight: 750; }

/* 流程步骤颜色渐深 */
.geo-process-step:nth-child(1) > div { border-top: 3px solid #bae6cc; }
.geo-process-step:nth-child(2) > div { border-top: 3px solid #7ed9a8; }
.geo-process-step:nth-child(3) > div { border-top: 3px solid #3cc980; }
.geo-process-step:nth-child(4) > div { border-top: 3px solid #17b865; }
.geo-process-step:nth-child(5) > div { border-top: 3px solid #05964c; }


.geo-deliverables {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.88fr);
  gap: 32px;
  align-items: center;
}

.geo-delivery-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.geo-delivery-list > div {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 13px 15px;
  border: 1px solid rgba(7, 193, 96, 0.16);
  border-radius: 13px;
  color: #365447;
  background: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.geo-delivery-list i { color: var(--xa-primary); font-size: 17px; }

.geo-report-preview {
  position: relative;
  padding: 31px;
  border: 1px solid rgba(7, 193, 96, 0.23);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(22, 74, 51, 0.12);
}

.geo-report-preview::before {
  position: absolute;
  top: 14px;
  right: -11px;
  bottom: -11px;
  left: 14px;
  z-index: -1;
  border: 1px solid rgba(7, 193, 96, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
  content: "";
}

.geo-report-preview header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.geo-report-preview header span { color: var(--xa-primary-dark); font-size: 10px; font-weight: 850; letter-spacing: 0.13em; }
.geo-report-preview h3 { margin: 4px 0 0; color: var(--geo-ink); font-size: 24px; font-weight: 840; }
.geo-report-preview header > i { color: rgba(7, 193, 96, 0.28); font-size: 38px; }
.geo-report-preview ol { padding: 0; margin: 0; list-style: none; }
.geo-report-preview li { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; gap: 10px; align-items: center; min-height: 48px; border-bottom: 1px solid var(--xa-border-light); color: #496156; font-size: 13px; }
.geo-report-preview li span { color: var(--xa-primary-dark); font-size: 10px; font-weight: 830; }
.geo-report-preview li strong { font-weight: 720; }
.geo-report-preview li i { color: #a9bbb1; }
.geo-report-preview footer { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 22px; color: var(--xa-primary-dark); font-size: 11px; font-weight: 800; }

.geo-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.geo-trust-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  min-height: 210px;
  padding: 27px;
  border: 1px solid var(--xa-border);
  border-radius: 19px;
  background: #fff;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.geo-trust-card.is-wide {
  grid-column: span 2;
  border: none;
  color: #fff;
  background:
    radial-gradient(circle at 82% 22%, rgba(103, 240, 163, 0.18), transparent 30%),
    linear-gradient(135deg, #0a3424 0%, #075b32 54%, #078e4a 100%);
  box-shadow: 0 24px 56px rgba(11, 56, 38, 0.2);
}

.geo-trust-card.is-wide h3 { color: #fff; }
.geo-trust-card.is-wide p { color: rgba(255, 255, 255, 0.78); }

.geo-trust-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(7, 193, 96, 0.2);
  font-size: 28px;
  font-weight: 880;
  line-height: 1;
}

.geo-trust-card.is-wide .geo-trust-number {
  color: rgba(255, 255, 255, 0.15);
}

.geo-trust-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(7, 193, 96, 0.16);
  border-radius: 14px;
  color: var(--xa-primary-dark);
  background: var(--xa-primary-light);
  font-size: 21px;
}

.geo-trust-card.is-wide .geo-trust-icon {
  border-color: rgba(255, 255, 255, 0.25);
  color: #76eca8;
  background: rgba(255, 255, 255, 0.1);
}

.geo-trust-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.geo-trust-tags span {
  padding: 5px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.geo-trust-card h3 { margin: 0 0 9px; color: var(--geo-ink); font-size: 19px; font-weight: 820; }
.geo-trust-card p { margin: 0; color: var(--geo-muted); font-size: 14px; line-height: 1.74; }

.geo-faq-accordion { max-width: 980px; margin: 0; }
.geo-page .geo-faq-accordion .accordion-item { border-color: rgba(7, 193, 96, 0.16); border-radius: 17px !important; box-shadow: 0 8px 24px rgba(22, 74, 51, 0.035); }
.geo-page .geo-faq-accordion .accordion-button { min-height: 68px; padding: 19px 22px; color: var(--geo-ink); font-size: 16px; font-weight: 770; }
.geo-page .geo-faq-accordion .accordion-button:not(.collapsed) { color: var(--xa-primary-dark); background: #effaf4; }
.geo-page .geo-faq-accordion .accordion-body { padding: 19px 22px 23px; color: var(--geo-muted); font-size: 14px; line-height: 1.85; }
.geo-page .geo-faq-accordion .accordion-body p { margin-bottom: 9px; }
.geo-page .geo-faq-accordion .accordion-body p:last-child { margin-bottom: 0; }

.geo-final-cta {
  padding: 42px 0 92px;
  background: linear-gradient(180deg, var(--geo-soft), #fff);
}

.geo-cta-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
  gap: 34px;
  align-items: center;
  min-height: 480px;
  overflow: hidden;
  padding: clamp(38px, 5vw, 66px);
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 22%, rgba(103, 240, 163, 0.2), transparent 28%),
    linear-gradient(135deg, #0a3424 0%, #075b32 54%, #078e4a 100%);
  box-shadow: 0 30px 70px rgba(11, 56, 38, 0.22);
}

.geo-cta-grid {
  z-index: -1;
  opacity: 0.6;
  background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  mask-image: radial-gradient(circle at 68% 50%, #000, transparent 76%);
}

.geo-cta-copy { position: relative; z-index: 2; }
.geo-cta-kicker { color: #75e6a6; }
.geo-page .geo-cta-copy h2 { margin: 0 0 19px; color: #fff; font-size: clamp(34px, 3.5vw, 50px); font-weight: 850; letter-spacing: -0.025em; line-height: 1.2; }
.geo-cta-copy > p:not(.geo-cta-kicker, .geo-cta-trust) { max-width: 710px; margin: 5px 0 0; color: rgba(255, 255, 255, 0.75); font-size: 15px; line-height: 1.75; }
.geo-cta-actions .btn-light { color: #075b32; font-weight: 800; }
.geo-cta-trust { display: flex; gap: 8px; align-items: center; margin: 23px 0 0; color: rgba(255, 255, 255, 0.68); font-size: 12px; font-weight: 700; }

.geo-cta-orbit {
  position: relative;
  width: 280px;
  height: 280px;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(255, 255, 255, 0.028), 0 0 0 72px rgba(255, 255, 255, 0.02);
}

.geo-cta-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 138px;
  height: 138px;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 22px 44px rgba(3, 43, 22, 0.18);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transform: translate(-50%, -50%);
}

.geo-cta-core i { color: #76eca8; font-size: 27px; }
.geo-cta-core strong { margin-top: 5px; font-size: 14px; letter-spacing: 0.11em; }
.geo-cta-core span { color: rgba(255, 255, 255, 0.65); font-size: 10px; letter-spacing: 0.16em; }
.geo-orbit-dot { position: absolute; width: 11px; height: 11px; border: 2px solid rgba(255, 255, 255, 0.7); border-radius: 50%; background: #49dc8a; box-shadow: 0 0 0 7px rgba(73, 220, 138, 0.1); }
.geo-orbit-dot.dot-one { top: 18px; left: 75px; }
.geo-orbit-dot.dot-two { top: 126px; right: -5px; }
.geo-orbit-dot.dot-three { bottom: 28px; left: 36px; }

.geo-orbit-label {
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.geo-orbit-label.orb-label-one { top: 10px; left: 55px; }
.geo-orbit-label.orb-label-two { top: 118px; right: -14px; }
.geo-orbit-label.orb-label-three { bottom: 38px; left: 48px; }
.geo-orbit-label.orb-label-four { bottom: 8px; right: 75px; }

/* 图标语义色：保持绿色品牌主轴，以低饱和多彩色区分不同信息类型。 */
.geo-page .geo-stage-card:nth-child(1) .geo-card-icon,
.geo-page .geo-problem-card:nth-child(2) .geo-card-icon,
.geo-page .geo-audience-card:nth-child(3) > span:not(.geo-audience-number),
.geo-page .geo-service-card:nth-child(4) .geo-service-icon {
  color: #2563eb;
  border-color: rgba(37, 99, 235, 0.14);
  background: #edf4ff;
}

.geo-page .geo-stage-card:nth-child(2) .geo-card-icon,
.geo-page .geo-problem-card:nth-child(3) .geo-card-icon,
.geo-page .geo-audience-card:nth-child(4) > span:not(.geo-audience-number),
.geo-page .geo-service-card:nth-child(2) .geo-service-icon {
  color: #0e7490;
  border-color: rgba(14, 116, 144, 0.14);
  background: #eaf9fc;
}

.geo-page .geo-stage-card:nth-child(3) .geo-card-icon,
.geo-page .geo-problem-card:nth-child(4) .geo-card-icon,
.geo-page .geo-audience-card:nth-child(5) > span:not(.geo-audience-number),
.geo-page .geo-service-card:nth-child(3) .geo-service-icon {
  color: #b45309;
  border-color: rgba(180, 83, 9, 0.14);
  background: #fff6e8;
}

.geo-page .geo-problem-card:nth-child(1) .geo-card-icon,
.geo-page .geo-problem-card:nth-child(5) .geo-card-icon,
.geo-page .geo-audience-card:nth-child(2) > span:not(.geo-audience-number),
.geo-page .geo-service-card:nth-child(5) .geo-service-icon {
  color: #be3f65;
  border-color: rgba(190, 63, 101, 0.14);
  background: #fff0f4;
}

.geo-page .geo-problem-card:nth-child(6) .geo-card-icon,
.geo-page .geo-audience-card:nth-child(6) > span:not(.geo-audience-number),
.geo-page .geo-service-card:nth-child(6) .geo-service-icon {
  color: #6d5bd0;
  border-color: rgba(109, 91, 208, 0.14);
  background: #f3f1ff;
}

.geo-page .geo-audience-card:nth-child(1) > span:not(.geo-audience-number),
.geo-page .geo-service-card:nth-child(1) .geo-service-icon {
  color: var(--xa-primary-dark);
  border-color: rgba(7, 193, 96, 0.14);
  background: var(--xa-primary-light);
}

/* SEO + GEO 对比卡图标多彩色 */
.geo-compare-card .geo-compare-title > i {
  color: #2563eb;
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: #edf4ff;
}

.geo-compare-card.is-featured .geo-compare-title > i {
  color: #6d5bd0;
  border: 1px solid rgba(109, 91, 208, 0.14);
  background: #f3f1ff;
}

/* Why Xiaoai — 信任卡图标多彩色，与其他板块保持一致。第 1 张 (is-wide) 已用浅色样式，无需覆盖。 */
.geo-page .geo-trust-card:nth-child(2) .geo-trust-icon {
  color: #2563eb;
  border-color: rgba(37, 99, 235, 0.14);
  background: #edf4ff;
}

.geo-page .geo-trust-card:nth-child(3) .geo-trust-icon {
  color: #0e7490;
  border-color: rgba(14, 116, 144, 0.14);
  background: #eaf9fc;
}

.geo-page .geo-trust-card:nth-child(4) .geo-trust-icon {
  color: #b45309;
  border-color: rgba(180, 83, 9, 0.14);
  background: #fff6e8;
}

.geo-page .geo-trust-card:nth-child(5) .geo-trust-icon {
  color: #6d5bd0;
  border-color: rgba(109, 91, 208, 0.14);
  background: #f3f1ff;
}

/* 页面专属轻量入场与滚动显现 */
.geo-page.geo-js-ready .geo-hero-enter {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.62s ease, transform 0.62s ease;
}

.geo-page.geo-js-ready .geo-hero-enter:nth-child(2) { transition-delay: 0.1s; }
.geo-page.geo-js-ready.geo-hero-visible .geo-hero-enter { opacity: 1; transform: translateY(0); }

.geo-page.geo-js-ready [data-geo-ready] {
  opacity: 0;
  transition: opacity 0.36s ease;
  transition-delay: calc(0.34s + (var(--geo-delay) * 0.08s));
}

.geo-page.geo-js-ready.geo-hero-visible [data-geo-ready] { opacity: 1; }

.geo-page.geo-js-ready .geo-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.58s ease, transform 0.58s ease;
}

.geo-page.geo-js-ready .geo-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1199.98px) {
  .geo-hero-layout { grid-template-columns: minmax(0, 1fr) minmax(410px, 0.9fr); gap: 34px; }
  .geo-page .geo-title { font-size: clamp(39px, 4.4vw, 52px); }
  .geo-process { grid-template-columns: repeat(5, minmax(160px, 1fr)); overflow-x: auto; padding: 2px 2px 14px; scrollbar-width: thin; }
  .geo-process::before { right: 80px; left: 35px; }
  .geo-process-step { min-width: 170px; }
  .geo-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .geo-content-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991.98px) {
  .geo-page .geo-hero { padding-top: calc(var(--xa-header-height) + 54px); }
  .geo-hero-layout { grid-template-columns: 1fr; }
  .geo-visibility-wrap { width: min(100%, 650px); margin: 0 auto; }
  .geo-stage-flow, .geo-problem-grid, .geo-audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .geo-stage-flow::before { display: none; }
  .geo-stage-card:last-child { grid-column: 1 / -1; }
  .geo-service-grid { grid-template-columns: 1fr; }
  .geo-service-card { min-height: 410px; }
  .geo-content-layout, .geo-deliverables { grid-template-columns: 1fr; }
  .geo-content-results { min-height: auto; }
  .geo-process { grid-template-columns: 1fr; overflow: visible; gap: 12px; padding: 0; }
  .geo-process::before { top: 12px; bottom: 12px; left: 31px; width: 2px; height: auto; }
  .geo-process::after { display: none; }
  .geo-process-step { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 17px; min-width: 0; padding-top: 0; }
  .geo-process-number { position: relative; }
  .geo-process-step > div { min-height: 0; }
  .geo-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .geo-trust-card.is-wide { grid-column: span 2; }
  .geo-cta-panel { grid-template-columns: 1fr; }
  .geo-cta-orbit { position: absolute; right: -55px; bottom: -75px; opacity: 0.35; }
  .geo-cta-copy { padding-right: 100px; }
}

@media (max-width: 767.98px) {
  .geo-page .geo-hero { padding: calc(var(--xa-header-height) + 38px) 0 64px; }
  .geo-page .geo-title { font-size: clamp(34px, 10vw, 44px); letter-spacing: -0.03em; }
  .geo-hero-lead { font-size: 15px; line-height: 1.78; }
  .geo-hero-actions { display: grid; grid-template-columns: 1fr; }
  .geo-hero-actions .btn { width: 100%; }
  .geo-trust-pills { align-items: flex-start; flex-direction: column; }
  .geo-visibility-wrap { padding: 18px 0 0; }
  .geo-float-tag { display: none; }
  .geo-visibility-panel { padding: 19px; border-radius: 22px; }
  .geo-section { padding: 70px 0; }
  .geo-section-heading { margin-bottom: 32px; }
  .geo-page .geo-section-heading h2 { font-size: 30px; }
  .geo-section-heading > p:not(.geo-eyebrow), .geo-section-copy { font-size: 15px; }
  .geo-stage-flow, .geo-problem-grid, .geo-audience-grid, .geo-compare-grid, .geo-trust-grid { grid-template-columns: 1fr; }
  .geo-stage-card:last-child, .geo-trust-card.is-wide { grid-column: auto; }
  .geo-stage-card, .geo-problem-card, .geo-audience-card, .geo-trust-card { min-height: 0; }
  .geo-content-columns { grid-template-columns: 1fr; }
  .geo-delivery-list { grid-template-columns: 1fr; }
  .geo-report-preview { padding: 24px 20px; }
  .geo-cta-panel { min-height: 0; padding: 38px 25px; border-radius: 24px; }
  .geo-cta-copy { padding-right: 0; }
  .geo-cta-orbit { display: none; }
  .geo-cta-actions { display: grid; grid-template-columns: 1fr; }
  .geo-cta-actions .btn { width: 100%; }
  .geo-page .geo-cta-copy h2 { font-size: 32px; }
}

@media (max-width: 575.98px) {
  .geo-panel-head { grid-template-columns: 40px minmax(0, 1fr); }
  .geo-panel-live { grid-column: 2; }
  .geo-question-card { padding: 15px; }
  .geo-signal-list li { align-items: flex-start; }
  .geo-service-card, .geo-compare-card, .geo-content-results { padding: 25px 21px; }
  .geo-service-card { min-height: 0; }
  .geo-service-card footer { margin-top: 26px; }
  .geo-content-card { padding: 21px; }
  .geo-content-card h3 { font-size: 18px; }
  .geo-audience-card, .geo-trust-card { grid-template-columns: 42px minmax(0, 1fr); padding: 21px; }
  .geo-audience-card > span:not(.geo-audience-number) { width: 42px; height: 42px; }
  .geo-process-step { grid-template-columns: 58px minmax(0, 1fr); gap: 13px; }
  .geo-process::before { left: 27px; }
  .geo-process-number { width: 58px; height: 58px; border-width: 5px; }
  .geo-process-step > div { padding: 19px 17px; }
  .geo-page .geo-faq-accordion .accordion-button { padding: 17px 18px; font-size: 15px; }
  .geo-page .geo-faq-accordion .accordion-body { padding: 17px 18px 20px; }
  .geo-final-cta { padding: 24px 0 70px; }
}

@media (prefers-reduced-motion: reduce) {
  .geo-page *,
  .geo-page *::before,
  .geo-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .geo-page.geo-js-ready .geo-hero-enter,
  .geo-page.geo-js-ready .geo-reveal,
  .geo-page.geo-js-ready [data-geo-ready] {
    opacity: 1;
    transform: none;
  }
}

/* ================================================================
   全站移动端响应式回归修复
   处理大间距 Bootstrap 行、动态新闻侧栏及案例长标题造成的横向溢出。
   此段必须位于页面专属样式之后，避免被后续桌面精修规则反向覆盖。
   ================================================================ */
@media (max-width: 991.98px) {
  /* g-5 会把行的负外边距扩大到容器之外；移动端仅收紧横向 gutter。 */
  .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }

  .news-detail-page .news-detail-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .news-detail-page .news-detail-layout,
  .news-detail-page .article-content-main,
  .news-detail-page .news-detail-sidebar,
  .news-detail-page .news-detail-sidebar .article-side-card,
  .news-detail-page .news-detail-sidebar .popular-list,
  .news-detail-page .news-detail-sidebar .popular-list li,
  .news-detail-page .news-detail-sidebar .popular-list a,
  .news-detail-page .news-keyword-cloud {
    min-width: 0;
    max-width: 100%;
  }

  .news-detail-page .news-detail-sidebar {
    position: static;
    width: 100%;
  }

  .news-detail-page .news-detail-sidebar h2,
  .news-detail-page .news-detail-sidebar p,
  .news-detail-page .news-detail-sidebar a,
  .news-detail-page .news-keyword-cloud span {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .case-detail-page .case-detail-hero-grid,
  .case-detail-page .jsa-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .case-detail-page .jsa-hero-text,
  .case-detail-page .jsa-hero-media,
  .case-detail-page .case-detail-tags {
    min-width: 0;
    max-width: 100%;
  }

  .case-detail-page .case-detail-hero h1 {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

/* ============================================
   具体小程序产品网格（通用 · 关于页/首页/解决方案页）
   参考导航栏产品中心下拉列表样式（nav-product-item）
   ============================================ */
.about-page .icon-product-grid,
.home-solutions .icon-product-grid,
.solutions-page .icon-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.about-page .icon-product-item,
.home-solutions .icon-product-item,
.solutions-page .icon-product-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 54px;
  padding: 8px 12px;
  border: 1px solid var(--xa-border);
  border-radius: 11px;
  background: var(--xa-white);
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.about-page .icon-product-item:hover,
.about-page .icon-product-item:focus-visible,
.home-solutions .icon-product-item:hover,
.home-solutions .icon-product-item:focus-visible,
.solutions-page .icon-product-item:hover,
.solutions-page .icon-product-item:focus-visible {
  border-color: rgba(7, 193, 96, 0.2);
  background: var(--xa-bg-warm);
  transform: translateY(-2px);
}

.about-page .icon-product-item i,
.home-solutions .icon-product-item i,
.solutions-page .icon-product-item i {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  font-size: 18px;
}

/* 颜色循环 — 每 6 个一组轮换图标色 */
.about-page .icon-product-item:nth-child(6n+1) i,
.home-solutions .icon-product-item:nth-child(6n+1) i,
.solutions-page .icon-product-item:nth-child(6n+1) i { color: #29c76f; }

.about-page .icon-product-item:nth-child(6n+2) i,
.home-solutions .icon-product-item:nth-child(6n+2) i,
.solutions-page .icon-product-item:nth-child(6n+2) i { color: #8f67ee; }

.about-page .icon-product-item:nth-child(6n+3) i,
.home-solutions .icon-product-item:nth-child(6n+3) i,
.solutions-page .icon-product-item:nth-child(6n+3) i { color: #4f91f2; }

.about-page .icon-product-item:nth-child(6n+4) i,
.home-solutions .icon-product-item:nth-child(6n+4) i,
.solutions-page .icon-product-item:nth-child(6n+4) i { color: #14b8a6; }

.about-page .icon-product-item:nth-child(6n+5) i,
.home-solutions .icon-product-item:nth-child(6n+5) i,
.solutions-page .icon-product-item:nth-child(6n+5) i { color: #f59e32; }

.about-page .icon-product-item:nth-child(6n+6) i,
.home-solutions .icon-product-item:nth-child(6n+6) i,
.solutions-page .icon-product-item:nth-child(6n+6) i { color: #ef6684; }

.about-page .icon-product-item strong,
.home-solutions .icon-product-item strong,
.solutions-page .icon-product-item strong {
  display: block;
  min-width: 0;
  color: #273442;
  font-size: 13.5px;
  font-weight: 780;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-page .icon-product-item:hover strong,
.home-solutions .icon-product-item:hover strong,
.solutions-page .icon-product-item:hover strong {
  color: var(--xa-primary-dark);
}

/* placeholder 占位项 */
.about-page .icon-product-item--placeholder,
.home-solutions .icon-product-item--placeholder,
.solutions-page .icon-product-item--placeholder {
  display: grid;
  place-items: center;
  min-height: 54px;
  border: 1px dashed var(--xa-border);
  border-radius: 11px;
  background: var(--xa-bg-subtle);
  color: var(--xa-text-muted);
  font-size: 13px;
  cursor: default;
}

/* 平板：3 列 */
@media (max-width: 991.98px) {
  .about-page .icon-product-grid,
  .home-solutions .icon-product-grid,
  .solutions-page .icon-product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .about-page .icon-product-item,
  .home-solutions .icon-product-item,
  .solutions-page .icon-product-item {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 8px;
    min-height: 48px;
    padding: 8px 10px;
  }

  .about-page .icon-product-item i,
  .home-solutions .icon-product-item i,
  .solutions-page .icon-product-item i {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }

  .about-page .icon-product-item strong,
  .home-solutions .icon-product-item strong,
  .solutions-page .icon-product-item strong {
    font-size: 13px;
  }
}

/* 手机：2 列 */
@media (max-width: 767.98px) {
  .about-page .icon-product-grid,
  .home-solutions .icon-product-grid,
  .solutions-page .icon-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 小屏手机：1 列 */
@media (max-width: 575.98px) {
  .about-page .icon-product-grid,
  .home-solutions .icon-product-grid,
  .solutions-page .icon-product-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   解决方案页 · 通用解决方案卡片（适配首页 solution-card 风格）
   ============================================ */
.solutions-page .section-heading {
  margin-bottom: 28px;
}

.solutions-page .section-heading h2 {
  font-size: clamp(30px, 2.8vw, 40px);
  white-space: nowrap;
}

.solutions-page .solution-card {
  min-height: 276px;
  padding: 24px;
}

.solutions-page .solution-card h3 {
  margin: 18px 0 10px;
}

.solutions-page .solution-card p {
  line-height: 1.65;
}

.solutions-page .solution-card small {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  color: var(--xa-primary-dark);
  font-weight: 750;
  line-height: 1.5;
}

/* 图标颜色 — 每 5 个一组循环 */
.solutions-page .row > .col-md-6:nth-child(5n + 1) .solution-icon {
  color: var(--xa-tone-green);
  background: var(--xa-tone-green-soft);
}

.solutions-page .row > .col-md-6:nth-child(5n + 2) .solution-icon {
  color: var(--xa-tone-blue);
  background: var(--xa-tone-blue-soft);
}

.solutions-page .row > .col-md-6:nth-child(5n + 3) .solution-icon {
  color: var(--xa-tone-orange);
  background: var(--xa-tone-orange-soft);
}

.solutions-page .row > .col-md-6:nth-child(5n + 4) .solution-icon {
  color: var(--xa-tone-cyan);
  background: var(--xa-tone-cyan-soft);
}

.solutions-page .row > .col-md-6:nth-child(5n) .solution-icon {
  color: var(--xa-tone-purple);
  background: var(--xa-tone-purple-soft);
}

/* 平板响应式 */
@media (max-width: 991.98px) {
  .solutions-page .section-heading h2 {
    white-space: normal;
  }

  .solutions-page .solution-card {
    min-height: 0;
  }
}
