@font-face {
  font-family: "ReviewLayer Material Symbols";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/reviewlayer/assets/fonts/material-symbols-outlined.woff2?v=1.3.9") format("woff2");
}

:root {
  color-scheme: dark;
  --page: #07070b;
  --page-soft: #0b0c12;
  --surface: #10111a;
  --surface-raised: #151724;
  --surface-bright: #1b1d2d;
  --text: #f7f7fb;
  --text-soft: #d7d9e3;
  --muted: #a3a8b8;
  --muted-dark: #777d8f;
  --border: rgba(255, 255, 255, .1);
  --border-strong: rgba(255, 255, 255, .18);
  --action: #765cf6;
  --action-hover: #8872ff;
  --cyan: #3dd9eb;
  --magenta: #cf63ff;
  --success: #79e39f;
  --danger: #ff7d8f;
  --focus: #9a86ff;
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --step-small: clamp(.8125rem, .78rem + .12vw, .875rem);
  --step-body: clamp(1rem, .96rem + .18vw, 1.125rem);
  --step-lead: clamp(1.125rem, 1.03rem + .34vw, 1.35rem);
  --step-h3: clamp(1.3rem, 1.16rem + .58vw, 1.8rem);
  --step-h2: clamp(2.25rem, 1.62rem + 2.8vw, 4.85rem);
  --step-display: clamp(3rem, 2.25rem + 3.75vw, 5.5rem);
  --shell: 1240px;
  --gutter: clamp(1.25rem, .84rem + 1.7vw, 2.5rem);
  --section-space: clamp(6rem, 4.4rem + 6vw, 10.5rem);
  --radius-small: 14px;
  --radius-medium: 22px;
  --radius-large: 32px;
  --shadow-panel: 0 36px 120px rgba(0, 0, 0, .36), inset 0 1px rgba(255, 255, 255, .05);
  --ease-standard: cubic-bezier(.2, .8, .2, 1);
  --ease-emphasized: cubic-bezier(.16, 1, .3, 1);
  --duration-fast: 160ms;
  --duration-medium: 280ms;
  --duration-slow: 560ms;
}

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

html {
  scroll-behavior: smooth;
  background: var(--page);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  font-family: var(--font-sans);
  font-size: var(--step-body);
  line-height: 1.6;
  background:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
    var(--page);
  background-size: 88px 88px;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 7, 11, .15), rgba(7, 7, 11, .92) 42%, var(--page));
  content: "";
  pointer-events: none;
}

.skip-link,
.site-header,
main,
.site-footer {
  filter: hue-rotate(330deg);
}

img,
video,
canvas {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
}

p,
h1,
h2,
h3,
dl,
dd,
figure,
pre {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

code,
pre {
  font-family: var(--font-mono);
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

::selection {
  color: #fff;
  background: rgba(118, 92, 246, .78);
}

[id] {
  scroll-margin-top: 92px;
}

.shell {
  width: min(calc(100% - (2 * var(--gutter))), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  background: var(--action);
  border-radius: 10px;
  transform: translateY(-150%);
}

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

.material-symbol {
  width: 1em;
  height: 1em;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  font-family: "ReviewLayer Material Symbols";
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  user-select: none;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--border);
  background: rgba(7, 7, 11, .76);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .12);
  backdrop-filter: blur(22px) saturate(140%);
}

.site-nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.025em;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--action), #4c35d2);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 19px 19px 19px 3px;
  box-shadow: 0 8px 22px rgba(118, 92, 246, .32);
  transform: rotate(-45deg);
}

.brand-mark span {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .14);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.1vw, 1.75rem);
  margin-left: auto;
  list-style: none;
}

.nav-links a,
.footer-links a {
  color: var(--muted);
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: color var(--duration-fast) ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
}

.nav-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  padding: 0;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 13px;
  cursor: pointer;
}

.header-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 15px;
  color: var(--text);
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  background: rgba(255, 255, 255, .055);
  border: 1px solid var(--border-strong);
  border-radius: 13px;
  transition: background var(--duration-fast) ease, border-color var(--duration-fast) ease, transform var(--duration-fast) ease;
}

