:root {
  color-scheme: light;
  --ink: #111827;
  --muted: #647086;
  --line: #d8e0ee;
  --soft: #f6f8fd;
  --panel: #ffffff;
  --navy: #111827;
  --primary: #2454ff;
  --violet: #7c3aed;
  --cyan: #2f80ff;
  --amber: #c47a16;
  --red: #d04b5c;
  --shadow: 0 28px 80px rgba(21, 31, 58, 0.18);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

/* Dimension x Seline refresh: executive dark command center + crisp data canvas */
:root {
  --ink: #0b1120;
  --muted: #596579;
  --line: #dfe5ef;
  --soft: #f5f7fb;
  --panel: #ffffff;
  --navy: #0b1120;
  --primary: #355cff;
  --violet: #7a4dff;
  --cyan: #38a7ff;
  --amber: #b86b12;
  --red: #c7354b;
  --shadow: 0 28px 80px rgba(9, 14, 28, 0.14);
}

body {
  background: #f6f8fb;
}

.site-header {
  background: rgba(8, 13, 26, 0.84);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  color: #f8fafc;
}

.site-header .brand-mark {
  background: linear-gradient(135deg, #f8fafc, #7dd3fc);
  color: #0b1120;
}

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

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

.site-header .button.small {
  background: #f8fafc;
  border-color: rgba(255, 255, 255, 0.2);
  color: #0b1120;
  box-shadow: none;
}

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

.lang-button {
  color: #c7d2e3;
}

.lang-button.active {
  background: #f8fafc;
  color: #0b1120;
}

main {
  overflow: hidden;
}

.hero {
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 72px);
  padding: 78px clamp(20px, 4vw, 56px) 82px;
  background:
    linear-gradient(rgba(99, 102, 241, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 102, 241, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 72% 28%, rgba(53, 92, 255, 0.34), transparent 28%),
    radial-gradient(circle at 18% 20%, rgba(122, 77, 255, 0.2), transparent 24%),
    #070b16;
  background-size: 72px 72px, 72px 72px, auto, auto, auto;
  color: #fff;
}

.hero.section-shell {
  width: 100%;
}

.hero-copy {
  max-width: 670px;
  justify-self: end;
}

.hero .eyebrow {
  color: #89b4ff;
}

.hero h1 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(44px, 5.2vw, 72px);
}

.hero-subtitle {
  color: #c0c9d8;
  font-size: 19px;
}

.hero .button {
  background: #f8fafc;
  border-color: rgba(255, 255, 255, 0.18);
  color: #0b1120;
  box-shadow: 0 18px 44px rgba(125, 172, 255, 0.22);
}

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

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

.hero-visual-card.command-visual {
  position: relative;
  min-height: 620px;
  padding: 0;
  background: #070b16;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 40px 120px rgba(0, 0, 0, 0.42);
}

.command-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: blur(3px) brightness(0.48) saturate(1.08);
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
}

.command-glass {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(74, 106, 255, 0.34), transparent 23%),
    linear-gradient(180deg, rgba(7, 11, 22, 0.2), rgba(7, 11, 22, 0.72));
}

.command-visual .org-chip,
.command-visual .org-output,
.command-visual .org-card,
.command-visual .org-core {
  z-index: 2;
}

