:root {
  color-scheme: light;
  --bg: #f5f7fb;
  --paper: #ffffff;
  --paper-2: #eef2f7;
  --ink: #0a0d14;
  --ink-2: #252b37;
  --muted: #667085;
  --line: rgba(10, 13, 20, 0.11);
  --dark: #06080d;
  --dark-2: #101621;
  --blue: #246bfe;
  --green: #14b89a;
  --amber: #c68a2b;
  --red: #d85b4a;
  --violet: #705cf6;
  --slate: #536276;
  --radius: 8px;
  --shadow: 0 28px 80px rgba(16, 24, 40, 0.13);
  --header: 72px;
}

/* Genesis enterprise redesign */
.hero-enterprise .hero-inner {
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  gap: 56px;
  align-items: center;
  width: min(1360px, calc(100% - 48px));
  min-height: clamp(700px, calc(100svh - var(--header)), 820px);
}

.hero-enterprise .hero h1,
.hero-enterprise h1 {
  max-width: 780px;
}

.hero-enterprise .hero-text {
  max-width: 720px;
}

.enterprise-screen {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background:
    radial-gradient(circle at 82% 0%, rgba(36, 107, 254, 0.18), transparent 34%),
    linear-gradient(145deg, #0a0e16, #151c2a);
  color: #fff;
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.34);
}

.screen-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
}

