:root {
  --bg: #f6f8f3;
  --surface: #ffffff;
  --ink: #171816;
  --muted: #5f675f;
  --line: #d7ddd2;
  --soft: #edf2e9;
  --accent: #0f6b5a;
  --accent-soft: #dfeee7;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Bricolage Grotesque", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

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

a:hover {
  color: var(--accent);
}

code,
pre {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

code {
  padding: 2px 5px;
  border-radius: 5px;
  background: var(--soft);
  font-size: 0.9em;
}

.site-header,
.hero,
.pain-strip,
.block,
.site-footer,
.legal-main {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
}

.brand {
  color: var(--ink);
  font-weight: 700;
}

nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  max-width: 100%;
  min-width: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(390px, 0.9fr);
  align-items: center;
  gap: 64px;
  padding: 72px 0 54px;
}

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

h1,
h2,
h3,
p,
li,
summary {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 680px;
  margin: 0;
  font-size: 3.45rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  margin: 0 0 16px;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}

p {
  margin: 0;
}

.eyebrow,
.legal-meta {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-text {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.04rem;
}

.hero-text p:last-child {
  color: var(--ink);
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 600;
  white-space: nowrap;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.button-small {
  min-height: 36px;
  padding: 0 13px;
  font-size: 0.86rem;
}

.button-primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 4px 12px rgba(15, 107, 90, 0.18);
}

.button-primary::after {
  content: "\2192";
  transition: transform 0.2s ease;
}

.button-primary:hover {
  color: #ffffff;
  background: var(--accent);
  border-color: var(--accent);
}

.button-primary:hover::after {
  transform: translateX(3px);
}

.button-secondary {
  background: transparent;
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.home-page {
  background: var(--bg);
}

.home-header {
  min-height: 70px;
}

.plain-hero {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0 0;
  text-align: center;
}

.announcement-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 600;
}

.announcement-pill span {
  color: var(--muted);
  font-weight: 500;
}

.plain-hero h1 {
  max-width: 830px;
  margin: 22px auto 0;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.centered-copy {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.plain-hero .hero-lede {
  margin-top: 24px;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.35;
}

.hero-actions-centered {
  justify-content: center;
  margin-top: 28px;
}

.hero-stage {
  position: relative;
  margin-top: 78px;
  padding: 40px 50px 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--soft);
  text-align: left;
}

.cursor-window {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 48px 250px minmax(0, 1fr);
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(23, 24, 22, 0.16);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: var(--surface);
  box-shadow: 0 34px 70px rgba(23, 24, 22, 0.16);
}

.cursor-rail {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 18px;
  padding-top: 20px;
  background: var(--ink);
}

.rail-dot {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 5px;
  opacity: 0.62;
}

.rail-dot.is-active {
  background: var(--accent);
  border-color: var(--accent);
  opacity: 1;
}

.cursor-explorer {
  min-width: 0;
  padding: 22px;
  border-right: 1px solid var(--line);
  background: var(--bg);
}

.explorer-kicker {
  margin-bottom: 10px;
  color: var(--muted);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}

.project-root {
  margin-bottom: 13px;
  color: var(--ink);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.86rem;
  font-weight: 600;
}

.cursor-explorer ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cursor-explorer li {
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--muted);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.74rem;
  white-space: nowrap;
}

.cursor-explorer .is-nested {
  padding-left: 22px;
}

.cursor-explorer .is-open {
  color: var(--ink);
  font-weight: 600;
}

.cursor-explorer .is-active {
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 600;
}

.cursor-editor {
  min-width: 0;
}

.editor-tabs {
  display: flex;
  gap: 16px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.74rem;
  font-weight: 600;
}

.editor-tabs span {
  padding: 15px 0 13px;
}

.editor-tabs .is-active {
  color: var(--ink);
  box-shadow: inset 0 -2px 0 var(--accent);
}

.editor-body {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(300px, 0.84fr);
  gap: 18px;
  padding: 24px;
}

.code-panel {
  min-height: 410px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.code-panel p {
  display: flex;
  gap: 16px;
  margin: 0;
  color: var(--ink);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.82rem;
  line-height: 1.9;
}

.code-panel p + p {
  margin-top: 8px;
}

.code-panel span {
  color: var(--muted);
}

.agent-panel {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.agent-panel-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 0.86rem;
}

.agent-panel-top strong {
  color: var(--ink);
}

.stage-stack {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stage-step {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  animation: stage-focus 10s ease-in-out infinite;
}

.stage-step:hover {
  border-color: var(--accent);
  background: var(--accent-soft);
  transform: translateY(-1px);
}

.stage-step span {
  display: block;
  margin-bottom: 2px;
  color: var(--accent);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.74rem;
  font-weight: 600;
}

.stage-step p {
  color: var(--muted);
  font-size: 0.88rem;
}

.stage-plan {
  animation-delay: 2s;
}

.stage-approve {
  animation-delay: 4s;
}

.stage-build {
  animation-delay: 6s;
}

.stage-qa {
  animation-delay: 8s;
}

.agent-console {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
}

.console-line {
  margin: 0;
  color: var(--surface);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  opacity: 0.42;
  animation: console-focus 6s ease-in-out infinite;
}

.line-two {
  animation-delay: 1.6s;
}

.line-three {
  animation-delay: 3.2s;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  border: 1px solid var(--line);
  border-top: 0;
  background: var(--line);
  text-align: left;
}

.hero-metrics div {
  min-width: 0;
  padding: 22px;
  background: var(--bg);
}

.hero-metrics dt,
.hero-metrics dd {
  margin: 0;
}

.hero-metrics dt {
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 700;
}

.hero-metrics dd {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.88rem;
}

.problem-section-v2,
.control-demo,
.inside-folder,
.time-section,
.fit-section-v2,
.price-band {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.problem-section-v2 {
  padding-top: 96px;
  text-align: center;
}

.problem-section-v2 h2,
.control-copy h2,
.inside-folder h2,
.time-copy h2,
.fit-section-v2 h2,
.price-band h2 {
  margin: 0;
  color: var(--ink);
  font-size: 2.65rem;
  line-height: 1.05;
}

.problem-section-v2 > p:not(.eyebrow),
.control-copy p:not(.eyebrow),
.inside-folder > div:not(.inside-file-list) > p:not(.eyebrow),
.time-copy p:not(.eyebrow),
.price-band-copy p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1rem;
}

.problem-section-v2 > p:not(.eyebrow) {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.drift-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  max-width: 980px;
  margin: 34px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.drift-strip span {
  min-width: 0;
  padding: 15px 10px;
  background: var(--surface);
  color: var(--muted);
  font-weight: 600;
  text-align: center;
}

.drift-strip span:last-child {
  color: var(--accent);
}

.control-demo {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 34px;
  align-items: start;
  padding-top: 96px;
}

.control-copy {
  max-width: 520px;
}

.process-player {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.timeline-dot {
  position: relative;
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  animation: process-focus 10s ease-in-out infinite;
}

.timeline-dot:hover {
  border-color: var(--accent);
  background: var(--accent-soft);
  color: var(--accent);
  transform: translateY(-1px);
}

.dot-two {
  animation-delay: 2s;
}

.dot-three {
  animation-delay: 4s;
}

.dot-four {
  animation-delay: 6s;
}

.dot-five {
  animation-delay: 8s;
}

.process-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.process-label {
  margin-bottom: 12px;
  color: var(--accent);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.74rem;
  font-weight: 600;
}

.process-card p:last-child {
  max-width: 560px;
  color: var(--muted);
}

.inside-folder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.84fr);
  gap: 34px;
  align-items: start;
  padding-top: 96px;
}

.inside-file-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.time-grid article,
.fit-lists article {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.inside-file-list p {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 16px;
  background: var(--surface);
  color: var(--muted);
}

.inside-file-list span {
  color: var(--ink);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.76rem;
  font-weight: 600;
}

.time-grid h3,
.fit-lists h3 {
  font-size: 1.08rem;
}

.time-grid p {
  color: var(--muted);
}

.time-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 34px;
  align-items: start;
  padding-top: 96px;
}

.time-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.time-grid article {
  min-height: 210px;
  border: 0;
  border-radius: 0;
}

.fit-section-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 34px;
  padding-top: 96px;
}

.fit-lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.price-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 34px;
  align-items: center;
  margin-top: 104px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 24px 52px rgba(23, 24, 22, 0.08);
}

.price-band-action {
  padding-left: 32px;
  border-left: 1px solid var(--line);
}

.price-band-action .button {
  width: 100%;
  margin-top: 20px;
}

.price-band-trust {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.88rem;
}

@keyframes stage-focus {
  0%,
  18%,
  100% {
    border-color: var(--line);
    background: var(--surface);
  }

  6%,
  13% {
    border-color: var(--accent);
    background: var(--accent-soft);
  }
}

@keyframes console-focus {
  0%,
  100% {
    opacity: 0.42;
  }

  50% {
    opacity: 1;
  }
}

@keyframes process-focus {
  0%,
  18%,
  100% {
    border-color: var(--line);
    background: var(--surface);
    color: var(--muted);
  }

  6%,
  13% {
    border-color: var(--accent);
    background: var(--accent-soft);
    color: var(--accent);
  }
}

.lp-hero {
  position: relative;
  overflow: hidden;
  margin-top: 6px;
  padding: 76px 0 64px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #eef3ed;
}

.lp-hero-inner {
  position: relative;
  width: min(var(--container), calc(100% - 40px));
  min-height: 548px;
  margin: 0 auto;
}

.lp-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 670px;
  padding: 42px 0 24px;
}

.lp-hero h1 {
  max-width: 720px;
  font-size: 4.05rem;
  line-height: 1.03;
}

.hero-lede {
  max-width: 650px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.16rem;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
  margin: 30px 0 0;
}

.hero-facts div {
  min-width: 0;
  padding: 14px 0;
  border-top: 1px solid rgba(15, 107, 90, 0.24);
}

.hero-facts dt,
.hero-facts dd {
  margin: 0;
}

.hero-facts dt {
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 700;
}

.hero-facts dd {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-art {
  position: absolute;
  top: 8px;
  right: 0;
  width: min(520px, 48%);
  height: 520px;
  pointer-events: none;
}

.artifact {
  position: absolute;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 24, 22, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(23, 24, 22, 0.1);
}

.artifact-top {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  background: var(--soft);
  color: var(--muted);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 600;
}

.artifact pre,
.artifact p {
  margin: 0;
}

.artifact pre {
  overflow: hidden;
  padding: 16px;
  color: var(--ink);
  font-size: 0.84rem;
  line-height: 1.55;
}

.artifact code {
  padding: 0;
  background: transparent;
  font-size: inherit;
}

.artifact-files {
  top: 12px;
  right: 0;
  width: 365px;
}

.artifact-state {
  top: 218px;
  left: 0;
  width: 350px;
  border-color: rgba(15, 107, 90, 0.32);
}

.artifact-state .artifact-top {
  color: var(--accent);
}

.artifact-chat {
  right: 22px;
  bottom: 18px;
  width: 330px;
  border-color: rgba(185, 95, 53, 0.32);
}

.artifact-chat p {
  padding: 16px;
  color: var(--ink);
  font-size: 0.95rem;
}

.trust-band,
.section {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.trust-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.trust-band p {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.trust-band ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-band li {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 600;
}

.section {
  padding-top: 78px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 26px;
}

.section-heading p:not(.eyebrow),
.inside-copy > p,
.price-support {
  color: var(--muted);
  font-size: 1.03rem;
}

.compare-grid,
.step-grid,
.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.compare-panel,
.step-grid li,
.fit-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.compare-panel-accent {
  border-color: rgba(15, 107, 90, 0.32);
  background: #f8fbf8;
}

.compare-label,
.step-number {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 600;
}

.plain-list,
.feature-list,
.trust-list {
  margin: 16px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.plain-list li,
.feature-list li,
.trust-list li {
  position: relative;
  padding-left: 22px;
}

.plain-list li + li,
.feature-list li + li,
.trust-list li + li {
  margin-top: 9px;
}

.plain-list li::before,
.feature-list li::before,
.trust-list li::before {
  position: absolute;
  left: 0;
  color: var(--accent);
  content: "\2713";
  font-weight: 700;
}

.step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-grid p {
  margin-top: 10px;
  color: var(--muted);
}

.inside-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 42px;
  align-items: center;
}

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

.product-shot {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 24, 22, 0.16);
  border-radius: 8px;
  background: #202521;
  box-shadow: 0 18px 36px rgba(23, 24, 22, 0.12);
}

.product-shot-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #293229;
  color: #c7d7cc;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 600;
}

.product-shot pre {
  overflow-x: auto;
  margin: 0;
  padding: 22px;
  color: #eff7ef;
  font-size: 0.88rem;
  line-height: 1.6;
}

.product-shot code {
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
}

.fit-grid article {
  padding: 24px;
}

.price-section {
  padding-top: 84px;
}

.pricing-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(15, 107, 90, 0.28);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 36px rgba(23, 24, 22, 0.08);
}

.price-action {
  min-width: 0;
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.price-support {
  max-width: 620px;
  margin-top: 4px;
}

.price-action .button {
  width: 100%;
  margin-top: 20px;
}

.price-action .price-note {
  margin-top: 10px;
}

.faq {
  max-width: min(820px, calc(100% - 40px));
}

.setup-demo {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 30px rgba(29, 29, 24, 0.055);
  overflow: hidden;
}

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

.setup-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  background: var(--soft);
  color: var(--muted);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.76rem;
  font-weight: 600;
}

.setup-top span:last-child {
  color: var(--accent);
}

.setup-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  padding: 10px;
}

