
/* ========== 变量 ========== */
.id-page[data-v-3880d14e] {
  --primary: #0A2B4E;
  --accent: #2C7DA0;
  --highlight: #00B4D8;
  --orange: #F97316;
  --red: #E63946;
  --bg-light: #F0F4F8;
  --text-dark: #1a2332;
  --text-muted: #5a6a7e;
  --card-bg: rgba(30, 40, 55, 0.7);
  /* 页面整体背景 - 用于透明背景模块显示 */
  background: linear-gradient(180deg, #f8fafc 0%, #e8edf3 50%, #f8fafc 100%);
}

/* ========== Hero ========== */
.hero-section[data-v-3880d14e] {
  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-3880d14e],
  .section-capabilities[data-v-3880d14e] {
    background-attachment: scroll !important;
}
}
.hero-overlay[data-v-3880d14e] {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-content[data-v-3880d14e] {
  position: relative; z-index: 2;
  text-align: center;
  padding: 120px 20px 80px;
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.hero-content.visible[data-v-3880d14e] { opacity: 1; transform: translateY(0);
}
.hero-title[data-v-3880d14e] {
  font-size: 3.5rem; font-weight: 800; margin-bottom: 16px; letter-spacing: 2px;
  color: #fff;
}
.hero-subtitle[data-v-3880d14e] { font-size: 1.5rem; color: rgba(255,255,255,0.9); margin-bottom: 20px; font-weight: 500;
}
.hero-tagline[data-v-3880d14e] { font-size: 1.1rem; color: rgba(0,180,216,0.9); letter-spacing: 1px; line-height: 1.85; max-width: 680px; margin: 0 auto 36px;
}
.hero-badges[data-v-3880d14e] { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; margin-top: 40px;
}
.badge-item[data-v-3880d14e] {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(0, 180, 216, 0.2);
  border-radius: 12px;
  padding: 10px 18px;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  animation: badgeIn-3880d14e 0.6s ease both;
  animation-delay: var(--d);
}
@keyframes badgeIn-3880d14e {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}
.badge-item[data-v-3880d14e]:hover { transform: translateY(-3px); box-shadow: 0 6px 24px rgba(0, 180, 216, 0.25); border-color: rgba(0, 180, 216, 0.45);
}
.badge-icon[data-v-3880d14e] { font-size: 1.15rem;
}
.badge-value[data-v-3880d14e] { font-size: 1.15rem; font-weight: 800; color: #00b4d8;
}
.badge-label[data-v-3880d14e] { font-size: 1.15rem; color: rgba(255, 255, 255, 0.65);
}

/* Hero 右侧：AGV 动画 */
.hero-visual[data-v-3880d14e] {
  position: relative; z-index: 2;
  width: 480px; height: 380px; flex-shrink: 0;
}
.agv-scene[data-v-3880d14e] {
  width: 100%; height: 100%; position: relative;
  background: rgba(10,30,50,0.5);
  border: 1px solid rgba(0,180,216,0.15);
  border-radius: 16px; overflow: hidden;
}
.shelf-grid[data-v-3880d14e] {
  position: absolute; inset: 0; padding: 20px;
  display: flex; flex-direction: column; justify-content: space-around;
  opacity: 0.3;
}
.shelf-row[data-v-3880d14e] { display: flex; justify-content: space-around;
}
.shelf-unit[data-v-3880d14e] {
  width: 52px; height: 42px;
  border: 1px solid rgba(0,180,216,0.25);
  border-radius: 4px;
  opacity: var(--sh);
  transition: opacity 0.3s;
  animation: shelfFade-3880d14e 4s ease-in-out infinite alternate;
  animation-delay: var(--sd);
}
@keyframes shelfFade-3880d14e {
to { opacity: calc(var(--sh) * 0.6 + 0.2);
}
}

/* AGV 小车 */
.agv-vehicle[data-v-3880d14e] {
  position: absolute;
  left: var(--ax); top: var(--ay);
  width: 36px; height: 28px;
  animation: agvMove-3880d14e 6s ease-in-out infinite alternate;
  animation-delay: var(--adelay);
  z-index: 5;
}
@keyframes agvMove-3880d14e {
0% { transform: translate(0, 0) rotate(0deg); left: var(--ax); top: var(--ay);
}
25% { transform: translate(120px, 40px) rotate(15deg);
}
50% { transform: translate(60px, -30px) rotate(-10deg);
}
75% { transform: translate(180px, 20px) rotate(8deg);
}
100% { transform: translate(240px, 0) rotate(0deg);
}
}
.agv-body[data-v-3880d14e] {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--acolor), color-mix(in srgb, var(--acolor), black 30%));
  border-radius: 6px;
  box-shadow: 0 0 12px var(--acolor);
}
.agv-glow[data-v-3880d14e] {
  position: absolute; inset: -6px;
  border-radius: 10px;
  background: radial-gradient(circle, rgba(from var(--acolor) r g b / 0.3), transparent 70%);
  animation: agvGlow-3880d14e 2s ease-in-out infinite alternate;
}
@keyframes agvGlow-3880d14e {
0% { opacity: 0.3;
}
100% { opacity: 0.7;
}
}
.agv-trail[data-v-3880d14e] {
  position: absolute; left: 50%; bottom: -8px;
  width: 4px; height: 40px;
  background: linear-gradient(to bottom, var(--acolor), transparent);
  opacity: 0.4;
  filter: blur(3px);
  animation: trailFlow-3880d14e 1.5s ease-in infinite;
}
@keyframes trailFlow-3880d14e {
0% { height: 20px; opacity: 0.6;
}
100% { height: 50px; opacity: 0.1;
}
}

