/* /cpjs 产品介绍页：对标 ayxt 节奏 + 智慧门店 PPT 文案 */
html,
body,
#mainContentWrapper {
  max-width: 100%;
  overflow-x: hidden;
}

#mainContentWrapper,
#mainContentWrapper > div,
.tf-product-shell {
  min-width: 0 !important;
}

.tf-product-shell,
.tf-product-shell #smv_Main.smvContainer {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 400px !important;
  margin: 0 !important;
}

.tf-product-wrap {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  height: auto !important;
  overflow: clip;
  font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans SC", "Source Han Sans", sans-serif;
  color: var(--tf-text, #3d2e28);
  line-height: 1.75;
  background: #fffef9;
}

.tf-product-wrap *,
.tf-product-wrap *::before,
.tf-product-wrap *::after {
  box-sizing: border-box;
}

.tf-p-inner {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
}

.tf-product-wrap h1,
.tf-product-wrap h2,
.tf-product-wrap h3,
.tf-product-wrap p,
.tf-product-wrap ul,
.tf-product-wrap ol {
  margin: 0;
  padding: 0;
}

.tf-product-wrap a,
.tf-product-wrap button {
  -webkit-tap-highlight-color: transparent;
}

.tf-product-wrap a:focus-visible,
.tf-product-wrap button:focus-visible {
  outline: 3px solid rgba(224, 90, 74, 0.42);
  outline-offset: 3px;
}

/* ---------- Reveal + stagger ---------- */
.tf-product-wrap.is-enhanced .tf-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--d, 0ms);
}

.tf-product-wrap.is-enhanced .tf-reveal-left {
  transform: translateX(-28px);
}

.tf-product-wrap.is-enhanced .tf-reveal-right {
  transform: translateX(28px);
}

.tf-product-wrap.is-enhanced .tf-reveal-scale {
  transform: translateY(16px) scale(0.94);
}

.tf-product-wrap.is-enhanced .tf-reveal.is-visible,
.tf-product-wrap:not(.is-enhanced) .tf-reveal {
  opacity: 1;
  transform: none;
}

.tf-product-wrap.is-enhanced .tf-stagger > .tf-reveal:nth-child(1) { --d: 0ms; }
.tf-product-wrap.is-enhanced .tf-stagger > .tf-reveal:nth-child(2) { --d: 70ms; }
.tf-product-wrap.is-enhanced .tf-stagger > .tf-reveal:nth-child(3) { --d: 140ms; }
.tf-product-wrap.is-enhanced .tf-stagger > .tf-reveal:nth-child(4) { --d: 210ms; }
.tf-product-wrap.is-enhanced .tf-stagger > .tf-reveal:nth-child(5) { --d: 280ms; }
.tf-product-wrap.is-enhanced .tf-stagger > .tf-reveal:nth-child(6) { --d: 350ms; }
.tf-product-wrap.is-enhanced .tf-stagger > .tf-reveal:nth-child(7) { --d: 420ms; }
.tf-product-wrap.is-enhanced .tf-stagger > .tf-reveal:nth-child(8) { --d: 490ms; }
.tf-product-wrap.is-enhanced .tf-stagger > .tf-reveal:nth-child(9) { --d: 560ms; }
.tf-product-wrap.is-enhanced .tf-stagger > .tf-reveal:nth-child(10) { --d: 630ms; }

/* parent is-visible can also stagger non-reveal children */
.tf-product-wrap.is-enhanced .tf-stagger > *:nth-child(1) { transition-delay: 0ms; }
.tf-product-wrap.is-enhanced .is-visible.tf-stagger > *:nth-child(2),
.tf-product-wrap.is-enhanced .is-on .tf-stagger > *:nth-child(2) { transition-delay: 70ms; }
.tf-product-wrap.is-enhanced .is-visible.tf-stagger > *:nth-child(3),
.tf-product-wrap.is-enhanced .is-on .tf-stagger > *:nth-child(3) { transition-delay: 140ms; }
.tf-product-wrap.is-enhanced .is-visible.tf-stagger > *:nth-child(4),
.tf-product-wrap.is-enhanced .is-on .tf-stagger > *:nth-child(4) { transition-delay: 210ms; }

@media (prefers-reduced-motion: reduce) {
  .tf-product-wrap.is-enhanced .tf-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .tf-cpjs-banner-bg,
  .tf-cpjs-ai-orbit,
  .tf-cpjs-live-dot::before {
    animation: none !important;
  }

  .tf-cpjs-bars i,
  .tf-cpjs-panel-bars i {
    transform: none !important;
  }
}