.setup-item {
  min-width: 0;
  min-height: 92px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--muted);
  opacity: 0.64;
  transform: translateY(4px);
  animation: setup-focus 12s ease-in-out infinite;
}

.setup-folder,
.setup-ready {
  min-height: 156px;
}

.setup-chat,
.setup-ready {
  grid-column: span 2;
}

.setup-folder {
  animation-delay: 1.6s;
}

.setup-project {
  animation-delay: 3.2s;
}

.setup-prompt {
  animation-delay: 4.8s;
}

.setup-chat {
  animation-delay: 6.4s;
}

.setup-ready {
  animation-delay: 8.3s;
}

.setup-label {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 700;
}

.setup-item pre,
.setup-item p {
  margin: 0;
}

.setup-item pre {
  overflow-x: auto;
  font-size: 0.76rem;
  line-height: 1.55;
}

.setup-item code {
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.82rem;
}

.setup-zip code,
.setup-prompt code {
  display: inline-block;
  padding: 7px 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
}

.setup-ready p {
  color: var(--ink);
  font-size: 0.94rem;
}

.pain-strip {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pain-strip p {
  max-width: 760px;
  color: var(--muted);
}

.pain-strip p:last-child {
  color: var(--ink);
  font-weight: 600;
}

.block {
  padding-top: 68px;
}

.block > h2,
.block > p,
.process-list,
.faq {
  max-width: 720px;
}

.process-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  counter-reset: process;
  list-style: none;
}

