:root {
  --navy-950: #020814;
  --navy-900: #061126;
  --navy-850: #0a1830;
  --navy-800: #0f203c;
  --ink: #061126;
  --text: #12203a;
  --muted: #5f6f89;
  --line: #dce3ee;
  --line-soft: #e9eef6;
  --surface: #ffffff;
  --surface-alt: #f5f7fb;
  --blue: #1769ff;
  --blue-bright: #168cff;
  --cyan: #13bdd2;
  --violet: #8847f4;
  --green: #18a878;
  --orange: #e98a23;
  --shadow: 0 20px 70px rgba(7, 24, 55, .16);
  --page-width: 1180px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  display: block;
}

.page-progress {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, .08);
}

.page-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--violet));
  transform-origin: left;
}

.site-header {
  position: fixed;
  z-index: 80;
  top: 24px;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - 48px), 1080px);
  min-height: 64px;
  padding: 10px 12px 10px 20px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(3, 10, 26, .48);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .14);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: top .35s ease, width .35s ease, color .35s ease, background-color .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.site-header.scrolled {
  top: 12px;
  width: min(calc(100% - 32px), 1040px);
  color: var(--ink);
  border-color: rgba(16, 33, 62, .09);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 45px rgba(19, 35, 65, .12);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 145px;
  min-height: 38px;
}

.brand img {
  display: block;
  width: 145px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: filter .35s ease;
}

.site-header.scrolled .brand img {
  filter: none;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.desktop-nav a,
.sign-in {
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  opacity: .88;
  transition: color .2s ease, opacity .2s ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.sign-in:hover,
.sign-in:focus-visible {
  color: var(--blue-bright);
  opacity: 1;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: .94rem;
  font-weight: 750;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #1c5df4, #168cff);
  box-shadow: 0 12px 30px rgba(23, 105, 255, .3);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 16px 35px rgba(23, 105, 255, .42);
}

.button-small {
  min-height: 40px;
  padding: 0 18px;
  font-size: .82rem;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 8px;
  color: currentColor;
  border: 0;
  background: transparent;
}

.menu-button svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.mobile-menu {
  position: absolute;
  top: 72px;
  right: 0;
  left: 0;
  display: grid;
  gap: 8px;
  padding: 18px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu a:not(.button) {
  padding: 10px 4px;
  font-size: .95rem;
  font-weight: 700;
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 980px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(ellipse 70% 55% at 50% 62%, rgba(35, 114, 255, .78), transparent 72%),
    linear-gradient(180deg, #040b19 0%, #081631 42%, #0b47b2 82%, #ecf4ff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, .05) 48%, transparent 72%),
    linear-gradient(0deg, rgba(6, 17, 38, .1), transparent 40%);
}

.hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .19;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 170px;
  text-align: center;
}

.hero-title {
  margin: 0;
  font-size: 4.75rem;
  font-weight: 650;
  line-height: .98;
  text-wrap: balance;
  animation: hero-reveal .9s cubic-bezier(.22, 1, .36, 1) both;
}

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

.hero-title strong {
  margin-top: 8px;
  color: transparent;
  background: linear-gradient(95deg, #fff 2%, #6da2ff 42%, #3873ff 72%, #67d6ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 750;
}

.hero-copy {
  width: min(640px, 100%);
  margin: 28px auto 0;
  color: rgba(235, 242, 255, .78);
  font-size: 1.08rem;
  line-height: 1.65;
  text-wrap: balance;
  animation: hero-reveal .9s .12s cubic-bezier(.22, 1, .36, 1) both;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 30px;
  animation: hero-reveal .9s .22s cubic-bezier(.22, 1, .36, 1) both;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #77b6ff;
  font-size: .95rem;
  font-weight: 750;
  text-decoration: none;
}

.text-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}

.text-link:hover svg,
.text-link:focus-visible svg {
  transform: translateX(4px);
}

.hero-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 0;
  color: rgba(226, 237, 255, .64);
  font-size: .78rem;
  animation: hero-reveal .9s .32s cubic-bezier(.22, 1, .36, 1) both;
}

.hero-note span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #35e0ac;
  box-shadow: 0 0 12px rgba(53, 224, 172, .8);
}

.hero-dashboard-wrap {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -70px;
  left: 0;
  width: min(1180px, calc(100% - 60px));
  height: 555px;
  margin: 0 auto;
  perspective: 1500px;
  animation: dashboard-rise 1.2s .18s cubic-bezier(.22, 1, .36, 1) both;
  will-change: transform;
}

.dashboard-shell {
  display: grid;
  grid-template-columns: 190px 1fr;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #eaf2ff;
  border: 1px solid rgba(87, 159, 255, .58);
  border-radius: 8px;
  background: #071426;
  box-shadow: 0 40px 100px rgba(0, 10, 35, .58), 0 0 90px rgba(31, 112, 255, .35);
  transform: rotateX(7deg) scale(.98);
  transform-origin: bottom center;
}

.dashboard-sidebar {
  padding: 26px 16px;
  border-right: 1px solid rgba(147, 182, 229, .12);
  background: #07111f;
}

.dashboard-brand {
  display: flex;
  align-items: center;
  margin-bottom: 46px;
}

.dashboard-brand img {
  display: block;
  width: 132px;
  height: auto;
  filter: brightness(0) invert(1);
}

.sidebar-label {
  display: block;
  margin: 0 10px 10px;
  color: #7185a2;
  font-size: .62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sidebar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  padding: 10px 11px;
  color: #8193ad;
  border-radius: 6px;
  font-size: .77rem;
}

.sidebar-item svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sidebar-item.active {
  color: #eaf2ff;
  border: 1px solid rgba(49, 127, 255, .5);
  background: rgba(26, 92, 210, .3);
}

.dashboard-main {
  padding: 20px;
}

.dashboard-toolbar {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(149, 184, 233, .1);
}

.toolbar-label {
  color: #68809e;
  font-size: .55rem;
  font-weight: 750;
}

.toolbar-value {
  padding: 7px 10px;
  color: #afbdd1;
  border: 1px solid rgba(145, 178, 225, .16);
  border-radius: 5px;
  font-size: .63rem;
}

.toolbar-spacer {
  flex: 1;
}

.dashboard-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 18px;
}

