/* 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(500px, 0.42fr) minmax(700px, 1fr);
  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: 580px;
}

.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(48px, 4.2vw, 72px);
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

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

.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;
  }
}