/* ---------- Shared section ---------- */
.tf-cpjs-section {
  padding: 88px 0;
  background: #fffef9;
}

.tf-cpjs-band {
  background: linear-gradient(180deg, #fbf6e9 0%, #f8efe0 100%);
}

.tf-cpjs-head {
  text-align: center;
  margin-bottom: 40px;
}

.tf-cpjs-en {
  color: var(--tf-primary-dark, #d4a017);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.tf-cpjs-head h2 {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  color: #3d2e28;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.tf-cpjs-head-desc {
  max-width: 820px;
  margin: 18px auto 0;
  color: #6b5a4e;
  font-size: 18px;
  line-height: 1.8;
}

.tf-cpjs-kicker {
  color: var(--tf-primary-dark, #d4a017);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.tf-cpjs-num {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--tf-primary-dark, #d4a017);
  margin-bottom: 10px;
}

.tf-cpjs-insight {
  margin-top: 36px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 24px;
  border-radius: 12px;
  background: rgba(232, 184, 48, 0.12);
  border: 1px solid rgba(212, 160, 23, 0.22);
  color: #5a4a3e;
  font-size: 17px;
  line-height: 1.75;
}

/* ---------- Banner ---------- */
.tf-cpjs-banner {
  position: relative;
  width: 100%;
  min-height: 560px;
  height: clamp(460px, 46vw, 620px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tf-cpjs-banner-bg {
  position: absolute;
  inset: -4%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: tf-kenburns 16s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes tf-kenburns {
  0% { transform: scale(1); }
  100% { transform: scale(1.08); }
}

.tf-cpjs-banner-mask {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(45, 32, 24, 0.32) 0%, rgba(45, 32, 24, 0.52) 48%, rgba(45, 32, 24, 0.68) 100%),
    radial-gradient(ellipse 70% 55% at 50% 55%, rgba(0, 0, 0, 0.2) 0%, transparent 70%);
}

.tf-cpjs-banner-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 24px 48px;
  max-width: 920px;
}

.tf-cpjs-banner h1 {
  color: #fff;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.tf-cpjs-banner-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 22px 0 16px;
}

.tf-cpjs-banner-lines i {
  display: block;
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.75), transparent);
}

.tf-cpjs-banner-lines span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f5d76e;
  box-shadow: 0 0 0 4px rgba(245, 215, 110, 0.22);
}

.tf-cpjs-banner-sub {
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

.tf-cpjs-banner-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.tf-cpjs-banner-chips li {
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  backdrop-filter: blur(6px);
}

.tf-cpjs-banner-cta {
  margin-top: 28px;
  justify-content: center;
}

.tf-p-btn-ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.tf-p-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  transform: translateY(-1px);
}

/* ---------- Intro ---------- */
.tf-cpjs-lead {
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: center;
  color: #6b5a4e;
  font-size: 18px;
  line-height: 1.9;
}

.tf-cpjs-overview {
  max-width: 1080px;
  margin: 0 auto;
}

.tf-cpjs-overview-window {
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(160deg, #fffef9 0%, #fbf3e3 100%);
  border: 1px solid #eadbc9;
  box-shadow:
    0 24px 60px rgba(61, 46, 40, 0.1),
    0 2px 0 rgba(255, 255, 255, 0.8) inset;
}

.tf-cpjs-overview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 22px;
  background: linear-gradient(90deg, #3d2e28 0%, #5a4338 100%);
  color: #f8e9c8;
  font-size: 15px;
}

.tf-cpjs-overview-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.tf-cpjs-overview-brand img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.tf-cpjs-overview-top > span {
  opacity: 0.72;
  font-size: 14px;
}

.tf-cpjs-overview-body {
  padding: 28px;
}

.tf-cpjs-overview-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.tf-cpjs-overview-kpis > div {
  padding: 18px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #f0e0b8;
  box-shadow: 0 8px 20px rgba(212, 160, 23, 0.08);
}

.tf-cpjs-overview-kpis small {
  display: block;
  color: #9a8574;
  font-size: 14px;
  margin-bottom: 6px;
}

.tf-cpjs-overview-kpis strong {
  display: block;
  font-size: 20px;
  color: #3d2e28;
  margin-bottom: 4px;
}

.tf-cpjs-overview-kpis span {
  color: #6b5a4e;
  font-size: 14px;
}

.tf-cpjs-overview-chart {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.tf-cpjs-bars,
.tf-cpjs-panel-bars {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  min-height: 160px;
  padding: 20px 18px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #f0e0b8;
}

.tf-cpjs-bars i,
.tf-cpjs-panel-bars i {
  flex: 1;
  height: var(--h, 50%);
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, #e8b830 0%, #f5d76e 55%, #f8e9c8 100%);
  opacity: 0.9;
  transform: scaleY(0.08);
  transform-origin: bottom center;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.tf-cpjs-bars i:nth-child(1),
.tf-cpjs-panel-bars i:nth-child(1) { transition-delay: 0.05s; }
.tf-cpjs-bars i:nth-child(2),
.tf-cpjs-panel-bars i:nth-child(2) { transition-delay: 0.1s; }
.tf-cpjs-bars i:nth-child(3),
.tf-cpjs-panel-bars i:nth-child(3) { transition-delay: 0.15s; }
.tf-cpjs-bars i:nth-child(4),
.tf-cpjs-panel-bars i:nth-child(4) { transition-delay: 0.2s; }
.tf-cpjs-bars i:nth-child(5),
.tf-cpjs-panel-bars i:nth-child(5) { transition-delay: 0.25s; }
.tf-cpjs-bars i:nth-child(6),
.tf-cpjs-panel-bars i:nth-child(6) { transition-delay: 0.3s; }
.tf-cpjs-bars i:nth-child(7),
.tf-cpjs-panel-bars i:nth-child(7) { transition-delay: 0.35s; }
.tf-cpjs-bars i:nth-child(8),
.tf-cpjs-panel-bars i:nth-child(8) { transition-delay: 0.4s; }

.is-on .tf-cpjs-bars i,
.is-on .tf-cpjs-panel-bars i,
.is-visible .tf-cpjs-bars i,
.is-visible .tf-cpjs-panel-bars i {
  transform: scaleY(1);
}

.tf-cpjs-live-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.tf-cpjs-live-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4caf50;
  box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.45);
  animation: tf-live-pulse 1.8s ease-out infinite;
}

@keyframes tf-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.5); }
  70% { box-shadow: 0 0 0 8px rgba(76, 175, 80, 0); }
  100% { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0); }
}