.header-action:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .28);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: center;
  padding: clamp(5rem, 8vw, 8.5rem) 0 clamp(5rem, 8vw, 7.5rem);
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.hero-glow {
  position: absolute;
  z-index: -1;
  width: 44vw;
  min-width: 440px;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .16;
  pointer-events: none;
}

.hero-glow-one {
  top: -22vw;
  left: -16vw;
  background: radial-gradient(circle, #765cf6 0%, rgba(118, 92, 246, .82) 38%, rgba(118, 92, 246, .34) 68%, transparent 82%);
  filter: blur(64px);
  opacity: .34;
}

.hero-glow-two {
  right: -20vw;
  bottom: -26vw;
  background: var(--cyan);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(370px, .86fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 6.5rem);
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-index,
.panel-kicker {
  color: var(--muted);
  font-size: var(--step-small);
  font-weight: 500;
  letter-spacing: .105em;
  line-height: 1.4;
  text-transform: none;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.55rem;
}

.status-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  flex: 0 0 auto;
  background: var(--success);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(121, 227, 159, .1), 0 0 22px rgba(121, 227, 159, .5);
}

.hero h1 {
  max-width: 940px;
  font-size: var(--step-display);
  line-height: .96;
  letter-spacing: -.067em;
  text-wrap: balance;
}

.hero-lead {
  max-width: 720px;
  margin-top: 1.8rem;
  color: var(--muted);
  font-size: var(--step-lead);
  line-height: 1.56;
}

.hero-actions,
.license-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 2rem;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  color: var(--text);
  font-size: .925rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 15px;
  transition: color var(--duration-fast) ease, background var(--duration-fast) ease, border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, transform var(--duration-fast) ease;
}

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

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--action), #6044e2);
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 16px 42px rgba(118, 92, 246, .28), inset 0 1px rgba(255, 255, 255, .2);
}

.button-primary:hover {
  background: linear-gradient(135deg, var(--action-hover), #6a4eeb);
  box-shadow: 0 20px 52px rgba(118, 92, 246, .38), inset 0 1px rgba(255, 255, 255, .25);
}

.button-secondary {
  color: var(--text-soft);
  background: rgba(255, 255, 255, .045);
  border-color: var(--border-strong);
}

.button-secondary:hover {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .28);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.1rem;
  margin-top: 2.5rem;
}

.hero-facts div {
  display: grid;
  gap: 2px;
}

.hero-facts dt {
  color: var(--muted-dark);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-facts dd {
  color: var(--text-soft);
  font-size: .9rem;
  font-weight: 600;
}

.product-visual,
.workflow-visual {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(23, 25, 40, .92), rgba(10, 11, 17, .94));
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-panel);
}

.product-visual::before,
.workflow-visual::before,
.feature-card::before,
.code-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .055), transparent 36%);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.visual-topline {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 20px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border);
}

.visual-topline span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.visual-topline i {
  width: 7px;
  height: 7px;
  display: block;
  background: var(--success);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(121, 227, 159, .75);
}

.product-visual canvas {
  width: 100%;
  height: clamp(390px, 43vw, 555px);
}

.product-visual figcaption,
.workflow-visual figcaption,
.coverage-figure figcaption {
  color: var(--muted-dark);
  font-size: .72rem;
  line-height: 1.45;
}

.product-visual figcaption {
  padding: 0 20px 18px;
}

.demo-strip {
  position: relative;
  z-index: 4;
  color: var(--text-soft);
  background: linear-gradient(90deg, rgba(118, 92, 246, .16), rgba(61, 217, 235, .08), rgba(118, 92, 246, .12));
  border-bottom: 1px solid rgba(118, 92, 246, .28);
}

.demo-strip-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-block: 12px;
  text-align: center;
}

.demo-strip .material-symbol {
  color: var(--action-hover);
  font-size: 1.2rem;
}

.demo-strip p {
  font-size: .875rem;
}

.demo-strip em {
  color: #fff;
  font-style: normal;
  font-weight: 700;
}

