/* ========== 基础 ========== */
:root {
  --primary: #2f65ff;
  --primary-dark: #1f4fd6;
  --primary-soft: #eef3ff;
  --purple: #8a63d2;
  --purple-soft: #f3edff;
  --cyan: #2eb8f6;
  --teal: #3ecfc0;
  --text: #1a1a1a;
  --text-2: #666666;
  --text-3: #999999;
  --line: #e8ecf4;
  --white: #ffffff;
  --shadow: 0 12px 40px rgba(47, 101, 255, 0.08);
  --shadow-hover: 0 20px 48px rgba(47, 101, 255, 0.16);
  --radius: 20px;
  --radius-sm: 12px;
  --header-h: 72px;
  --container: 1280px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.header_box_2 {

}

.header_box-swiper-container { 
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.header_box-swiper-container { 
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header_box-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.header_box-swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-slide {
  height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-slide-content {
  display: flex;
  align-items: center;
  width: 1280px;
  margin:0 auto;
}

.banner-slide-1 {
  background: url("../Image/memberCenter/banner1-1.png") center / cover no-repeat;
}

.banner-slide-2 {
  background: url("../Image/memberCenter/banner2-1.png") center / cover no-repeat;
}

.banner-slide-3 {
  background: url("../Image/memberCenter/banner3-1.png") center / cover no-repeat;
}

.container {
  width: min(100% - 48px, var(--container));
  margin-inline: auto;
  color: #000;
}

.text-primary {
  color: var(--primary);
}

.icon-gou-1 {
  display: inline-block;
  background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20t%3D%221785921334557%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%2210507%22%20width%3D%22200%22%20height%3D%22200%22%3E%3Cpath%20d%3D%22M384%20768c-12.8%200-21.333333-4.266667-29.866667-12.8l-213.333333-213.333333c-17.066667-17.066667-17.066667-42.666667%200-59.733334s42.666667-17.066667%2059.733333%200L384%20665.6%20823.466667%20226.133333c17.066667-17.066667%2042.666667-17.066667%2059.733333%200s17.066667%2042.666667%200%2059.733334l-469.333333%20469.333333c-8.533333%208.533333-17.066667%2012.8-29.866667%2012.8z%22%20p-id%3D%2210508%22%20fill%3D%22%233366FF%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) center center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.icon-gou-2 {
  display: inline-block;
  background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20t%3D%221785921334557%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%2210507%22%20width%3D%22200%22%20height%3D%22200%22%3E%3Cpath%20d%3D%22M384%20768c-12.8%200-21.333333-4.266667-29.866667-12.8l-213.333333-213.333333c-17.066667-17.066667-17.066667-42.666667%200-59.733334s42.666667-17.066667%2059.733333%200L384%20665.6%20823.466667%20226.133333c17.066667-17.066667%2042.666667-17.066667%2059.733333%200s17.066667%2042.666667%200%2059.733334l-469.333333%20469.333333c-8.533333%208.533333-17.066667%2012.8-29.866667%2012.8z%22%20p-id%3D%2210508%22%20fill%3D%22%237C3AED%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) center center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

/* ========== Section 通用 ========== */
.section {
  padding: 50px 0;
  position: relative;
}

.section__head {
  text-align: center;
  margin-bottom: 56px;
}

.section__label {
  font-size: 20px;
  color: var(--text-3);
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}

.section__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.35;
}

.section__head--light .section__label {
  color: rgba(255, 255, 255, 0.7);
}

.section__head--light .section__title {
  color: #fff;
}

.divider-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 56px 0 36px;
  color: #6b7eb8;
  font-size: 18px;
  font-weight: 500;
}

.divider-label::before,
.divider-label::after {
  content: "";
  flex: 1;
  max-width: 140px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #b8c6ef, transparent);
}

.divider-label::before {
  background: linear-gradient(90deg, transparent, #b8c6ef);
}

.divider-label::after {
  background: linear-gradient(90deg, #b8c6ef, transparent);
}


@keyframes bgShift {
  0% { filter: hue-rotate(0deg) saturate(1); }
  100% { filter: hue-rotate(8deg) saturate(1.08); }
}

.banner-slide-text {
  text-align: left;
  width: 660px;
  position: relative;
  z-index: 3;
}
.banner-slide-img {
  flex: auto;
  position: relative;
  width: 420px;
  height: 420px;
  z-index: 1;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(47, 101, 255, 0.08);
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}

.badge__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
}

.hero__title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: left;
  color: #000;
}

.hero__desc {
  font-size: 16px;
  color: var(--text-2);
  line-height: 1.85;
  margin-bottom: 28px;
  text-align: left;
}

.hero__flow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
  font-size: 16px;
}

.hero__flow-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text);
  font-weight: 500;
}