.dashboard-heading h2 {
  margin: 0;
  font-size: 1rem;
}

.dashboard-heading p {
  margin: 4px 0 0;
  color: #7387a3;
  font-size: .65rem;
}

.dashboard-live {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #8294ad;
  font-size: .6rem;
}

.dashboard-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #27d2a0;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.metric {
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(136, 172, 222, .17);
  border-top: 2px solid currentColor;
  border-radius: 6px;
  background: rgba(11, 27, 48, .86);
}

.metric > span {
  display: block;
  color: #7790ad;
  font-size: .56rem;
  font-weight: 800;
}

.metric strong {
  display: block;
  margin-top: 7px;
  color: #f5f9ff;
  font-size: 1.6rem;
}

.metric small {
  display: block;
  margin-top: 4px;
  color: #6f839d;
  font-size: .56rem;
}

.metric svg {
  width: 100%;
  margin-top: 7px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.metric-blue { color: #287cff; }
.metric-cyan { color: #18bfd2; }
.metric-violet { color: #9c49f1; }
.metric-green { color: #1db77f; }

.chart-panel {
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid rgba(136, 172, 222, .17);
  border-radius: 6px;
  background: rgba(9, 24, 43, .86);
}

.chart-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 14px 8px;
  font-size: .7rem;
}

.chart-panel-head div {
  display: flex;
  gap: 5px;
}

.chart-panel-head span {
  padding: 5px 8px;
  color: #8394ac;
  border: 1px solid rgba(130, 165, 214, .15);
  border-radius: 4px;
  font-size: .54rem;
}

.chart-panel-head .selected {
  color: #65a8ff;
  border-color: rgba(40, 124, 255, .45);
  background: rgba(40, 124, 255, .1);
}

.chart {
  width: 100%;
  height: 270px;
}

.chart-grid {
  fill: none;
  stroke: rgba(116, 147, 188, .14);
  stroke-width: 1;
}

.chart-area {
  fill: url(#chartFill);
}

.chart-line {
  fill: none;
  stroke: #1d73ff;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: chart-draw 2.2s 1s ease forwards;
}

.chart-axis {
  fill: #657d9b;
  font-size: 11px;
}

.workflow {
  color: #fff;
  background: var(--navy-900);
}

.section-wrap {
  width: min(var(--page-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 112px 0;
}

.section-heading {
  width: min(770px, 100%);
  margin: 0 auto 58px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 3.6rem;
  font-weight: 650;
  line-height: 1.04;
  text-wrap: balance;
}

.section-heading p {
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
  text-wrap: balance;
}

.section-heading-light h2 {
  color: #fff;
}

.section-heading-light p {
  color: #91a5c2;
}

.workflow-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-list::before {
  content: "";
  position: absolute;
  top: 21px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, rgba(35, 113, 255, .1), #2677ff 22%, #2677ff 78%, rgba(35, 113, 255, .1));
}

.workflow-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  text-align: center;
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #5ca2ff;
  border: 1px solid #2374ff;
  border-radius: 6px;
  background: var(--navy-900);
  font-size: .95rem;
  font-weight: 800;
}

.step-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 25px auto 7px;
  color: #2c7fff;
}

.step-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-icon-violet {
  color: var(--violet);
}

.workflow-step strong {
  display: block;
  font-size: 1.08rem;
}

.workflow-step p {
  margin: 9px auto 0;
  color: #899db9;
  font-size: .87rem;
  line-height: 1.55;
}

.product-demo {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(ellipse 62% 52% at 50% 42%, rgba(25, 111, 255, .2), transparent 72%),
    var(--navy-900);
}

.product-demo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(84, 150, 255, .48), transparent);
}

.product-demo-wrap {
  position: relative;
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
  padding: 40px 0 112px;
}

.product-demo-heading {
  width: min(760px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.product-demo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #71adff;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-demo-kicker i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(19, 189, 210, .8);
}

.product-demo-heading h2 {
  margin: 17px 0 0;
  font-size: 3.25rem;
  font-weight: 650;
  line-height: 1.06;
  text-wrap: balance;
}

.product-demo-heading p {
  margin: 20px auto 0;
  color: #91a5c2;
  font-size: 1.02rem;
  line-height: 1.65;
  text-wrap: balance;
}

.product-demo-stage {
  position: relative;
  padding: 10px;
  border: 1px solid rgba(101, 159, 246, .3);
  border-radius: 8px;
  background: rgba(3, 12, 30, .7);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .32), 0 0 70px rgba(23, 105, 255, .11);
}

.product-demo-stage::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -1px 16%;
  border-top: 1px solid rgba(77, 150, 255, .68);
  pointer-events: none;
}

.product-demo-video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 5px;
  background: #020814;
  object-fit: contain;
}

.product-demo-summary {
  margin: 24px auto 0;
  color: #8398b7;
  font-size: .88rem;
  line-height: 1.6;
  text-align: center;
}

.product-demo-transcript {
  width: min(840px, 100%);
  margin: 25px auto 0;
  padding-top: 18px;
  color: #9eb1cc;
  border-top: 1px solid rgba(119, 153, 204, .2);
}

.product-demo-transcript summary {
  width: max-content;
  margin: 0 auto;
  color: #c9d8ee;
  font-size: .84rem;
  font-weight: 700;
  cursor: pointer;
}

.product-demo-transcript div {
  padding-top: 14px;
}

.product-demo-transcript p {
  margin: 0 0 14px;
  font-size: .86rem;
  line-height: 1.65;
}

.insights {
  background: var(--surface-alt);
}

.kpi-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 65px rgba(18, 49, 92, .08);
}

