:root {
  --ink: #24211e;
  --ink-secondary: #55504b;
  --ink-muted: #736d67;
  --canvas: #ebeae7;
  --surface: #ffffff;
  --surface-soft: #f7f6f3;
  --border: #dcd9d4;
  --nav: #24233a;
  --nav-soft: #34324f;
  --signal: #4b45c6;
  --signal-bright: #9d8ff5;
  --amber: #e0a33c;
  --green: #16704f;
  --red: #a03a24;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --shadow: 0 30px 80px rgba(30, 28, 43, 0.16);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface-soft);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
a {
  font: inherit;
}

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

button {
  color: inherit;
}

svg {
  display: block;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--nav);
  background: white;
  transform: translateY(-150%);
  transition: transform 150ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  color: #f6f5f9;
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(36, 35, 58, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
}

.header-inner {
  height: 76px;
  display: flex;
  align-items: center;
  gap: 38px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: inherit;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.045em;
}

.brand-mark {
  width: 33px;
  height: 33px;
  fill: #aaa5c7;
}

.brand-mark-accent {
  fill: var(--amber);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.site-nav a {
  color: rgba(246, 245, 249, 0.72);
  font-size: 13px;
  font-weight: 500;
  transition: color 150ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: 2px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
}

.site-nav .language-switch a {
  min-width: 29px;
  padding: 5px 6px;
  border-radius: 4px;
  text-align: center;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.site-nav .language-switch a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 7px;
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  transition: background 150ms ease, border-color 150ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.38);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  background: transparent;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: white;
  transition: transform 150ms ease;
}

.hero {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  color: #f7f6fa;
  background:
    radial-gradient(circle at 67% 33%, rgba(101, 91, 213, 0.17), transparent 35%),
    linear-gradient(135deg, #24233a 0%, #1e1d31 62%, #25223a 100%);
}

.hero-grid,
.cta-grid {
  position: absolute;
  inset: 0;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.hero-glow-one {
  width: 340px;
  height: 340px;
  top: 70px;
  right: 4vw;
  border: 1px solid rgba(157, 143, 245, 0.2);
}

.hero-glow-two {
  width: 590px;
  height: 590px;
  right: -250px;
  bottom: -260px;
  border: 1px solid rgba(224, 163, 60, 0.15);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(570px, 1.1fr);
  align-items: center;
  gap: 72px;
  padding-top: 154px;
  padding-bottom: 112px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 23px;
  color: rgba(246, 245, 249, 0.62);
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 24px;
  height: 1px;
  background: var(--amber);
}

.eyebrow-dark {
  color: var(--ink-muted);
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(48px, 5.2vw, 75px);
  font-weight: 580;
  line-height: 0.99;
  letter-spacing: -0.055em;
}

.hero h1 em {
  display: block;
  color: #b1abd8;
  font-style: normal;
}

.hero-lede {
  max-width: 550px;
  margin: 28px 0 0;
  color: rgba(246, 245, 249, 0.7);
  font-size: 18px;
  line-height: 1.62;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 49px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 650;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}

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

.button-primary {
  color: white;
  background: var(--signal);
  box-shadow: 0 13px 35px rgba(75, 69, 198, 0.27);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #5a53cf;
}

.button-secondary {
  color: #f5f4fa;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 33px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(246, 245, 249, 0.57);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.hero-proof li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.proof-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--signal-bright);
}

.proof-dot-live {
  background: #53c795;
  box-shadow: 0 0 0 4px rgba(83, 199, 149, 0.12);
}

.product-stage {
  position: relative;
  width: 690px;
  max-width: 100%;
  min-width: 0;
  margin-right: -135px;
}

.stage-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.stage-orbit-one {
  width: 540px;
  height: 540px;
  top: -92px;
  left: 105px;
}

.stage-orbit-two {
  width: 410px;
  height: 410px;
  top: -26px;
  left: 170px;
}

.product-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 13px;
  background: #f8f7f4;
  box-shadow: 0 46px 110px rgba(5, 5, 14, 0.42);
  transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
  transform-origin: left center;
}

.window-topbar {
  height: 35px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 12px;
  border-bottom: 1px solid #e3e1dd;
  color: #858078;
  background: #f1f0ed;
  font-family: var(--mono);
  font-size: 8px;
}

.window-controls {
  display: flex;
  gap: 5px;
}

.window-controls i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c5c1bb;
}

.demo-label {
  justify-self: end;
  padding: 3px 5px;
  color: #7a5417;
  border-radius: 3px;
  background: #fbf1dc;
}

.console {
  min-height: 435px;
  display: grid;
  grid-template-columns: 132px 1fr;
}

.console-nav {
  padding: 18px 11px;
  color: #d8d6e2;
  background: var(--nav);
  font-size: 8px;
}

.console-brand {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 8.5px;
  font-weight: 700;
}

.console-brand svg {
  width: 20px;
  height: 20px;
  fill: #aaa5c7;
}

.console-scope {
  display: grid;
  gap: 3px;
  margin: 16px 0 20px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 4px;
}

.console-nav small,
.console-scope small {
  color: #918fa4;
  font-family: var(--mono);
  font-size: 6px;
  letter-spacing: 0.12em;
}

.console-nav-group {
  display: grid;
  gap: 3px;
  margin-top: 14px;
}

.console-nav-group small {
  padding: 0 7px 4px;
}

.console-nav-group span {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 24px;
  padding: 0 7px;
  border-radius: 4px;
  color: #aaa8b7;
}

.console-nav-group span.active {
  color: white;
  background: #3b3959;
}

.console-nav-group span i {
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-radius: 2px;
}

.console-nav-group span b {
  margin-left: auto;
  color: #f0bf68;
  font-family: var(--mono);
  font-size: 7px;
}

.console-main {
  padding: 21px;
  color: var(--ink);
  background: #ebeae7;
}

.console-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.console-heading > div:first-child {
  display: grid;
  gap: 4px;
}

.console-heading small,
.panel-title small,
.metric-grid small {
  color: #7d7771;
  font-family: var(--mono);
  font-size: 6px;
  letter-spacing: 0.09em;
}

.console-heading strong {
  font-size: 14px;
}

.live-pill {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 6px;
  color: #16704f;
  border-radius: 3px;
  background: #e0f7ea;
  font-family: var(--mono);
  font-size: 6px;
}

.live-pill i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #22a06b;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 15px;
}

