
/* ========== 变量 ========== */
.qma-page[data-v-51c4cc8f] {
  --primary: #0a2b4e;
  --accent: #2c7da0;
  --highlight: #00b4d8;
  --green: #10b981;
  --orange: #f97316;
  --red: #ef4444;
  --bg-light: #f0f4f8;
  --text-dark: #1a2332;
  --text-muted: #5a6a7e;
  /* 页面整体背景 - 用于透明背景模块显示 */
  background: linear-gradient(180deg, #f8fafc 0%, #e8edf3 50%, #f8fafc 100%);
}

/* ========== Hero ========== */
.hero-section[data-v-51c4cc8f] {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #0A2B4E;
  z-index: 0;
}
@media (max-width: 1024px) {
.hero-section[data-v-51c4cc8f],
  .section-capabilities[data-v-51c4cc8f],
  .section-analysis[data-v-51c4cc8f],
  .section-trace[data-v-51c4cc8f] {
    background-attachment: scroll !important;
}
}
.hero-overlay[data-v-51c4cc8f] {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(135deg, rgba(10, 43, 78, 0.85) 0%, rgba(19, 46, 82, 0.8) 40%, rgba(26, 58, 92, 0.75) 70%, rgba(13, 51, 71, 0.85) 100%); */
  z-index: 1;
}
.hero-content[data-v-51c4cc8f] {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 120px 20px 80px;
}
.hero-content.visible[data-v-51c4cc8f] {
  opacity: 1;
  transform: translateY(0);
}
.hero-title[data-v-51c4cc8f] {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: 2px;
  color: #fff;
}
.hero-subtitle[data-v-51c4cc8f] {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  font-weight: 500;
}
.hero-tagline[data-v-51c4cc8f] {
  font-size: 1.1rem;
  color: rgba(0, 180, 216, 0.9);
  letter-spacing: 1px;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.8;
}
.hero-tags[data-v-51c4cc8f] {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.htag[data-v-51c4cc8f] {
  display: inline-block;
  padding: 7px 17px;
  border-radius: 999px;
  font-size: 1.15rem;
  font-weight: 600;
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #a7f3d0;
  background: rgba(16, 185, 129, 0.08);
  animation: tagIn-51c4cc8f 0.4s ease backwards;
  animation-delay: var(--hti);
  cursor: default;
  transition: transform 0.25s;
}
.htag[data-v-51c4cc8f]:hover {
  transform: scale(1.06);
}
@keyframes tagIn-51c4cc8f {
from {
    opacity: 0;
    transform: scale(0.85);
}
to {
    opacity: 1;
    transform: scale(1);
}
}

/* Hero 右侧轨道动画 */
.hero-visual[data-v-51c4cc8f] {
  position: relative;
  z-index: 2;
  width: 360px;
  height: 320px;
  flex-shrink: 0;
}
.capability-orbit[data-v-51c4cc8f] {
  width: 100%;
  height: 100%;
  position: relative;
}
.orbit-center[data-v-51c4cc8f] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--accent));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 1px;
  box-shadow: 0 0 36px rgba(16, 185, 129, 0.3);
  z-index: 3;
  animation: centerPulse-51c4cc8f 3s ease-in-out infinite;
}
@keyframes centerPulse-51c4cc8f {
0%,
  100% {
    box-shadow: 0 0 36px rgba(16, 185, 129, 0.3);
}
50% {
    box-shadow: 0 0 56px rgba(0, 180, 216, 0.3);
}
}
.orbit-node[data-v-51c4cc8f] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  animation: orbitIn-51c4cc8f 0.5s ease forwards;
  animation-delay: var(--od);
  opacity: 0;
  cursor: default;
  transition: transform 0.3s;
}
@keyframes orbitIn-51c4cc8f {
to {
    opacity: 1;
    transform: rotate(var(--oa)) translateY(-105px) scale(1);
}
}
.orbit-node.active .on-ring[data-v-51c4cc8f] {
  animation: ringGlow-51c4cc8f 1.5s ease-in-out infinite;
}
.orbit-node[data-v-51c4cc8f]:hover {
  transform: rotate(var(--oa)) translateY(-115px) scale(1.08);
}
.on-icon[data-v-51c4cc8f] {
  font-size: 1.5rem;
  z-index: 2;
  position: relative;
}
.on-label[data-v-51c4cc8f] {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 2px;
  white-space: nowrap;
}
.on-ring[data-v-51c4cc8f] {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1.5px solid rgba(16, 185, 129, 0.3);
  pointer-events: none;
}
@keyframes ringGlow-51c4cc8f {
0%,
  100% {
    border-color: rgba(16, 185, 129, 0.3);
    box-shadow: none;
}
50% {
    border-color: var(--green);
    box-shadow: 0 0 16px rgba(16, 185, 129, 0.4);
}
}