.kpi-strip article {
  min-width: 0;
  padding: 24px;
  border-right: 1px solid var(--line-soft);
}

.kpi-strip article:last-child {
  border-right: 0;
}

.kpi-strip span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #53637d;
  font-size: .66rem;
  font-weight: 800;
}

.kpi-strip i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.dot-blue { background: var(--blue); }
.dot-cyan { background: var(--cyan); }
.dot-violet { background: var(--violet); }
.dot-green { background: var(--green); }

.kpi-strip strong {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 2rem;
}

.kpi-strip small {
  display: block;
  margin-top: 8px;
  color: #08784f;
  font-size: .7rem;
}

.analytics-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 0;
  margin-top: 28px;
}

.light-chart {
  min-width: 0;
  padding: 26px 34px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(18, 49, 92, .08);
}

.light-chart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.light-chart-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.05rem;
}

.light-chart-head p,
.light-chart-head > span {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: .76rem;
}

.light-chart > svg {
  width: 100%;
  margin-top: 20px;
}

.light-grid {
  fill: none;
  stroke: #e5eaf2;
  stroke-width: 1;
}

.light-area {
  fill: url(#lightChartFill);
}

.light-line {
  fill: none;
  stroke: #2563eb;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

.is-visible .light-line {
  animation: chart-draw 2s .2s ease forwards;
}

.light-axis {
  fill: #71819a;
  font-size: 11px;
}

.ai-panel {
  position: relative;
  z-index: 2;
  margin: 0 0 -28px -28px;
  padding: 22px;
  color: #eaf2ff;
  border: 1px solid rgba(73, 139, 255, .65);
  border-radius: 8px;
  background: linear-gradient(160deg, #081732, #031023);
  box-shadow: 0 28px 70px rgba(4, 16, 38, .32);
}

.ai-panel-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ai-mark {
  color: var(--violet);
}

.ai-mark svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ai-question {
  margin: 20px 0 0 auto;
  width: fit-content;
  max-width: 85%;
  padding: 10px 13px;
  border: 1px solid rgba(48, 120, 255, .45);
  border-radius: 6px;
  background: rgba(28, 94, 216, .25);
  font-size: .75rem;
}

.ai-intro {
  margin: 22px 0 10px;
  color: #91a4c1;
  font-size: .73rem;
}

.recommendation {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 9px;
  padding: 12px;
  border: 1px solid rgba(135, 171, 224, .17);
  border-radius: 6px;
  background: rgba(255, 255, 255, .025);
  opacity: 0;
  transform: translateY(14px);
}

.ai-panel.is-visible .recommendation {
  animation: recommendation-in .55s ease forwards;
}

.ai-panel.is-visible .recommendation:nth-of-type(2) { animation-delay: .12s; }
.ai-panel.is-visible .recommendation:nth-of-type(3) { animation-delay: .24s; }
.ai-panel.is-visible .recommendation:nth-of-type(4) { animation-delay: .36s; }

.rec-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .05);
}

.rec-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rec-violet { color: #ae63ff; }
.rec-cyan { color: #29d5e2; }
.rec-blue { color: #4f91ff; }

.recommendation p {
  margin: 0;
  color: #9fb0c9;
  font-size: .69rem;
  line-height: 1.48;
}

.recommendation strong {
  color: #eef5ff;
}

.capabilities {
  background: #fff;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.capability {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  min-width: 0;
  padding: 30px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.capability:nth-child(3n) {
  border-right: 0;
}

.capability:nth-child(n + 4) {
  border-bottom: 0;
}

.capability-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--blue);
  border: 1px solid #a8c6ff;
  border-radius: 8px;
}

.capability-icon-violet {
  color: var(--violet);
  border-color: #d2b6ff;
}

.capability-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.capability h3 {
  margin: 1px 0 7px;
  color: var(--ink);
  font-size: 1.03rem;
}

.capability p {
  margin: 0;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.55;
}

.reporting {
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 40% at 50% 66%, rgba(54, 118, 255, .12), transparent 75%),
    var(--surface-alt);
}

.reporting-wrap {
  padding-bottom: 104px;
}

.report-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
}

.report-preview {
  min-width: 0;
  min-height: 420px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(17, 43, 79, .12);
}

.report-filebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  font-size: .75rem;
}

