/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./app/web/page/printonDemand/home/index.less ***!
  \*****************************************************************************************************************************************************************/
/**
 * 需求来源：docs/pod页面改版/AI提示词.md 第1次提交第1次补充 —— /printonDemand/home React 迁移。
 * 注意事项：
 *  1. 复用第1次提交移植的 cj-pod-* 全量样式(整段来自参考图 pod.html)，与 njk 版视觉 1:1。
 *  2. 页面启用 CSS Modules，这里用 :global{} 包裹使 cj-pod-* 类名保持字面量(不被 hash)，
 *     组件内直接用 className="cj-pod-*" 字符串；keyframes 与 animation 引用由 css-loader 一致处理。
 *  3. 参考图原 html/body 全局 reset 已收敛到 .cj-pod-page；底部 CTA 背景图改本地路径。
 */
 {
  /* =============================================================
 * 需求来源: docs/pod页面改版/AI提示词.md 第1次提交 —— POD 主页按 docs/pod页面改版/pod.html 重设计
 * 注意事项: 以下样式整段移植自参考图 <style>, 全部 cj-pod-* 命名空间, 不影响旧 .pod 样式(help 页复用);
 *           参考图原 html,body 全局 reset 已收敛到 .cj-pod-page 容器, 避免影响站点全局布局/侧边栏 sticky。
 * ============================================================= */
  /* 第7次补充：商品卡片不展示价格，原 .cj-pod-product-price 样式已移除；View（原橙色链接，现为 span，覆盖默认蓝色药丸样式） */
  /* 第27次补充：Private Label 卡片向左、向上移动，避免遮挡 "Branded Packaging" 文案 */
  /* logo 改用 OSS 雪碧图后渲染为 <i>，用 --sprite-width/height 控制显示尺寸（镜像原 img 尺寸） */
  /* 第14/15次补充：pulse-dot 承载平台图标（移除白卡），定位复用 node-*；
     第15次改用 resources/platform 雪碧图类 .platform-*（自带圆角彩底），故容器透明、用 <i> 雪碧图渲染 */
  /* 第16次补充：平台图直接展示，不要白边/外框；容器仅负责定位与居中 */
  /* 平台雪碧图 <i>：用 --sprite-width/height 控制显示尺寸（自然 128 缩放到 56），投影加在图标上 */
  /* 第13次补充修复：跑马灯 animation 规则移至 :global{} 块外（文件末），
     使 css-loader 对 @keyframes 定义与 animation 引用一致本地化、名称匹配，跑马灯恢复滚动 */
  /* 第19次补充：avatar 去掉雪碧图，改用白色加粗首字母 + 主题色背景。
     选择器带 .cj-pod-review-top 提高特异性，覆盖同级 .cj-pod-review-top span 的 color/display 规则 */
  /* 第13次补充修复：原 @keyframes cjTestimonialMove* 移至 :global{} 块外（文件末），避免 css-loader 在 :global 内只哈希 keyframes 名而不改写 animation 引用导致的名称失配 */
  /* ===== Banner mobile refinement: keep desktop unchanged, compact only on mobile ===== */
  /* ===== Final hero banner mobile fix: no horizontal clipping ===== */
}
.cj-pod-page {
  width: 100%;
  overflow-x: hidden;
  background: #ffffff;
}
.cj-pod-hero-creative, .cj-pod-hero-creative * {
  box-sizing: border-box;
}
.cj-pod-hero-creative {
  position: relative;
  overflow: hidden;
  padding: 58px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 55%, #ffffff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-hero-wrap {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 46px;
}
.cj-pod-hero-content {
  animation: cjPodTextUp 0.8s ease forwards;
}
.cj-pod-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--color-theme-1-opacity10);
  border: 1px solid var(--color-theme-1-opacity20);
  color: var(--color-theme-1);
  font-size: 14px;
  font-weight: 700;
}
.cj-pod-label span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-theme-1);
  box-shadow: 0 0 0 6px var(--color-theme-1-opacity20);
}
.cj-pod-hero-content h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -1.3px;
  font-weight: 800;
}
.cj-pod-hero-content p {
  max-width: 650px;
  margin: 18px 0 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.62;
}
.cj-pod-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.cj-pod-points span {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--color-theme-1-opacity20);
  color: #374151;
  font-size: 13.5px;
  font-weight: 600;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.04);
  transition: all 0.28s ease;
}
.cj-pod-points span:hover {
  transform: translateY(-3px);
  color: var(--color-theme-1-1);
  border-color: var(--color-theme-1-opacity50);
  box-shadow: 0 12px 28px var(--color-theme-1-opacity10);
}
.cj-pod-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.cj-pod-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 13px;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.28s ease;
}
.cj-pod-btn-main {
  background: var(--color-theme-1);
  color: #ffffff;
}
.cj-pod-btn-main:hover {
  color: #ffffff;
  transform: translateY(-4px);
  background: var(--color-theme-1-1);
}
.cj-pod-btn-light {
  background: #ffffff;
  color: var(--color-theme-1);
  border: 1px solid var(--color-theme-1-opacity20);
}
.cj-pod-btn-light:hover {
  background: var(--color-theme-1-opacity10);
  color: var(--color-theme-1);
  transform: translateY(-4px);
}
.cj-pod-review-box {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 500px;
  margin-top: 22px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
  border: 1px solid var(--color-theme-1-opacity20);
  backdrop-filter: blur(10px);
  transition: all 0.28s ease;
}
.cj-pod-review-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px var(--color-theme-1-opacity10);
  border-color: var(--color-theme-1-opacity20);
}
.cj-pod-review-item {
  flex: 1;
  min-width: 0;
}
.cj-pod-review-title {
  color: #111827;
  font-size: 13.5px;
  font-weight: 800;
  margin-bottom: 6px;
}
.cj-pod-review-main {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.cj-pod-review-main strong {
  color: #111827;
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
}
.cj-pod-review-item p {
  margin: 0;
  color: #6b7280;
  font-size: 12.5px;
  line-height: 1.35;
}
.cj-pod-review-divider {
  width: 1px;
  height: 54px;
  background: var(--color-theme-1-opacity20);
}
.cj-pod-trust-stars {
  display: flex;
  gap: 2px;
}
.cj-pod-trust-stars span {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #00b67a;
  color: #ffffff;
  font-size: 11.5px;
  line-height: 1;
  border-radius: 2px;
  overflow: hidden;
}
.cj-pod-trust-stars .partial {
  background: linear-gradient(90deg, #00b67a 60%, #e5e7eb 60%);
}
.cj-pod-shopify-stars {
  display: flex;
  gap: 2px;
  color: #ffb400;
  font-size: 17px;
  line-height: 1;
}
.cj-pod-hero-visual {
  position: relative;
  animation: cjPodVisualIn 0.9s ease forwards;
}
.cj-pod-showcase {
  position: relative;
  width: 100%;
  max-width: 560px;
  min-height: 585px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--color-theme-1-opacity20);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.13);
  backdrop-filter: blur(12px);
  overflow: hidden;
}
.cj-pod-showcase::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  top: -100px;
  border-radius: 50%;
  background: var(--color-theme-1-opacity10);
  filter: blur(8px);
  z-index: 0;
}
.cj-pod-showcase-frame, .cj-pod-thumb-row, .cj-pod-showcase-footer {
  position: relative;
  z-index: 2;
}
.cj-pod-showcase-frame {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px var(--color-theme-1-opacity10);
}
.cj-pod-showcase-track {
  display: flex;
  transition: transform 0.58s ease;
}
.cj-pod-case-slide {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #fffaf6 0%, #ffffff 100%);
}
.cj-pod-case-media {
  position: relative;
  height: 290px;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, var(--color-theme-1-opacity10), transparent 28%), linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
}
.cj-pod-case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}
.cj-pod-showcase:hover .cj-pod-case-media img {
  transform: scale(1.04);
}
.cj-pod-case-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--color-theme-1);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(10px);
}
.cj-pod-case-content {
  padding: 18px;
  background: #ffffff;
}
.cj-pod-case-content > span {
  display: inline-flex;
  margin-bottom: 7px;
  color: var(--color-theme-1);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.cj-pod-case-content h4 {
  margin: 0 0 7px;
  color: #111827;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 800;
}
.cj-pod-case-content p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.45;
}
.cj-pod-case-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 14px;
}
.cj-pod-case-meta div {
  padding: 10px 11px;
  border-radius: 14px;
  background: var(--color-theme-1-opacity10);
  border: 1px solid var(--color-theme-1-opacity10);
}
.cj-pod-case-meta strong {
  display: block;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 3px;
}
.cj-pod-case-meta small {
  display: block;
  color: #6b7280;
  font-size: 11.5px;
  line-height: 1.25;
}
.cj-pod-thumb-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 12px;
}
.cj-pod-thumb {
  position: relative;
  min-width: 0;
  padding: 6px;
  border: 1px solid var(--color-theme-1-opacity10);
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
  transition: all 0.28s ease;
}
.cj-pod-thumb img {
  width: 100%;
  height: 48px;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 6px;
}
.cj-pod-thumb span {
  display: block;
  color: #4b5563;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cj-pod-thumb.active, .cj-pod-thumb:hover {
  border-color: var(--color-theme-1-opacity50);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px var(--color-theme-1-opacity10);
}
.cj-pod-thumb.active span {
  color: var(--color-theme-1);
}
.cj-pod-showcase-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.cj-pod-showcase-footer div {
  padding: 11px 10px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid var(--color-theme-1-opacity10);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}