/* ========== Section 通用 ========== */
.section[data-v-51c4cc8f] {
  padding: 100px 40px;
}
.section > .section-inner[data-v-51c4cc8f] {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.section.visible > .section-inner[data-v-51c4cc8f] {
  opacity: 1;
  transform: translateY(0);
}
.section-inner[data-v-51c4cc8f] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-header[data-v-51c4cc8f] {
  text-align: center;
  margin-bottom: 60px;
}
.section-title[data-v-51c4cc8f] {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
}
.section-subtitle[data-v-51c4cc8f] {
  font-size: 1.15rem;
  color: var(--text-muted);
}

/* ========== 模块一：痛点 ========== */
.section-pain[data-v-51c4cc8f] {
  background: #F5F5F7;
}
.pain-grid[data-v-51c4cc8f] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pain-card[data-v-51c4cc8f] {
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  border: 2px dashed rgba(239, 68, 68, 0.3);
  cursor: pointer;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  opacity: 0;
  transform: translateY(16px);
  animation: painIn-51c4cc8f 0.5s ease forwards;
  animation-delay: var(--pdelay);
  position: relative;
  overflow: hidden;
}
.pain-card[data-v-51c4cc8f]:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 24px rgba(239, 68, 68, 0.12);
}
@keyframes painIn-51c4cc8f {
to {
    opacity: 1;
    transform: translateY(0);
}
}
.pain-warn[data-v-51c4cc8f] {
  font-size: 1rem;
  animation: warnBlink-51c4cc8f 2.5s ease-in-out infinite;
}
@keyframes warnBlink-51c4cc8f {
0%,
  100% {
    opacity: 0.4;
}
50% {
    opacity: 1;
}
}
.pain-icon[data-v-51c4cc8f] {
  font-size: 2.2rem;
  display: block;
  margin: 8px 0;
}
.pain-title[data-v-51c4cc8f] {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--red);
  margin: 6px 0;
}
.pain-desc[data-v-51c4cc8f] {
  font-size: 0.85rem;
  line-height: 1.58;
  color: var(--text-muted);
}
.pain-case[data-v-51c4cc8f] {
  margin-top: 12px;
  padding: 8px 12px;
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.06),
    rgba(249, 115, 22, 0.04)
  );
  border-radius: 8px;
  font-size: 0.8rem;
  color: var(--text-dark);
  animation: caseFadeIn-51c4cc8f 0.25s ease;
}
@keyframes caseFadeIn-51c4cc8f {
from {
    opacity: 0;
    transform: translateY(-6px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.pain-line[data-v-51c4cc8f] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: repeating-linear-gradient(
    90deg,
    var(--red) 0,
    var(--red) 8px,
    transparent 8px,
    transparent 14px
  );
}

/* ========== 模块二：核心能力导航 ========== */
.section-capabilities[data-v-51c4cc8f] {
  background: #F5F5F7;
}
.section-capabilities .section-title[data-v-51c4cc8f] { color: #fff;
}
.section-capabilities .section-subtitle[data-v-51c4cc8f] { color: rgba(255, 255, 255, 0.7);
}
.cap-cards[data-v-51c4cc8f] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.cap-card[data-v-51c4cc8f] {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 14px;
  padding: 26px 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: capCardIn-51c4cc8f 0.55s ease forwards;
  animation-delay: var(--cdelay);
  transition:
    transform 0.3s,
    box-shadow 0.3s,
    border-color 0.3s,
    background 0.3s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.cap-card[data-v-51c4cc8f]:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 180, 216, 0.5);
}
@keyframes capCardIn-51c4cc8f {
to {
    opacity: 1;
    transform: translateY(0);
}
}
.cap-num[data-v-51c4cc8f] {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.cap-emoji[data-v-51c4cc8f] {
  font-size: 2rem;
  display: block;
  margin: 8px 0;
}
.cap-name[data-v-51c4cc8f] {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.cap-value[data-v-51c4cc8f] {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
  line-height: 1.5;
}
.cap-actions[data-v-51c4cc8f] {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  text-align: center;
}
.cap-actions li[data-v-51c4cc8f] {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.75);
  padding: 3px 0;
}
.cap-actions li[data-v-51c4cc8f]::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  margin-right: 6px;
  vertical-align: middle;
}
.cap-btn[data-v-51c4cc8f] {
  padding: 8px 24px;
  border-radius: 99px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s;
}
.cap-btn[data-v-51c4cc8f]:hover {
  background: var(--highlight);
  border-color: var(--highlight);
  color: #fff;
}

/* ========== 模块三：智能点检 ========== */
.section-inspect[data-v-51c4cc8f] { background: transparent;
}
.inspect-layout[data-v-51c4cc8f] {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 32px;
  align-items: start;
}
.if-item[data-v-51c4cc8f] {
  padding: 16px;
  border-radius: 10px;
  background: #fff;
  border-left: 3px solid var(--green);
  margin-bottom: 12px;
  opacity: 0;
  transform: translateX(-12px);
  animation: ifSlideIn-51c4cc8f 0.4s ease forwards;
  animation-delay: calc(var(--ifi) * 0.15s);
}
@keyframes ifSlideIn-51c4cc8f {
to {
    opacity: 1;
    transform: translateX(0);
}
}
.if-icon[data-v-51c4cc8f] {
  font-size: 1.4rem;
}
.if-item h4[data-v-51c4cc8f] {
  font-size: 0.95rem;
  color: var(--primary);
  margin: 6px 0 4px;
}
.if-item p[data-v-51c4cc8f] {
  font-size: 0.83rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}
.alert-legend[data-v-51c4cc8f] {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  margin-top: 8px;
  border: 1px solid #e2e8f0;
}
.alert-legend h4[data-v-51c4cc8f] {
  font-size: 0.9rem;
  color: var(--primary);
  margin-bottom: 10px;
}
.legend-items[data-v-51c4cc8f] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.li-item[data-v-51c4cc8f] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--text-dark);
}
.li-dot[data-v-51c4cc8f] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.li-green .li-dot[data-v-51c4cc8f] {
  background: var(--green);
}
.li-yellow .li-dot[data-v-51c4cc8f] {
  background: #fbbf24;
}
.li-red .li-dot[data-v-51c4cc8f] {
  background: var(--red);
}

