:root {
  color-scheme: light;
  --bg: #050607;
  --panel: #101214;
  --panel-strong: #15181b;
  --line: rgba(255, 255, 255, 0.12);
  --muted: #9ca3af;
  --text: #f7f8f8;
  --soft: #d6dce2;
  --accent: #58d6b1;
  --accent-2: #f1c96b;
  --danger: #ff7c66;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: transparent;
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

.data-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  contain: paint;
  transform: translate3d(0, 0, 0);
  background:
    radial-gradient(circle at 78% 16%, rgba(88, 214, 177, 0.13), transparent 30%),
    radial-gradient(circle at 12% 72%, rgba(241, 201, 107, 0.08), transparent 28%),
    var(--bg);
}

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

.data-grid {
  position: absolute;
  inset: -20%;
  opacity: 0.16;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  transform: perspective(900px) rotateX(62deg) translateY(12%);
  animation: grid-drift 18s linear infinite;
}

.infinity-field {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(1180px, 106vw);
  height: min(700px, 74vh);
  transform: translate(-50%, -50%);
  opacity: 0.92;
}

.loop-particle {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 5px;
  min-height: 5px;
  padding: 4px 7px;
  color: rgba(230, 236, 241, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(88, 214, 177, 0.18);
  box-shadow: 0 0 14px rgba(88, 214, 177, 0.18);
  font-size: 0.64rem;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  will-change: transform, opacity;
}

.loop-particle:empty {
  width: 5px;
  height: 5px;
  min-width: 5px;
  min-height: 5px;
  padding: 0;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(247, 248, 248, 0.58);
  box-shadow: 0 0 16px rgba(88, 214, 177, 0.24);
}

.loop-particle.external {
  color: rgba(255, 225, 150, 0.9);
  background: rgba(241, 201, 107, 0.16);
  box-shadow: 0 0 14px rgba(241, 201, 107, 0.16);
}

.data-stream {
  position: absolute;
  left: var(--x);
  top: 50%;
  width: 148px;
  height: 1px;
  opacity: 1;
  transform: translateX(-50%);
}

.data-stream.from-top {
  top: 50%;
}

.data-stream.from-bottom {
  top: 50%;
}

.data-stream span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  padding: 8px 0;
  color: rgba(214, 220, 226, 0.72);
  font-size: 0.66rem;
  font-weight: 750;
  text-align: center;
  white-space: nowrap;
  text-shadow: none;
  will-change: transform, opacity;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 5vw;
  background: rgba(5, 6, 7, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.desktop-nav,
.hero-actions,
.dashboard-topbar,
.waitlist-form {
  display: flex;
  align-items: center;
}

.brand {
  height: 76px;
  gap: 0;
  font-size: 1.35rem;
  font-weight: 750;
}

.brand-logo {
  display: block;
  width: 118px;
  height: auto;
  object-fit: contain;
  object-position: center;
  transform: translateY(1px);
}

.desktop-nav {
  display: flex;
  gap: 22px;
  align-items: center;
  color: var(--muted);
  font-size: 0.95rem;
}

.desktop-nav a {
  display: inline-block;
  white-space: nowrap;
}

.desktop-nav a:hover,
.site-footer a:hover {
  color: var(--text);
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
}

.header-cta,
.primary-button {
  color: #07100d;
  background: var(--text);
}

.primary-button:hover,
.header-cta:hover {
  background: var(--accent);
}

.secondary-button {
  color: var(--soft);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.secondary-button:hover {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 78px;
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: 96px 5vw 72px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
  gap: 44px;
  align-items: end;
  min-height: 72vh;
  padding: 96px 5vw 70px;
}

.about-hero p {
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.7;
}

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

.hero-brand-lockup {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 30px;
}

.hero-brand-lockup img {
  display: block;
  width: 250px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.hero-brand-lockup p {
  max-width: 280px;
  margin: 0;
  color: var(--soft);
  font-size: 1.05rem;
  font-weight: 750;
  line-height: 1.35;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 880px;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 6.4vw, 6.6rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 4.25vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.hero-text,
.section-heading p,
.about-copy p,
.waitlist-section p,
.feature-grid p,
.story-panel p,
.privacy-note,
.form-status {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 680px;
  font-size: 1.18rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

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

.dashboard-shell {
  min-height: 620px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 22% 35%, rgba(83, 130, 255, 0.16), transparent 26%),
    radial-gradient(circle at 80% 68%, rgba(88, 214, 177, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(14, 15, 20, 0.82);
  box-shadow: 0 28px 110px rgba(0, 0, 0, 0.34);
  transform: translateZ(0);
  animation: dashboard-float 8s ease-in-out infinite;
}

.dashboard-topbar {
  gap: 8px;
  height: 42px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

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

.dashboard-topbar strong {
  margin-left: 12px;
  font-size: 0.8rem;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-top: 18px;
}

.insight-card,
.metric-card,
.chart-card,
.gate-form,
.demo-preview,
.feature-grid article,
.story-panel,
.waitlist-section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.insight-card,
.metric-card,
.chart-card {
  padding: 24px;
}

.insight-card.large {
  position: relative;
  grid-column: 1 / -1;
  min-height: 270px;
}

.engine-orbit {
  position: absolute;
  right: 26px;
  top: 26px;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  color: rgba(247, 248, 248, 0.76);
  border: 8px solid rgba(88, 214, 177, 0.2);
  border-top-color: rgba(88, 214, 177, 0.78);
  border-right-color: rgba(120, 108, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(88, 214, 177, 0.16);
  animation: orbit-spin 14s linear infinite;
}

.engine-orbit span {
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  animation: orbit-spin 14s linear infinite reverse;
}

.insight-card p,
.metric-card p,
.chart-card p {
  color: var(--muted);
  font-weight: 700;
}

.insight-card h2 {
  max-width: 560px;
  font-size: clamp(2.1rem, 3vw, 3.6rem);
}

.pulse-list {
  display: grid;
  gap: 13px;
  margin-top: 34px;
  color: var(--soft);
}

.pulse-list span {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pulse-list b {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
}

.metric-card strong {
  display: block;
  margin: 20px 0 6px;
  font-size: 3rem;
}

.metric-card span {
  color: var(--muted);
}

.metric-card.alert strong {
  color: var(--accent-2);
}

.chart-card {
  grid-column: 1 / -1;
}

.chart-bars {
  display: flex;
  align-items: end;
  gap: 12px;
  height: 150px;
  padding: 12px 0;
}

.chart-bars span {
  flex: 1;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, var(--accent), rgba(88, 214, 177, 0.16));
  transform-origin: bottom;
  animation: bar-breathe 5s ease-in-out infinite;
}

.chart-bars span:nth-child(2n) {
  animation-delay: -1.2s;
}

.chart-bars span:nth-child(3n) {
  animation-delay: -2.1s;
}

.logo-band,
.world-band {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.38);
}

.band-track,
.world-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee 34s linear infinite;
  will-change: transform;
}

.band-track {
  padding: 18px 0;
  animation-duration: 72s;
}

.world-track {
  animation-duration: 40s;
}

.world-track span {
  padding: 24px 34px;
  color: var(--soft);
  white-space: nowrap;
  font-size: 1.04rem;
  font-weight: 750;
}

.world-track span {
  color: var(--soft);
}

.band-track .software-logo {
  display: flex;
  flex: 0 0 132px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 132px;
  min-height: 104px;
  margin: 0 15px;
  padding: 10px 8px;
  color: rgba(247, 248, 248, 0.9);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  transition: transform 180ms ease;
}

.band-track .software-logo:hover {
  transform: translateY(-2px);
}

.software-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.98), rgba(231, 236, 234, 0.92));
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.software-mark img {
  display: block;
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.software-mark-fallback {
  color: #07100d;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.98), rgba(88, 214, 177, 0.82));
  font-size: 0.86rem;
  font-weight: 850;
}

.software-name {
  display: block;
  max-width: 132px;
  line-height: 1.2;
  white-space: normal;
}

.world-track span {
  color: #b6c2bd;
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes data-drift {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(-130vw) translateY(-18px);
  }
}

@keyframes grid-drift {
  from {
    transform: perspective(900px) rotateX(62deg) translateY(12%);
  }
  to {
    transform: perspective(900px) rotateX(62deg) translateY(calc(12% + 64px));
  }
}

@keyframes lane-pulse {
  0%,
  100% {
    transform: translateX(-8%);
    opacity: 0.08;
  }
  50% {
    transform: translateX(8%);
    opacity: 0.34;
  }
}

@keyframes stream-fade {
  0%,
  100% {
    opacity: 0.12;
  }
  50% {
    opacity: 0.28;
  }
}

@keyframes rain-down {
  from {
    transform: translateY(-42px);
  }
  to {
    transform: translateY(150px);
  }
}

@keyframes rain-up {
  from {
    transform: translateY(42px);
  }
  to {
    transform: translateY(-150px);
  }
}

@keyframes dashboard-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes bar-breathe {
  0%,
  100% {
    transform: scaleY(0.92);
  }
  50% {
    transform: scaleY(1.04);
  }
}

@keyframes orbit-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.demo-section,
.intelligence-section,
.how-section,
.about-section,
.waitlist-section {
  padding: 142px 5vw;
}

.how-page .about-how {
  padding-top: clamp(190px, 17vh, 230px);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 58px;
}

.section-heading h2,
.about-copy h2,
.workflow-copy h3,
.feature-grid h3,
.story-panel span {
  position: relative;
}

.section-heading.narrow {
  max-width: 1040px;
}

.section-heading p {
  max-width: 740px;
}

.website-analysis-notice {
  max-width: 780px;
  margin-top: 26px;
  padding: 18px 20px;
  border: 1px solid rgba(16, 23, 22, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 0%, rgba(25, 185, 159, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.54);
  box-shadow:
    0 18px 54px rgba(16, 23, 22, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(16px);
}

.website-analysis-notice h3 {
  margin: 0 0 8px;
  color: #101716;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.website-analysis-notice p {
  margin: 0;
  color: #34433f;
  font-size: 0.92rem;
  line-height: 1.65;
}

.demo-layout {
  display: grid;
  grid-template-columns: minmax(320px, 440px) minmax(0, 1fr);
  gap: 36px;
  align-items: stretch;
}

.gate-form {
  display: grid;
  gap: 18px;
  padding: 24px;
  background: var(--panel);
}

label {
  display: grid;
  gap: 9px;
  color: var(--soft);
  font-size: 0.92rem;
  font-weight: 700;
}

input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  background: rgba(255, 255, 255, 0.66);
  font: inherit;
}

select,
textarea {
  width: 100%;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  font: inherit;
}

select {
  min-height: 50px;
  color-scheme: light;
  appearance: none;
  padding: 0 44px 0 14px;
  cursor: pointer;
  color: var(--text);
  background-color: #ffffff;
  background:
    linear-gradient(45deg, transparent 50%, rgba(247, 248, 248, 0.78) 50%) calc(100% - 23px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(247, 248, 248, 0.78) 50%, transparent 50%) calc(100% - 17px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(88, 214, 177, 0.1), rgba(255, 255, 255, 0.035) 42%, rgba(0, 0, 0, 0.28));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 34px rgba(0, 0, 0, 0.12);
}

select:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(45deg, transparent 50%, rgba(247, 248, 248, 0.9) 50%) calc(100% - 23px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(247, 248, 248, 0.9) 50%, transparent 50%) calc(100% - 17px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(88, 214, 177, 0.14), rgba(255, 255, 255, 0.05) 42%, rgba(0, 0, 0, 0.28));
}

select option,
select optgroup {
  color: #101716;
  background: #ffffff;
}

select option:checked {
  color: #06110f;
  background: rgba(25, 185, 159, 0.28);
}

textarea {
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.66);
}

select:focus,
textarea:focus {
  border-color: rgba(88, 214, 177, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 4px rgba(88, 214, 177, 0.1);
}

textarea {
  min-height: 118px;
  resize: vertical;
}

input:focus {
  border-color: rgba(88, 214, 177, 0.72);
  box-shadow: 0 0 0 4px rgba(88, 214, 177, 0.1);
}

.checkbox-row {
  grid-template-columns: 20px 1fr;
  align-items: start;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.5;
}

.checkbox-row input {
  min-height: 20px;
  accent-color: var(--accent);
}

.form-button {
  width: 100%;
  border: 0;
}

.privacy-note {
  margin-bottom: 0;
  font-size: 0.84rem;
}

.demo-preview {
  display: grid;
  min-height: 520px;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    var(--panel-strong);
  background-size: 42px 42px;
}

.lock-card,
.unlocked-card {
  max-width: 560px;
  text-align: center;
}

.lock-icon {
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  padding: 0 12px;
  margin-bottom: 18px;
  color: #080a0b;
  background: var(--accent-2);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 850;
}

.video-frame {
  display: grid;
  place-items: center;
  gap: 18px;
  width: min(520px, 74vw);
  aspect-ratio: 16 / 9;
  margin: 22px auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(88, 214, 177, 0.24), transparent 48%),
    #090b0c;
}

.video-frame span {
  color: var(--soft);
  font-size: clamp(1.8rem, 5vw, 4rem);
  font-weight: 850;
}

.video-frame button {
  min-width: 92px;
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  color: #07100d;
  background: var(--accent);
  font-weight: 800;
}

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

.how-section {
  position: relative;
}

.steps-grid,
.work-flow {
  display: grid;
  gap: 30px;
}

.workflow-showcase {
  display: grid;
  gap: 72px;
}

.workflow-shot {
  display: grid;
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 0.68fr);
  gap: 34px;
  align-items: center;
}

.workflow-shot:nth-child(even) {
  grid-template-columns: minmax(0, 0.68fr) minmax(240px, 0.32fr);
}

.workflow-shot:nth-child(even) .workflow-copy {
  order: 2;
}

.workflow-shot figure {
  position: relative;
  z-index: 1;
  margin: 0 -5%;
  padding: clamp(18px, 2.1vw, 30px);
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 3% 0%, rgba(3, 6, 7, 0.86), rgba(38, 45, 46, 0.52) 28%, transparent 52%),
    radial-gradient(circle at 18% 14%, rgba(18, 22, 23, 0.56), rgba(94, 101, 101, 0.22) 38%, transparent 58%),
    radial-gradient(circle at 86% 10%, rgba(245, 248, 246, 0.34), transparent 36%),
    radial-gradient(circle at 18% 84%, rgba(31, 209, 182, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(65, 72, 72, 0.62) 0%, rgba(210, 219, 216, 0.92) 44%, rgba(255, 255, 250, 0.94) 100%);
  box-shadow:
    -22px 30px 70px rgba(20, 32, 30, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.workflow-shot figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 42%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.2), transparent 36%);
}

.workflow-shot img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: clamp(390px, 34vw, 580px);
  max-height: none;
  object-fit: cover;
  object-position: top left;
  opacity: 1;
  border: 0;
  border-radius: 18px;
  box-shadow: none;
}

.workflow-shot:nth-child(1) img {
  object-position: 0% 0%;
}

.workflow-shot:nth-child(2) img {
  object-position: 42% 0%;
}

.workflow-shot:nth-child(3) img {
  object-position: 38% 0%;
}

.workflow-shot:nth-child(4) img {
  object-fit: contain;
  object-position: center top;
  background: rgba(246, 249, 247, 0.72);
}

.workflow-overlap {
  min-height: clamp(430px, 38vw, 620px);
}

.workflow-overlap img {
  position: absolute;
  width: min(86%, 820px);
  height: auto;
  max-height: none;
  border-radius: 14px;
  object-fit: contain;
  background: #ffffff;
  box-shadow:
    0 28px 80px rgba(16, 23, 22, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.86) inset;
}

.workflow-overlap-primary {
  left: clamp(18px, 4vw, 54px);
  top: clamp(18px, 3vw, 40px);
  z-index: 1;
}

.workflow-overlap-secondary {
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(18px, 3vw, 42px);
  z-index: 2;
  transform: translateY(3%);
}

.workflow-shot .workflow-overlap img {
  height: auto;
  object-position: center;
}

.workflow-copy {
  position: relative;
  z-index: 3;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(16, 18, 20, 0.72);
  backdrop-filter: blur(12px);
}

.workflow-copy span {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--accent);
  font-weight: 850;
}

.workflow-copy p {
  color: var(--muted);
  line-height: 1.72;
}

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

.steps-grid article,
.work-flow article {
  position: relative;
  overflow: hidden;
  padding: 28px 28px 46px;
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(88, 214, 177, 0.08), transparent 42%),
    var(--panel);
}