.report-filebar span {
  padding: 6px 9px;
  color: #fff;
  border-radius: 4px;
  background: #10276d;
  font-weight: 800;
}

.report-filebar.excel span {
  background: #078249;
}

.report-preview h3 {
  margin: 26px 0 4px;
  color: var(--ink);
  font-size: 1.22rem;
}

.report-preview > p {
  margin: 0;
  color: var(--muted);
  font-size: .73rem;
}

.report-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 22px;
  padding: 13px;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
}

.report-metrics span {
  min-width: 0;
}

.report-metrics small,
.report-metrics strong {
  display: block;
}

.report-metrics small {
  color: var(--muted);
  font-size: .58rem;
}

.report-metrics strong {
  margin-top: 5px;
  color: var(--ink);
  font-size: .88rem;
}

.mini-chart {
  width: 100%;
  margin-top: 25px;
}

.mini-grid {
  fill: none;
  stroke: var(--line-soft);
}

.mini-line {
  fill: none;
  stroke: var(--blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.report-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 13px;
  color: #66768f;
  border-top: 1px solid var(--line-soft);
  font-size: .58rem;
}

.report-copy {
  text-align: center;
}

.report-copy-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 18px;
  color: var(--blue);
  border: 1px solid #aac6ff;
  border-radius: 8px;
  background: #fff;
}