.tf-cpjs-todo-list li {
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.is-on .tf-cpjs-todo-list li,
.is-visible .tf-cpjs-todo-list li {
  opacity: 1;
  transform: none;
}

.is-on .tf-cpjs-todo-list li:nth-child(1),
.is-visible .tf-cpjs-todo-list li:nth-child(1) { transition-delay: 0.15s; }
.is-on .tf-cpjs-todo-list li:nth-child(2),
.is-visible .tf-cpjs-todo-list li:nth-child(2) { transition-delay: 0.3s; }
.is-on .tf-cpjs-todo-list li:nth-child(3),
.is-visible .tf-cpjs-todo-list li:nth-child(3) { transition-delay: 0.45s; }

/* ---------- Metrics trust bar ---------- */
.tf-cpjs-metrics {
  padding: 0;
  background: linear-gradient(120deg, #3d2e28 0%, #5a4338 45%, #3d2e28 100%);
  color: #f8e9c8;
  position: relative;
  overflow: hidden;
}

.tf-cpjs-metrics::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 80% at 20% 50%, rgba(232, 184, 48, 0.18), transparent 60%);
  pointer-events: none;
}

.tf-cpjs-metrics-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 48px 0;
}

.tf-cpjs-metrics-grid > div {
  text-align: center;
  padding: 14px 10px;
  border-right: 1px solid rgba(248, 233, 200, 0.12);
}

.tf-cpjs-metrics-grid > div:last-child {
  border-right: none;
}

.tf-cpjs-metrics-grid strong {
  display: block;
  font-size: clamp(40px, 4.8vw, 60px);
  font-weight: 700;
  color: #f5d76e;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  line-height: 1.15;
}

.tf-cpjs-metrics-grid span {
  font-size: clamp(17px, 1.5vw, 20px);
  color: rgba(248, 233, 200, 0.9);
  letter-spacing: 0.04em;
}

/* ---------- Media blocks (图文交替) ---------- */
.tf-cpjs-media-block {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: stretch;
}

.tf-cpjs-media-block.is-reverse {
  grid-template-columns: 1.05fr 1fr;
}

.tf-cpjs-media-block.is-reverse .tf-cpjs-media-copy {
  order: 2;
}

.tf-cpjs-media-block.is-reverse .tf-cpjs-media-frame {
  order: 1;
}