.steps-grid article::after,
.work-flow article::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: auto -10% 0;
  height: 86px;
  opacity: 0.24;
  background:
    linear-gradient(90deg, transparent, rgba(88, 214, 177, 0.55), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0 2px, transparent 2px 26px);
  transform: translateY(42px);
}

.steps-grid article > *,
.work-flow article > * {
  position: relative;
  z-index: 1;
}

.steps-grid span,
.work-flow span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 42px;
  color: #07100d;
  background: var(--accent);
  border-radius: 50%;
  font-weight: 850;
}

.steps-grid p,
.work-flow p {
  color: var(--muted);
  line-height: 1.7;
}

.work-flow p + p {
  margin-top: 16px;
}

.work-flow .flow-final-note {
  margin-top: 34px;
}

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

.work-flow ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 24px 0 0;
  padding: 0;
  color: var(--soft);
  list-style: none;
}

.work-flow li {
  position: relative;
  padding-left: 16px;
  line-height: 1.45;
}

.work-flow li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.feature-grid article {
  padding: 28px;
  min-height: 260px;
  background: var(--panel);
}

.feature-grid span,
.story-panel span {
  display: block;
  margin-bottom: 34px;
  color: var(--accent);
  font-weight: 850;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  gap: 64px;
  align-items: center;
}