.online-demo-note {
  display: none;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

[data-demo-mode="online"] .online-demo-note {
  display: block;
}

.section {
  position: relative;
  padding-block: var(--section-space);
  border-bottom: 1px solid var(--border);
}

.section-heading {
  max-width: 920px;
  margin-bottom: clamp(3rem, 6vw, 5.25rem);
}

.section-index {
  margin-bottom: 1.15rem;
  color: var(--action-hover);
}

.section h2,
.final-cta h2 {
  font-size: var(--step-h2);
  line-height: 1.02;
  letter-spacing: -.054em;
  text-wrap: balance;
}

.section-heading > p:last-child,
.section-heading-split > p,
.workflow-copy > p,
.integration-copy > p,
.license-copy > p,
.final-cta-inner > p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 1.35rem;
  color: var(--muted);
  font-size: var(--step-lead);
  line-height: 1.6;
}

.live-demo {
  background:
    radial-gradient(
      ellipse 90% 72% at -8% 4%,
      rgba(118, 92, 246, .4) 0%,
      rgba(88, 57, 211, .25) 32%,
      rgba(52, 35, 126, .12) 56%,
      transparent 78%
    ),
    radial-gradient(
      ellipse 68% 62% at 106% 88%,
      rgba(61, 217, 235, .14) 0%,
      rgba(28, 113, 149, .08) 42%,
      transparent 74%
    ),
    linear-gradient(180deg, #121329 0%, #0b0b17 54%, #07070d 100%);
}

.demo-workspace {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, .8fr);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-panel);
}

.demo-brief {
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-right: 1px solid var(--border);
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.1rem;
}

.panel-header h3,
.demo-guide h3,
.requirements-heading h3 {
  margin-top: 4px;
  font-size: var(--step-h3);
  line-height: 1.2;
  letter-spacing: -.03em;
}

.panel-state {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  color: var(--text-soft);
  font-size: .75rem;
  font-weight: 600;
  background: rgba(121, 227, 159, .07);
  border: 1px solid rgba(121, 227, 159, .2);
  border-radius: 999px;
  white-space: nowrap;
}

.panel-state i {
  width: 7px;
  height: 7px;
  display: block;
  background: var(--success);
  border-radius: 50%;
}

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

.demo-hover-menu {
  position: relative;
  z-index: 5;
}

.demo-hover-trigger {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px 7px 12px;
  color: var(--text-soft);
  font: inherit;
  font-size: .75rem;
  font-weight: 600;
  background: rgba(255, 255, 255, .045);
  border: 1px solid var(--border);
  border-radius: 999px;
  cursor: pointer;
}

.demo-hover-trigger .material-symbol {
  font-size: 1rem;
  transition: transform var(--duration-fast) ease;
}

.demo-hover-panel {
  position: absolute;
  top: 100%;
  right: 0;
  width: 210px;
  display: none;
  padding: 7px;
  background: #161722;
  border: 1px solid var(--border-strong);
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .42);
}

.demo-hover-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 11px;
  color: var(--text-soft);
  font-size: .78rem;
  border-radius: 9px;
}

.demo-hover-panel small {
  color: var(--action-hover);
  font-family: var(--font-mono);
  font-size: .64rem;
}

.demo-hover-panel a:hover,
.demo-hover-panel a:focus-visible {
  color: var(--text);
  background: rgba(118, 92, 246, .14);
  outline: none;
}

.demo-hover-menu:hover .demo-hover-panel,
.demo-hover-menu:focus-within .demo-hover-panel,
.demo-hover-trigger[aria-expanded="true"] + .demo-hover-panel {
  display: block;
}

.demo-hover-menu:hover .demo-hover-trigger .material-symbol,
.demo-hover-menu:focus-within .demo-hover-trigger .material-symbol,
.demo-hover-trigger[aria-expanded="true"] .material-symbol {
  transform: rotate(180deg);
}

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