/* 视觉识别框 */
.vision-box[data-v-3880d14e] {
  position: absolute;
  left: var(--vx); top: var(--vy);
  width: 44px; height: 34px;
  animation: visionFlash-3880d14e 3s ease-in-out infinite;
  animation-delay: var(--vdelay);
  pointer-events: none;
}
@keyframes visionFlash-3880d14e {
0%, 100% { opacity: 0.2;
}
50% { opacity: 1;
}
}
.vb-corner[data-v-3880d14e] { position: absolute; width: 10px; height: 10px; border-color: var(--highlight); border-style: solid;
}
.vb-corner.tl[data-v-3880d14e] { top: 0; left: 0; border-width: 2px 0 0 2px;
}
.vb-corner.tr[data-v-3880d14e] { top: 0; right: 0; border-width: 2px 2px 0 0;
}
.vb-corner.bl[data-v-3880d14e] { bottom: 0; left: 0; border-width: 0 0 2px 2px;
}
.vb-corner.br[data-v-3880d14e] { bottom: 0; right: 0; border-width: 0 2px 2px 0;
}
.vb-scan-line[data-v-3880d14e] {
  position: absolute; left: 0; right: 0; top: 50%; height: 1px;
  background: var(--highlight);
  animation: scanLine-3880d14e 2s ease-in-out infinite;
}
@keyframes scanLine-3880d14e {
0% { top: 10%; opacity: 0;
}
50% { opacity: 1;
}
100% { top: 90%; opacity: 0;
}
}

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