.tf-cpjs-media-copy {
  min-width: 0;
}

.tf-cpjs-lead-inline {
  color: #6b5a4e;
  font-size: 18px;
  line-height: 1.9;
  margin: 0 0 28px;
}

.tf-cpjs-media-title {
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 700;
  color: #3d2e28;
  margin: 0 0 22px;
  line-height: 1.35;
}

.tf-cpjs-media-frame {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #eadbc9;
  background: #fbf6e9;
  box-shadow:
    0 24px 56px rgba(61, 46, 40, 0.12),
    0 2px 0 rgba(255, 255, 255, 0.7) inset;
  min-height: 440px;
}

.tf-cpjs-media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.tf-cpjs-media-block:hover .tf-cpjs-media-frame img {
  transform: scale(1.03);
}

.tf-cpjs-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tf-cpjs-pillars li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fffef9;
  border: 1px solid #eadbc9;
  font-size: 16px;
  font-weight: 600;
  color: #3d2e28;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tf-cpjs-pillars li:hover {
  border-color: #e5c15a;
  box-shadow: 0 10px 24px rgba(212, 160, 23, 0.12);
  transform: translateY(-2px);
}

.tf-cpjs-pillars img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.tf-cpjs-point-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.tf-cpjs-point-list li {
  position: relative;
  padding: 16px 18px 16px 20px;
  border-radius: 12px;
  background: rgba(255, 254, 249, 0.9);
  border: 1px solid #eee4d4;
  border-left: 3px solid #d4a017;
}

.tf-cpjs-point-list strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #3d2e28;
  margin-bottom: 6px;
}

.tf-cpjs-point-list span {
  display: block;
  font-size: 16px;
  color: #6b5a4e;
  line-height: 1.7;
}

.tf-cpjs-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.tf-cpjs-chips span {
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(232, 184, 48, 0.14);
  border: 1px solid rgba(212, 160, 23, 0.28);
  color: #8a6a10;
  font-size: 14px;
  font-weight: 600;
}

.tf-cpjs-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.tf-cpjs-mini-stats > div {
  padding: 14px 12px;
  border-radius: 12px;
  background: #3d2e28;
  color: #f8e9c8;
  text-align: center;
}

.tf-cpjs-mini-stats strong {
  display: block;
  font-size: 15px;
  color: #f5d76e;
  margin-bottom: 4px;
}

.tf-cpjs-mini-stats span {
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.4;
}

/* ---------- Cover cards (上图下文) ---------- */
.tf-cpjs-cover-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.tf-cpjs-cover-card {
  border-radius: 18px;
  overflow: hidden;
  background: #fffef9;
  border: 1px solid #eadbc9;
  box-shadow: 0 14px 36px rgba(61, 46, 40, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tf-cpjs-cover-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(61, 46, 40, 0.12);
}

.tf-cpjs-cover-img {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #f0e6d4;
}

.tf-cpjs-cover-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.tf-cpjs-cover-card:hover .tf-cpjs-cover-img img {
  transform: scale(1.04);
}

.tf-cpjs-cover-img .tf-cpjs-num {
  position: absolute;
  left: 14px;
  top: 14px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(61, 46, 40, 0.72);
  color: #f5d76e;
  backdrop-filter: blur(4px);
}

.tf-cpjs-img-shift {
  object-position: 72% center;
}

.tf-cpjs-cover-body {
  padding: 22px 22px 26px;
}

.tf-cpjs-cover-body h3 {
  font-size: 22px;
  margin: 0 0 10px;
  color: #3d2e28;
}

.tf-cpjs-cover-body p {
  font-size: 16px;
  color: #6b5a4e;
  line-height: 1.8;
  margin: 0;
}

.tf-cpjs-cover-body .tf-cpjs-kicker {
  margin-bottom: 8px;
}

.tf-cpjs-ai-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.tf-cpjs-ai-card .tf-cpjs-cover-img {
  aspect-ratio: 16 / 10;
}

.tf-cpjs-stats-inline {
  margin-top: 24px;
}

.tf-cpjs-stats-inline > div {
  padding: 18px 12px;
}

.tf-cpjs-stats-inline strong {
  font-size: clamp(26px, 2.8vw, 34px);
}

.tf-cpjs-overview-side {
  padding: 18px 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #f0e0b8;
}

.tf-cpjs-overview-side p {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #eadbc9;
}

.tf-cpjs-overview-side b {
  font-size: 17px;
  color: #3d2e28;
}

.tf-cpjs-overview-side span {
  font-size: 14px;
  color: #d4a017;
  font-weight: 600;
}

.tf-cpjs-overview-side ul {
  list-style: none;
}

.tf-cpjs-overview-side li {
  position: relative;
  padding: 8px 0 8px 18px;
  color: #6b5a4e;
  font-size: 16px;
}

.tf-cpjs-overview-side li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e8b830;
}