.demo-target {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  background:
    radial-gradient(circle at 100% 0, rgba(61, 217, 235, .1), transparent 42%),
    rgba(255, 255, 255, .025);
  border: 1px solid var(--border);
  border-radius: var(--radius-medium);
  transition: background var(--duration-medium) ease, border-color var(--duration-medium) ease, transform var(--duration-medium) var(--ease-emphasized);
}

.demo-target:hover {
  background:
    radial-gradient(circle at 100% 0, rgba(61, 217, 235, .16), transparent 48%),
    rgba(255, 255, 255, .04);
  border-color: rgba(118, 92, 246, .42);
  transform: translateY(-3px);
}

.demo-target-featured {
  min-height: 260px;
  grid-column: 1 / -1;
  background:
    radial-gradient(circle at 100% 0, rgba(61, 217, 235, .1), transparent 42%),
    var(--surface-raised);
}

.target-label {
  margin-bottom: auto;
  color: var(--action-hover);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.demo-target strong {
  max-width: 620px;
  font-size: clamp(1.25rem, 1rem + .85vw, 2rem);
  line-height: 1.18;
  letter-spacing: -.035em;
}

.demo-target p {
  max-width: 580px;
  margin-top: .75rem;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.55;
}

.demo-guide {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: rgba(255, 255, 255, .018);
}

.demo-guide ol {
  display: grid;
  gap: 1.35rem;
  margin-top: 2rem;
  list-style: none;
}

.demo-guide li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: start;
}

.demo-guide li > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  background: rgba(118, 92, 246, .15);
  border: 1px solid rgba(118, 92, 246, .34);
  border-radius: 12px;
}

.demo-guide strong {
  display: block;
  color: var(--text-soft);
  font-size: .94rem;
}

.demo-guide p {
  margin-top: 3px;
  color: var(--muted-dark);
  font-size: .82rem;
  line-height: 1.5;
}

.workflow-section {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(
      ellipse 96% 102% at -20% 48%,
      rgba(118, 92, 246, .5) 0%,
      rgba(94, 58, 226, .3) 34%,
      rgba(67, 40, 177, .14) 58%,
      rgba(39, 26, 104, .05) 76%,
      transparent 94%
    ),
    linear-gradient(180deg, #0d0b1c 0%, #090914 60%, #07070d 100%);
}

.workflow-section::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEbSURBVDhPVZNZEsMwCEPJ0pwy5+jR+0tHip5LP5hksEELuLr76u5XVe3v+7Pr/31/zu4+uvusqk05oqqcV+h+KaGfFHFwUKjz3FkNc6bcpQYuTjdHd5tJCnUmVmYQlgbVvcqBL0lOmkwUAUBdYbmJo5Ik8GOLjOfSw2oy+AFFh1D0FbIaQZNmRsQnitNodbdZQTGSWKRoSrBfGC4GuOvidBXqmkBAkOgvxtIASjZ0Nom5ljO88q4sExkVUqYkpgMyjGDsMaKZudOUwmGspyTDA3qKAQUYBCL78Tfa5L32jBEkxXJ36GZKHvWQoZF7ExcaIxpvgcdlBmHCpj4LNQ7ZMPS6SfR679GdnPM8pjVKNjKSvERh5Qa5z7SuL9i223BQGPt9AAAAAElFTkSuQmCC") 0 0 / 16px 16px repeat;
  content: "";
  opacity: .5;
  -webkit-mask-image: radial-gradient(ellipse 98% 104% at -20% 48%, #000 0%, rgba(0, 0, 0, .78) 48%, rgba(0, 0, 0, .24) 72%, transparent 92%);
  mask-image: radial-gradient(ellipse 98% 104% at -20% 48%, #000 0%, rgba(0, 0, 0, .78) 48%, rgba(0, 0, 0, .24) 72%, transparent 92%);
  pointer-events: none;
}

.workflow-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: clamp(3.5rem, 8vw, 8rem);
}

.workflow-copy > p {
  max-width: 620px;
}

.workflow-steps {
  display: grid;
  gap: 0;
  margin-top: 3.1rem;
  list-style: none;
  border-top: 1px solid var(--border);
}

.workflow-steps li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--border);
}