.cj-pod-showcase-footer strong {
  display: block;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 4px;
}
.cj-pod-showcase-footer span {
  display: block;
  color: #6b7280;
  font-size: 11.5px;
  line-height: 1.25;
}
.cj-pod-orange-blur {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.cj-blur-1 {
  width: 360px;
  height: 360px;
  right: -130px;
  top: -130px;
  background: var(--color-theme-1-opacity10);
  filter: blur(8px);
}
.cj-blur-2 {
  width: 240px;
  height: 240px;
  left: -90px;
  bottom: -100px;
  background: var(--color-theme-1-opacity10);
  filter: blur(8px);
}
@keyframes index__cjPodTextUp___o8CKm {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes index__cjPodVisualIn___2eqRj {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 1100px) {
  .cj-pod-hero-wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .cj-pod-hero-content {
    text-align: center;
  }
  .cj-pod-hero-content p {
    margin-left: auto;
    margin-right: auto;
  }
  .cj-pod-points, .cj-pod-actions {
    justify-content: center;
  }
  .cj-pod-review-box {
    margin-left: auto;
    margin-right: auto;
  }
  .cj-pod-showcase {
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cj-pod-hero-creative {
    padding: 48px 16px;
  }
  .cj-pod-hero-content h1 {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .cj-pod-hero-content p {
    font-size: 16px;
  }
  .cj-pod-actions {
    align-items: stretch;
  }
  .cj-pod-btn {
    width: 100%;
  }
  .cj-pod-review-box {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    max-width: 100%;
    padding: 14px;
    text-align: left;
  }
  .cj-pod-review-divider {
    width: 100%;
    height: 1px;
  }
  .cj-pod-review-main {
    flex-wrap: wrap;
  }
  .cj-pod-showcase {
    min-height: auto;
    padding: 12px;
    border-radius: 28px;
  }
  .cj-pod-case-media {
    height: 250px;
  }
  .cj-pod-case-content {
    padding: 15px;
  }
  .cj-pod-case-content h4 {
    font-size: 19px;
  }
  .cj-pod-case-content p {
    font-size: 13px;
  }
  .cj-pod-case-meta {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .cj-pod-thumb-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .cj-pod-showcase-footer {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .cj-pod-review-main {
    flex-wrap: wrap;
  }
  .cj-pod-trust-stars span {
    width: 17px;
    height: 17px;
    font-size: 11px;
  }
  .cj-pod-shopify-stars {
    font-size: 16px;
  }
  .cj-pod-case-media {
    height: 220px;
  }
  .cj-pod-thumb-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-hero-content, .cj-pod-hero-visual, .cj-pod-showcase-track, .cj-pod-case-media img {
    animation: none;
    transition: none;
  }
}
.cj-pod-intro-module, .cj-pod-intro-module * {
  box-sizing: border-box;
}
.cj-pod-intro-module {
  position: relative;
  padding: 72px 20px;
  background: radial-gradient(circle at 8% 16%, var(--color-theme-1-opacity10), transparent 28%), radial-gradient(circle at 90% 18%, rgba(6, 100, 242, 0.06), transparent 30%), #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}
.cj-pod-section-head {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}
.cj-pod-section-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--color-theme-1-opacity10);
  border: 1px solid var(--color-theme-1-opacity20);
  color: var(--color-theme-1);
  font-size: 14px;
  font-weight: 600;
}
.cj-pod-section-head span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-theme-1);
  box-shadow: 0 0 0 6px var(--color-theme-1-opacity10);
}
.cj-pod-section-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -1.4px;
  font-weight: 600;
}
.cj-pod-intro-wrap {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.cj-pod-intro-left {
  animation: cjPodIntroFadeUp 0.8s ease both;
}
.cj-pod-intro-left h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.14;
  letter-spacing: -1px;
  font-weight: 600;
}
.cj-pod-intro-left p {
  margin: 18px 0 0;
  color: #5b6472;
  font-size: 16.5px;
  line-height: 1.72;
}
.cj-pod-intro-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.cj-pod-intro-steps div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--color-theme-1-opacity10);
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.045);
  transition: all 0.28s ease;
}
.cj-pod-intro-steps div:hover {
  transform: translateY(-4px);
  border-color: var(--color-theme-1-opacity50);
  box-shadow: 0 16px 34px var(--color-theme-1-opacity10);
}
.cj-pod-intro-steps span {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 13px;
  background: var(--color-theme-1-opacity10);
  color: var(--color-theme-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}
.cj-pod-intro-steps div:nth-child(even) span {
  background: rgba(6, 100, 242, 0.1);
  color: #0664f2;
}
.cj-pod-intro-steps strong {
  color: #111827;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
}
.cj-pod-text-note {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fffaf5 0%, #ffffff 100%);
  border: 1px solid var(--color-theme-1-opacity10);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
}
.cj-pod-text-note strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
}
.cj-pod-text-note span {
  display: block;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}
.cj-pod-intro-right {
  animation: cjPodIntroFadeRight 0.9s ease both;
}
.cj-pod-video-card {
  position: relative;
  padding: 18px;
  border-radius: 30px;
  background: linear-gradient(135deg, #fffaf5 0%, #ffffff 100%);
  border: 1px solid var(--color-theme-1-opacity20);
  box-shadow: 0 26px 64px rgba(17, 24, 39, 0.1);
  overflow: hidden;
}
.cj-pod-video-card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -100px;
  top: -120px;
  border-radius: 50%;
  background: var(--color-theme-1-opacity10);
  filter: blur(8px);
}
.cj-pod-video-switch, .cj-pod-video-frame, .cj-pod-video-note {
  position: relative;
  z-index: 2;
}
.cj-pod-video-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.cj-pod-video-tab {
  position: relative;
  min-height: 118px;
  padding: 15px;
  border-radius: 18px;
  border: 1px solid var(--color-theme-1-opacity20);
  background: #ffffff;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
  transition: all 0.28s ease;
}
.cj-pod-video-tab:hover {
  transform: translateY(-3px);
  border-color: var(--color-theme-1-opacity50);
  box-shadow: 0 14px 32px var(--color-theme-1-opacity10);
}
.cj-pod-video-tab.active {
  background: radial-gradient(circle at 92% 18%, rgba(6, 100, 242, 0.1), transparent 30%), var(--color-theme-1-opacity10);
  border-color: var(--color-theme-1-opacity50);
  box-shadow: 0 14px 32px var(--color-theme-1-opacity10);
}
.cj-pod-video-tab.active::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-theme-1);
  box-shadow: 0 0 0 6px var(--color-theme-1-opacity10);
}
.cj-pod-video-tab span {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--color-theme-1-opacity10);
  color: var(--color-theme-1);
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.cj-pod-video-tab:nth-child(2) span {
  background: rgba(6, 100, 242, 0.1);
  color: #0664f2;
}
.cj-pod-video-tab strong {
  display: block;
  color: #111827;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}
.cj-pod-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1.77777778;
  overflow: hidden;
  border-radius: 24px;
  background: #111827;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.16);
}
.cj-pod-video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111827;
}
.cj-pod-video-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 3;
  pointer-events: none;
}
.cj-pod-video-badge span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--color-theme-1-opacity50);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.18);
}
.cj-pod-video-note {
  margin-top: 14px;
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--color-theme-1-opacity10);
}
.cj-pod-video-note strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}
.cj-pod-video-note span {
  display: block;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}
