.elementor-kit-578{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-ab3381a-font-family:"Arial";}.elementor-kit-578 e-page-transition{background-color:#FFBC7D;}.elementor-kit-578 button,.elementor-kit-578 input[type="button"],.elementor-kit-578 input[type="submit"],.elementor-kit-578 .elementor-button{border-radius:1px 1px 1px 1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-578{--e-global-typography-ab3381a-font-size:10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========================================
   🎯 Elementor Heading 分割线系统（响应式 + RTL）
   ======================================== */

/* ---------- 基础变量（便于统一修改） ---------- */
:root {
  --heading-line-color: #e5e7eb;
  --heading-line-accent: #2563eb;
  --heading-gap: 16px;
}

/* ---------- ① 标题后分割线（heading-line） ---------- */
.elementor-widget-heading.heading-line .elementor-heading-title {
  display: flex;
  align-items: center;
  gap: var(--heading-gap);
  width: 100%;
}

.elementor-widget-heading.heading-line .elementor-heading-title::after {
  content: "";
  flex: 1;
  min-width: 30px;
  height: 2px;
  background: var(--heading-line-color);
}

/* 渐变版本 */
.elementor-widget-heading.heading-line.gradient .elementor-heading-title::after {
  background: linear-gradient(to right, var(--heading-line-accent), transparent);
}

/* ---------- ② 左右都有线（heading-both） ---------- */
.elementor-widget-heading.heading-both .elementor-heading-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--heading-gap);
  width: 100%;
}

.elementor-widget-heading.heading-both .elementor-heading-title::before,
.elementor-widget-heading.heading-both .elementor-heading-title::after {
  content: "";
  flex: 1;
  min-width: 30px;
  height: 1px;
  background: var(--heading-line-color);
}

/* ---------- ③ 中间短线（heading-center-line） ---------- */
.elementor-widget-heading.heading-center-line .elementor-heading-title {
  text-align: center;
  position: relative;
}

.elementor-widget-heading.heading-center-line .elementor-heading-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--heading-line-accent);
  margin: 12px auto 0;
  border-radius: 2px;
}

/* ---------- 响应式 ---------- */
/* 平板（≤1024px）：保留线，但整体居中 */
@media (max-width: 1024px) {
  .elementor-widget-heading.heading-line .elementor-heading-title,
  .elementor-widget-heading.heading-both .elementor-heading-title {
    justify-content: center;
    text-align: center;
  }
}

/* 手机（≤768px）：去掉左右线，仅保留中间短线并缩小 */
@media (max-width: 768px) {
  .elementor-widget-heading.heading-line .elementor-heading-title,
  .elementor-widget-heading.heading-both .elementor-heading-title {
    display: block;
    text-align: center;
  }

  .elementor-widget-heading.heading-line .elementor-heading-title::after,
  .elementor-widget-heading.heading-both .elementor-heading-title::before,
  .elementor-widget-heading.heading-both .elementor-heading-title::after {
   /*  display: none; */
  }

  .elementor-widget-heading.heading-center-line .elementor-heading-title::after {
    width: 40px;
  }
}

/* ---------- RTL 支持 ---------- */
html[dir="rtl"] .elementor-widget-heading.heading-line .elementor-heading-title {
  flex-direction: row-reverse;
}

html[dir="rtl"] .elementor-widget-heading.heading-both .elementor-heading-title {
  flex-direction: row-reverse;
}

/* ========================================
   🎯 Perfect For 卡片系统（最终生产版 + SVG 动效）
   ✔ 兼容 Elementor 模板嵌套
   ✔ 兼容 ACF repeater 普通模式
   ✔ 完整响应式 + 防塌陷 + 防冲突
   ✔ SVG hover 动效（scale）
   ======================================== */

/* =========================
   ① 外层容器保护（防 flex 干扰）
   ========================= */
.perfect-for {
  width: 100%;
}

.perfect-for .elementor-widget,
.perfect-for .elementor-widget-container {
  width: 100%;
}

/* =========================
   ② Grid 核心布局（关键）
   ========================= */
.perfect-for .dce-acf-repeater {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  width: 100%;
}

/* =========================
   ③ 兼容两种结构（重点）
   ========================= */