.screen-topbar div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.screen-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.screen-topbar span:first-child { background: #ff6b6b; }
.screen-topbar span:nth-child(2) { background: #ffd166; }
.screen-topbar span:nth-child(3) { background: #2ee6a6; }

.screen-topbar strong {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 820;
}

.screen-topbar em {
  color: #77e9d3;
  font-size: 12px;
  font-style: normal;
  font-weight: 820;
}

.hero-screen {
  min-height: 510px;
}

.ops-layout,
.crm-grid {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  min-height: 460px;
}

.ops-sidebar,
.screen-nav {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
}

.ops-sidebar b,
.screen-nav b {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
}

.ops-sidebar span,
.screen-nav span {
  min-height: 32px;
  padding: 8px 10px;
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 760;
}

.ops-sidebar .is-current,
.screen-nav .is-current {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.ops-main {
  display: grid;
  gap: 14px;
  padding: 14px;
}

.ops-metrics,
.crm-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ops-metrics article,
.crm-kpis article,
.insight-panel,
.qa-transcript,
.qa-score,
.filter-panel,
.tender-main,
.course-builder,
.student-panel,
.agent-map,
.agent-audit {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.ops-metrics article,
.crm-kpis article {
  min-height: 82px;
  padding: 14px;
}

.ops-metrics small,
.crm-kpis small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.ops-metrics strong,
.crm-kpis strong {
  display: block;
  margin-top: 8px;
  font-size: 25px;
  line-height: 1;
}

.ops-metrics i {
  display: block;
  height: 6px;
  width: 72%;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #246bfe, #77e9d3);
}

.ops-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.6fr);
  gap: 12px;
}

.ops-table,
.crm-table {
  display: grid;
  align-content: start;
  gap: 7px;
}

.table-head,
.ops-table div,
.crm-table {
  color: rgba(255, 255, 255, 0.72);
}

.table-head,
.ops-table div {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.7fr 1fr;
  gap: 8px;
  min-height: 38px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
  font-size: 12px;
}

.table-head {
  color: rgba(255, 255, 255, 0.42);
  background: transparent;
}

.risk-low,
.risk-mid,
.risk-high {
  justify-self: start;
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
}

.risk-low { background: rgba(46, 230, 166, 0.16); color: #8ef5dd; }
.risk-mid { background: rgba(255, 209, 102, 0.16); color: #ffd166; }
.risk-high { background: rgba(255, 107, 107, 0.16); color: #ff9b9b; }

.ops-panel {
  padding: 16px;
}

.ops-panel h3,
.insight-panel h4,
.qa-score h4,
.course-builder h4,
.student-panel h4,
.agent-audit h4 {
  margin: 0;
  color: #fff;
  font-size: 17px;
}

.ops-panel p,
.insight-panel p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.agent-task {
  margin-top: 12px;
  padding: 11px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
}

.agent-task strong,
.agent-task span {
  display: block;
}

.agent-task strong {
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
}

.agent-task span {
  margin-top: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 760;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--line);
  overflow: hidden;
  transform: translateY(-30px);
  box-shadow: 0 28px 80px rgba(10, 13, 20, 0.13);
}

.signal-strip div {
  padding: 22px;
  background: rgba(255, 255, 255, 0.94);
}

.signal-strip strong,
.signal-strip span {
  display: block;
}

.signal-strip strong {
  color: var(--ink);
  font-size: 15px;
}

.signal-strip span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.product-showcases {
  padding-top: 70px;
}

.showcase-row {
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 0.58fr);
  gap: 28px;
  align-items: center;
  margin-top: 28px;
}

.showcase-row + .showcase-row {
  margin-top: 54px;
}

.showcase-row.reverse {
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
}

.showcase-row.reverse .showcase-copy {
  order: 2;
}

.showcase-copy h3 {
  margin: 20px 0 0;
  color: var(--ink);
  font-size: clamp(32px, 3.4vw, 50px);
  line-height: 1;
}

.showcase-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.showcase-copy ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.showcase-copy li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-2);
  font-size: 15px;
}

.showcase-copy li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  transform: translateY(-50%);
}

.detailed-screen {
  min-height: 500px;
}

.sales-screen {
  background:
    radial-gradient(circle at 86% 4%, rgba(36, 107, 254, 0.24), transparent 30%),
    linear-gradient(145deg, #0a0e16, #151c2a);
}

.qa-screen {
  background:
    radial-gradient(circle at 84% 6%, rgba(20, 184, 154, 0.24), transparent 32%),
    linear-gradient(145deg, #08110f, #141c1f);
}

.tender-screen {
  background:
    radial-gradient(circle at 84% 6%, rgba(216, 91, 74, 0.25), transparent 32%),
    linear-gradient(145deg, #0a0e16, #171b24);
}

.learning-screen {
  background:
    radial-gradient(circle at 84% 6%, rgba(112, 92, 246, 0.24), transparent 32%),
    linear-gradient(145deg, #0a0e16, #151728);
}

.agent-screen {
  background:
    radial-gradient(circle at 84% 6%, rgba(119, 233, 211, 0.2), transparent 32%),
    linear-gradient(145deg, #06080d, #121923);
}

.crm-grid {
  grid-template-columns: 122px minmax(0, 1fr) 210px;
}

.crm-main {
  display: grid;
  gap: 12px;
  padding: 12px;
}

.crm-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.crm-board div {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 144px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.crm-board b {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.crm-board i {
  display: block;
  height: 31px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
}

.crm-table {
  grid-template-columns: 1fr 0.7fr 0.7fr 1fr;
  gap: 7px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.crm-table span,
.crm-table b,
.crm-table em {
  min-height: 28px;
  font-size: 12px;
}

.crm-table span {
  color: rgba(255, 255, 255, 0.42);
}

.crm-table b {
  color: rgba(255, 255, 255, 0.78);
}

.crm-table em {
  color: #77e9d3;
  font-style: normal;
  font-weight: 760;
}

.insight-panel {
  margin: 12px 12px 12px 0;
  padding: 14px;
}

.insight-panel button,
.qa-score button,
.student-panel button,
.agent-audit button {
  width: 100%;
  min-height: 38px;
  margin-top: 14px;
  border: 0;
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  font-weight: 820;
}

.qa-layout,
.tender-layout,
.learning-layout,
.agent-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 14px;
  padding: 14px;
  min-height: 450px;
}

.qa-transcript,
.qa-score,
.filter-panel,
.tender-main,
.course-builder,
.student-panel,
.agent-map,
.agent-audit {
  padding: 16px;
}

.waveform {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 82px;
}

.waveform i {
  width: 13px;
  border-radius: 999px;
  background: linear-gradient(180deg, #77e9d3, #14b89a);
}

.waveform i:nth-child(1) { height: 24px; }
.waveform i:nth-child(2) { height: 48px; }
.waveform i:nth-child(3) { height: 66px; }
.waveform i:nth-child(4) { height: 36px; }
.waveform i:nth-child(5) { height: 76px; }
.waveform i:nth-child(6) { height: 42px; }
.waveform i:nth-child(7) { height: 58px; }
.waveform i:nth-child(8) { height: 30px; }
.waveform i:nth-child(9) { height: 52px; }

.qa-transcript p {
  margin: 10px 0 0;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.qa-transcript .marked {
  border: 1px solid rgba(255, 209, 102, 0.28);
  background: rgba(255, 209, 102, 0.08);
}

.qa-score div,
.student-panel div,
.agent-audit div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  margin-top: 10px;
  padding: 9px 10px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
}

.qa-score span,
.student-panel span,
.agent-audit span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}

.qa-score b,
.student-panel b,
.agent-audit b {
  color: #fff;
  font-size: 13px;
}

.tender-layout {
  grid-template-columns: 190px minmax(0, 1fr);
}

.filter-panel {
  display: grid;
  align-content: start;
  gap: 10px;
}

.filter-panel b {
  color: #fff;
}

.filter-panel span {
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.tender-main {
  display: grid;
  align-content: start;
  gap: 10px;
}

.tender-row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) 0.8fr 0.7fr 0.7fr;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.tender-row.head {
  min-height: 30px;
  color: rgba(255, 255, 255, 0.42);
  background: transparent;
  font-size: 12px;
}

.tender-row b,
.tender-row span,
.tender-row em {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-style: normal;
}

.tender-row em {
  color: #ffd166;
  font-weight: 820;
}

.doc-checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.doc-checklist strong {
  flex-basis: 100%;
  color: #fff;
}

.doc-checklist span {
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.learning-layout {
  grid-template-columns: minmax(0, 1fr) 250px;
}

.course-builder h4 {
  margin-bottom: 14px;
}

.module-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.module-line b,
.module-line span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.module-line i {
  grid-column: 1 / -1;
  display: block;
  width: 74%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #705cf6, #77e9d3);
}

.lesson-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.lesson-grid span {
  min-height: 54px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.agent-layout {
  grid-template-columns: minmax(0, 1fr) 260px;
}

.agent-map {
  position: relative;
  min-height: 418px;
}

.agent-core,
.node {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 850;
}

.agent-core {
  left: calc(50% - 52px);
  top: calc(50% - 52px);
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: linear-gradient(135deg, #246bfe, #14b89a);
  font-size: 30px;
}

.node {
  width: 112px;
  height: 48px;
  border-radius: 999px;
  font-size: 13px;
}

.node-a { left: 8%; top: 16%; }
.node-b { right: 8%; top: 16%; }
.node-c { left: 6%; bottom: 18%; width: 132px; }
.node-d { right: 10%; bottom: 18%; }
.node-e { left: calc(50% - 56px); bottom: 8%; }

.module-section {
  padding-top: 70px;
}

.module-grid,
.deployment-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.module-grid article,
.deployment-steps article {
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 50px rgba(10, 13, 20, 0.06);
}

.module-grid strong,
.module-grid span {
  display: block;
}

.module-grid strong,
.deployment-steps h3 {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.15;
}

.module-grid span,
.deployment-steps p {
  margin-top: 12px;
  color: var(--muted);
}

.deployment-steps span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 850;
}

.deployment-steps h3 {
  margin: 18px 0 0;
}

@media (max-width: 1180px) {
  .hero-enterprise .hero-inner,
  .showcase-row,
  .showcase-row.reverse {
    grid-template-columns: 1fr;
  }

  .showcase-row.reverse .showcase-copy {
    order: 0;
  }

  .signal-strip,
  .module-grid,
  .deployment-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hero-enterprise .hero-inner {
    width: min(100% - 24px, 1360px);
    min-height: 0;
    padding: 34px 0 44px;
  }

  .hero-enterprise h1 {
    font-size: clamp(36px, 10.4vw, 48px);
  }

  .hero-enterprise .hero-text {
    font-size: 17px;
  }

  .hero-enterprise .hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 26px;
  }

  .hero-screen {
    min-height: 0;
  }

  .ops-layout,
  .crm-grid,
  .ops-workspace,
  .qa-layout,
  .tender-layout,
  .learning-layout,
  .agent-layout {
    grid-template-columns: 1fr;
  }

  .ops-sidebar,
  .screen-nav,
  .filter-panel {
    display: flex;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .ops-sidebar b,
  .screen-nav b {
    display: none;
  }

  .ops-metrics,
  .crm-kpis,
  .crm-board,
  .signal-strip,
  .module-grid,
  .deployment-steps {
    grid-template-columns: 1fr;
  }

  .table-head,
  .ops-table div,
  .tender-row {
    grid-template-columns: 1fr;
  }

  .table-head {
    display: none;
  }

  .detailed-screen {
    min-height: 0;
  }

  .insight-panel {
    margin: 0 12px 12px;
  }

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

  .agent-map {
    min-height: 330px;
  }

  .signal-strip {
    width: min(100% - 24px, 1320px);
    transform: none;
    margin-top: 16px;
  }

  .showcase-row {
    margin-top: 24px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 20px);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #f6f7f9;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: var(--header);
  border-bottom: 1px solid rgba(10, 13, 20, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(22px) saturate(1.1);
}

.header-shell {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: min(1320px, calc(100% - 32px));
  min-height: var(--header);
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: 170px;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}

.brand-wordmark {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-wordmark[hidden] {
  display: none;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav::-webkit-scrollbar {
  display: none;
}

.nav a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 40px;
  padding: 2px 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #525a6a;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0;
  transition: background 160ms ease, color 160ms ease;
}

.nav a:hover,
.nav a.is-active {
  color: var(--ink);
  border-bottom-color: var(--ink);
  box-shadow: none;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 17px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 780;
  white-space: nowrap;
}

main {
  padding-top: var(--header);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  background:
    radial-gradient(circle at 76% 18%, rgba(36, 107, 254, 0.22), transparent 30%),
    radial-gradient(circle at 88% 64%, rgba(20, 184, 154, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(6, 8, 13, 0.99), rgba(14, 21, 34, 0.98)),
    var(--dark);
  color: #fff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000, transparent 92%);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 40px;
  align-items: center;
  width: min(1320px, calc(100% - 32px));
  min-height: clamp(620px, calc(100svh - var(--header)), 730px);
  margin: 0 auto;
  padding: 34px 0 42px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #38d8bd;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.pilot h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 860;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 4.6vw, 72px);
  line-height: 0.94;
}

.hero-text {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.58;
}

.hero-actions,
.pilot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 7px;
  border: 1px solid transparent;
  font-weight: 820;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.command-center {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.38);
}

.screen-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.screen-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.screen-bar span:nth-child(1) { background: #f87171; }
.screen-bar span:nth-child(2) { background: #fbbf24; }
.screen-bar span:nth-child(3) { background: #34d399; }

.screen-bar strong {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.screen-layout {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  min-height: 440px;
}

.screen-sidebar {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.16);
}

.screen-sidebar span {
  min-height: 31px;
  padding: 7px 10px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 720;
}

.screen-sidebar .side-active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.screen-main {
  padding: 14px;
}

.metric-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.metric-line div,
.work-grid div,
.flow-node {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.metric-line div {
  padding: 12px;
}

.metric-line small,
.work-grid small {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.metric-line b {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 25px;
  line-height: 1;
}

.visual-flow {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  align-items: center;
  gap: 0;
  margin: 22px 0;
}

.flow-node {
  min-height: 78px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 820;
}

.node-sales { border-color: rgba(96, 165, 250, 0.44); }
.node-ai { border-color: rgba(52, 211, 153, 0.44); }
.node-result { border-color: rgba(251, 191, 36, 0.44); }

.flow-line {
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(79, 189, 163, 0.9));
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.work-grid div {
  min-height: 98px;
  padding: 12px;
}

.work-grid p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.bar {
  display: block;
  height: 9px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.bar-a { width: 88%; background: #60a5fa; }
.bar-b { width: 64%; background: #34d399; }
.bar-c { width: 76%; background: #fbbf24; }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(1320px, calc(100% - 32px));
  margin: -42px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: 0 22px 70px rgba(10, 13, 20, 0.16);
  position: relative;
  z-index: 2;
}

.trust-strip div {
  padding: 20px;
  background: rgba(255, 255, 255, 0.84);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--ink);
  font-size: 15px;
}

.trust-strip span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.section {
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
}

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

.section h2,
.pilot h2 {
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.02;
}

.section-head p:not(.eyebrow),
.pilot p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

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

.product-card,
.audience-grid article,
.legal-grid article,
.platform-map article,
.pilot-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 60px rgba(10, 13, 20, 0.07);
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 596px;
  padding: 24px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 13, 20, 0.18);
  box-shadow: 0 28px 84px rgba(10, 13, 20, 0.12);
}

.accent-blue { --accent: var(--blue); }
.accent-green { --accent: var(--green); }
.accent-amber { --accent: var(--amber); }
.accent-red { --accent: var(--red); }
.accent-violet { --accent: var(--violet); }
.accent-slate { --accent: var(--slate); }

.tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: var(--radius);
  background: rgba(245, 247, 251, 0.92);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.product-preview {
  position: relative;
  display: grid;
  grid-template-rows: 38px minmax(0, 1fr);
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 10%, color-mix(in srgb, var(--accent), transparent 62%), transparent 30%),
    linear-gradient(145deg, #0a0e16, #141b29);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 22px 54px rgba(10, 13, 20, 0.18);
}

.pv-chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.045);
}

.pv-chrome span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
}

.pv-chrome span:first-child { background: #ff6b6b; }
.pv-chrome span:nth-child(2) { background: #ffd166; }
.pv-chrome span:nth-child(3) { background: #2ee6a6; }

.pv-chrome b {
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 780;
}

.pv-chrome em {
  margin-left: auto;
  color: color-mix(in srgb, var(--accent), white 35%);
  font-size: 11px;
  font-style: normal;
  font-weight: 820;
}

.pv-body {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 14px;
}

.pv-kpi,
.pv-score-row,
.pv-tests div,
.pv-support div,
.pv-tenders div,
.pv-cost div,
.pv-candidates div,
.pv-table span,
.pv-kanban section,
.pv-calendar div {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
}

.preview-sales .pv-body {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pv-kpi {
  min-height: 54px;
  padding: 10px;
}

.pv-kpi strong {
  display: block;
  font-size: 25px;
  line-height: 1;
}

.pv-kpi span,
.pv-table span,
.pv-score-row b,
.pv-tests b,
.pv-support b,
.pv-tenders b,
.pv-cost span,
.pv-candidates b {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 700;
}

.pv-funnel {
  display: grid;
  grid-column: 1 / -1;
  gap: 6px;
  padding: 5px 0;
}

.pv-funnel i,
.pv-bars i,
.pv-candidates span,
.pv-learning i {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), color-mix(in srgb, var(--accent), white 34%));
}

.pv-funnel i {
  height: 10px;
}

.pv-table {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 5px;
}

.pv-table span {
  min-height: 24px;
  padding: 5px 7px;
}

.pv-wave {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 66px;
}

.pv-wave i {
  width: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent), white 28%), var(--accent));
}

.pv-wave i:nth-child(1) { height: 24px; }
.pv-wave i:nth-child(2) { height: 54px; }
.pv-wave i:nth-child(3) { height: 36px; }
.pv-wave i:nth-child(4) { height: 70px; }
.pv-wave i:nth-child(5) { height: 42px; }
.pv-wave i:nth-child(6) { height: 58px; }
.pv-wave i:nth-child(7) { height: 28px; }

.pv-score-row,
.pv-tests div,
.pv-support div,
.pv-tenders div,
.pv-cost div,
.pv-candidates div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  padding: 8px 10px;
}

.pv-score-row span,
.pv-tests span,
.pv-support span,
.pv-tenders span,
.pv-cost b,
.pv-candidates em {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 820;
}

.pv-chart {
  grid-template-columns: minmax(0, 1fr) 74px;
  align-items: end;
}

.pv-chart svg {
  width: 100%;
  height: 132px;
}

.pv-chart path {
  fill: none;
  stroke: var(--accent);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pv-chart .area {
  fill: color-mix(in srgb, var(--accent), transparent 78%);
  stroke: none;
}

.pv-bars {
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 124px;
  gap: 7px;
}

.pv-bars i {
  width: 10px;
}

.pv-kanban {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pv-kanban section {
  display: grid;
  align-content: start;
  gap: 9px;
  min-height: 126px;
  padding: 10px;
}

.pv-kanban b {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.pv-kanban i {
  display: block;
  height: 30px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.11);
}

.pv-nodes {
  min-height: 150px;
}

.pv-nodes i {
  position: absolute;
  display: grid;
  place-items: center;
  width: 68px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-style: normal;
  font-weight: 820;
}

.pv-nodes .node-main {
  left: calc(50% - 36px);
  top: calc(50% - 20px);
  background: var(--accent);
  color: #fff;
}

.pv-nodes i:nth-child(2) { left: 18px; top: 18px; }
.pv-nodes i:nth-child(3) { right: 18px; top: 18px; }
.pv-nodes i:nth-child(4) { left: 18px; bottom: 18px; }
.pv-nodes i:nth-child(5) { right: 18px; bottom: 18px; width: 86px; }

.pv-calendar {
  grid-template-columns: repeat(6, 1fr);
}

.pv-calendar i {
  min-height: 24px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.pv-calendar i.active {
  background: var(--accent);
}

.pv-calendar div {
  grid-column: 1 / -1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 820;
}

.pv-candidates div {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 28px;
  gap: 10px;
}

.pv-candidates span {
  height: 8px;
}

.pv-cost .risk {
  border-color: color-mix(in srgb, var(--red), transparent 50%);
  background: color-mix(in srgb, var(--red), transparent 88%);
}

.pv-learning {
  grid-template-columns: 0.95fr 1fr;
}

.pv-video {
  min-height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 43%, rgba(255, 255, 255, 0.82) 43% 57%, transparent 57%),
    linear-gradient(135deg, color-mix(in srgb, var(--accent), transparent 20%), rgba(255, 255, 255, 0.06));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.pv-learning section {
  display: grid;
  align-content: center;
  gap: 8px;
}

.pv-learning b {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.pv-learning i {
  height: 8px;
}

.product-card h3,
.audience-grid h3,
.legal-grid h3,
.platform-map h3 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.12;
}

.product-card p,
.audience-grid p,
.legal-grid p,
.platform-map p {
  margin: 12px 0 0;
  color: var(--muted);
}

.product-card ul {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.product-card li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-2);
  font-size: 14px;
}

.product-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-50%);
}

.card-link,
.audience-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 22px;
  padding: 8px 11px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 780;
}

.product-card .card-link {
  align-self: flex-start;
  margin-top: auto;
}

.section-dark {
  width: 100%;
  max-width: none;
  padding: 92px max(16px, calc((100% - 1240px) / 2));
  background:
    linear-gradient(135deg, rgba(11, 18, 32, 0.98), rgba(17, 27, 45, 0.96)),
    var(--dark);
  color: #fff;
}

.section-dark .section-head p:not(.eyebrow),
.platform-map p {
  color: rgba(255, 255, 255, 0.68);
}

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

.platform-map article {
  min-height: 280px;
  padding: 22px;
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.platform-map span {
  color: #4fbda3;
  font-size: 13px;
  font-weight: 850;
}

.platform-map h3 {
  color: #fff;
}

.audience-grid,
.legal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.audience-grid article,
.legal-grid article {
  min-height: 260px;
  padding: 22px;
}

.audience-grid a {
  background: transparent;
  color: var(--blue);
  border: 1px solid rgba(33, 87, 216, 0.2);
}

.section-legal {
  width: 100%;
  max-width: none;
  padding: 88px max(16px, calc((100% - 1240px) / 2));
  background: #eef2f7;
}

.pilot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
  gap: 24px;
  width: min(1240px, calc(100% - 32px));
  margin: 26px auto 72px;
  padding: 34px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(27, 38, 60, 0.98)),
    var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
}

.pilot-copy {
  align-self: center;
}

.pilot-panel {
  padding: 24px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.pilot .btn-primary {
  box-shadow: none;
}

.pilot .btn-secondary {
  border-color: rgba(255, 255, 255, 0.18);
}

.footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 96px;
  color: var(--muted);
}

.footer strong,
.footer span {
  display: block;
}

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

.footer span {
  margin-top: 6px;
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
  font-weight: 760;
}

.company-page {
  background: #f5f7fb;
}

.company-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(11, 18, 32, 0.98), rgba(23, 37, 62, 0.94)),
    var(--dark);
  color: #fff;
}

.company-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(33, 87, 216, 0.24), transparent 34%),
    linear-gradient(275deg, rgba(196, 81, 69, 0.18), transparent 42%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 100px);
}

.company-hero-inner {
  position: relative;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0 70px;
}

.company-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.98;
  letter-spacing: 0;
}

.company-hero p:not(.eyebrow) {
  max-width: 780px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.62;
}

.company-section {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 0;
}

.compact-section {
  padding-top: 34px;
}

.company-grid,
.code-grid,
.software-layout,
.document-grid {
  display: grid;
  gap: 16px;
}

.two-columns,
.code-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.software-layout {
  grid-template-columns: minmax(0, 1fr) 360px;
}

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

.info-panel,
.document-card,
.purchase-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 44px rgba(16, 24, 40, 0.07);
}

.info-panel {
  padding: 26px;
}

.info-panel h2,
.purchase-panel h2 {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: clamp(28px, 3.3vw, 44px);
  line-height: 1.05;
  letter-spacing: 0;
}

.info-panel h3 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.12;
}

.info-panel p,
.document-card p,
.purchase-panel p {
  margin: 12px 0 0;
  color: var(--muted);
}

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

.details-list div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.details-list dt {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
}

.details-list dd {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-weight: 680;
  overflow-wrap: anywhere;
}

.details-list a,
.footer-links a {
  color: var(--blue);
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.status-grid div {
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
}

.status-grid strong,
.status-grid span {
  display: block;
}

.status-grid strong {
  color: var(--muted);
  font-size: 13px;
}

.status-grid span {
  margin-top: 10px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 820;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.note {
  max-width: 920px;
}

.code-grid .info-panel strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 40px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  font-size: 18px;
}

.featured-software {
  border-top: 5px solid var(--blue);
}

.company-preview-large {
  width: 100%;
  max-width: 520px;
  margin-top: 18px;
}

.clean-list,
.product-mini-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.clean-list li,
.product-mini-list li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-2);
}

.clean-list li::before,
.product-mini-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  transform: translateY(-50%);
}

.document-card {
  display: block;
  min-height: 250px;
  padding: 22px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.document-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 62px rgba(16, 24, 40, 0.11);
}

.document-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  background: #eef2f7;
  color: var(--blue);
  font-weight: 850;
}