/* ========== 模块一：四大痛点 ========== */
.section-pain[data-v-3880d14e] {
  background: #F5F5F7;
}
.pain-grid[data-v-3880d14e] { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.pain-card[data-v-3880d14e] {
  background: #fff;
  border: 2px dashed rgba(230,57,70,0.35);
  border-radius: 14px;
  padding: 26px 18px; text-align: center;
  cursor: default;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  opacity: 0; transform: translateY(16px);
  animation: painIn-3880d14e 0.5s ease forwards;
  animation-delay: var(--pdelay);
  position: relative; overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
@keyframes painIn-3880d14e {
to { opacity: 1; transform: translateY(0);
}
}
.pain-card.hovered[data-v-3880d14e] {
  transform: scale(1.03) translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,180,216,0.15);
  border-color: rgba(0,180,216,0.5);
}
.pain-warn-icon[data-v-3880d14e] { font-size: 1rem; animation: warnBlink-3880d14e 2s ease-in-out infinite;
}
@keyframes warnBlink-3880d14e {
0%, 100% { opacity: 0.4;
}
50% { opacity: 1;
}
}
.pain-big-icon[data-v-3880d14e] { font-size: 2.2rem; display: block; margin: 10px 0;
}
.pain-title[data-v-3880d14e] { font-size: 1.08rem; font-weight: 700; color: #0A2B4E; margin: 8px 0;
}
.pain-desc[data-v-3880d14e] { font-size: 0.84rem; line-height: 1.6; color: rgba(10, 43, 78, 0.7);
}
.pain-highlight-num[data-v-3880d14e] {
  margin-top: 14px; padding: 8px 0;
  border-top: 1px solid rgba(255,183,3,0.2);
}
.phn-value[data-v-3880d14e] {
  display: block; font-size: 1.6rem; font-weight: 900;
  color: #FFB703;
}
.phn-label[data-v-3880d14e] { font-size: 0.76rem; color: rgba(255,255,255,0.55);
}
.pain-case-tip[data-v-3880d14e] {
  position: absolute;
  bottom: 6px; left: 10px; right: 10px;
  padding: 10px 12px;
  background: linear-gradient(135deg, rgba(230,57,70,0.1), rgba(249,115,22,0.06));
  border-radius: 8px; font-size: 0.82rem; color: rgba(0,0,0,0.9);
}
@keyframes caseTipIn-3880d14e {
from { opacity: 0; transform: translateY(-6px);
}
to { opacity: 1; transform: translateY(0);
}
}
.pain-alert-line[data-v-3880d14e] {
  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);
}
.pain-note[data-v-3880d14e] { text-align: center; color: var(--text-muted); font-style: italic; font-size: 0.88rem; margin-top: 28px;
}

/* ========== 模块二：AI 能力方案 ========== */
.section-capabilities[data-v-3880d14e] {
  background: #F5F5F7;
}
.section-capabilities .section-title[data-v-3880d14e] { color: #fff;
}
.section-capabilities .section-subtitle[data-v-3880d14e] { color: rgba(255, 255, 255, 0.7);
}

