/* Enterprise AI / Data Intelligence refresh: Presight x Datatera-inspired */
:root {
  --enterprise-bg: #070b13;
  --enterprise-ink: #0d1320;
  --enterprise-muted: #657184;
  --enterprise-line: #dce4ef;
  --enterprise-blue: #2563ff;
  --enterprise-cyan: #2dd4ff;
  --enterprise-violet: #7c5cff;
  --enterprise-panel: #ffffff;
  --enterprise-shadow: 0 32px 100px rgba(9, 18, 38, 0.18);
}

body {
  color: var(--enterprise-ink);
  background: #f4f7fb;
}

.site-header {
  background: rgba(7, 11, 19, 0.86);
  border-bottom-color: rgba(166, 185, 220, 0.18);
  color: #fff;
}

.site-header .brand-mark {
  background: linear-gradient(135deg, var(--enterprise-cyan), var(--enterprise-blue));
  color: #03101f;
}

.site-header .nav-links {
  color: #aebbd0;
}

.site-header .nav-links a:hover {
  color: #fff;
}

.site-header .button.small {
  background: #fff;
  border-color: #fff;
  color: #0d1320;
}

.lang-switch {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.lang-button {
  color: #bcc8da;
}

.lang-button.active {
  background: #fff;
  color: #0d1320;
}

.hero {
  grid-template-columns: minmax(420px, 0.55fr) minmax(620px, 1fr);
  gap: 48px;
  min-height: calc(100vh - 72px);
  padding: 84px clamp(24px, 4vw, 72px) 96px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 18%, rgba(37, 99, 255, 0.34), transparent 30%),
    radial-gradient(circle at 64% 78%, rgba(45, 212, 255, 0.13), transparent 27%),
    linear-gradient(rgba(107, 132, 190, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 132, 190, 0.08) 1px, transparent 1px),
    #070b13;
  background-size: auto, auto, 64px 64px, 64px 64px, auto;
}

.hero-copy {
  align-self: center;
  max-width: 620px;
  padding-right: 16px;
}

.hero .eyebrow,
.eyebrow {
  color: #6ee7ff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.hero h1 {
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  white-space: normal;
  overflow-wrap: break-word;
}

html[data-lang="en"] .hero h1 {
  font-size: clamp(32px, 2.9vw, 48px);
}

.hero-title-subline {
  margin: 14px 0 0;
  color: #6ee7ff;
  font-size: 15px;
  font-weight: 780;
  letter-spacing: 0;
}

.hero-subtitle {
  color: #c5d1e4;
}

.hero .button {
  background: #fff;
  border-color: #fff;
  color: #0d1320;
  box-shadow: 0 20px 54px rgba(37, 99, 255, 0.24);
}

.hero .button.secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.trust-strip span {
  color: #d9e5f5;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.15);
}

.hero-visual-card.operating-window {
  min-height: 650px;
  background: #09111f;
  border-color: rgba(154, 181, 225, 0.24);
  border-radius: 22px;
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.window-bar {
  height: 52px;
  background: #0b1220;
  border-bottom-color: rgba(154, 181, 225, 0.16);
}

.operating-layout {
  grid-template-columns: 200px 1fr;
}

.operating-sidebar {
  background: #0e1728;
  border-right-color: rgba(154, 181, 225, 0.14);
}

.operating-sidebar b {
  color: #fff;
}

.operating-sidebar a {
  color: #93a4bd;
}

.operating-sidebar a.active {
  color: #fff;
  background: rgba(37, 99, 255, 0.16);
  border-color: rgba(97, 149, 255, 0.28);
}

.operating-main {
  background:
    radial-gradient(circle at 80% 20%, rgba(37, 99, 255, 0.12), transparent 24%),
    linear-gradient(rgba(154, 181, 225, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 181, 225, 0.08) 1px, transparent 1px),
    #101827;
  background-size: auto, 46px 46px, 46px 46px, auto;
}

.operating-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.metric-card.wide,
.risk-card {
  grid-row: auto;
}

.ask-bubble,
.ops-pulse span,
.operating-kpis article,
.metric-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(154, 181, 225, 0.18);
  color: #edf5ff;
  backdrop-filter: blur(10px);
}

.ask-bubble {
  color: #edf5ff;
}

.operating-kpis span,
.metric-card span,
.metric-card p,
.metric-card li,
.risk-card p span {
  color: #b8c5d8;
}

.operating-kpis strong,
.metric-card b,
.radar-list strong,
.risk-card p strong {
  color: #fff;
}

.operating-kpis em,
.radar-list strong {
  color: #6ee7ff;
}