@keyframes index__cjPodIntroFadeUp___5JHOb {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes index__cjPodIntroFadeRight___2nKHB {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 1024px) {
  .cj-pod-intro-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cj-pod-intro-left {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
  }
  .cj-pod-intro-steps, .cj-pod-text-note {
    text-align: left;
  }
  .cj-pod-video-card {
    max-width: 760px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cj-pod-intro-module {
    padding: 56px 16px;
  }
  .cj-pod-section-head {
    margin-bottom: 34px;
  }
  .cj-pod-section-head h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-intro-left h3 {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .cj-pod-intro-left p {
    font-size: 16px;
  }
  .cj-pod-intro-steps {
    grid-template-columns: 1fr;
  }
  .cj-pod-video-switch {
    grid-template-columns: 1fr;
  }
  .cj-pod-video-tab {
    min-height: auto;
  }
  .cj-pod-video-card {
    padding: 14px;
    border-radius: 26px;
  }
  .cj-pod-video-frame {
    border-radius: 20px;
  }
  .cj-pod-video-note strong {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-intro-left, .cj-pod-intro-right, .cj-pod-video-tab {
    animation: none;
    transition: none;
  }
}
.cj-pod-diff-alt-section, .cj-pod-diff-alt-section * {
  box-sizing: border-box;
}
.cj-pod-diff-alt-section {
  position: relative;
  overflow: hidden;
  padding: 78px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 50%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-diff-alt-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}
.cj-pod-diff-alt-head {
  max-width: 900px;
  margin: 0 auto 52px;
  text-align: center;
}
.cj-pod-diff-alt-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--color-theme-1-opacity10);
  border: 1px solid var(--color-theme-1-opacity20);
  color: var(--color-theme-1);
  font-size: 14px;
  font-weight: 600;
}
.cj-pod-diff-alt-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-theme-1);
  box-shadow: 0 0 0 6px var(--color-theme-1-opacity10);
}
.cj-pod-diff-alt-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
  letter-spacing: -1.2px;
  font-weight: 600;
}
.cj-pod-diff-alt-head p {
  max-width: 820px;
  margin: 18px auto 0;
  color: #5b6472;
  font-size: 17px;
  line-height: 1.72;
}
.cj-pod-diff-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
  margin-bottom: 34px;
  padding: 26px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--color-theme-1-opacity10);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.06);
  backdrop-filter: blur(10px);
}
.cj-pod-diff-row.reverse .cj-pod-diff-image {
  order: 2;
}
.cj-pod-diff-row.reverse .cj-pod-diff-content {
  order: 1;
}
.cj-pod-diff-image {
  position: relative;
}
.cj-pod-diff-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.1);
}
.cj-pod-diff-content {
  position: relative;
  padding: 6px 4px;
}
.cj-pod-diff-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 32px;
  padding: 0 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(6, 100, 242, 0.08);
  color: #0664f2;
  font-size: 13px;
  font-weight: 600;
}
.cj-pod-diff-content h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.16;
  letter-spacing: -0.8px;
  font-weight: 600;
}
.cj-pod-diff-content p {
  margin: 0 0 16px;
  color: #5b6472;
  font-size: 16px;
  line-height: 1.72;
}
.cj-pod-diff-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cj-pod-diff-content li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
}
.cj-pod-diff-content li:last-child {
  margin-bottom: 0;
}
.cj-pod-diff-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-theme-1);
  box-shadow: 0 0 0 5px var(--color-theme-1-opacity10);
}
.cj-pod-diff-cta {
  margin-top: 12px;
  padding: 28px 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--color-theme-1) 0%, #ff9430 45%, #0664f2 100%);
  box-shadow: 0 24px 56px var(--color-theme-1-opacity20);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cj-pod-diff-cta-text {
  max-width: 760px;
}
.cj-pod-diff-cta-text strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
}
.cj-pod-diff-cta-text span {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.65;
}
.cj-pod-diff-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cj-pod-diff-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
  transition: all 0.28s ease;
  white-space: nowrap;
}
.cj-pod-diff-btn.primary {
  background: #ffffff;
  color: var(--color-theme-1);
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.16);
}
.cj-pod-diff-btn.primary:hover {
  transform: translateY(-4px);
  background: #111827;
  color: #ffffff;
}
.cj-pod-diff-btn.secondary {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(10px);
}
.cj-pod-diff-btn.secondary:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}
.cj-pod-diff-alt-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.bg-1 {
  width: 360px;
  height: 360px;
  right: -150px;
  top: -150px;
  background: var(--color-theme-1-opacity10);
  filter: blur(10px);
}
.bg-2 {
  width: 300px;
  height: 300px;
  left: -140px;
  bottom: -140px;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
@media (max-width: 991px) {
  .cj-pod-diff-row, .cj-pod-diff-row.reverse {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .cj-pod-diff-row.reverse .cj-pod-diff-image, .cj-pod-diff-row.reverse .cj-pod-diff-content {
    order: initial;
  }
  .cj-pod-diff-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .cj-pod-diff-cta-buttons {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cj-pod-diff-alt-section {
    padding: 58px 16px;
  }
  .cj-pod-diff-alt-head {
    margin-bottom: 34px;
  }
  .cj-pod-diff-alt-head h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-diff-alt-head p {
    font-size: 16px;
  }
  .cj-pod-diff-row {
    padding: 18px;
    border-radius: 24px;
    margin-bottom: 22px;
  }
  .cj-pod-diff-image img {
    min-height: 240px;
    max-height: 280px;
    border-radius: 20px;
  }
  .cj-pod-diff-content h3 {
    font-size: 28px;
    letter-spacing: -0.5px;
  }
  .cj-pod-diff-content p {
    font-size: 15px;
  }
  .cj-pod-diff-content li {
    font-size: 14px;
  }
  .cj-pod-diff-cta {
    padding: 22px;
    border-radius: 24px;
  }
  .cj-pod-diff-cta-text strong {
    font-size: 22px;
  }
  .cj-pod-diff-btn {
    width: 100%;
  }
}
.cj-pod-category-section, .cj-pod-category-section * {
  box-sizing: border-box;
}
.cj-pod-category-section {
  position: relative;
  overflow: hidden;
  padding: 78px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 48%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-category-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}
.cj-pod-category-head {
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
}
.cj-pod-category-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--color-theme-1-opacity10);
  border: 1px solid var(--color-theme-1-opacity20);
  color: var(--color-theme-1);
  font-size: 14px;
  font-weight: 600;
}
.cj-pod-category-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-theme-1);
  box-shadow: 0 0 0 6px var(--color-theme-1-opacity10);
}
.cj-pod-category-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 600;
}
.cj-pod-category-head p {
  max-width: 780px;
  margin: 18px auto 0;
  color: #5b6472;
  font-size: 17px;
  line-height: 1.7;
}
.cj-pod-category-tabs-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.cj-pod-category-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 8px 2px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cj-pod-category-tabs::-webkit-scrollbar {
  display: none;
}
.cj-pod-category-tab {
  flex: 0 0 auto;
  padding: 11px 16px;
  border: 1px solid var(--color-theme-1-opacity20);
  border-radius: 999px;
  background: #ffffff;
  color: #374151;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.04);
  transition: all 0.28s ease;
}
.cj-pod-category-tab:hover {
  transform: translateY(-3px);
  color: var(--color-theme-1-1);
  border-color: var(--color-theme-1-opacity50);
  box-shadow: 0 14px 30px var(--color-theme-1-opacity10);
}
.cj-pod-category-tab.active {
  background: linear-gradient(135deg, var(--color-theme-1) 0%, #ff9430 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 16px 34px var(--color-theme-1-opacity20);
}
.cj-pod-tab-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--color-theme-1);
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.08);
  border: 1px solid var(--color-theme-1-opacity20);
  transition: all 0.28s ease;
}
.cj-pod-tab-arrow:hover {
  background: var(--color-theme-1-1);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 16px 34px var(--color-theme-1-opacity20);
}
.cj-pod-tab-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
  background: #ffffff;
  color: #9ca3af;
  box-shadow: none;
}
.cj-pod-product-panel {
  padding: 24px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--color-theme-1-opacity20);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(12px);
}
.cj-pod-product-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.cj-pod-product-panel-top span {
  display: inline-flex;
  padding: 7px 12px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: var(--color-theme-1-opacity10);
  color: var(--color-theme-1);
  font-size: 14px;
  font-weight: 600;
}
.cj-pod-product-panel-top h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.7px;
  font-weight: 600;
}
.cj-pod-category-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--color-theme-1);
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.28s ease;
}
.cj-pod-category-btn:hover {
  transform: translateY(-4px);
  color: #ffffff;
  background: var(--color-theme-1-1);
}
.cj-pod-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.cj-pod-product-card {
  position: relative;
  min-height: 240px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--color-theme-1-opacity10);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.05);
  overflow: hidden;
  transition: all 0.28s ease;
  /* 第4次补充：商品卡片整卡点击跳详情，改为 <a>，重置链接默认样式 */
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.cj-pod-product-card:hover {
  transform: translateY(-6px);
  border-color: var(--color-theme-1-opacity50);
  box-shadow: 0 20px 42px var(--color-theme-1-opacity10);
}
.cj-pod-product-img {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #fff8f2;
  border-bottom: 1px solid #eee;
}
.cj-pod-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease;
}
.cj-pod-product-card:hover .cj-pod-product-img img {
  transform: scale(1.08);
}
.cj-pod-product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--color-theme-1);
  font-size: 11px;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.1);
}
.cj-pod-product-body {
  padding: 14px;
}
.cj-pod-product-body strong {
  display: block;
  color: #111827;
  font-size: 14.8px;
  line-height: 1.25;
  font-weight: 600;
  min-height: 38px;
}
.cj-pod-product-mini {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}
.cj-pod-product-mini span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(6, 100, 242, 0.08);
  color: #0664f2;
  font-size: 11px;
  font-weight: 600;
}
.cj-pod-product-mini a {
  color: var(--color-theme-1);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.cj-pod-product-mini a:hover {
  color: #0664f2;
}
.cj-pod-product-mini .cj-pod-product-view {
  background: transparent;
  color: var(--color-theme-1);
  padding: 6px 0;
}
.cj-pod-product-card:hover .cj-pod-product-view {
  color: var(--color-theme-1-1);
}
.cj-pod-category-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.cj-pod-category-bg-1 {
  width: 360px;
  height: 360px;
  right: -140px;
  top: -120px;
  background: var(--color-theme-1-opacity10);
  filter: blur(10px);
}
.cj-pod-category-bg-2 {
  width: 300px;
  height: 300px;
  left: -130px;
  bottom: -130px;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
@media (max-width: 1180px) {
  .cj-pod-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .cj-pod-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cj-pod-product-panel-top {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cj-pod-category-section {
    padding: 58px 16px;
  }
  .cj-pod-category-head h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-category-head p {
    font-size: 16px;
  }
  .cj-pod-category-tabs-wrap {
    grid-template-columns: 38px 1fr 38px;
    gap: 8px;
  }
  .cj-pod-tab-arrow {
    width: 38px;
    height: 38px;
    font-size: 26px;
  }
  .cj-pod-category-tab {
    padding: 10px 14px;
    font-size: 13.5px;
  }
  .cj-pod-product-panel {
    padding: 18px;
    border-radius: 28px;
  }
  .cj-pod-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .cj-pod-product-card {
    min-height: 210px;
    border-radius: 18px;
  }
  .cj-pod-product-img {
    height: 135px;
  }
  .cj-pod-product-body {
    padding: 12px;
  }
  .cj-pod-product-body strong {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cj-pod-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cj-pod-product-img {
    height: 130px;
  }
  .cj-pod-category-btn {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-category-tab, .cj-pod-category-btn, .cj-pod-product-card, .cj-pod-product-img img {
    transition: none;
  }
  .cj-pod-category-tabs {
    scroll-behavior: auto;
  }
}
.cj-pod-benefits-section, .cj-pod-benefits-section * {
  box-sizing: border-box;
}
.cj-pod-benefits-section {
  position: relative;
  padding: 76px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 48%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}
.cj-pod-benefits-section::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -150px;
  top: -130px;
  border-radius: 50%;
  background: var(--color-theme-1-opacity10);
  filter: blur(10px);
}
.cj-pod-benefits-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  left: -130px;
  bottom: -130px;
  border-radius: 50%;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
.cj-pod-benefits-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}
.cj-pod-benefits-head {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}
.cj-pod-benefits-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--color-theme-1-opacity10);
  border: 1px solid var(--color-theme-1-opacity20);
  color: var(--color-theme-1);
  font-size: 14px;
  font-weight: 800;
}
.cj-pod-benefits-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-theme-1);
  box-shadow: 0 0 0 6px var(--color-theme-1-opacity10);
}
.cj-pod-benefits-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 600;
}
.cj-pod-benefits-head p {
  max-width: 740px;
  margin: 18px auto 0;
  color: #5b6472;
  font-size: 17px;
  line-height: 1.7;
}
.cj-pod-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.cj-pod-benefit-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid var(--color-theme-1-opacity10);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
  overflow: hidden;
  transition: all 0.32s ease;
}
.cj-pod-benefit-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 58px rgba(17, 24, 39, 0.12);
  border-color: var(--color-theme-1-opacity50);
}
.cj-pod-benefit-img {
  position: relative;
  width: 100%;
  height: 205px;
  overflow: hidden;
  background: #fff8f2;
}
.cj-pod-benefit-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) 45%, rgba(17, 24, 39, 0.16) 100%);
  pointer-events: none;
}
.cj-pod-benefit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.cj-pod-benefit-card:hover .cj-pod-benefit-img img {
  transform: scale(1.06);
}
.cj-pod-benefit-content {
  flex: 1;
  padding: 22px;
}
.cj-pod-benefit-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.cj-pod-benefit-top span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 14px;
  background: var(--color-theme-1-opacity10);
  color: var(--color-theme-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}