/* 仪表盘 */
.inspect-dashboard[data-v-51c4cc8f] {
  background: #1e293b;
  border-radius: 14px;
  overflow: hidden;
}
.dash-header[data-v-51c4cc8f] {
  background: #0f172a;
  color: #94a3b8;
  padding: 10px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
}
.dash-equipments[data-v-51c4cc8f] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}
.eq-card[data-v-51c4cc8f] {
  background: #334155;
  border-radius: 10px;
  padding: 14px 16px;
  position: relative;
  transition: box-shadow 0.3s;
  cursor: default;
  border-left: 4px solid transparent;
}
.eq-green[data-v-51c4cc8f] {
  border-left-color: var(--green);
}
.eq-yellow[data-v-51c4cc8f] {
  border-left-color: #fbbf24;
}
.eq-red[data-v-51c4cc8f] {
  border-left-color: var(--red);
}
.eq-card[data-v-51c4cc8f]:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.eq-status-light[data-v-51c4cc8f] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  right: 14px;
  top: 14px;
}
.eq-green .eq-status-light[data-v-51c4cc8f] {
  background: var(--green);
  box-shadow: 0 0 8px rgba(16, 185, 129, 0.5);
}
.eq-yellow .eq-status-light[data-v-51c4cc8f] {
  background: #fbbf24;
  box-shadow: 0 0 8px rgba(251, 191, 36, 0.5);
  animation: yellowBlink-51c4cc8f 1.5s infinite;
}
.eq-red .eq-status-light[data-v-51c4cc8f] {
  background: var(--red);
  box-shadow: 0 0 8px rgba(239, 68, 68, 0.6);
  animation: redBlink-51c4cc8f 0.8s infinite;
}
@keyframes redBlink-51c4cc8f {
0%,
  100% {
    opacity: 1;
}
50% {
    opacity: 0.3;
}
}
@keyframes yellowBlink-51c4cc8f {
0%,
  100% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}