.hero__flow-item .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
}

.hero__flow-arrow {
  width: 28px;
  height: auto;
  opacity: 0.85;
}

.hero__flow-result {
  color: var(--primary);
  font-weight: 600;
}

.hero__actions {
  display: flex;
  gap: 16px;
}

.hero__visual {
  position: relative;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(100, 150, 255, 0.35) 0%, transparent 70%);
  filter: blur(8px);
  animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.08); opacity: 1; }
}

.hero__rings {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  border: 1px solid rgba(120, 150, 255, 0.25);
  box-shadow:
    inset 0 0 0 40px rgba(255, 255, 255, 0.15),
    0 0 0 60px rgba(140, 170, 255, 0.06);
  animation: ringRotate 20s linear infinite;
}

@keyframes ringRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 60px;
  padding: 0 28px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease),
    background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: 1.5px solid transparent;
  user-select: none;
}

.btn--sm {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 8px;
}

.btn--primary {
  background: #3366FF;
  color: #fff;
  box-shadow: 0 8px 20px rgba(47, 101, 255, 0.28);
}

.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(47, 101, 255, 0.4);
  background: #3366FF;
}

.btn--outline {
  background: transparent;
  border-color: var(--primary);
  color: var(--primary);
  backdrop-filter: blur(8px);
}

.btn--outline:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(47, 101, 255, 0.25);
}

.btn--purple‌ {
  background: #7C3AED;
  color: #fff;
  box-shadow: 0 8px 20px rgba(124, 58, 273, 0.25);
}

.btn--purple‌:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(124, 58, 273, 0.25);
  background: #7C3AED;
}

.btn--purple‌--outline {
  background: transparent;
  border-color: #7C3AED;
  color: #7C3AED;
  backdrop-filter: blur(8px);
}

.btn--purple‌--outline:hover {
  background: #7C3AED;;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(124, 58, 273, 0.25);
}

.floatYParallax-1 {
   animation: floatYParallax-1 3.6s ease-in-out infinite;
}
.floatYParallax-2 {
   animation: floatYParallax-2 3.6s ease-in-out infinite;
}
.floatYParallax-3 {
   animation: floatYParallax-3 3.6s ease-in-out infinite;
}
.floatYParallax-4 {
   animation: floatYParallax-4 3.6s ease-in-out infinite;
}

@keyframes floatYParallax-1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(0, -8px); }
}

@keyframes floatYParallax-2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(0, 6px); }
}

@keyframes floatYParallax-3 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(0, -12px); }
}

@keyframes floatYParallax-4 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(0, 12px); }
}

.dashboard {
  position: relative;
  z-index: 2;
  width: min(100%, 380px);
  filter: drop-shadow(0 24px 48px rgba(47, 101, 255, 0.18));
  will-change: transform;
  transition: transform 0.2s ease-out;
}

.dashboard__img {
  width: 100%;
  border-radius: 28px;
}

.float-pill {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 8px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(40, 70, 160, 0.14);
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
  backdrop-filter: blur(8px);
  transition: box-shadow 0.35s var(--ease);
}

.float-pill img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: contain;
  background: #eef3ff;
  padding: 4px;
  box-sizing: border-box;
}