.cj-pod-benefit-top em {
  font-style: normal;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(6, 100, 242, 0.08);
  color: #0664f2;
  font-size: 11.5px;
  font-weight: 600;
  white-space: nowrap;
}
.cj-pod-benefit-card:nth-child(1) .cj-pod-benefit-top em, .cj-pod-benefit-card:nth-child(2) .cj-pod-benefit-top em, .cj-pod-benefit-card:nth-child(6) .cj-pod-benefit-top em {
  background: var(--color-theme-1-opacity10);
  color: var(--color-theme-1);
}
.cj-pod-benefit-card:nth-child(5) .cj-pod-benefit-top span {
  background: rgba(6, 100, 242, 0.1);
  color: #0664f2;
}
.cj-pod-benefit-content h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -0.4px;
  font-weight: 600;
}
.cj-pod-benefit-content p {
  margin: 0;
  color: #5b6472;
  font-size: 14.5px;
  line-height: 1.62;
}
@media (max-width: 1024px) {
  .cj-pod-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cj-pod-benefit-card {
    min-height: 410px;
  }
}
@media (max-width: 767px) {
  .cj-pod-benefits-section {
    padding: 58px 16px;
  }
  .cj-pod-benefits-head {
    margin-bottom: 34px;
  }
  .cj-pod-benefits-head h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-benefits-head p {
    font-size: 16px;
  }
  .cj-pod-benefits-grid {
    grid-template-columns: 1fr;
  }
  .cj-pod-benefit-card {
    min-height: auto;
    border-radius: 24px;
  }
  .cj-pod-benefit-img {
    height: 220px;
  }
  .cj-pod-benefit-content {
    padding: 20px;
  }
  .cj-pod-benefit-content h3 {
    font-size: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-benefit-card, .cj-pod-benefit-img img {
    transition: none;
  }
}
.cj-pod-services-section, .cj-pod-services-section * {
  box-sizing: border-box;
}
.cj-pod-services-section {
  position: relative;
  overflow: hidden;
  padding: 78px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 48%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-services-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}
.cj-pod-services-visual {
  position: relative;
  animation: cjPodServiceFadeUp 0.8s ease both;
}
.cj-pod-services-image-card {
  position: relative;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--color-theme-1-opacity20);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.12);
}
.cj-pod-services-image-card img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}
.cj-pod-services-image-card:hover img {
  transform: scale(1.04);
}
.cj-pod-services-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.04) 20%, rgba(17, 24, 39, 0.36) 100%), radial-gradient(circle at 80% 15%, var(--color-theme-1-opacity20), transparent 30%);
  pointer-events: none;
}
.cj-pod-services-floating {
  position: absolute;
  z-index: 3;
  padding: 13px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--color-theme-1-opacity20);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.14);
  backdrop-filter: blur(10px);
  animation: cjPodServiceFloat 4.8s ease-in-out infinite;
}
.cj-pod-services-floating span {
  display: block;
  color: #111827;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.cj-pod-float-1 {
  left: 24px;
  top: 28px;
}
.cj-pod-float-2 {
  right: 24px;
  top: 48%;
  animation-delay: 0.6s;
}
.cj-pod-float-3 {
  left: 24px;
  bottom: 28px;
  animation-delay: 1.1s;
}
.cj-pod-services-content {
  animation: cjPodServiceFadeRight 0.9s ease both;
}
.cj-pod-services-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--color-theme-1-opacity10);
  border: 1px solid var(--color-theme-1-opacity20);
  color: var(--color-theme-1);
  font-size: 14px;
  font-weight: 600;
}
.cj-pod-services-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-theme-1);
  box-shadow: 0 0 0 6px var(--color-theme-1-opacity10);
}
.cj-pod-services-content h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 600;
}
.cj-pod-services-desc {
  margin: 18px 0 0;
  color: #5b6472;
  font-size: 16.5px;
  line-height: 1.72;
}
.cj-pod-services-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}
.cj-pod-service-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--color-theme-1-opacity10);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
  transition: all 0.28s ease;
}
.cj-pod-service-item:hover {
  transform: translateY(-5px);
  border-color: var(--color-theme-1-opacity50);
  box-shadow: 0 18px 40px var(--color-theme-1-opacity10);
}
.cj-pod-service-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--color-theme-1-opacity10);
  color: var(--color-theme-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}