.radar-list i {
  background: linear-gradient(90deg, #2dd4ff var(--w), rgba(255, 255, 255, 0.12) var(--w));
}

.mini-bars i {
  background: linear-gradient(180deg, #2dd4ff, #2563ff);
}

.risk-card p {
  border-top-color: rgba(154, 181, 225, 0.14);
}

.strategy-engine,
.comparison-stage,
.modules,
.deliverables,
.cases,
.closing {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-heading h2,
h2 {
  color: var(--enterprise-ink);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}

.strategy-board {
  background:
    radial-gradient(circle at 78% 22%, rgba(37, 99, 255, 0.24), transparent 28%),
    radial-gradient(circle at 22% 84%, rgba(45, 212, 255, 0.12), transparent 28%),
    #08111f;
  border-color: rgba(154, 181, 225, 0.2);
}

.roadmap-card {
  grid-column: 1 / -1;
  min-height: auto;
}

.roadmap-line {
  margin-top: 18px;
}

.interactive-compare.cost-compare,
.market-radar-board,
.channel-accordion details,
.case-card,
.closing-inner {
  border-color: var(--enterprise-line);
  box-shadow: var(--enterprise-shadow);
}

.cost-column.highlighted,
.channel-metrics article,
.radar-kpis article {
  background:
    linear-gradient(135deg, rgba(37, 99, 255, 0.08), rgba(45, 212, 255, 0.04)),
    #fff;
}

.cost-summary,
.closing-inner {
  background:
    radial-gradient(circle at 84% 22%, rgba(37, 99, 255, 0.26), transparent 28%),
    #07111f;
}

.platform,
.workflow,
.comparison {
  background:
    linear-gradient(rgba(9, 18, 38, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 18, 38, 0.035) 1px, transparent 1px),
    #eef3f9;
  background-size: 56px 56px, 56px 56px, auto;
}

.workflow-visual,
.mini-command {
  background:
    radial-gradient(circle at 72% 24%, rgba(37, 99, 255, 0.16), transparent 26%),
    #0c1424;
  border-color: rgba(154, 181, 225, 0.24);
}

.workflow-node,
.command-list article {
  color: #eaf2ff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(154, 181, 225, 0.18);
}

.workflow-node {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 236px;
  padding: 22px;
  overflow: hidden;
}

.workflow-node::before {
  display: none;
}

.workflow-node strong,
.command-list b {
  color: #fff;
}

.workflow-node span,
.command-list span {
  color: #bdc8da;
}

.workflow-node em {
  color: #6ee7ff;
}

.platform .workflow-node {
  color: #eaf2ff;
  background:
    radial-gradient(circle at 78% 18%, rgba(45, 212, 255, 0.13), transparent 34%),
    rgba(255, 255, 255, 0.07);
  border-color: rgba(154, 181, 225, 0.18);
  box-shadow: none;
}

.platform .workflow-node strong {
  color: #fff;
}

.platform .workflow-node span {
  color: #bdc8da;
}

.platform .workflow-node em {
  color: #6ee7ff;
}

.node-viz {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding: 14px;
  background: rgba(6, 13, 26, 0.42);
  border: 1px solid rgba(154, 181, 225, 0.15);
  border-radius: 14px;
}

.node-viz b,
.node-viz small {
  color: #eaf2ff;
  font-size: 12px;
  font-weight: 760;
}

.node-viz small {
  color: #91a4c0;
}

.node-viz i {
  display: block;
  height: 7px;
  background: linear-gradient(90deg, #2dd4ff var(--w), rgba(255, 255, 255, 0.12) var(--w));
  border-radius: 999px;
}

.workflow-output,
.command-footer {
  background: linear-gradient(135deg, #2563ff, #2dd4ff);
  color: #03101f;
}

.channel-accordion summary span {
  color: #0d1320;
}

.channel-accordion summary::after {
  color: #03101f;
  background: #dff8ff;
}

.channel-metrics strong {
  color: #0d1320;
}

.channel-accordion details {
  background:
    linear-gradient(135deg, rgba(37, 99, 255, 0.045), rgba(45, 212, 255, 0.025)),
    #fff;
}

.channel-panel {
  background:
    linear-gradient(90deg, rgba(10, 20, 40, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(10, 20, 40, 0.035) 1px, transparent 1px),
    transparent;
  background-size: 48px 48px, 48px 48px;
}

.channel-table div {
  position: relative;
}

.channel-table div::before {
  content: "";
  width: 8px;
  height: 8px;
  align-self: center;
  background: #2563ff;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(37, 99, 255, 0.12);
}

.channel-table div {
  grid-template-columns: 12px 160px 1fr;
}

.brand-structure-card,
.creator-match-board {
  margin-top: 18px;
  padding: 18px;
  background:
    radial-gradient(circle at 88% 16%, rgba(45, 212, 255, 0.11), transparent 28%),
    #08111f;
  border: 1px solid rgba(154, 181, 225, 0.18);
  border-radius: 18px;
  color: #eaf2ff;
}

.brand-structure-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 18px;
  align-items: center;
}

.brand-structure-card span,
.creator-board-head span {
  color: #6ee7ff;
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.brand-structure-card strong,
.creator-board-head strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}

.brand-structure-card p {
  margin: 9px 0 0;
  color: #b8c5d8;
  font-size: 13px;
  line-height: 1.7;
}

.structure-stack {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.structure-stack span {
  min-height: 86px;
  display: flex;
  align-items: end;
  padding: 12px;
  color: #dff8ff;
  background:
    linear-gradient(180deg, rgba(45, 212, 255, 0.14), rgba(37, 99, 255, 0.08)),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(154, 181, 225, 0.16);
  border-radius: 13px;
  font-size: 11px;
  font-weight: 780;
  line-height: 1.25;
}

.creator-board-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.creator-board-head em {
  flex: 0 0 auto;
  padding: 8px 11px;
  color: #cff6ff;
  background: rgba(45, 212, 255, 0.08);
  border: 1px solid rgba(45, 212, 255, 0.18);
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 760;
}

.creator-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.creator-cards article {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  padding: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(154, 181, 225, 0.16);
  border-radius: 16px;
}

.creator-cards img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.28);
}

.creator-cards article > div {
  margin-top: 14px;
}

.creator-cards b {
  display: block;
  color: #fff;
  font-size: 15px;
}

.creator-cards span {
  display: block;
  margin-top: 5px;
  color: #91a4c0;
  font-size: 12px;
  font-weight: 700;
}

.creator-cards p {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 16px 0 0;
}

.creator-cards i {
  padding: 6px 8px;
  color: #dff8ff;
  background: rgba(45, 212, 255, 0.08);
  border: 1px solid rgba(45, 212, 255, 0.16);
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 760;
}

.creator-cards strong {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 10px;
  color: #03101f;
  background: linear-gradient(135deg, #2dd4ff, #ffffff);
  border-radius: 999px;
  font-size: 12px;
}

.creator-logic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.creator-logic div {
  padding: 13px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(154, 181, 225, 0.14);
  border-radius: 14px;
}

.creator-logic b {
  display: block;
  color: #6ee7ff;
  font-size: 12px;
  margin-bottom: 7px;
}

.creator-logic span {
  color: #b8c5d8;
  font-size: 12px;
  line-height: 1.55;
}

.function-chain {
  padding-top: 110px;
  padding-bottom: 110px;
}

.blindspot-board {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(37, 99, 255, 0.28), transparent 30%),
    radial-gradient(circle at 20% 92%, rgba(45, 212, 255, 0.14), transparent 28%),
    linear-gradient(rgba(154, 181, 225, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 181, 225, 0.06) 1px, transparent 1px),
    #07111f;
  background-size: auto, auto, 52px 52px, 52px 52px, auto;
  border: 1px solid rgba(154, 181, 225, 0.22);
  border-radius: 24px;
  box-shadow: 0 34px 100px rgba(9, 18, 38, 0.24);
}

.blindspot-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 26px 30px;
  color: #fff;
  border-bottom: 1px solid rgba(154, 181, 225, 0.16);
}

.blindspot-hero span,
.blindspot-hero em {
  display: block;
  color: #8fa4c4;
  font-size: 12px;
  font-style: normal;
  font-weight: 820;
  text-transform: uppercase;
}

.blindspot-hero strong {
  display: block;
  margin-top: 7px;
  font-size: 28px;
  letter-spacing: 0;
}

.blindspot-hero em {
  padding: 9px 12px;
  color: #cff6ff;
  background: rgba(45, 212, 255, 0.08);
  border: 1px solid rgba(45, 212, 255, 0.18);
  border-radius: 999px;
  white-space: nowrap;
  text-transform: none;
}

.blindspot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
}

.blindspot-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 286px;
  padding: 20px;
  color: #eaf2ff;
  background:
    radial-gradient(circle at 88% 14%, rgba(45, 212, 255, 0.1), transparent 32%),
    rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(154, 181, 225, 0.16);
  border-radius: 18px;
}

.blindspot-card.priority {
  grid-column: span 2;
  min-height: 260px;
  background:
    radial-gradient(circle at 84% 12%, rgba(45, 212, 255, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(37, 99, 255, 0.18), rgba(255, 255, 255, 0.07));
}

.blindspot-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 26px;
  color: #9fb8ff;
  background: rgba(37, 99, 255, 0.18);
  border: 1px solid rgba(159, 184, 255, 0.22);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 840;
}

.blindspot-card h3 {
  margin: 18px 0 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.14;
}

.blindspot-card p {
  margin: 0;
  color: #b8c5d8;
  font-size: 14px;
  line-height: 1.65;
}

.agent-solution {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding: 14px;
  background: rgba(6, 13, 26, 0.46);
  border: 1px solid rgba(154, 181, 225, 0.15);
  border-radius: 14px;
}

.agent-solution b {
  color: #6ee7ff;
  font-size: 13px;
}

.agent-solution i {
  display: block;
  height: 7px;
  background: linear-gradient(90deg, #2dd4ff var(--w), rgba(255, 255, 255, 0.12) var(--w));
  border-radius: 999px;
}

.agent-solution small {
  color: #dbe7f7;
  font-size: 12px;
  font-weight: 720;
  line-height: 1.45;
}

.function-output-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0 18px 18px;
  padding: 18px 20px;
  color: #03101f;
  background: linear-gradient(135deg, #2dd4ff, #2563ff);
  border-radius: 16px;
}

.function-output-strip b {
  font-size: 18px;
}

.function-output-strip span {
  max-width: 760px;
  color: rgba(3, 16, 31, 0.82);
  font-weight: 720;
  line-height: 1.55;
}

.management-shift {
  padding-top: 110px;
  padding-bottom: 110px;
}

.shift-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 18px;
  padding: 18px;
  background:
    linear-gradient(rgba(9, 18, 38, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 18, 38, 0.035) 1px, transparent 1px),
    #fff;
  background-size: 54px 54px, 54px 54px, auto;
  border: 1px solid var(--enterprise-line);
  border-radius: 24px;
  box-shadow: var(--enterprise-shadow);
}

.shift-column {
  min-height: 600px;
  padding: 24px;
  border: 1px solid #dce4ef;
  border-radius: 18px;
}

.shift-column-head span {
  color: #2563ff;
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.shift-column-head h3 {
  margin: 10px 0 0;
  color: #0d1320;
  font-size: 28px;
  line-height: 1.12;
}

.old-way {
  background: #f7f9fc;
}

.new-way {
  color: #eaf2ff;
  background:
    radial-gradient(circle at 82% 14%, rgba(45, 212, 255, 0.18), transparent 34%),
    #07111f;
  border-color: rgba(154, 181, 225, 0.22);
}

.new-way .shift-column-head h3 {
  color: #fff;
}

.new-way .shift-column-head span {
  color: #6ee7ff;
}

.shift-flow {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.shift-flow article {
  position: relative;
  padding: 18px 18px 18px 48px;
  background: #fff;
  border: 1px solid #dce4ef;
  border-radius: 14px;
}

.shift-flow article::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 23px;
  width: 12px;
  height: 12px;
  background: #94a3b8;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(148, 163, 184, 0.12);
}

.shift-flow b,
.executive-output b {
  display: block;
  color: #0d1320;
  font-size: 15px;
}

.shift-flow p {
  margin: 7px 0 0;
  color: #657184;
  font-size: 13px;
  line-height: 1.6;
}

.shift-system {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.signal-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(154, 181, 225, 0.16);
  border-radius: 16px;
}

.signal-cloud span {
  padding: 8px 10px;
  color: #dce8fa;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(154, 181, 225, 0.14);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 780;
}

.agent-core {
  position: relative;
  padding: 28px;
  text-align: center;
  background:
    radial-gradient(circle, rgba(45, 212, 255, 0.24), transparent 56%),
    rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(45, 212, 255, 0.22);
  border-radius: 18px;
}

.agent-core::before,
.agent-core::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 18px;
  background: rgba(45, 212, 255, 0.42);
}

.agent-core::before {
  top: -18px;
}

.agent-core::after {
  bottom: -18px;
}

.agent-core b {
  display: block;
  color: #fff;
  font-size: 24px;
}

.agent-core small {
  display: block;
  margin-top: 8px;
  color: #b8c5d8;
  font-size: 13px;
  font-weight: 720;
}

.executive-output {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.executive-output article {
  min-height: 130px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
}

.executive-output span {
  display: block;
  margin-top: 8px;
  color: #657184;
  font-size: 13px;
  line-height: 1.55;
}

.shift-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 22px;
  color: #03101f;
  background: linear-gradient(135deg, #2dd4ff, #2563ff);
  border-radius: 16px;
}

.shift-bottom b {
  font-size: 18px;
}

.shift-bottom span {
  max-width: 760px;
  color: rgba(3, 16, 31, 0.82);
  font-weight: 720;
  line-height: 1.55;
}

.fortune-demo {
  padding-top: 110px;
  padding-bottom: 110px;
}

.fortune-board {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 14%, rgba(37, 99, 255, 0.26), transparent 30%),
    radial-gradient(circle at 18% 86%, rgba(45, 212, 255, 0.14), transparent 26%),
    #07111f;
  border: 1px solid rgba(154, 181, 225, 0.22);
  border-radius: 24px;
  box-shadow: 0 34px 100px rgba(9, 18, 38, 0.24);
}

.fortune-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 24px 28px;
  color: #fff;
  border-bottom: 1px solid rgba(154, 181, 225, 0.16);
}

.fortune-topbar span,
.fortune-topbar em {
  display: block;
  color: #8fa4c4;
  font-size: 12px;
  font-style: normal;
  font-weight: 780;
  text-transform: uppercase;
}

.fortune-topbar strong {
  display: block;
  margin-top: 7px;
  font-size: 24px;
  letter-spacing: 0;
}

.fortune-topbar em {
  padding: 9px 12px;
  color: #cff6ff;
  background: rgba(45, 212, 255, 0.08);
  border: 1px solid rgba(45, 212, 255, 0.18);
  border-radius: 999px;
  white-space: nowrap;
  text-transform: none;
}

