/*!***********************************************************************************************************************************************************!*\
  !*** 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/index.less ***!
  \***********************************************************************************************************************************************************/
/**
 * alternatives/index.less
 * CJdropshipping Alternatives 主页面 CSS Modules 样式
 *
 * 使用 @import 引入公共变量（SharedComponents.less 中定义 --alt-* CSS 变量）
 * 本文件只包含主页面专属样式：Hero、CompareSection、MainFaqSection
 * 公共组件（SellpointsBar、FitSection、AdvantagesSection、TestimonialSection、BottomCta）
 * 的样式在调用时通过 styles 传递——但这里仍需声明同名类以便 CSS Modules 传递正确的 hash。
 *
 * 【类名列表（供主页）】
 *   容器：.alternatives-page  .page-root  .container  .section-pad
 *   Hero：.hero  .hero-grid  .hero-title  .hero-desc  .hero-actions  .hero-note
 *         .hero-visual  .image-frame  .image-card  .stat-card  .float-card  .progress  .btn
 *   CompareSection：.header  .compare-grid  .compare-card  .featured  .compare-img
 *                   .badge  .logo-card  .logo-pill  .cj  .logo-vs  .compare-content  .read
 *   MainFaqSection：.faq  .faq-main  .faq-left  .faq-img  .faq-overlay  .info-grid  .info-card
 *                   .faq-list  .faq-item  .faq-item-open  .faq-summary  .qnum
 *                   .faq-question-text  .plus  .plus-open  .answer  .footer-cta
 *   公共传递：.section-title  .section-desc  .kicker（在 SharedComponents.less 定义，
 *             由 SharedComponents.jsx 的 Kicker/SellpointsBar 等组件通过 styles prop 使用）
 */