.workflow-steps li > span,
.feature-number {
  color: var(--action-hover);
  font-family: var(--font-mono);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.workflow-steps strong {
  color: var(--text-soft);
  font-size: .94rem;
}

.workflow-steps p {
  margin-top: 3px;
  color: var(--muted-dark);
  font-size: .82rem;
  line-height: 1.5;
}

.workflow-visual {
  min-height: 610px;
}

.workflow-visual canvas {
  width: 100%;
  height: 565px;
}

.workflow-visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 18px;
  left: 24px;
}

.canvas-badge {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  padding: 8px 11px;
  color: var(--text-soft);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .075em;
  text-transform: uppercase;
  background: rgba(7, 7, 11, .64);
  border: 1px solid var(--border);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.features-section {
  background: var(--page-soft);
}

.section-heading-split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .6fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
}

.section-heading-split > p {
  margin-top: 0;
  font-size: var(--step-body);
}

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

.feature-card {
  position: relative;
  isolation: isolate;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  grid-column: span 4;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-medium);
  transition: border-color var(--duration-medium) ease;
}

.feature-card::before,
.feature-card::after {
  z-index: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .055), transparent 36%),
    radial-gradient(circle at 100% 0, rgba(118, 92, 246, .22), transparent 48%);
  opacity: 1;
  transition: opacity var(--duration-medium) ease;
}

.feature-card::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(225deg, rgba(255, 255, 255, .055), transparent 36%),
    radial-gradient(circle at 0 0, rgba(118, 92, 246, .22), transparent 48%);
  border-radius: inherit;
  content: "";
  opacity: 0;
  pointer-events: none;
}

.feature-card > * {
  z-index: 1;
}

.feature-card:hover {
  border-color: rgba(255, 255, 255, .18);
}

.feature-card:hover::before {
  opacity: 0;
}

.feature-card:hover::after {
  opacity: 1;
}

.feature-card-wide {
  grid-column: span 8;
}

.feature-card-tall {
  min-height: 676px;
  grid-column: span 6;
  grid-row: span 2;
}

.feature-card-storage {
  min-height: 295px;
  grid-column: span 14;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  align-items: end;
  gap: 2rem;
}

.feature-number {
  position: relative;
  z-index: 1;
  margin-bottom: auto;
}

.feature-card h3 {
  position: relative;
  z-index: 1;
  max-width: 580px;
  margin-top: 2.1rem;
  font-size: var(--step-h3);
  line-height: 1.16;
  letter-spacing: -.04em;
}

.feature-card p {
  position: relative;
  z-index: 1;
  max-width: 610px;
  margin-top: .85rem;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.6;
}

.script-lines {
  position: absolute;
  right: clamp(1.5rem, 4vw, 3rem);
  bottom: clamp(1.5rem, 3vw, 2.25rem);
  width: min(38%, 270px);
  display: grid;
  gap: 13px;
}

.script-lines span {
  width: var(--line);
  height: 7px;
  display: block;
  margin-left: auto;
  background: linear-gradient(90deg, rgba(61, 217, 235, .08), rgba(61, 217, 235, .5));
  border-radius: 999px;
}

.script-cursor {
  position: absolute;
  right: -2px;
  bottom: -5px;
  width: 2px;
  height: 20px;
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(61, 217, 235, .8);
  animation: cursorBlink 1.1s steps(2, end) infinite;
}

.feature-symbol {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin-top: 3rem;
  color: var(--action-hover);
  font-size: 1.7rem;
  background: rgba(118, 92, 246, .1);
  border: 1px solid rgba(118, 92, 246, .24);
  border-radius: 22px;
  box-shadow: 0 22px 50px rgba(118, 92, 246, .14);
}

.thread-preview {
  display: grid;
  gap: 9px;
  margin-top: 3rem;
}

.thread-preview span {
  width: 74%;
  height: 22px;
  display: block;
  background: rgba(255, 255, 255, .065);
  border: 1px solid var(--border);
  border-radius: 7px;
}