.document-card strong {
  display: block;
  margin-top: 20px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.15;
}

.purchase-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 26px;
  align-items: center;
  margin-bottom: 72px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(27, 38, 60, 0.98)),
    var(--ink);
  color: #fff;
}

.purchase-panel h2 {
  color: #fff;
}

.purchase-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.terms-box {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.terms-box strong,
.terms-box span {
  display: block;
}

.terms-box strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.terms-box span {
  margin-top: 10px;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-weight: 860;
}

.terms-box .btn {
  width: 100%;
  margin-top: 20px;
}

.mobile-cta {
  display: none;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .header-shell {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .brand-logo {
    width: 122px;
    height: 42px;
  }

  .brand-wordmark {
    font-size: 25px;
  }

  .header-cta {
    display: none;
  }

  .nav {
    justify-content: flex-start;
    gap: 16px;
  }

  .nav a {
    padding: 8px 10px;
    font-size: 13px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .trust-strip {
    margin-top: 18px;
  }

  .product-grid,
  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-map,
  .audience-grid,
  .legal-grid,
  .document-grid,
  .status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-columns,
  .code-grid,
  .software-layout,
  .purchase-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  :root {
    --header: 68px;
  }

  .header-shell,
  .hero-inner,
  .section,
  .trust-strip,
  .pilot,
  .footer,
  .company-hero-inner,
  .company-section {
    width: min(100% - 24px, 1320px);
  }

  .header-shell {
    grid-template-columns: 84px minmax(0, 1fr);
    width: calc(100% - 20px);
    gap: 8px;
  }

  .brand-logo {
    width: 78px;
    height: 38px;
  }

  .brand-wordmark {
    font-size: 22px;
  }

  .nav a {
    white-space: nowrap;
    min-height: 36px;
    padding: 7px 10px;
  }

  .hero-inner {
    padding: 34px 0 38px;
  }

  .hero h1 {
    font-size: clamp(32px, 9.2vw, 42px);
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-actions,
  .btn,
  .pilot-actions {
    width: 100%;
  }

  .hero-actions .btn-ghost {
    display: none;
  }

  .command-center {
    margin-top: 8px;
  }

  .screen-layout {
    grid-template-columns: 1fr;
  }

  .screen-sidebar {
    grid-template-columns: repeat(5, max-content);
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .metric-line,
  .visual-flow,
  .product-grid,
  .trust-strip,
  .platform-map,
  .audience-grid,
  .legal-grid,
  .pilot,
  .document-grid,
  .status-grid {
    grid-template-columns: 1fr;
  }

  .command-center .metric-line,
  .command-center .work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .visual-flow {
    gap: 8px;
  }

  .flow-line {
    width: 2px;
    height: 24px;
    justify-self: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(79, 189, 163, 0.9));
  }

  .product-card,
  .audience-grid article,
  .legal-grid article,
  .pilot,
  .info-panel,
  .purchase-panel {
    padding: 22px;
  }

  .product-card {
    min-height: 0;
  }

  .product-preview {
    aspect-ratio: 16 / 11;
  }

  .preview-sales .pv-body,
  .pv-chart,
  .pv-kanban,
  .pv-learning {
    grid-template-columns: 1fr;
  }

  .pv-chart svg,
  .pv-bars {
    height: 96px;
  }

  .company-hero-inner {
    padding: 54px 0 46px;
  }

  .company-hero h1 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .details-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .footer {
    flex-direction: column;
  }

  .mobile-cta {
    position: fixed;
    inset: auto 0 0;
    z-index: 60;
    display: block;
    padding: 10px 12px calc(env(safe-area-inset-bottom, 0px) + 12px);
    border-top: 1px solid rgba(17, 24, 39, 0.1);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
  }

  .mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: var(--radius);
    background: var(--ink);
    color: #fff;
    font-weight: 820;
  }
}

/* Company-first hero */
.company-hero-main .hero-inner {
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
  gap: 56px;
  min-height: clamp(650px, calc(100svh - var(--header)), 780px);
}

.company-hero-main h1 {
  max-width: 920px;
}

.genesis-console {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background:
    radial-gradient(circle at 84% 6%, rgba(20, 184, 154, 0.24), transparent 32%),
    radial-gradient(circle at 16% 0%, rgba(36, 107, 254, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(8, 12, 20, 0.98), rgba(18, 27, 42, 0.98));
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.34);
}

.console-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
}

.console-topbar div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.console-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.console-topbar span:first-child { background: #ff6b6b; }
.console-topbar span:nth-child(2) { background: #ffd166; }
.console-topbar span:nth-child(3) { background: #2ee6a6; }

.console-topbar strong {
  margin-left: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
}

.console-topbar em {
  color: #77e9d3;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.console-body {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.console-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.console-metrics article,
.console-panel,
.console-modules {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.console-metrics article {
  min-height: 104px;
  padding: 16px;
}

.console-metrics small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 720;
}

.console-metrics strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1;
}

.console-metrics i {
  display: block;
  width: 78%;
  height: 6px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #246bfe, #14b89a);
}

.console-workspace {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 12px;
  min-height: 320px;
}

.console-modules {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 12px;
}

.console-modules span {
  min-height: 38px;
  padding: 10px;
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 820;
}

.console-modules .is-active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.console-panel {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 14px;
}

.console-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 56px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
}

.console-row b {
  color: #fff;
  font-size: 14px;
}

.console-row em {
  color: #77e9d3;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

/* Compliance-first pages */
.compliance-hero .hero-inner {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.68fr);
  gap: 48px;
  min-height: clamp(620px, calc(100svh - var(--header)), 760px);
}

.compliance-hero h1 {
  max-width: 840px;
}

.compliance-panel {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.28);
}

.panel-label {
  padding: 0 0 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compliance-panel a {
  display: block;
  min-height: 84px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

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

.compliance-panel strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
}

.compliance-panel span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
}

.software-proof-grid,
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.software-proof-grid .info-panel {
  min-height: 260px;
}

.doc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.dark-btn {
  background: var(--ink);
  color: #fff;
  box-shadow: none;
}

.light-btn {
  border-color: rgba(10, 13, 20, 0.14);
  background: #fff;
  color: var(--ink);
}

.solution-card {
  min-height: 286px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 50px rgba(10, 13, 20, 0.06);
}

.solution-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 34px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 850;
}

.solution-card h3 {
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.12;
}

.solution-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.activity-map article {
  min-height: 240px;
}

.document-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(27, 38, 60, 0.98)),
    var(--ink);
  color: #fff;
}

