:root {
  --bg: #08110c;
  --panel: #0d1911;
  --ink: #f0f5ed;
  --muted: #98a99c;
  --line: #24362a;
  --green: #9cff77;
  --green-2: #c2ff9e;
  --orange: #ff9157;
  --max: 1180px;
  --sans:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 4%, rgb(87 164 80 / 14%), transparent 26rem),
    var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}
code,
pre,
.kicker,
.eyebrow,
.brand,
.terminal {
  font-family: var(--mono);
}
.site-header,
main,
footer {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}
.site-header {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.brand-mark {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  letter-spacing: 0;
}
nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.92rem;
}
nav a:hover,
.footer-links a:hover {
  color: var(--ink);
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
}
.status-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px var(--green);
}
.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
  padding: 96px 0 110px;
}
.eyebrow {
  display: flex;
  gap: 10px;
  margin: 0 0 28px;
}
.eyebrow span {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--green);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  margin-bottom: 30px;
  font-size: clamp(3.8rem, 7.2vw, 6.9rem);
  line-height: 0.91;
  letter-spacing: -0.073em;
  font-weight: 650;
}
h1 em {
  color: var(--green);
  font-style: normal;
}
.hero-lede {
  max-width: 620px;
  margin-bottom: 36px;
  color: #bfcbc1;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-weight: 650;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}
.button-primary {
  border-color: var(--green);
  background: var(--green);
  color: #0a120d;
}
.button-primary:hover {
  border-color: var(--green-2);
  background: var(--green-2);
}
.button-secondary:hover {
  border-color: #53705c;
  background: var(--panel);
}
.terminal {
  border: 1px solid #395142;
  border-radius: 12px;
  background: rgb(10 19 13 / 88%);
  box-shadow:
    0 26px 90px rgb(0 0 0 / 28%),
    inset 0 1px rgb(255 255 255 / 3%);
  font-size: 0.82rem;
  transform: rotate(0.8deg);
}
.terminal-bar {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  border-bottom: 1px solid var(--line);
}
.terminal-title {
  color: #c9d4cb;
}
.terminal-live {
  color: var(--green);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.terminal-body {
  padding: 24px 22px 28px;
}
.terminal-body p {
  margin-bottom: 13px;
}
.prompt,
.success {
  color: var(--green);
}
.muted,
.terminal dt {
  color: #637568;
}
.terminal dl {
  margin: 18px 0 24px;
  padding: 14px 0;
  border-block: 1px solid var(--line);
}
.terminal dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 4px 0;
}
.terminal dd,
.terminal dt {
  margin: 0;
}
.terminal dd {
  text-align: right;
}
.json {
  margin: 20px 0 0;
  padding: 14px;
  border-radius: 6px;
  background: #07100a;
  color: #b5c3b8;
  line-height: 1.65;
}
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
}
.trust-strip div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
}
.trust-strip div:last-child {
  border-right: 0;
}
.trust-strip strong {
  font-family: var(--mono);
  font-size: 1.4rem;
  color: var(--green);
}
.trust-strip span {
  color: var(--muted);
  font-size: 0.84rem;
}
.section {
  padding: 130px 0;
  border-bottom: 1px solid var(--line);
}
.section-heading {
  max-width: 720px;
  margin-bottom: 58px;
}
.kicker {
  margin-bottom: 16px;
  color: var(--green);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
}
h2 {
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 620;
}
.section-heading > p:last-child,
.mcp-copy > p,
.closing > p:not(.kicker) {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.65;
}
.install-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(500px, 1.15fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: center;
}
.install-copy > p:not(.kicker) {
  max-width: 540px;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.65;
}
.package-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}
.install-card {
  overflow: hidden;
  border: 1px solid #45614b;
  border-radius: 12px;
  background: #07100a;
  box-shadow: 0 26px 90px rgb(0 0 0 / 22%);
}
.install-card pre {
  margin: 0;
  padding: 30px;
  color: #d8e7da;
  font-size: clamp(0.78rem, 1.4vw, 0.94rem);
  line-height: 1.8;
  overflow-x: auto;
}
.install-card .comment {
  color: #6f8173;
}
.install-guardrails {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 16px 18px;
  border-top: 1px solid var(--line);
  color: var(--green);
  font-family: var(--mono);
  font-size: 0.72rem;
}
.tool-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.tool-card {
  min-height: 300px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(145deg, var(--panel), rgb(12 24 16 / 58%));
  transition:
    transform 180ms ease,
    border-color 180ms ease;
}
.tool-card:hover {
  transform: translateY(-3px);
  border-color: #46644f;
}
.tool-topline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 58px;
  font-family: var(--mono);
}
.tool-number {
  color: #586b5d;
}
.price {
  padding: 4px 8px;
  border: 1px solid #3f6247;
  border-radius: 4px;
  color: var(--green);
  font-size: 0.82rem;
}
.tool-card h3 {
  margin-bottom: 15px;
  font-size: 1.55rem;
  letter-spacing: -0.025em;
}
.tool-card code {
  display: block;
  margin-bottom: 20px;
  color: #a9b8ac;
  font-size: 0.8rem;
  overflow-wrap: anywhere;
}
.tool-card code span {
  color: var(--orange);
}
.tool-card p {
  max-width: 500px;
  color: var(--muted);
  line-height: 1.6;
}
.mcp-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1.15fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: center;
}
.mcp-copy ul {
  list-style: none;
  margin: 35px 0;
  padding: 0;
}
.mcp-copy li {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: #c5d0c7;
}
.mcp-copy li span {
  margin-right: 18px;
  color: #5d7162;
  font-family: var(--mono);
}
.text-link {
  color: var(--green);
  font-weight: 600;
}
.text-link:hover {
  color: var(--green-2);
}
.code-panel {
  overflow: hidden;
  border: 1px solid #395142;
  border-radius: 12px;
  background: #07100a;
}
.code-label {
  display: flex;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  color: #718277;
  font-family: var(--mono);
  font-size: 0.72rem;
}
.code-panel pre {
  margin: 0;
  padding: 30px;
  color: #cbe0cf;
  font-size: clamp(0.78rem, 1.5vw, 0.95rem);
  line-height: 1.75;
  overflow-x: auto;
}
.endpoint {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.78rem;
  overflow-wrap: anywhere;
}
.proof-section {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: end;
}
.proof-section h2 {
  max-width: 600px;
  margin-bottom: 0;
}
.receipt {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid #3c5743;
  border-radius: 10px;
  background: var(--panel);
  transition: border-color 160ms ease;
}
.receipt:hover {
  border-color: var(--green);
}
.receipt-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green);
}
.receipt strong,
.receipt small {
  display: block;
}
.receipt small {
  margin-top: 5px;
  color: var(--muted);
  font-family: var(--mono);
}
.receipt-value {
  color: var(--green);
  font-family: var(--mono);
}
.closing {
  padding: 150px 0;
  text-align: center;
}
.closing h2 {
  max-width: 860px;
  margin-inline: auto;
}
.closing > p:not(.kicker) {
  margin-bottom: 35px;
}
.closing .hero-actions {
  justify-content: center;
}
footer {
  min-height: 140px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer-brand {
  color: var(--ink);
}
footer p {
  margin: 0;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
  font-size: 0.86rem;
}
@media (max-width: 900px) {
  nav > a:not(.nav-cta) {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 80px 0;
  }
  .terminal {
    max-width: 620px;
    transform: none;
  }
  .install-section,
  .mcp-section,
  .proof-section {
    grid-template-columns: 1fr;
  }
  .install-section,
  .mcp-section {
    gap: 60px;
  }
  footer {
    grid-template-columns: 1fr;
    padding: 38px 0;
  }
  .footer-links {
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .site-header,
  main,
  footer {
    width: min(100% - 28px, var(--max));
  }
  .site-header {
    min-height: 72px;
  }
  h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }
  .hero {
    padding-top: 58px;
  }
  .eyebrow {
    flex-wrap: wrap;
  }
  .trust-strip,
  .tool-grid {
    grid-template-columns: 1fr;
  }
  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .trust-strip div:last-child {
    border-bottom: 0;
  }
  .section {
    padding: 92px 0;
  }
  .tool-card {
    min-height: 270px;
  }
  .mcp-section {
    grid-template-columns: minmax(0, 1fr);
  }
  .install-section {
    grid-template-columns: minmax(0, 1fr);
  }
  .code-panel pre {
    padding: 22px 18px;
  }
  .code-label span:last-child {
    display: none;
  }
  .receipt {
    grid-template-columns: auto 1fr;
  }
  .receipt-value {
    grid-column: 2;
  }
  .closing {
    padding: 110px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