.thread-preview span:nth-child(2) {
  width: 58%;
  margin-left: 18%;
  background: rgba(118, 92, 246, .11);
  border-color: rgba(118, 92, 246, .2);
}

.thread-preview span:nth-child(3) {
  width: 46%;
}

.coverage-figure {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  overflow: hidden;
  background: rgba(0, 0, 0, .18);
  border: 1px solid var(--border);
  border-radius: 18px;
}

.coverage-figure canvas {
  width: 100%;
  height: 230px;
}

.coverage-figure figcaption {
  padding: 0 14px 12px;
}

.mini-table {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 1.2rem;
  border-collapse: collapse;
  color: var(--text-soft);
  font-size: .76rem;
}

.mini-table caption {
  padding-bottom: 8px;
  color: var(--muted-dark);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: left;
  text-transform: uppercase;
}

.mini-table th,
.mini-table td {
  padding: 8px 0;
  text-align: left;
  border-top: 1px solid var(--border);
}

.mini-table th {
  color: var(--muted);
  font-weight: 600;
}

.mini-table td {
  text-align: right;
}

.storage-map {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--border);
  border-radius: 17px;
}

.storage-map div {
  min-width: 0;
  padding: 1rem;
}

.storage-map div + div {
  border-left: 1px solid var(--border);
}

.storage-map dt {
  color: var(--muted-dark);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.storage-map dd {
  margin-top: 3px;
  overflow: hidden;
  color: var(--text-soft);
  font-size: .78rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.integration-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(61, 217, 235, .07), transparent 28%),
    var(--page);
}

.integration-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(480px, 1.22fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.integration-copy code {
  color: var(--text-soft);
  font-size: .86em;
}

.check-list {
  display: grid;
  gap: .8rem;
  margin-top: 2rem;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-soft);
  font-size: .9rem;
}

.check-list span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  color: var(--action-hover);
  font-family: var(--font-mono);
  font-size: .65rem;
  background: rgba(118, 92, 246, .11);
  border: 1px solid rgba(118, 92, 246, .22);
  border-radius: 9px;
}

.code-card {
  position: relative;
  overflow: hidden;
  background: #0c0d14;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-medium);
  box-shadow: var(--shadow-panel);
}

.code-card header {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 18px;
  color: var(--muted-dark);
  font-family: var(--font-mono);
  font-size: .72rem;
  border-bottom: 1px solid var(--border);
}

.code-card button {
  min-height: 34px;
  padding: 0 11px;
  color: var(--text-soft);
  font-family: var(--font-sans);
  font-size: .72rem;
  font-weight: 700;
  background: rgba(255, 255, 255, .055);
  border: 1px solid var(--border);
  border-radius: 9px;
  cursor: pointer;
  transition: background var(--duration-fast) ease, border-color var(--duration-fast) ease;
}

.code-card button:hover {
  background: rgba(255, 255, 255, .09);
  border-color: var(--border-strong);
}

.code-card pre {
  overflow-x: hidden;
  padding: clamp(1.25rem, 3vw, 2rem);
  color: #dadcf0;
  font-size: clamp(.72rem, .62rem + .25vw, .84rem);
  line-height: 1.9;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.code-card code {
  display: block;
  min-width: 0;
  white-space: inherit;
}

.code-card > p {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 14px 18px;
  color: var(--muted-dark);
  font-size: .72rem;
  border-top: 1px solid var(--border);
}

.requirements-wrap {
  display: grid;
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: clamp(4rem, 8vw, 7rem);
  padding-top: clamp(2rem, 5vw, 4rem);
  border-top: 1px solid var(--border);
}

.table-scroll {
  overflow-x: auto;
  scrollbar-color: var(--action) transparent;
}

.requirements-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  font-size: .86rem;
}

.requirements-table th,
.requirements-table td {
  padding: 15px 12px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.requirements-table thead th {
  color: var(--muted-dark);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.requirements-table tbody th {
  color: var(--text-soft);
  font-weight: 600;
}

.requirements-table td {
  color: var(--muted);
}

.license-section {
  background:
    linear-gradient(180deg, rgba(118, 92, 246, .04), transparent 45%),
    var(--page-soft);
}

.license-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 8rem);
}