.report-copy-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.report-copy p {
  margin: 0;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 750;
  line-height: 1.4;
}

.excel-preview table {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
  color: #26364f;
  font-size: .62rem;
}

.excel-preview th,
.excel-preview td {
  padding: 10px 7px;
  border: 1px solid #dce8df;
  text-align: right;
}

.excel-preview th:first-child,
.excel-preview td:first-child {
  text-align: left;
}

.excel-preview th {
  color: #215d3e;
  background: #e7f4eb;
}

.excel-preview .up {
  color: #08784f;
  font-weight: 800;
}

.sheet-tabs {
  display: flex;
  gap: 6px;
  margin-top: 25px;
  padding-top: 13px;
  border-top: 1px solid var(--line-soft);
}

.sheet-tabs span {
  padding: 6px 10px;
  color: #607087;
  border-radius: 4px;
  background: #f4f7f5;
  font-size: .58rem;
}

.sheet-tabs span:first-child {
  color: #087c45;
  background: #e4f5ea;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 68px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-row article {
  padding: 26px 23px;
  border-right: 1px solid var(--line);
}

.proof-row article:last-child {
  border-right: 0;
}

.proof-row strong {
  display: block;
  color: var(--ink);
  font-size: .96rem;
}

.proof-row p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.5;
}

.faq {
  background: #fff;
}

.faq-wrap {
  width: min(860px, calc(100% - 48px));
  margin: 0 auto;
  padding: 118px 0 130px;
}

.accordion {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  min-height: 74px;
  padding: 0;
  color: var(--ink);
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 1rem;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.faq-item button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.8;
  stroke-linecap: round;
}

.faq-answer {
  padding: 0 50px 26px 0;
}

.faq-answer[hidden] {
  display: none;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.7;
}

.final-cta {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(ellipse 70% 55% at 50% 60%, rgba(28, 106, 255, .72), transparent 72%),
    linear-gradient(180deg, #04102a, #06112a);
}

.final-cta-light {
  position: absolute;
  top: 45%;
  left: -10%;
  width: 120%;
  height: 130px;
  border-top: 2px solid rgba(90, 164, 255, .8);
  border-radius: 50%;
  box-shadow: 0 -12px 40px rgba(44, 122, 255, .65), 0 12px 70px rgba(44, 122, 255, .45);
  transform: rotate(4deg);
}

.final-cta-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 92px;
  text-align: center;
}

.final-cta h2 {
  margin: 0;
  font-size: 3.35rem;
  font-weight: 650;
  line-height: 1.05;
  text-wrap: balance;
}

.final-cta p {
  margin: 19px 0 0;
  color: #a8b9d3;
  font-size: 1rem;
}

.final-cta-content > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 28px;
}

.text-link-light {
  color: #fff;
}

.cta-dashboard {
  position: absolute;
  right: 0;
  bottom: -150px;
  left: 0;
  display: grid;
  grid-template-columns: 180px 1fr;
  width: min(1000px, calc(100% - 70px));
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  color: #dce9ff;
  border: 1px solid rgba(102, 162, 255, .45);
  border-radius: 8px 8px 0 0;
  background: #f9fbff;
  box-shadow: 0 25px 75px rgba(0, 0, 0, .38);
}

.cta-sidebar {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 24px;
  color: #8296b3;
  background: #071426;
}

.cta-sidebar img {
  display: block;
  width: 112px;
  height: auto;
  margin-bottom: 12px;
  filter: brightness(0) invert(1);
}

.cta-sidebar span {
  font-size: .7rem;
}

.cta-main {
  padding: 28px;
}