.metric-grid article {
  display: grid;
  gap: 5px;
  min-height: 78px;
  padding: 11px;
  border: 1px solid #dedbd6;
  border-radius: 5px;
  background: white;
}

.metric-grid strong {
  font-family: var(--mono);
  font-size: 20px;
  font-weight: 600;
}

.metric-grid span {
  color: #7d7771;
  font-size: 7px;
}

.metric-grid span.good {
  color: var(--green);
}

.metric-grid span.warn {
  color: #8a5b14;
}

.console-panels {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr;
  gap: 8px;
  margin-top: 8px;
}

.console-panels article {
  min-height: 220px;
  padding: 12px;
  border: 1px solid #dedbd6;
  border-radius: 5px;
  background: white;
}

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

.panel-title span {
  display: grid;
  gap: 4px;
}

.panel-title strong {
  font-size: 9px;
}

.panel-title b {
  padding: 3px 5px;
  color: #5c5651;
  border: 1px solid #e2dfda;
  border-radius: 3px;
  font-family: var(--mono);
  font-size: 6px;
}

.chart {
  position: relative;
  height: 128px;
  margin-top: 18px;
}

.chart-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#eeeae5 1px, transparent 1px);
  background-size: 100% 32px;
}

.chart svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

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

.chart .line,
.history-visual path {
  fill: none;
  stroke: #5e57cc;
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.chart circle,
.history-visual circle {
  fill: #5e57cc;
  stroke: white;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.chart-axis {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  color: #918c86;
  font-family: var(--mono);
  font-size: 5.5px;
}

.attention-panel {
  display: flex;
  flex-direction: column;
}

.alert-row {
  display: grid;
  grid-template-columns: 5px 1fr auto;
  align-items: center;
  gap: 7px;
  padding: 11px 0;
  border-bottom: 1px solid #eeeae5;
}

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

.alert-row > i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.alert-row > i.critical {
  background: #c65c44;
}

.alert-row > i.warning {
  background: #d99a35;
}

.alert-row span {
  display: grid;
  gap: 2px;
}

.alert-row strong {
  font-size: 7.5px;
}

.alert-row small,
.alert-row time {
  color: #918c86;
  font-family: var(--mono);
  font-size: 5.5px;
}

.signal-strip {
  color: #dcd9e9;
  background: var(--signal);
}

.signal-strip-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-strip-inner span {
  color: rgba(255, 255, 255, 0.58);
}

.signal-strip-inner i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--amber);
}