/* ---------- Pain ---------- */
.tf-cpjs-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.tf-cpjs-pain-grid article {
  padding: 32px 26px 28px;
  border-radius: 16px;
  background: #fffef9;
  border: 1px solid #eadbc9;
  box-shadow: 0 12px 32px rgba(61, 46, 40, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tf-cpjs-pain-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(61, 46, 40, 0.1);
}

.tf-cpjs-pain-grid img {
  width: 42px;
  height: 42px;
  margin: 8px 0 16px;
  object-fit: contain;
}

.tf-cpjs-pain-grid h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #3d2e28;
}

.tf-cpjs-pain-grid p {
  color: #6b5a4e;
  font-size: 16px;
  line-height: 1.8;
}

/* ---------- Capability matrix (ayxt-like grid) ---------- */
.tf-cpjs-cap-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.tf-cpjs-cap-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 168px;
  padding: 22px 12px 18px;
  border-radius: 14px;
  background: #f9fafc;
  border: 1px solid #eee4d4;
  text-align: center;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.tf-cpjs-cap-grid article:hover {
  background: #fffef9;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(212, 160, 23, 0.14);
  border-color: #e5c15a;
}

.tf-cpjs-cap-grid article:hover img {
  transform: translateY(-2px) scale(1.06);
}

.tf-cpjs-cap-grid img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: transform 0.22s ease;
}

.tf-cpjs-cap-grid strong {
  font-size: 17px;
  font-weight: 700;
  color: #4a3f38;
  line-height: 1.35;
}

.tf-cpjs-cap-grid small {
  font-size: 14px;
  color: #9a8574;
  line-height: 1.4;
  max-width: 11em;
}

/* ---------- Feature grids ---------- */
.tf-cpjs-feature-tagline {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #b8860b;
  margin: -8px 0 36px;
}

.tf-cpjs-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.tf-cpjs-feature-grid article {
  padding: 26px 22px;
  border-radius: 14px;
  background: #fffef9;
  border: 1px solid #eadbc9;
  box-shadow: 0 8px 22px rgba(61, 46, 40, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.tf-cpjs-feature-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(61, 46, 40, 0.09);
}

.tf-cpjs-feature-grid span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #d4a017;
  margin-bottom: 10px;
}

.tf-cpjs-feature-grid img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-bottom: 10px;
}

.tf-cpjs-feature-grid h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #3d2e28;
}

.tf-cpjs-feature-grid p {
  font-size: 16px;
  color: #6b5a4e;
  line-height: 1.75;
}

/* ---------- Split layouts ---------- */
.tf-cpjs-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 36px;
}

.tf-cpjs-split-reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.tf-cpjs-split-copy h3 {
  font-size: 24px;
  margin-bottom: 18px;
  color: #3d2e28;
}

.tf-cpjs-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tf-cpjs-list li {
  padding: 16px 18px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #eadbc9;
}

.tf-cpjs-list strong {
  display: block;
  font-size: 18px;
  color: #3d2e28;
  margin-bottom: 6px;
}

.tf-cpjs-list span {
  display: block;
  font-size: 16px;
  color: #6b5a4e;
  line-height: 1.7;
}

.tf-cpjs-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.tf-cpjs-chips span {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(232, 184, 48, 0.14);
  border: 1px solid rgba(212, 160, 23, 0.28);
  color: #7a5c12;
  font-size: 15px;
  font-weight: 600;
}

.tf-cpjs-panel {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eadbc9;
  box-shadow: 0 18px 40px rgba(61, 46, 40, 0.08);
}

.tf-cpjs-panel > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  background: linear-gradient(90deg, #3d2e28, #5a4338);
  color: #f8e9c8;
  font-size: 16px;
  font-weight: 600;
}

.tf-cpjs-panel > header small {
  font-weight: 500;
  opacity: 0.75;
  font-size: 14px;
}

.tf-cpjs-panel-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 18px;
}

.tf-cpjs-panel-kpis > div {
  padding: 14px 10px;
  border-radius: 12px;
  background: #fbf6e9;
  text-align: center;
}

.tf-cpjs-panel-kpis small {
  display: block;
  font-size: 14px;
  color: #9a8574;
  margin-bottom: 4px;
}