.fortune-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.85fr) minmax(280px, 0.85fr);
  gap: 16px;
  padding: 18px;
}

.fortune-map-card,
.fortune-panel {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(154, 181, 225, 0.16);
  border-radius: 18px;
  color: #eaf2ff;
}

.fortune-map-card {
  grid-row: span 2;
  min-height: 570px;
  padding: 20px;
}

.panel-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.panel-title-row b,
.fortune-panel b {
  display: block;
  color: #fff;
  font-size: 17px;
}

.panel-title-row span {
  display: block;
  margin-top: 5px;
  color: #8fa4c4;
  font-size: 12px;
  font-weight: 680;
}

.panel-title-row strong {
  color: #6ee7ff;
  font-size: 28px;
}

.world-map-wrap {
  position: relative;
  min-height: 470px;
  margin-top: 18px;
  border-radius: 16px;
  background:
    linear-gradient(rgba(154, 181, 225, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 181, 225, 0.08) 1px, transparent 1px),
    rgba(4, 10, 21, 0.48);
  background-size: 44px 44px, 44px 44px, auto;
  overflow: hidden;
}

.world-map-wrap img {
  position: absolute;
  inset: 7% 3% auto;
  width: 94%;
  opacity: 0.36;
  filter: invert(1) sepia(1) saturate(0.8) hue-rotate(175deg) brightness(0.9);
}

.map-pin {
  position: absolute;
  display: grid;
  place-items: center;
  width: clamp(38px, calc(var(--size) * 0.42px), 88px);
  height: clamp(38px, calc(var(--size) * 0.42px), 88px);
  color: #fff;
  background: radial-gradient(circle, rgba(45, 212, 255, 0.92), rgba(37, 99, 255, 0.22) 62%, transparent 64%);
  border: 1px solid rgba(110, 231, 255, 0.48);
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(45, 212, 255, 0.26);
  font-style: normal;
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(45, 212, 255, 0.16);
  border-radius: 50%;
}

.map-pin b,
.map-pin span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.map-pin b {
  top: calc(100% + 8px);
  color: #dfe9fb;
  font-size: 12px;
}

.map-pin span {
  top: calc(100% + 25px);
  color: #6ee7ff;
  font-size: 12px;
  font-weight: 820;
}

.map-pin.americas {
  left: 18%;
  top: 39%;
}

.map-pin.europe {
  left: 49%;
  top: 35%;
}

.map-pin.china {
  left: 69%;
  top: 43%;
}

.map-pin.japan {
  left: 80%;
  top: 45%;
}

.map-pin.apac {
  left: 73%;
  top: 64%;
}

.fortune-panel {
  min-height: 220px;
  padding: 18px;
}

.revenue-bars,
.mix-list {
  display: grid;
  gap: 12px;
}

.bar-row {
  display: grid;
  grid-template-columns: 112px 1fr 68px;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  color: #b8c5d8;
  font-size: 12px;
  font-weight: 720;
}

.bar-row i {
  height: 9px;
  background: linear-gradient(90deg, #2dd4ff var(--w), rgba(255, 255, 255, 0.12) var(--w));
  border-radius: 999px;
}

.bar-row strong,
.mix-list strong {
  color: #fff;
  text-align: right;
}

.trend-lines {
  margin-top: 14px;
  padding: 10px;
  border: 1px solid rgba(154, 181, 225, 0.14);
  border-radius: 14px;
  background: rgba(6, 13, 26, 0.36);
}

.trend-lines svg {
  display: block;
  width: 100%;
  height: 136px;
}

.trend-lines polyline {
  fill: none;
  stroke: #2dd4ff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trend-lines .line-two {
  stroke: #7c5cff;
}

.trend-lines .line-three {
  stroke: #ffb86b;
}

.trend-lines circle {
  fill: #2dd4ff;
}

.trend-lines .line-two-dot {
  fill: #7c5cff;
}

.trend-lines .line-three-dot {
  fill: #ffb86b;
}

.trend-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.trend-legend span,
.component-chips span {
  color: #c7d4e8;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(154, 181, 225, 0.14);
  border-radius: 999px;
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 740;
}

.product-mix {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 16px;
  align-items: center;
}

.product-mix > b,
.ceo-brief-card > b {
  grid-column: 1 / -1;
}

.mix-ring {
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  background: conic-gradient(#2dd4ff 0 50%, #7c5cff 50% 76%, #ffb86b 76% 85%, rgba(255, 255, 255, 0.12) 85% 100%);
  border-radius: 50%;
}

.mix-ring span {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  color: #fff;
  background: #07111f;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 820;
  text-align: center;
}

.mix-list p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  color: #b8c5d8;
  font-size: 13px;
}

.ceo-brief-card {
  grid-column: span 2;
}

.ceo-brief-card p {
  color: #c2cee2;
  line-height: 1.7;
}

.component-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.fortune-source {
  margin: 0;
  padding: 0 28px 24px;
  color: #7f91ad;
  font-size: 12px;
}

.site-footer {
  background: #07111f;
  border-top-color: rgba(154, 181, 225, 0.16);
  color: #94a3b8;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .brand-structure-card,
  .creator-logic {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .hero h1,
  html[data-lang="en"] .hero h1 {
    font-size: clamp(34px, 9vw, 58px);
  }

  .operating-main {
    padding: 20px;
  }

  .operating-grid,
  .operating-kpis {
    grid-template-columns: 1fr;
  }

  .ops-pulse {
    grid-template-columns: repeat(2, 1fr);
  }

  .fortune-topbar,
  .fortune-grid,
  .blindspot-hero,
  .blindspot-grid,
  .function-output-strip,
  .shift-board,
  .executive-output,
  .product-mix {
    grid-template-columns: 1fr;
  }

  .blindspot-hero,
  .function-output-strip,
  .shift-bottom {
    align-items: start;
    flex-direction: column;
  }

  .shift-column {
    min-height: auto;
  }

  .blindspot-hero em {
    white-space: normal;
  }

  .blindspot-card.priority {
    grid-column: auto;
  }

  .blindspot-card {
    min-height: 250px;
  }

  .fortune-topbar {
    align-items: start;
  }

  .fortune-topbar em {
    white-space: normal;
  }

  .fortune-map-card,
  .ceo-brief-card {
    grid-column: auto;
    grid-row: auto;
  }

  .world-map-wrap {
    min-height: 360px;
  }

  .map-pin b,
  .map-pin span {
    display: none;
  }

  .bar-row {
    grid-template-columns: 92px 1fr;
  }

  .bar-row strong {
    grid-column: 2;
    text-align: left;
  }

  .structure-stack,
  .creator-cards {
    grid-template-columns: 1fr;
  }

  .creator-board-head {
    flex-direction: column;
  }

  .channel-table div {
    grid-template-columns: 12px 1fr;
  }

  .channel-table div b,
  .channel-table div span {
    grid-column: 2;
  }
}

/* === Pricing Section === */
.pricing {
  background: radial-gradient(ellipse at top, rgba(33, 49, 80, 0.7) 0%, rgba(11, 16, 32, 0.98) 65%);
  color: #e8eef9;
  padding: 110px 0 130px;
}
.pricing .section-heading { text-align: center; max-width: 760px; margin: 0 auto 64px; }
.pricing .section-heading h2 { color: #fff; }
.pricing .section-heading p:not(.eyebrow) { color: #b8c6e2; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.pricing-card {
  background: rgba(20, 28, 50, 0.85);
  border: 1px solid rgba(96, 124, 188, 0.22);
  border-radius: 18px;
  padding: 40px 30px 36px;
  display: flex;
  flex-direction: column;
  position: relative;
  backdrop-filter: blur(8px);
}
.pricing-card.featured {
  border-color: rgba(120, 180, 255, 0.55);
  box-shadow: 0 16px 50px rgba(40, 80, 200, 0.32);
  background: rgba(28, 42, 80, 0.92);
  transform: translateY(-12px);
}
.pricing-card .badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(120deg, #4a8eff, #8b5cf6);
  color: #fff;
  font-size: 12px;
  padding: 6px 16px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.pricing-card header .tier-name {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9eb4dc;
}
.pricing-card header .tier-tag {
  margin: 10px 0 26px;
  font-size: 14px;
  color: #c5d1ea;
  line-height: 1.5;
}
.tier-price { margin: 6px 0 6px; }
.tier-price strong {
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.tier-price em {
  font-size: 16px;
  color: #9eb4dc;
  font-style: normal;
  margin-left: 6px;
}
.tier-setup {
  font-size: 13px;
  color: #8ea1c8;
  margin: 0 0 30px;
}
.tier-features {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  flex: 1;
}
.tier-features li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(96, 124, 188, 0.14);
  font-size: 14px;
  color: #d6deee;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
}
.tier-features li:last-child { border-bottom: none; }
.tier-features li::before {
  content: "✓";
  color: #6ad29b;
  margin-right: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.pricing-card .button {
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; }
  .pricing-card.featured { transform: none; }
}

/* === Social Proof Strip (under Hero, matches enterprise-ai dark theme) === */
.social-proof-strip {
  padding: 72px 24px 80px;
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 255, 0.12), transparent 55%),
    linear-gradient(180deg, #070b13 0%, #0b1224 100%);
  border-top: 1px solid rgba(154, 181, 225, 0.08);
  border-bottom: 1px solid rgba(154, 181, 225, 0.08);
}
.proof-strip-inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.proof-strip-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6ee7ff;
  margin-bottom: 28px;
  padding: 7px 16px;
  background: rgba(37, 99, 255, 0.12);
  border: 1px solid rgba(110, 231, 255, 0.28);
  border-radius: 999px;
}
.proof-strip-quote {
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  color: #e8eef9;
  font-style: normal;
  border: none;
  padding: 0;
}
.proof-strip-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #98aed6;
}
.proof-strip-dot { opacity: 0.5; }
@media (max-width: 768px) {
  .proof-strip-quote { font-size: 17px; }
  .proof-strip-meta { flex-direction: column; gap: 4px; }
  .proof-strip-dot { display: none; }
}

/* === Cost Pricing Link === */
.cost-pricing-link {
  display: inline-block;
  margin-top: 18px;
  font-weight: 600;
  color: #6abeff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.cost-pricing-link:hover { color: #8acfff; text-decoration: underline; }

/* === FAQ Section === */
.faq {
  padding: 100px 24px 110px;
  background: rgba(11, 16, 32, 0.6);
}
.faq .section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.faq .section-heading h2 { color: #fff; }
.faq-grid {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: rgba(20, 28, 50, 0.7);
  border: 1px solid rgba(96, 124, 188, 0.2);
  border-radius: 14px;
  padding: 0;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.faq-item[open] {
  border-color: rgba(120, 180, 255, 0.4);
}
.faq-item summary {
  padding: 22px 28px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #e8eef9;
  list-style: none;
  position: relative;
  padding-right: 56px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  color: #6abeff;
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after {
  content: "−";
}
.faq-item p {
  margin: 0;
  padding: 0 28px 26px;
  font-size: 14.5px;
  line-height: 1.65;
  color: #c5d1ea;
}

/* === Problem Sections (9 sections by Jobs-to-be-Done) === */
.problem-section {
  padding: 96px 24px 100px;
  position: relative;
}
.problem-section:nth-child(odd) {
  background:
    radial-gradient(circle at 80% 10%, rgba(37, 99, 255, 0.08), transparent 50%),
    #070b13;
}
.problem-section:nth-child(even) {
  background:
    radial-gradient(circle at 20% 90%, rgba(139, 92, 246, 0.06), transparent 50%),
    #0b1224;
}
.problem-section + .problem-section {
  border-top: 1px solid rgba(154, 181, 225, 0.08);
}
.problem-header {
  max-width: 920px;
  margin: 0 auto 56px;
  text-align: center;
}
.problem-num {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 13px;
  font-weight: 700;
  color: #6ee7ff;
  letter-spacing: 0.24em;
  padding: 4px 10px;
  border: 1px solid rgba(110, 231, 255, 0.32);
  border-radius: 6px;
  margin-bottom: 14px;
}
.problem-group {
  display: inline-block;
  margin-left: 10px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #98aed6;
  vertical-align: middle;
}
.problem-header h2 {
  margin: 16px 0 12px;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.01em;
}
.problem-question {
  margin: 0;
  font-size: 16px;
  font-style: italic;
  color: #c5d1ea;
  line-height: 1.5;
}
.channel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto 40px;
}
.channel-col {
  background: rgba(20, 28, 50, 0.72);
  border: 1px solid rgba(96, 124, 188, 0.22);
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(6px);
}
.channel-col header {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9eb4dc;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(96, 124, 188, 0.2);
}
.channel-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.channel-col li {
  padding: 9px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #d6deee;
  position: relative;
  padding-left: 18px;
}
.channel-col li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #4a8eff;
  font-weight: 600;
}
.ai-insight {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 32px;
  background: linear-gradient(135deg, rgba(74, 142, 255, 0.12), rgba(139, 92, 246, 0.10));
  border: 1px solid rgba(120, 180, 255, 0.32);
  border-radius: 12px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.ai-insight strong {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #6ee7ff;
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: 2px;
}
.ai-insight p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: #e8eef9;
}
@media (max-width: 900px) {
  .channel-grid { grid-template-columns: 1fr; gap: 14px; }
  .problem-section { padding: 64px 16px 72px; }
  .ai-insight { flex-direction: column; gap: 12px; padding: 20px 22px; }
  .problem-header h2 { font-size: 22px; }
}

/* === Cases section v2 (Anker + Govee sample brands) === */
.cases {
  padding: 100px 24px 110px;
  background:
    radial-gradient(circle at 30% 10%, rgba(110, 231, 255, 0.06), transparent 50%),
    #070b13;
}
.cases .section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}
.cases .section-heading h2 { color: #fff; }
.cases .section-heading p:not(.eyebrow) { color: #c5d1ea; line-height: 1.6; }
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}
.case-card.sample-anker,
.case-card.sample-govee {
  background: rgba(20, 28, 50, 0.85);
  border: 1px solid rgba(96, 124, 188, 0.25);
  border-radius: 18px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(6px);
}
.case-card.sample-anker {
  border-color: rgba(120, 180, 255, 0.45);
  box-shadow: 0 12px 40px rgba(40, 80, 200, 0.22);
}
.case-card .case-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6ee7ff;
  padding: 5px 12px;
  background: rgba(37, 99, 255, 0.12);
  border: 1px solid rgba(110, 231, 255, 0.28);
  border-radius: 999px;
  margin-bottom: 18px;
  width: fit-content;
}
.case-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
  color: #fff;
  letter-spacing: -0.01em;
}
.case-card p {
  margin: 0 0 22px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #d3dcee;
}
.case-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.case-bullets li {
  padding: 8px 0;
  padding-left: 22px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #c5d1ea;
  position: relative;
  border-bottom: 1px solid rgba(96, 124, 188, 0.12);
}
.case-bullets li:last-child { border-bottom: none; }
.case-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #6ad29b;
  font-weight: 700;
}
.case-card .button {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.cases-footer-note {
  max-width: 760px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 13px;
  color: #8ea1c8;
  font-style: italic;
}
@media (max-width: 900px) {
  .case-grid { grid-template-columns: 1fr; }
}

/* === Fix: problem-section should be full-width, not constrained by .section-shell === */
.problem-section.section-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 24px;
  padding-right: 24px;
}
/* Same fix for social-proof-strip, cases, faq, closing — they used .section-shell but need full-width dark bg */
.social-proof-strip.section-shell,
.cases.section-shell,
.faq.section-shell,
.closing.section-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}
/* Pricing section already has its own bg gradient — also make full width */
.pricing.section-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}