/**
 * 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___3n8vY {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes index__altPulse___1tbl1 {
  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___1py4z {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes index__altMarqueeLeft___1irCQ {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 10px));
  }
}
@keyframes index__altMarqueeRight___1ATsH {
  0% {
    transform: translateX(calc(-50% - 10px));
  }
  100% {
    transform: translateX(0);
  }
}
.index__page-root___1x0oP {
  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___1x0oP *,
.index__page-root___1x0oP *::before,
.index__page-root___1x0oP *::after {
  box-sizing: border-box;
}
.index__page-root___1x0oP img {
  display: block;
}
.index__page-root___1x0oP a {
  text-decoration: none;
  color: inherit;
}
.index__page-root___1x0oP button {
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.index__kicker___1_pah {
  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___1_pah 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___1tbl1 1.8s ease-in-out infinite;
}
.index__page-root___1x0oP .index__btn___7NLew {
  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___1x0oP .index__btn___7NLew:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(255, 119, 0, 0.36);
}
.index__page-root___1x0oP .index__btn___7NLew::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___1x0oP .index__btn___7NLew:hover::before {
  transform: translateX(120%);
}
.index__page-root___1x0oP .index__btn___7NLew svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.index__section-header___E1z7d {
  text-align: center;
  margin-bottom: 44px;
}
.index__section-title___31A3w {
  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___31A3w strong {
  color: var(--alt-primary);
}
.index__section-desc___2jk9- {
  margin: 0 auto;
  color: var(--alt-muted);
  font-size: 16.5px;
  line-height: 1.72;
}
.index__section-pad___3QerM {
  padding: 84px 24px;
}
.index__sellpoints___2ZdQC {
  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___12rLo {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 18px;
}
.index__sellpoint___2jzaw {
  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___2jzaw: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___EICo_ {
  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___2ga3x {
  padding: 78px 24px;
  background: linear-gradient(135deg, #fff 0%, #fffaf5 100%);
}
.index__fit-container___12Rca {
  max-width: 1180px;
  margin: 0 auto;
}
.index__fit-grid___1G-UQ {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 54px;
  align-items: center;
  margin-top: 32px;
}
.index__fit-visual___3xtk2 {
  position: relative;
  min-height: 520px;
}
.index__fit-img___2sBmr {
  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___2sBmr::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___2sBmr img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.index__top-badge___3MbCn {
  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___3tOxk {
  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___3tOxk h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.index__fit-float___3tOxk 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___7XvMS {
  display: flex;
  flex-direction: column;
}
.index__fit-list___1nrbX {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0;
  padding-inline-start: 0;
}
.index__fit-item___3zoVj {
  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___3zoVj .index__fit-icon___3NDgb {
  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___3zoVj span:last-child {
  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 700;
}
.index__fit-summary___1YBR2 {
  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___1YBR2 h3 {
  margin: 0 0 8px;
  font-size: 19px;
}
.index__fit-summary___1YBR2 p {
  margin: 0;
  color: var(--alt-muted);
  font-size: 15px;
  line-height: 1.75;
}
.index__adv-section___1PjkL {
  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___3buTf {
  max-width: 1180px;
  margin: 0 auto;
}
.index__adv-grid___ziRa8 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.index__adv-card___1V8_y {
  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___1V8_y: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___TqpLN {
  position: relative;
  height: 162px;
  overflow: hidden;
  background: #fff0e3;
}
.index__adv-img___TqpLN img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.55s;
}
.index__adv-card___1V8_y:hover .index__adv-img___TqpLN img {
  transform: scale(1.09);
}
.index__num___3_UBL {
  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___2gkvw {
  padding: 20px;
  flex: 1;
}
.index__adv-body___2gkvw h3 {
  margin: 0 0 10px;
  min-height: 52px;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: -0.025em;
}
.index__adv-body___2gkvw p {
  margin: 0;
  color: var(--alt-muted);
  font-size: 14px;
  line-height: 1.65;
}
.index__adv-footer-cta___3zP2x {
  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___3zP2x p {
  margin: 0;
  color: var(--alt-muted);
  font-size: 15px;
  line-height: 1.6;
}
.index__testimonial___1aEKD {
  padding: 84px 24px;
  background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
}
.index__testimonial-container___dMbzV {
  max-width: 1180px;
  margin: 0 auto;
}
.index__marquee-wrap___44Typ {
  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___2Tdov {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.index__marquee-row___2Tdov.index__row-left___3dXX6 .index__marquee-inner___3RAct {
  animation: index__altMarqueeLeft___1irCQ 42s linear infinite;
}
.index__marquee-row___2Tdov.index__row-right___5-KqB .index__marquee-inner___3RAct {
  animation: index__altMarqueeRight___1ATsH 42s linear infinite;
}
.index__marquee-row___2Tdov:hover .index__marquee-inner___3RAct {
  animation-play-state: paused;
}
.index__marquee-inner___3RAct {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}
.index__t-card___2ELfK {
  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___3bDQE {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.index__avatar___3ziNI {
  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___2LLfY h3 {
  margin: 0 0 2px;
  font-size: 17px;
}
.index__t-meta___2LLfY .index__role___1PIJu {
  color: var(--alt-muted);
  font-size: 13px;
  font-weight: 600;
}
.index__t-meta___2LLfY .index__country___3vHOJ {
  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___1Zaio {
  margin: 0;
  color: var(--alt-text);
  font-size: 14.5px;
  line-height: 1.78;
}
.index__t-bottom___37Qyw {
  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___2PQsg {
  position: relative;
  padding: 90px 24px;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.index__bottom-cta___2PQsg::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___gHA7d {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
}
.index__bottom-cta___2PQsg .index__kicker___1_pah {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.index__bottom-title___33D87 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.05em;
  font-weight: 900;
}
.index__bottom-title___33D87 strong {
  color: var(--alt-primary);
}
.index__bottom-desc___2fq3G {
  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___ziRa8 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .index__adv-card___1V8_y {
    min-height: 350px;
  }
  .index__adv-body___2gkvw h3 {
    min-height: auto;
  }
}
@media (max-width: 1024px) {
  .index__section-pad___3QerM,
  .index__fit___2ga3x,
  .index__testimonial___1aEKD {
    padding: 66px 20px;
  }
  .index__fit-grid___1G-UQ {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  /* 原版 1024px fit-img 高度 420px */
  .index__fit-img___2sBmr,
  .index__fit-img___2sBmr 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___2ga3x,
  .index__testimonial___1aEKD {
    padding: 52px 16px;
  }
  /* ---- SellpointsBar 手机端（原版精确值）---- */
  .index__sellpoints___2ZdQC {
    padding: 20px 14px;
  }
  .index__sellpoints-wrap___12rLo {
    justify-content: flex-start;
    /* 原版左对齐 */
    gap: 10px;
  }
  /* white-space: normal 允许标签换行（原版） */
  .index__sellpoint___2jzaw {
    font-size: 13.5px;
    white-space: normal;
    box-shadow: 0 8px 22px rgba(255, 119, 0, 0.06);
  }
  /* ---- FitSection 手机端（原版精确值）---- */
  .index__adv-grid___ziRa8,
  .index__fit-list___1nrbX {
    grid-template-columns: 1fr;
    padding-inline-start: 0;
  }
  .index__fit-visual___3xtk2 {
    min-height: auto;
  }
  /* 原版 320px + border-radius 24px */
  .index__fit-img___2sBmr,
  .index__fit-img___2sBmr img {
    min-height: 320px;
    height: 320px;
    border-radius: 24px;
  }
  .index__fit-float___3tOxk {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }
  /* ---- Testimonials 手机端（原版精确值）---- */
  /* 原版 t-card: 300px × 280px，不隐藏 min-height */
  .index__t-card___2ELfK {
    width: 300px;
    min-height: 280px;
    padding: 18px;
  }
  .index__marquee-row___2Tdov {
    margin-bottom: 14px;
  }
  /* ---- BottomCta 手机端（原版精确值）---- */
  .index__bottom-cta___2PQsg {
    padding: 64px 18px;
  }
  .index__bottom-title___33D87 {
    font-size: 30px;
    line-height: 1.14;
  }
  .index__bottom-desc___2fq3G {
    font-size: 15.5px;
  }
  .index__btn___7NLew {
    width: 100%;
  }
  .index__adv-footer-cta___3zP2x {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* ===================================================
   1. 页面容器
   =================================================== */
.index__alternatives-page___1EwBv {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  color: #1a1a1a;
  background: #fff;
  overflow-x: hidden;
}
.index__container___15_Cc {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.index__section-pad___3QerM {
  padding: 80px 0;
  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;
}
/* header 居中说明块（CompareSection / MainFaqSection header） */
.index__header___7Nu84 {
  text-align: center;
  margin: 0 160px 42px;
}
@media (max-width: 640px) {
  .index__header___7Nu84 {
    margin: 0 0 48px;
  }
}
/* ===================================================
   2. 通用 BTN（主页从 SharedComponents.less @import 获得，无需重复声明）
      SharedComponents.less 中已定义正确的渐变橙色 .btn，勿在此覆盖。
   =================================================== */
/* ===================================================
   3. Hero Banner
   =================================================== */
.index__hero___1Yxad {
  position: relative;
  /* 三重暖橙渐变：两个径向光晕 + 线性底色（还原原版） */
  background: radial-gradient(circle at 12% 20%, rgba(255, 119, 0, 0.16), transparent 26%), radial-gradient(circle at 86% 18%, rgba(255, 119, 0, 0.14), transparent 25%), linear-gradient(135deg, #fffaf5 0%, #ffffff 50%, #fff1e4 100%);
  overflow: hidden;
  padding: 90px 0 80px;
  /* 右侧浮动气泡装饰（还原原版 hero::before） */
}
.index__hero___1Yxad::before {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  right: -110px;
  top: 36px;
  border-radius: 50%;
  background: rgba(255, 119, 0, 0.13);
  filter: blur(2px);
  animation: index__altFloat___1py4z 8s ease-in-out infinite;
  pointer-events: none;
}
.index__hero-grid___37hnu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}
.index__hero-title___2WCbk {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0 0 20px;
  letter-spacing: -0.5px;
  /* <strong> 橙色高亮 + 橙色下划线（还原原版 .hero-title strong） */
}
.index__hero-title___2WCbk em {
  font-style: normal;
  color: var(--alt-primary, #ff7700);
}
.index__hero-title___2WCbk strong {
  color: var(--alt-primary, #ff7700);
  position: relative;
  display: inline-block;
  font-style: normal;
}
.index__hero-title___2WCbk strong::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 10px;
  z-index: -1;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.16);
  transform: rotate(-1deg);
}
.index__hero-title___2WCbk span {
  background: linear-gradient(135deg, var(--alt-primary, #ff7700), #ff9f45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.index__hero-desc___BStLt {
  font-size: 17px;
  color: #555;
  line-height: 1.75;
  margin: 0 0 32px;
}
.index__hero-actions___3b6sQ {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
/* 【纳簠】原版 .hero-note: color #8a6a50 暖棕色 + font-size 14px + font-weight 650 */
.index__hero-note___3yxqp {
  font-size: 14px;
  font-weight: 650;
  color: #8a6a50;
}
/* ---- 右侧图片视觉区 ---- */
.index__hero-visual___2Yq9b {
  position: relative;
  min-height: 360px;
  padding: 18px 14px 22px 18px;
}
/* 图片框：3D 透视 + 橙色描边 + 暖橙渐变背景（还原原版） */
.index__image-frame___3xcts {
  position: relative;
  height: 330px;
  border-radius: 28px;
  padding: 13px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 119, 0, 0.14));
  border: 1px solid rgba(255, 119, 0, 0.22);
  box-shadow: 0 24px 64px rgba(255, 119, 0, 0.16);
  backdrop-filter: blur(16px);
  transform: perspective(1000px) rotateY(-3deg) rotateX(1.5deg);
  transition: 0.45s;
}
.index__image-frame___3xcts:hover {
  transform: perspective(1000px) translateY(-7px);
  box-shadow: 0 30px 74px rgba(255, 119, 0, 0.24);
}
.index__image-frame___3xcts img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px;
  transition: transform 0.45s;
}
.index__image-frame___3xcts:hover img {
  transform: scale(1.1);
}
.index__image-card___2SXt- {
  display: block;
  width: 100%;
  height: 100%;
}
.index__image-card___2SXt- img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  transition: transform 0.45s;
}
/* stat-card：右上角浮动数字卡，深色背景（还原原版 rgba(22,22,22,.82)） */
.index__stat-card___2aaTZ {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 16px;
  background: rgba(22, 22, 22, 0.82);
  color: #fff;
  border-radius: 18px;
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 42px rgba(33, 22, 8, 0.14);
  animation: index__altFloat___1py4z 4.5s ease-in-out infinite;
  display: flex;
  flex-direction: column;
}
.index__stat-card___2aaTZ b {
  display: block;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
}
.index__stat-card___2aaTZ span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 650;
}
/* float-card：左下角浮动说明卡，白色半透明（还原原版） */
.index__float-card___WevCR {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 220px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 42px rgba(33, 22, 8, 0.14);
  animation: index__altFloat___1py4z 4.5s ease-in-out infinite;
}
.index__float-card___WevCR h3 {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
}
.index__float-card___WevCR p {
  font-size: 12.5px;
  color: #666;
  margin: 0;
  line-height: 1.45;
}
/* progress bar in float-card */
.index__progress___2qza2 {
  height: 6px;
  background: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
}
.index__progress___2qza2 span {
  display: block;
  height: 100%;
  width: 75%;
  background: linear-gradient(90deg, var(--alt-primary, #ff7700), #ffb347);
  border-radius: 3px;
}
/* ===================================================
   4. CompareSection
   =================================================== */
.index__section-title___31A3w {
  font-size: 48px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 14px;
  line-height: 1.25;
}
.index__section-title___31A3w em {
  font-style: normal;
  color: var(--alt-primary, #ff7700);
}
.index__section-desc___2jk9- {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto;
}
.index__compare-grid___3lRBz {
  display: grid;
  /* 还原原版 4 列布局 */
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 1100px) {
  .index__compare-grid___3lRBz {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .index__compare-grid___3lRBz {
    grid-template-columns: 1fr;
  }
}
.index__compare-card___2w3oO {
  display: block;
  overflow: hidden;
  min-height: 260px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  color: #1a1a1a;
  text-decoration: none;
  transition: 0.32s;
}
.index__compare-card___2w3oO:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 119, 0, 0.28);
  box-shadow: 0 26px 70px rgba(255, 119, 0, 0.18);
}
.index__featured___2uZxB {
  /* 还原原版渐变描边（1px），透明全边滴渐变 */
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, rgba(255, 119, 0, 0.7), rgba(255, 171, 84, 0.28)) border-box;
  border: 1px solid transparent;
}
/* compare-img：无图片（隐藏），背景暖白渐变 + 两个装饰气泡（还原原版 ::before / ::after） */
/* 【纠正】原版 .badge 位于 .compare-img 内部左上角，之前错误移除，现补充还原 */
.index__badge___3zIMH {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  min-height: 30px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--alt-primary-dark, #c25a00);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
}
.index__compare-img___2zdH2 {
  height: 150px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: linear-gradient(135deg, #fff8f1 0%, #fffaf7 100%);
  /* 还原原版小橙色圆点装饰（右下） */
  /* 还原原版淺橙色大圆装饰（左上） */
}
.index__compare-img___2zdH2::before {
  content: '';
  position: absolute;
  width: 74px;
  height: 74px;
  right: 18px;
  bottom: 18px;
  border-radius: 50%;
  background: #ff7700;
  opacity: 0.14;
  pointer-events: none;
}
.index__compare-img___2zdH2::after {
  content: '';
  position: absolute;
  width: 92px;
  height: 92px;
  left: -18px;
  top: -18px;
  border-radius: 50%;
  background: #ffd3ad;
  opacity: 0.14;
  pointer-events: none;
}
/* logo-card：毛玻璃白色卡片，还原原版殷噜 / backdrop-filter 效果 */
.index__logo-card___2euk8 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 250px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 18px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.9);
}
/* logo-pill：纯文字，无背景色块（还原原版） */
.index__logo-pill___2EXn1 {
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #151515;
  white-space: nowrap;
}
/* CJ 标签保持黑色，其他竞品通过 style prop 设置颜色 */
.index__cj___3x42V {
  color: #151515;
}
/* logo-vs：“vs” 分隔符 + 橙色下划线（还原原版 .logo-vs::after） */
.index__logo-vs___19tyc {
  font-weight: 900;
  font-size: 12px;
  color: #9ca3af;
  line-height: 1;
  position: relative;
  padding: 0 6px;
}
.index__logo-vs___19tyc::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  width: 54px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.22);
}
.index__compare-content___2-EKC {
  padding: 20px;
}
.index__compare-content___2-EKC h3 {
  font-size: 19px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 14px;
  line-height: 1.28;
  letter-spacing: -0.025em;
}
.index__read___2AwiU {
  font-size: 13px;
  color: var(--alt-primary, #ff7700);
  font-weight: 600;
  margin-top: auto;
}
/* ===================================================
   5. MainFaqSection（主页专属 FAQ）
   =================================================== */
.index__faq___SLlh6 {
  padding: 80px 0;
  background: #fafafa;
}
.index__faq-main___dp1Lb {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1024px) {
  .index__faq-main___dp1Lb {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.index__faq-left___2EauT {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.index__faq-img___34CdR {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.index__faq-img___34CdR img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1.33333333;
  border-radius: 16px;
}
.index__faq-overlay___15Ju1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  padding: 20px 22px;
  border-radius: 0 0 16px 16px;
}
.index__faq-overlay___15Ju1 h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
}
.index__faq-overlay___15Ju1 p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  margin: 0;
}
.index__info-grid___1XeZd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.index__info-card___3MLMP {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 16px;
}
.index__info-card___3MLMP h4 {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 6px;
}
.index__info-card___3MLMP p {
  font-size: 13px;
  color: #666;
  line-height: 1.55;
  margin: 0;
}
/* ---- FAQ Accordion ---- */
.index__faq-list___2VmAh {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.index__faq-item___1-okW {
  background: #fff;
  border: 1px solid rgba(255, 119, 0, 0.13);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.index__faq-item___1-okW:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.index__faq-item-open___3Lzof {
  box-shadow: 0 4px 20px rgba(255, 119, 0, 0.1);
}
.index__faq-summary___3iUsB {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.index__qnum___3ObiV {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: rgba(255, 119, 0, 0.1);
  color: #e66500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}
.index__faq-question-text___8DFPD {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
}
/* +/- 切换图标 */
.index__plus___RWIby {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: relative;
  margin-top: 2px;
  transition: border-color 0.2s, transform 0.25s;
  background: rgba(255, 119, 0, 0.1);
  /* horizontal bar */
  /* vertical bar */
}
.index__plus___RWIby::before,
.index__plus___RWIby::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #e66500;
  border-radius: 1px;
}
.index__plus___RWIby::before {
  width: 10px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.index__plus___RWIby::after {
  width: 2px;
  height: 10px;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s, transform 0.25s;
}
.index__plus-open___1AxCu {
  border-color: var(--alt-primary, #ff7700);
  transform: rotate(45deg);
  background: var(--alt-primary, #ff7700);
}
.index__plus-open___1AxCu::before,
.index__plus-open___1AxCu::after {
  background: #ffffff;
}
.index__answer___38Mi7 {
  padding: 0 20px 18px 62px;
}
.index__answer___38Mi7 p {
  font-size: 14px;
  color: #555;
  line-height: 1.75;
  margin: 0;
}
/* ---- FAQ 底部 CTA ---- */
/**
 * 【纠正】footer-cta 原版样式：橙色渐变背景 + 橙色边框 + 圆角卡片
 * 原版 CSS：background:linear-gradient(135deg,rgba(255,119,0,.08),rgba(255,255,255,.98));
 *           border:1px solid rgba(255,119,0,.16); border-radius:26px; padding:24px 26px
 * 之前错误地使用 border-top + flex-wrap，与原版差距明显，已按原版精确还原。
 */
.index__footer-cta___2Ow9z {
  margin-top: 34px;
  padding: 24px 26px;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: linear-gradient(135deg, rgba(255, 119, 0, 0.08), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(255, 119, 0, 0.16);
}
.index__footer-cta___2Ow9z p {
  max-width: 790px;
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 650;
}
/* ===================================================
   6. 响应式断点
   【说明】断点数值与原版 CJ alternatives .html 保持一致：
     1024px: hero-grid gap:34px / hero-visual:350px / image-frame:320px
     640px:  见下方 640px 块（float-card 调整定位而非隐藏）
   【重要】原版无 text-align:center / order:-1 / justify-content:center，
     文字始终左对齐，DOM 顺序为：文字→图片（手机端文字在上图片在下）
   =================================================== */
@media (max-width: 1024px) {
  .index__hero-grid___37hnu {
    grid-template-columns: 1fr;
    gap: 34px;
    /* 原版 34px，无 text-align:center */
  }
  /* hero-visual 无 order:-1，图片在 DOM 中排文字后，自然在下方 */
  .index__hero-visual___2Yq9b {
    min-height: 350px;
    /* 原版 350px */
  }
  .index__image-frame___3xcts {
    height: 320px;
    /* 原版 320px */
    transform: none;
  }
  .index__hero-title___2WCbk {
    font-size: 38px;
  }
}
/**
 * 【640px 手机端】
 * 所有数值严格对照原版 CJ alternatives .html @media(max-width:640px)。
 * 【重要】原版并未隐藏 stat-card/float-card，而是调整其定位；
 *   同时 hero-visual 保持 min-height:330px + padding:14px 0 72px，
 *   为底部的 float-card 预留空间。
 */
@media (max-width: 640px) {
  /* hero padding 上下 + 左右（原版） */
  .index__hero___1Yxad {
    padding: 40px 16px 34px;
  }
  /* hero-title 原版 32px，同时 .section-title 为 30px */
  .index__hero-title___2WCbk {
    font-size: 32px;
    line-height: 1.15;
  }
  .index__hero-desc___BStLt {
    font-size: 15.5px;
  }
  /* CTA 按钮横布局转换为垂直（原版 align-items: flex-start） */
  .index__hero-actions___3b6sQ {
    flex-direction: column;
    align-items: flex-start;
  }
  /* 原版保留 min-height:330px 和底部 padding，为 float-card 留出空间 */
  .index__hero-visual___2Yq9b {
    min-height: 330px;
    padding: 14px 0 72px;
  }
  /* 原版 image-frame 280px + border-radius 24px */
  .index__image-frame___3xcts {
    height: 280px;
    border-radius: 24px;
  }
  /* 原版保留 stat-card，仅调整定位 */
  .index__stat-card___2aaTZ {
    right: 10px;
    top: 4px;
  }
  /* 原版保留 float-card，左右张开完全寄底部 */
  .index__float-card___WevCR {
    left: 12px;
    right: 12px;
    bottom: 0;
    width: auto;
  }
  /* section-pad / faq 左右保留 16px 留白（原版） */
  .index__section-pad___3QerM {
    padding: 52px 16px;
  }
  /* section-title 30px，同时设置 line-height（原版） */
  .index__section-title___31A3w {
    font-size: 30px;
    line-height: 1.15;
  }
  .index__section-desc___2jk9- {
    font-size: 15.5px;
  }
  .index__faq___SLlh6 {
    padding: 52px 16px;
  }
  .index__faq-main___dp1Lb {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  /* faq 左列图片高度收缩（原版 280px） */
  .index__faq-img___34CdR,
  .index__faq-img___34CdR img {
    min-height: 280px;
    height: 280px;
    border-radius: 24px;
  }
  .index__faq-overlay___15Ju1 {
    left: 14px;
    right: 14px;
    bottom: 14px;
    background: #fff;
    border-radius: 16px;
  }
  .index__faq-overlay___15Ju1 h3,
  .index__faq-overlay___15Ju1 p {
    color: #000000;
  }
  .index__info-grid___1XeZd {
    grid-template-columns: 1fr;
  }
  /* FAQ accordion 按钮手机端样式（原版 summary 元素对应我们的 .faq-summary） */
  .index__faq-summary___3iUsB {
    align-items: flex-start;
    padding: 17px 17px 17px 17px;
    font-size: 15.5px;
  }
  .index__answer___38Mi7 {
    padding: 0 18px 19px;
    font-size: 14.5px;
  }
  /* 原版 footer-cta 手机端：垂直排列 + 缩小内边距，按钮全宽 */
  .index__footer-cta___2Ow9z {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 18px;
  }
  .index__footer-cta___2Ow9z .index__btn___7NLew {
    width: 100%;
  }
}

