.free-hero {
  padding-block: 6rem;
  border-bottom: 1px solid #cccccc;
  background: linear-gradient(90deg, rgba(26, 53, 86, 0.07) 1px, transparent 1px) 0 0 / 32px 32px, linear-gradient(rgba(26, 53, 86, 0.07) 1px, transparent 1px) 0 0 / 32px 32px, #ffffff;
}
.free-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 4rem;
  align-items: center;
}
.free-hero-copy {
  padding-top: 1rem;
}
.free-hero h1 {
  max-width: 14ch;
}
.free-hero .lede {
  max-width: 58ch;
}
.free-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}
.free-actions .btn {
  padding-inline: 1.25rem;
}
.free-hero-placeholder {
  width: 100%;
  min-height: 420px;
  margin-top: 0;
  box-sizing: border-box;
}
.free-proof {
  min-width: 0;
  border: 2px solid #1a3556;
  background: #1a3556;
  color: #dfe8f2;
}
.free-proof-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.free-proof-title {
  color: #ffffff;
  font-weight: 600;
}
.free-proof-stack {
  color: #a8b2bf;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.free-proof-rail {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.free-proof-rail::before {
  content: "";
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 22px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.free-proof-step {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.75rem;
  padding: 1.15rem 1rem 1.15rem 0;
}
.free-proof-step + .free-proof-step {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.free-proof-index {
  position: relative;
  z-index: 1;
  justify-self: center;
  margin-top: -0.1em;
  padding: 0.15rem 0;
  background: #1a3556;
  color: #a8b2bf;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.free-proof-body {
  min-width: 0;
}
.free-proof-label,
.free-artifact-label {
  display: block;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.free-proof-label {
  color: #a8b2bf;
}
.free-code,
.free-artifact pre {
  max-width: 100%;
  margin: 0.75rem 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 0.82rem;
  line-height: 1.7;
  overflow-x: auto;
}
.free-proof .free-code {
  color: #b0c0d2;
}
.tok-ann,
.tok-key {
  color: #9dbce2;
}
.tok-prop {
  color: #9dbce2;
}
.tok-str {
  color: #9ed7bb;
}
.tok-type {
  color: #ffffff;
}
.tok-fn {
  color: #dfe8f2;
}
.free-run .free-code {
  color: #dfe8f2;
}
.free-proof-step--verdict {
  background: #16304d;
}
.free-proof-step--verdict .free-proof-index {
  background: #16304d;
  color: #ffffff;
}
.free-run {
  margin-top: 0.5rem;
  padding-left: 0.75rem;
  border-left: 2px solid currentColor;
}
.free-run + .free-run {
  margin-top: 0.75rem;
}
.free-run--fail {
  color: #eec98a;
}
.free-run--pass {
  color: #9ed7bb;
}
.free-run-head {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  margin: 0;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: currentColor;
}
.free-run-mark {
  font-size: 0.9rem;
  line-height: 1;
}
.free-run-exit {
  margin-left: auto;
  color: currentColor;
  font-weight: 700;
}
.free-run .free-code {
  margin-top: 0.4rem;
  color: #dfe8f2;
}
.free-run-note {
  margin: 1rem 0 0;
  color: #a8b2bf;
  font-size: 0.82rem;
  line-height: 1.55;
}
.free-proof-foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
}
.free-proof-foot code {
  color: #a8b2bf;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: inherit;
  overflow-wrap: anywhere;
}
.free-proof-foot a {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
}
.free-chain-head {
  max-width: 760px;
  margin-bottom: 4rem;
}
.free-chain {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.free-chain::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 31px;
  width: 2px;
  background: #1a3556;
}
.free-step {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 2rem;
  align-items: start;
  padding: 0 0 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #cccccc;
}
.free-step:last-child {
  margin-bottom: 0;
}
.free-step-index {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 2px solid #1a3556;
  background: #ffffff;
  color: #1a3556;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 700;
}
.free-step-copy {
  padding-top: 0.5rem;
}
.free-step-copy h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.45rem, 1.85rem, 2rem);
}
.free-step-copy > p:not(.free-step-kicker):not(.free-step-links) {
  color: #555555;
  font-weight: 300;
  line-height: 1.75;
}
.free-step-kicker {
  margin: 0 0 0.5rem;
  color: #1a3556;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.free-step-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin: 1rem 0 0;
  font-size: 0.78rem;
  font-weight: 600;
}
.free-artifact {
  min-width: 0;
  border: 1px solid #999999;
  border-top: 3px solid #1a3556;
  background: #f2f2f2;
  padding: 2rem;
  color: #000000;
  overflow: hidden;
}
.free-artifact-label {
  color: #1a3556;
}
.free-chain-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  box-sizing: border-box;
  padding: 2rem;
  background-color: #ffffff;
}
.free-terminal-artifact {
  background: #1a3556;
  color: #ffffff;
  border-color: #1a3556;
}
.free-terminal-artifact .free-artifact-label {
  color: rgba(255, 255, 255, 0.62);
}
.free-terminal-artifact .free-run:first-of-type {
  margin-top: 1rem;
}
.free-terminal-artifact .free-run .free-code {
  color: #dfe8f2;
}
.free-chain-close {
  margin: 4rem 0 0 96px;
  padding: 2rem;
  border-left: 3px solid #2a7050;
  background: #d8ede4;
  font-size: 1.05rem;
  font-weight: 600;
}
.free-proof-followup {
  display: grid;
  grid-template-columns: minmax(190px, 0.56fr) minmax(0, 1.44fr);
  gap: 2rem;
  align-items: start;
  margin: 2rem 0 0 96px;
  padding-top: 2rem;
}
.free-proof-context {
  padding-top: 1rem;
  border-top: 2px solid #000000;
}
.free-proof-context h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.25rem, 1.63rem, 1.65rem);
  line-height: 1.18;
}
.free-proof-context > p:last-child {
  margin: 0;
  color: #555555;
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.7;
}
.free-depth-list {
  border-top: 2px solid #000000;
}
.free-depth-row {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) 220px auto;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #cccccc;
  color: #000000;
}
.free-depth-row:hover {
  color: #000000;
  background: rgba(232, 237, 243, 0.55);
}
.free-depth-row > span {
  color: #1a3556;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.free-depth-row p {
  margin: 0;
  color: #555555;
  font-weight: 300;
  line-height: 1.7;
}
.free-depth-row p strong {
  color: #000000;
}
.free-depth-row b {
  color: #1a3556;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}
.free-depth-placeholder {
  display: grid;
  place-items: center;
  min-height: 112px;
  box-sizing: border-box;
  padding: 0.75rem;
  font-size: 0.56rem;
  line-height: 1.5;
}
.free-trial-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4rem;
  align-items: end;
  margin-top: 4rem;
  padding: 4rem;
  border: 2px solid #1a3556;
  background: #ffffff;
}
.free-trial-callout h3 {
  margin-bottom: 0.75rem;
}
.free-trial-callout p:not(.eyebrow) {
  max-width: 64ch;
  margin: 0;
  color: #555555;
  font-weight: 300;
}
.free-trial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media (max-width: 940px) {
  .free-hero-grid {
    grid-template-columns: 1fr;
  }
  .free-hero-copy {
    padding-top: 0;
  }
  .free-hero-placeholder {
    max-width: 760px;
  }
  .free-step {
    grid-template-columns: 64px minmax(0, 1fr);
  }
  .free-step .free-artifact,
  .free-step .free-chain-placeholder {
    grid-column: 2;
  }
  .free-proof-followup {
    grid-template-columns: 1fr;
  }
  .free-proof-context {
    max-width: 620px;
  }
  .free-depth-row {
    grid-template-columns: 100px minmax(0, 1fr) auto;
    align-items: start;
  }
  .free-depth-placeholder {
    grid-column: 2;
    width: 100%;
    max-width: 360px;
  }
  .free-depth-row > b {
    grid-column: 3;
    grid-row: 1;
  }
  .free-trial-callout {
    grid-template-columns: 1fr;
    align-items: start;
  }
}
@media (max-width: 640px) {
  .free-hero {
    padding-block: 4rem;
  }
  .free-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .free-hero-placeholder {
    min-height: 280px;
    padding: 2rem;
  }
  .free-proof-head {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .free-step {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 1rem;
  }
  .free-chain::before {
    left: 23px;
  }
  .free-step-index {
    width: 48px;
    height: 48px;
  }
  .free-step .free-artifact,
  .free-step .free-chain-placeholder {
    grid-column: 1 / -1;
  }
  .free-step .free-artifact {
    padding: 1rem;
  }
  .free-chain-placeholder {
    padding: 2rem;
  }
  .free-chain-close,
  .free-proof-followup {
    margin-left: 0;
  }
  .free-depth-row {
    grid-template-columns: 1fr auto;
    gap: 0.75rem;
  }
  .free-depth-row p {
    grid-column: 1 / -1;
  }
  .free-depth-placeholder {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
    min-height: 144px;
  }
  .free-depth-row > b {
    grid-column: 2;
    grid-row: 1;
  }
  .free-trial-callout {
    padding: 2rem;
  }
  .free-trial-actions {
    width: 100%;
  }
  .free-trial-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