.process-list li {
  position: relative;
  padding-left: 34px;
}

.process-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--accent);
  content: counter(process);
  counter-increment: process;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

.includes-line {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.96rem;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 860px;
}

.check-list,
.cross-list,
.price-includes {
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.check-list li,
.cross-list li,
.price-includes li {
  position: relative;
  padding-left: 24px;
}

.check-list li + li,
.cross-list li + li,
.price-includes li + li {
  margin-top: 8px;
}

.check-list li::before,
.price-includes li::before {
  position: absolute;
  left: 0;
  color: var(--accent);
  content: "\2713";
  font-weight: 700;
}

.cross-list li::before {
  position: absolute;
  left: 0;
  color: var(--muted);
  content: "\00d7";
  font-weight: 700;
}

.price-block {
  display: flex;
  justify-content: center;
  padding-top: 76px;
}

.price-card {
  width: min(520px, 100%);
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 30px rgba(29, 29, 24, 0.055);
}

.price-card h2 {
  margin-bottom: 8px;
}

.price-eyebrow {
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 700;
}

.price-value {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 3.15rem;
  font-weight: 700;
  line-height: 1;
}

.price-note,
.price-trust {
  color: var(--muted);
}

.price-includes {
  margin: 22px 0 24px;
}

.price-trust {
  margin-top: 12px;
  font-size: 0.92rem;
}

.faq {
  padding-bottom: 12px;
}

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

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  padding: 15px 0;
  font-weight: 600;
}