.origin-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  gap: 44px;
  padding: 78px 5vw 142px;
}

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

.origin-copy p {
  color: var(--soft);
  font-size: 1.2rem;
  line-height: 1.85;
}

.principles-panel {
  display: grid;
  gap: 22px;
}

.principles-panel div {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.principles-panel span {
  display: block;
  margin-bottom: 24px;
  color: var(--accent);
  font-weight: 850;
}

.principles-panel p {
  color: var(--muted);
  line-height: 1.65;
}

.about-waitlist {
  margin-top: 90px;
}

.about-how {
  padding-top: 0;
}

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

.about-copy p {
  font-size: 1.05rem;
}

.story-panel {
  display: grid;
  gap: 18px;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

.story-panel div {
  padding: 30px;
  background: var(--panel);
}

.waitlist-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  margin: 0 5vw 110px;
  background:
    linear-gradient(135deg, rgba(88, 214, 177, 0.13), transparent 42%),
    var(--panel);
}

.trial-copy {
  position: sticky;
  top: 118px;
}

.trial-copy .eyebrow {
  margin-bottom: 24px;
}

.trial-section-intro {
  margin: 0 0 24px;
  max-width: 560px;
  font-family: var(--display-font);
  font-size: clamp(2.1rem, 4.2vw, 4.55rem);
  font-weight: 800;
  line-height: 1.04;
  color: #101716;
}

.trial-copy p:not(.eyebrow) {
  max-width: 520px;
  color: #34433f;
  font-size: clamp(1.02rem, 1.15vw, 1.2rem);
  line-height: 1.7;
}

.trial-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(16, 23, 22, 0.88);
  border-radius: 8px;
  background: #ffffff;
}

.trial-form-heading {
  grid-column: 1 / -1;
  max-width: 980px;
}

.trial-form-heading h2 {
  margin-bottom: 16px;
  font-size: clamp(2.25rem, 4.25vw, 4.8rem);
  line-height: 1.02;
}

.trial-form-heading p:not(.eyebrow) {
  max-width: 860px;
  color: #34433f;
  line-height: 1.65;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(16, 23, 22, 0.88);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 74px rgba(16, 23, 22, 0.12);
}

.trial-form .wide-field,
.trial-form .other-field,
.trial-form .form-button,
.trial-form .privacy-note,
.trial-form .form-status,
.contact-form .wide-field,
.contact-form .form-button,
.contact-form .privacy-note,
.contact-form .form-status {
  grid-column: 1 / -1;
}

.demo-trial-button {
  margin-bottom: 14px;
}

.trial-modal[hidden] {
  display: none;
}

.trial-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
}

.trial-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(244, 247, 245, 0.72);
  backdrop-filter: blur(10px);
}

.trial-modal-panel {
  position: relative;
  width: min(880px, 100%);
  max-height: min(860px, 92vh);
  overflow: auto;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(88, 214, 177, 0.1), transparent 44%),
    #0d0f11;
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.56);
}

.trial-modal-panel h2 {
  font-size: clamp(2.25rem, 4.25vw, 4.8rem);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 36px;
  padding: 0 12px;
  color: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  font: inherit;
  cursor: pointer;
}

.waitlist-section h2 {
  font-size: clamp(2.25rem, 4.25vw, 4.8rem);
}

.waitlist-form {
  gap: 10px;
}