.cj-pod-service-item:nth-child(even) .cj-pod-service-icon {
  background: rgba(6, 100, 242, 0.1);
  color: #0664f2;
}
.cj-pod-service-item h3 {
  margin: 0 0 7px;
  color: #111827;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
}
.cj-pod-service-item p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.55;
}
.cj-pod-services-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.cj-pod-services-bg-1 {
  width: 360px;
  height: 360px;
  right: -140px;
  top: -120px;
  background: var(--color-theme-1-opacity10);
  filter: blur(10px);
}
.cj-pod-services-bg-2 {
  width: 300px;
  height: 300px;
  left: -130px;
  bottom: -130px;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
@keyframes index__cjPodServiceFadeUp___1L0B4 {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes index__cjPodServiceFadeRight____Wxsa {
  from {
    opacity: 0;
    transform: translateX(32px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes index__cjPodServiceFloat___3Jq1M {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media (max-width: 1100px) {
  .cj-pod-services-container {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .cj-pod-services-visual {
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
  }
  .cj-pod-services-content {
    text-align: center;
  }
  .cj-pod-services-desc {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
  .cj-pod-services-list {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cj-pod-services-section {
    padding: 58px 16px;
  }
  .cj-pod-services-image-card {
    min-height: 420px;
    border-radius: 26px;
  }
  .cj-pod-services-image-card img {
    min-height: 420px;
  }
  .cj-pod-services-content h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-services-desc {
    font-size: 16px;
  }
  .cj-pod-services-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .cj-pod-services-floating {
    padding: 11px 13px;
  }
  .cj-pod-services-floating span {
    font-size: 12.5px;
  }
  .cj-pod-float-1 {
    left: 16px;
    top: 18px;
  }
  .cj-pod-float-2 {
    right: 16px;
    top: 48%;
  }
  .cj-pod-float-3 {
    left: 16px;
    bottom: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-services-visual, .cj-pod-services-content, .cj-pod-services-floating, .cj-pod-service-item, .cj-pod-services-image-card img {
    animation: none;
    transition: none;
  }
}
.cj-pod-brand-section, .cj-pod-brand-section * {
  box-sizing: border-box;
}
.cj-pod-brand-section {
  position: relative;
  overflow: hidden;
  padding: 78px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 48%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-brand-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 54px;
  align-items: center;
}
.cj-pod-brand-content {
  animation: cjPodBrandFadeUp 0.8s ease both;
}
.cj-pod-brand-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--color-theme-1-opacity10);
  border: 1px solid var(--color-theme-1-opacity20);
  color: var(--color-theme-1);
  font-size: 14px;
  font-weight: 600;
}
.cj-pod-brand-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-theme-1);
  box-shadow: 0 0 0 6px var(--color-theme-1-opacity10);
}
.cj-pod-brand-content h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 600;
}
.cj-pod-brand-content > p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #5b6472;
  font-size: 16.5px;
  line-height: 1.72;
}
.cj-pod-brand-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.cj-pod-brand-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 17px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid var(--color-theme-1-opacity10);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
  transition: all 0.28s ease;
}
.cj-pod-brand-item:hover {
  transform: translateY(-4px);
  border-color: var(--color-theme-1-opacity50);
  box-shadow: 0 18px 40px var(--color-theme-1-opacity10);
}
.cj-pod-brand-item > span {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: var(--color-theme-1-opacity10);
  color: var(--color-theme-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12.5px;
  font-weight: 600;
}
.cj-pod-brand-item:nth-child(even) > span {
  background: rgba(6, 100, 242, 0.1);
  color: #0664f2;
}
.cj-pod-brand-item strong {
  display: block;
  margin-bottom: 5px;
  color: #111827;
  font-size: 15.5px;
  line-height: 1.25;
  font-weight: 600;
}
.cj-pod-brand-item p {
  margin: 0;
  color: #6b7280;
  font-size: 13.2px;
  line-height: 1.45;
}
.cj-pod-brand-visual {
  animation: cjPodBrandFadeRight 0.9s ease both;
}
.cj-pod-package-stage {
  position: relative;
  min-height: 620px;
}
.cj-pod-package-main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 480px;
  transform: translate(-50%, -50%);
  border-radius: 34px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--color-theme-1-opacity20);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.13);
}
.cj-pod-package-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}
.cj-pod-package-main:hover img {
  transform: scale(1.05);
}
.cj-pod-package-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.02) 22%, rgba(17, 24, 39, 0.56) 100%), radial-gradient(circle at 78% 18%, var(--color-theme-1-opacity20), transparent 32%);
  pointer-events: none;
}
.cj-pod-package-overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.14);
}
.cj-pod-package-overlay strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 20px;
  font-weight: 600;
}
.cj-pod-package-overlay span {
  display: block;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
}
.cj-pod-package-card {
  position: absolute;
  z-index: 4;
  width: 210px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--color-theme-1-opacity20);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.12);
  backdrop-filter: blur(10px);
  animation: cjPodBrandFloat 4.8s ease-in-out infinite;
  transition: all 0.28s ease;
}
.cj-pod-package-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-theme-1-opacity50);
  box-shadow: 0 22px 44px var(--color-theme-1-opacity10);
}
.cj-pod-package-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--color-theme-1-opacity10);
  color: var(--color-theme-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 600;
}
.cj-pod-package-icon.blue {
  background: rgba(6, 100, 242, 0.1);
  color: #0664f2;
}
.cj-pod-package-card strong {
  display: block;
  margin-bottom: 4px;
  color: #111827;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}
.cj-pod-package-card span {
  display: block;
  color: #6b7280;
  font-size: 12.5px;
  line-height: 1.35;
}
.card-logo {
  top: 50px;
  left: 10px;
}
.card-card {
  top: 150px;
  right: 0;
  border-color: rgba(6, 100, 242, 0.16);
  animation-delay: 0.5s;
}
.card-label {
  left: -20px;
  bottom: 190px;
  animation-delay: 0.9s;
}
.card-insert {
  right: 16px;
  bottom: 52px;
  border-color: rgba(6, 100, 242, 0.16);
  animation-delay: 1.2s;
}
.cj-pod-brand-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.cj-pod-brand-bg-1 {
  width: 360px;
  height: 360px;
  right: -140px;
  top: -120px;
  background: var(--color-theme-1-opacity10);
  filter: blur(10px);
}
.cj-pod-brand-bg-2 {
  width: 300px;
  height: 300px;
  left: -130px;
  bottom: -130px;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
@keyframes index__cjPodBrandFadeUp___16bex {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes index__cjPodBrandFadeRight___33MBe {
  from {
    opacity: 0;
    transform: translateX(32px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes index__cjPodBrandFloat___147z5 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}
@media (max-width: 1100px) {
  .cj-pod-brand-container {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .cj-pod-brand-content {
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
  }
  .cj-pod-brand-content > p {
    margin-left: auto;
    margin-right: auto;
  }
  .cj-pod-brand-list {
    text-align: left;
  }
  .cj-pod-brand-visual {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cj-pod-brand-section {
    padding: 58px 16px;
  }
  .cj-pod-brand-content h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-brand-content > p {
    font-size: 16px;
  }
  .cj-pod-brand-list {
    grid-template-columns: 1fr;
  }
  .cj-pod-package-stage {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cj-pod-package-main, .cj-pod-package-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    animation: none;
  }
  .cj-pod-package-main {
    height: 390px;
    border-radius: 26px;
  }
  .cj-pod-package-card {
    justify-content: flex-start;
  }
  .cj-pod-package-overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-brand-content, .cj-pod-brand-visual, .cj-pod-package-card, .cj-pod-package-main img, .cj-pod-brand-item {
    animation: none;
    transition: none;
  }
}
.cj-pod-process-section, .cj-pod-process-section * {
  box-sizing: border-box;
}
.cj-pod-process-section {
  position: relative;
  overflow: hidden;
  padding: 78px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 48%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-process-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}
.cj-pod-process-head {
  max-width: 860px;
  margin: 0 auto 46px;
  text-align: center;
}
.cj-pod-process-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--color-theme-1-opacity10);
  border: 1px solid var(--color-theme-1-opacity20);
  color: var(--color-theme-1);
  font-size: 14px;
  font-weight: 600;
}
.cj-pod-process-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-theme-1);
  box-shadow: 0 0 0 6px var(--color-theme-1-opacity10);
}
.cj-pod-process-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 600;
}
.cj-pod-process-head p {
  max-width: 760px;
  margin: 18px auto 0;
  color: #5b6472;
  font-size: 17px;
  line-height: 1.7;
}
.cj-pod-process-flow {
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr 34px 1fr;
  align-items: stretch;
  gap: 0;
}
.cj-pod-process-card {
  position: relative;
  min-height: 300px;
  padding: 24px 20px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--color-theme-1-opacity10);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
  transition: all 0.32s ease;
  overflow: hidden;
}
.cj-pod-process-card::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -52px;
  top: -52px;
  border-radius: 50%;
  background: var(--color-theme-1-opacity10);
}
.cj-pod-process-card:nth-child(4n + 3)::before {
  background: rgba(6, 100, 242, 0.08);
}
.cj-pod-process-card:hover {
  transform: translateY(-7px);
  border-color: var(--color-theme-1-opacity50);
  box-shadow: 0 26px 58px var(--color-theme-1-opacity10);
}
.cj-pod-process-icon {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: var(--color-theme-1-opacity10);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
}
.cj-pod-process-card:nth-child(4n + 3) .cj-pod-process-icon {
  background: rgba(6, 100, 242, 0.1);
}
.cj-pod-process-step {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--color-theme-1-opacity10);
  color: var(--color-theme-1);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.cj-pod-process-card:nth-child(4n + 3) .cj-pod-process-step {
  background: rgba(6, 100, 242, 0.09);
  color: #0664f2;
}
.cj-pod-process-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  color: #111827;
  font-size: 20px;
  line-height: 1.22;
  letter-spacing: -0.4px;
  font-weight: 600;
}
.cj-pod-process-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #5b6472;
  font-size: 14.2px;
  line-height: 1.62;
}
.cj-pod-process-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cj-pod-process-arrow span {
  position: relative;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-theme-1-opacity20), var(--color-theme-1-opacity50));
  border-radius: 999px;
}
.cj-pod-process-arrow span::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-theme-1);
  border-right: 2px solid var(--color-theme-1);
  transform: translateY(-50%) rotate(45deg);
}
.cj-pod-process-bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.cj-pod-process-bottom div {
  padding: 18px 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--color-theme-1-opacity10);
  transition: all 0.28s ease;
}
.cj-pod-process-bottom div:hover {
  transform: translateY(-5px);
  border-color: var(--color-theme-1);
}
.cj-pod-process-bottom strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
}
.cj-pod-process-bottom span {
  display: block;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.55;
}
.cj-pod-process-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.cj-pod-process-bg-1 {
  width: 360px;
  height: 360px;
  right: -140px;
  top: -120px;
  background: var(--color-theme-1-opacity10);
  filter: blur(10px);
}
.cj-pod-process-bg-2 {
  width: 300px;
  height: 300px;
  left: -130px;
  bottom: -130px;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
@media (max-width: 1180px) {
  .cj-pod-process-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .cj-pod-process-arrow {
    display: none;
  }
  .cj-pod-process-card {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .cj-pod-process-section {
    padding: 58px 16px;
  }
  .cj-pod-process-head {
    margin-bottom: 34px;
  }
  .cj-pod-process-head h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-process-head p {
    font-size: 16px;
  }
  .cj-pod-process-flow {
    grid-template-columns: 1fr;
  }
  .cj-pod-process-card {
    min-height: auto;
    border-radius: 24px;
    padding: 22px;
  }
  .cj-pod-process-bottom {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-process-card, .cj-pod-process-bottom div {
    transition: none;
  }
}
.cj-pod-network-logo-section, .cj-pod-network-logo-section * {
  box-sizing: border-box;
}
.cj-pod-network-logo-section {
  position: relative;
  overflow: hidden;
  padding: 66px 20px;
  background: radial-gradient(circle at 18% 25%, var(--color-theme-1-opacity10), transparent 24%), radial-gradient(circle at 82% 38%, rgba(6, 100, 242, 0.18), transparent 30%), linear-gradient(135deg, #070811 0%, #0c1523 48%, #102638 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-network-bg {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(circle, rgba(56, 255, 143, 0.42) 1.2px, transparent 1.2px);
  background-size: 11px 11px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 72%);
  pointer-events: none;
}
.cj-pod-network-container {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
}
.cj-pod-network-head {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}
.cj-pod-network-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.1;
  letter-spacing: -1.1px;
  font-weight: 600;
}
.cj-pod-network-head p {
  max-width: 780px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.65;
}
.cj-pod-network-map {
  position: relative;
  max-width: 1100px;
  height: 430px;
  margin: 0 auto;
}
.cj-pod-network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.cj-pod-network-lines path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.24);
  stroke-width: 1.25;
  stroke-dasharray: 5 8;
  animation: cjLineMoveLogo 4.5s linear infinite;
}
.cj-pod-center-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 142px;
  height: 142px;
  transform: translate(-50%, -50%);
  /* 第14次补充：hub 展示站点 favicon；第16次补充：不要白边/白底，favicon 直接展示 */
  /* 第27次补充：hub 增加 15px 圆角 */
  border-radius: 15px;
  overflow: hidden;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: cjHubFloatLogo 5s ease-in-out infinite;
}
.cj-pod-center-hub img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 18px 38px var(--color-theme-1-opacity20));
}
.cj-pod-center-hub i {
  --sprite-width: 92;
  --sprite-height: 92;
  width: 92px;
  height: 92px;
  filter: brightness(0) invert(1);
}
.cj-pod-platform-node {
  position: absolute;
  z-index: 3;
  width: 92px;
  height: 92px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cj-pod-platform-node:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 26px 58px var(--color-theme-1-opacity20);
  border-color: var(--color-theme-1-opacity50);
}
.cj-pod-platform-node img {
  width: 100%;
  height: 100%;
  max-width: 58px;
  max-height: 58px;
  object-fit: contain;
  display: block;
}
.cj-pod-platform-node i {
  --sprite-width: 58;
  --sprite-height: 58;
  width: 58px;
  height: 58px;
}
.node-temu {
  left: 1%;
  top: 6%;
}
.node-shopify {
  left: 18%;
  top: 0%;
}
.node-shoplazza {
  left: 33%;
  top: 4%;
}
.node-wed2c {
  right: 33%;
  top: 4%;
}
.node-tiktok {
  right: 18%;
  top: 0%;
}
.node-etsy {
  right: 1%;
  top: 8%;
}
.node-woo {
  left: 8%;
  top: 39%;
}
.node-lazada {
  right: 8%;
  top: 39%;
}
.node-aliexpress {
  left: 4%;
  bottom: 2%;
}
.node-ebay {
  left: 22%;
  bottom: 0%;
}
.node-nuvemshop {
  left: 43%;
  bottom: -1%;
  transform: translateX(-50%);
}
.node-mercado {
  right: 22%;
  bottom: 0%;
}
.node-shopee {
  right: 4%;
  bottom: 2%;
}
.cj-pod-pulse-dot {
  position: absolute;
  z-index: 5;
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cj-pod-pulse-dot i {
  --sprite-width: 56;
  --sprite-height: 56;
  width: 56px;
  height: 56px;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.3));
}
.cj-pod-pulse-dot:hover {
  transform: translateY(-5px) scale(1.06);
}
.dot-1 {
  left: 29%;
  top: 19%;
}
.dot-2 {
  left: 24%;
  top: 44%;
  animation-delay: 0.2s;
}
.dot-3 {
  left: 33%;
  top: 72%;
  animation-delay: 0.4s;
}
.dot-4 {
  right: 30%;
  top: 18%;
  animation-delay: 0.6s;
}
.dot-5 {
  right: 24%;
  top: 44%;
  animation-delay: 0.8s;
}
.dot-6 {
  right: 34%;
  top: 73%;
  animation-delay: 1s;
}
.dot-7 {
  left: 49%;
  top: 19%;
  animation-delay: 1.2s;
}
.dot-8 {
  left: 51%;
  top: 75%;
  animation-delay: 1.4s;
}
.cj-pod-network-note {
  max-width: 760px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.cj-pod-network-note span {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}
@keyframes index__cjLineMoveLogo___1Hr3Z {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -80;
  }
}
@keyframes index__cjHubFloatLogo___1wEMe {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-8px);
  }
}
@keyframes index__cjDotPulseLogo___2xT2h {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.86;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}
@media (max-width: 1100px) {
   {
    /* 第14次补充：网络连线移动端隐藏；pulse-dot（平台图）改为网格单元显示，不再隐藏 */
  }
  .cj-pod-network-map {
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
  .cj-pod-network-lines {
    display: none;
  }
  .cj-pod-center-hub {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: 120px;
    border-radius: 24px;
    /* 第26次补充：移动端 hub 横跨整行并水平居中。
         注意：LESS 会把 `grid-column: 1 / -1` 当作算术(1÷-1=-1)导致 hub 被放进最后一列而偏右，
         故改用分离属性 grid-column-start/end 规避 LESS 除法。 */
    grid-column-start: 1;
    grid-column-end: -1;
    order: -1;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
  }
  .cj-pod-platform-node, .cj-pod-pulse-dot {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100%;
    height: 92px;
  }
}
@media (max-width: 767px) {
  .cj-pod-network-logo-section {
    padding: 56px 16px;
  }
  .cj-pod-network-head {
    margin-bottom: 30px;
  }
  .cj-pod-network-head h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-network-head p {
    font-size: 16px;
  }
  .cj-pod-network-map {
    /* 第27次补充：移动端 pulse-dot 一排 4 个 */
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
  .cj-pod-platform-node, .cj-pod-pulse-dot {
    height: 82px;
    padding: 16px;
    border-radius: 20px;
  }
  .cj-pod-platform-node img, .cj-pod-pulse-dot img {
    max-width: 52px;
    max-height: 52px;
    margin: 0 auto;
  }
  .cj-pod-platform-node i {
    --sprite-width: 52;
    --sprite-height: 52;
    width: 52px;
    height: 52px;
  }
  .cj-pod-center-hub {
    height: 112px;
  }
  .cj-pod-center-hub img {
    width: 82px;
    height: 82px;
  }
  .cj-pod-center-hub i {
    --sprite-width: 82;
    --sprite-height: 82;
    width: 82px;
    height: 82px;
  }
}
@media (max-width: 480px) {
  .cj-pod-network-map {
    /* 第27次补充：移动端 pulse-dot 一排 4 个 */
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-network-lines path, .cj-pod-center-hub, .cj-pod-platform-node, .cj-pod-pulse-dot {
    animation: none;
    transition: none;
  }
}
.cj-pod-global-map-section, .cj-pod-global-map-section * {
  box-sizing: border-box;
}
.cj-pod-global-map-section {
  position: relative;
  overflow: hidden;
  padding: 50px 20px 54px;
  background: #82dff0;
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-global-map-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -190px;
  top: -190px;
  border-radius: 50%;
  background: var(--color-theme-1-opacity10);
  filter: blur(10px);
}
.cj-pod-global-map-section::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -170px;
  bottom: -170px;
  border-radius: 50%;
  background: rgba(6, 100, 242, 0.12);
  filter: blur(10px);
}
.cj-pod-global-map-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}
.cj-pod-global-map-head {
  max-width: 850px;
  margin: 0 auto 28px;
  text-align: center;
}
.cj-pod-global-map-head h2 {
  margin: 0;
  color: #25230b;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -1.3px;
  font-weight: 600;
}
.cj-pod-global-map-head p {
  margin: 14px auto 0;
  color: #25230b;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}
.cj-pod-global-map-layout {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 36px;
  align-items: center;
}
.cj-pod-global-stats {
  display: flex;
  flex-direction: column;
}
.cj-pod-global-stat {
  padding: 20px 0 22px;
  border-top: 2px solid rgba(37, 35, 11, 0.7);
}
.cj-pod-global-stat:last-child {
  border-bottom: 2px solid rgba(37, 35, 11, 0.7);
}
.cj-pod-global-stat strong {
  display: block;
  margin-bottom: 10px;
  color: #25230b;
  font-size: clamp(42px, 4.8vw, 64px);
  line-height: 0.95;
  letter-spacing: -2px;
  font-weight: 600;
}
.cj-pod-global-stat span {
  display: block;
  max-width: 160px;
  color: #25230b;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}
.cj-pod-global-map-visual {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cj-pod-global-map-visual img {
  width: 100%;
  max-width: 940px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(17, 24, 39, 0.08));
}
@media (max-width: 1024px) {
  .cj-pod-global-map-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cj-pod-global-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .cj-pod-global-stat {
    padding: 18px;
    border: 2px solid rgba(37, 35, 11, 0.7);
    border-radius: 20px;
    text-align: center;
  }
  .cj-pod-global-stat span {
    max-width: none;
    margin: 0 auto;
  }
  .cj-pod-global-map-visual {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .cj-pod-global-map-section {
    padding: 46px 16px;
  }
  .cj-pod-global-map-head {
    margin-bottom: 24px;
  }
  .cj-pod-global-map-head h2 {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .cj-pod-global-map-head p {
    font-size: 15.5px;
  }
  .cj-pod-global-stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cj-pod-global-stat strong {
    font-size: 44px;
  }
  .cj-pod-global-stat span {
    font-size: 15.5px;
  }
  .cj-pod-global-map-visual img {
    width: 118%;
    max-width: none;
  }
}
.cj-pod-audience-section, .cj-pod-audience-section * {
  box-sizing: border-box;
}
.cj-pod-audience-section {
  position: relative;
  overflow: hidden;
  padding: 78px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 46%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-audience-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}
.cj-pod-audience-head {
  max-width: 880px;
  margin: 0 auto 46px;
  text-align: center;
}
.cj-pod-audience-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--color-theme-1-opacity10);
  border: 1px solid var(--color-theme-1-opacity20);
  color: var(--color-theme-1);
  font-size: 14px;
  font-weight: 600;
}
.cj-pod-audience-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-theme-1);
  box-shadow: 0 0 0 6px var(--color-theme-1-opacity10);
}
.cj-pod-audience-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 600;
}
.cj-pod-audience-head p {
  max-width: 780px;
  margin: 18px auto 0;
  color: #5b6472;
  font-size: 17px;
  line-height: 1.7;
}
.cj-pod-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.cj-pod-audience-card {
  position: relative;
  min-height: 390px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid var(--color-theme-1-opacity10);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
  overflow: hidden;
  transition: all 0.3s ease;
}
.cj-pod-audience-card:hover {
  transform: translateY(-7px);
  border-color: var(--color-theme-1-opacity50);
  box-shadow: 0 26px 58px var(--color-theme-1-opacity10);
}
.cj-pod-audience-img {
  position: relative;
  height: 178px;
  overflow: hidden;
  background: #fff8f2;
}
.cj-pod-audience-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) 45%, rgba(17, 24, 39, 0.18) 100%);
  pointer-events: none;
}
.cj-pod-audience-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.cj-pod-audience-card:hover .cj-pod-audience-img img {
  transform: scale(1.06);
}
.cj-pod-audience-body {
  position: relative;
  padding: 22px;
}
.cj-pod-audience-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 15px;
  background: var(--color-theme-1-opacity10);
  color: var(--color-theme-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}
