
.exec-agent-page[data-v-15696c52] {
  min-height: 100vh;
  background: linear-gradient(180deg, #f8fafc 0%, #e8edf3 50%, #f8fafc 100%);
  overflow-x: hidden;
}
.section[data-v-15696c52] {
  padding: 100px 40px;
}
.section-inner[data-v-15696c52] {
  max-width: 1200px;
  margin: 0 auto;
}
.section-header[data-v-15696c52] {
  text-align: center;
  margin-bottom: 60px;
}
.section-title[data-v-15696c52] {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0A2B4E;
  margin-bottom: 12px;
}
.section-subtitle[data-v-15696c52] {
  font-size: 1.15rem;
  color: rgba(10, 43, 78, 0.6);
}
.section > .section-inner[data-v-15696c52],
.hero-content[data-v-15696c52] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.section.visible > .section-inner[data-v-15696c52],
.hero-content.visible[data-v-15696c52] {
  opacity: 1;
  transform: translateY(0);
}

/* ========== Hero ========== */
.hero-section[data-v-15696c52] {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}
@media (max-width: 1024px) {
.hero-section[data-v-15696c52],
  .section-capabilities[data-v-15696c52],
  .section-value[data-v-15696c52] {
    background-attachment: scroll !important;
}
}
.hero-overlay[data-v-15696c52] {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-content[data-v-15696c52] {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 120px 20px 80px;
  max-width: 800px;
}
.hero-title[data-v-15696c52] {
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: 2px;
}
.hero-subtitle[data-v-15696c52] {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  font-weight: 500;
}
.hero-tagline[data-v-15696c52] {
  font-size: 1.1rem;
  color: rgba(0, 180, 216, 0.9);
  letter-spacing: 1px;
}
.tag-cloud[data-v-15696c52] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.tag-item[data-v-15696c52] {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 24px;
  font-size: 1.15rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(0, 180, 216, 0.3);
  color: rgba(255, 255, 255, 0.9);
  cursor: default;
  transition: all 0.3s ease;
  animation: tag-pop-15696c52 0.4s ease both;
  animation-delay: calc(var(--i) * 0.08s);
}
@keyframes tag-pop-15696c52 {
from { opacity: 0; transform: scale(0.8);
}
to { opacity: 1; transform: scale(1);
}
}
.tag-item[data-v-15696c52]:hover {
  background: rgba(0, 180, 216, 0.15);
  border-color: #00B4D8;
  transform: scale(1.06);
  box-shadow: 0 0 16px rgba(0, 180, 216, 0.2);
}

/* Hero 右侧数字孪生面板 */
.hero-visual[data-v-15696c52] {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 280px;
}
.digital-twin[data-v-15696c52] {
  background: rgba(10, 43, 78, 0.7);
  border: 1px solid rgba(0, 180, 216, 0.2);
  border-radius: 12px;
  backdrop-filter: blur(12px);
  overflow: hidden;
  animation: dt-float-15696c52 6s ease-in-out infinite;
}
@keyframes dt-float-15696c52 {
0%, 100% { transform: translateY(0);
}
50% { transform: translateY(-8px);
}
}
.dt-header[data-v-15696c52] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.dt-title[data-v-15696c52] {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}
.dt-status.live[data-v-15696c52] {
  font-size: 0.75rem;
  color: #2ECC71;
  animation: blink-live-15696c52 2s ease-in-out infinite;
}
@keyframes blink-live-15696c52 {
0%, 100% { opacity: 1;
}
50% { opacity: 0.4;
}
}
.dt-equipment-grid[data-v-15696c52] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 12px;
}
.eq-card[data-v-15696c52] {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease;
}
.eq-card.running[data-v-15696c52] { border-color: rgba(46, 204, 113, 0.25);
}
.eq-card.idle[data-v-15696c52] { border-color: rgba(243, 156, 18, 0.2);
}
.eq-card.alarm[data-v-15696c52] { border-color: rgba(230, 57, 70, 0.35); animation: alarm-pulse-15696c52 1s infinite;
}
@keyframes alarm-pulse-15696c52 {
0%, 100% { box-shadow: 0 0 0 0 rgba(230,57,70,0.2);
}
50% { box-shadow: 0 0 10px 3px rgba(230,57,70,0.15);
}
}
.eq-icon[data-v-15696c52] { font-size: 1.1rem;
}
.eq-name[data-v-15696c52] {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}
.eq-progress[data-v-15696c52] {
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  margin-top: 6px;
  overflow: hidden;
}
.eq-bar[data-v-15696c52] {
  height: 100%;
  background: linear-gradient(90deg, #2C7DA0, #00B4D8);
  border-radius: 2px;
  transition: width 1s ease;
  animation: bar-fill-15696c52 2s ease-in-out infinite alternate;
}
@keyframes bar-fill-15696c52 {
to { opacity: 0.7;
}
}
.eq-status-text[data-v-15696c52] {
  font-size: 0.68rem;
  margin-top: 4px;
}
.eq-status-text.ok[data-v-15696c52] { color: #2ECC71;
}
.eq-status-text.warn[data-v-15696c52] { color: #F39C12;
}
.eq-status-text.err[data-v-15696c52] { color: #E63946;
}
.dt-footer[data-v-15696c52] {
  display: flex;
  justify-content: space-around;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.55);
}

/* ========== 模块一：痛点 ========== */
.section-pain[data-v-15696c52] {
  background: #F5F5F7;
}
.pain-grid[data-v-15696c52] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (min-width: 900px) {
.pain-grid[data-v-15696c52] {
    grid-template-columns: repeat(4, 1fr);
}
}
.pain-card[data-v-15696c52] {
  background: #fff;
  border: 2px dashed rgba(230, 57, 70, 0.25);
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  animation: card-in-15696c52 0.5s ease both;
  animation-delay: var(--delay);
}
@keyframes card-in-15696c52 {
from { opacity: 0; transform: translateY(24px);
}
to { opacity: 1; transform: translateY(0);
}
}
.pain-card[data-v-15696c52]:hover {
  border-color: rgba(230, 57, 70, 0.5);
  box-shadow: 0 8px 28px rgba(230, 57, 70, 0.1);
  transform: translateY(-4px);
}
.pain-icon-wrap[data-v-15696c52] {
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.pain-icon[data-v-15696c52] {
  font-size: 2rem;
  z-index: 1;
  position: relative;
}
.pain-shockwave[data-v-15696c52] {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 57, 70, 0.12) 0%, transparent 70%);
  animation: shockwave-15696c52 2.5s ease-in-out infinite;
}
@keyframes shockwave-15696c52 {
0%, 100% { transform: scale(1); opacity: 0.12;
}
50% { transform: scale(1.4); opacity: 0.22;
}
}
.pain-title[data-v-15696c52] {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0A2B4E;
  margin-bottom: 10px;
}
.pain-desc[data-v-15696c52] {
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(10, 43, 78, 0.6);
  flex: 1;
}
.pain-detail[data-v-15696c52] {
  margin-top: 12px;
}
.detail-stat[data-v-15696c52] {
  padding: 10px 14px;
  background: rgba(230, 57, 70, 0.05);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stat-label[data-v-15696c52] {
  font-size: 0.8rem;
  color: rgba(10, 43, 78, 0.55);
}
.stat-value.danger[data-v-15696c52] {
  font-size: 0.9rem;
  font-weight: 700;
  color: #E63946;
}
.pain-break-line[data-v-15696c52] {
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    rgba(230, 57, 70, 0.2) 0,
    rgba(230, 57, 70, 0.2) 8px,
    transparent 8px,
    transparent 16px
  );
}