.waitlist-form button {
  border: 0;
  white-space: nowrap;
}

.form-status {
  grid-column: 1 / -1;
  display: none;
  margin: 0;
  padding: 18px 20px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.45;
}

.form-status.is-success,
.form-status.is-error {
  display: block;
}

.form-status.is-success {
  color: #073f37;
  background: rgba(25, 185, 159, 0.16);
  border: 1px solid rgba(25, 185, 159, 0.44);
  box-shadow: 0 18px 46px rgba(25, 185, 159, 0.13);
}

.form-status.is-error {
  color: #631b13;
  background: rgba(214, 79, 62, 0.13);
  border: 1px solid rgba(214, 79, 62, 0.38);
  box-shadow: 0 18px 46px rgba(214, 79, 62, 0.1);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 5vw;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-logo {
  display: block;
  width: 98px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 22px;
}

.footer-links a {
  white-space: nowrap;
}

.policy-hero,
.contact-section {
  padding: 110px 5vw 70px;
}

.policy-hero {
  max-width: 1120px;
}

.policy-hero p:last-child,
.contact-copy p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.7;
}

.policy-layout,
.contact-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  gap: 38px;
  align-items: start;
}

.policy-layout {
  padding: 0 5vw 118px;
}

.policy-card,
.policy-content article,
.blueprint-grid article,
.contact-methods {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(16, 18, 20, 0.78);
}

.policy-card,
.contact-methods {
  padding: 26px;
}

.policy-card span,
.blueprint-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--accent);
  font-weight: 850;
}

.policy-card p,
.policy-content p,
.blueprint-grid p,
.contact-methods span {
  color: var(--muted);
  line-height: 1.72;
}

.policy-content {
  display: grid;
  gap: 18px;
}

.policy-content.single {
  max-width: 980px;
  padding: 0 5vw 118px;
}

.policy-content article,
.blueprint-grid article {
  padding: 28px;
}

.policy-content h2,
.blueprint-grid h2 {
  font-size: clamp(2.25rem, 4.25vw, 4.8rem);
  line-height: 1.08;
}

.terms-shell {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 760px);
  gap: 28px;
  width: min(1120px, calc(100% - 10vw));
  margin: 0 auto;
  padding: 0 0 118px;
}

.terms-summary {
  position: sticky;
  top: 104px;
  align-self: start;
  padding: 24px;
  border: 1px solid rgba(16, 23, 22, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow:
    0 22px 70px rgba(16, 23, 22, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
}

.terms-summary h2 {
  margin: 0 0 14px;
  color: #101716;
  font-size: clamp(0.95rem, 1.54vw, 1.47rem);
  line-height: 1.12;
}

.terms-summary p:not(.eyebrow),
.terms-summary a {
  color: #34433f;
  line-height: 1.68;
}

.terms-summary a {
  display: inline-flex;
  margin-top: 16px;
  font-weight: 800;
}

.terms-list {
  display: grid;
  gap: 0;
  border: 1px solid rgba(16, 23, 22, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.58);
  box-shadow:
    0 24px 74px rgba(16, 23, 22, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
}

.terms-list article {
  padding: 24px 28px;
  border-bottom: 1px solid rgba(16, 23, 22, 0.09);
}

.terms-list article:last-child {
  border-bottom: 0;
}

.terms-list h2 {
  margin: 0 0 12px;
  color: #101716;
  font-size: clamp(0.78rem, 0.95vw, 1.04rem);
  line-height: 1.22;
}

.terms-list p {
  margin: 0 0 12px;
  color: #34433f;
  font-size: 1rem;
  line-height: 1.7;
}

.terms-list p:last-child {
  margin-bottom: 0;
}

.terms-list ul {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  padding-left: 20px;
  color: #34433f;
  font-size: 1rem;
  line-height: 1.6;
}

.terms-list li::marker {
  color: #087f70;
}

.terms-list a {
  color: #087f70;
  font-weight: 800;
}

.terms-page .policy-hero {
  width: min(1120px, calc(100% - 10vw));
  margin-inline: auto;
  padding-inline: 0;
  text-align: center;
}

.terms-page .policy-hero h1 {
  font-size: clamp(1.58rem, 2.98vw, 3.36rem);
}

.blueprint-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 0 5vw 118px;
}

.contact-section {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.8fr);
  align-items: center;
  min-height: calc(100vh - 76px);
}

.contact-methods {
  display: grid;
  gap: 10px;
  max-width: 460px;
  margin-top: 32px;
}

.contact-methods a {
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 800;
}

.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: grid;
  gap: 18px;
  width: min(520px, calc(100vw - 32px));
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(88, 214, 177, 0.13), transparent 46%),
    #0b0d0f;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.58);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner h2 {
  margin-bottom: 6px;
  font-size: 1.24rem;
  line-height: 1.2;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-actions button,
.cookie-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
}

.cookie-actions button {
  cursor: pointer;
}

.cookie-accept {
  color: #07100d;
  border: 1px solid var(--accent);
  background: var(--accent);
}