.cj-pod-audience-icon.blue {
  background: rgba(6, 100, 242, 0.1);
  color: #0664f2;
}
.cj-pod-audience-content h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -0.4px;
  font-weight: 600;
}
.cj-pod-audience-content p {
  margin: 0;
  color: #5b6472;
  font-size: 14.6px;
  line-height: 1.62;
}
.cj-pod-audience-feature {
  grid-column: span 3;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: radial-gradient(circle at 90% 18%, rgba(6, 100, 242, 0.26), transparent 32%), linear-gradient(135deg, var(--color-theme-1) 0%, #ff9430 45%, #0664f2 100%);
  box-shadow: 0 26px 58px var(--color-theme-1-opacity20);
}
.cj-pod-audience-feature::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  left: -90px;
  bottom: -120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
}
.cj-pod-audience-feature-inner {
  position: relative;
  z-index: 2;
  padding: 36px 40px;
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 28px;
  align-items: center;
}
.cj-pod-feature-left span {
  display: inline-flex;
  width: fit-content;
  padding: 10px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.cj-pod-feature-left h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.8px;
  font-weight: 600;
}
.cj-pod-feature-right p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15.8px;
  line-height: 1.7;
}
.cj-pod-audience-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 20px;
  padding: 0 24px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-theme-1);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.28s ease;
}
.cj-pod-audience-btn:hover {
  transform: translateY(-4px);
  color: #ffffff;
  background: var(--color-theme-1-1);
}
.cj-pod-audience-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.cj-pod-audience-bg-1 {
  width: 360px;
  height: 360px;
  right: -140px;
  top: -120px;
  background: var(--color-theme-1-opacity10);
  filter: blur(10px);
}
.cj-pod-audience-bg-2 {
  width: 300px;
  height: 300px;
  left: -130px;
  bottom: -130px;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
@media (max-width: 1024px) {
  .cj-pod-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cj-pod-audience-feature {
    grid-column: span 2;
  }
  .cj-pod-audience-feature-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .cj-pod-audience-section {
    padding: 58px 16px;
  }
  .cj-pod-audience-head {
    margin-bottom: 34px;
  }
  .cj-pod-audience-head h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-audience-head p {
    font-size: 16px;
  }
  .cj-pod-audience-grid {
    grid-template-columns: 1fr;
  }
  .cj-pod-audience-feature {
    grid-column: span 1;
  }
  .cj-pod-audience-card {
    min-height: auto;
    border-radius: 24px;
  }
  .cj-pod-audience-img {
    height: 210px;
  }
  .cj-pod-audience-body {
    padding: 20px;
  }
  .cj-pod-audience-feature-inner {
    padding: 28px 24px;
  }
  .cj-pod-audience-content h3 {
    font-size: 21px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-audience-card, .cj-pod-audience-img img, .cj-pod-audience-btn {
    transition: none;
  }
}
.cj-pod-testimonials-section, .cj-pod-testimonials-section * {
  box-sizing: border-box;
}
.cj-pod-testimonials-section {
  position: relative;
  overflow: hidden;
  padding: 76px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 48%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-testimonials-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}
.cj-pod-testimonials-head {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}
.cj-pod-testimonials-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--color-theme-1-opacity10);
  border: 1px solid var(--color-theme-1-opacity20);
  color: var(--color-theme-1);
  font-size: 14px;
  font-weight: 600;
}
.cj-pod-testimonials-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-theme-1);
  box-shadow: 0 0 0 6px var(--color-theme-1-opacity10);
}
.cj-pod-testimonials-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 600;
}
.cj-pod-testimonials-head p {
  max-width: 760px;
  margin: 18px auto 0;
  color: #5b6472;
  font-size: 17px;
  line-height: 1.7;
}
.cj-pod-testimonials-marquee {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
}
.cj-pod-testimonials-marquee::before, .cj-pod-testimonials-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
.cj-pod-testimonials-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #fff8f2 0%, rgba(255, 248, 242, 0) 100%);
}
.cj-pod-testimonials-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #f5f9ff 0%, rgba(245, 249, 255, 0) 100%);
}
.cj-pod-testimonials-row {
  overflow: hidden;
  width: 100%;
}
.cj-pod-testimonials-track {
  display: flex;
  gap: 18px;
  width: max-content;
}
.cj-pod-testimonials-row:hover .cj-pod-testimonials-track {
  animation-play-state: paused;
}
.cj-pod-review-card {
  flex: 0 0 360px;
  min-height: 230px;
  padding: 22px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid var(--color-theme-1-opacity10);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
  transition: all 0.28s ease;
}
.cj-pod-review-card:hover {
  border-color: var(--color-theme-1-opacity50);
  box-shadow: 0 24px 54px var(--color-theme-1-opacity10);
}
.cj-pod-review-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.cj-pod-review-top img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--color-theme-1-opacity20);
}
.cj-pod-review-top .cj-pod-review-avatar {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  margin: 0;
  border-radius: 50%;
  background: var(--color-theme-1);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--color-theme-1-opacity20);
}
.cj-pod-review-top strong {
  display: block;
  color: #111827;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 600;
}
.cj-pod-review-top span {
  display: block;
  margin-top: 3px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}