/* 时间轴 */
.cap-timeline[data-v-3880d14e] {
  position: relative; display: flex; justify-content: space-between;
  max-width: 700px; margin: 0 auto 44px; padding: 0 20px;
}
.tl-step[data-v-3880d14e] { display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 2;
}
.tl-dot[data-v-3880d14e] {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--highlight);
  box-shadow: 0 0 12px rgba(0,180,216,0.5);
  animation: dotPop-3880d14e 0.4s ease backwards;
  animation-delay: calc(var(--tdi) * 0.2s + 0.3s);
}
@keyframes dotPop-3880d14e {
from { transform: scale(0);
}
to { transform: scale(1);
}
}
.tl-text[data-v-3880d14e] { font-size: 0.82rem; font-weight: 600; color: var(--text-muted);
}
.tl-line-svg[data-v-3880d14e] {
  position: absolute; top: 7px; left: 0; right: 0;
  width: 100%; height: 20px; pointer-events: none;
}
.tl-active-line[data-v-3880d14e] {
  stroke-dasharray: 720; stroke-dashoffset: 720;
  animation: tlDraw-3880d14e 2s ease forwards 0.8s;
}
@keyframes tlDraw-3880d14e {
to { stroke-dashoffset: 0;
}
}
.cap-cards[data-v-3880d14e] { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 20px;
}
.cap-card[data-v-3880d14e] {
  background: #fff;
  border-radius: 16px; padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border-top: 4px solid transparent;
  opacity: 0; transform: translateY(20px);
  animation: cardRise-3880d14e 0.55s ease forwards; animation-delay: var(--cdelay);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative; overflow: hidden;
}
.cap-card[data-v-3880d14e]::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(0,180,216,0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(0,180,216,0.03) 1px, transparent 1px);
  background-size: 20px 20px; pointer-events: none;
}
.cap-card[data-v-3880d14e]:hover { transform: translateY(-5px); box-shadow: 0 10px 36px rgba(0,0,0,0.12);
}
@keyframes cardRise-3880d14e {
to { opacity: 1; transform: translateY(0);
}
}
.cap-blue[data-v-3880d14e] { border-top-color: var(--accent);
}
.cap-green[data-v-3880d14e] { border-top-color: #10B981;
}
.cap-orange[data-v-3880d14e] { border-top-color: var(--orange);
}
.cap-purple[data-v-3880d14e] { border-top-color: #8B5CF6;
}
.cap-icon-wrap[data-v-3880d14e] { display: flex; justify-content: center; margin-bottom: 14px;
}
.cap-icon[data-v-3880d14e] { width: 58px; height: 58px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem;
}
.cap-blue .cap-icon[data-v-3880d14e] { background: rgba(44,125,160,0.1);
}
.cap-green .cap-icon[data-v-3880d14e] { background: rgba(16,185,129,0.1);
}
.cap-orange .cap-icon[data-v-3880d14e] { background: rgba(249,115,22,0.1);
}
.cap-purple .cap-icon[data-v-3880d14e] { background: rgba(139,92,246,0.1);
}
.pulse-anim[data-v-3880d14e] { animation: iconPulse-3880d14e 2.5s ease-in-out infinite;
}
@keyframes iconPulse-3880d14e {
0%, 100% { transform: scale(1);
}
50% { transform: scale(1.07);
}
}
.cap-title[data-v-3880d14e] { text-align: center; font-size: 1.12rem; font-weight: 700; color: #0A2B4E; margin-bottom: 12px;
}
.cap-desc[data-v-3880d14e] { font-size: 0.86rem; color: rgba(10, 43, 78, 0.7); line-height: 1.6; margin-bottom: 14px; text-align: center;
}
.cap-list[data-v-3880d14e] { list-style: none; padding: 0; margin: 0 0 16px;
}
.cap-list li[data-v-3880d14e] { display: flex; align-items: flex-start; gap: 8px; font-size: 0.84rem; line-height: 1.55; color: rgba(10, 43, 78, 0.7); margin-bottom: 6px;
}
.cap-check[data-v-3880d14e] { flex-shrink: 0;
}
.cap-metric[data-v-3880d14e] {
  text-align: center; padding: 10px; border-radius: 10px;
  background: var(--bg-light); margin-bottom: 12px;
}
.cm-value[data-v-3880d14e] { display: block; font-size: 1.6rem; font-weight: 900; color: var(--orange);
}
.cm-label[data-v-3880d14e] { font-size: 0.76rem; color: var(--text-muted);
}
.cap-tech-link[data-v-3880d14e] {
  display: inline-block; font-size: 0.8rem; color: var(--accent);
  cursor: pointer; transition: color 0.2s; text-align: center; width: 100%;
}
.cap-tech-link[data-v-3880d14e]:hover { color: var(--highlight); text-decoration: underline;
}
.cap-tech-detail[data-v-3880d14e] {
  margin-top: 10px; padding: 14px 16px;
  background: rgba(0, 180, 216, 0.04); border-left: 3px solid #00B4D8;
  border-radius: 0 8px 8px 0;
  font-size: 0.82rem; color: rgba(10, 43, 78, 0.8); line-height: 1.7;
}
.tech-detail-fade-enter-active[data-v-3880d14e] { animation: tdIn-3880d14e 0.25s ease;
}
.tech-detail-fade-leave-active[data-v-3880d14e] { animation: tdOut-3880d14e 0.15s ease;
}
@keyframes tdIn-3880d14e {
from { opacity: 0; transform: translateY(-8px);
}
to { opacity: 1; transform: translateY(0);
}
}
@keyframes tdOut-3880d14e {
from { opacity: 1; transform: translateY(0);
}
to { opacity: 0; transform: translateY(-8px);
}
}
.cap-note[data-v-3880d14e] { text-align: center; font-size: 0.9rem; color: var(--text-muted); font-style: italic;
}