.eq-name[data-v-51c4cc8f] {
  font-size: 0.88rem;
  color: #e2e8f0;
  font-weight: 600;
  margin-bottom: 8px;
}
.eq-metrics[data-v-51c4cc8f] {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.eq-metric[data-v-51c4cc8f] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.em-label[data-v-51c4cc8f] {
  font-size: 0.7rem;
  color: #94a3b8;
}
.em-val[data-v-51c4cc8f] {
  font-size: 0.9rem;
  color: #e2e8f0;
  font-weight: 700;
}
.em-val.warn[data-v-51c4cc8f] {
  color: var(--orange);
}
.eq-detail[data-v-51c4cc8f] {
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 6px;
  background: rgba(249, 115, 22, 0.15);
  font-size: 0.78rem;
  color: #fed7aa;
  animation: eqDetailIn-51c4cc8f 0.2s ease;
}
@keyframes eqDetailIn-51c4cc8f {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.compare-mini[data-v-51c4cc8f] {
  padding: 12px 16px;
}
.cmp-table[data-v-51c4cc8f] {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.78rem;
}
.cmp-table th[data-v-51c4cc8f] {
  background: #0f172a;
  color: #94a3b8;
  padding: 6px 10px;
  text-align: left;
  font-weight: 600;
}
.cmp-table td[data-v-51c4cc8f] {
  padding: 5px 10px;
  color: #cbd5e1;
  border-bottom: 1px solid #334155;
}
.cmp-table tr:last-child td[data-v-51c4cc8f] {
  border-bottom: none;
}
.inspect-result[data-v-51c4cc8f] {
  padding: 12px 16px;
  text-align: center;
  color: var(--green);
  font-size: 0.88rem;
  border-top: 1px solid #334155;
}
.inspect-result strong[data-v-51c4cc8f] {
  color: var(--green);
  font-size: 1rem;
}

/* ========== 模块四：追溯 ========== */
.section-trace[data-v-51c4cc8f] {
  background: transparent;
}
.trace-directions[data-v-51c4cc8f] {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 32px;
}
.trace-card[data-v-51c4cc8f] {
  background: #fff;
  border-radius: 14px;
  padding: 24px 22px;
  border: 1px solid rgba(10, 43, 78, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.tc-badge[data-v-51c4cc8f] {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 99px;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.tc-forward[data-v-51c4cc8f] {
  background: rgba(0, 180, 216, 0.08);
  color: var(--accent);
  border: 1px solid rgba(0, 180, 216, 0.2);
}
.tc-reverse[data-v-51c4cc8f] {
  background: rgba(249, 115, 22, 0.08);
  color: var(--orange);
  border: 1px solid rgba(249, 115, 22, 0.2);
}
.trace-card h3[data-v-51c4cc8f] {
  font-size: 1.05rem;
  color: var(--primary);
  margin-bottom: 8px;
}
.trace-card p[data-v-51c4cc8f] {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 10px;
}
.tc-question[data-v-51c4cc8f] {
  display: block;
  font-size: 0.88rem;
  color: var(--accent);
  padding-top: 8px;
  border-top: 1px dashed rgba(10, 43, 78, 0.12);
}
.trace-arrow-wrap[data-v-51c4cc8f] {
  display: flex;
  align-items: center;
}

/* 追溯链条 */
.trace-chain[data-v-51c4cc8f] {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  border: 1px solid rgba(10, 43, 78, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.chain-title[data-v-51c4cc8f] {
  text-align: center;
  font-size: 1rem;
  color: var(--primary);
  margin-bottom: 20px;
}
.chain-nodes[data-v-51c4cc8f] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}
.chain-node[data-v-51c4cc8f] {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  opacity: 0;
  transform: scale(0.85);
  animation: chainNodeIn-51c4cc8f 0.4s ease forwards;
  animation-delay: var(--cndelay);
  cursor: default;
  padding: 6px 12px;
  border-radius: 99px;
  background: var(--bg-light);
  border: 1.5px solid rgba(10, 43, 78, 0.1);
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
}
.chain-node[data-v-51c4cc8f]:hover {
  border-color: rgba(0, 180, 216, 0.4);
  box-shadow: 0 2px 14px rgba(0, 180, 216, 0.12);
}
@keyframes chainNodeIn-51c4cc8f {
to {
    opacity: 1;
    transform: scale(1);
}
}
.cn-icon[data-v-51c4cc8f] {
  font-size: 1.05rem;
}
.cn-label[data-v-51c4cc8f] {
  font-size: 0.8rem;
  color: var(--primary);
  font-weight: 600;
  white-space: nowrap;
}
.cn-arrow[data-v-51c4cc8f] {
  color: var(--accent);
  font-weight: 700;
  margin: 0 4px;
}
.cn-detail[data-v-51c4cc8f] {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 0.73rem;
  white-space: nowrap;
  z-index: 10;
  animation: cdetailIn-51c4cc8f 0.2s ease;
}
@keyframes cdetailIn-51c4cc8f {
from {
    opacity: 0;
    transform: translateX(-50%) translateY(4px);
}
to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
}
.trace-value[data-v-51c4cc8f] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}
.tv-item[data-v-51c4cc8f] {
  font-size: 0.85rem;
  color: var(--text-dark);
  padding: 6px 16px;
  border-radius: 99px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.2);
}

/* ========== 模块五：分析改进 ========== */
.section-analysis[data-v-51c4cc8f] {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #0a2b4e;
}
.section-analysis .section-title[data-v-51c4cc8f] { color: #fff;
}
.section-analysis .section-subtitle[data-v-51c4cc8f] { color: rgba(255, 255, 255, 0.7);
}
.analysis-layout[data-v-51c4cc8f] {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 28px;
  overflow: hidden;
}
.anal-subtitle[data-v-51c4cc8f] {
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 12px;
}
.anal-intro[data-v-51c4cc8f] {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin-bottom: 14px;
}
.am-items[data-v-51c4cc8f] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}
.am-item[data-v-51c4cc8f] {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}
.am-bullet[data-v-51c4cc8f] {
  flex-shrink: 0;
  font-size: 1rem;
}
.factors-box[data-v-51c4cc8f] {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.factors-box h5[data-v-51c4cc8f] {
  font-size: 0.88rem;
  color: #fff;
  margin-bottom: 8px;
}
.factor-tags[data-v-51c4cc8f] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.ftag[data-v-51c4cc8f] {
  padding: 4px 14px;
  border-radius: 99px;
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

/* SPC 图表 */
.spc-chart[data-v-51c4cc8f] {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.spc-svg[data-v-51c4cc8f] {
  width: 100%;
  height: auto;
}
.spc-line[data-v-51c4cc8f] {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: spcLineDraw-51c4cc8f 2s ease forwards 0.5s;
}
@keyframes spcLineDraw-51c4cc8f {
to {
    stroke-dashoffset: 0;
}
}
.spc-abnormal-dot[data-v-51c4cc8f] {
  animation: spcAlert-51c4cc8f 1.2s ease-in-out infinite;
}
@keyframes spcAlert-51c4cc8f {
0%,
  100% {
    r: 5;
    opacity: 1;
}
50% {
    r: 8;
    opacity: 0.5;
}
}
.spc-legend[data-v-51c4cc8f] {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 8px;
  font-size: 0.78rem;
}
.sl-normal[data-v-51c4cc8f] {
  color: var(--accent);
}
.sl-abnormal[data-v-51c4cc8f] {
  color: var(--orange);
}

/* 改进闭环 */
.improve-loop[data-v-51c4cc8f] {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.loop-steps[data-v-51c4cc8f] {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: nowrap;
  margin-bottom: 12px;
  padding: 16px 10px;
}
.lstep[data-v-51c4cc8f] {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid var(--green);
  color: var(--green);
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0;
  animation: lstepPop-51c4cc8f 0.4s ease forwards;
  animation-delay: calc(var(--lsi) * 0.15s + 0.2s);
}
@keyframes lstepPop-51c4cc8f {
from {
    opacity: 0;
    transform: scale(0.85);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
.lstep-num[data-v-51c4cc8f] {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  flex-shrink: 0;
}
.loop-ring-svg[data-v-51c4cc8f] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  height: calc(100% + 10px);
  pointer-events: none;
  z-index: 0;
}
.loop-ring-path[data-v-51c4cc8f] {
  animation: loopDashMove-51c4cc8f 10s linear infinite;
}
@keyframes loopDashMove-51c4cc8f {
to {
    stroke-dashoffset: -80;
}
}
.loop-note[data-v-51c4cc8f] {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-top: 8px;
  line-height: 1.55;
}

/* ========== 模块六：成效 ========== */
.section-results[data-v-51c4cc8f] {
  background: #F5F5F7;
}
.result-stats[data-v-51c4cc8f] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}
.rs-card[data-v-51c4cc8f] {
  text-align: center;
  padding: 28px 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(10, 43, 78, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transform: translateY(16px);
  animation: rsIn-51c4cc8f 0.5s ease forwards;
  animation-delay: var(--rsdelay);
}
@keyframes rsIn-51c4cc8f {
to {
    opacity: 1;
    transform: translateY(0);
}
}
.rs-val[data-v-51c4cc8f] {
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green), var(--highlight));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
}
.rs-label[data-v-51c4cc8f] {
  font-size: 0.86rem;
  color: var(--text-muted);
  margin-top: 6px;
  display: block;
}
.extra-values[data-v-51c4cc8f] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 700px;
  margin: 0 auto 24px;
}
.ev-item[data-v-51c4cc8f] {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-dark);
  padding: 8px 14px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(10, 43, 78, 0.08);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
  opacity: 0;
  animation: evIn-51c4cc8f 0.35s ease forwards;
  animation-delay: var(--evdelay);
}
@keyframes evIn-51c4cc8f {
to {
    opacity: 1;
    transform: translateY(0);
}
}
.ev-check[data-v-51c4cc8f] {
  flex-shrink: 0;
  color: var(--green);
  font-size: 0.9rem;
}
.result-quote[data-v-51c4cc8f] {
  text-align: center;
  font-size: 1rem;
  color: var(--primary);
  font-style: italic;
  font-weight: 600;
  max-width: 560px;
  margin: 0 auto;
  padding: 16px 24px;
  border-radius: 10px;
  background: rgba(16, 185, 129, 0.06);
  border-left: 4px solid var(--green);
}

/* ========== CTA ========== */
.cta-section[data-v-51c4cc8f] {
  background: linear-gradient(135deg, var(--primary), #0d3a66);
  padding: 64px 24px;
  text-align: center;
}
.cta-title[data-v-51c4cc8f] {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}
.cta-subtitle[data-v-51c4cc8f] {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 36px;
}
.cta-buttons[data-v-51c4cc8f] {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-btn[data-v-51c4cc8f] {
  padding: 13px 36px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn.primary[data-v-51c4cc8f] {
  background: var(--highlight);
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 180, 216, 0.35);
}
.cta-btn.primary[data-v-51c4cc8f]:hover {
  background: #00c5ee;
  box-shadow: 0 6px 24px rgba(0, 180, 216, 0.5);
  transform: translateY(-2px);
}
.cta-btn.secondary[data-v-51c4cc8f] {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.cta-btn.secondary[data-v-51c4cc8f]:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* ========== 响应式 ========== */
@media (max-width: 1024px) {
.hero-section[data-v-51c4cc8f] {
    flex-direction: column;
    padding: 52px 24px;
    min-height: auto;
}
.hero-visual[data-v-51c4cc8f] {
    width: 300px;
    height: 270px;
    margin-top: 24px;
}
.inspect-layout[data-v-51c4cc8f] {
    grid-template-columns: 1fr;
}
.analysis-layout[data-v-51c4cc8f] {
    grid-template-columns: 1fr;
}
.trace-directions[data-v-51c4cc8f] {
    grid-template-columns: 1fr;
}
.trace-arrow-wrap[data-v-51c4cc8f] {
    justify-content: center;
    transform: rotate(90deg);
}
.cap-cards[data-v-51c4cc8f] {
    grid-template-columns: 1fr;
}
.pain-grid[data-v-51c4cc8f] {
    grid-template-columns: 1fr;
}
.result-stats[data-v-51c4cc8f] {
    grid-template-columns: 1fr;
}
.extra-values[data-v-51c4cc8f] {
    grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.hero-section[data-v-51c4cc8f] { min-height: 100vh; height: 100vh;
}
.hero-title[data-v-51c4cc8f] {
    font-size: 2.2rem;
}
.hero-subtitle[data-v-51c4cc8f] {
    font-size: 1.15rem;
}
.section[data-v-51c4cc8f] {
    padding: 60px 16px;
}
.section-title[data-v-51c4cc8f] {
    font-size: 1.8rem;
}
.chain-nodes[data-v-51c4cc8f] {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.chain-node[data-v-51c4cc8f] {
    width: calc(33.33% - 6px);
    justify-content: center;
}
.chain-node .cn-arrow[data-v-51c4cc8f] {
    display: none;
}
.lstep[data-v-51c4cc8f] {
    padding: 6px 12px;
    font-size: 0.78rem;
    gap: 4px;
}
.lstep-num[data-v-51c4cc8f] {
    width: 18px;
    height: 18px;
    font-size: 0.65rem;
}
.loop-steps[data-v-51c4cc8f] {
    flex-wrap: nowrap;
    gap: 8px;
    padding: 10px 4px;
}
.loop-ring-svg[data-v-51c4cc8f] {
    display: none;
}
.improve-loop[data-v-51c4cc8f] {
    padding: 14px;
    overflow: hidden;
}
.spc-chart[data-v-51c4cc8f] {
    overflow: hidden;
}
.am-item[data-v-51c4cc8f] {
    font-size: 0.8rem;
}
.rs-val[data-v-51c4cc8f] {
    font-size: 2rem;
}
.cta-title[data-v-51c4cc8f] {
    font-size: 1.8rem;
}
.cap-actions[data-v-51c4cc8f] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}
.cap-actions li[data-v-51c4cc8f] {
    display: inline-block;
    padding: 2px 6px;
    font-size: 0.78rem;
}
}
@media (max-width: 480px) {
.hero-title[data-v-51c4cc8f] {
    font-size: 2.25rem;
}
.hero-subtitle[data-v-51c4cc8f] {
    font-size: 1.5rem;
}
.hero-tagline[data-v-51c4cc8f] {
    font-size: 1.25rem;
}
.htag[data-v-51c4cc8f] { font-size: 1rem;
}
.hero-visual[data-v-51c4cc8f] {
    width: 250px;
    height: 220px;
}
.eq-metrics[data-v-51c4cc8f] {
    gap: 10px;
}
.cta-btn[data-v-51c4cc8f] {
    padding: 11px 28px;
    font-size: 0.92rem;
}
.lstep[data-v-51c4cc8f] {
    padding: 5px 8px;
    font-size: 0.72rem;
    gap: 3px;
}
.lstep-text[data-v-51c4cc8f] {
    white-space: nowrap;
}
.loop-steps[data-v-51c4cc8f] {
    gap: 5px;
    padding: 8px 2px;
}
}
/* 回到顶部 */
.back-to-top[data-v-51c4cc8f] {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s ease;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 78, 162, 0.85);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
}
.back-to-top.visible[data-v-51c4cc8f] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top[data-v-51c4cc8f]:hover {
  background: rgba(0, 78, 162, 1);
  box-shadow: 0 6px 20px rgba(0, 78, 162, 0.4);
  transform: translateY(-3px);
}
.back-to-top svg[data-v-51c4cc8f] {
  width: 22px;
  height: 22px;
}
@media (max-width: 768px) {
.back-to-top[data-v-51c4cc8f] { bottom: 24px; right: 24px; width: 42px; height: 42px;
}
.back-to-top svg[data-v-51c4cc8f] { width: 18px; height: 18px;
}
}