.license-copy > p {
  font-size: var(--step-body);
}

.license-copy .license-note {
  padding-left: 18px;
  border-left: 2px solid var(--action);
}

.license-actions {
  align-items: flex-start;
  flex-direction: column;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: .84rem;
  font-weight: 600;
  text-decoration-color: rgba(255, 255, 255, .28);
  text-underline-offset: 4px;
}

.text-link:hover {
  color: var(--text);
}

.license-rules {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-panel);
}

.license-rules article {
  padding: clamp(1.5rem, 4vw, 2.65rem);
}

.license-rules article + article {
  border-top: 1px solid var(--border);
}

.rule-label {
  display: inline-flex;
  padding: 6px 9px;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
}

.rule-label-yes {
  color: var(--success);
  background: rgba(121, 227, 159, .08);
  border: 1px solid rgba(121, 227, 159, .2);
}

.rule-label-terms {
  color: #e1b6ff;
  background: rgba(207, 99, 255, .08);
  border: 1px solid rgba(207, 99, 255, .2);
}

.license-rules h3 {
  margin-top: 1.2rem;
  font-size: var(--step-h3);
  line-height: 1.2;
  letter-spacing: -.035em;
}

.license-rules ul {
  display: grid;
  gap: .7rem;
  margin-top: 1.3rem;
  padding-left: 1.2rem;
  color: var(--muted);
  font-size: .88rem;
}

.faq-section {
  background: var(--page);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr);
  align-items: start;
  gap: clamp(3rem, 9vw, 9rem);
}

.faq-heading {
  position: sticky;
  top: 120px;
}

.faq-list {
  border-top: 1px solid var(--border);
}

.faq-list details {
  border-bottom: 1px solid var(--border);
}

.faq-list summary {
  position: relative;
  padding: 1.45rem 3.5rem 1.45rem 0;
  color: var(--text-soft);
  font-size: clamp(1rem, .95rem + .25vw, 1.2rem);
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-icon {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 1.25rem;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--border);
  border-radius: 9px;
  transform: translateY(-50%);
  transition: color var(--duration-fast) ease, transform var(--duration-fast) ease;
}

.faq-list details[open] .faq-icon {
  color: var(--action-hover);
  transform: translateY(-50%) rotate(45deg);
}

.faq-list details p {
  max-width: 720px;
  padding: 0 3.5rem 1.55rem 0;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.7;
}

.final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(7rem, 13vw, 13rem);
  text-align: center;
  background: #0a0a10;
  border-bottom: 1px solid var(--border);
}

.final-cta::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
}

.final-cta-glow {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(920px, 90vw);
  height: 430px;
  background: radial-gradient(ellipse, rgba(118, 92, 246, .26), rgba(61, 217, 235, .08) 42%, transparent 72%);
  filter: blur(28px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.final-cta-inner {
  max-width: 950px;
}

.final-cta .eyebrow {
  justify-content: center;
}

.final-cta-inner > p:not(.eyebrow) {
  max-width: 650px;
  margin-inline: auto;
}

.final-cta .hero-actions {
  justify-content: center;
}

.site-footer {
  padding-block: clamp(3rem, 6vw, 5rem);
  background: var(--page);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
  align-items: start;
  gap: 2rem;
}

.footer-grid > div:first-child p,
.footer-credit {
  margin-top: 1rem;
  color: var(--muted-dark);
  font-size: .78rem;
  line-height: 1.65;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
}

.footer-credit {
  margin-top: 0;
  text-align: right;
}

.footer-credit a {
  color: var(--text-soft);
  text-decoration-color: rgba(255, 255, 255, .25);
  text-underline-offset: 3px;
}

@keyframes cursorBlink {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: .16; }
}

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

@media (prefers-reduced-motion: no-preference) {
  .has-js .reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity var(--duration-slow) var(--ease-emphasized), transform var(--duration-slow) var(--ease-emphasized);
  }

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

}