.cj-pod-review-stars {
  margin-bottom: 12px;
  color: var(--color-theme-1);
  font-size: 15px;
  letter-spacing: 1px;
}
.cj-pod-review-card p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.62;
}
.cj-pod-testimonials-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.cj-test-bg-1 {
  width: 360px;
  height: 360px;
  right: -150px;
  top: -150px;
  background: var(--color-theme-1-opacity10);
  filter: blur(10px);
}
.cj-test-bg-2 {
  width: 300px;
  height: 300px;
  left: -140px;
  bottom: -140px;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
@media (max-width: 767px) {
  .cj-pod-testimonials-section {
    padding: 58px 16px;
  }
  .cj-pod-testimonials-head {
    margin-bottom: 32px;
  }
  .cj-pod-testimonials-head h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-testimonials-head p {
    font-size: 16px;
  }
  .cj-pod-review-card {
    flex-basis: 300px;
    min-height: 240px;
    padding: 20px;
    border-radius: 22px;
  }
  .cj-pod-testimonials-marquee::before, .cj-pod-testimonials-marquee::after {
    width: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-testimonials-track {
    animation: none !important;
  }
  .cj-pod-review-card {
    transition: none;
  }
}
.cj-pod-faq-split-section, .cj-pod-faq-split-section * {
  box-sizing: border-box;
}
.cj-pod-faq-split-section {
  position: relative;
  overflow: hidden;
  padding: 58px 20px;
  background: radial-gradient(circle at 12% 18%, var(--color-theme-1-opacity10), transparent 28%), radial-gradient(circle at 88% 22%, rgba(6, 100, 242, 0.1), transparent 30%), linear-gradient(135deg, #ffffff 0%, #fff8f2 48%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-faq-split-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
  align-items: center;
}
.cj-pod-faq-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--color-theme-1-opacity10);
  border: 1px solid var(--color-theme-1-opacity20);
  color: var(--color-theme-1);
  font-size: 14px;
  font-weight: 600;
}
.cj-pod-faq-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-theme-1);
  box-shadow: 0 0 0 6px var(--color-theme-1-opacity10);
}
.cj-pod-faq-split-left h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -1.3px;
  font-weight: 600;
}
.cj-pod-faq-split-left p {
  margin: 18px 0 0;
  max-width: 520px;
  color: #5b6472;
  font-size: 16.5px;
  line-height: 1.7;
}
.cj-pod-faq-info-card {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--color-theme-1-opacity10);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}
.cj-pod-faq-info-card strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
}
.cj-pod-faq-info-card span {
  display: block;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.55;
}
.cj-pod-faq-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 20px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--color-theme-1);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.28s ease;
}
.cj-pod-faq-cta-btn:hover {
  transform: translateY(-4px);
  color: #ffffff;
  background: var(--color-theme-1-1);
}
.cj-pod-faq-split-right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--color-theme-1-opacity20);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(12px);
}
.cj-pod-faq-item {
  align-self: start;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--color-theme-1-opacity10);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.04);
  overflow: hidden;
  transition: all 0.24s ease;
}
.cj-pod-faq-item:hover {
  transform: translateY(-3px);
  border-color: var(--color-theme-1-opacity20);
  box-shadow: 0 16px 32px var(--color-theme-1-opacity10);
}
.cj-pod-faq-question {
  width: 100%;
  min-height: 64px;
  padding: 15px 16px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}