.document-entry h2 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
}

.document-entry p:not(.eyebrow) {
  max-width: 740px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.62;
}

.document-entry-actions {
  display: grid;
  gap: 12px;
  min-width: 260px;
}

.acquisition-panel .terms-box p {
  color: rgba(255, 255, 255, 0.72);
}

.doc-page {
  background: #f5f7fb;
}

.doc-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: end;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 86px 0 42px;
}

.doc-hero h1 {
  max-width: 920px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
}

.doc-hero p:not(.eyebrow) {
  max-width: 820px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.62;
}

.doc-hero aside {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(16, 24, 40, 0.07);
}

.doc-hero aside strong,
.doc-hero aside span {
  display: block;
}

.doc-hero aside strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.16;
}

.doc-hero aside span {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 760;
}

.doc-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 22px;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 72px;
}

.doc-side,
.doc-content {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 44px rgba(16, 24, 40, 0.07);
}

.doc-side {
  position: sticky;
  top: calc(var(--header) + 18px);
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 14px;
  align-self: start;
}

.doc-side a {
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 7px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 780;
}

.doc-side a:hover,
.doc-side a.is-active {
  background: var(--ink);
  color: #fff;
}

.doc-content {
  padding: clamp(24px, 4vw, 46px);
}

.doc-content h2 {
  margin: 34px 0 0;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
}