/* ========== 模块三：价值成效 ========== */
.section-results[data-v-3880d14e] { background: transparent;
}
.result-stats[data-v-3880d14e] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 32px;
}
.rs-card[data-v-3880d14e] {
  text-align: center; padding: 32px 24px; border-radius: 16px;
  background: linear-gradient(145deg, rgba(10,43,78,0.95), rgba(15,23,42,0.92));
  border: 1px solid rgba(0,180,216,0.2);
  backdrop-filter: blur(10px);
  opacity: 0; transform: translateY(20px);
  animation: rsIn-3880d14e 0.55s ease forwards; animation-delay: var(--rsdelay);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative; overflow: hidden;
}
.rs-card[data-v-3880d14e]:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(0,180,216,0.15);
}
@keyframes rsIn-3880d14e {
to { opacity: 1; transform: translateY(0);
}
}
.rs-arrow-up[data-v-3880d14e] {
  display: inline-block; font-size: 1.2rem; color: #10B981;
  animation: arrowFloat-3880d14e 2.5s ease-in-out infinite;
  margin-bottom: 8px;
}
@keyframes arrowFloat-3880d14e {
0%, 100% { transform: translateY(0);
}
50% { transform: translateY(-6px);
}
}
.rs-value[data-v-3880d14e] {
  display: block; font-size: 3.2rem; font-weight: 900;
  color: var(--highlight); line-height: 1.1; letter-spacing: -1px;
}
.rs-title[data-v-3880d14e] { display: block; font-size: 1.05rem; color: rgba(255,255,255,0.85); font-weight: 600; margin: 8px 0 14px;
}
.rs-progress-bar[data-v-3880d14e] {
  height: 5px; background: rgba(255,255,255,0.1); border-radius: 99px;
  overflow: hidden; margin-bottom: 14px;
}
.rs-fill[data-v-3880d14e] {
  height: 100%; border-radius: 99px;
  background: linear-gradient(90deg, var(--highlight), #10B981);
  width: 0; transition: width 1.4s ease 0.5s;
}
.section-results.visible .rs-fill[data-v-3880d14e] { width: inherit;
}
.rs-desc[data-v-3880d14e] { font-size: 0.86rem; color: rgba(255,255,255,0.6); line-height: 1.5; margin: 0 0 10px;
}
.rs-save[data-v-3880d14e] { font-size: 0.82rem; color: rgba(255,255,255,0.5);
}
.rs-save strong[data-v-3880d14e] { color: #FFB703; font-weight: 700;
}
.result-disclaimer[data-v-3880d14e] {
  text-align: center; font-size: 0.84rem; color: var(--text-muted);
  font-style: italic; margin-bottom: 24px;
  padding: 12px 20px; background: rgba(255,255,255,0.5); border-radius: 10px;
}
.trust-badges[data-v-3880d14e] { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;
}
.trust-badge[data-v-3880d14e] {
  display: flex; align-items: center; gap: 6px;
  padding: 8px 18px; border-radius: 99px;
  background: #fff; border: 1px solid rgba(16,185,129,0.2);
  font-size: 0.82rem; color: var(--text-dark); font-weight: 500;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.tb-icon[data-v-3880d14e] { font-size: 0.9rem;
}

/* ========== 模块四：技术架构 ========== */
.section-arch[data-v-3880d14e] { background: transparent;
}
.arch-flow[data-v-3880d14e] { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.arch-step[data-v-3880d14e] {
  background: var(--bg-light); border-radius: 14px; padding: 22px 16px;
  border: 2px solid rgba(44,125,160,0.15);
  cursor: pointer; transition: all 0.3s;
  opacity: 0; animation: archStepIn-3880d14e 0.45s ease forwards;
  animation-delay: calc(var(--asi) * 0.18s);
}
@keyframes archStepIn-3880d14e {
to { opacity: 1;
}
}
.arch-step[data-v-3880d14e]:hover, .arch-step.expanded[data-v-3880d14e] {
  border-color: var(--accent);
  box-shadow: 0 6px 24px rgba(0,180,216,0.12);
  transform: translateY(-3px);
}
.as-header[data-v-3880d14e] { display: flex; align-items: center; gap: 8px; margin-bottom: 10px;
}
.as-num[data-v-3880d14e] {
  width: 26px; height: 26px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--highlight));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700; flex-shrink: 0;
}
.as-icon[data-v-3880d14e] { font-size: 1.4rem;
}
.as-name[data-v-3880d14e] { font-size: 0.98rem; color: var(--primary);
}
.as-summary[data-v-3880d14e] { font-size: 0.8rem; color: var(--text-muted); line-height: 1.5; margin: 0;
}
.as-detail[data-v-3880d14e] {
  margin-top: 14px; padding-top: 12px;
  border-top: 1px dashed rgba(44,125,160,0.2);
}
.as-tech-item[data-v-3880d14e] { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: rgba(255, 255, 255, 0.75); margin-bottom: 6px;
}
.at-badge[data-v-3880d14e] {
  padding: 2px 8px; border-radius: 4px; font-size: 0.7rem; font-weight: 600; flex-shrink: 0;
  background: rgba(0,180,216,0.1); color: var(--accent);
}
.arch-detail-fade-enter-active[data-v-3880d14e] { animation: adIn-3880d14e 0.25s ease;
}
.arch-detail-fade-leave-active[data-v-3880d14e] { animation: adOut-3880d14e 0.15s ease;
}
@keyframes adIn-3880d14e {
from { opacity: 0; max-height: 0;
}
to { opacity: 1; max-height: 200px;
}
}
@keyframes adOut-3880d14e {
from { opacity: 1; max-height: 200px;
}
to { opacity: 0; max-height: 0;
}
}
.arch-connectors[data-v-3880d14e] {
  grid-column: 1 / -1;
  height: 40px; margin-top: -10px; margin-bottom: 10px;
}
.connector-svg[data-v-3880d14e] { width: 100%; height: 100%;
}
.conn-path[data-v-3880d14e] {
  stroke-dasharray: 900; stroke-dashoffset: 900;
  animation: connDraw-3880d14e 2s ease forwards 1s;
}
@keyframes connDraw-3880d14e {
to { stroke-dashoffset: 0;
}
}
.particle[data-v-3880d14e] {
  animation: particleFlow-3880d14e 3s ease-in-out infinite;
}
.p1[data-v-3880d14e] { animation-delay: 0s;
}
.p2[data-v-3880d14e] { animation-delay: 1s;
}
.p3[data-v-3880d14e] { animation-delay: 2s;
}
@keyframes particleFlow-3880d14e {
0% { offset-distance: 0%; opacity: 0;
}
10% { opacity: 1;
}
90% { opacity: 1;
}
100% { offset-distance: 100%; opacity: 0;
}
}

/* ========== CTA ========== */
.cta-section[data-v-3880d14e] {
  background: linear-gradient(135deg, var(--primary) 0%, #0d3a66 50%, #0A2B4E 100%);
  padding: 72px 24px; text-align: center;
  position: relative; overflow: hidden;
  z-index: 0;
}
.cta-section[data-v-3880d14e]::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(0,180,216,0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(249,115,22,0.06) 0%, transparent 50%);
  pointer-events: none;
}
.cta-inner[data-v-3880d14e] { position: relative; z-index: 2; max-width: 640px; margin: 0 auto;
}
.cta-title[data-v-3880d14e] { font-size: 2.4rem; font-weight: 900; color: #fff; margin-bottom: 12px; letter-spacing: 1px;
}
.cta-subtitle[data-v-3880d14e] { font-size: 1.12rem; color: rgba(255,255,255,0.72); margin-bottom: 36px;
}
.cta-buttons[data-v-3880d14e] { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px;
}
.cta-btn[data-v-3880d14e] {
  padding: 14px 40px; border-radius: 10px; font-size: 1rem; font-weight: 700;
  border: none; cursor: pointer; transition: all 0.3s;
  position: relative; overflow: hidden;
}
.cta-btn.primary[data-v-3880d14e] {
  background: linear-gradient(135deg, var(--highlight), #0077B6);
  color: #fff; box-shadow: 0 4px 20px rgba(0,180,216,0.4);
}
.cta-btn.primary[data-v-3880d14e]:hover {
  background: linear-gradient(135deg, #00c5ee, var(--highlight));
  box-shadow: 0 6px 28px rgba(0,180,216,0.55);
  transform: translateY(-2px) scale(1.02);
}
.cta-btn.primary[data-v-3880d14e]::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.3), transparent 70%);
  opacity: 0; transition: opacity 0.3s;
}
.cta-btn.primary[data-v-3880d14e]:active::after { opacity: 1;
}
.cta-btn.secondary[data-v-3880d14e] {
  background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.4);
}
.cta-btn.secondary[data-v-3880d14e]:hover { border-color: #fff; background: rgba(255,255,255,0.1); transform: translateY(-2px);
}
.cta-hint[data-v-3880d14e] { font-size: 0.82rem; color: rgba(255,255,255,0.45); margin-bottom: 28px;
}
.cta-industries[data-v-3880d14e] { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap;
}
.ci-label[data-v-3880d14e] { font-size: 0.82rem; color: rgba(255,255,255,0.5);
}
.ci-tag[data-v-3880d14e] {
  padding: 5px 16px; border-radius: 99px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  font-size: 0.8rem; color: rgba(255,255,255,0.75);
}