.cj-pod-faq-question span {
  color: #111827;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}
.cj-pod-faq-question em {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color-theme-1-opacity10);
  color: var(--color-theme-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
  transition: all 0.24s ease;
}
.cj-pod-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}
.cj-pod-faq-answer p {
  margin: 0;
  padding: 0 16px 16px;
  color: #5b6472;
  font-size: 13.8px;
  line-height: 1.58;
}
.cj-pod-faq-item.active {
  /* 第1次提交第8次补充修复：移除原跨行声明（曾致 2 列网格 masonry 重排、视觉顺序≠DOM顺序、点击错位展开相邻项）；active 项现在本格原位展开，点击即展开对应项 */
  border-color: var(--color-theme-1-opacity50);
  box-shadow: 0 18px 38px var(--color-theme-1-opacity10);
}
.cj-pod-faq-item.active .cj-pod-faq-answer {
  max-height: 180px;
}
.cj-pod-faq-item.active .cj-pod-faq-question em {
  transform: rotate(45deg);
  background: var(--color-theme-1);
  color: #ffffff;
}
.cj-pod-faq-split-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.faq-bg-1 {
  width: 340px;
  height: 340px;
  right: -150px;
  top: -150px;
  background: var(--color-theme-1-opacity10);
  filter: blur(10px);
}
.faq-bg-2 {
  width: 280px;
  height: 280px;
  left: -130px;
  bottom: -130px;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
@media (max-width: 1100px) {
  .cj-pod-faq-split-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cj-pod-faq-split-left {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
  }
  .cj-pod-faq-split-left p {
    margin-left: auto;
    margin-right: auto;
  }
  .cj-pod-faq-info-card {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cj-pod-faq-split-section {
    padding: 48px 16px;
  }
  .cj-pod-faq-split-left h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-faq-split-left p {
    font-size: 16px;
  }
  .cj-pod-faq-split-right {
    grid-template-columns: 1fr;
    padding: 14px;
    border-radius: 26px;
  }
  .cj-pod-faq-question {
    min-height: 58px;
  }
  .cj-pod-faq-question span {
    font-size: 14.5px;
  }
  .cj-pod-faq-item.active {
    grid-row: auto;
  }
  .cj-pod-faq-cta-btn {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-faq-item, .cj-pod-faq-answer, .cj-pod-faq-question em, .cj-pod-faq-cta-btn {
    transition: none;
  }
}
.cj-pod-final-cta-full, .cj-pod-final-cta-full * {
  box-sizing: border-box;
}
.cj-pod-final-cta-full {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 330px;
  padding: 22px 20px;
  /* 背景图迁移至 OSS，由 index.jsx FinalCta 内联 style 设置（运行时拼 ossHost）；此处仅留兜底底色 */
  background-color: #1a1a1a;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cj-pod-final-cta-full::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 22%, var(--color-theme-1-opacity20), transparent 30%), radial-gradient(circle at 82% 35%, rgba(6, 100, 242, 0.3), transparent 34%);
  z-index: 1;
  pointer-events: none;
}
.cj-pod-final-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.78) 0%, rgba(17, 24, 39, 0.56) 48%, rgba(17, 24, 39, 0.72) 100%);
  z-index: 1;
}
.cj-pod-final-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.cj-pod-final-cta-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 13px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--color-theme-1-opacity20);
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}
.cj-pod-final-cta-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-theme-1);
  box-shadow: 0 0 0 5px var(--color-theme-1-opacity20);
}
.cj-pod-final-cta-inner h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -1px;
  font-weight: 600;
}
.cj-pod-final-cta-inner p {
  max-width: 820px;
  margin: 12px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14.5px;
  line-height: 1.55;
}
.cj-pod-final-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}
.cj-pod-final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.28s ease;
}
.cj-pod-final-btn-primary {
  background: var(--color-theme-1);
  color: #ffffff;
}
.cj-pod-final-btn-primary:hover {
  transform: translateY(-3px);
  background: var(--color-theme-1-1);
  color: #ffffff;
}
.cj-pod-final-btn-secondary {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.46);
  backdrop-filter: blur(10px);
}
.cj-pod-final-btn-secondary:hover {
  transform: translateY(-3px);
  background: var(--color-theme-1);
  color: #ffffff;
  border-color: var(--color-theme-1);
}
@media (max-width: 767px) {
  .cj-pod-final-cta-full {
    height: auto;
    min-height: 350px;
    padding: 42px 16px;
  }
  .cj-pod-final-cta-inner h2 {
    font-size: 30px;
    letter-spacing: -0.7px;
  }
  .cj-pod-final-cta-inner p {
    font-size: 14.5px;
  }
  .cj-pod-final-cta-buttons {
    flex-direction: column;
    margin-top: 18px;
  }
  .cj-pod-final-btn {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-final-btn {
    transition: none;
  }
}
@media (max-width: 767px) {
  .cj-pod-hero-creative {
    padding: 38px 14px 44px;
  }
  .cj-pod-hero-wrap {
    gap: 24px;
  }
  .cj-pod-label {
    padding: 7px 13px;
    margin-bottom: 14px;
    font-size: 12.5px;
  }
  .cj-pod-label span {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 5px var(--color-theme-1-opacity10);
  }
  .cj-pod-hero-content h1 {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.12;
    letter-spacing: -0.7px;
  }
  .cj-pod-hero-content p {
    max-width: 420px;
    margin-top: 14px;
    font-size: 14.5px;
    line-height: 1.55;
  }
  .cj-pod-points {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 8px;
    width: calc(100% + 28px);
    margin: 18px -14px 0;
    padding: 0 14px 4px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .cj-pod-points::-webkit-scrollbar {
    display: none;
  }
  .cj-pod-points span {
    flex: 0 0 auto;
    padding: 8px 11px;
    font-size: 12.5px;
    scroll-snap-align: start;
  }
  .cj-pod-actions {
    gap: 10px;
    margin-top: 22px;
  }
  .cj-pod-btn {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 12px;
    font-size: 14px;
  }
  .cj-pod-review-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
    padding: 12px;
    border-radius: 16px;
  }
  .cj-pod-review-divider {
    display: none;
  }
  .cj-pod-review-title {
    font-size: 12.5px;
  }
  .cj-pod-review-main {
    gap: 6px;
    margin-bottom: 4px;
  }
  .cj-pod-review-main strong {
    font-size: 19px;
  }
  .cj-pod-review-item p {
    font-size: 11.5px;
  }
  .cj-pod-trust-stars span {
    width: 15px;
    height: 15px;
    font-size: 9.5px;
  }
  .cj-pod-shopify-stars {
    font-size: 14px;
  }
  .cj-pod-showcase {
    width: 100%;
    max-width: 430px;
    padding: 10px;
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.1);
  }
  .cj-pod-showcase-frame {
    border-radius: 20px;
  }
  .cj-pod-case-media {
    height: clamp(178px, 52vw, 220px);
  }
  .cj-pod-case-tag {
    top: 12px;
    left: 12px;
    padding: 6px 10px;
    font-size: 10.5px;
  }
  .cj-pod-case-content {
    padding: 13px;
  }
  .cj-pod-case-content > span {
    margin-bottom: 5px;
    font-size: 10.5px;
  }
  .cj-pod-case-content h4 {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.2;
  }
  .cj-pod-case-content p {
    font-size: 12.5px;
    line-height: 1.45;
  }
  .cj-pod-case-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 11px;
  }
  .cj-pod-case-meta div {
    padding: 8px 9px;
    border-radius: 12px;
  }
  .cj-pod-case-meta strong {
    font-size: 12px;
  }
  .cj-pod-case-meta small {
    font-size: 10.5px;
  }
  .cj-pod-thumb-row {
    display: flex;
    grid-template-columns: none;
    gap: 8px;
    width: calc(100% + 20px);
    margin: 10px -10px 0;
    padding: 0 10px 4px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .cj-pod-thumb-row::-webkit-scrollbar {
    display: none;
  }
  .cj-pod-thumb {
    flex: 0 0 82px;
    padding: 5px;
    border-radius: 14px;
    scroll-snap-align: start;
  }
  .cj-pod-thumb img {
    height: 40px;
    border-radius: 10px;
    margin-bottom: 5px;
  }
  .cj-pod-thumb span {
    font-size: 10.5px;
  }
  .cj-pod-showcase-footer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 8px;
  }
  .cj-pod-showcase-footer div {
    padding: 8px 6px;
    border-radius: 13px;
    text-align: center;
  }
  .cj-pod-showcase-footer strong {
    margin-bottom: 3px;
    font-size: 11.5px;
  }
  .cj-pod-showcase-footer span {
    font-size: 10px;
    line-height: 1.2;
  }
}
@media (max-width: 380px) {
  .cj-pod-hero-creative {
    padding: 34px 12px 40px;
  }
  .cj-pod-hero-content h1 {
    font-size: 27px;
  }
  .cj-pod-review-box {
    grid-template-columns: 1fr;
  }
  .cj-pod-case-media {
    height: 170px;
  }
  .cj-pod-case-meta {
    grid-template-columns: 1fr;
  }
  .cj-pod-showcase-footer span {
    display: none;
  }
}
@media (max-width: 767px) {
  .cj-pod-hero-creative {
    width: 100%;
    max-width: 100%;
    padding: 36px 12px 42px;
    overflow: hidden;
  }
  .cj-pod-hero-wrap, .cj-pod-hero-content, .cj-pod-hero-visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .cj-pod-hero-wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .cj-pod-hero-content {
    text-align: center;
  }
  .cj-pod-label {
    max-width: 100%;
    white-space: normal;
  }
  .cj-pod-hero-content h1 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(26px, 7.2vw, 31px);
    line-height: 1.15;
    letter-spacing: -0.5px;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .cj-pod-hero-content p {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14.5px;
    line-height: 1.58;
    overflow-wrap: normal;
    word-break: normal;
  }
  .cj-pod-points {
    width: 100%;
    max-width: 100%;
    margin: 18px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    overflow: visible;
    scroll-snap-type: none;
  }
  .cj-pod-points span {
    flex: 0 1 auto;
    max-width: 100%;
    min-width: 0;
    padding: 8px 10px;
    font-size: 12.2px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }
  .cj-pod-actions {
    width: 100%;
    max-width: 100%;
    margin-top: 22px;
  }
  .cj-pod-btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .cj-pod-review-box {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
  }
  .cj-pod-review-item, .cj-pod-review-main, .cj-pod-trust-stars, .cj-pod-shopify-stars {
    min-width: 0;
  }
  .cj-pod-review-main {
    flex-wrap: wrap;
  }
  .cj-pod-review-item p {
    overflow-wrap: normal;
  }
  .cj-pod-showcase {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .cj-pod-showcase-frame, .cj-pod-showcase-track, .cj-pod-case-slide, .cj-pod-case-media, .cj-pod-case-content {
    max-width: 100%;
    min-width: 0;
  }
  .cj-pod-case-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
  }
  .cj-pod-case-media {
    height: clamp(180px, 49vw, 215px);
  }
  .cj-pod-case-content h4, .cj-pod-case-content p, .cj-pod-case-content small, .cj-pod-case-content strong {
    overflow-wrap: normal;
    word-break: normal;
  }
  .cj-pod-case-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cj-pod-thumb-row {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0;
    padding: 0 0 4px;
    overflow-x: auto;
  }
  .cj-pod-thumb {
    flex: 0 0 78px;
    min-width: 0;
  }
  .cj-pod-showcase-footer {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cj-pod-showcase-footer div {
    min-width: 0;
  }
}
@media (max-width: 420px) {
  .cj-pod-hero-creative {
    padding-left: 12px;
    padding-right: 12px;
  }
  .cj-pod-hero-content h1 {
    font-size: clamp(25px, 7vw, 29px);
    letter-spacing: -0.35px;
  }
  .cj-pod-hero-content p {
    font-size: 14px;
  }
  .cj-pod-showcase {
    padding: 9px;
    border-radius: 22px;
  }
  .cj-pod-case-media {
    height: 178px;
  }
  .cj-pod-case-content h4 {
    font-size: 17px;
  }
  .cj-pod-case-content p {
    font-size: 12.2px;
  }
  .cj-pod-thumb {
    flex-basis: 74px;
  }
}
@media (max-width: 360px) {
  .cj-pod-hero-content h1 {
    font-size: 25px;
  }
  .cj-pod-review-box {
    grid-template-columns: 1fr;
  }
  .cj-pod-case-meta {
    grid-template-columns: 1fr;
  }
  .cj-pod-showcase-footer span {
    display: none;
  }
}
/**
 * 第1次提交第13次补充修复：评价跑马灯不滚动。
 * 根因：整文件包在 :global{} 内，css-loader 仍把 @keyframes 名哈希为 index__xxx___hash，
 * 但 :global 内的 animation 引用保持全局名 cjTestimonialMove* → 名称失配，动画空跑不位移。
 * 修复：将 @keyframes 与 animation 规则放到 :global{} 块之外（顶层），css-loader 会对二者一致本地化（同名同哈希）从而匹配；
 * 选择器用 :global() 包裹以保持 .row-left/.cj-pod-testimonials-track 字面量类名不被哈希。
 */
@keyframes index__cjTestimonialMoveLeft___1Jmfn {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes index__cjTestimonialMoveRight___1XPPT {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.row-left .cj-pod-testimonials-track {
  animation: index__cjTestimonialMoveLeft___1Jmfn 42s linear infinite;
}
.row-right .cj-pod-testimonials-track {
  animation: index__cjTestimonialMoveRight___1XPPT 46s linear infinite;
}