details p {
  margin: -2px 0 16px;
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(320px, 1.5fr) auto;
  gap: 28px;
  align-items: start;
  margin-top: 76px;
  padding: 28px 0 38px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.site-footer nav {
  justify-content: flex-start;
}

.made-by {
  white-space: nowrap;
}

.legal-main {
  max-width: 820px;
  padding: 68px 0 24px;
}

.legal-main h1 {
  font-size: 3.2rem;
}

.legal-main h2 {
  margin-top: 38px;
}

.legal-main p,
.legal-main li {
  color: var(--muted);
}

.legal-main p,
.legal-main ul {
  margin-top: 14px;
}

.legal-main ul {
  padding-left: 22px;
}

.legal-notice {
  margin-top: 24px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.legal-notice p {
  margin: 0;
}

@keyframes setup-focus {
  0%,
  14%,
  100% {
    opacity: 0.64;
    transform: translateY(4px);
    border-color: var(--line);
  }

  4%,
  10% {
    opacity: 1;
    transform: translateY(0);
    border-color: rgba(49, 95, 82, 0.42);
  }
}

@media (max-width: 920px) {
  .plain-hero {
    padding-top: 64px;
  }

  .plain-hero h1 {
    font-size: 3.4rem;
  }

  .plain-hero .hero-lede {
    font-size: 1.06rem;
  }

  .hero-stage {
    padding: 28px 24px 0;
  }

  .cursor-window {
    grid-template-columns: 42px 190px minmax(0, 1fr);
  }

  .editor-body,
  .time-grid {
    grid-template-columns: 1fr;
  }

  .code-panel,
  .time-grid article {
    min-height: auto;
  }

  .stage-stack {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

  .control-demo,
  .inside-folder,
  .time-section,
  .fit-section-v2,
  .price-band {
    grid-template-columns: 1fr;
  }

  .price-band-action {
    padding-top: 28px;
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .lp-hero {
    padding: 54px 0 50px;
  }

  .lp-hero-inner {
    min-height: 0;
  }

  .lp-hero-copy {
    max-width: 720px;
    padding: 0;
  }

  .lp-hero h1 {
    font-size: 3.1rem;
  }

  .hero-art {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 430px;
    margin-top: 34px;
  }

  .inside-section,
  .pricing-panel {
    grid-template-columns: 1fr;
  }

  .price-action {
    padding-top: 28px;
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 50px;
  }

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

  h1 {
    font-size: 2.7rem;
  }

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

  .made-by {
    white-space: normal;
  }
}

@media (max-width: 680px) {
  .site-header,
  .hero,
  .plain-hero,
  .problem-section-v2,
  .control-demo,
  .inside-folder,
  .time-section,
  .fit-section-v2,
  .price-band,
  .lp-hero-inner,
  .trust-band,
  .section,
  .pain-strip,
  .block,
  .site-footer,
  .legal-main {
    width: min(var(--container), calc(100% - 28px));
  }

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

  nav {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
  }

  .site-header nav .button-small {
    flex-basis: 100%;
    width: 100%;
  }

  .button {
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .hero-actions .button {
    flex: 1 1 160px;
  }

  .plain-hero {
    padding-top: 52px;
  }

  .announcement-pill {
    max-width: 100%;
    justify-content: center;
    text-align: center;
  }

  .plain-hero h1 {
    font-size: 3rem;
  }

  .plain-hero .hero-lede {
    font-size: 1.04rem;
  }

  .hero-actions-centered {
    flex-direction: column;
  }

  .hero-actions-centered .button {
    flex: 0 0 auto;
    width: 100%;
  }

  .hero-stage {
    padding: 14px 14px 0;
  }

  .cursor-window {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cursor-rail {
    display: none;
  }

  .cursor-explorer {
    padding: 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .cursor-explorer ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cursor-explorer li {
    padding: 7px 8px;
    white-space: normal;
  }

  .cursor-explorer .is-nested {
    padding-left: 8px;
  }

  .editor-tabs {
    overflow-x: auto;
    padding: 0 14px;
  }

  .editor-tabs span {
    flex: 0 0 auto;
  }

  .editor-body {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .code-panel {
    min-height: auto;
    overflow-x: auto;
    padding: 14px;
  }

  .code-panel p {
    gap: 12px;
    white-space: nowrap;
  }

  .agent-panel-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .stage-stack,
  .process-timeline {
    grid-template-columns: 1fr;
  }

  .agent-console {
    overflow-x: auto;
  }

  .console-line {
    white-space: nowrap;
  }

  .hero-metrics,
  .drift-strip,
  .time-grid,
  .fit-lists {
    grid-template-columns: 1fr;
  }

  .hero-metrics div {
    padding: 18px;
  }

  .problem-section-v2,
  .control-demo,
  .inside-folder,
  .time-section,
  .fit-section-v2 {
    padding-top: 68px;
  }

  .problem-section-v2 h2,
  .control-copy h2,
  .inside-folder h2,
  .time-copy h2,
  .fit-section-v2 h2,
  .price-band h2 {
    font-size: 2.15rem;
  }

  .process-player {
    padding: 14px;
  }

  .process-card {
    min-height: auto;
    padding: 18px;
  }

  .price-band {
    margin-top: 72px;
    padding: 22px;
  }

  h1 {
    font-size: 2.25rem;
  }

  .lp-hero h1 {
    max-width: 100%;
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.35rem;
  }

  .hero {
    padding-top: 34px;
  }

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

  .hero-lede {
    font-size: 1.03rem;
  }

  .hero-facts,
  .compare-grid,
  .step-grid,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .hero-art {
    display: grid;
    height: auto;
    gap: 10px;
  }

  .artifact,
  .artifact-files,
  .artifact-state,
  .artifact-chat {
    position: static;
    width: auto;
  }

  .artifact pre {
    overflow-x: auto;
  }

  .trust-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-band ul {
    justify-content: flex-start;
  }

  .section {
    padding-top: 58px;
  }

  .compare-panel,
  .step-grid li,
  .fit-grid article,
  .pricing-panel {
    padding: 20px;
  }

  .setup-content {
    grid-template-columns: 1fr;
  }

  .setup-chat,
  .setup-ready {
    grid-column: auto;
  }

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

  .price-card {
    padding: 24px;
  }

  .legal-main h1 {
    font-size: 2.25rem;
  }
}

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

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

  .setup-item {
    opacity: 1;
    transform: none;
  }

  .setup-ready {
    border-color: rgba(49, 95, 82, 0.42);
    background: #fffefa;
  }
}