@media (max-width: 1100px) {
  .hero-grid,
  .workflow-grid,
  .integration-grid,
  .license-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 4.5rem;
  }

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

  .product-visual {
    width: min(100%, 820px);
  }

  .workflow-visual {
    min-height: 540px;
  }

  .workflow-visual canvas {
    height: 500px;
  }

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

  .feature-card,
  .feature-card-wide,
  .feature-card-tall {
    grid-column: span 6;
  }

  .feature-card-tall {
    min-height: 660px;
    grid-row: auto;
  }

  .feature-card-storage {
    grid-column: span 12;
  }

  .license-copy {
    max-width: 820px;
  }

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

  .license-rules article + article {
    border-top: 0;
    border-left: 1px solid var(--border);
  }
}

@media (max-width: 860px) {
  .site-nav {
    position: relative;
    flex-wrap: wrap;
    gap: 12px;
    padding-block: 12px;
  }

  .nav-toggle {
    display: grid;
    margin-left: auto;
  }

  .header-action {
    order: 3;
  }

  .nav-links {
    width: 100%;
    order: 4;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 10px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
  }

  .nav-links li {
    flex: 1 1 33.333%;
  }

  .nav-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 10px;
  }

  .nav-links a:hover {
    background: rgba(255, 255, 255, .05);
  }

  .has-js .nav-links {
    display: none;
  }

  .has-js .nav-links.is-open {
    display: flex;
  }

  .demo-strip-inner {
    flex-wrap: wrap;
  }

  .online-demo-note {
    width: 100%;
    padding-top: 8px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-left: 0;
  }

  .demo-workspace,
  .section-heading-split,
  .requirements-wrap,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .demo-brief {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .section-heading-split > p {
    max-width: 680px;
  }

  .feature-card,
  .feature-card-wide,
  .feature-card-tall {
    min-height: 360px;
    grid-column: span 6;
    grid-row: auto;
  }

  .feature-card-tall {
    min-height: 640px;
  }

  .feature-card-storage {
    min-height: auto;
    grid-column: span 12;
    grid-template-columns: 1fr;
  }

  .requirements-wrap {
    gap: 1.5rem;
  }

  .faq-heading {
    position: static;
  }

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

  .footer-links {
    justify-content: flex-end;
  }

  .footer-credit {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 620px) {
  :root {
    --gutter: 1rem;
    --section-space: 5.5rem;
  }

  body {
    background-size: 54px 54px;
  }

  .header-action {
    min-height: 44px;
  }

  .hero {
    min-height: auto;
    padding-top: 4.5rem;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 11.5vw, 3.5rem);
  }

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

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

  .hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .hero-facts dd {
    font-size: .78rem;
  }

  .product-visual,
  .workflow-visual,
  .demo-workspace,
  .license-rules {
    border-radius: 22px;
  }

  .product-visual canvas {
    height: 390px;
  }

  .demo-target-grid,
  .license-rules,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .panel-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .panel-tools {
    width: 100%;
    flex-wrap: wrap;
  }

  .demo-target-featured {
    grid-column: auto;
  }

  .workflow-visual {
    min-height: 510px;
  }

  .workflow-visual canvas {
    height: 470px;
  }

  .feature-card,
  .feature-card-wide,
  .feature-card-tall,
  .feature-card-storage {
    min-height: 340px;
    grid-column: 1 / -1;
  }

  .feature-card-tall {
    min-height: 640px;
  }

  .script-lines {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 3rem;
  }

  .storage-map {
    grid-template-columns: 1fr;
  }

  .storage-map div + div {
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .license-rules article + article {
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .nav-links li {
    flex-basis: 50%;
  }

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

@media (max-width: 430px) {
  .site-nav .brand > span:last-child {
    font-size: 1.05rem;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-facts div {
    grid-template-columns: 96px minmax(0, 1fr);
    column-gap: 16px;
    align-items: center;
  }

  .faq-list summary {
    padding-right: 3rem;
  }

  .faq-list details p {
    padding-right: 0;
  }
}

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

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