.perfect-for .dce-acf-repeater-item {
  width: 100%;
  display: block;
}

.perfect-for .dce-acf-repeater > .elementor {
  width: 100%;
  display: block;
}

/* =========================
   ④ 卡片主体（统一入口）
   ========================= */
.perfect-for .dce-acf-repeater-item > div,
.perfect-for .dce-acf-repeater > .elementor > .e-con {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

/* =========================
   ⑤ Hover 动效（高级感 + SVG scale）
   ========================= */
.perfect-for .dce-acf-repeater-item > div:hover,
.perfect-for .dce-acf-repeater > .elementor > .e-con:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* SVG 或 img hover 动效 */
.perfect-for .card-icon img,
.perfect-for .card-icon svg {
  transition: transform 0.3s ease;
}

.perfect-for .e-con:hover .card-icon img,
.perfect-for .e-con:hover .card-icon svg {
  transform: scale(1.1);
}

/* =========================
   ⑥ 内容排版（通用）
   ========================= */

/* Icon 容器 */
.perfect-for .card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

/* Icon 图片或 SVG */
.perfect-for .card-icon img,
.perfect-for .card-icon svg {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

/* 可选背景圆 */
.perfect-for .card-icon.with-bg {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #f3f4f6;
}

.perfect-for .card-icon.with-bg img,
.perfect-for .card-icon.with-bg svg {
  width: 28px;
  height: 28px;
}

/* 标题 */
.perfect-for .dynamic-content-for-elementor-acf:first-child {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111827;
  text-align: center;
}

/* 描述 */
.perfect-for .dynamic-content-for-elementor-acf:last-child {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  text-align: center;
}

/* =========================
   ⑦ 防止内部元素撑破
   ========================= */
.perfect-for .e-con {
  width: 100%;
  flex: unset;
  text-align: center;
  align-items: center;
}

/* =========================
   📱 ⑨ 平板优化（≤1024px）
   ========================= */
@media (max-width: 1024px) {
  .perfect-for .dce-acf-repeater {
    gap: 20px;
  }
}

/* =========================
   📱 ⑩ 手机优化（≤768px）
   ========================= */
@media (max-width: 768px) {
  .perfect-for .dce-acf-repeater {
    gap: 16px;
  }

  .perfect-for .dce-acf-repeater-item > div,
  .perfect-for .dce-acf-repeater > .elementor > .e-con {
    padding: 20px;
  }
}

/* =========================
   🌍 ⑪ RTL 多语言支持
   ========================= */
html[dir="rtl"] .perfect-for .dce-acf-repeater-item > div,
html[dir="rtl"] .perfect-for .dce-acf-repeater > .elementor > .e-con {
  text-align: right;
}

/* =========================
   🧩 ⑫ 可扩展（未来用）
   ========================= */
.perfect-for .card-action {
  margin-top: 12px;
}





/* ========================================
   🧱 Card System（基础层）
   ======================================== */

.card-system .dce-acf-repeater {
  display: grid;
  width: 100%;
}

.card-system .dce-acf-repeater > .elementor > .e-con {
  border-radius: 12px;

  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;

  height: 100%;

  transition: all 0.25s ease;
}

.card-system .card-icon img,
.card-system .card-icon svg {
  object-fit: contain;
}



/* ========================================
   🎯 Target Audience（高密度优化版）
   ======================================== */


/* =========================
   ① Grid（桌面6列）
   ========================= */
.target-audience .dce-acf-repeater {
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}


/* =========================
   ② 卡片（紧凑）
   ========================= */
.target-audience .dce-acf-repeater > .elementor > .e-con {
  background: #f3f4f6;

  padding: 14px 10px;

  min-height: 130px;

  justify-content: flex-start;
}


/* =========================
   ③ Hover（轻）
   ========================= */
.target-audience .dce-acf-repeater > .elementor > .e-con:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}


/* =========================
   ④ Icon（适中偏大）
   ========================= */
.target-audience .card-icon {
  margin-bottom: 6px;
}

.target-audience .card-icon img,
.target-audience .card-icon svg {
  width: 42px;
  height: 42px;
}


/* =========================
   ⑤ 标题（关键修复版）
   ========================= */
.target-audience 
.e-con > .elementor-widget:nth-child(2) 
.dynamic-content-for-elementor-acf {

  font-size: 13px;
  font-weight: 600;

  margin-bottom: 3px;

  color: #1f2937;

  line-height: 1.25;
}


/* =========================
   ⑥ 描述（限制高度）
   ========================= */
.target-audience 
.e-con > .elementor-widget:nth-child(3) 
.dynamic-content-for-elementor-acf {

  font-size: 11px;

  color: #6b7280;

  line-height: 1.3;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* =========================
   ⑦ 等高修复（关键）
   ========================= */
.target-audience .elementor,
.target-audience .e-con {
  height: 100%;
}


/* =========================
   📱 平板
   ========================= */
@media (max-width: 1024px) {

  .target-audience .dce-acf-repeater {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .target-audience .card-icon img,
  .target-audience .card-icon svg {
    width: 36px;
    height: 36px;
  }

}


/* =========================
   📱 手机（重点优化）
   ========================= */
@media (max-width: 768px) {

  .target-audience .dce-acf-repeater {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .target-audience .dce-acf-repeater > .elementor > .e-con {
    padding: 10px 6px;
    min-height: 100px;
  }

  .target-audience .card-icon img,
  .target-audience .card-icon svg {
    width: 30px;
    height: 30px;
  }

  .target-audience 
  .e-con > .elementor-widget:nth-child(2) 
  .dynamic-content-for-elementor-acf {
    font-size: 10px;
  }

  .target-audience 
  .e-con > .elementor-widget:nth-child(3) 
  .dynamic-content-for-elementor-acf {
    font-size: 9px;
  }
}

/* ========================================
   🎯 Feature Highlight（大卡片版本）
   ✔ 5列布局
   ✔ 更大图标
   ✔ 更强视觉
   ✔ 暖色背景
   ======================================== */


/* =========================
   ① Grid（最多5列）
   ========================= */
.feature-highlight .dce-acf-repeater {
  display: grid !important;

  grid-template-columns: repeat(5, 1fr);

  gap: 18px;
  width: 100%;
}


/* =========================
   ② 卡片主体（更大更突出）
   ========================= */
.feature-highlight .dce-acf-repeater > .elementor > .e-con {

  /* 👉 暖色（重点） */
  background: #fff7ed;

  padding: 22px 16px;

  border-radius: 14px;

  min-height: 180px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  text-align: center;

  transition: all 0.3s ease;
}


/* =========================
   ③ Hover（更明显）
   ========================= */
.feature-highlight .dce-acf-repeater > .elementor > .e-con:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}


/* =========================
   ④ Icon（更大）
   ========================= */
.feature-highlight .card-icon {
  margin-bottom: 12px;
}

.feature-highlight .card-icon img,
.feature-highlight .card-icon svg {
  width: 64px;
  height: 64px;
}


/* =========================
   ⑤ 标题（更突出）
   ========================= */
.feature-highlight 
.e-con > .elementor-widget:nth-child(2) 
.dynamic-content-for-elementor-acf {

  font-size: 16px;
  font-weight: 700;

  margin-bottom: 6px;

  color: #111827;
}


/* =========================
   ⑥ 描述（比小卡片大一点）
   ========================= */
.feature-highlight 
.e-con > .elementor-widget:nth-child(3) 
.dynamic-content-for-elementor-acf {

  font-size: 13px;

  color: #6b7280;

  line-height: 1.5;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* =========================
   📱 平板
   ========================= */
@media (max-width: 1024px) {

  .feature-highlight .dce-acf-repeater {
    grid-template-columns: repeat(3, 1fr);
  }

  .feature-highlight .card-icon img,
  .feature-highlight .card-icon svg {
    width: 52px;
    height: 52px;
  }

}


/* =========================
   📱 手机
   ========================= */
@media (max-width: 768px) {

  .feature-highlight .dce-acf-repeater {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-highlight .dce-acf-repeater > .elementor > .e-con > .e-parent {
    padding: 16px 10px;
    min-height: 140px;
  }

  .feature-highlight .card-icon img,
  .feature-highlight .card-icon svg {
    width: 44px;
    height: 44px;
  }

}


/* ========================================
   🧱 Card System2（基础层）
   ======================================== */

.card-system2 .dce-acf-repeater {
  display: grid;
  gap: 14px;
  width: 100%;
}

.card-system2 .dce-acf-repeater > .elementor > .e-con {
  height: 100%;
  border-radius: 10px;
  transition: all 0.25s ease;
}

/* hover 统一 */
.card-system2 .dce-acf-repeater > .elementor > .e-con:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* icon 统一 */
.card-system2 .card-icon img,
.card-system2 .card-icon svg {
  display: block;
  object-fit: contain;
}

/* ========================================
   🚨 Pain Points（痛点卡片）
   ======================================== */

/* ===== Grid ===== */
.pain-points .dce-acf-repeater {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px; /* 原来20 → 缩紧 */
}

.pain-points .dce-acf-repeater {
  max-width: 1200px;
  margin: 0 auto;
}
/* ===== 卡片 ===== */
.pain-points .dce-acf-repeater > .elementor > .e-con {
  display: flex;
  flex-direction: column;
  gap: 10px;

  padding: 14px;

  border-radius: 6px;

  background: linear-gradient(180deg, #f9fafb 0%, #f3f4f6 100%);
}

.pain-points .dce-acf-repeater > * {
  height: 100%;
}

.pain-points .e-con {
  height: 100%;
}
/* ===== 第一行（icon + title）=====  #111827  #4b5563 #560056*/
.pain-points .e-con > .e-child:first-child {
  display: flex;
  align-items: flex-end; /* ⭐ 底部对齐 */
  gap: 10px;
}

/* icon */
.pain-points .card-icon {
  flex-shrink: 0;
}

.pain-points .card-icon img,
.pain-points .card-icon svg {
  width: 32px;
  height: 32px;
}

/* title */
.pain-points  .e-con> .e-child:first-child .dynamic-content-for-elementor-acf {
  font-size: 14px;
  font-weight: 600;
  color: #568947;
  line-height: 1.2;
}

/* description */
.pain-points .e-con > .elementor-widget:last-child .dynamic-content-for-elementor-acf {
  font-size: 13px;
  color: #4b5563;
  line-height: 1.6;
}


/* ========================================
   🚀 Feature List（功能卡片）
   ======================================== */

/* ===== Grid ===== */
.feature-list .dce-acf-repeater {
  grid-template-columns: repeat(3, 1fr);
}

.feature-list .dce-acf-repeater {
  max-width: 1100px;
  margin: 0 auto;
}

/* ===== 卡片结构 ===== */
.feature-list .e-con-inner {
  display: flex;
  align-items: center; /* ⭐ 垂直居中 */

  gap: 14px;

  padding: 16px;

  border-radius: 10px;

  background: #ffffff;
}

.feature-list .e-con-inner {
  background: #f9fafb; /* 加背景 */
  border: 1px solid #f1f5f9; /* 轻边框 */
}
.feature-list .e-con-inner:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* ===== icon ===== */
.feature-list .card-icon {
  flex-shrink: 0;
}
.feature-list .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;
}

.feature-list .card-icon img,
.feature-list .card-icon svg {
  width: 36px;
  height: 36px;
}

/* ===== 右侧文字区域 ===== */
.feature-list .e-con-inner > .e-con:last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* ⭐ 改成顶部对齐 */
  justify-content: center;

  gap: 4px;
}

/* title（大） */
.feature-list .e-con-inner > .e-con:last-child 
.dynamic-content-for-elementor-acf:first-child {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}

/* description（小） */
.feature-list .e-con-inner > .e-con:last-child 
.dynamic-content-for-elementor-acf:last-child {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
}


/* ========================================
   📱 响应式
   ======================================== */

@media (max-width: 1024px) {
  .pain-points .dce-acf-repeater,
  .feature-list .dce-acf-repeater {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .pain-points .dce-acf-repeater,
  .feature-list .dce-acf-repeater {
    grid-template-columns: 1fr;
  }
  .pain-points .dce-acf-repeater {
    grid-template-columns: 1fr;
    max-width: 500px; /* ⭐ 控制卡片宽度 */
  }
  .feature-list .dce-acf-repeater {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}/* End custom CSS */