/*!***********************************************************************************************************************************************************************!*\
  !*** 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/cjVsSpocket/index.less ***!
  \***********************************************************************************************************************************************************************/
/**
 * alternatives/cjVsSpocket/index.less
 * CJdropshipping vs Spocket 子页面 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___1bpSR {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes index__altPulse___Vbxb- {
  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___3kJQc {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes index__altMarqueeLeft___1PmAq {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 10px));
  }
}
@keyframes index__altMarqueeRight___3BOm0 {
  0% {
    transform: translateX(calc(-50% - 10px));
  }
  100% {
    transform: translateX(0);
  }
}
.index__page-root___2jFPC {
  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___2jFPC *,
.index__page-root___2jFPC *::before,
.index__page-root___2jFPC *::after {
  box-sizing: border-box;
}
.index__page-root___2jFPC img {
  display: block;
}
.index__page-root___2jFPC a {
  text-decoration: none;
  color: inherit;
}
.index__page-root___2jFPC button {
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.index__kicker___1nkiQ {
  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___1nkiQ 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___Vbxb- 1.8s ease-in-out infinite;
}
.index__page-root___2jFPC .index__btn___2XcQf {
  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___2jFPC .index__btn___2XcQf:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(255, 119, 0, 0.36);
}
.index__page-root___2jFPC .index__btn___2XcQf::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___2jFPC .index__btn___2XcQf:hover::before {
  transform: translateX(120%);
}
.index__page-root___2jFPC .index__btn___2XcQf svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.index__section-header___2EmBE {
  text-align: center;
  margin-bottom: 44px;
}
.index__section-title___atzIv {
  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___atzIv strong {
  color: var(--alt-primary);
}
.index__section-desc___2SR4G {
  margin: 0 auto;
  color: var(--alt-muted);
  font-size: 16.5px;
  line-height: 1.72;
}
.index__section-pad___3qGhe {
  padding: 84px 24px;
}
.index__sellpoints___3lMkZ {
  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___2wNPz {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 18px;
}
.index__sellpoint___2H8Vo {
  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___2H8Vo: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___LpJNK {
  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___3KE9V {
  padding: 78px 24px;
  background: linear-gradient(135deg, #fff 0%, #fffaf5 100%);
}
.index__fit-container___2eDGM {
  max-width: 1180px;
  margin: 0 auto;
}
.index__fit-grid___2YMiM {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 54px;
  align-items: center;
  margin-top: 32px;
}
.index__fit-visual___3al7b {
  position: relative;
  min-height: 520px;
}
.index__fit-img___dKfaL {
  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___dKfaL::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___dKfaL img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.index__top-badge___1JNoc {
  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___3ikLg {
  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___3ikLg h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.index__fit-float___3ikLg 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___1sOba {
  display: flex;
  flex-direction: column;
}
.index__fit-list___1U6kU {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0;
  padding-inline-start: 0;
}
.index__fit-item___1DQdY {
  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___1DQdY .index__fit-icon___1g5lI {
  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___1DQdY span:last-child {
  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 700;
}
.index__fit-summary___dcyco {
  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___dcyco h3 {
  margin: 0 0 8px;
  font-size: 19px;
}
.index__fit-summary___dcyco p {
  margin: 0;
  color: var(--alt-muted);
  font-size: 15px;
  line-height: 1.75;
}
.index__adv-section___3mwKo {
  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___yCntm {
  max-width: 1180px;
  margin: 0 auto;
}
.index__adv-grid___3dqej {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.index__adv-card___28W8_ {
  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___28W8_: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___2tLQS {
  position: relative;
  height: 162px;
  overflow: hidden;
  background: #fff0e3;
}
.index__adv-img___2tLQS img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.55s;
}
.index__adv-card___28W8_:hover .index__adv-img___2tLQS img {
  transform: scale(1.09);
}
.index__num___2iKrG {
  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___O439z {
  padding: 20px;
  flex: 1;
}
.index__adv-body___O439z h3 {
  margin: 0 0 10px;
  min-height: 52px;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: -0.025em;
}
.index__adv-body___O439z p {
  margin: 0;
  color: var(--alt-muted);
  font-size: 14px;
  line-height: 1.65;
}
.index__adv-footer-cta___2gg49 {
  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___2gg49 p {
  margin: 0;
  color: var(--alt-muted);
  font-size: 15px;
  line-height: 1.6;
}
.index__testimonial___23Afn {
  padding: 84px 24px;
  background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
}
.index__testimonial-container___3o4zz {
  max-width: 1180px;
  margin: 0 auto;
}
.index__marquee-wrap___3iYpK {
  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___3AMu9 {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.index__marquee-row___3AMu9.index__row-left___1Ff1I .index__marquee-inner___2qe7H {
  animation: index__altMarqueeLeft___1PmAq 42s linear infinite;
}
.index__marquee-row___3AMu9.index__row-right___1qcuX .index__marquee-inner___2qe7H {
  animation: index__altMarqueeRight___3BOm0 42s linear infinite;
}
.index__marquee-row___3AMu9:hover .index__marquee-inner___2qe7H {
  animation-play-state: paused;
}
.index__marquee-inner___2qe7H {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}
.index__t-card___1Cxr- {
  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___1I9n6 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.index__avatar___2EWXf {
  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___1OQSK h3 {
  margin: 0 0 2px;
  font-size: 17px;
}
.index__t-meta___1OQSK .index__role___3tTno {
  color: var(--alt-muted);
  font-size: 13px;
  font-weight: 600;
}
.index__t-meta___1OQSK .index__country___3Owpb {
  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___qRztw {
  margin: 0;
  color: var(--alt-text);
  font-size: 14.5px;
  line-height: 1.78;
}
.index__t-bottom___qV0D8 {
  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___1bfkW {
  position: relative;
  padding: 90px 24px;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.index__bottom-cta___1bfkW::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___3rcL3 {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
}
.index__bottom-cta___1bfkW .index__kicker___1nkiQ {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.index__bottom-title___Aq6qI {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.05em;
  font-weight: 900;
}
.index__bottom-title___Aq6qI strong {
  color: var(--alt-primary);
}
.index__bottom-desc___gq-QZ {
  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___3dqej {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .index__adv-card___28W8_ {
    min-height: 350px;
  }
  .index__adv-body___O439z h3 {
    min-height: auto;
  }
}
@media (max-width: 1024px) {
  .index__section-pad___3qGhe,
  .index__fit___3KE9V,
  .index__testimonial___23Afn {
    padding: 66px 20px;
  }
  .index__fit-grid___2YMiM {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  /* 原版 1024px fit-img 高度 420px */
  .index__fit-img___dKfaL,
  .index__fit-img___dKfaL 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___3KE9V,
  .index__testimonial___23Afn {
    padding: 52px 16px;
  }
  /* ---- SellpointsBar 手机端（原版精确值）---- */
  .index__sellpoints___3lMkZ {
    padding: 20px 14px;
  }
  .index__sellpoints-wrap___2wNPz {
    justify-content: flex-start;
    /* 原版左对齐 */
    gap: 10px;
  }
  /* white-space: normal 允许标签换行（原版） */
  .index__sellpoint___2H8Vo {
    font-size: 13.5px;
    white-space: normal;
    box-shadow: 0 8px 22px rgba(255, 119, 0, 0.06);
  }
  /* ---- FitSection 手机端（原版精确值）---- */
  .index__adv-grid___3dqej,
  .index__fit-list___1U6kU {
    grid-template-columns: 1fr;
    padding-inline-start: 0;
  }
  .index__fit-visual___3al7b {
    min-height: auto;
  }
  /* 原版 320px + border-radius 24px */
  .index__fit-img___dKfaL,
  .index__fit-img___dKfaL img {
    min-height: 320px;
    height: 320px;
    border-radius: 24px;
  }
  .index__fit-float___3ikLg {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }
  /* ---- Testimonials 手机端（原版精确值）---- */
  /* 原版 t-card: 300px × 280px，不隐藏 min-height */
  .index__t-card___1Cxr- {
    width: 300px;
    min-height: 280px;
    padding: 18px;
  }
  .index__marquee-row___3AMu9 {
    margin-bottom: 14px;
  }
  /* ---- BottomCta 手机端（原版精确值）---- */
  .index__bottom-cta___1bfkW {
    padding: 64px 18px;
  }
  .index__bottom-title___Aq6qI {
    font-size: 30px;
    line-height: 1.14;
  }
  .index__bottom-desc___gq-QZ {
    font-size: 15.5px;
  }
  .index__btn___2XcQf {
    width: 100%;
  }
  .index__adv-footer-cta___2gg49 {
    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___2w6DV {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  color: #1a1a1a;
  background: #fff;
  overflow-x: hidden;
}
/* section-header：居中标题块（VsComparisonTable 用） */
.index__section-header___2EmBE {
  max-width: 880px;
  margin: 0 auto 42px;
  text-align: center;
}
/* ===================================================
   2. VsHero — 子页 Banner
   =================================================== */
.index__zd-landing-banner___3NjZa {
  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___3NjZa::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___3kJQc 9s ease-in-out infinite;
}
.index__zd-landing-banner___3NjZa::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___3kJQc 11s ease-in-out infinite reverse;
}
.index__zd-landing-container___6m-8Q {
  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___hA51X {
  animation: index__altFadeUp___1bpSR 0.75s ease both;
}
.index__zd-eyebrow___t-8XT {
  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___t-8XT 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___Vbxb- 1.8s ease-in-out infinite;
}
.index__zd-title___7pWSa {
  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___7pWSa strong {
  color: var(--alt-primary, #ff7700);
}
.index__zd-subtitle___2Ace0 {
  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___1D1fs {
  max-width: 700px;
  margin: 0 0 22px;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}
.index__zd-proof-row___1SkGf {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.index__zd-proof___3zfK_ {
  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___3zfK_ 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___2vdHd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.index__zd-primary-btn___qrHnC {
  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___qrHnC::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___qrHnC:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 62px rgba(255, 119, 0, 0.34);
}
.index__zd-primary-btn___qrHnC:hover::before {
  transform: translateX(120%);
}
.index__zd-note___9KLpa {
  color: #8b6c53;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
}
/* ---- 右侧图片视觉区 ---- */
.index__zd-landing-visual___1n6Ij {
  position: relative;
  height: 430px;
  animation: index__altFadeUp___1bpSR 0.9s ease both;
}
.index__zd-image-frame___1J-fr {
  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___1J-fr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.8s ease;
}
.index__zd-image-frame___1J-fr:hover img {
  transform: scale(1.07);
}
.index__zd-image-frame___1J-fr::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___2dbAY {
  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___3kJQc 5.2s ease-in-out infinite reverse;
}
.index__zd-left-chip___2dbAY i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--alt-primary, #ff7700);
  font-style: normal;
}
.index__zd-left-chip___2dbAY span {
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.index__zd-benefit-card___T3aJ1 {
  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___3kJQc 5s ease-in-out infinite;
}
.index__zd-benefit-card___T3aJ1 b {
  display: block;
  margin-bottom: 4px;
  color: #151515;
  font-size: 13px;
  font-weight: 900;
}
.index__zd-benefit-card___T3aJ1 span {
  display: block;
  color: #666;
  font-size: 12px;
  line-height: 1.5;
}
.index__zd-bottom-card___POnWs {
  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___3aoeZ {
  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___3aoeZ::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___3jPp2 {
  margin: 0 0 6px;
  color: #151515;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: -0.03em;
  font-weight: 900;
}
.index__zd-bottom-desc___3VOJ7 {
  margin: 0;
  max-width: 92%;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}
/* ===================================================
   3. VsComparisonTable
   =================================================== */
.index__cj-vs-section___1rM_p {
  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___UYNZ1 {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.index__cj-vs-summary___ytrz_ {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
  animation: index__altFadeUp___1bpSR 0.8s ease both;
}
.index__cj-vs-summary-card___3Pm2z {
  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___3Pm2z: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___3Pm2z 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___3Pm2z p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.65;
}
.index__cj-vs-summary-icon___CYlO4 {
  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___12DgM {
  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___1bpSR 0.9s ease both;
  overflow-x: auto;
}
.index__cj-vs-table___1y2bO {
  width: 100%;
  min-width: 700px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.index__cj-vs-table___1y2bO 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___1y2bO tbody tr {
  transition: background 0.24s ease;
}
.index__cj-vs-table___1y2bO tbody tr:hover {
  background: rgba(255, 119, 0, 0.035);
}
.index__cj-vs-table___1y2bO 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___1y2bO tbody tr:last-child td {
  border-bottom: 0;
}
/* Feature 列 */
.index__feat-col___20TAZ {
  color: #151515 !important;
  font-weight: 800;
  letter-spacing: -0.01em;
  width: 25%;
}
/* Competitor 列 */
.index__comp-col___2oqMw {
  width: 31%;
  background: rgba(17, 24, 39, 0.015);
  color: #555;
}
thead .index__comp-col___2oqMw {
  color: #555;
}
tbody .index__comp-col___2oqMw::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___2djFE {
  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___2djFE {
  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___2djFE::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___1NfHS {
  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___1nvQZ {
  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___1nvQZ p {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  color: #151515;
}
.index__cj-vs-btn___32X00 {
  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___32X00:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 119, 0, 0.32);
}
/* ===================================================
   4. VsFaqSection — 子页专属 FAQ
   =================================================== */
.index__zd-faq-section___3cdWN {
  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___3g9hQ {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.index__zd-faq-header___2Y3ro {
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
}
.index__zd-faq-kicker___1vEDD {
  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___1vEDD 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___Vbxb- 1.8s ease-in-out infinite;
}
.index__zd-faq-title___2B8KF {
  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___2B8KF strong {
  color: var(--alt-primary, #ff7700);
}
.index__zd-faq-intro___1O6gE {
  margin: 0 auto;
  max-width: 760px;
  color: #666;
  font-size: 16px;
  line-height: 1.72;
}
.index__zd-faq-main___2fjYS {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: 34px;
  align-items: start;
}
/* ---- 左侧摘要卡片 ---- */
.index__zd-faq-side___2-j07 {
  display: grid;
  gap: 18px;
}
.index__zd-faq-side-card___1OZ8S {
  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___1OZ8S::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___1OZ8S 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___1OZ8S p {
  position: relative;
  margin: 0 0 22px;
  color: #666;
  font-size: 15px;
  line-height: 1.72;
}
.index__zd-faq-side-label___3bokY {
  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___3bokY 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___5X_MM {
  position: relative;
  display: grid;
  gap: 12px;
}
.index__zd-faq-mini-item___3Epmh {
  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___3Epmh 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___3Epmh span {
  color: #151515;
  font-size: 13.5px;
  line-height: 1.5;
  font-weight: 700;
}
/* ---- 右侧 FAQ accordion ---- */
.index__zd-faq-list___352z_ {
  display: grid;
  gap: 14px;
}
.index__zd-faq-item___3Qb9C {
  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___3Qb9C: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___sCJYM {
  border-color: var(--alt-primary, #ff7700);
  box-shadow: 0 12px 32px rgba(255, 119, 0, 0.12);
}
.index__zd-faq-summary___2f9f0 {
  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___OIVIy {
  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___1oOO- {
  flex: 1;
  color: #151515;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.index__zd-faq-plus____gJP1 {
  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____gJP1::before,
.index__zd-faq-plus____gJP1::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
.index__zd-faq-plus____gJP1::after {
  transform: rotate(90deg);
  transition: transform 0.28s ease;
}
.index__zd-faq-plus-open___1TkYu {
  background: var(--alt-primary, #ff7700);
  color: #fff;
}
.index__zd-faq-plus-open___1TkYu::after {
  transform: rotate(0deg);
}
.index__zd-faq-answer___19bYv {
  padding: 0 22px 22px 68px;
  color: #666;
  font-size: 15px;
  line-height: 1.75;
}
.index__zd-faq-answer___19bYv p {
  margin: 0;
}
.index__zd-faq-bottom___fQFOd {
  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___fQFOd p {
  margin: 0;
  color: #151515;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
}
.index__zd-faq-btn___26Kkd {
  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___26Kkd: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___3NjZa {
    height: auto;
    min-height: 520px;
    padding: 56px 20px;
  }
  .index__zd-landing-container___6m-8Q {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .index__zd-landing-visual___1n6Ij {
    height: 380px;
  }
  .index__zd-faq-main___2fjYS {
    grid-template-columns: 1fr;
  }
  .index__zd-faq-side-card___1OZ8S {
    position: relative;
    top: auto;
  }
  .index__cj-vs-summary___ytrz_ {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .index__zd-landing-banner___3NjZa {
    padding: 46px 16px;
  }
  .index__zd-title___7pWSa {
    font-size: 34px;
    line-height: 1.08;
  }
  .index__zd-subtitle___2Ace0 {
    font-size: 23px;
    line-height: 1.22;
  }
  .index__zd-desc___1D1fs {
    font-size: 15.5px;
    line-height: 1.7;
  }
  .index__zd-actions___2vdHd {
    flex-direction: column;
    align-items: flex-start;
  }
  .index__zd-primary-btn___qrHnC {
    width: 100%;
  }
  .index__zd-landing-visual___1n6Ij {
    height: 420px;
  }
  .index__zd-image-frame___1J-fr {
    border-radius: 24px;
  }
  .index__zd-faq-title___2B8KF {
    font-size: 28px;
  }
  .index__zd-faq-side-card___1OZ8S {
    padding: 22px 18px;
  }
  .index__zd-faq-answer___19bYv {
    padding: 0 18px 18px;
  }
  .index__zd-faq-summary___2f9f0 {
    align-items: flex-start;
    padding: 16px 50px 16px 16px;
  }
  .index__zd-faq-bottom___fQFOd {
    flex-direction: column;
    align-items: flex-start;
  }
  .index__zd-faq-btn___26Kkd {
    width: 100%;
  }
  .index__cj-vs-section___1rM_p {
    padding: 56px 16px;
  }
  .index__cj-vs-bottom___1nvQZ {
    padding: 20px 18px;
    font-size: 14.5px;
    flex-direction: column;
  }
  .index__cj-vs-bottom___1nvQZ a {
    width: 100%;
    justify-content: center;
  }
}