/* ========== 响应式 ========== */
@media (max-width: 1024px) {
.hero-section[data-v-3880d14e] { flex-direction: column; padding: 40px 24px; min-height: auto; text-align: center;
}
.hero-content[data-v-3880d14e] { text-align: center; max-width: 100%; padding: 60px 0 40px;
}
.hero-badges[data-v-3880d14e] { justify-content: center;
}
.hero-visual[data-v-3880d14e] { width: 400px; height: 320px; margin-top: 20px;
}
.pain-grid[data-v-3880d14e] { grid-template-columns: 1fr 1fr;
}
.cap-cards[data-v-3880d14e] { grid-template-columns: 1fr;
}
.arch-flow[data-v-3880d14e] { grid-template-columns: 1fr 1fr;
}
.result-stats[data-v-3880d14e] { grid-template-columns: 1fr; gap: 20px;
}
}
@media (max-width: 768px) {
.hero-section[data-v-3880d14e] { min-height: 100vh; height: 100vh;
}
.hero-title[data-v-3880d14e] { font-size: 2.2rem;
}
.hero-subtitle[data-v-3880d14e] { font-size: 1.15rem;
}
.hero-visual[data-v-3880d14e] { width: 320px; height: 260px;
}
.hero-badges[data-v-3880d14e] {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 28px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.badge-item[data-v-3880d14e] {
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    padding: 10px 15px;
}
.section[data-v-3880d14e] { padding: 64px 16px;
}
.section-title[data-v-3880d14e] { font-size: 1.85rem;
}
.pain-grid[data-v-3880d14e] { grid-template-columns: 1fr;
}
.cap-timeline[data-v-3880d14e] { flex-wrap: wrap; justify-content: center; gap: 10px; padding: 0 10px;
}
.tl-step[data-v-3880d14e] { flex: 0 0 auto;
}
.tl-text[data-v-3880d14e] { font-size: 0.76rem;
}
.tl-line-svg[data-v-3880d14e] { display: none;
}
.arch-flow[data-v-3880d14e] { grid-template-columns: 1fr;
}
.arch-connectors[data-v-3880d14e] { display: none;
}
.rs-value[data-v-3880d14e] { font-size: 2.4rem;
}
.cta-title[data-v-3880d14e] { font-size: 1.8rem;
}
}
@media (max-width: 480px) {
.hero-title[data-v-3880d14e] { font-size: 2.25rem;
}
.hero-subtitle[data-v-3880d14e] { font-size: 1.5rem;
}
.hero-tagline[data-v-3880d14e] { font-size: 1.25rem;
}
.hero-visual[data-v-3880d14e] { width: 280px; height: 220px;
}
.badge-value[data-v-3880d14e] { font-size: 1rem;
}
.badge-label[data-v-3880d14e] { font-size: 1rem;
}
.cap-card[data-v-3880d14e] { padding: 22px 18px;
}
.rs-card[data-v-3880d14e] { padding: 24px 18px;
}
.cta-btn[data-v-3880d14e] { padding: 12px 28px; font-size: 0.92rem;
}
}
/* 回到顶部 */
.back-to-top[data-v-3880d14e] {
  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-3880d14e] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top[data-v-3880d14e]: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-3880d14e] {
  width: 22px;
  height: 22px;
}
@media (max-width: 768px) {
.back-to-top[data-v-3880d14e] { bottom: 24px; right: 24px; width: 42px; height: 42px;
}
.back-to-top svg[data-v-3880d14e] { width: 18px; height: 18px;
}
}