.doc-content h2:first-child {
  margin-top: 0;
}

.doc-content p,
.doc-content li {
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.72;
}

.doc-content a {
  color: var(--blue);
  font-weight: 760;
}

.doc-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 8px;
}

.doc-card {
  min-height: 210px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.doc-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 34px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 850;
}

.doc-card strong {
  display: block;
  margin-top: 18px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.16;
}

.doc-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.doc-table {
  width: 100%;
  margin-top: 18px;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.doc-table th,
.doc-table td {
  padding: 15px;
  border-top: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.doc-table tr:first-child th,
.doc-table tr:first-child td {
  border-top: 0;
}

.doc-table th {
  width: 240px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 820;
}

.doc-table td {
  color: var(--ink);
  overflow-wrap: anywhere;
}

.doc-list {
  margin: 18px 0 0;
  padding-left: 22px;
}

.doc-list li + li {
  margin-top: 8px;
}

.letter-content {
  max-width: 920px;
}

.letter-meta {
  color: var(--muted);
  font-weight: 760;
}

.signature-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 24px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.signature-block strong,
.signature-block span {
  display: block;
}

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

.signature-block span {
  margin-top: 6px;
  color: var(--muted);
}

.product-hero .hero-inner {
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 0.72fr);
  gap: 48px;
}

.product-stack-section {
  margin-top: 0;
}

@media (max-width: 1080px) {
  .company-hero-main .hero-inner,
  .compliance-hero .hero-inner,
  .doc-hero,
  .doc-shell,
  .document-entry,
  .product-hero .hero-inner {
    grid-template-columns: 1fr;
  }

  .software-proof-grid,
  .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .document-entry-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .genesis-console {
    max-width: 760px;
  }

  .doc-side {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .company-hero-main .hero-inner,
  .compliance-hero .hero-inner,
  .doc-hero,
  .doc-shell {
    width: min(100% - 24px, 1240px);
  }

  .genesis-console,
  .compliance-panel,
  .document-entry,
  .doc-content,
  .doc-side {
    padding: 18px;
  }

  .console-body {
    padding: 0;
  }

  .console-metrics,
  .console-workspace {
    grid-template-columns: 1fr;
  }

  .console-workspace {
    min-height: 0;
  }

  .console-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .software-proof-grid,
  .solution-grid,
  .doc-card-grid,
  .document-entry-actions,
  .doc-side,
  .signature-block {
    grid-template-columns: 1fr;
  }

  .doc-table,
  .doc-table tbody,
  .doc-table tr,
  .doc-table th,
  .doc-table td {
    display: block;
    width: 100%;
  }

  .doc-table th {
    padding-bottom: 4px;
  }

  .doc-table td {
    padding-top: 4px;
    border-top: 0;
  }
}