.tf-cpjs-panel-kpis strong {
  font-size: 24px;
  color: #3d2e28;
}

.tf-cpjs-panel-bars {
  height: 110px;
  min-height: 110px;
  margin: 0 18px 8px;
  padding: 12px;
  gap: 8px;
}

.tf-cpjs-panel > p {
  text-align: center;
  font-size: 14px;
  color: #9a8574;
  padding: 0 18px 16px;
}

.tf-cpjs-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.tf-cpjs-three article {
  padding: 22px 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #eadbc9;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.tf-cpjs-three article:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(61, 46, 40, 0.08);
}

.tf-cpjs-three img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-bottom: 12px;
}

.tf-cpjs-three h3 {
  font-size: 19px;
  margin-bottom: 10px;
  color: #3d2e28;
}

.tf-cpjs-three p {
  font-size: 16px;
  color: #6b5a4e;
  line-height: 1.75;
}

/* ---------- Ops ---------- */
.tf-cpjs-ops-console {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eadbc9;
  box-shadow: 0 18px 40px rgba(61, 46, 40, 0.08);
}

.tf-cpjs-ops-console > header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: linear-gradient(90deg, #3d2e28, #5a4338);
  color: #f8e9c8;
  font-weight: 600;
  font-size: 16px;
}

.tf-cpjs-ops-console > header img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
}

.tf-cpjs-ops-body {
  display: grid;
  grid-template-columns: 140px 1fr;
  min-height: 220px;
}

.tf-cpjs-ops-body nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 12px;
  background: #fbf6e9;
  border-right: 1px solid #eadbc9;
  font-size: 14px;
  color: #6b5a4e;
}

.tf-cpjs-ops-body nav b {
  color: #3d2e28;
  font-size: 15px;
  margin-bottom: 6px;
}

.tf-cpjs-ops-body nav span {
  padding: 8px 10px;
  border-radius: 8px;
}

.tf-cpjs-ops-body nav span:first-of-type {
  background: rgba(232, 184, 48, 0.18);
  color: #3d2e28;
  font-weight: 600;
}

.tf-cpjs-ops-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.tf-cpjs-ops-cards p {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fffef9;
  border: 1px solid #f0e0b8;
  font-size: 16px;
  color: #6b5a4e;
}

.tf-cpjs-ops-cards img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.tf-cpjs-ops-cards strong {
  color: #3d2e28;
  margin-left: 4px;
}

.tf-cpjs-mock-note {
  text-align: center;
  font-size: 14px;
  color: #9a8574;
  padding: 0 16px 14px;
}

.tf-cpjs-ops-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tf-cpjs-ops-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #eadbc9;
}

.tf-cpjs-ops-list img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-top: 2px;
}

.tf-cpjs-ops-list h3 {
  font-size: 19px;
  margin-bottom: 6px;
  color: #3d2e28;
}

.tf-cpjs-ops-list p {
  font-size: 16px;
  color: #6b5a4e;
  line-height: 1.75;
}

