/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./app/web/page/alternatives/cjVsZendrop/index.less ***!
  \***********************************************************************************************************************************************************************/
/**
 * alternatives/cjVsZendrop/index.less
 * CJdropshipping vs Zendrop 子页面 CSS Modules 样式
 *
 * 公共样式由以下文件提供：
 *   - SharedComponents.less — CSS 变量、动画关键帧、公共组件
 *   - vsPage.less          — VsHero、VsComparisonTable、VsFaqSection 等子页共享样式
 */
/**
 * CJdropshipping vs 竞品专页面 — 共享样式
 * 主页 + 全部子页面共用的 CSS 变量、动画关键帧、公共组件样式。
 * 各页面专属 index.less 通过 @import 引入本文件。
 *
 * 组件覆盖范围：
 *   SellpointsBar / FitSection / AdvantagesSection / TestimonialSection / BottomCta / Kicker
 *
 * 响应式断点：
 *   ≤1100px：Advantages/Compare 4列→2列
 *   ≤1024px：双列→单列，图片高度收缩
 *   ≤640px：全部单列，按钮全宽
 */
:root {
  --alt-primary: #ff7700;
  --alt-primary-dark: #e66500;
  --alt-text: #151515;
  --alt-muted: #666;
  --alt-soft: #fff8f1;
  --alt-border: rgba(255, 119, 0, 0.16);
  --alt-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  --alt-orange-shadow: 0 22px 58px rgba(255, 119, 0, 0.16);
}
@keyframes index__altFadeUp___1QHhT {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes index__altPulse___Awmzy {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 7px rgba(255, 119, 0, 0.13);
  }
  50% {
    transform: scale(1.16);
    box-shadow: 0 0 0 10px rgba(255, 119, 0, 0.06);
  }
}
@keyframes index__altFloat___1XF9o {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes index__altMarqueeLeft___13jkS {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 10px));
  }
}
@keyframes index__altMarqueeRight___2kSkS {
  0% {
    transform: translateX(calc(-50% - 10px));
  }
  100% {
    transform: translateX(0);
  }
}
.index__page-root___2mL8o {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--alt-text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
.index__page-root___2mL8o *,
.index__page-root___2mL8o *::before,
.index__page-root___2mL8o *::after {
  box-sizing: border-box;
}
.index__page-root___2mL8o img {
  display: block;
}
.index__page-root___2mL8o a {
  text-decoration: none;
  color: inherit;
}
.index__page-root___2mL8o button {
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.index__kicker___2QujJ {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  padding: 9px 15px;
  border: 1px solid var(--alt-border);
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.06);
  color: var(--alt-primary-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  width: fit-content;
}
.index__kicker___2QujJ i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--alt-primary);
  box-shadow: 0 0 0 7px rgba(255, 119, 0, 0.13);
  animation: index__altPulse___Awmzy 1.8s ease-in-out infinite;
}
.index__page-root___2mL8o .index__btn___1oV57 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--alt-primary), #ff9b2f);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 36px rgba(255, 119, 0, 0.28);
  overflow: hidden;
  transition: 0.28s;
  cursor: pointer;
  text-decoration: none;
  /* 【对照原版】.btn svg { width: 18px; height: 18px } */
}
.index__page-root___2mL8o .index__btn___1oV57:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(255, 119, 0, 0.36);
}
.index__page-root___2mL8o .index__btn___1oV57::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: translateX(-120%);
  transition: 0.7s;
}
.index__page-root___2mL8o .index__btn___1oV57:hover::before {
  transform: translateX(120%);
}
.index__page-root___2mL8o .index__btn___1oV57 svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.index__section-header___--tZ2 {
  text-align: center;
  margin-bottom: 44px;
}
.index__section-title___3h14h {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 900;
}
.index__section-title___3h14h strong {
  color: var(--alt-primary);
}
.index__section-desc___hBLl2 {
  margin: 0 auto;
  color: var(--alt-muted);
  font-size: 16.5px;
  line-height: 1.72;
}
.index__section-pad___1tY5u {
  padding: 84px 24px;
}
.index__sellpoints___1B3qV {
  padding: 28px 24px;
  background: #fff;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.04);
}
.index__sellpoints-wrap___3Mnm8 {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 18px;
}
.index__sellpoint___3mxR1 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: #fff;
  color: var(--alt-text);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.22s;
}
.index__sellpoint___3mxR1:hover {
  color: var(--alt-primary-dark);
  transform: translateY(-3px);
  border-color: rgba(255, 119, 0, 0.34);
  box-shadow: 0 14px 30px rgba(255, 119, 0, 0.12);
}
.index__check___2_Yqk {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 119, 0, 0.12);
  color: var(--alt-primary);
  font-size: 12px;
  font-weight: 900;
}
.index__fit___19inY {
  padding: 78px 24px;
  background: linear-gradient(135deg, #fff 0%, #fffaf5 100%);
}
.index__fit-container___2r1WC {
  max-width: 1180px;
  margin: 0 auto;
}
.index__fit-grid___24hTi {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 54px;
  align-items: center;
  margin-top: 32px;
}
.index__fit-visual___WWvMk {
  position: relative;
  min-height: 520px;
}
.index__fit-img___NQFJQ {
  position: relative;
  min-height: 520px;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 119, 0, 0.16);
  box-shadow: 0 20px 60px rgba(255, 119, 0, 0.1);
}
.index__fit-img___NQFJQ::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.28)), linear-gradient(135deg, rgba(255, 119, 0, 0.2), transparent 52%);
}
.index__fit-img___NQFJQ img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.index__top-badge___3to1R {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--alt-primary-dark);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
}
.index__fit-float___2OLuD {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 250px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 18px 46px rgba(20, 16, 10, 0.14);
}
.index__fit-float___2OLuD h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.index__fit-float___2OLuD p {
  margin: 0;
  color: var(--alt-muted);
  font-size: 13px;
  line-height: 1.55;
}
/* 【纠正】原版 fit-grid 右列无特殊样式，fit-content 仅作为 grid 子元素；
   kicker/title/desc 移入此列后，手机端顺序：图片→标题→列表（与原版一致） */
