:root {
  --bg-0: #050816;
  --bg-1: #0b1225;
  --bg-2: #111a31;
  --surface-0: rgba(10, 18, 37, 0.82);
  --surface-1: rgba(14, 23, 43, 0.94);
  --surface-2: rgba(18, 29, 54, 0.98);
  --text-0: #f4f7ff;
  --text-1: #b7c3df;
  --text-2: #7f8cad;
  --accent: #6ca6ff;
  --accent-strong: #8bc2ff;
  --success: #59d397;
  --warning: #f0c674;
  --line-soft: rgba(140, 170, 230, 0.2);
  --line-strong: rgba(140, 170, 230, 0.38);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --content-max: 1180px;
  --text-max: 34rem;
  --header-height: 5rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Space Grotesk", sans-serif;
  background:
    linear-gradient(180deg, rgba(108, 166, 255, 0.06), transparent 18%),
    linear-gradient(180deg, var(--bg-1), var(--bg-0) 42%, #04070f 100%);
  color: var(--text-0);
}

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

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

button,
input,
textarea {
  font: inherit;
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 144px 144px;
  mask-image: radial-gradient(circle at top center, black 20%, transparent 78%);
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  height: var(--header-height);
  max-width: calc(var(--content-max) + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-lockup {
  position: relative;
}

.brand-lockup::after {
  content: "";
  position: absolute;
  inset: auto -0.25rem -0.6rem 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(108, 166, 255, 0.45), transparent);
}

.header-cta {
  padding: 0.82rem 1rem;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: rgba(10, 18, 37, 0.5);
  color: var(--text-1);
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  color: var(--text-0);
  border-color: var(--line-strong);
  background: rgba(10, 18, 37, 0.72);
  transform: translateY(-1px);
}

main {
  overflow: clip;
}

section {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 2rem 7rem;
}

.hero {
  max-width: none;
  min-height: calc(100svh - var(--header-height));
  padding:
    clamp(1rem, 2vw, 2rem)
    clamp(1.5rem, 3vw, 2.5rem)
    clamp(4rem, 10vw, 7rem);
  display: grid;
  grid-template-columns: minmax(18rem, 34rem) minmax(20rem, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.hero-copy {
  max-width: var(--text-max);
}

.section-kicker,
.panel-label,
.surface-title,
.surface-env,
.surface-phase,
.runtime-label,
.status-badge,
.step-index,
.cta-urgency {
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
ul,
ol,
pre {
  margin: 0;
}

h1 {
  font-size: clamp(2.9rem, 6vw, 5.9rem);
  line-height: 0.93;
  max-width: 9.5ch;
  letter-spacing: -0.05em;
}

h2 {
  font-size: clamp(1.95rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 16ch;
}

h3 {
  font-size: 1.12rem;
  letter-spacing: -0.03em;
}

.hero-subheadline,
.hero-microcopy,
.hero-friction,
.hero-trust,
.section-intro,
.workflow-steps p,
.site-footer p,
.why-now li,
.metadata-list span,
.domain-route span,
.runtime-key,
.runtime-map__legend span,
.proof-workloads li,
.form-status,
.launch-preview-copy p:last-child {
  color: var(--text-1);
}

.section-kicker {
  margin-bottom: 1rem;
  color: var(--accent-strong);
  font-size: 0.78rem;
}

.hero-subheadline {
  margin-top: 1.8rem;
  font-size: 1.12rem;
  line-height: 1.65;
  max-width: 32rem;
}

.hero-trust {
  margin-top: 1rem;
  max-width: 30rem;
  font-size: 0.98rem;
  line-height: 1.55;
}

.hero-actions {
  margin-top: 2rem;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  border: 1px solid rgba(139, 194, 255, 0.36);
  border-radius: 14px;
  padding: 0.95rem 1.35rem;
  font-weight: 700;
  background: linear-gradient(180deg, #9fcfff, var(--accent));
  color: #07111f;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 16px 34px rgba(12, 24, 46, 0.3);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease,
    filter 180ms ease;
}

.primary-button:hover,
.primary-button:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 22px 40px rgba(12, 24, 46, 0.36);
  filter: saturate(1.04);
}

.primary-button[disabled] {
  cursor: wait;
  opacity: 0.85;
}

.primary-button--hero {
  min-height: 3.7rem;
  min-width: min(100%, 23rem);
  padding-inline: 1.7rem;
  font-size: 1rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 22px 44px rgba(12, 24, 46, 0.42);
}

.hero-microcopy {
  margin-top: 0.8rem;
  font-size: 0.92rem;
  line-height: 1.5;
}

.hero-friction {
  margin-top: 1.7rem;
  max-width: 31rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-soft);
  font-size: 0.98rem;
  line-height: 1.6;
}

.waitlist-form {
  margin-top: 2rem;
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(8, 14, 28, 0.62);
  border: 1px solid rgba(140, 170, 230, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.waitlist-form--hero {
  margin-top: 1.55rem;
  padding: 0.9rem;
  background: rgba(8, 14, 28, 0.48);
  border-color: rgba(140, 170, 230, 0.08);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field--full {
  grid-column: 1 / -1;
}

.field span {
  color: var(--text-1);
  font-size: 0.92rem;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid rgba(140, 170, 230, 0.16);
  border-radius: var(--radius-sm);
  background: rgba(6, 11, 24, 0.84);
  color: var(--text-0);
  padding: 0.92rem 0.95rem;
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.field textarea {
  resize: vertical;
  min-height: 5.4rem;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(108, 166, 255, 0.12);
  background: rgba(7, 12, 23, 0.92);
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--text-2);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  margin-top: 1rem;
}

.waitlist-form--hero .primary-button {
  min-height: 2.95rem;
  padding: 0.8rem 1.05rem;
  background: rgba(108, 166, 255, 0.12);
  color: var(--accent-strong);
  border-color: rgba(108, 166, 255, 0.18);
  box-shadow: none;
}

.waitlist-form--hero .primary-button:hover,
.waitlist-form--hero .primary-button:focus-visible {
  background: rgba(108, 166, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.form-status {
  min-height: 1.3rem;
  font-size: 0.94rem;
}

.form-status.is-success {
  color: var(--success);
}

.form-status.is-error {
  color: var(--warning);
}

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

.hero-visual-stack {
  display: grid;
  gap: 1rem;
}

.hero-surface {
  position: relative;
  overflow: hidden;
  padding: clamp(1.15rem, 1.8vw, 1.65rem);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, var(--surface-2), rgba(7, 12, 24, 0.98)),
    linear-gradient(135deg, rgba(108, 166, 255, 0.08), transparent 36%);
  border: 1px solid var(--line-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 34px 80px rgba(0, 0, 0, 0.34);
}

.hero-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent),
    linear-gradient(180deg, transparent, rgba(108, 166, 255, 0.05));
  transform: translateX(-120%);
  animation: sweep 6s linear infinite;
}

.surface-topbar,
.surface-pipeline,
.surface-layout {
  position: relative;
  z-index: 1;
}

.surface-topbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.surface-topbar-meta {
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

.surface-title {
  color: var(--text-0);
  font-size: 0.76rem;
}

.surface-env {
  color: var(--text-2);
  font-size: 0.72rem;
}

.surface-phase {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-size: 0.66rem;
  color: var(--accent-strong);
  border: 1px solid rgba(108, 166, 255, 0.25);
  background: rgba(108, 166, 255, 0.08);
}

.surface-pipeline {
  margin-top: 1.1rem;
}

.pipeline-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.pipeline-track span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--success));
  transform-origin: left;
  transform: scaleX(0.92);
  animation: pipeline-breath 2.8s ease-in-out infinite;
}

.pipeline-states {
  list-style: none;
  padding: 0;
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.5rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
}

.pipeline-states li {
  position: relative;
  min-height: 2.4rem;
  padding: 0.5rem 0.45rem;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(127, 140, 173, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.015);
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.pipeline-states li::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -0.52rem;
  transform: translateY(-50%);
  color: rgba(140, 170, 230, 0.42);
}

.pipeline-states li:last-child::after {
  display: none;
}

.pipeline-states .is-complete {
  color: var(--text-0);
  border-color: rgba(89, 211, 151, 0.28);
  background: rgba(89, 211, 151, 0.08);
}

.pipeline-states .is-complete::before {
  content: "✓";
  margin-right: 0.35rem;
  color: var(--success);
}

.pipeline-states .is-active {
  color: var(--text-0);
  border-color: rgba(108, 166, 255, 0.38);
  background: rgba(108, 166, 255, 0.14);
  box-shadow:
    inset 0 0 0 1px rgba(108, 166, 255, 0.16),
    0 0 0 1px rgba(108, 166, 255, 0.08);
  transform: translateY(-2px);
}

.pipeline-states .is-active::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.4rem;
  border-radius: 999px;
  background: var(--accent-strong);
  box-shadow: 0 0 0 6px rgba(108, 166, 255, 0.08);
  animation: badge-pulse 2.4s ease-in-out infinite;
}

.pipeline-states .is-target {
  color: var(--text-1);
  border-style: dashed;
  border-color: rgba(89, 211, 151, 0.2);
  background: rgba(89, 211, 151, 0.04);
}

.surface-layout {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0.72rem;
}

.surface-panel {
  padding: 0.92rem;
  border-radius: var(--radius-md);
  background: rgba(7, 12, 23, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.surface-panel--project h2 {
  margin-top: 0.2rem;
  font-size: 1.45rem;
}

.metadata-list {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  display: grid;
  gap: 0.65rem;
}

.metadata-list li,
.domain-route,
.panel-header,
.runtime-map__legend li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.metadata-list strong,
.domain-route strong,
.runtime-grid strong,
.runtime-map__legend strong {
  color: var(--text-0);
  font-weight: 500;
}

.domain-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}

.domain-host {
  margin-top: 0.8rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  word-break: break-word;
}

.domain-route {
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 1.7rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  border: 1px solid rgba(240, 198, 116, 0.26);
  color: var(--warning);
  background: rgba(240, 198, 116, 0.08);
}

.status-badge.is-live {
  border-color: rgba(89, 211, 151, 0.28);
  color: var(--success);
  background: rgba(89, 211, 151, 0.08);
}

.log-panel {
  position: relative;
  margin-top: 0.95rem;
  min-height: 7.8rem;
  padding: 0.92rem 1rem 1.35rem;
  overflow: hidden;
  border-radius: var(--radius-sm);
  background:
    linear-gradient(180deg, rgba(8, 14, 28, 0.96), rgba(4, 8, 18, 0.94));
  border: 1px solid rgba(108, 166, 255, 0.12);
  color: #bfe1ff;
  display: grid;
  gap: 0.36rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.75rem;
  line-height: 1.55;
}

.log-panel::after {
  content: "";
  position: absolute;
  width: 0.58ch;
  height: 1.15em;
  right: 1rem;
  bottom: 0.95rem;
  background: rgba(139, 194, 255, 0.9);
  animation: cursor-blink 1.1s steps(1, end) infinite;
}

.log-panel.is-updating {
  animation: log-refresh 460ms cubic-bezier(0.16, 1, 0.3, 1);
}

.log-line {
  display: block;
  opacity: 0.62;
}

.log-line--primary {
  opacity: 0.84;
}

.log-line--active {
  opacity: 1;
}

.runtime-label {
  color: var(--accent-strong);
  font-size: 0.7rem;
}

.runtime-grid {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 0.3rem;
  border-radius: var(--radius-sm);
  background: rgba(6, 11, 24, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.runtime-grid > div {
  padding: 0.75rem;
  border-radius: 10px;
  background: rgba(6, 11, 24, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.runtime-key {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.84rem;
}

.lifecycle-strip {
  margin-top: 0.95rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lifecycle-states {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.45rem;
  margin-top: 0.7rem;
  padding: 0;
}

.lifecycle-states li {
  padding: 0.38rem 0.54rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.015);
  color: rgba(127, 140, 173, 0.6);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
}

.lifecycle-states .is-complete {
  color: rgba(183, 195, 223, 0.82);
  border-color: rgba(140, 170, 230, 0.18);
  background: rgba(140, 170, 230, 0.08);
}

.lifecycle-states .is-active {
  color: var(--text-0);
  border-color: rgba(108, 166, 255, 0.32);
  background: rgba(108, 166, 255, 0.12);
}

.lifecycle-states .is-target {
  color: rgba(183, 195, 223, 0.9);
  border-color: rgba(89, 211, 151, 0.18);
  background: rgba(89, 211, 151, 0.06);
}

.launch-preview-card {
  display: grid;
  gap: 0.8rem;
  padding: 0.95rem;
  border-radius: var(--radius-md);
  background: rgba(8, 14, 27, 0.56);
  border: 1px solid rgba(140, 170, 230, 0.1);
}

.launch-preview-copy {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
}

.video-trigger {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--radius-lg) - 8px);
  background: rgba(7, 12, 23, 0.9);
  cursor: pointer;
  color: var(--text-0);
  text-align: left;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.video-trigger:hover,
.video-trigger:focus-visible {
  transform: scale(1.02);
  border-color: rgba(108, 166, 255, 0.34);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.video-trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(4, 7, 15, 0.92));
}

.video-trigger img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: 0.84;
}

.video-trigger-badge,
.video-trigger-play {
  position: absolute;
  z-index: 1;
  left: 1rem;
}

.video-trigger-badge {
  top: 1rem;
  padding: 0.42rem 0.68rem;
  border-radius: 999px;
  background: rgba(5, 8, 22, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--text-1);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.video-trigger-play {
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.98rem;
  font-weight: 700;
}

.video-trigger-play::before {
  content: "▶";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #9fcfff, var(--accent));
  color: #07111f;
  box-shadow: 0 12px 24px rgba(108, 166, 255, 0.22);
}

.section-heading {
  display: grid;
  gap: 0.8rem;
  max-width: 46rem;
}

.section-heading--center {
  margin: 0 auto;
  justify-items: center;
  text-align: center;
}

.section-heading--center h2,
.section-heading--center .section-intro {
  max-width: 24ch;
}

.proof {
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.framework-support {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0.45rem 0 0.35rem;
}

.framework-support img {
  width: min(100%, 970px);
  filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.18));
}

.proof-workloads {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  padding: 0;
}

.proof-workloads li {
  min-height: 2.25rem;
  padding: 0.5rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(140, 170, 230, 0.16);
  background: rgba(9, 15, 29, 0.56);
  font-size: 0.88rem;
}

.workflow {
  position: relative;
}

.workflow-steps {
  list-style: none;
  padding: 0;
  margin-top: 2.1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
}

.workflow-steps::before {
  content: "";
  position: absolute;
  top: 1.55rem;
  left: 1.2rem;
  right: 1.2rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(108, 166, 255, 0.22), rgba(89, 211, 151, 0.24));
}

.workflow-steps li {
  position: relative;
  min-height: 14rem;
  padding: 1.2rem 1.05rem 1.05rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(140, 170, 230, 0.14);
  background: rgba(9, 15, 29, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.workflow-steps li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 1.2rem;
  right: -0.9rem;
  color: rgba(140, 170, 230, 0.42);
}

.workflow-steps li.is-complete {
  border-color: rgba(140, 170, 230, 0.2);
  background: rgba(10, 18, 37, 0.76);
}

.workflow-steps li.is-active {
  transform: translateY(-4px);
  border-color: rgba(108, 166, 255, 0.3);
  background: rgba(13, 22, 42, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 34px rgba(0, 0, 0, 0.18);
}

.step-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
}

.step-index {
  color: var(--accent-strong);
  font-size: 0.74rem;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.75rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(140, 170, 230, 0.14);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.status-chip--ready {
  color: var(--accent-strong);
  background: rgba(108, 166, 255, 0.08);
}

.status-chip--progress {
  color: var(--warning);
  background: rgba(240, 198, 116, 0.08);
}

.status-chip--live {
  color: var(--success);
  background: rgba(89, 211, 151, 0.08);
}

.workflow-steps h3 {
  margin-top: 0.75rem;
}

.workflow-steps p {
  margin-top: 0.72rem;
  max-width: 18ch;
  line-height: 1.58;
}

.runtime-section {
  display: grid;
  grid-template-columns: minmax(18rem, 35rem) minmax(16rem, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.runtime-visual {
  order: 1;
}

.runtime-copy {
  order: 2;
}

.runtime-map {
  position: relative;
  overflow: hidden;
  min-height: 29rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(10, 18, 37, 0.92), rgba(7, 12, 24, 0.98)),
    radial-gradient(circle at 48% 42%, rgba(108, 166, 255, 0.12), transparent 28%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 26px 60px rgba(0, 0, 0, 0.22);
}

.runtime-map__base {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
  filter: saturate(0.7) contrast(1.05);
}

.runtime-route {
  position: absolute;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(108, 166, 255, 0.16), rgba(108, 166, 255, 0.4));
}

.runtime-route__flow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: var(--accent-strong);
  box-shadow: 0 0 0 6px rgba(108, 166, 255, 0.08);
  transform: translate(-20%, -50%);
  animation: route-flow 3.2s linear infinite;
}

.runtime-route--north {
  top: 28%;
  left: 34%;
  width: 19%;
  transform: rotate(58deg);
}

.runtime-route--west {
  top: 45%;
  left: 26%;
  width: 24%;
  transform: rotate(8deg);
}

.runtime-route--south {
  top: 58%;
  left: 37%;
  width: 16%;
  transform: rotate(-58deg);
}

.runtime-route--east {
  top: 47%;
  left: 52%;
  width: 14%;
  transform: rotate(-10deg);
}

.runtime-node {
  position: absolute;
  z-index: 1;
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 999px;
  background: rgba(191, 225, 255, 0.9);
  box-shadow: 0 0 0 7px rgba(191, 225, 255, 0.08);
}

.runtime-node::before {
  content: "";
  position: absolute;
  inset: -0.38rem;
  border-radius: 999px;
  border: 1px solid rgba(108, 166, 255, 0.26);
  animation: node-pulse 3.1s ease-out infinite;
}

.runtime-node__label {
  position: absolute;
  top: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: var(--text-1);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.runtime-node--north {
  top: 24%;
  left: 32%;
}

.runtime-node--west {
  top: 44%;
  left: 22%;
}

.runtime-node--south {
  top: 60%;
  left: 34%;
}

.runtime-node--east {
  top: 44%;
  left: 66%;
}

.runtime-node--core {
  top: 44%;
  left: 48%;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--success);
  box-shadow: 0 0 0 10px rgba(89, 211, 151, 0.12);
}

.runtime-node--core::before {
  border-color: rgba(89, 211, 151, 0.3);
}

.runtime-node--core .runtime-node__label {
  top: 1.45rem;
  color: var(--text-0);
}

.runtime-map__panel {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  padding: 0.95rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(7, 12, 23, 0.86);
  border: 1px solid rgba(140, 170, 230, 0.12);
}

.runtime-map__legend {
  list-style: none;
  margin: 0.8rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.why-now {
  margin-top: 1.6rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line-soft);
}

.why-now-lead {
  color: var(--text-0);
  font-size: 1.06rem;
  line-height: 1.45;
  max-width: 28rem;
}

.why-now ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.85rem;
}

.final-cta {
  display: grid;
  justify-items: center;
  padding-bottom: 4rem;
}

.final-cta-panel {
  width: min(100%, 48rem);
  padding: 1.9rem;
  border-radius: calc(var(--radius-lg) - 2px);
  background: rgba(8, 14, 27, 0.72);
  border: 1px solid rgba(140, 170, 230, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.waitlist-form--footer {
  margin-top: 2rem;
  width: 100%;
  background: rgba(7, 12, 23, 0.78);
}

.cta-urgency {
  color: var(--warning);
  font-size: 0.78rem;
}

.site-footer {
  max-width: calc(var(--content-max) + 4rem);
  margin: 0 auto;
  padding: 0 2rem 2.5rem;
  display: flex;
  gap: 0.9rem;
  align-items: center;
  color: var(--text-2);
}

.video-lightbox[hidden] {
  display: none;
}

.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.video-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 4, 10, 0.82);
  backdrop-filter: blur(8px);
}

.video-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  display: grid;
  gap: 0.85rem;
}

.video-lightbox__close {
  justify-self: end;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: rgba(10, 18, 37, 0.72);
  color: var(--text-1);
  padding: 0.7rem 1rem;
  cursor: pointer;
}

.video-lightbox__player {
  width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-strong);
  background: #02050d;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 260ms ease,
    transform 320ms ease;
}

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

@keyframes sweep {
  0% {
    transform: translateX(-120%);
  }

  18%,
  100% {
    transform: translateX(140%);
  }
}

@keyframes pipeline-breath {
  0%,
  100% {
    opacity: 0.88;
  }

  50% {
    opacity: 1;
  }
}

@keyframes badge-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 6px rgba(108, 166, 255, 0.08);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(108, 166, 255, 0.04);
  }
}

@keyframes node-pulse {
  0% {
    transform: scale(0.88);
    opacity: 0.8;
  }

  70% {
    transform: scale(1.3);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes route-flow {
  0% {
    transform: translate(-20%, -50%);
    opacity: 0;
  }

  12% {
    opacity: 1;
  }

  88% {
    opacity: 1;
  }

  100% {
    transform: translate(calc(100% - 0.2rem), -50%);
    opacity: 0;
  }
}

@keyframes cursor-blink {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

@keyframes log-refresh {
  0% {
    transform: translateY(0.55rem);
    opacity: 0.35;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1080px) {
  .hero,
  .runtime-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

  .workflow-steps::before,
  .workflow-steps li::after {
    display: none;
  }

  .runtime-map {
    min-height: 26rem;
  }
}

@media (max-width: 780px) {
  .site-header {
    padding: 0 1.25rem;
  }

  .header-cta {
    display: none;
  }

  section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 4.5rem;
  }

  .hero {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    gap: 2rem;
  }

  .field-grid,
  .workflow-steps,
  .surface-layout,
  .runtime-grid {
    grid-template-columns: 1fr;
  }

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

  .pipeline-states li::after {
    display: none;
  }

  .surface-topbar,
  .surface-topbar-meta,
  .panel-header,
  .metadata-list li,
  .domain-route,
  .runtime-map__legend li,
  .launch-preview-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer {
    align-items: flex-start;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .proof-workloads {
    justify-content: flex-start;
  }

  .workflow-steps li {
    min-height: auto;
  }

  .runtime-map {
    min-height: 25rem;
  }

  .runtime-map__panel {
    position: static;
    margin: 1rem;
  }

  .runtime-node__label {
    font-size: 0.62rem;
  }

  .lifecycle-states {
    flex-wrap: wrap;
  }

  .final-cta-panel {
    padding: 1.2rem;
  }
}

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

  .reveal,
  .reveal.is-visible,
  .primary-button,
  .header-cta,
  .hero-surface::before,
  .pipeline-track span,
  .pipeline-states .is-active::before,
  .runtime-node::before,
  .runtime-route__flow,
  .log-panel,
  .log-panel::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