.float-pill--3 img { background: #e8faf0; }
.float-pill--4 img { background: #f3edff; }
.float-pill--5 img { background: #ffeef0; }

.float-pill:hover {
  box-shadow: 0 14px 36px rgba(40, 70, 160, 0.22);
}

.float-pill--1 { top: 12%; left: 4%; }
.float-pill--2 { top: 8%; right: 2%; }
.float-pill--3 { bottom: 22%; left: 0; }
.float-pill--4 { top: 42%; right: -2%; }
.float-pill--5 { bottom: 8%; left: 28%; }

/* 浮动动画 */
.float-slow {
  --px: 0px;
  --py: 0px;
  animation: floatYParallax 5s ease-in-out infinite;
}
.float-a { animation: floatY 4.2s ease-in-out infinite; }
.float-b { animation: floatY 5.1s ease-in-out infinite 0.4s; }
.float-c { animation: floatY 4.6s ease-in-out infinite 0.8s; }
.float-d { animation: floatY 5.4s ease-in-out infinite 0.2s; }
.float-e { animation: floatY 4.8s ease-in-out infinite 1s; }
.float-soft { animation: floatY 3.6s ease-in-out infinite; }

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes floatYParallax {
  0%, 100% { transform: translate(var(--px), calc(var(--py) + 0px)); }
  50% { transform: translate(var(--px), calc(var(--py) - 12px)); }
}

/* ========== 双模型 ========== */
.section--models {
  background: linear-gradient(180deg, #fff 0%, #f7f8fc 40%, #fff 100%);
}

.model-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 40px;
}

.model-card {
  border-radius: 24px;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(200, 210, 240, 0.4);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
  overflow: hidden;
  position: relative;
}

.model-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 160px;
  pointer-events: none;
}

.model-card--blue {
  background: linear-gradient(135deg, #D8E1FF, #F2F5FF, #EDF2FF, #D8E1FF);
}

.model-card--purple {
  background: linear-gradient(135deg, #E5D6FF, #F7F2FF, #F8F4FF, #E5D6FF);
}

.model-card:hover {
  transform: translateY(-8px);
}

.model-card__top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  position: relative;
}

.model-card__icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  animation: floatY 4s ease-in-out infinite;
}

.model-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
}

.model-card__sub {
  font-size: 13px;
}

.model-card__sub--blue { color: #4a78f2; font-size: 14px; }
.model-card__sub--purple { color: #8a63d2; font-size: 14px; }

.model-card__body {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 22px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.check-list img {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  flex-shrink: 0;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  transition: transform 0.25s ease;
}

.tag:hover { transform: scale(1.05); }

.tag--blue {
  background: #eef3ff;
  color: #4a78f2;
}

.tag--purple {
  background: #f3edff;
  color: #8a63d2;
}

/* 对比表 */
.compare__table {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.compare__row {
  display: grid;
  grid-template-columns: 1.1fr repeat(6, 1fr);
  align-items: center;
  min-height: 64px;
  border-top: 1px solid var(--line);
  transition: background 0.25s ease;
}

.compare__row--head {
  background: #f5f7fb;
  border-top: 0;
  min-height: 52px;
  color: var(--text-2);
  font-size: 14px;
  font-weight: 500;
}

.compare__row > div {
  padding: 14px 12px;
  text-align: center;
  font-size: 14px;
  color: #555;
  border-right: 1px solid var(--line);
}

.compare__dim {
  font-weight: 700 !important;
  color: var(--text) !important;
  text-align: left !important;
  padding-left: 24px !important;
}

.c-blue { color: #4a78f2 !important; font-weight: 600; }
.c-purple { color: #8a63d2 !important; font-weight: 600; }

/* ========== 全场景 ========== */
.section--scenes {
  background:
    radial-gradient(ellipse 50% 40% at 10% 20%, rgba(180, 160, 255, 0.12), transparent),
    radial-gradient(ellipse 50% 40% at 90% 60%, rgba(100, 160, 255, 0.1), transparent),
    #fafbff;
}

.scene-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.scene-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  padding: 36px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(220, 228, 250, 0.6);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.scene-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

.scene-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.scene-card__head img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(47, 101, 255, 0.2));
}

.scene-card__head h3 {
  font-size: 22px;
  font-weight: 600;
}

.bullet-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bullet-list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.bullet-list--blue li::before { background: var(--primary); }
.bullet-list--purple li::before { background: var(--purple); }

.bullet-list strong {
  color: var(--text);
  font-weight: 600;
}

.fusion-grid {
  display: flex;
  gap: 20px;
}

.fusion-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 22px;
  box-shadow: var(--shadow);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.fusion-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

.fusion-card:hover .fusion-card__icon {
  transform: scale(1.1);
}

.fusion-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  object-fit: contain;
  transition: transform 0.35s var(--ease);
}

.fusion-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.fusion-card p {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.6;
}

/* 流程 */
.flow-row,
.phase-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.flow-step,
.phase-step {
  flex: 1;
  min-width: 120px;
  max-width: 180px;
  text-align: center;
  transition: transform 0.35s var(--ease);
}

.flow-step:hover,
.phase-step:hover {
  transform: translateY(-6px);
}

.flow-step__icon,
.phase-step__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(80, 120, 220, 0.18);
  margin-bottom: 20px;
}

.flow-step__icon img,
.phase-step__icon img {
  width: 100%;
  height: 100%;
}

.flow-step h4,
.phase-step h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: center;
  color: #000;
}

.flow-step p,
.phase-step p {
  font-size: 14px;
  color: var(--text-3);
  line-height: 1.5;
}

.flow-arrow {
  width: 28px;
  margin-top: 24px;
  opacity: 0.7;
  flex-shrink: 0;
  animation: arrowPulse 2s ease-in-out infinite;
}

/* ========== 权限 ========== */
.section--permission {
  background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFF 100%);
}

.perm-panel {
  display: flex;
  border-radius: 28px;
  padding: 30px;
  border: 1px solid rgba(200, 210, 245, 0.5);
  background: linear-gradient(135deg, #E5ECFF, #F0E8FF);
}

.org-chart {
  width: 60%;
  background: #fff;
  border-radius: 20px;
  padding: 28px 10px;
  margin-right: 30px;
}
.org-chart img {
  width: 100%;
}

.perm-features {
  display: flex;
  gap: 14px;
  flex-direction: column;
  width: 40%;
}

.perm-feature {
  display: flex;
  gap: 14px;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.perm-feature:hover {
  transform: translateX(6px);
  box-shadow: 0 10px 28px rgba(47, 101, 255, 0.12);
}

.perm-feature img {
  width: 60px;
  height: 60px;
}

.perm-feature h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.perm-feature p {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.55;
}

/* ========== 部署 ========== */
.section--deploy {
  background: linear-gradient(135deg, #D6E2FF, #F6F8FF, #F5F7FF, #F2EBFF);
}

.integ-grid {
  display: flex;
  gap: 16px;
}

.integ-card {
  flex: 20%;
  background: #fff;
  border-radius: 14px;
  padding: 18px 0 18px 24px;
  box-shadow: var(--shadow);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.integ-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
.integ-card > div {
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
}

.integ-card img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  object-fit: contain;
}

.integ-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  line-height: 28px;
}

.integ-card p {
  font-size: 14px;
  color: var(--text-3);
  line-height: 1.4;
}

.module-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.module-card {
  width: 200px;
  flex: auto;
  background: #fff;
  border-radius: 18px;
  padding: 20px 24px;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.module-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

.module-card:hover img:first-child {
  transform: scale(1.12) rotate(-4deg);
}

.module-card > img:first-child {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  object-fit: contain;
  transition: transform 0.4s var(--ease);
}

.module-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.module-card p {
  font-size: 14px;
  color: var(--text-2);
  margin-bottom: 18px;
  line-height: 1.5;
}

.module-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: var(--primary);
  font-weight: 500;
  background: var(--primary-soft);
  padding: 6px 10px;
  border-radius: 4px;
}
.module-tag .icon-gou-1 {
  width: 16px;
  height: 16px;
}

.module-tag img {
  width: 12px;
  height: 12px;
}

.phase-row {
  margin-top: 8px;
}

.phase-step {
  max-width: 300px;
}

/* ========== 核心优势 ========== */
.section--advantages {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.advantages__bg {
  position: absolute;
  inset: 0;
  background:
    url("../Image/memberCenter/img-2.png") center / cover no-repeat;
  z-index: 0;
}

.section--advantages .container {
  position: relative;
  z-index: 1;
}

.adv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.adv-card {
  display: flex;
  gap: 24px;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  padding: 32px 20px;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.adv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(10, 40, 120, 0.28);
}

.adv-card__icon {
  width: 96px;
  height: 96px;
  flex-shrink: 0;
  object-fit: contain;
}

.adv-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.adv-card p {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.75;
}

.hl-blue { color: #4a80f1; font-weight: 600; }
.hl-purple { color: #7b61ff; font-weight: 600; }
.hl-cyan { color: #2eb8f6; font-weight: 600; }

/* ========== CTA ========== */
.section--cta {
  padding: 100px 0 80px;
  background:
    radial-gradient(ellipse 60% 60% at 50% 0%, rgba(120, 150, 255, 0.12), transparent),
    linear-gradient(180deg, #f0f5ff 0%, #fff 100%);
}

.cta {
  text-align: center;
}

.cta h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  margin-bottom: 16px;
}

.cta p {
  font-size: 15px;
  color: var(--text-2);
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

.cta__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
}

/* ========== Footer ========== */
.footer {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  background: #fafbfd;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
}

.footer__brand .logo__icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.footer__brand .logo__icon::after {
  inset: 6px;
}

.footer p {
  font-size: 12px;
  color: var(--text-3);
}

/* ========== 滚动显现 ========== */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

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

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

/* 减少动效偏好 */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