.section {
  padding: 126px 0;
}

.platform-section {
  background: #f8f7f4;
}

.section-intro {
  max-width: 690px;
}

.section-intro h2,
.capabilities-heading h2,
.workflow-copy h2 {
  margin: 0;
  font-size: clamp(37px, 4.2vw, 57px);
  font-weight: 590;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.section-intro p,
.capabilities-heading > p,
.workflow-copy > p {
  max-width: 580px;
  margin: 22px 0 0;
  color: var(--ink-secondary);
  font-size: 16px;
  line-height: 1.7;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 62px;
}

.outcome-card {
  position: relative;
  min-height: 440px;
  padding: 31px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: white;
}

.outcome-card-dark {
  color: #f5f4f9;
  border-color: var(--nav);
  background: var(--nav);
}

.card-index {
  position: absolute;
  top: 31px;
  right: 31px;
  color: #aaa59f;
  font-family: var(--mono);
  font-size: 10px;
}

.outcome-card-dark .card-index {
  color: #858299;
}

.card-icon {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  margin: 52px 0 35px;
  border-radius: 9px;
  color: var(--signal);
  background: #eeecfb;
}

.telemetry-icon span {
  width: 5px;
  border-radius: 4px;
  background: currentColor;
}

.telemetry-icon span:nth-child(1) { height: 17px; }
.telemetry-icon span:nth-child(2) { height: 29px; }
.telemetry-icon span:nth-child(3) { height: 40px; background: var(--amber); }
.telemetry-icon span:nth-child(4) { height: 24px; }

.alert-icon {
  align-items: center;
  color: #f2c16f;
  background: #3b3959;
}

.alert-icon span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 15px;
}

.action-icon {
  align-items: center;
  gap: 4px;
}

.action-icon span {
  display: block;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.action-icon span:nth-child(1) { width: 10px; height: 28px; }
.action-icon span:nth-child(2) { width: 17px; height: 39px; border-color: var(--amber); }
.action-icon span:nth-child(3) { width: 10px; height: 22px; }

.outcome-card h3,
.bento h3,
.workflow-steps h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 640;
  letter-spacing: -0.035em;
}

.outcome-card p,
.bento p,
.workflow-steps p {
  color: var(--ink-secondary);
  font-size: 13.5px;
  line-height: 1.65;
}

.outcome-card-dark p {
  color: #aaa8ba;
}

.outcome-card ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--border);
  list-style: none;
}

.outcome-card-dark ul {
  border-color: rgba(255, 255, 255, 0.11);
}

.outcome-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-secondary);
  font-family: var(--mono);
  font-size: 10px;
}

.outcome-card-dark li {
  color: #c0bdcd;
}

.outcome-card li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--signal-bright);
}

.capabilities-section {
  background: var(--canvas);
}

.capabilities-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr;
  align-items: end;
  gap: 70px;
}

.capabilities-heading > p {
  margin: 0 0 4px;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 60px;
}

.bento {
  position: relative;
  min-height: 355px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid #d6d2cc;
  border-radius: 11px;
  background: #f8f7f4;
}

.bento-wide {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 48px;
  grid-column: span 2;
}