.command-visual .org-card {
  width: 190px;
  background: rgba(11, 17, 32, 0.72);
  border-color: rgba(155, 178, 255, 0.24);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.command-visual .org-core {
  width: 190px;
  height: 146px;
  background:
    radial-gradient(circle at 50% 30%, rgba(151, 171, 255, 0.28), transparent 44%),
    rgba(8, 13, 26, 0.86);
  border: 1px solid rgba(155, 178, 255, 0.28);
  border-radius: 999px;
  box-shadow:
    0 0 54px rgba(74, 106, 255, 0.45),
    0 0 0 10px rgba(74, 106, 255, 0.08);
}

.command-visual .org-core span {
  display: none;
}

.command-visual .org-output,
.command-visual .org-chip {
  background: rgba(11, 17, 32, 0.72);
  border-color: rgba(155, 178, 255, 0.24);
}

.comparison-stage,
.pain,
.modules,
.cases,
.outputs,
.deliverables,
.closing {
  padding: 104px 0;
}

.section-heading {
  max-width: 900px;
}

.eyebrow {
  color: #355cff;
  text-transform: none;
}

h2 {
  color: #0b1120;
}

.interactive-compare,
.case-card,
.panel-gallery article,
.device-showcase,
.visual-stack,
.officer-map,
.closing-inner {
  border-radius: 12px;
}

.compare-controls,
.analysis-tabs {
  background: #eef2f8;
}

.compare-tab.active,
.analysis-tab.active,
.workflow-output,
.command-footer {
  background: #0b1120;
}

.compare-diagram,
.diagram-lane,
.compare-metrics article,
.module-grid article,
.capability,
.compare-grid article,
.timeline article {
  background: #fff;
  border-color: #e1e7f0;
}

.diagram-lane.ai-lane {
  background:
    linear-gradient(180deg, rgba(53, 92, 255, 0.08), rgba(255, 255, 255, 0.92)),
    #fff;
}

.ai-flow span {
  background: #0b1120;
}

.ai-flow span:nth-child(2) {
  color: #355cff;
  background: #edf3ff;
}

.platform,
.workflow,
.comparison {
  background: #f0f3f8;
}

.workflow-visual,
.mini-command {
  background:
    linear-gradient(rgba(125, 151, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 151, 255, 0.1) 1px, transparent 1px),
    #0b1120;
  background-size: 56px 56px, 56px 56px, auto;
}

.workflow-node,
.command-list article {
  background: rgba(255, 255, 255, 0.065);
  border-color: rgba(155, 178, 255, 0.2);
}

.module-grid article {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
}

.module-grid article h3::before {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  margin-bottom: 18px;
  background: #355cff;
  border-radius: 999px;
}

.outputs {
  grid-template-columns: minmax(0, 0.74fr) minmax(560px, 1.26fr);
}

.device-showcase {
  background:
    linear-gradient(rgba(125, 151, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 151, 255, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(122, 77, 255, 0.24), transparent 32%),
    #0b1120;
  background-size: 54px 54px, 54px 54px, auto, auto;
  border-color: rgba(155, 178, 255, 0.18);
  border-radius: 16px;
}

.desktop-frame {
  border-radius: 12px;
  background: linear-gradient(180deg, #252d3f, #0f172a);
}

.desktop-frame img {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.phone-frame {
  border-color: #252d3f;
}

.demo-banner {
  color: #5e440d;
  background: #fff6dd;
  border-color: #ead7a7;
}

.analysis-logic article {
  background:
    linear-gradient(rgba(125, 151, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 151, 255, 0.1) 1px, transparent 1px),
    #0b1120;
  background-size: 54px 54px, 54px 54px, auto;
  border: 1px solid rgba(155, 178, 255, 0.18);
}

.panel-gallery article {
  padding: 0;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.panel-shot {
  position: relative;
  min-height: 252px;
  padding: 18px;
  color: #0b1120;
  background: #f8fafc;
  border-bottom: 1px solid #e1e7f0;
  border-radius: 0;
}

.panel-shot::before {
  content: "";
  position: absolute;
  inset: 52px 18px 18px;
  background:
    linear-gradient(90deg, #355cff 0 22%, transparent 22% 100%) 0 18px / 100% 8px no-repeat,
    linear-gradient(90deg, #7a4dff 0 38%, transparent 38% 100%) 0 58px / 100% 8px no-repeat,
    linear-gradient(90deg, #38a7ff 0 61%, transparent 61% 100%) 0 98px / 100% 8px no-repeat,
    linear-gradient(#e5ebf5 0 0) 0 0 / 100% 1px no-repeat,
    linear-gradient(#e5ebf5 0 0) 0 40px / 100% 1px no-repeat,
    linear-gradient(#e5ebf5 0 0) 0 80px / 100% 1px no-repeat,
    linear-gradient(#e5ebf5 0 0) 0 120px / 100% 1px no-repeat;
  border: 1px solid #e1e7f0;
  border-radius: 8px;
}

.panel-shot::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, #355cff 0 38%, #7a4dff 38% 68%, #38a7ff 68% 88%, #d9e3f3 88% 100%);
  box-shadow: inset 0 0 0 28px #f8fafc;
}

.panel-shot span,
.panel-shot strong,
.panel-shot p {
  position: relative;
  z-index: 1;
}

.panel-shot span {
  display: inline-flex;
  padding: 5px 8px;
  color: #355cff;
  background: #edf3ff;
  border: 1px solid #d8e3ff;
  border-radius: 999px;
}

.panel-shot strong {
  margin-top: 116px;
  color: #0b1120;
  font-size: 22px;
}

.panel-shot p {
  color: #596579;
}

.amazon-shot::before {
  background:
    linear-gradient(90deg, #355cff 0 66%, transparent 66% 100%) 0 18px / 100% 8px no-repeat,
    linear-gradient(90deg, #f59e0b 0 44%, transparent 44% 100%) 0 58px / 100% 8px no-repeat,
    linear-gradient(90deg, #7a4dff 0 28%, transparent 28% 100%) 0 98px / 100% 8px no-repeat,
    linear-gradient(#e5ebf5 0 0) 0 0 / 100% 1px no-repeat,
    linear-gradient(#e5ebf5 0 0) 0 40px / 100% 1px no-repeat,
    linear-gradient(#e5ebf5 0 0) 0 80px / 100% 1px no-repeat,
    linear-gradient(#e5ebf5 0 0) 0 120px / 100% 1px no-repeat;
}

.content-shot::after,
.hiring-shot::after {
  border-radius: 12px;
  background: linear-gradient(180deg, #355cff, #7a4dff);
  box-shadow:
    -42px 12px 0 -18px #38a7ff,
    -78px 30px 0 -24px #b8c6df;
}

.finance-shot::before,
.voice-shot::before {
  background:
    linear-gradient(135deg, transparent 20%, rgba(53, 92, 255, 0.14) 20% 21%, transparent 21%),
    linear-gradient(160deg, transparent 28%, rgba(122, 77, 255, 0.16) 28% 29%, transparent 29%),
    linear-gradient(#e5ebf5 0 0) 0 0 / 100% 1px no-repeat,
    linear-gradient(#e5ebf5 0 0) 0 40px / 100% 1px no-repeat,
    linear-gradient(#e5ebf5 0 0) 0 80px / 100% 1px no-repeat,
    linear-gradient(#e5ebf5 0 0) 0 120px / 100% 1px no-repeat;
}

.panel-gallery h3,
.panel-gallery > article > p {
  padding: 0 18px;
}

.panel-gallery > article > p {
  padding-bottom: 18px;
}

.case-card {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.08);
}

.case-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
  background: #0b1120;
  border-bottom: 1px solid #e1e7f0;
}

.closing-inner {
  background:
    radial-gradient(circle at 78% 20%, rgba(53, 92, 255, 0.28), transparent 28%),
    #0b1120;
  color: #fff;
}

.closing-inner h2 {
  color: #fff;
}

.closing-inner p:not(.eyebrow) {
  color: #c0c9d8;
}

.closing-inner .button.secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.site-footer {
  background: #0b1120;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  color: #cbd5e1;
}

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

  .hero-copy {
    justify-self: start;
  }

  .hero-visual-card.command-visual {
    min-height: 560px;
  }

  .outputs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .hero h1 {
    white-space: normal;
  }

  .hero-visual-card.command-visual {
    min-height: 520px;
  }

  .command-visual .org-card {
    width: 42%;
  }

  .command-visual .org-card-a,
  .command-visual .org-card-c,
  .command-visual .org-card-e {
    left: 5%;
  }

  .command-visual .org-card-b,
  .command-visual .org-card-d,
  .command-visual .org-card-f {
    right: 5%;
  }

  .panel-gallery,
  .module-grid,
  .officer-lab .module-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 56px 20px 64px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-visual-card.command-visual {
    min-height: 640px;
  }

  .command-visual .org-card {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px !important;
    right: 20px !important;
  }

  .command-visual .org-card-a { top: 72px; }
  .command-visual .org-card-b { top: 146px; }
  .command-visual .org-card-c { top: 220px; }
  .command-visual .org-card-d { top: 294px; }
  .command-visual .org-card-e { top: 368px; bottom: auto; }
  .command-visual .org-card-f { top: 442px; bottom: auto; }

  .command-visual .org-core {
    top: auto;
    bottom: 54px;
    width: 154px;
    height: 104px;
  }

  .command-visual .org-output {
    bottom: 14px;
    max-width: calc(100% - 40px);
    white-space: normal;
    text-align: center;
  }

  .device-showcase {
    grid-template-columns: 1fr;
  }

  .phone-frame {
    justify-self: center;
    width: min(220px, 82vw);
  }

  .desktop-frame img,
  .phone-frame img {
    height: auto;
  }

  .analysis-tabs {
    display: grid;
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 74% 12%, rgba(36, 84, 255, 0.13), transparent 30%),
    radial-gradient(circle at 18% 18%, rgba(124, 58, 237, 0.1), transparent 26%),
    #fbfcff;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  background: rgba(251, 252, 254, 0.88);
  border-bottom: 1px solid rgba(217, 224, 234, 0.72);
  backdrop-filter: blur(16px);
}

.brand,
.header-actions,
.nav-links,
.hero-actions,
.trust-strip {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 760;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--primary));
  border-radius: 8px;
  font-weight: 800;
}

.nav-links {
  gap: 28px;
  color: #516074;
  font-size: 14px;
}

.nav-links a:hover {
  color: var(--ink);
}

.header-actions {
  gap: 12px;
}

.lang-switch {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.lang-button {
  min-width: 42px;
  height: 36px;
  border: 0;
  color: #637083;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}

.lang-button.active {
  color: #fff;
  background: var(--navy);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--violet));
  border: 1px solid #315dff;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 760;
  white-space: nowrap;
  box-shadow: 0 14px 32px rgba(36, 84, 255, 0.22);
}

.button.secondary {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
  box-shadow: none;
}

.button.small {
  min-height: 36px;
  padding: 0 14px;
  font-size: 13px;
}

.section-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: 62px 0 72px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 800;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(44px, 4.6vw, 64px);
  line-height: 1.04;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
}

h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

p {
  line-height: 1.72;
}

.hero-subtitle {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.trust-strip {
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.trust-strip span {
  padding: 8px 12px;
  color: #33405a;
  background: #eef3ff;
  border: 1px solid #dce6ff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

.hero-visual-card,
.hero-product,
.preview-board {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-product {
  min-height: 560px;
}

.hero-visual-card {
  padding: 22px;
  background: #0f172a;
}

.hero-visual-card img {
  width: 100%;
  aspect-ratio: 1200 / 820;
  object-fit: cover;
}

.org-visual {
  position: relative;
  display: grid;
  min-height: 470px;
  background:
    linear-gradient(rgba(147, 197, 253, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147, 197, 253, 0.15) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(36, 84, 255, 0.45), transparent 24%),
    linear-gradient(135deg, #0f172a, #172554 54%, #312e81);
  background-size: 92px 92px, 92px 92px, auto, auto;
}

.org-chip,
.org-output {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 9px 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(191, 219, 254, 0.32);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.org-chip {
  top: 24px;
}

.org-output {
  bottom: 24px;
}

.org-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 150px;
  height: 130px;
  place-items: center;
  transform: translate(-50%, -50%);
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--violet));
  border-radius: 18px;
  box-shadow: 0 0 42px rgba(36, 84, 255, 0.5);
}

.org-core span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--primary);
  background: #fff;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 850;
}

.org-core strong,
.org-core em {
  display: block;
  font-style: normal;
}

.org-core strong {
  font-size: 22px;
}

.org-core em {
  color: #dbeafe;
  font-size: 13px;
  font-weight: 800;
}

.org-card {
  position: absolute;
  width: 210px;
  padding: 16px;
  color: #e0e7ff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(191, 219, 254, 0.32);
  border-radius: 8px;
  backdrop-filter: blur(8px);
}

.org-card strong,
.org-card span {
  display: block;
}

.org-card strong {
  color: #fff;
  font-size: 15px;
}

.org-card span {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 720;
}

.org-card-a {
  top: 86px;
  left: 10%;
}

.org-card-b {
  top: 86px;
  right: 10%;
}

.org-card-c {
  top: 250px;
  left: 8%;
}

.org-card-d {
  top: 250px;
  right: 8%;
}

.org-card-e {
  bottom: 86px;
  left: 14%;
}

.org-card-f {
  bottom: 86px;
  right: 14%;
}

.comparison-stage {
  padding: 92px 0;
}

.interactive-compare {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.compare-controls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  padding: 10px;
  background: #edf2ff;
}

.compare-tab {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  color: #53627a;
  background: transparent;
  font-size: 15px;
  font-weight: 820;
  cursor: pointer;
}

.compare-tab.active {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--violet));
}

.compare-content {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 320px;
  gap: 20px;
  align-items: stretch;
  padding: 20px;
}

.compare-content img {
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.compare-diagram {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  min-height: 380px;
  padding: 18px;
  background: #f7f9ff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.diagram-lane {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background: #fff;
  border: 1px solid #dfe7fb;
  border-radius: 8px;
}

.diagram-lane h3 {
  margin: 0;
}

.diagram-lane p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.legacy-flow,
.ai-flow {
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: 210px;
}

.legacy-flow {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.legacy-flow span,
.ai-flow span {
  display: grid;
  min-width: 112px;
  min-height: 52px;
  place-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 820;
}

.legacy-flow span {
  color: #475569;
  background: #eef2ff;
  border: 1px solid #d6deef;
}

.ai-flow {
  gap: 14px;
}

.ai-flow span {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--violet));
}

.ai-flow span:nth-child(2) {
  color: var(--primary);
  background: #eff6ff;
  border: 1px solid #c7d2fe;
}

.ai-flow span:nth-child(3) {
  background: #111827;
}

.compare-metrics {
  display: grid;
  gap: 12px;
}

.compare-metrics article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 96px;
  padding: 18px;
  background: #f7f9ff;
  border: 1px solid #dfe7fb;
  border-radius: 8px;
}

.compare-metrics span {
  color: #647086;
  font-size: 13px;
  font-weight: 800;
}

.compare-metrics strong {
  margin-top: 10px;
  color: var(--primary);
  font-size: 34px;
  line-height: 1;
}

.demo-banner {
  padding: 10px 16px;
  color: #5b3b07;
  background: #fff5df;
  border-bottom: 1px solid #f0d59f;
  font-size: 13px;
  font-weight: 800;
}

.demo-banner.compact {
  grid-column: 1 / -1;
  border: 1px solid #f2d7a5;
  border-radius: 8px;
}

.product-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  color: #6b7688;
  background: #f7f9ff;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}

.window-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  background: var(--primary);
  border-radius: 50%;
}

.window-dot.muted {
  background: #cbd5e1;
}

.product-grid {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-template-rows: 1fr auto;
  gap: 14px;
  padding: 16px;
}

.signal-panel,
.officer-panel,
.ceo-brief,
.brief-panel,
.metric-panel,
.preview-tile,
.text-card,
.module-grid article,
.capability,
.compare-grid article,
.timeline article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.signal-panel {
  grid-row: 1 / 3;
  padding: 14px;
  background: #f8fafc;
}

.panel-label {
  margin: 0 0 12px;
  color: #6b7688;
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.executive-grid {
  display: grid;
  grid-template-columns: 1fr 190px;
  grid-template-rows: 1fr auto;
  gap: 14px;
  padding: 16px;
}

.ceo-brief {
  grid-column: 1;
  grid-row: 1;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 255, 0.98)),
    linear-gradient(135deg, rgba(36, 84, 255, 0.08), rgba(124, 58, 237, 0.08));
}

.ceo-brief h2 {
  margin-bottom: 20px;
  font-size: 30px;
}

.officer-panel {
  grid-column: 2;
  grid-row: 1 / 3;
  padding: 14px;
  background: #f7f9ff;
}

.executive-grid .metric-panel {
  grid-column: 1;
  grid-row: 2;
}

.officer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
  color: #5c687d;
  border-top: 1px solid #e4e9f5;
  font-size: 13px;
}

.officer.active {
  color: var(--primary);
}

.officer strong {
  color: var(--ink);
}

.signal-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
  color: #5c6878;
  border-top: 1px solid #e6edf5;
  font-size: 13px;
}

.signal-item.active {
  color: var(--primary);
}

.signal-item strong {
  color: var(--ink);
}

.brief-panel {
  padding: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.brief-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.status-pill,
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 820;
}

.status-pill {
  color: #274ac6;
  background: #e9eeff;
}

.brief-panel h2 {
  margin-bottom: 20px;
  font-size: 30px;
}

.brief-list {
  display: grid;
  gap: 12px;
}

.brief-list article {
  padding: 14px;
  background: #fff;
  border: 1px solid #e3eaf2;
  border-radius: 8px;
}

.brief-list p {
  margin: 8px 0 0;
  color: #445166;
  font-size: 14px;
}

.tag.violet {
  color: #5b25b4;
  background: #f1eaff;
}

.tag.amber {
  color: #88500b;
  background: #fff0d3;
}

.tag.blue {
  color: #295eaf;
  background: #e8f0ff;
}

.metric-panel {
  padding: 16px;
}

.metric-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #edf1f6;
  color: #5b6677;
  font-size: 14px;
}

.metric-row strong {
  color: var(--ink);
  font-size: 18px;
}

.metric-row em {
  color: var(--primary);
  font-style: normal;
  font-weight: 800;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.section-heading.narrow {
  max-width: 610px;
  margin: 0;
}

.pain,
.modules,
.cases,
.outputs,
.closing {
  padding: 92px 0;
}

.pain-grid,
.module-grid,
.case-grid,
.timeline {
  display: grid;
  gap: 18px;
}

.pain-grid {
  grid-template-columns: repeat(4, 1fr);
}

.text-card,
.module-grid article,
.timeline article {
  padding: 22px;
}

.card-index {
  display: block;
  margin-bottom: 34px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 820;
}

.text-card p,
.module-grid p,
.timeline p,
.case-card p,
.capability p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.platform,
.workflow,
.comparison {
  background: #eef3ff;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 52px;
  align-items: start;
  padding: 92px 0;
}

.split-section .full-row {
  grid-column: 1 / -1;
}

.visual-stack {
  overflow: hidden;
  background: #111827;
  border: 1px solid #283a66;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.workflow-visual {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 18px;
}

.workflow-node {
  padding: 18px;
  min-height: 160px;
  color: #e0e7ff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(147, 197, 253, 0.28);
  border-radius: 8px;
}

.workflow-node strong,
.workflow-node span,
.workflow-node em {
  display: block;
}

.workflow-node strong {
  color: #fff;
  font-size: 18px;
}

.workflow-node span {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.55;
}

.workflow-node em {
  margin-top: 16px;
  color: #a5b4fc;
  font-style: normal;
  font-size: 13px;
  font-weight: 820;
}

.workflow-output {
  grid-column: 1 / -1;
  padding: 18px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, var(--primary), var(--violet));
  border-radius: 8px;
  font-size: 18px;
  font-weight: 850;
}

.visual-stack img,
.officer-map img {
  aspect-ratio: 1200 / 760;
  object-fit: cover;
}

.capability-stack {
  display: grid;
  gap: 14px;
}

.capability {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 22px;
}

.capability span,
.timeline span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border-radius: 8px;
  font-weight: 820;
}

.module-grid {
  grid-template-columns: repeat(3, 1fr);
}

.officer-lab {
  display: grid;
  grid-template-columns: minmax(460px, 1fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.officer-map {
  overflow: hidden;
  background: #111827;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mini-command {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 18px;
}

.command-header,
.command-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  font-weight: 850;
}

.command-header strong {
  padding: 6px 10px;
  color: #bfdbfe;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 12px;
}

.command-list {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.command-list article {
  padding: 16px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(147, 197, 253, 0.25);
  border-radius: 8px;
}

.command-list b,
.command-list span {
  display: block;
}

.command-list b {
  color: #fff;
}

.command-list span {
  margin-top: 8px;
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.6;
}

.command-footer {
  margin-top: auto;
  padding: 14px;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--violet));
  border-radius: 8px;
}

.officer-lab .module-grid {
  grid-template-columns: repeat(2, 1fr);
}

.module-grid article {
  min-height: 170px;
  background: linear-gradient(180deg, #fff 0%, #f7f9ff 100%);
}

.outputs {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: 42px;
  align-items: center;
  padding: 92px 0;
}

.preview-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.preview-board {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 14px;
  padding: 16px;
  box-shadow: none;
}

.device-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 18px;
  padding: 16px;
  background:
    radial-gradient(circle at 84% 16%, rgba(124, 58, 237, 0.2), transparent 32%),
    #111827;
  border: 1px solid #26365f;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.device-showcase::before {
  content: "";
  position: absolute;
  right: 178px;
  bottom: 18px;
  left: 34px;
  height: 16px;
  background: linear-gradient(180deg, #d7deef, #aeb8cf);
  border-radius: 0 0 16px 16px;
}

.device-showcase .demo-banner {
  grid-column: 1 / -1;
}

.desktop-frame,
.phone-frame {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.desktop-frame {
  padding: 12px 12px 22px;
  background: linear-gradient(180deg, #20293d, #111827);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28);
}

.desktop-frame::before {
  content: "";
  display: block;
  width: 58px;
  height: 8px;
  margin: 0 auto 10px;
  background: #3b4660;
  border-radius: 999px;
}

.desktop-frame img,
.phone-frame img {
  height: 390px;
  object-fit: cover;
  object-position: top left;
  border-radius: 4px;
}

.phone-frame {
  align-self: end;
  padding: 30px 8px 18px;
  background: #0b1020;
  border: 5px solid #20293d;
  border-radius: 28px;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.35);
}

.phone-frame::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 58px;
  height: 6px;
  transform: translateX(-50%);
  background: #3b4660;
  border-radius: 999px;
}

.deliverables {
  padding: 92px 0;
}

.analysis-tabs {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
  margin-bottom: 18px;
  background: #edf2ff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.analysis-tab {
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  color: #53627a;
  background: transparent;
  font-weight: 820;
  cursor: pointer;
}

.analysis-tab.active {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--violet));
}

.analysis-logic {
  margin-bottom: 24px;
}

.analysis-logic article {
  display: none;
  padding: 22px;
  background: #111827;
  border-radius: 8px;
  color: #dbeafe;
}

.analysis-logic article.active {
  display: block;
}

.analysis-logic strong,
.analysis-logic span {
  display: block;
}

.analysis-logic strong {
  color: #fff;
  font-size: 24px;
}

.analysis-logic span {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
}

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

.panel-gallery article {
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(21, 31, 58, 0.08);
}

.panel-shot {
  min-height: 230px;
  padding: 18px;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(135deg, #111827, #2454ff 58%, #7c3aed);
  background-size: 42px 42px, 42px 42px, auto;
  border-radius: 8px;
}

.panel-shot span,
.panel-shot strong,
.panel-shot p {
  display: block;
}

.panel-shot span {
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 850;
}

.panel-shot strong {
  margin-top: 52px;
  font-size: 25px;
  line-height: 1.15;
}

.panel-shot p {
  margin: 16px 0 0;
  color: #e0e7ff;
  font-size: 14px;
}

.amazon-shot {
  background:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(135deg, #111827, #1d4ed8 48%, #c2410c);
  background-size: 42px 42px, 42px 42px, auto;
}

.finance-shot {
  background:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(135deg, #111827, #312e81 48%, #0f766e);
  background-size: 42px 42px, 42px 42px, auto;
}

.panel-gallery h3 {
  margin: 18px 4px 8px;
}

.panel-gallery > article > p {
  margin: 0 4px 6px;
  color: var(--muted);
  font-size: 15px;
}

.preview-tile {
  padding: 18px;
  min-height: 150px;
}

.preview-tile.large {
  grid-row: span 2;
}

.preview-tile p {
  margin: 0 0 16px;
  color: #647084;
  font-size: 13px;
  font-weight: 820;
  text-transform: uppercase;
}

.preview-tile strong {
  display: block;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.25;
}

.preview-tile span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.bar-chart {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 150px;
  margin-bottom: 20px;
  padding: 14px;
  background: #f5f8fc;
  border: 1px solid #e2e9f2;
  border-radius: 8px;
}

.bar-chart span {
  width: 100%;
  margin: 0;
  background: linear-gradient(180deg, var(--primary), #9ab4ff);
  border-radius: 5px 5px 0 0;
}

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

.case-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.case-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.case-content {
  padding: 24px;
}

.case-label {
  display: block;
  margin-bottom: 12px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 820;
}

.case-card .button {
  margin-top: 20px;
}

.comparison {
  padding: 92px 0;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.compare-grid article {
  padding: 22px;
  min-height: 190px;
  background: linear-gradient(180deg, #fff 0%, #f7f9ff 100%);
  box-shadow: 0 18px 48px rgba(21, 31, 58, 0.08);
}

.compare-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 820;
  text-transform: uppercase;
}

.compare-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.timeline {
  grid-template-columns: repeat(3, 1fr);
}

.timeline article {
  min-height: 210px;
  background: linear-gradient(180deg, #fff 0%, #f7f9ff 100%);
  box-shadow: 0 18px 48px rgba(21, 31, 58, 0.08);
}

.timeline span {
  margin-bottom: 26px;
}

.closing-inner {
  padding: 56px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(17, 24, 39, 0.97), rgba(36, 84, 255, 0.82), rgba(124, 58, 237, 0.76)),
    url("../clients/ulanzi/atlas-v06-benchmark-with-images.png") center / cover;
  border-radius: 8px;
}

.closing-inner .eyebrow,
.closing-inner p {
  color: #dceced;
}

.closing-inner p:not(.eyebrow) {
  max-width: 760px;
  font-size: 18px;
}

.closing-inner .button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 4vw, 56px);
  color: #657286;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

@media (max-width: 1040px) {
  .nav-links {
    display: none;
  }

  .hero,
  .split-section,
  .outputs {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 44px;
  }

  .pain-grid,
  .module-grid,
  .officer-lab,
  .compare-grid,
  .panel-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .compare-content,
  .device-showcase {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    padding: 14px 16px;
  }

  .header-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .button.small {
    display: none;
  }

  .section-shell {
    width: min(100% - 28px, 1180px);
  }

  h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .hero-subtitle {
    font-size: 17px;
  }

  .hero-product {
    min-height: auto;
  }

  .product-grid,
  .executive-grid,
  .compare-content,
  .device-showcase,
  .officer-lab,
  .compare-diagram,
  .preview-board {
    grid-template-columns: 1fr;
  }

  .signal-panel,
  .officer-panel,
  .ceo-brief,
  .executive-grid .metric-panel {
    grid-column: 1;
    grid-row: auto;
  }

  .pain-grid,
  .module-grid,
  .case-grid,
  .compare-grid,
  .panel-gallery,
  .timeline {
    grid-template-columns: 1fr;
  }

  .officer-lab .module-grid {
    grid-template-columns: 1fr;
  }

  .compare-controls {
    grid-template-columns: 1fr;
  }

  .compare-content img {
    min-height: 260px;
  }

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

  .compare-metrics article {
    min-height: 86px;
    padding: 14px;
  }

  .compare-metrics span {
    font-size: 12px;
  }

  .compare-metrics strong {
    font-size: 24px;
  }

  .desktop-frame img,
  .phone-frame img {
    width: 100%;
    height: 320px;
  }

  .phone-frame {
    border-radius: 8px;
  }

  .org-visual {
    min-height: 560px;
  }

  .org-card {
    width: 150px;
    padding: 10px;
  }

  .org-card-a,
  .org-card-c,
  .org-card-e {
    left: 10px;
    right: auto;
  }

  .org-card-b,
  .org-card-d,
  .org-card-f {
    right: 10px;
    left: auto;
  }

  .org-card-a,
  .org-card-b {
    top: 74px;
  }

  .org-card-c,
  .org-card-d {
    top: 230px;
  }

  .org-card-e,
  .org-card-f {
    bottom: 74px;
  }

  .org-core {
    width: 128px;
    height: 112px;
  }

  .org-chip,
  .org-output {
    max-width: calc(100% - 28px);
    white-space: normal;
    text-align: center;
  }

  .workflow-visual {
    grid-template-columns: 1fr;
  }

  .analysis-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pain,
  .comparison-stage,
  .modules,
  .cases,
  .outputs,
  .deliverables,
  .comparison,
  .closing,
  .split-section {
    padding: 64px 0;
  }

  .closing-inner {
    padding: 32px 22px;
  }

  .site-footer {
    flex-direction: column;
  }
}