/* ========== 模块二：六大能力 ========== */
.section-capabilities[data-v-15696c52] {
  background: #F5F5F7;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.section-capabilities .section-title[data-v-15696c52] { color: #fff;
}
.section-capabilities .section-subtitle[data-v-15696c52] { color: rgba(255, 255, 255, 0.7);
}
.caps-grid[data-v-15696c52] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media (min-width: 900px) {
.caps-grid[data-v-15696c52] {
    grid-template-columns: repeat(3, 1fr);
}
}
.cap-card[data-v-15696c52] {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 28px 22px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(.175,.885,.32,1.275);
  overflow: hidden;
  animation: cap-enter-15696c52 0.5s ease both;
  animation-delay: var(--delay);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@keyframes cap-enter-15696c52 {
from { opacity: 0; transform: translateY(30px) rotate(-1deg);
}
to { opacity: 1; transform: translateY(0) rotate(0deg);
}
}
.cap-card[data-v-15696c52]:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.cap-num[data-v-15696c52] {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 0.75rem;
  font-weight: 800;
  color: rgba(0, 180, 216, 1);
}
.cap-icon-wrap[data-v-15696c52] {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 180, 216, 0.1), rgba(44, 125, 160, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.cap-icon[data-v-15696c52] { font-size: 1.4rem;
}
.cap-title[data-v-15696c52] {
  font-size: 1.08rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.cap-desc[data-v-15696c52] {
  font-size: 0.87rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
}
.cap-mini-viz[data-v-15696c52] {
  height: 40px;
  margin-top: 8px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.cap-card:hover .cap-mini-viz[data-v-15696c52] {
  opacity: 1;
}
.cap-mini-viz svg[data-v-15696c52] {
  width: 100%;
  height: 100%;
}
.cap-case[data-v-15696c52] {
  margin-top: 14px;
  padding: 14px;
  background: rgba(0, 180, 216, 0.08);
  border-left: 3px solid #00B4D8;
  border-radius: 0 8px 8px 0;
  animation: case-expand-15696c52 0.3s ease;
}
@keyframes case-expand-15696c52 {
from { opacity: 0; max-height: 0;
}
to { opacity: 1; max-height: 200px;
}
}
.case-tag[data-v-15696c52] {
  font-size: 0.72rem;
  font-weight: 700;
  color: #00B4D8;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.cap-case p[data-v-15696c52] {
  font-size: 0.84rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 6px;
}

/* ========== 模块三：闭环流程 ========== */
.section-flow[data-v-15696c52] { background: transparent;
}
.loop-flow[data-v-15696c52] {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 420px;
  margin: 0 auto;
  aspect-ratio: 900 / 420;
}
.flow-nodes-wrap[data-v-15696c52] {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-node[data-v-15696c52] {
  position: absolute;
  left: var(--pos-x);
  top: var(--pos-y);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: node-enter-15696c52 0.5s ease both;
  animation-delay: var(--node-delay);
}
@keyframes node-enter-15696c52 {
from { opacity: 0; transform: translate(-50%, -50%) scale(0.6);
}
to { opacity: 1; transform: translate(-50%, -50%) scale(1);
}
}
.flow-node.active .node-hex[data-v-15696c52] {
  border-color: #00B4D8;
  background: rgba(0, 180, 216, 0.12);
  box-shadow: 0 0 24px rgba(0, 180, 216, 0.3);
  transform: scale(1.1);
}
.node-hex[data-v-15696c52] {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(10, 43, 78, 0.85);
  border: 2px solid rgba(0, 180, 216, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.node-icon[data-v-15696c52] {
  font-size: 1.3rem;
}
.node-label[data-v-15696c52] {
  font-size: 0.82rem;
  font-weight: 700;
  color: #0A2B4E;
  margin-top: 8px;
}
.node-detail[data-v-15696c52] {
  font-size: 0.68rem;
  color: rgba(10, 43, 78, 0.5);
  margin-top: 2px;
}
.flow-lines[data-v-15696c52] {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.flow-particles[data-v-15696c52] {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.flow-dot[data-v-15696c52] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00B4D8;
  box-shadow: 0 0 10px rgba(0, 180, 216, 0.7);
  animation: flow-orbit-15696c52 15s linear infinite;
  animation-delay: calc(var(--particle-i) * -5s);
}
@keyframes flow-orbit-15696c52 {
0% { transform: translate(-50%, -50%) rotate(0deg) translateX(130px) rotate(0deg);
}
100% { transform: translate(-50%, -50%) rotate(360deg) translateX(130px) rotate(-360deg);
}
}
.flow-slogan[data-v-15696c52] {
  text-align: center;
  margin-top: 32px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0A2B4E;
  letter-spacing: 2px;
  opacity: 0;
  animation: slogan-in-15696c52 0.6s ease 1.5s forwards;
}
@keyframes slogan-in-15696c52 {
to { opacity: 1;
}
}

/* ========== 模块四：价值成效 ========== */
.section-value[data-v-15696c52] {
  background: #F5F5F7;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
}
.section-value[data-v-15696c52]::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.section-value .section-inner[data-v-15696c52] {
  position: relative;
  z-index: 1;
}
.section-value .section-title[data-v-15696c52] {
  color: #fff;
}
.section-value .section-subtitle[data-v-15696c52] {
  color: rgba(255, 255, 255, 0.7);
}
.stats-row[data-v-15696c52] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 40px;
}
.big-stat-card[data-v-15696c52] {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 40px 28px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.big-stat-card[data-v-15696c52]:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.big-number[data-v-15696c52] {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #00B4D8, #2C7DA0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
}
.unit[data-v-15696c52] {
  font-size: 1.5rem;
  font-weight: 600;
}
.big-label[data-v-15696c52] {
  font-size: 1.02rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 12px;
}
.big-detail[data-v-15696c52] {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 6px;
}
.trend-arrow[data-v-15696c52] {
  margin-top: 14px;
  display: flex;
  justify-content: center;
}
.trend-arrow svg[data-v-15696c52] {
  width: 40px;
  height: 24px;
}
.extra-values[data-v-15696c52] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 48px;
}
.extra-item[data-v-15696c52] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(46, 204, 113, 0.1);
  border: 1px solid rgba(46, 204, 113, 0.2);
  border-radius: 24px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
}
.extra-check[data-v-15696c52] { font-size: 1rem;
}
.compare-section[data-v-15696c52] {
  margin-bottom: 40px;
}
.compare-title[data-v-15696c52] {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 28px;
}
.compare-grid[data-v-15696c52] {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: start;
}
.compare-col[data-v-15696c52] {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 24px;
}
.col-header[data-v-15696c52] {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bar-item[data-v-15696c52] {
  display: grid;
  grid-template-columns: 80px 1fr 50px;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.bar-label[data-v-15696c52] {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.8);
}
.bar-track[data-v-15696c52] {
  height: 10px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  overflow: hidden;
}
.bar-fill[data-v-15696c52] {
  height: 100%;
  border-radius: 5px;
  transition: width 1.2s ease;
}
.bar-fill.red[data-v-15696c52] {
  background: linear-gradient(90deg, #E63946, #c1121f);
}
.bar-fill.blue[data-v-15696c52] {
  background: linear-gradient(90deg, #00B4D8, #2C7DA0);
}
.bar-val[data-v-15696c52] {
  font-size: 0.78rem;
  font-weight: 600;
  text-align: right;
  color: rgba(255, 255, 255, 0.85);
}
.vs-badge[data-v-15696c52] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 180, 216, 0.1);
  border: 2px solid rgba(0, 180, 216, 0.3);
  color: #00B4D8;
  font-weight: 800;
  font-size: 0.85rem;
  margin-top: 40px;
  flex-shrink: 0;
}
.testimonial[data-v-15696c52] {
  max-width: 700px;
  margin: 0 auto 16px;
  text-align: center;
  position: relative;
  padding: 32px 40px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.quote-mark[data-v-15696c52] {
  position: absolute;
  top: 12px;
  left: 24px;
  font-size: 3rem;
  color: rgba(0, 180, 216, 0.3);
  font-family: Georgia, serif;
  line-height: 1;
}
.quote-text[data-v-15696c52] {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  font-style: italic;
}
.quote-author[data-v-15696c52] {
  margin-top: 12px;
  font-size: 0.88rem;
  color: rgba(0, 180, 216, 0.8);
  font-style: normal;
  font-weight: 600;
}
.source-note[data-v-15696c52] {
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

/* ========== CTA ========== */
.section-cta[data-v-15696c52] {
  background: linear-gradient(135deg, #0A2B4E 0%, #132e52 50%, #0d3347 100%);
  position: relative;
  overflow: hidden;
}
.section-cta[data-v-15696c52]::before {
  content: '';
  position: absolute;
  inset: 0;
  background-size: 32px 32px;
}
.section-cta[data-v-15696c52]::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(0, 180, 216, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 60%, rgba(44, 125, 160, 0.1) 0%, transparent 40%);
}
.cta-content[data-v-15696c52] {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.cta-title[data-v-15696c52] {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}
.cta-subtitle[data-v-15696c52] {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}
.cta-buttons[data-v-15696c52] {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.cta-btn[data-v-15696c52] {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.primary-btn[data-v-15696c52] {
  background: linear-gradient(135deg, #00B4D8, #2C7DA0);
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 180, 216, 0.3);
}
.primary-btn[data-v-15696c52]:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 24px rgba(0, 180, 216, 0.5);
}
.secondary-btn[data-v-15696c52] {
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.secondary-btn[data-v-15696c52]:hover {
  border-color: #00B4D8;
  color: #00B4D8;
  transform: translateY(-2px);
}

/* ========== 响应式 ========== */
@media (max-width: 1024px) {
.section[data-v-15696c52] {
    padding: 80px 24px;
}
.hero-visual[data-v-15696c52] { display: none;
}
.pain-grid[data-v-15696c52] { grid-template-columns: repeat(2, 1fr);
}
.caps-grid[data-v-15696c52] { grid-template-columns: 1fr;
}
.stats-row[data-v-15696c52] { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto;
}
.compare-grid[data-v-15696c52] { grid-template-columns: 1fr;
}
.vs-badge[data-v-15696c52] { margin: 20px auto 0;
}
.loop-flow[data-v-15696c52] { transform: scale(0.8);
}
}
@media (max-width: 768px) {
.hero-section[data-v-15696c52] { min-height: 100vh; height: 100vh;
}
.section[data-v-15696c52] { padding: 60px 16px;
}
.hero-title[data-v-15696c52] { font-size: 2.2rem;
}
.hero-subtitle[data-v-15696c52] { font-size: 1.15rem;
}
.section-title[data-v-15696c52] { font-size: 1.8rem;
}
.hero-content[data-v-15696c52] { padding: 100px 16px 60px;
}
.pain-grid[data-v-15696c52] { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto;
}
.cta-buttons[data-v-15696c52] { flex-direction: column; align-items: center;
}
.cta-btn[data-v-15696c52] { width: 100%; max-width: 280px; text-align: center;
}
.cta-title[data-v-15696c52] { font-size: 1.8rem;
}
.loop-flow[data-v-15696c52] { transform: scale(0.6);
}
.flow-node[data-v-15696c52] { pointer-events: none;
}
.extra-values[data-v-15696c52] { flex-direction: column; align-items: center;
}
}
@media (max-width: 480px) {
.hero-title[data-v-15696c52] { font-size: 2.25rem;
}
.hero-subtitle[data-v-15696c52] { font-size: 1.5rem;
}
.hero-tagline[data-v-15696c52] { font-size: 1.25rem;
}
.section-title[data-v-15696c52] { font-size: 1.5rem;
}
.section-subtitle[data-v-15696c52] { font-size: 0.95rem;
}
.big-number[data-v-15696c52] { font-size: 2.5rem;
}
.cta-title[data-v-15696c52] { font-size: 1.5rem;
}
.cta-subtitle[data-v-15696c52] { font-size: 1rem;
}
.loop-flow[data-v-15696c52] {
    transform: none;
    height: auto;
    aspect-ratio: auto;
}
.flow-lines[data-v-15696c52] { display: none;
}
.flow-particles[data-v-15696c52] { display: none;
}
.flow-nodes-wrap[data-v-15696c52] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 4px;
    align-items: center;
}
.flow-node[data-v-15696c52] {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    display: grid;
    grid-template-columns: 44px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0 14px;
    padding: 14px 16px;
    width: 60%;
    box-sizing: border-box;
    background: rgba(0, 180, 216, 0.06);
    border: 1px solid rgba(0, 180, 216, 0.12);
    border-radius: 12px;
    pointer-events: auto;
    cursor: default;
    animation: none;
}
.flow-node[data-v-15696c52]::after {
    content: '';
    position: absolute;
    left: 39px;
    bottom: -13px;
    width: 2px;
    height: 12px;
    background: rgba(0, 180, 216, 0.2);
}
.flow-node[data-v-15696c52]:last-child::after {
    display: none;
}
.node-hex[data-v-15696c52] {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    grid-row: 1 / 3;
}
.node-icon[data-v-15696c52] { font-size: 1rem;
}
.node-label[data-v-15696c52] {
    margin-top: 0;
    font-size: 0.9rem;
    text-align: left;
}
.node-detail[data-v-15696c52] {
    margin-top: 2px;
    font-size: 0.75rem;
    text-align: left;
}
.flow-slogan[data-v-15696c52] {
    margin-top: 20px;
    animation: none;
    opacity: 1;
}
.tag-cloud[data-v-15696c52] { gap: 8px;
}
.tag-item[data-v-15696c52] { font-size: 1rem; padding: 6px 14px;
}
}
/* 回到顶部 */
.back-to-top[data-v-15696c52] {
  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-15696c52] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top[data-v-15696c52]: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-15696c52] {
  width: 22px;
  height: 22px;
}
@media (max-width: 768px) {
.back-to-top[data-v-15696c52] { bottom: 24px; right: 24px; width: 42px; height: 42px;
}
.back-to-top svg[data-v-15696c52] { width: 18px; height: 18px;
}
}