.bento-label {
  display: inline-flex;
  margin-bottom: 19px;
  color: var(--signal);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.bento p {
  max-width: 430px;
}

.site-list {
  border: 1px solid #dedbd6;
  border-radius: 7px;
  background: white;
  box-shadow: 0 20px 45px rgba(36, 33, 30, 0.08);
}

.site-list > div {
  display: grid;
  grid-template-columns: 7px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 0 17px;
  border-bottom: 1px solid #eeeae5;
}

.site-list > div:last-child {
  border-bottom: 0;
}

.site-list i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.status-ok { background: #45a67b; }
.status-warn { background: #d99a35; }

.site-list span {
  display: grid;
  gap: 4px;
}

.site-list strong {
  font-size: 12px;
}

.site-list small,
.site-list b {
  color: #837d76;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
}

.bento-alert {
  color: #f5f4f9;
  background: var(--nav);
  border-color: var(--nav);
}

.bento-alert .bento-label {
  color: #e4b55f;
}

.bento-alert p {
  color: #aaa8ba;
}

.pulse-ring {
  position: absolute;
  top: 34px;
  right: 37px;
  width: 105px;
  height: 105px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(224, 163, 60, 0.25);
  border-radius: 50%;
}

.pulse-ring::before,
.pulse-ring i {
  content: "";
  position: absolute;
  border: 1px solid rgba(224, 163, 60, 0.16);
  border-radius: 50%;
}

.pulse-ring::before { inset: 12px; }
.pulse-ring i { inset: 25px; }

.pulse-ring span {
  color: #f2c16f;
  font-family: var(--mono);
  font-size: 20px;
}

.bento-alert h3 {
  margin-top: 147px;
}

.mini-layout {
  height: 130px;
  display: grid;
  grid-template-columns: 1fr 0.7fr 0.7fr;
  grid-template-rows: 1fr 0.8fr;
  gap: 7px;
  margin-bottom: 30px;
}

.mini-layout i {
  border: 1px solid #dbd7d1;
  border-radius: 5px;
  background: white;
}

.mini-layout i:first-child {
  grid-row: span 2;
  background: linear-gradient(145deg, #eeecfb, white);
}

.mini-layout i:nth-child(4) {
  grid-column: span 2;
}

.role-stack {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.role-stack span {
  position: absolute;
  padding: 9px 13px;
  border: 1px solid #d8d4cf;
  border-radius: 5px;
  background: white;
  box-shadow: 0 10px 25px rgba(36, 33, 30, 0.08);
  font-family: var(--mono);
  font-size: 9px;
}

.role-stack span:nth-child(1) { color: #3f3a9e; background: #eeecfb; transform: translate(-55px, -33px) rotate(-4deg); }
.role-stack span:nth-child(2) { color: #16704f; background: #e0f7ea; transform: translate(45px, 3px) rotate(3deg); }
.role-stack span:nth-child(3) { color: #6a645e; background: #efedea; transform: translate(-27px, 42px) rotate(-2deg); }

.history-visual {
  height: 190px;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: stretch;
  padding: 22px;
  border: 1px solid #dedbd6;
  border-radius: 7px;
  background:
    linear-gradient(#eeeae5 1px, transparent 1px),
    white;
  background-size: 100% 45px;
  box-shadow: 0 20px 45px rgba(36, 33, 30, 0.08);
}

.history-scale {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #958f88;
  font-family: var(--mono);
  font-size: 7px;
}

.history-visual svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.workflow-section {
  color: #f5f4f9;
  background: var(--nav);
}

.workflow-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 110px;
}

.workflow-copy {
  position: sticky;
  top: 130px;
  align-self: start;
}

.workflow-copy > p {
  color: #aaa8ba;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #f0c273;
  font-size: 13px;
  font-weight: 600;
}

.workflow-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-steps li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 25px;
  min-height: 190px;
  padding: 39px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.workflow-steps li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.workflow-steps > li > span {
  color: var(--amber);
  font-family: var(--mono);
  font-size: 11px;
}

.workflow-steps h3 {
  font-size: 26px;
}

.workflow-steps p {
  max-width: 470px;
  margin: 10px 0 0;
  color: #aaa8ba;
}

.sectors-section {
  background: #f8f7f4;
}

.sectors-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: end;
}

.sector-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
}

.sector-list span {
  padding: 13px 17px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--ink-secondary);
  background: white;
  font-family: var(--mono);
  font-size: 10px;
}

.cta-section {
  position: relative;
  overflow: hidden;
  color: white;
  background: var(--signal);
}

.cta-grid {
  opacity: 0.14;
  mask-image: radial-gradient(circle at center, black, transparent 76%);
}

.cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 560px;
  justify-content: center;
  text-align: center;
}

.cta-mark {
  width: 64px;
  height: 64px;
  margin-bottom: 28px;
  fill: #cbc7f0;
}

.cta-inner > p {
  margin: 0 0 10px;
  color: #d7d4f0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-inner h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 590;
  line-height: 1;
  letter-spacing: -0.06em;
}

.button-light {
  color: var(--signal);
  background: white;
}

.button-ghost {
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.site-footer {
  color: #d9d7e1;
  background: #1d1c2d;
}

.footer-inner {
  min-height: 160px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
}

.footer-brand {
  font-size: 19px;
}

.footer-inner p,
.footer-inner small,
.footer-links {
  color: #8f8d9e;
  font-size: 11px;
}

.footer-links {
  display: flex;
  gap: 22px;
}

.footer-powered {
  display: flex;
  justify-content: flex-end;
  padding: 16px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #777486;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.footer-powered a {
  transition: color 160ms ease;
}

.footer-powered strong {
  color: #aaa7b8;
  font-weight: 600;
}

.footer-powered a:hover,
.footer-powered a:focus-visible {
  color: var(--amber);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: white;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal-delay-short {
  transition-delay: 90ms;
}

.reveal-delay {
  transition-delay: 180ms;
}

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

@media (max-width: 1120px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 70px;
    padding-bottom: 100px;
  }

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

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

  .product-stage {
    width: min(820px, 100%);
    margin: 0 auto;
  }

  .product-window {
    transform: none;
  }

  .stage-orbit-one,
  .stage-orbit-two {
    left: 50%;
    transform: translateX(-50%);
  }

  .outcome-card {
    padding: 25px;
  }

  .capabilities-heading,
  .workflow-layout {
    gap: 65px;
  }
}

@media (max-width: 1050px) and (min-width: 861px) {
  .header-inner {
    gap: 20px;
  }

  .site-nav {
    gap: 18px;
  }

  .site-nav a {
    font-size: 12px;
  }
}

@media (max-width: 860px) {
  .shell {
    width: min(calc(100% - 34px), 680px);
  }

  .header-inner {
    height: 68px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 67px;
    left: 17px;
    right: 17px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 9px;
    background: rgba(36, 35, 58, 0.98);
    box-shadow: 0 25px 60px rgba(5, 5, 14, 0.35);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px;
  }

  .language-switch {
    align-self: flex-start;
    margin: 8px 13px 7px;
  }

  .site-nav .language-switch a {
    padding: 7px 10px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout {
    padding-top: 130px;
    padding-bottom: 78px;
  }

  .hero h1 {
    font-size: clamp(44px, 10vw, 66px);
  }

  .product-stage {
    overflow: hidden;
    border-radius: 13px;
  }

  .product-window {
    width: 690px;
    transform: scale(0.94);
    transform-origin: top left;
  }

  .signal-strip-inner {
    min-height: 88px;
    flex-wrap: wrap;
    gap: 13px 18px;
    padding-block: 18px;
  }

  .section {
    padding: 90px 0;
  }

  .outcome-grid,
  .capabilities-heading,
  .workflow-layout,
  .sectors-layout {
    grid-template-columns: 1fr;
  }

  .outcome-card {
    min-height: auto;
  }

  .card-icon {
    margin-top: 20px;
  }

  .capabilities-heading,
  .sectors-layout {
    gap: 28px;
  }

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

  .bento-wide {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .workflow-copy {
    position: static;
  }

  .sector-list {
    justify-content: flex-start;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    padding: 35px 0;
  }

  .footer-inner p {
    text-align: right;
  }

  .footer-links {
    justify-self: start;
  }

  .footer-inner small {
    justify-self: end;
  }
}

@media (max-width: 560px) {
  .hero-layout {
    gap: 54px;
  }

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

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

  .hero-actions,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-proof {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .product-stage {
    height: 255px;
  }

  .product-window {
    transform: scale(0.5);
  }

  .signal-strip-inner span {
    width: 100%;
    text-align: center;
  }

  .section-intro h2,
  .capabilities-heading h2,
  .workflow-copy h2 {
    font-size: 38px;
  }

  .outcome-grid,
  .bento-grid {
    margin-top: 42px;
  }

  .outcome-card,
  .bento {
    padding: 24px;
  }

  .bento-wide {
    gap: 24px;
  }

  .site-list > div {
    padding-inline: 12px;
  }

  .workflow-layout {
    gap: 45px;
  }

  .workflow-steps li {
    grid-template-columns: 43px 1fr;
    gap: 12px;
  }

  .cta-inner {
    min-height: 510px;
  }

  .cta-inner h2 {
    font-size: 50px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .footer-inner p,
  .footer-inner small,
  .footer-links {
    justify-self: start;
    text-align: left;
  }

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

@media (max-width: 380px) {
  .product-stage {
    height: 225px;
  }

  .product-window {
    transform: scale(0.44);
  }
}

@media (max-width: 340px) {
  .product-stage {
    height: 205px;
  }

  .product-window {
    transform: scale(0.4);
  }
}

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

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