.index__fit-content___3fK19 {
  display: flex;
  flex-direction: column;
}
.index__fit-list___1irbX {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0;
  padding-inline-start: 0;
}
.index__fit-item___2LMV7 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 119, 0, 0.12);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}
.index__fit-item___2LMV7 .index__fit-icon___2EOUx {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 119, 0, 0.1);
  color: var(--alt-primary);
  font-size: 18px;
}
.index__fit-item___2LMV7 span:last-child {
  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 700;
}
.index__fit-summary___1ZYwx {
  padding: 22px 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 119, 0, 0.08), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(255, 119, 0, 0.14);
}
.index__fit-summary___1ZYwx h3 {
  margin: 0 0 8px;
  font-size: 19px;
}
.index__fit-summary___1ZYwx p {
  margin: 0;
  color: var(--alt-muted);
  font-size: 15px;
  line-height: 1.75;
}
.index__adv-section___18TC4 {
  padding: 76px 24px;
  background: radial-gradient(circle at 12% 12%, rgba(255, 119, 0, 0.08), transparent 28%), radial-gradient(circle at 92% 18%, rgba(255, 119, 0, 0.07), transparent 26%), #fff;
}
.index__adv-container___2OT_q {
  max-width: 1180px;
  margin: 0 auto;
}
.index__adv-grid___346_L {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.index__adv-card___19qxK {
  overflow: hidden;
  min-height: 388px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: var(--alt-shadow);
  transition: 0.3s;
}
.index__adv-card___19qxK:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 119, 0, 0.3);
  box-shadow: 0 22px 52px rgba(255, 119, 0, 0.16);
}
.index__adv-img___2yK1U {
  position: relative;
  height: 162px;
  overflow: hidden;
  background: #fff0e3;
}
.index__adv-img___2yK1U img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.55s;
}
.index__adv-card___19qxK:hover .index__adv-img___2yK1U img {
  transform: scale(1.09);
}
.index__num___1VKtn {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--alt-primary-dark);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
}
.index__adv-body___2_T-O {
  padding: 20px;
  flex: 1;
}
.index__adv-body___2_T-O h3 {
  margin: 0 0 10px;
  min-height: 52px;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: -0.025em;
}
.index__adv-body___2_T-O p {
  margin: 0;
  color: var(--alt-muted);
  font-size: 14px;
  line-height: 1.65;
}
.index__adv-footer-cta___1XF8U {
  margin-top: 44px;
  padding: 22px 30px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--alt-soft), #fff);
  border: 1px solid var(--alt-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.index__adv-footer-cta___1XF8U p {
  margin: 0;
  color: var(--alt-muted);
  font-size: 15px;
  line-height: 1.6;
}
.index__testimonial___2Zz4U {
  padding: 84px 24px;
  background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
}
.index__testimonial-container___MWD7o {
  max-width: 1180px;
  margin: 0 auto;
}
.index__marquee-wrap___32x6I {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  margin-top: 40px;
}
.index__marquee-row___25_Q9 {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.index__marquee-row___25_Q9.index__row-left___5d2jx .index__marquee-inner___1u6Ap {
  animation: index__altMarqueeLeft___13jkS 42s linear infinite;
}
.index__marquee-row___25_Q9.index__row-right___166Yy .index__marquee-inner___1u6Ap {
  animation: index__altMarqueeRight___2kSkS 42s linear infinite;
}
.index__marquee-row___25_Q9:hover .index__marquee-inner___1u6Ap {
  animation-play-state: paused;
}
.index__marquee-inner___1u6Ap {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}
.index__t-card___3-6is {
  flex-shrink: 0;
  width: 340px;
  min-height: 290px;
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: var(--alt-shadow);
}
.index__t-card-header___CgTLe {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.index__avatar___3v4iD {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  object-fit: cover;
  background: linear-gradient(135deg, var(--alt-primary), #ff9b2f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(255, 119, 0, 0.22);
}
.index__t-meta___1EgJw h3 {
  margin: 0 0 2px;
  font-size: 17px;
}
.index__t-meta___1EgJw .index__role___ALDZL {
  color: var(--alt-muted);
  font-size: 13px;
  font-weight: 600;
}
.index__t-meta___1EgJw .index__country___sNQvd {
  display: inline-flex;
  margin-top: 4px;
  min-height: 24px;
  padding: 0 10px;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.08);
  color: var(--alt-primary-dark);
  font-size: 12px;
  font-weight: 800;
}
.index__t-text___WYmDp {
  margin: 0;
  color: var(--alt-text);
  font-size: 14.5px;
  line-height: 1.78;
}
.index__t-bottom___r4Tt0 {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  color: var(--alt-primary-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.index__bottom-cta___7sonY {
  position: relative;
  padding: 90px 24px;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.index__bottom-cta___7sonY::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(255, 119, 0, 0.18), transparent 28%), radial-gradient(circle at 85% 18%, rgba(255, 119, 0, 0.14), transparent 24%);
}
.index__bottom-cta-inner___3aeKm {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
}
.index__bottom-cta___7sonY .index__kicker___2QujJ {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.index__bottom-title___19-77 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.05em;
  font-weight: 900;
}
.index__bottom-title___19-77 strong {
  color: var(--alt-primary);
}
.index__bottom-desc___nhWGr {
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
}
/**
 * 【响应式说明】所有断点数值与原版 CJ alternatives .html 保持一致：
 *   1100px: adv-grid 4列→2列
 *   1024px: fit/testimonial 间距收缩、fit-img 高度收缩
 *   640px:  手机端全量适配（数值以原版 HTML 为准，不做主观缩减）
 */
@media (max-width: 1100px) {
  .index__adv-grid___346_L {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .index__adv-card___19qxK {
    min-height: 350px;
  }
  .index__adv-body___2_T-O h3 {
    min-height: auto;
  }
}
@media (max-width: 1024px) {
  .index__section-pad___1tY5u,
  .index__fit___19inY,
  .index__testimonial___2Zz4U {
    padding: 66px 20px;
  }
  .index__fit-grid___24hTi {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  /* 原版 1024px fit-img 高度 420px */
  .index__fit-img___NQFJQ,
  .index__fit-img___NQFJQ img {
    min-height: 420px;
    height: 420px;
  }
}
/**
 * 【640px 手机端】
 * 所有数值严格对照原版 CJ alternatives .html @media(max-width:640px) 规则，
 * 不得主观缩减（如 fit-img 保持 320px 而非 240px，t-card 保持 300/280px 而非 260/auto）。
 */
@media (max-width: 640px) {
  /* fit / testimonial 上下内边距 52px + 左右留白 16px（原版） */
  .index__fit___19inY,
  .index__testimonial___2Zz4U {
    padding: 52px 16px;
  }
  /* ---- SellpointsBar 手机端（原版精确值）---- */
  .index__sellpoints___1B3qV {
    padding: 20px 14px;
  }
  .index__sellpoints-wrap___3Mnm8 {
    justify-content: flex-start;
    /* 原版左对齐 */
    gap: 10px;
  }
  /* white-space: normal 允许标签换行（原版） */
  .index__sellpoint___3mxR1 {
    font-size: 13.5px;
    white-space: normal;
    box-shadow: 0 8px 22px rgba(255, 119, 0, 0.06);
  }
  /* ---- FitSection 手机端（原版精确值）---- */
  .index__adv-grid___346_L,
  .index__fit-list___1irbX {
    grid-template-columns: 1fr;
    padding-inline-start: 0;
  }
  .index__fit-visual___WWvMk {
    min-height: auto;
  }
  /* 原版 320px + border-radius 24px */
  .index__fit-img___NQFJQ,
  .index__fit-img___NQFJQ img {
    min-height: 320px;
    height: 320px;
    border-radius: 24px;
  }
  .index__fit-float___2OLuD {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }
  /* ---- Testimonials 手机端（原版精确值）---- */
  /* 原版 t-card: 300px × 280px，不隐藏 min-height */
  .index__t-card___3-6is {
    width: 300px;
    min-height: 280px;
    padding: 18px;
  }
  .index__marquee-row___25_Q9 {
    margin-bottom: 14px;
  }
  /* ---- BottomCta 手机端（原版精确值）---- */
  .index__bottom-cta___7sonY {
    padding: 64px 18px;
  }
  .index__bottom-title___19-77 {
    font-size: 30px;
    line-height: 1.14;
  }
  .index__bottom-desc___nhWGr {
    font-size: 15.5px;
  }
  .index__btn___1oV57 {
    width: 100%;
  }
  .index__adv-footer-cta___1XF8U {
    flex-direction: column;
    align-items: flex-start;
  }
}
/**
 * alternatives/shared/vsPage.less
 * CJ vs 竞品专页面 — 子页面共享样式（VsHero、VsComparisonTable、VsFaqSection）
 * 被 cjVsZendrop/cjVsAutods/cjVsSpocket/cjVsAliExpress/cjVsDayone 等子页面引用
 * 公共变量/动画/公共组件样式由 SharedComponents.less 提供，本文件不重复引入
 */
/* ===================================================
   1. 页面容器
   =================================================== */
.index__vs-page___3Rf8K {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  color: #1a1a1a;
  background: #fff;
  overflow-x: hidden;
}
/* section-header：居中标题块（VsComparisonTable 用） */
.index__section-header___--tZ2 {
  max-width: 880px;
  margin: 0 auto 42px;
  text-align: center;
}
/* ===================================================
   2. VsHero — 子页 Banner
   =================================================== */
.index__zd-landing-banner___1jb2Y {
  position: relative;
  height: 566px;
  min-height: 566px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 46px 24px 0;
  background: radial-gradient(circle at 8% 18%, rgba(255, 119, 0, 0.18), transparent 28%), radial-gradient(circle at 90% 12%, rgba(255, 119, 0, 0.12), transparent 26%), linear-gradient(135deg, #fff8f1 0%, #ffffff 48%, #fff1e4 100%);
}
.index__zd-landing-banner___1jb2Y::before {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  right: -110px;
  top: -120px;
  border-radius: 50%;
  background: rgba(255, 119, 0, 0.12);
  filter: blur(5px);
  animation: index__altFloat___1XF9o 9s ease-in-out infinite;
}
.index__zd-landing-banner___1jb2Y::after {
  content: '';
  position: absolute;
  width: 260px;
  height: 260px;
  left: -110px;
  bottom: -130px;
  border-radius: 50%;
  background: rgba(255, 119, 0, 0.09);
  filter: blur(8px);
  animation: index__altFloat___1XF9o 11s ease-in-out infinite reverse;
}
.index__zd-landing-container___TLXIU {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 48px;
  align-items: center;
}
.index__zd-landing-copy___21qWq {
  animation: index__altFadeUp___1QHhT 0.75s ease both;
}
.index__zd-eyebrow___kdESG {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 119, 0, 0.18);
  color: var(--alt-primary-dark, #e66500);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(255, 119, 0, 0.08);
}
.index__zd-eyebrow___kdESG span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--alt-primary, #ff7700);
  box-shadow: 0 0 0 7px rgba(255, 119, 0, 0.13);
  animation: index__altPulse___Awmzy 1.8s ease-in-out infinite;
}
.index__zd-title___3aRJ7 {
  margin: 0 0 10px;
  max-width: 700px;
  font-size: clamp(36px, 4.3vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 900;
  color: #151515;
}
.index__zd-title___3aRJ7 strong {
  color: var(--alt-primary, #ff7700);
}
.index__zd-subtitle___3Zziy {
  margin: 0 0 14px;
  max-width: 720px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #151515;
}
.index__zd-desc___3SLj6 {
  max-width: 700px;
  margin: 0 0 22px;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}
.index__zd-proof-row___1BScU {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.index__zd-proof___34f34 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(255, 119, 0, 0.14);
  color: #2a2a2a;
  font-size: 12.5px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.05);
}
.index__zd-proof___34f34 i {
  font-style: normal;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 119, 0, 0.12);
  color: var(--alt-primary, #ff7700);
  font-size: 11px;
  font-weight: 900;
}
.index__zd-actions___bL-9f {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.index__zd-primary-btn___hRhdd {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--alt-primary, #ff7700), #ff9b2f);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: 0 20px 48px rgba(255, 119, 0, 0.26);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.index__zd-primary-btn___hRhdd::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
}
.index__zd-primary-btn___hRhdd:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 62px rgba(255, 119, 0, 0.34);
}
.index__zd-primary-btn___hRhdd:hover::before {
  transform: translateX(120%);
}
.index__zd-note___m789t {
  color: #8b6c53;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
}
/* ---- 右侧图片视觉区 ---- */
.index__zd-landing-visual___3_vhO {
  position: relative;
  height: 430px;
  animation: index__altFadeUp___1QHhT 0.9s ease both;
}
.index__zd-image-frame___2qg4l {
  position: relative;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #fff4ea;
  border: 1px solid rgba(255, 119, 0, 0.16);
  box-shadow: 0 22px 55px rgba(17, 24, 39, 0.12);
}
.index__zd-image-frame___2qg4l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.8s ease;
}
.index__zd-image-frame___2qg4l:hover img {
  transform: scale(1.07);
}
.index__zd-image-frame___2qg4l::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.18)), linear-gradient(135deg, rgba(255, 119, 0, 0.16), transparent 58%);
}
.index__zd-left-chip___2xXDO {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.82);
  color: #fff;
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.16);
  animation: index__altFloat___1XF9o 5.2s ease-in-out infinite reverse;
}
.index__zd-left-chip___2xXDO i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--alt-primary, #ff7700);
  font-style: normal;
}
.index__zd-left-chip___2xXDO span {
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.index__zd-benefit-card___2l-yW {
  position: absolute;
  left: 16px;
  bottom: 142px;
  z-index: 3;
  width: 210px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.12);
  animation: index__altFloat___1XF9o 5s ease-in-out infinite;
}
.index__zd-benefit-card___2l-yW b {
  display: block;
  margin-bottom: 4px;
  color: #151515;
  font-size: 13px;
  font-weight: 900;
}
.index__zd-benefit-card___2l-yW span {
  display: block;
  color: #666;
  font-size: 12px;
  line-height: 1.5;
}
.index__zd-bottom-card___HFGOr {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  padding: 19px 21px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.14);
}
.index__zd-bottom-label___2-Ce7 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--alt-primary-dark, #e66500);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.index__zd-bottom-label___2-Ce7::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--alt-primary, #ff7700);
  flex-shrink: 0;
}
.index__zd-bottom-title-text___3nreE {
  margin: 0 0 6px;
  color: #151515;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: -0.03em;
  font-weight: 900;
}
.index__zd-bottom-desc___2Em5b {
  margin: 0;
  max-width: 92%;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}