.cookie-essential,
.cookie-actions a {
  color: var(--soft);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .hero,
  .about-hero,
  .demo-layout,
  .about-section,
  .waitlist-section,
  .origin-section,
  .policy-layout,
  .terms-shell,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .terms-summary {
    position: static;
  }

  .hero {
    min-height: auto;
  }

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

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

  .steps-grid,
  .work-flow,
  .workflow-shot,
  .workflow-shot:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .workflow-shot:nth-child(even) .workflow-copy {
    order: 0;
  }

  .dashboard-shell {
    min-height: auto;
  }

  .insight-card.large {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px;
    column-gap: 16px;
    align-items: center;
    min-height: auto;
  }

  .insight-card.large > p {
    grid-column: 1;
    margin-bottom: 0;
  }

  .insight-card.large > h2 {
    grid-column: 1 / -1;
    margin-top: 16px;
  }

  .engine-orbit {
    position: static;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: 86px;
    height: 86px;
    border-width: 7px;
  }

  .engine-orbit span {
    font-size: 0.62rem;
  }

  .pulse-list {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 66px;
    padding: 0 20px;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .about-hero,
  .demo-section,
  .intelligence-section,
  .how-section,
  .about-section {
    padding: 74px 20px;
  }

  .origin-section {
    padding: 40px 20px 74px;
  }

  h1 {
    font-size: clamp(2.9rem, 14vw, 4.1rem);
  }

  h2 {
    font-size: clamp(2.05rem, 10vw, 3.1rem);
  }

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

  .insight-card.large,
  .chart-card {
    grid-column: auto;
  }

  .dashboard-shell {
    padding: 12px;
    border-radius: 18px;
  }

  .insight-card,
  .metric-card,
  .chart-card {
    padding: 18px;
  }

  .insight-card.large {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 70px;
    column-gap: 14px;
    align-items: center;
    min-height: auto;
  }

  .insight-card.large > p {
    grid-column: 1;
    margin-bottom: 0;
  }

  .insight-card.large > h2 {
    grid-column: 1 / -1;
    margin-top: 14px;
  }

  .insight-card h2 {
    max-width: none;
    margin-bottom: 0;
    font-size: clamp(1.65rem, 8vw, 2.25rem);
    line-height: 1.05;
  }

  .engine-orbit {
    position: static;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: 70px;
    height: 70px;
    border-width: 6px;
  }

  .engine-orbit span {
    font-size: 0.56rem;
  }

  .pulse-list {
    grid-column: 1 / -1;
    margin-top: 24px;
  }

  .demo-preview {
    min-height: 430px;
    padding: 18px;
  }

  .waitlist-section {
    margin: 0 20px 70px;
    padding: 38px 22px;
  }

  .waitlist-form {
    flex-direction: column;
    align-items: stretch;
  }

  .trial-form {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .policy-hero,
  .contact-section {
    padding: 74px 20px;
  }

  .policy-layout,
  .policy-content.single,
  .terms-shell,
  .blueprint-grid {
    padding: 0 20px 74px;
  }

  .terms-shell,
  .terms-page .policy-hero {
    width: auto;
    margin-inline: 0;
  }

  .terms-list article {
    padding: 22px 20px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .cookie-banner {
    right: 16px;
    bottom: 16px;
  }

  .data-grid {
    opacity: 0;
  }

  .site-footer {
    padding: 28px 20px;
  }

  .work-flow ul {
    grid-template-columns: 1fr;
  }

  .band-track .software-logo {
    flex-basis: 108px;
    min-width: 108px;
    min-height: 92px;
    margin: 0 9px;
    padding: 8px 6px;
    font-size: 0.78rem;
  }

  .band-track {
    animation-duration: 38s;
  }

  .software-mark {
    width: 48px;
    height: 48px;
  }

  .software-mark img {
    width: 26px;
    height: 26px;
  }

  .hero-brand-lockup {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-brand-lockup img {
    width: 210px;
  }

  .workflow-showcase {
    gap: 46px;
  }

  .workflow-shot {
    gap: 20px;
  }

  .workflow-shot figure {
    margin: 0;
    padding: 14px;
    border-radius: 22px;
  }

  .workflow-shot img {
    height: clamp(310px, 54vw, 420px);
    border-radius: 14px;
  }

  .workflow-overlap {
    min-height: 520px;
  }

  .workflow-overlap img {
    width: 92%;
  }

  .workflow-overlap-primary {
    left: 4%;
    top: 18px;
  }

  .workflow-overlap-secondary {
    right: 4%;
    bottom: 18px;
  }
}

@supports (-webkit-touch-callout: none) {
  .data-grid {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

/* Hybrid light-mode direction: old copy/forms, newer layout feel. */
:root {
  color-scheme: light;
  --bg: #f4f7f5;
  --panel: rgba(255, 255, 255, 0.68);
  --panel-strong: rgba(255, 255, 255, 0.82);
  --line: rgba(11, 20, 18, 0.12);
  --muted: #68736f;
  --text: #101716;
  --soft: #34423e;
  --accent: #19b99f;
  --accent-2: #d19824;
  --danger: #d64f3e;
  --shadow: 0 28px 90px rgba(14, 32, 29, 0.16);
}

body {
  background: #f4f7f5;
  color: var(--text);
}

.data-background {
  background:
    radial-gradient(circle at 50% 8%, rgba(25, 185, 159, 0.18), transparent 32%),
    radial-gradient(circle at 8% 32%, rgba(61, 132, 255, 0.11), transparent 28%),
    radial-gradient(circle at 92% 74%, rgba(209, 152, 36, 0.12), transparent 30%),
    linear-gradient(180deg, #fbfcfb 0%, #eef4f1 48%, #f8faf8 100%);
}

.data-grid {
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(16, 23, 22, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 23, 22, 0.045) 1px, transparent 1px);
  mask-image: radial-gradient(circle at 50% 24%, black, transparent 76%);
}

.loop-particle,
.data-stream span {
  color: rgba(18, 30, 28, 0.46);
  text-shadow: none;
}

.loop-particle.external {
  color: rgba(151, 104, 20, 0.45);
}

.site-header {
  background: rgba(251, 252, 251, 0.76);
  border-bottom-color: rgba(16, 23, 22, 0.09);
  box-shadow: 0 16px 50px rgba(16, 23, 22, 0.08);
}

.brand-logo,
.hero-brand-lockup img,
.footer-logo {
  filter: invert(1) contrast(1.08);
}

.desktop-nav,
.footer-links,
.privacy-note,
.form-status {
  color: var(--muted);
}

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

.header-cta,
.secondary-button {
  border-color: rgba(16, 23, 22, 0.14);
  background: rgba(255, 255, 255, 0.52);
  color: var(--text);
  box-shadow: 0 12px 34px rgba(16, 23, 22, 0.08);
}

.primary-button,
.form-button {
  color: #06110f;
  box-shadow: 0 18px 48px rgba(25, 185, 159, 0.2);
}

.hero,
.about-hero {
  min-height: calc(100vh - 92px);
  align-items: center;
}

.hero-copy,
.section-heading,
.about-copy,
.trial-modal-panel h2,
.trial-modal-panel p {
  text-shadow: 0 16px 38px rgba(16, 23, 22, 0.16);
}

.hero-brand-lockup {
  color: var(--soft);
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(16, 23, 22, 0.08);
  box-shadow: 0 16px 48px rgba(16, 23, 22, 0.09);
}

.dashboard-shell,
.gate-form,
.demo-preview,
.feature-grid article,
.workflow-copy,
.steps-grid article,
.work-flow article,
.story-panel,
.story-card,
.waitlist-section,
.trial-modal-panel,
.policy-hero,
.policy-content,
.contact-card,
.blueprint-card {
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(16, 23, 22, 0.1);
  box-shadow:
    0 26px 90px rgba(16, 23, 22, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
}

.dashboard-shell {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.42)),
    rgba(255, 255, 255, 0.56);
}

.dashboard-topbar {
  border-bottom-color: rgba(16, 23, 22, 0.1);
}

.dashboard-topbar span {
  background: rgba(16, 23, 22, 0.22);
}

.insight-card,
.metric-card,
.chart-card,
.lock-card,
.unlocked-card,
.video-frame,
.interactive-frame {
  color: var(--text);
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(16, 23, 22, 0.11);
  box-shadow:
    0 18px 54px rgba(16, 23, 22, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.engine-orbit {
  display: none;
}

.logo-band,
.world-band {
  background: rgba(255, 255, 255, 0.38);
  border-block-color: rgba(16, 23, 22, 0.09);
  box-shadow:
    0 18px 70px rgba(16, 23, 22, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
}

.software-name,
.world-track span {
  color: var(--soft);
}

.software-mark {
  background:
    radial-gradient(circle at 32% 24%, #ffffff, #edf3f1);
  box-shadow:
    0 16px 34px rgba(16, 23, 22, 0.13),
    inset 0 0 0 1px rgba(16, 23, 22, 0.08);
}

.software-mark-fallback {
  color: #07100d;
  background:
    radial-gradient(circle at 30% 20%, #ffffff, rgba(25, 185, 159, 0.45));
}

.workflow-shot figure::after {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 42%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.18), transparent 36%);
}

.workflow-shot img {
  opacity: 1;
  filter: none;
}

input,
select,
textarea {
  color: var(--text);
  border-color: rgba(16, 23, 22, 0.13);
  background-color: rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

select {
  background:
    linear-gradient(45deg, transparent 50%, rgba(16, 23, 22, 0.78) 50%) calc(100% - 23px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(16, 23, 22, 0.78) 50%, transparent 50%) calc(100% - 17px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.62));
}

select:hover {
  background:
    linear-gradient(45deg, transparent 50%, rgba(16, 23, 22, 0.88) 50%) calc(100% - 23px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(16, 23, 22, 0.88) 50%, transparent 50%) calc(100% - 17px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.72));
}

input::placeholder,
textarea::placeholder {
  color: rgba(104, 115, 111, 0.75);
}

.trial-modal-backdrop {
  background: rgba(244, 247, 245, 0.72);
}

.modal-close {
  color: var(--text);
  background: rgba(255, 255, 255, 0.56);
  border-color: rgba(16, 23, 22, 0.1);
}

.site-footer {
  border-top-color: rgba(16, 23, 22, 0.09);
  background: rgba(255, 255, 255, 0.34);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: calc(100vh - 86px);
  padding: 12vh 5vw 9vh;
  overflow: hidden;
  place-items: center;
}

.hero-stage {
  position: fixed;
  inset: 0 -7.5vw;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-stage::before,
.hero-stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: min(460px, 34vw);
  height: min(460px, 42vh);
  border-radius: 999px;
  background: rgba(38, 45, 46, 0.3);
  filter: blur(72px);
  opacity: 0.62;
}

.hero-stage::before {
  left: 5vw;
  top: 2vh;
}

.hero-stage::after {
  right: 1vw;
  bottom: 9vh;
  opacity: 0.34;
}

.loop-visual {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(1426px, 135.7vw);
  height: min(690px, 70vh);
  transform: translate(-50%, -50%);
  opacity: 0.8;
}

.loop-visual::before,
.loop-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  border-radius: 999px;
}

.loop-visual::before {
  z-index: 1;
  width: min(360px, 34vw);
  height: min(210px, 22vh);
  background:
    radial-gradient(ellipse at center, rgba(244, 247, 245, 0.72) 0%, rgba(244, 247, 245, 0.5) 28%, rgba(244, 247, 245, 0.16) 58%, transparent 74%),
    radial-gradient(ellipse at center, rgba(25, 185, 159, 0.18), transparent 68%);
  filter: blur(18px);
  opacity: 0.78;
}

.loop-visual::after {
  z-index: 2;
  width: min(190px, 20vw);
  height: min(105px, 12vh);
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(25, 185, 159, 0.22) 34%, rgba(25, 185, 159, 0.06) 62%, transparent 78%);
  filter: blur(10px);
  opacity: 0.58;
  animation: intake-pulse 4.8s ease-in-out infinite;
}

.loop-fragment {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  min-width: 5px;
  min-height: 5px;
  padding: 4px 7px;
  border: 1px solid rgba(17, 42, 37, 0.12);
  border-radius: 999px;
  background: rgba(25, 185, 159, 0.16);
  color: rgba(10, 29, 26, 0.8);
  box-shadow: 0 0 18px rgba(25, 185, 159, 0.12);
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  will-change: transform, opacity;
}

.loop-fragment.logo-letter {
  border-color: rgba(17, 42, 37, 0.11);
  background: rgba(255, 255, 255, 0.42);
  color: rgba(10, 29, 26, 0.86);
}

.loop-fragment:empty {
  width: 6px;
  height: 6px;
  padding: 0;
  background: rgba(10, 29, 26, 0.56);
}

.loop-fragment.external {
  border-color: rgba(43, 100, 170, 0.14);
  background: rgba(43, 100, 170, 0.13);
  box-shadow: 0 0 18px rgba(43, 100, 170, 0.1);
}

.loop-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  display: grid;
  width: min(501px, 48.5vw);
  height: auto;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.loop-core img {
  width: 100%;
  opacity: 0.24;
  filter: invert(1) contrast(1.1) drop-shadow(0 0 34px rgba(25, 185, 159, 0.14));
}

@keyframes intake-pulse {
  0%,
  100% {
    opacity: 0.42;
    transform: translate(-50%, -50%) scale(0.92);
  }
  50% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

.data-river {
  position: absolute;
  left: 50%;
  width: min(1020px, 92vw);
  height: 31vh;
  transform: translateX(-50%);
}

.data-river-top {
  top: 4vh;
}

.data-river-bottom {
  bottom: 4vh;
}

.data-column {
  position: absolute;
  left: var(--x);
  width: 150px;
  transform: translateX(-50%);
}

.data-river-top .data-column {
  top: 0;
}

.data-river-bottom .data-column {
  bottom: 0;
}

.stream-token {
  position: absolute;
  left: 0;
  right: 0;
  color: rgba(18, 34, 31, 0.6);
  font-size: 0.68rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  will-change: transform, opacity;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  margin: 0 auto;
  transform: translateY(-8vh);
  text-align: center;
}

.hero-brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 24px;
  padding: 0;
  color: var(--soft);
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-brand-lockup img {
  width: min(180px, 44vw);
}

.hero h1 {
  max-width: 796px;
  margin-inline: auto;
  color: #0b1412;
  font-size: clamp(2.38rem, 5.63vw, 5.09rem);
  line-height: 1.02;
  text-wrap: balance;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.88),
    0 22px 60px rgba(16, 23, 22, 0.18);
}

.hero-text {
  max-width: 820px;
  margin-inline: auto;
  color: #24312e;
  font-size: clamp(1.04rem, 1.7vw, 1.3rem);
  line-height: 1.72;
  text-shadow: 0 14px 34px rgba(255, 255, 255, 0.56);
}

.eyebrow {
  color: #087f70;
}

.feature-grid p,
.section-heading p,
.about-copy p,
.waitlist-section p,
.workflow-copy p,
.story-panel p,
.privacy-note {
  color: #3c4c48;
}

.feature-grid h3,
.section-heading h2,
.waitlist-section h2,
.workflow-copy h3,
.about-copy h2 {
  color: #101716;
}

select option,
select optgroup {
  color: #101716;
  background: #ffffff;
}

select option:checked {
  color: #06110f;
  background: rgba(25, 185, 159, 0.28);
}

textarea {
  background: rgba(255, 255, 255, 0.66);
}

@media (max-width: 760px) {
  .hero {
    min-height: calc(100vh - 76px);
    padding: 10vh 20px 8vh;
  }

  .loop-visual {
    width: 132vw;
    height: 58vh;
    opacity: 0.62;
  }

  .data-river {
    width: 112vw;
  }
}

.hero-actions .primary-button {
  border: 1px solid rgba(16, 23, 22, 0.14);
  background: rgba(255, 255, 255, 0.52);
  color: var(--text);
  box-shadow: 0 12px 34px rgba(16, 23, 22, 0.08);
}

.hero-actions {
  justify-content: center;
  width: 100%;
}

.hero-actions .primary-button:hover {
  border-color: rgba(16, 23, 22, 0.28);
  background: rgba(255, 255, 255, 0.72);
  transform: translateY(-2px);
}

.waitlist-section,
.trial-modal-panel {
  color: #101716;
}

.trial-form label,
.trial-form .privacy-note,
.trial-form .form-status {
  color: #101716;
}

.trial-form input,
.trial-form select,
.trial-form textarea {
  color: #101716;
  border: 1px solid rgba(16, 23, 22, 0.88);
  background-color: #ffffff;
  box-shadow: none;
}

.trial-form select {
  background:
    linear-gradient(45deg, transparent 50%, #101716 50%) calc(100% - 23px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, #101716 50%, transparent 50%) calc(100% - 17px) 50% / 7px 7px no-repeat,
    #ffffff;
}

.trial-form textarea {
  background: #ffffff;
}

.trial-form input::placeholder,
.trial-form textarea::placeholder {
  color: rgba(16, 23, 22, 0.58);
}

.knowledge-section {
  padding: 80px 5vw 120px;
}

.knowledge-section .section-heading {
  padding: 42px;
  border: 1px solid rgba(16, 23, 22, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow:
    0 26px 90px rgba(16, 23, 22, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
}

.knowledge-section .secondary-button {
  margin-top: 18px;
  color: #ffffff;
  background: #101716;
  border-color: #101716;
}

.knowledge-section .secondary-button:hover {
  color: #ffffff;
  background: #1d2a27;
  border-color: #1d2a27;
}

.site-header,
.site-footer {
  background: rgba(0, 0, 0, 0.94);
  border-color: rgba(255, 255, 255, 0.12);
  color: #f7f8f8;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
}

.site-header .brand-logo,
.site-footer .footer-logo {
  filter: none;
}

.site-header .desktop-nav,
.site-footer .footer-links {
  color: rgba(247, 248, 248, 0.68);
}

.site-header .desktop-nav a:hover,
.site-footer .footer-links a:hover {
  color: #ffffff;
}

.site-header .header-cta {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.site-header .header-cta:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.site-footer {
  backdrop-filter: blur(18px);
}

.intelligence-section .world-band,
.how-section .logo-band {
  margin: 26px calc(50% - 50vw) 34px;
}

.how-section .logo-band {
  margin-bottom: 54px;
}

.blueprint-grid article,
.policy-card,
.policy-content article,
.policy-content.single,
.contact-card {
  color: #101716;
  background: rgba(255, 255, 255, 0.66);
  border-color: rgba(16, 23, 22, 0.1);
  box-shadow:
    0 24px 74px rgba(16, 23, 22, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
}

.blueprint-grid h2,
.policy-content h2,
.policy-hero h1,
.contact-card h2 {
  color: #101716;
}

.policy-hero h1 {
  font-size: clamp(2.25rem, 4.25vw, 4.8rem);
  line-height: 1.04;
}

.blueprint-grid p,
.policy-content p,
.policy-card p,
.policy-hero p,
.contact-card p {
  color: #3c4c48;
}

.section-heading p,
.about-copy p,
.waitlist-section p,
.feature-grid p,
.workflow-copy p,
.story-panel p,
.policy-content p,
.policy-card p,
.policy-hero p,
.contact-copy p,
.contact-card p {
  color: #34433f;
}

.blueprint-grid span,
.policy-card span {
  color: #087f70;
}

select,
select option,
select optgroup {
  color: #101716;
  background-color: #ffffff;
}

.site-header .desktop-nav {
  gap: clamp(14px, 1.3vw, 24px);
  font-size: clamp(0.78rem, 0.9vw, 0.95rem);
}

.site-header {
  display: grid;
  grid-template-columns: minmax(118px, 180px) minmax(0, 1fr) auto;
  column-gap: clamp(16px, 2.2vw, 38px);
}

.site-header .brand {
  justify-self: start;
}

.site-header .desktop-nav {
  justify-self: center;
  min-width: 0;
}

.site-header .header-cta {
  justify-self: end;
  white-space: nowrap;
}

.contact-form,
.contact-methods {
  color: #101716;
  background: #ffffff;
  border: 1px solid rgba(16, 23, 22, 0.88);
}

.contact-form label,
.contact-form .privacy-note,
.contact-form .form-status,
.contact-methods span,
.contact-methods a {
  color: #101716;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  color: #101716;
  border: 1px solid rgba(16, 23, 22, 0.88);
  background-color: #ffffff;
  box-shadow: none;
}

.contact-form select {
  background:
    linear-gradient(45deg, transparent 50%, #101716 50%) calc(100% - 23px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, #101716 50%, transparent 50%) calc(100% - 17px) 50% / 7px 7px no-repeat,
    #ffffff;
}

.contact-form textarea {
  background: #ffffff;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(16, 23, 22, 0.58);
}

.page-ambient {
  opacity: 0.92;
}

.contact-copy h1 {
  font-size: clamp(2.25rem, 4.25vw, 4.8rem);
  line-height: 1.04;
}

.contact-form .form-button {
  color: #ffffff;
  background: #101716;
}

.contact-form .form-button:hover {
  color: #ffffff;
  background: #1d2a27;
}

.about-copy h2 {
  font-size: clamp(2.25rem, 4.25vw, 4.8rem);
}

.about-hero h1 {
  font-size: clamp(2.25rem, 4.25vw, 4.8rem);
  line-height: 1.04;
}

.blueprint-grid h2 {
  font-size: clamp(2.025rem, 3.825vw, 4.32rem);
  line-height: 1.08;
}

.stack-picker {
  position: relative;
  display: grid;
  gap: 10px;
}

.stack-dropdown {
  position: relative;
}

.stack-trigger,
.stack-search {
  width: 100%;
}

.stack-trigger,
.stack-search {
  color: #101716;
  border: 1px solid rgba(16, 23, 22, 0.88);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
  font: inherit;
  font-weight: 750;
}

.stack-trigger {
  min-height: 58px;
  padding: 0 48px 0 18px;
  text-align: left;
  cursor: pointer;
  background:
    linear-gradient(45deg, transparent 50%, #101716 50%) calc(100% - 24px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, #101716 50%, transparent 50%) calc(100% - 18px) 50% / 7px 7px no-repeat,
    #ffffff;
}

.stack-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 12;
  display: grid;
  gap: 8px;
  max-height: 320px;
  padding: 10px;
  border: 1px solid rgba(16, 23, 22, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 74px rgba(16, 23, 22, 0.16);
  backdrop-filter: blur(18px);
}

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

.stack-search {
  min-height: 46px;
  padding: 0 14px;
}

.stack-options {
  display: grid;
  gap: 4px;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 4px;
}

.stack-option {
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  color: #101716;
  background: transparent;
  font: inherit;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.stack-option:hover,
.stack-option:focus-visible {
  background: rgba(25, 185, 159, 0.12);
  outline: none;
}

.stack-empty {
  margin: 0;
  padding: 14px 12px;
  color: #68736f;
  font-weight: 700;
}

.stack-selected {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 0;
}

.stack-selected:empty {
  display: none;
}

.stack-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(16, 23, 22, 0.82);
  border-radius: 999px;
  color: #101716;
  background: #ffffff;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
}

.stack-chip::after {
  content: "x";
  margin-left: 9px;
  color: rgba(16, 23, 22, 0.62);
  font-weight: 900;
}

.gate-form .form-button,
.trial-form .form-button,
.trial-modal-panel .form-button {
  color: #ffffff !important;
  background: #101716 !important;
}

.gate-form .form-button:hover,
.trial-form .form-button:hover,
.trial-modal-panel .form-button:hover {
  color: #ffffff !important;
  background: #1d2a27 !important;
}

.form-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.lock-card {
  position: relative;
  width: min(500px, 100%);
  padding: clamp(28px, 4vw, 46px);
  overflow: hidden;
  border-radius: 18px;
  text-align: left;
  background:
    radial-gradient(circle at 14% 8%, rgba(16, 23, 22, 0.2), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(25, 185, 159, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(241, 247, 245, 0.64));
}

.lock-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(16, 23, 22, 0.09);
  border-radius: 14px;
  pointer-events: none;
}

.lock-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -54px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(25, 185, 159, 0.18);
  filter: blur(34px);
  pointer-events: none;
}

.lock-card .lock-icon {
  min-height: 0;
  margin-bottom: 28px;
  padding: 8px 12px;
  color: #087f70;
  border: 1px solid rgba(25, 185, 159, 0.22);
  background: rgba(25, 185, 159, 0.12);
  box-shadow: none;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lock-card h3 {
  margin: 0 0 14px;
  color: #101716;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.95;
}

.lock-card p {
  max-width: 390px;
  margin: 0;
  color: #34433f;
  font-size: 1rem;
  line-height: 1.65;
}

.demo-instructions-panel {
  width: min(760px, 100%);
  padding: clamp(30px, 4.2vw, 54px);
}

.demo-instructions-panel h2 {
  max-width: 640px;
  margin-bottom: 22px;
}

.demo-instructions-panel p:not(.eyebrow) {
  max-width: 650px;
  color: #34433f;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.75;
}

.demo-start-button {
  margin-top: 28px;
  color: #ffffff !important;
  background: #101716 !important;
  border-color: #101716 !important;
}

.demo-start-button:hover {
  color: #ffffff !important;
  background: #1d2a27 !important;
  border-color: #1d2a27 !important;
}

.form-status.is-success {
  color: #073f37 !important;
  background: rgba(25, 185, 159, 0.16);
  border: 1px solid rgba(25, 185, 159, 0.44);
}

.form-status.is-error {
  color: #631b13 !important;
  background: rgba(214, 79, 62, 0.13);
  border: 1px solid rgba(214, 79, 62, 0.38);
}

.terms-page .policy-hero {
  display: grid;
  justify-items: center;
  width: min(1120px, calc(100% - 10vw));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
  text-align: center;
}

.terms-page .policy-hero h1 {
  max-width: 860px;
  margin-inline: auto;
  font-size: clamp(1.58rem, 2.98vw, 3.36rem);
}

.terms-page .policy-hero p:last-child {
  max-width: 760px;
  margin-inline: auto;
}

.legal-page .policy-hero {
  display: block;
  width: min(1120px, calc(100% - 10vw));
  max-width: none;
  margin: 0 auto;
  padding: 110px 0 70px;
  text-align: left;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.legal-page .policy-hero h1 {
  max-width: 760px;
  margin-inline: 0;
}

.legal-page .policy-hero p:last-child {
  max-width: 760px;
  margin-inline: 0;
}

.knowledge-page .policy-hero {
  text-align: center;
}

.knowledge-page .policy-hero h1,
.knowledge-page .policy-hero p:last-child {
  margin-inline: auto;
  text-align: center;
}

.waitlist-section {
  width: min(100%, calc(100vw - clamp(32px, 10vw, 112px)));
  max-width: 1480px;
  margin-inline: auto;
}

.trial-form {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr));
  gap: clamp(10px, 1.1vw, 13px);
  padding: clamp(14px, 1.5vw, 17px);
}

.trial-form-heading h2 {
  font-size: clamp(1.62rem, 3.06vw, 3.45rem);
}

.trial-form-heading p:not(.eyebrow),
.trial-form label,
.trial-form .privacy-note,
.trial-form .form-status {
  font-size: clamp(0.82rem, 0.86vw, 0.9rem);
}

.trial-form input,
.trial-form select,
.trial-form textarea,
.stack-trigger {
  min-height: clamp(40px, 4vw, 44px);
}

.stack-search {
  min-height: 38px;
}

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

.dashboard-shell,
.demo-preview,
.workflow-shot,
.terms-list,
.terms-summary,
.contact-card,
.contact-form,
.trial-form,
.gate-form {
  min-width: 0;
}

@media (max-width: 1180px) {
  .trial-form {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  }
}

@media (max-width: 820px) {
  .waitlist-section {
    grid-template-columns: 1fr;
    width: min(100%, calc(100vw - 32px));
  }

  .trial-copy {
    position: static;
  }
}

.waitlist-section {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.waitlist-section .trial-section-intro {
  font-size: clamp(2.1rem, 4.2vw, 4.55rem);
  font-weight: 800;
}

#waitlist,
#waitlistForm {
  position: relative;
  z-index: 2;
}

#waitlistForm {
  isolation: isolate;
  overflow: hidden;
  background: #ffffff !important;
  background-clip: padding-box;
  box-shadow:
    0 26px 90px rgba(16, 23, 22, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: none !important;
}

#waitlistForm::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #ffffff;
}

#waitlistForm h2,
#waitlistForm p,
#waitlistForm label {
  color: #101716 !important;
}

/* Final responsive safety layer: protects controls without constraining full-bleed sections. */
html,
body {
  width: 100%;
  max-width: 100%;
}

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

.gate-form,
.trial-form,
.contact-form,
.terms-list,
.terms-summary,
.policy-content,
.contact-card,
.story-card,
.feature-grid article,
.work-flow article,
.workflow-shot,
.demo-preview,
.demo-card,
.website-analysis-notice {
  overflow-wrap: anywhere;
}

input,
select,
textarea,
button {
  max-width: 100%;
}

@media (max-width: 1180px) {
  .hero h1,
  .contact-copy h1,
  .policy-hero h1,
  .section-heading h2,
  .waitlist-section h2,
  .trial-section-intro {
    font-size: clamp(2.1rem, 8vw, 4.4rem);
  }

  .demo-layout,
  .contact-section,
  .terms-shell,
  .policy-layout {
    grid-template-columns: 1fr;
  }

  .trial-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .hero h1,
  .contact-copy h1,
  .policy-hero h1,
  .section-heading h2,
  .waitlist-section h2,
  .trial-section-intro {
    font-size: clamp(2rem, 11vw, 3.4rem);
    line-height: 1.04;
  }

  .site-header {
    padding-inline: 16px;
  }

  .header-cta {
    min-width: auto;
    padding-inline: 16px;
  }

  .hero-stage {
    inset-inline: 0;
  }

  .loop-core {
    width: min(280px, 76vw);
  }

  .trial-form,
  .gate-form,
  .contact-form {
    grid-template-columns: 1fr !important;
  }
}