.tf-cpjs-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.tf-cpjs-stats > div {
  text-align: center;
  padding: 28px 16px;
  border-radius: 16px;
  background: linear-gradient(160deg, #3d2e28 0%, #5a4338 100%);
  color: #f8e9c8;
  box-shadow: 0 14px 32px rgba(61, 46, 40, 0.18);
}

.tf-cpjs-stats strong {
  display: block;
  font-size: clamp(32px, 3.4vw, 42px);
  font-weight: 700;
  color: #f5d76e;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.tf-cpjs-stats span {
  font-size: 16px;
  opacity: 0.9;
}

/* ---------- Dual AI ---------- */
.tf-cpjs-ai-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.tf-cpjs-ai-grid > article {
  padding: 28px 26px 30px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #eadbc9;
  box-shadow: 0 14px 36px rgba(61, 46, 40, 0.06);
}

.tf-cpjs-ai-visual {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fbf6e9, #fff4d6);
  border: 1px solid #f0e0b8;
}

.tf-cpjs-ai-orbit {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid rgba(232, 184, 48, 0.45);
  box-shadow: 0 0 0 8px rgba(232, 184, 48, 0.12);
}

.is-on .tf-cpjs-ai-orbit,
.is-visible .tf-cpjs-ai-orbit {
  animation: tf-orbit-pulse 2.4s ease-in-out infinite;
}

@keyframes tf-orbit-pulse {
  0%, 100% { box-shadow: 0 0 0 6px rgba(232, 184, 48, 0.12); border-color: rgba(232, 184, 48, 0.4); }
  50% { box-shadow: 0 0 0 14px rgba(232, 184, 48, 0.2); border-color: rgba(232, 184, 48, 0.75); }
}

.tf-cpjs-ai-orbit img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.tf-cpjs-ai-msgs p {
  font-size: 15px;
  color: #5a4a3e;
  padding: 6px 10px;
  margin-bottom: 6px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.is-on .tf-cpjs-ai-msgs p,
.is-visible .tf-cpjs-ai-msgs p {
  opacity: 1;
  transform: none;
}

.is-on .tf-cpjs-ai-msgs p:nth-child(1),
.is-visible .tf-cpjs-ai-msgs p:nth-child(1) { transition-delay: 0.12s; }
.is-on .tf-cpjs-ai-msgs p:nth-child(2),
.is-visible .tf-cpjs-ai-msgs p:nth-child(2) { transition-delay: 0.28s; }
.is-on .tf-cpjs-ai-msgs p:nth-child(3),
.is-visible .tf-cpjs-ai-msgs p:nth-child(3) { transition-delay: 0.44s; }

.tf-cpjs-ai-docs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.tf-cpjs-ai-docs i {
  display: block;
  height: 28px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #eadbc9;
  opacity: 0.45;
  transform: scale(0.96);
  transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.is-on .tf-cpjs-ai-docs i,
.is-visible .tf-cpjs-ai-docs i {
  opacity: 1;
  transform: none;
  box-shadow: 0 4px 10px rgba(212, 160, 23, 0.12);
}

.is-on .tf-cpjs-ai-docs i:nth-child(1),
.is-visible .tf-cpjs-ai-docs i:nth-child(1) { transition-delay: 0.1s; }
.is-on .tf-cpjs-ai-docs i:nth-child(2),
.is-visible .tf-cpjs-ai-docs i:nth-child(2) { transition-delay: 0.2s; }
.is-on .tf-cpjs-ai-docs i:nth-child(3),
.is-visible .tf-cpjs-ai-docs i:nth-child(3) { transition-delay: 0.3s; }
.is-on .tf-cpjs-ai-docs i:nth-child(4),
.is-visible .tf-cpjs-ai-docs i:nth-child(4) { transition-delay: 0.4s; }

.tf-cpjs-ai-docs i:nth-child(1) { background: linear-gradient(90deg, #fff4d6, #fff); }
.tf-cpjs-ai-docs i:nth-child(2) { background: linear-gradient(90deg, #f8e9c8, #fff); }
.tf-cpjs-ai-docs i:nth-child(3) { background: linear-gradient(90deg, #f0e0b8, #fff); }
.tf-cpjs-ai-docs i:nth-child(4) { background: linear-gradient(90deg, #eadbc9, #fff); }

.tf-cpjs-ai-grid h3 {
  font-size: 24px;
  margin: 0 0 12px;
  color: #3d2e28;
}

.tf-cpjs-ai-grid > article > p:last-child {
  font-size: 16px;
  color: #6b5a4e;
  line-height: 1.85;
}

/* ---------- Value ---------- */
.tf-cpjs-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tf-cpjs-value-grid article {
  padding: 32px 26px;
  border-radius: 16px;
  background: #fffef9;
  border: 1px solid #eadbc9;
  box-shadow: 0 12px 30px rgba(61, 46, 40, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.tf-cpjs-value-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(61, 46, 40, 0.1);
}

.tf-cpjs-value-grid img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin: 4px 0 8px;
}

.tf-cpjs-value-grid h3 {
  font-size: 24px;
  margin: 8px 0 14px;
  color: #3d2e28;
}

.tf-cpjs-value-grid p {
  font-size: 16px;
  color: #6b5a4e;
  line-height: 1.85;
}

/* ---------- CTA ---------- */
.tf-cpjs-cta {
  padding: 80px 0 96px;
  background:
    radial-gradient(ellipse 80% 60% at 20% 20%, rgba(232, 184, 48, 0.16), transparent 55%),
    linear-gradient(160deg, #3d2e28 0%, #4a3830 50%, #2f241f 100%);
  color: #f8e9c8;
}

.tf-cpjs-cta-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 40px;
  align-items: center;
}

.tf-cpjs-cta h2 {
  font-size: clamp(30px, 3.4vw, 40px);
  color: #fff;
  margin: 8px 0 14px;
  line-height: 1.35;
}

.tf-cpjs-cta > .tf-p-inner > .tf-reveal > p,
.tf-cpjs-cta-grid > .tf-reveal > p {
  color: rgba(248, 233, 200, 0.88);
  font-size: 17px;
  line-height: 1.8;
  max-width: 560px;
  margin-bottom: 22px;
}

.tf-cpjs-cta .tf-cpjs-kicker {
  color: #f5d76e;
}

.tf-cpjs-cta-meta {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.tf-cpjs-cta-meta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: baseline;
  font-size: 16px;
}

.tf-cpjs-cta-meta span {
  min-width: 64px;
  color: rgba(248, 233, 200, 0.65);
}

.tf-cpjs-cta-meta strong,
.tf-cpjs-cta-meta a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.tf-cpjs-cta-meta a:hover {
  color: #f5d76e;
}

.tf-p-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tf-p-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.tf-p-btn-primary {
  background: linear-gradient(135deg, #e8b830, #d4a017);
  color: #3d2e28;
  box-shadow: 0 10px 24px rgba(212, 160, 23, 0.35);
}

.tf-p-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(212, 160, 23, 0.42);
}

.tf-p-btn-light {
  background: transparent;
  color: #f8e9c8;
  border-color: rgba(248, 233, 200, 0.45);
}

.tf-p-btn-light:hover {
  background: rgba(248, 233, 200, 0.1);
  color: #fff;
}

.tf-cpjs-cta-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 36px 28px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(248, 233, 200, 0.16);
  text-align: center;
}

.tf-cpjs-cta-mark {
  display: none;
}

.tf-cpjs-cta-qr {
  width: 180px;
  height: 180px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.tf-cpjs-cta-brand span {
  font-size: 15px;
  color: rgba(248, 233, 200, 0.88);
  letter-spacing: 0.06em;
  line-height: 1.5;
  max-width: 16em;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .tf-cpjs-media-block,
  .tf-cpjs-media-block.is-reverse {
    gap: 32px;
  }

  .tf-cpjs-mini-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .tf-cpjs-section {
    padding: 72px 0;
  }

  .tf-cpjs-banner {
    min-height: 400px;
  }

  .tf-cpjs-media-block,
  .tf-cpjs-media-block.is-reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tf-cpjs-media-block.is-reverse .tf-cpjs-media-copy,
  .tf-cpjs-media-block.is-reverse .tf-cpjs-media-frame {
    order: unset;
  }

  .tf-cpjs-media-frame {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .tf-cpjs-cover-grid,
  .tf-cpjs-value-grid,
  .tf-cpjs-stats,
  .tf-cpjs-ai-duo {
    grid-template-columns: 1fr 1fr;
  }

  .tf-cpjs-pillars {
    grid-template-columns: 1fr 1fr;
  }

  .tf-cpjs-metrics-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tf-cpjs-metrics-grid > div {
    border-right: none;
    border-bottom: 1px solid rgba(248, 233, 200, 0.1);
  }

  .tf-cpjs-metrics-grid > div:nth-child(odd) {
    border-right: 1px solid rgba(248, 233, 200, 0.12);
  }

  .tf-cpjs-metrics-grid > div:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  .tf-cpjs-cta-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .tf-p-inner {
    width: min(100% - 28px, 1180px);
  }

  .tf-cpjs-section {
    padding: 56px 0;
  }

  .tf-cpjs-banner {
    min-height: 340px;
    height: 56vw;
  }

  .tf-cpjs-banner-lines i {
    width: 40px;
  }

  .tf-cpjs-cover-grid,
  .tf-cpjs-value-grid,
  .tf-cpjs-stats,
  .tf-cpjs-ai-duo,
  .tf-cpjs-pillars,
  .tf-cpjs-metrics-grid,
  .tf-cpjs-mini-stats {
    grid-template-columns: 1fr;
  }

  .tf-cpjs-metrics-grid > div {
    border-right: none;
    border-bottom: 1px solid rgba(248, 233, 200, 0.12);
    padding: 18px 8px;
  }

  .tf-cpjs-metrics-grid > div:last-child {
    border-bottom: none;
  }

  .tf-cpjs-cta {
    padding: 56px 0 72px;
  }

  .tf-cpjs-cta-qr {
    width: 150px;
    height: 150px;
  }

  .tf-p-actions {
    flex-direction: column;
  }

  .tf-p-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .tf-cpjs-banner h1 {
    font-size: 26px;
  }

  .tf-cpjs-banner-sub {
    letter-spacing: 0.06em;
  }
}