/* ===================================================
   3. VsComparisonTable
   =================================================== */
.index__cj-vs-section___1W3Fo {
  position: relative;
  overflow: hidden;
  padding: 82px 24px;
  background: radial-gradient(circle at 10% 12%, rgba(255, 119, 0, 0.1), transparent 28%), radial-gradient(circle at 92% 18%, rgba(255, 119, 0, 0.08), transparent 26%), linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
}
.index__cj-vs-container___1lpAp {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.index__cj-vs-summary___1chqT {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
  animation: index__altFadeUp___1QHhT 0.8s ease both;
}
.index__cj-vs-summary-card___2DtZH {
  padding: 22px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 119, 0, 0.12);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.index__cj-vs-summary-card___2DtZH:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 119, 0, 0.28);
  box-shadow: 0 24px 64px rgba(255, 119, 0, 0.16);
}
.index__cj-vs-summary-card___2DtZH h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #151515;
}
.index__cj-vs-summary-card___2DtZH p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.65;
}
.index__cj-vs-summary-icon___33z8u {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 119, 0, 0.11);
  color: var(--alt-primary, #ff7700);
  font-size: 18px;
  font-weight: 900;
}
.index__cj-vs-table-wrap___bVw94 {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(255, 119, 0, 0.14);
  box-shadow: 0 20px 56px rgba(17, 24, 39, 0.08);
  animation: index__altFadeUp___1QHhT 0.9s ease both;
  overflow-x: auto;
}
.index__cj-vs-table___barbb {
  width: 100%;
  min-width: 700px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.index__cj-vs-table___barbb thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 22px 20px;
  text-align: left;
  background: #ffffff;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  font-size: 15px;
  font-weight: 900;
  color: #151515;
}
.index__cj-vs-table___barbb tbody tr {
  transition: background 0.24s ease;
}
.index__cj-vs-table___barbb tbody tr:hover {
  background: rgba(255, 119, 0, 0.035);
}
.index__cj-vs-table___barbb tbody td {
  padding: 20px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(17, 24, 39, 0.07);
  color: #666;
  font-size: 14.5px;
  line-height: 1.65;
}
.index__cj-vs-table___barbb tbody tr:last-child td {
  border-bottom: 0;
}
/* Feature 列 */
.index__feat-col___2imvT {
  color: #151515 !important;
  font-weight: 800;
  letter-spacing: -0.01em;
  width: 25%;
}
/* Competitor 列 */
.index__comp-col___w3sRE {
  width: 31%;
  background: rgba(17, 24, 39, 0.015);
  color: #555;
}
thead .index__comp-col___w3sRE {
  color: #555;
}
tbody .index__comp-col___w3sRE::before {
  content: '–';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 9px;
  border-radius: 50%;
  background: rgba(17, 24, 39, 0.06);
  color: #888;
  font-size: 14px;
  font-weight: 800;
  vertical-align: middle;
}
/* CJ 列 */
.index__cj-col___2lxO1 {
  width: 44%;
  color: #151515 !important;
  font-weight: 700;
  background: linear-gradient(135deg, rgba(255, 119, 0, 0.075), rgba(255, 255, 255, 0.96)) !important;
  border-left: 1px solid rgba(255, 119, 0, 0.14);
}
thead .index__cj-col___2lxO1 {
  color: var(--alt-primary-dark, #e66500) !important;
  background: linear-gradient(135deg, rgba(255, 119, 0, 0.1), #ffffff);
  border-left: 1px solid rgba(255, 119, 0, 0.16);
}
tbody .index__cj-col___2lxO1::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 9px;
  border-radius: 50%;
  background: rgba(255, 119, 0, 0.13);
  color: var(--alt-primary, #ff7700);
  font-size: 13px;
  font-weight: 900;
  vertical-align: middle;
}
/* CJ 列 Recommended 徽章 */
.index__cj-vs-recommend___3oqUq {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 9px;
  border-radius: 20px;
  background: var(--alt-primary, #ff7700);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1.6;
}
/* 底部总结语 + 按钞 */
.index__cj-vs-bottom___1dIhS {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding: 26px 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 119, 0, 0.1), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(255, 119, 0, 0.16);
  box-shadow: 0 16px 42px rgba(255, 119, 0, 0.08);
}
.index__cj-vs-bottom___1dIhS p {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  color: #151515;
}
.index__cj-vs-btn___3KJQ5 {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 12px 26px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--alt-primary, #ff7700), #ffaa44);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.index__cj-vs-btn___3KJQ5:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 119, 0, 0.32);
}
/* ===================================================
   4. VsFaqSection — 子页专属 FAQ
   =================================================== */
.index__zd-faq-section___285ct {
  position: relative;
  overflow: hidden;
  padding: 78px 24px;
  background: radial-gradient(circle at 10% 14%, rgba(255, 119, 0, 0.08), transparent 26%), radial-gradient(circle at 92% 18%, rgba(255, 119, 0, 0.06), transparent 24%), linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
}
.index__zd-faq-container___1iPvL {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.index__zd-faq-header___2Gv6z {
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
}
.index__zd-faq-kicker___3bQs8 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 119, 0, 0.16);
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.06);
  color: var(--alt-primary-dark, #e66500);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.index__zd-faq-kicker___3bQs8 span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--alt-primary, #ff7700);
  box-shadow: 0 0 0 7px rgba(255, 119, 0, 0.13);
  animation: index__altPulse___Awmzy 1.8s ease-in-out infinite;
}
.index__zd-faq-title___2OT98 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: #151515;
}
.index__zd-faq-title___2OT98 strong {
  color: var(--alt-primary, #ff7700);
}
.index__zd-faq-intro___1uu-n {
  margin: 0 auto;
  max-width: 760px;
  color: #666;
  font-size: 16px;
  line-height: 1.72;
}
.index__zd-faq-main___2_KnJ {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: 34px;
  align-items: start;
}
/* ---- 左侧摘要卡片 ---- */
.index__zd-faq-side___3QmYG {
  display: grid;
  gap: 18px;
}
.index__zd-faq-side-card___tE716 {
  position: sticky;
  top: 24px;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 119, 0, 0.1), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(255, 119, 0, 0.16);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  overflow: hidden;
}
.index__zd-faq-side-card___tE716::before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: rgba(255, 119, 0, 0.12);
  pointer-events: none;
}
.index__zd-faq-side-card___tE716 h3 {
  position: relative;
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 900;
  color: #151515;
}
.index__zd-faq-side-card___tE716 p {
  position: relative;
  margin: 0 0 22px;
  color: #666;
  font-size: 15px;
  line-height: 1.72;
}
.index__zd-faq-side-label___2wwoQ {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--alt-primary-dark, #e66500);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.index__zd-faq-side-label___2wwoQ span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--alt-primary, #ff7700);
  box-shadow: 0 0 0 6px rgba(255, 119, 0, 0.12);
}
.index__zd-faq-mini-list___1zAu_ {
  position: relative;
  display: grid;
  gap: 12px;
}
.index__zd-faq-mini-item___tXgMm {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 119, 0, 0.1);
}
.index__zd-faq-mini-item___tXgMm i {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 119, 0, 0.13);
  color: var(--alt-primary, #ff7700);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  margin-top: 1px;
}
.index__zd-faq-mini-item___tXgMm span {
  color: #151515;
  font-size: 13.5px;
  line-height: 1.5;
  font-weight: 700;
}
/* ---- 右侧 FAQ accordion ---- */
.index__zd-faq-list___1lfbF {
  display: grid;
  gap: 14px;
}
.index__zd-faq-item___1QodR {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 119, 0, 0.13);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.index__zd-faq-item___1QodR:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 119, 0, 0.28);
  box-shadow: 0 22px 58px rgba(255, 119, 0, 0.14);
}
.index__zd-faq-item-open___3TbE- {
  border-color: var(--alt-primary, #ff7700);
  box-shadow: 0 12px 32px rgba(255, 119, 0, 0.12);
}
.index__zd-faq-summary___tioCm {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 58px 18px 20px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.index__zd-faq-num___enpYM {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 119, 0, 0.1);
  color: var(--alt-primary-dark, #e66500);
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
}
.index__zd-faq-question-text___-0Xw9 {
  flex: 1;
  color: #151515;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.index__zd-faq-plus___twWJG {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 119, 0, 0.1);
  color: var(--alt-primary-dark, #e66500);
  transform: translateY(-50%);
  transition: transform 0.28s ease, background 0.28s ease;
}
.index__zd-faq-plus___twWJG::before,
.index__zd-faq-plus___twWJG::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
.index__zd-faq-plus___twWJG::after {
  transform: rotate(90deg);
  transition: transform 0.28s ease;
}
.index__zd-faq-plus-open___16Hjj {
  background: var(--alt-primary, #ff7700);
  color: #fff;
}
.index__zd-faq-plus-open___16Hjj::after {
  transform: rotate(0deg);
}
.index__zd-faq-answer___1hxdU {
  padding: 0 22px 22px 68px;
  color: #666;
  font-size: 15px;
  line-height: 1.75;
}
.index__zd-faq-answer___1hxdU p {
  margin: 0;
}
.index__zd-faq-bottom____OsDB {
  margin-top: 24px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 119, 0, 0.09), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(255, 119, 0, 0.16);
  box-shadow: 0 14px 34px rgba(255, 119, 0, 0.07);
}
.index__zd-faq-bottom____OsDB p {
  margin: 0;
  color: #151515;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
}
.index__zd-faq-btn___1uIdY {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--alt-primary, #ff7700), #ff9b2f);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: 0 16px 34px rgba(255, 119, 0, 0.24);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.index__zd-faq-btn___1uIdY:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(255, 119, 0, 0.34);
}
/* ===================================================
   5. 响应式断点
   =================================================== */
@media (max-width: 1024px) {
  .index__zd-landing-banner___1jb2Y {
    height: auto;
    min-height: 520px;
    padding: 56px 20px;
  }
  .index__zd-landing-container___TLXIU {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .index__zd-landing-visual___3_vhO {
    height: 380px;
  }
  .index__zd-faq-main___2_KnJ {
    grid-template-columns: 1fr;
  }
  .index__zd-faq-side-card___tE716 {
    position: relative;
    top: auto;
  }
  .index__cj-vs-summary___1chqT {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .index__zd-landing-banner___1jb2Y {
    padding: 46px 16px;
  }
  .index__zd-title___3aRJ7 {
    font-size: 34px;
    line-height: 1.08;
  }
  .index__zd-subtitle___3Zziy {
    font-size: 23px;
    line-height: 1.22;
  }
  .index__zd-desc___3SLj6 {
    font-size: 15.5px;
    line-height: 1.7;
  }
  .index__zd-actions___bL-9f {
    flex-direction: column;
    align-items: flex-start;
  }
  .index__zd-primary-btn___hRhdd {
    width: 100%;
  }
  .index__zd-landing-visual___3_vhO {
    height: 420px;
  }
  .index__zd-image-frame___2qg4l {
    border-radius: 24px;
  }
  .index__zd-faq-title___2OT98 {
    font-size: 28px;
  }
  .index__zd-faq-side-card___tE716 {
    padding: 22px 18px;
  }
  .index__zd-faq-answer___1hxdU {
    padding: 0 18px 18px;
  }
  .index__zd-faq-summary___tioCm {
    align-items: flex-start;
    padding: 16px 50px 16px 16px;
  }
  .index__zd-faq-bottom____OsDB {
    flex-direction: column;
    align-items: flex-start;
  }
  .index__zd-faq-btn___1uIdY {
    width: 100%;
  }
  .index__cj-vs-section___1W3Fo {
    padding: 56px 16px;
  }
  .index__cj-vs-bottom___1dIhS {
    padding: 20px 18px;
    font-size: 14.5px;
    flex-direction: column;
  }
  .index__cj-vs-bottom___1dIhS a {
    width: 100%;
    justify-content: center;
  }
}