.cta-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.cta-metrics span {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.cta-metrics small,
.cta-metrics strong {
  display: block;
}

.cta-metrics small {
  color: var(--muted);
  font-size: .58rem;
}

.cta-metrics strong {
  margin-top: 6px;
  color: var(--ink);
}

.cta-main > svg {
  width: 100%;
  height: 130px;
  margin-top: 18px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer {
  color: #9db0cb;
  background: #030a16;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  width: min(var(--page-width), calc(100% - 48px));
  min-height: 126px;
  margin: 0 auto;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 850;
  text-decoration: none;
}

.footer-brand img {
  display: block;
  width: 126px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-links,
.footer-social {
  display: flex;
  align-items: center;
}

.footer-links {
  gap: 22px;
}

.footer-links a {
  font-size: .78rem;
  text-decoration: none;
}

.footer-social {
  justify-content: flex-end;
  gap: 8px;
}

.footer-social a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #dce9ff;
  border: 1px solid rgba(148, 176, 219, .26);
  border-radius: 6px;
  font-size: .72rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-copy {
  width: min(var(--page-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0 26px;
  color: #62738d;
  border-top: 1px solid rgba(145, 173, 216, .12);
  font-size: .72rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.22, 1, .36, 1);
}

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

.workflow-step:nth-child(2),
.capability:nth-child(2),
.proof-row article:nth-child(2) {
  transition-delay: .08s;
}

.workflow-step:nth-child(3),
.capability:nth-child(3),
.proof-row article:nth-child(3) {
  transition-delay: .16s;
}

.workflow-step:nth-child(4),
.capability:nth-child(4),
.proof-row article:nth-child(4) {
  transition-delay: .24s;
}

.capability:nth-child(5) { transition-delay: .32s; }
.capability:nth-child(6) { transition-delay: .4s; }

@keyframes hero-reveal {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes dashboard-rise {
  from { opacity: 0; transform: translateY(90px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes chart-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes recommendation-in {
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .dashboard-shell {
    grid-template-columns: 150px 1fr;
  }

  .dashboard-sidebar {
    padding: 24px 12px;
  }

  .analytics-stage {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .report-stage {
    grid-template-columns: 1fr 150px 1fr;
    gap: 18px;
  }
}

@media (max-width: 820px) {
  .site-header {
    top: 12px;
    width: calc(100% - 24px);
    min-height: 58px;
    padding: 8px 10px 8px 14px;
  }

  .site-header.scrolled {
    width: calc(100% - 24px);
  }

  .brand,
  .brand img {
    width: 124px;
  }

  .header-actions .button-small {
    display: none;
  }

  .sign-in {
    font-size: .8rem;
  }

  .hero {
    min-height: 1040px;
    background:
      radial-gradient(ellipse 95% 50% at 50% 64%, rgba(35, 114, 255, .82), transparent 75%),
      linear-gradient(180deg, #040b19 0%, #071631 50%, #0c49b6 86%, #edf4ff 100%);
  }

  .hero-content {
    width: calc(100% - 34px);
    padding-top: 132px;
  }

  .hero-title {
    font-size: 3.65rem;
    line-height: 1.01;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-dashboard-wrap {
    bottom: -8px;
    width: calc(100% - 28px);
    height: 585px;
  }

  .dashboard-shell {
    grid-template-columns: 1fr;
    transform: none;
  }

  .dashboard-sidebar,
  .dashboard-toolbar,
  .dashboard-heading {
    display: none;
  }

  .dashboard-main {
    padding: 20px;
  }

  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 0;
  }

  .metric {
    min-height: 134px;
  }

  .metric strong {
    font-size: 1.7rem;
  }

  .chart-panel {
    margin-top: 12px;
  }

  .chart {
    height: 225px;
  }

  .section-wrap,
  .faq-wrap {
    width: calc(100% - 34px);
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .section-heading h2 {
    font-size: 2.75rem;
  }

  .product-demo-wrap {
    width: calc(100% - 34px);
    padding: 26px 0 90px;
  }

  .product-demo-heading {
    margin-bottom: 32px;
  }

  .product-demo-heading h2 {
    font-size: 2.75rem;
  }

  .workflow-list {
    display: flex;
    gap: 16px;
    margin-right: -17px;
    padding: 0 17px 18px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

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

  .workflow-step {
    flex: 0 0 205px;
    padding: 20px;
    border: 1px solid rgba(97, 151, 233, .2);
    border-radius: 8px;
    background: rgba(255, 255, 255, .025);
    scroll-snap-align: start;
  }

  .step-icon {
    margin-top: 15px;
  }

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

  .kpi-strip article {
    border-bottom: 1px solid var(--line-soft);
  }

  .kpi-strip article:nth-child(2) {
    border-right: 0;
  }

  .kpi-strip article:nth-child(n + 3) {
    border-bottom: 0;
  }

  .analytics-stage {
    grid-template-columns: 1fr;
  }

  .ai-panel {
    margin: 18px 0 0;
  }

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

  .capability,
  .capability:nth-child(3n) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .capability:nth-child(2n) {
    border-right: 0;
  }

  .capability:nth-child(n + 5) {
    border-bottom: 0;
  }

  .report-stage {
    grid-template-columns: 1fr;
  }

  .report-copy {
    display: none;
  }

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

  .proof-row article {
    border-bottom: 1px solid var(--line);
  }

  .proof-row article:nth-child(2) {
    border-right: 0;
  }

  .proof-row article:nth-child(n + 3) {
    border-bottom: 0;
  }

  .final-cta {
    min-height: 720px;
  }

  .final-cta h2 {
    font-size: 2.7rem;
  }

  .cta-dashboard {
    grid-template-columns: 1fr;
    width: calc(100% - 34px);
  }

  .cta-sidebar {
    display: none;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    width: calc(100% - 34px);
    padding: 38px 0 28px;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-copy {
    width: calc(100% - 34px);
  }
}

@media (max-width: 560px) {
  .site-header {
    color: #fff;
    background: rgba(3, 10, 26, .76);
  }

  .site-header.scrolled {
    color: var(--ink);
    background: rgba(255, 255, 255, .96);
  }

  .hero {
    min-height: 1050px;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .hero-copy {
    font-size: .96rem;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    gap: 14px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    justify-content: center;
  }

  .hero-dashboard-wrap {
    height: 520px;
  }

  .workflow-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .workflow-step {
    min-width: 0;
    padding: 16px 10px;
  }

  .workflow-step strong {
    font-size: .94rem;
  }

  .workflow-step p {
    font-size: .76rem;
  }

  .dashboard-main {
    padding: 14px;
  }

  .metric-grid {
    gap: 9px;
  }

  .metric {
    min-height: 118px;
    padding: 11px;
  }

  .metric strong {
    font-size: 1.45rem;
  }

  .metric small {
    font-size: .5rem;
  }

  .chart-panel-head div {
    display: none;
  }

  .chart {
    height: 190px;
  }

  .section-heading h2 {
    font-size: 2.25rem;
  }

  .section-heading p {
    font-size: .95rem;
  }

  .product-demo-heading h2 {
    font-size: 2.25rem;
  }

  .product-demo-heading p {
    font-size: .95rem;
  }

  .product-demo-stage {
    padding: 5px;
  }

  .product-demo-summary {
    font-size: .8rem;
  }

  .kpi-strip {
    grid-template-columns: 1fr 1fr;
  }

  .kpi-strip article {
    padding: 18px;
  }

  .kpi-strip strong {
    font-size: 1.6rem;
  }

  .light-chart {
    padding: 20px 16px 14px;
  }

  .light-chart-head > span {
    display: none;
  }

  .light-chart > svg {
    min-width: 550px;
  }

  .light-chart {
    overflow-x: auto;
  }

  .capability-list {
    grid-template-columns: 1fr;
  }

  .capability,
  .capability:nth-child(2n),
  .capability:nth-child(3n),
  .capability:nth-child(n + 5) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .capability:last-child {
    border-bottom: 0;
  }

  .report-preview {
    min-height: 0;
    padding: 18px;
  }

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

  .excel-preview {
    overflow-x: auto;
  }

  .excel-preview table {
    min-width: 520px;
  }

  .proof-row {
    grid-template-columns: 1fr;
  }

  .proof-row article,
  .proof-row article:nth-child(2),
  .proof-row article:nth-child(n + 3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-row article:last-child {
    border-bottom: 0;
  }

  .faq-item button {
    min-height: 68px;
    font-size: .95rem;
  }

  .final-cta {
    min-height: 675px;
  }

  .final-cta-content {
    width: calc(100% - 34px);
    padding-top: 78px;
  }

  .final-cta h2 {
    font-size: 2.3rem;
  }

  .final-cta-content > div {
    display: grid;
    gap: 15px;
  }

  .text-link-light {
    justify-content: center;
  }

  .cta-dashboard {
    bottom: -95px;
    height: 285px;
  }

  .cta-main {
    padding: 16px;
  }

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

  .footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

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