/* === Section Stat Ribbon (4 stats per section, big number + label) === */
.problem-stat-ribbon {
  max-width: 1200px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 22px;
  background: rgba(20, 28, 50, 0.55);
  border: 1px solid rgba(96, 124, 188, 0.2);
  border-radius: 14px;
}
.problem-stat {
  text-align: center;
  padding: 12px 8px;
  border-right: 1px solid rgba(96, 124, 188, 0.15);
}
.problem-stat:last-child { border-right: none; }
.problem-stat .stat-num {
  display: block;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.problem-stat .stat-label {
  display: block;
  margin-top: 6px;
  font-size: 11.5px;
  color: #98aed6;
  line-height: 1.35;
  letter-spacing: 0.04em;
}
.problem-stat .stat-num em {
  font-style: normal;
  font-size: 0.55em;
  color: #6ee7ff;
  margin-left: 4px;
  font-weight: 600;
}

/* === Section Visual Mockup (the "image" Connor asked for) === */
.problem-visual {
  max-width: 1200px;
  margin: 0 auto 40px;
  background: rgba(11, 16, 32, 0.7);
  border: 1px solid rgba(96, 124, 188, 0.25);
  border-radius: 16px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.visual-label {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6ee7ff;
  padding: 4px 10px;
  border: 1px solid rgba(110, 231, 255, 0.3);
  border-radius: 4px;
}

/* --- 01 SKU Matrix Mockup --- */
.mockup-sku-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 24px;
}
.mockup-sku {
  aspect-ratio: 1;
  background: linear-gradient(135deg, rgba(37, 99, 255, 0.18), rgba(20, 28, 50, 0.95));
  border: 1px solid rgba(96, 124, 188, 0.25);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 10px;
  color: #c5d1ea;
}
.mockup-sku.new { border-color: rgba(110, 231, 255, 0.5); }
.mockup-sku.drop { border-color: rgba(239, 110, 110, 0.4); }
.mockup-sku b { color: #fff; font-size: 11px; }
.mockup-sku span { color: #6ee7ff; font-weight: 600; }

/* --- 02 ChatGPT Citation Mockup --- */
.mockup-chat {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
}
.chat-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.chat-avatar {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2dd4ff, #2563ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  color: #03101f;
  flex-shrink: 0;
}
.chat-avatar.gpt { background: linear-gradient(135deg, #10a37f, #0d8a6b); color: #fff; }
.chat-bubble {
  flex: 1;
  background: rgba(20, 28, 50, 0.7);
  border: 1px solid rgba(96, 124, 188, 0.2);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 13px;
  color: #d6deee;
  line-height: 1.5;
}
.chat-bubble mark {
  background: rgba(110, 231, 255, 0.15);
  color: #6ee7ff;
  padding: 1px 6px;
  border-radius: 4px;
  font-weight: 600;
}

/* --- 03 Timeline Mockup --- */
.mockup-timeline {
  margin-top: 24px;
  position: relative;
  padding: 30px 0 10px;
}
.timeline-axis {
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(110, 231, 255, 0.4), transparent);
  position: relative;
}
.timeline-events {
  display: flex;
  justify-content: space-between;
  margin-top: -8px;
  padding: 0 2%;
}
.timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2dd4ff;
  border: 3px solid #070b13;
  position: relative;
}
.timeline-dot::after {
  content: attr(data-brand);
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: #98aed6;
  white-space: nowrap;
}
.timeline-dot.major { background: #6ee7ff; transform: scale(1.4); }

/* --- 04 Creator Grid Mockup --- */
.mockup-creators {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 20px;
}
.creator-card {
  text-align: center;
  padding: 14px 8px;
  background: rgba(20, 28, 50, 0.55);
  border: 1px solid rgba(96, 124, 188, 0.2);
  border-radius: 10px;
}
.creator-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin: 0 auto 8px;
  background: linear-gradient(135deg, #7c5cff, #2dd4ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}
.creator-card b { display: block; font-size: 11px; color: #fff; margin-bottom: 4px; }
.creator-card span { font-size: 10px; color: #6ee7ff; font-weight: 600; }
.creator-card .roi-bar {
  height: 4px;
  border-radius: 2px;
  background: rgba(110, 231, 255, 0.18);
  margin-top: 6px;
  overflow: hidden;
}
.creator-card .roi-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #2dd4ff, #6ee7ff);
}

/* --- 05 Ad Gallery Mockup --- */
.mockup-ad-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 20px;
}
.ad-thumb {
  aspect-ratio: 9 / 16;
  border-radius: 8px;
  background: linear-gradient(160deg, #1e3a5f, #0b1224);
  border: 1px solid rgba(96, 124, 188, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
  font-size: 9px;
  color: #c5d1ea;
  position: relative;
}
.ad-thumb.tiktok { background: linear-gradient(160deg, #2a1e3a, #0b1224); }
.ad-thumb.fb { background: linear-gradient(160deg, #1a2a5f, #0b1224); }
.ad-thumb b { color: #fff; font-size: 10px; }
.ad-thumb .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(110, 231, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad-thumb .play-icon::after { content: "▶"; color: #fff; font-size: 10px; margin-left: 2px; }

/* --- 06 Multi-line Profit Chart --- */
.mockup-profit-chart {
  height: 200px;
  margin-top: 20px;
  position: relative;
  padding: 20px 10px 30px;
  background: rgba(11, 16, 32, 0.5);
  border-radius: 10px;
}
.profit-svg { width: 100%; height: 100%; }
.profit-legend {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 10px;
  font-size: 11px;
}
.profit-legend span { display: flex; align-items: center; gap: 6px; color: #c5d1ea; }
.profit-legend span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background: var(--c);
}

/* --- 07 Inventory Dashboard --- */
.mockup-inventory {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  margin-top: 20px;
  align-items: center;
}
.inv-gauge {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: conic-gradient(#ef6e6e 0% 14%, #f4c46e 14% 28%, #6ad29b 28% 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inv-gauge::before {
  content: "";
  position: absolute;
  inset: 16px;
  background: #0b1224;
  border-radius: 50%;
}
.inv-gauge .gauge-num {
  position: relative;
  text-align: center;
  z-index: 1;
}
.inv-gauge b { display: block; font-size: 28px; color: #fff; }
.inv-gauge span { display: block; font-size: 11px; color: #98aed6; margin-top: 4px; }
.inv-list { font-size: 13px; color: #d6deee; }
.inv-list .inv-row {
  display: grid;
  grid-template-columns: 1fr 80px 60px;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(96, 124, 188, 0.12);
}
.inv-list .inv-row.high strong { color: #ef6e6e; }
.inv-list .inv-row.med strong { color: #f4c46e; }
.inv-list .inv-row strong { font-weight: 600; }

/* --- 08 CEO Brief PDF Mock --- */
.mockup-pdf {
  max-width: 480px;
  margin: 24px auto 8px;
  background: #fff;
  color: #0d1320;
  border-radius: 6px;
  padding: 32px 36px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  font-family: 'Inter', sans-serif;
}
.pdf-header {
  border-bottom: 2px solid #0d1320;
  padding-bottom: 10px;
  margin-bottom: 18px;
}
.pdf-header strong { font-size: 16px; }
.pdf-header span { display: block; font-size: 10px; color: #657184; margin-top: 4px; }
.pdf-section {
  margin-bottom: 14px;
}
.pdf-section h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #2563ff;
  margin: 0 0 6px;
  text-transform: uppercase;
}
.pdf-section ol {
  margin: 0;
  padding-left: 18px;
  font-size: 11px;
  line-height: 1.6;
  color: #0d1320;
}

/* --- 09 Risk Matrix --- */
.mockup-matrix {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-template-rows: 1fr 60px;
  gap: 0;
  margin-top: 20px;
  height: 260px;
  position: relative;
}
.matrix-y-label, .matrix-x-label {
  font-size: 11px;
  color: #98aed6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.matrix-y-label { writing-mode: vertical-rl; transform: rotate(180deg); }
.matrix-area {
  position: relative;
  background:
    linear-gradient(to right, rgba(239, 110, 110, 0.06), rgba(110, 231, 255, 0.04)),
    linear-gradient(to top, rgba(110, 231, 255, 0.04), rgba(110, 231, 255, 0));
  border-left: 1px solid rgba(96, 124, 188, 0.3);
  border-bottom: 1px solid rgba(96, 124, 188, 0.3);
}
.matrix-dot {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  transform: translate(-50%, 50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.matrix-dot.risk { background: linear-gradient(135deg, #ef6e6e, #c44a4a); }
.matrix-dot.opp { background: linear-gradient(135deg, #2dd4ff, #2563ff); }

@media (max-width: 900px) {
  .problem-stat-ribbon { grid-template-columns: repeat(2, 1fr); }
  .problem-stat:nth-child(2) { border-right: none; }
  .mockup-sku-grid, .mockup-creators, .mockup-ad-gallery { grid-template-columns: repeat(3, 1fr); }
  .mockup-inventory { grid-template-columns: 1fr; }
  .inv-gauge { margin: 0 auto; }
}

/* === V2c: Real-data visual upgrades (Ulanzi style) === */

/* --- 01 SKU Matrix v2: 产品图 + 名 + 价 + 销量 --- */
.mockup-sku-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 20px;
}
.sku-card-v2 {
  background: rgba(20, 28, 50, 0.7);
  border: 1px solid rgba(96, 124, 188, 0.22);
  border-radius: 10px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.sku-card-v2.new { border-color: rgba(110, 231, 255, 0.5); }
.sku-card-v2.drop { border-color: rgba(239, 110, 110, 0.5); }
.sku-card-v2 .sku-img {
  height: 64px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--c1, #2563ff), var(--c2, #0b1224));
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 22px;
}
.sku-card-v2 .sku-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.sku-card-v2 .sku-name { font-size: 12px; color: #fff; font-weight: 600; }
.sku-card-v2 .sku-id { font-size: 10px; color: #98aed6; }
.sku-card-v2 .sku-price { font-size: 16px; color: #fff; font-weight: 700; }
.sku-card-v2 .sku-price.drop { color: #ef9e9e; }
.sku-card-v2 .sku-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: #98aed6;
}
.sku-card-v2 .sku-foot span { color: #6ee7ff; font-weight: 600; }
.sku-card-v2 .sku-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  letter-spacing: 0.06em;
}
.sku-card-v2.new .sku-badge { background: rgba(110, 231, 255, 0.2); color: #6ee7ff; }
.sku-card-v2.drop .sku-badge { background: rgba(239, 110, 110, 0.2); color: #ef9e9e; }

/* --- 04 Creator table v2: Ulanzi style row table --- */
.mockup-creator-table {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(11, 16, 32, 0.6);
  border: 1px solid rgba(96, 124, 188, 0.2);
}
.creator-row {
  display: grid;
  grid-template-columns: 44px 1.6fr 70px 80px 1.2fr 70px 1.3fr 90px;
  gap: 14px;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(96, 124, 188, 0.12);
  font-size: 12px;
  color: #d6deee;
}
.creator-row.head {
  background: rgba(20, 28, 50, 0.7);
  font-size: 10px;
  color: #98aed6;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}
.creator-row:last-child { border-bottom: none; }
.creator-row .c-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--c1, #7c5cff), var(--c2, #2dd4ff));
}
.creator-row .c-handle b { display: block; color: #fff; font-size: 13px; font-weight: 600; margin-bottom: 2px; }
.creator-row .c-handle span { color: #98aed6; font-size: 11px; }
.creator-row .c-plat {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}
.creator-row .c-plat.tt { background: rgba(45, 212, 255, 0.15); color: #2dd4ff; }
.creator-row .c-plat.yt { background: rgba(239, 110, 110, 0.18); color: #ef9e9e; }
.creator-row .c-plat.ig { background: rgba(245, 110, 195, 0.18); color: #f56ec3; }
.creator-row .c-stars { color: #f4c46e; font-size: 11px; }
.creator-row .c-roas {
  font-weight: 700;
  color: #6ee7ff;
  text-align: right;
}
.creator-row .c-status {
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  text-align: center;
}
.creator-row .c-status.hot { background: rgba(110, 231, 255, 0.18); color: #6ee7ff; }
.creator-row .c-status.tested { background: rgba(106, 210, 155, 0.18); color: #6ad29b; }
.creator-row .c-status.contact { background: rgba(244, 196, 110, 0.18); color: #f4c46e; }

/* --- 05 Ad library v2: real ad meta --- */
.mockup-ad-gallery-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}
.ad-card-v2 {
  background: rgba(11, 16, 32, 0.7);
  border: 1px solid rgba(96, 124, 188, 0.22);
  border-radius: 10px;
  overflow: hidden;
}
.ad-card-v2 .ad-thumb-v2 {
  height: 140px;
  background: linear-gradient(160deg, var(--g1, #1a2a5f), var(--g2, #0b1224));
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 12px;
}
.ad-card-v2 .ad-thumb-v2.tiktok-bg { background: linear-gradient(160deg, #2a1e3a, #1a0e2a); }
.ad-card-v2 .ad-thumb-v2.meta-bg { background: linear-gradient(160deg, #1a2a5f, #0d1a3d); }
.ad-card-v2 .ad-thumb-v2 .play-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
}
.ad-card-v2 .ad-platform {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}
.ad-card-v2 .ad-platform.tt { background: rgba(45, 212, 255, 0.2); color: #2dd4ff; }
.ad-card-v2 .ad-platform.meta { background: rgba(74, 142, 255, 0.2); color: #6ab6ff; }
.ad-card-v2 .ad-body {
  padding: 14px;
}
.ad-card-v2 .ad-title {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.35;
}
.ad-card-v2 .ad-meta-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  font-size: 10px;
  color: #98aed6;
}
.ad-card-v2 .ad-meta-row b { display: block; color: #fff; font-size: 13px; font-weight: 600; }

/* --- 09 Matrix v2: dots with labels --- */
.matrix-dot-v2 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
}
.matrix-dot-v2 .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.3), 0 4px 12px rgba(0, 0, 0, 0.5);
}
.matrix-dot-v2.risk .dot { background: linear-gradient(135deg, #ef6e6e, #c44a4a); }
.matrix-dot-v2.opp .dot { background: linear-gradient(135deg, #2dd4ff, #2563ff); }
.matrix-dot-v2 .dot-label {
  margin-top: 6px;
  font-size: 10.5px;
  color: #d6deee;
  text-align: center;
  white-space: nowrap;
  background: rgba(11, 16, 32, 0.85);
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid rgba(96, 124, 188, 0.2);
}
.matrix-dot-v2.risk .dot-label { color: #ef9e9e; border-color: rgba(239, 110, 110, 0.3); }
.matrix-dot-v2.opp .dot-label { color: #6ee7ff; border-color: rgba(110, 231, 255, 0.3); }

@media (max-width: 900px) {
  .mockup-sku-grid-v2 { grid-template-columns: repeat(2, 1fr); }
  .mockup-ad-gallery-v2 { grid-template-columns: 1fr; }
  .creator-row { grid-template-columns: 36px 1.5fr 60px 1fr; font-size: 11px; gap: 8px; }
  .creator-row > *:nth-child(n+5) { display: none; }
}

/* === V2d: real product images + AI engine grid + keyword battle === */

/* SKU v3: real product image (replaces emoji banner) */
.mockup-sku-grid-v2.v3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.sku-img-real {
  width: 100%;
  height: 120px;
  object-fit: contain;
  background: linear-gradient(135deg, rgba(37, 99, 255, 0.06), rgba(11, 16, 32, 0.85));
  border-radius: 8px;
  padding: 12px;
  display: block;
}

/* Creator real avatar (circular photo, replaces letter) */
.c-avatar-real {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(110, 231, 255, 0.25);
}

/* AI engines 4-column grid */
.mockup-llm-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 24px;
  margin-bottom: 8px;
}
.llm-card {
  background: rgba(11, 16, 32, 0.7);
  border: 1px solid rgba(96, 124, 188, 0.25);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.llm-card .llm-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #fff;
}
.llm-card .llm-logo {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}
.llm-card.chatgpt .llm-logo { background: linear-gradient(135deg, #10a37f, #0d8a6b); }
.llm-card.claude .llm-logo { background: linear-gradient(135deg, #d97706, #b45309); }
.llm-card.gemini .llm-logo { background: linear-gradient(135deg, #4285f4, #34a853); }
.llm-card.perplexity .llm-logo { background: linear-gradient(135deg, #2dd4ff, #1abcd8); color: #03101f; }
.llm-card .llm-score b {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-right: 6px;
}
.llm-card .llm-score span {
  font-size: 12px;
  color: #98aed6;
}
.llm-card .llm-foot {
  font-size: 11px;
  color: #98aed6;
  border-top: 1px solid rgba(96, 124, 188, 0.15);
  padding-top: 8px;
}

/* Keyword battle table (Ulanzi GEO style) */
.kw-battle {
  margin-top: 16px;
  background: rgba(11, 16, 32, 0.6);
  border: 1px solid rgba(96, 124, 188, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.kw-head, .kw-row {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr 1fr 1.4fr;
  gap: 10px;
  padding: 10px 16px;
  align-items: center;
  font-size: 12px;
  color: #d6deee;
}
.kw-head {
  background: rgba(20, 28, 50, 0.7);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #98aed6;
  font-weight: 600;
}
.kw-row {
  border-top: 1px solid rgba(96, 124, 188, 0.1);
}
.kw-row .kw-y { color: #6ad29b; font-weight: 500; }
.kw-row .kw-n { color: #ef9e9e; }
.kw-tag {
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  text-align: center;
  letter-spacing: 0.04em;
}
.kw-tag.covered { background: rgba(106, 210, 155, 0.18); color: #6ad29b; }
.kw-tag.mid { background: rgba(244, 196, 110, 0.18); color: #f4c46e; }
.kw-tag.gap { background: rgba(239, 110, 110, 0.18); color: #ef9e9e; }

@media (max-width: 900px) {
  .mockup-sku-grid-v2.v3 { grid-template-columns: repeat(2, 1fr); }
  .mockup-llm-grid { grid-template-columns: repeat(2, 1fr); }
  .kw-head, .kw-row { grid-template-columns: 1.5fr 1fr 1fr; font-size: 11px; }
  .kw-head > *:nth-child(n+4), .kw-row > *:nth-child(n+4) { display: none; }
}

/* === V2e: white-bg image blending + real video thumbnails + shot breakdown === */

/* Fix white background on real product images — blend into dark theme */
.sku-img-real {
  mix-blend-mode: screen;
  filter: brightness(1.08) contrast(1.04);
  background: transparent;
}

/* Real video thumbnail (replaces empty gradient placeholders) */
.ad-card-v2 .ad-thumb-v2 {
  height: 180px;
  background: linear-gradient(160deg, #1a2a5f, #0b1224);
  overflow: hidden;
}
.ad-thumb-v2 .video-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
}
.ad-thumb-v2 .video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(7, 11, 19, 0.85));
}
.ad-thumb-v2 .play-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d1320;
  font-size: 18px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.ad-thumb-v2 .play-circle::after {
  content: "▶";
  margin-left: 3px;
}
.ad-thumb-v2 .ad-platform {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 3;
}
.ad-thumb-v2 .ad-duration {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 3;
  background: rgba(11, 16, 32, 0.85);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
}

/* === Section 10 · Viral Shot Breakdown === */
.mockup-shot-breakdown {
  margin-top: 24px;
}
.shot-hero {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  background: rgba(11, 16, 32, 0.7);
  border: 1px solid rgba(96, 124, 188, 0.22);
  border-radius: 14px;
  padding: 22px;
  margin-bottom: 20px;
}
.shot-hero .shot-cover {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background: linear-gradient(160deg, #2a1e3a, #0b1224);
}
.shot-hero .shot-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}
.shot-hero .shot-cover .play-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d1320;
  font-size: 18px;
}
.shot-hero .shot-cover .play-pulse::after { content: "▶"; margin-left: 3px; }
.shot-hero .shot-cover .views-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(11, 16, 32, 0.85);
  color: #6ee7ff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid rgba(110, 231, 255, 0.3);
}
.shot-info { display: flex; flex-direction: column; gap: 12px; }
.shot-info .shot-title { font-size: 16px; color: #fff; font-weight: 600; line-height: 1.4; }
.shot-info .shot-creator { font-size: 13px; color: #98aed6; }
.shot-info .shot-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 4px;
}
.shot-info .shot-stat { text-align: center; padding: 10px 6px; background: rgba(20, 28, 50, 0.6); border-radius: 8px; }
.shot-info .shot-stat b { display: block; font-size: 16px; color: #fff; font-weight: 700; }
.shot-info .shot-stat span { display: block; font-size: 10px; color: #98aed6; margin-top: 2px; letter-spacing: 0.04em; }

.shot-timeline {
  background: rgba(11, 16, 32, 0.6);
  border: 1px solid rgba(96, 124, 188, 0.2);
  border-radius: 12px;
  overflow: hidden;
}
.shot-row {
  display: grid;
  grid-template-columns: 60px 100px 1.4fr 1fr 80px;
  gap: 14px;
  padding: 12px 18px;
  align-items: center;
  border-bottom: 1px solid rgba(96, 124, 188, 0.12);
  font-size: 13px;
  color: #d6deee;
}
.shot-row.head { background: rgba(20, 28, 50, 0.7); font-size: 10px; color: #98aed6; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; }
.shot-row:last-child { border-bottom: none; }
.shot-row .shot-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: #6ee7ff;
}
.shot-row .shot-time {
  font-family: 'JetBrains Mono', monospace;
  color: #6ad29b;
  font-weight: 600;
}
.shot-row .shot-action b { color: #fff; display: block; margin-bottom: 2px; }
.shot-row .shot-action span { font-size: 11px; color: #98aed6; }
.shot-row .shot-hook {
  font-style: italic;
  color: #c5d1ea;
}
.shot-row .shot-tag {
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  text-align: center;
}
.shot-tag.hook { background: rgba(239, 110, 110, 0.18); color: #ef9e9e; }
.shot-tag.problem { background: rgba(244, 196, 110, 0.18); color: #f4c46e; }
.shot-tag.solution { background: rgba(106, 210, 155, 0.18); color: #6ad29b; }
.shot-tag.proof { background: rgba(110, 231, 255, 0.18); color: #6ee7ff; }
.shot-tag.cta { background: rgba(124, 92, 255, 0.22); color: #b9a4ff; }

@media (max-width: 900px) {
  .shot-hero { grid-template-columns: 1fr; }
  .shot-info .shot-stats { grid-template-columns: repeat(2, 1fr); }
  .shot-row { grid-template-columns: 40px 1fr 80px; font-size: 11px; gap: 8px; }
  .shot-row > *:nth-child(2), .shot-row > *:nth-child(4) { display: none; }
}

/* === Section 11 · Ask OmniAtlas (Conversational AI CEO Assistant) === */
.mockup-omniatlas-chat {
  background: rgba(11, 16, 32, 0.85);
  border: 1px solid rgba(96, 124, 188, 0.28);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 20px;
}
.chat-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  background: rgba(20, 28, 50, 0.7);
  border-bottom: 1px solid rgba(96, 124, 188, 0.18);
}
.chat-avatar-brand {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #6ee7ff, #2563ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: #03101f;
}
.chat-meta { flex: 1; }
.chat-meta strong { display: block; color: #fff; font-size: 14px; }
.chat-meta span { display: block; font-size: 11px; color: #98aed6; margin-top: 2px; }
.chat-status {
  font-size: 11px;
  color: #6ad29b;
  font-weight: 600;
  padding: 4px 10px;
  background: rgba(106, 210, 155, 0.15);
  border: 1px solid rgba(106, 210, 155, 0.3);
  border-radius: 999px;
}
.chat-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 740px;
  overflow-y: auto;
}
.chat-msg { display: flex; gap: 12px; align-items: flex-start; }
.chat-msg.user { flex-direction: row-reverse; }
.chat-msg .msg-avatar {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
  background: rgba(96, 124, 188, 0.25);
  color: #c5d1ea;
}
.chat-msg.ai .msg-avatar.brand {
  background: linear-gradient(135deg, #6ee7ff, #2563ff);
  color: #03101f;
  font-size: 14px;
}
.chat-msg .msg-bubble {
  background: rgba(20, 28, 50, 0.7);
  border: 1px solid rgba(96, 124, 188, 0.2);
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 14px;
  color: #e8eef9;
  line-height: 1.55;
  max-width: 78%;
}
.chat-msg.user .msg-bubble {
  background: rgba(37, 99, 255, 0.15);
  border-color: rgba(110, 231, 255, 0.3);
  color: #fff;
}
.chat-msg.ai .msg-bubble {
  max-width: 88%;
}
.chat-msg.ai .msg-bubble p {
  margin: 0 0 14px;
}
.chat-msg.ai .msg-bubble p:last-child { margin-bottom: 0; }

.root-cause-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}
.rc-item {
  display: grid;
  grid-template-columns: 28px 1fr 80px;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  background: rgba(11, 16, 32, 0.5);
  border-radius: 8px;
  border: 1px solid rgba(96, 124, 188, 0.12);
}
.rc-item .rc-rank {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(110, 231, 255, 0.2);
  color: #6ee7ff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.rc-item b { color: #fff; display: block; font-size: 13px; }
.rc-item span { color: #98aed6; font-size: 11px; line-height: 1.4; }
.rc-item .rc-impact {
  color: #ef9e9e;
  font-weight: 700;
  font-size: 14px;
  text-align: right;
}

.action-card {
  background: linear-gradient(135deg, rgba(110, 231, 255, 0.08), rgba(124, 92, 255, 0.06));
  border: 1px solid rgba(110, 231, 255, 0.3);
  border-radius: 12px;
  padding: 16px 18px;
  margin-top: 6px;
}
.action-card .action-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.action-card .action-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6ee7ff;
  background: rgba(110, 231, 255, 0.18);
  padding: 4px 10px;
  border-radius: 4px;
}
.action-card .action-head strong { color: #fff; font-size: 15px; }
.action-card .action-detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  margin-bottom: 14px;
}
.action-card .action-detail span { color: #98aed6; }
.action-card .action-detail b { color: #fff; font-weight: 600; }
.action-card .action-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.action-card .act-btn {
  background: transparent;
  border: 1px solid rgba(96, 124, 188, 0.3);
  color: #c5d1ea;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}
.action-card .act-btn:hover { border-color: rgba(110, 231, 255, 0.5); color: #fff; }
.action-card .act-btn.primary {
  background: rgba(110, 231, 255, 0.2);
  border-color: rgba(110, 231, 255, 0.55);
  color: #6ee7ff;
  font-weight: 600;
}

.chat-prompts {
  padding: 16px 24px 22px;
  background: rgba(20, 28, 50, 0.5);
  border-top: 1px solid rgba(96, 124, 188, 0.12);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.chat-prompts .prompts-label { font-size: 11px; color: #98aed6; margin-right: 6px; }
.chat-prompts .prompt-pill {
  background: rgba(20, 28, 50, 0.7);
  border: 1px solid rgba(96, 124, 188, 0.2);
  color: #c5d1ea;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.chat-prompts .prompt-pill:hover {
  border-color: rgba(110, 231, 255, 0.45);
  color: #6ee7ff;
}

@media (max-width: 900px) {
  .chat-msg .msg-bubble { max-width: 92%; }
  .rc-item { grid-template-columns: 24px 1fr 60px; gap: 8px; }
  .action-card .action-buttons { flex-direction: column; }
  .action-card .act-btn { width: 100%; }
}


/* === §06 v2 multi-chart grid (radar + bubble + donut) === */
.profit-multi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}
.chart-card {
  background: rgba(11, 16, 32, 0.6);
  border: 1px solid rgba(96, 124, 188, 0.22);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
}
.chart-card header { margin-bottom: 14px; }
.chart-card header strong { display: block; color: #fff; font-size: 13px; }
.chart-card header span { display: block; color: #98aed6; font-size: 11px; margin-top: 4px; }

.radar-chart, .bubble-chart, .donut-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.radar-svg, .bubble-svg, .donut-svg {
  width: 100%;
  max-width: 280px;
}
.radar-legend, .bubble-legend, .donut-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  font-size: 11px;
  color: #c5d1ea;
  margin-top: 6px;
}
.radar-legend span, .bubble-legend span, .donut-legend span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.radar-legend i, .bubble-legend i, .donut-legend i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}
.donut-legend {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  font-size: 11px;
}

@media (max-width: 1000px) {
  .profit-multi-grid { grid-template-columns: 1fr; }
}


/* === §06 trend line v2 - enriched === */
.mockup-profit-chart.enriched {
  height: auto;
  background: rgba(11, 16, 32, 0.5);
  padding: 16px 14px 8px;
}
.mockup-profit-chart.enriched .profit-svg {
  height: 280px;
  margin-bottom: 4px;
}
.profit-legend.rich {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 8px;
  font-size: 12px;
  color: #d6deee;
}
.profit-legend.rich span { display: flex; align-items: center; gap: 4px; color: var(--c, #fff); font-weight: 600; }
.profit-legend.rich em {
  font-style: normal;
  color: #98aed6;
  font-weight: 400;
  margin-left: 4px;
  font-size: 11px;
}

/* === §03 timeline v2 - rich event cards === */
.mockup-timeline-rich {
  margin-top: 28px;
  position: relative;
  padding: 60px 24px 50px;
}
.tl-grid {
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  pointer-events: none;
}
.tl-day {
  border-left: 1px dashed rgba(154, 181, 225, 0.1);
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-left: 6px;
}
.tl-day:first-child { border-left: none; }
.tl-day .tl-date {
  font-size: 10px;
  color: #6e7c95;
  font-family: 'JetBrains Mono', monospace;
  margin-top: 4px;
}

.tl-axis {
  position: absolute;
  top: 50%;
  left: 24px;
  right: 24px;
  height: 2px;
  background: linear-gradient(90deg, rgba(45,212,255,0.4), rgba(124,92,255,0.3), rgba(106,210,155,0.4));
  border-radius: 2px;
}

.tl-events {
  position: relative;
  height: 100%;
  min-height: 200px;
}
.tl-event {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.tl-event:nth-child(even) {
  flex-direction: column-reverse;
}
.tl-event:nth-child(odd) .tl-card {
  margin-top: 10px;
}
.tl-event:nth-child(even) .tl-card {
  margin-bottom: 10px;
}

.tl-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  border: 3px solid #070b13;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.15), 0 4px 12px rgba(0,0,0,0.5);
}
.tl-event.major .tl-dot {
  width: 36px;
  height: 36px;
  font-size: 13px;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.18), 0 6px 18px rgba(110, 231, 255, 0.35);
}
.tl-dot.anker { background: linear-gradient(135deg, #2dd4ff, #2563ff); }
.tl-dot.govee { background: linear-gradient(135deg, #7c5cff, #b85cff); }
.tl-dot.ulanzi { background: linear-gradient(135deg, #f4c46e, #ef9e6e); }
.tl-dot.eufy { background: linear-gradient(135deg, #6ad29b, #2dd4ff); }
.tl-dot.insta { background: linear-gradient(135deg, #ef6e6e, #f4c46e); }
.tl-dot.soundpeats { background: linear-gradient(135deg, #2dd4ff, #6ad29b); }
.tl-dot.baseus { background: linear-gradient(135deg, #b85cff, #7c5cff); }

.tl-card {
  background: rgba(20, 28, 50, 0.85);
  border: 1px solid rgba(96, 124, 188, 0.25);
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
  min-width: 110px;
  backdrop-filter: blur(4px);
}
.tl-event.major .tl-card {
  border-color: rgba(110, 231, 255, 0.4);
  background: rgba(20, 36, 70, 0.92);
}
.tl-card b { display: block; color: #fff; font-size: 11px; }
.tl-card span { color: #c5d1ea; font-size: 10px; }

.tl-legend {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  font-size: 11px;
  color: #98aed6;
}
.tl-legend span { display: flex; align-items: center; gap: 6px; }
.tl-legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.tl-legend i.anker { background: linear-gradient(135deg, #2dd4ff, #2563ff); }
.tl-legend i.govee { background: linear-gradient(135deg, #7c5cff, #b85cff); }
.tl-legend i.ulanzi { background: linear-gradient(135deg, #f4c46e, #ef9e6e); }
.tl-legend i.eufy { background: linear-gradient(135deg, #6ad29b, #2dd4ff); }
.tl-legend i.insta { background: linear-gradient(135deg, #ef6e6e, #f4c46e); }
.tl-legend i.soundpeats { background: linear-gradient(135deg, #2dd4ff, #6ad29b); }
.tl-legend i.baseus { background: linear-gradient(135deg, #b85cff, #7c5cff); }

@media (max-width: 900px) {
  .mockup-timeline-rich { padding: 40px 0 40px; min-height: auto; }
  .tl-card { min-width: 80px; font-size: 9px; }
  .tl-card b { font-size: 10px; }
  .tl-grid { display: none; }
}

/* =====================================
   v2i: 8 upgrades — inventory v2, matrix v2, cases v2,
   §12 integration map, ROI calculator, pricing strengths,
   workflow diagram, hero KPI
   ===================================== */

/* §07 Inventory v2 — multi-component grid */
.inventory-multi-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
  margin-top: 24px;
}
.inv-left { display: flex; flex-direction: column; gap: 16px; }
.inv-right { display: flex; flex-direction: column; gap: 16px; }
.inv-card-h {
  font-size: 12px;
  font-weight: 600;
  color: #98aed6;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.inv-sku-bars {
  background: rgba(11, 16, 32, 0.5);
  border: 1px solid rgba(96, 124, 188, 0.18);
  border-radius: 10px;
  padding: 16px 18px;
}
.inv-sku-row {
  display: grid;
  grid-template-columns: 110px 1fr 60px 50px;
  gap: 10px;
  align-items: center;
  padding: 7px 0;
  font-size: 12px;
  color: #d6deee;
}
.inv-sku-row span:first-child { color: #fff; font-weight: 500; }
.inv-sku-row .inv-bar-track {
  height: 8px;
  background: rgba(96, 124, 188, 0.15);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.inv-sku-row .inv-bar {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #6ad29b, #2dd4ff);
}
.inv-sku-row.high .inv-bar { background: linear-gradient(90deg, #ef6e6e, #f4a06e); }
.inv-sku-row.med .inv-bar { background: linear-gradient(90deg, #f4c46e, #f4a06e); }
.inv-sku-row .inv-days { text-align: right; font-weight: 600; color: #c5d1ea; font-family: 'JetBrains Mono', monospace; }
.inv-sku-row.high .inv-days { color: #ef9e9e; }
.inv-sku-row.med .inv-days { color: #f4c46e; }
.inv-sku-row .inv-action { font-size: 10px; color: #98aed6; text-align: right; }

.inv-leadtime-chart {
  background: rgba(11, 16, 32, 0.5);
  border: 1px solid rgba(96, 124, 188, 0.18);
  border-radius: 10px;
  padding: 16px 18px;
}
.inv-leadtime-chart svg { width: 100%; height: 130px; }
.inv-stockout-list {
  background: rgba(11, 16, 32, 0.5);
  border: 1px solid rgba(239, 110, 110, 0.25);
  border-radius: 10px;
  padding: 16px 18px;
}
.stockout-item {
  display: grid;
  grid-template-columns: 1fr 80px;
  gap: 10px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid rgba(96, 124, 188, 0.1);
  font-size: 12px;
}
.stockout-item:last-child { border-bottom: none; }
.stockout-item b { color: #fff; display: block; font-size: 12px; }
.stockout-item span { color: #98aed6; font-size: 10px; }
.stockout-item .countdown {
  text-align: right;
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  color: #ef9e9e;
  font-size: 14px;
}

/* §09 Risk Matrix v2 — four quadrants */
.mockup-matrix-v2 {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-template-rows: 1fr 50px;
  gap: 0;
  margin-top: 24px;
  height: 320px;
  position: relative;
}
.mockup-matrix-v2 .matrix-area-v2 {
  position: relative;
  border-left: 1px solid rgba(96, 124, 188, 0.3);
  border-bottom: 1px solid rgba(96, 124, 188, 0.3);
  background:
    linear-gradient(135deg, rgba(239, 110, 110, 0.14) 0%, rgba(239, 110, 110, 0) 50%),
    linear-gradient(225deg, rgba(110, 231, 255, 0.12) 0%, rgba(110, 231, 255, 0) 50%),
    linear-gradient(45deg, rgba(244, 196, 110, 0.08) 0%, rgba(244, 196, 110, 0) 50%),
    rgba(11, 16, 32, 0.5);
}
.mockup-matrix-v2 .quad-label {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.75;
}
.mockup-matrix-v2 .quad-label.tl { top: 14px; left: 14px; color: #ef9e9e; }
.mockup-matrix-v2 .quad-label.tr { top: 14px; right: 14px; color: #6ee7ff; }
.mockup-matrix-v2 .quad-label.bl { bottom: 60px; left: 14px; color: #f4c46e; }
.mockup-matrix-v2 .quad-label.br { bottom: 60px; right: 14px; color: #98aed6; }

/* Cases v2 — mini visuals inside cards */
.case-mini-preview {
  margin: 18px 0;
  background: rgba(11, 16, 32, 0.7);
  border: 1px solid rgba(110, 231, 255, 0.2);
  border-radius: 10px;
  padding: 14px 18px;
  color: #c5d1ea;
  font-family: Inter;
  box-shadow: 0 6px 24px rgba(0,0,0,0.4);
}
.case-mini-preview h6 { font-size: 11px; margin: 0 0 8px; color: #6ee7ff; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }
.case-mini-preview ol { margin: 0; padding-left: 16px; font-size: 11.5px; line-height: 1.65; color: #d3dcee; }
.case-mini-roi {
  margin: 18px 0;
  background: rgba(11, 16, 32, 0.6);
  border: 1px solid rgba(106, 210, 155, 0.25);
  border-radius: 10px;
  padding: 14px 16px;
}
.case-mini-roi .roi-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 11px;
  color: #98aed6;
}
.case-mini-roi .roi-head b { color: #6ad29b; font-weight: 700; }
.case-mini-roi svg { width: 100%; height: 70px; }

/* §12 Integration Map */
.integration-grid-wrap {
  margin-top: 28px;
}
.integration-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.integration-tabs .int-tab {
  font-size: 11px;
  font-weight: 600;
  color: #98aed6;
  background: rgba(20, 28, 50, 0.5);
  border: 1px solid rgba(96, 124, 188, 0.2);
  padding: 6px 12px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  cursor: pointer;
  user-select: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.integration-tabs .int-tab.active {
  background: rgba(110, 231, 255, 0.18);
  border-color: rgba(110, 231, 255, 0.4);
  color: #6ee7ff;
}
.integration-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}
.int-logo {
  aspect-ratio: 1;
  background: rgba(20, 28, 50, 0.6);
  border: 1px solid rgba(96, 124, 188, 0.18);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px;
  transition: all 0.15s ease;
  cursor: default;
}
.int-logo:hover {
  border-color: rgba(110, 231, 255, 0.45);
  transform: translateY(-2px);
}
.int-logo .int-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
.int-logo .int-name { font-size: 10px; color: #c5d1ea; text-align: center; }

/* ROI Calculator */
.roi-calc {
  max-width: 1100px;
  margin: 0 auto 60px;
  padding: 36px 40px;
  background:
    radial-gradient(circle at 80% 20%, rgba(110, 231, 255, 0.1), transparent 50%),
    rgba(11, 16, 32, 0.7);
  border: 1px solid rgba(110, 231, 255, 0.3);
  border-radius: 18px;
}
.roi-calc h3 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 6px;
  text-align: center;
}
.roi-calc .roi-sub {
  text-align: center;
  color: #c5d1ea;
  font-size: 14px;
  margin: 0 0 28px;
}
.roi-calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.roi-inputs label {
  display: block;
  margin-bottom: 18px;
}
.roi-inputs label span {
  display: block;
  font-size: 12px;
  color: #98aed6;
  margin-bottom: 6px;
  font-weight: 600;
}
.roi-inputs label input,
.roi-inputs label select {
  width: 100%;
  background: rgba(20, 28, 50, 0.7);
  border: 1px solid rgba(96, 124, 188, 0.3);
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 15px;
  font-family: Inter;
}
.roi-outputs {
  background: rgba(20, 28, 50, 0.5);
  border-radius: 12px;
  padding: 20px 24px;
  border: 1px solid rgba(96, 124, 188, 0.2);
}
.roi-output-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid rgba(96, 124, 188, 0.12);
}
.roi-output-row:last-child { border-bottom: none; }
.roi-output-row .roi-label { color: #c5d1ea; font-size: 13px; }
.roi-output-row .roi-value { color: #6ee7ff; font-size: 22px; font-weight: 700; }
.roi-output-row.highlight .roi-value { color: #6ad29b; font-size: 28px; }

/* Pricing strengthen — Most Popular animation */
.pricing-card.featured .badge {
  animation: pulse-badge 2.4s ease-in-out infinite;
}
@keyframes pulse-badge {
  0%, 100% { box-shadow: 0 0 0 0 rgba(110, 231, 255, 0.4); transform: translateX(-50%) scale(1); }
  50% { box-shadow: 0 0 0 12px rgba(110, 231, 255, 0); transform: translateX(-50%) scale(1.05); }
}

/* Workflow flow diagram */
.workflow-flow {
  max-width: 1100px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: center;
}
.flow-node {
  background: rgba(20, 28, 50, 0.7);
  border: 1px solid rgba(96, 124, 188, 0.25);
  border-radius: 12px;
  padding: 22px 20px;
  text-align: center;
  position: relative;
}
.flow-node .flow-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2dd4ff, #2563ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  margin: 0 auto 14px;
}
.flow-node h4 { color: #fff; font-size: 14px; margin: 0 0 6px; }
.flow-node p { color: #c5d1ea; font-size: 11px; margin: 0; line-height: 1.5; }
.flow-arrow {
  color: #6ee7ff;
  font-size: 22px;
  padding: 0 12px;
  opacity: 0.6;
}

@media (max-width: 1000px) {
  .inventory-multi-grid { grid-template-columns: 1fr; }
  .integration-grid { grid-template-columns: repeat(4, 1fr); }
  .roi-calc-grid { grid-template-columns: 1fr; }
  .workflow-flow { grid-template-columns: 1fr; }
  .flow-arrow { display: none; }
}
