:root {
  color-scheme: dark;
  --bg: #07110f;
  --panel: #0d1a17;
  --panel-2: #11231e;
  --ink: #edf8f1;
  --muted: #9db3a8;
  --line: #254038;
  --accent: #73f0ad;
  --accent-dark: #092f20;
  --danger: #ff9587;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 72% -10%, rgba(44, 169, 106, .18), transparent 32rem),
    var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
.nav {
  width: min(calc(100% - 2rem), var(--max));
  margin: auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 760; letter-spacing: -.02em; }
.mark {
  display: grid;
  place-items: center;
  width: 2.1rem;
  aspect-ratio: 1;
  border: 1px solid var(--accent);
  color: var(--accent);
  font: 700 .72rem/1 ui-monospace, monospace;
}
nav { display: flex; gap: 1.5rem; }
nav a, footer a { color: var(--muted); text-decoration: none; font-size: .9rem; }
nav a:hover, footer a:hover { color: var(--ink); }
main, footer { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.hero { padding: 8rem 0 5rem; max-width: 930px; }
.eyebrow { color: var(--accent); font: 700 .76rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; letter-spacing: .14em; }
h1, h2, h3 { margin-top: 0; line-height: 1.05; letter-spacing: -.045em; }
h1 { font-size: clamp(3.1rem, 8vw, 6.8rem); max-width: 14ch; margin-bottom: 1.5rem; }
h2 { font-size: clamp(2.2rem, 5vw, 4.2rem); max-width: 15ch; }
h3 { font-size: 1.4rem; }
.lead { color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.35rem); max-width: 680px; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 2rem 0; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  padding: .72rem 1.15rem;
  color: var(--ink);
  background: transparent;
  text-decoration: none;
  font: 700 .9rem/1 inherit;
  cursor: pointer;
}
.button.primary { background: var(--accent); color: #05110c; border-color: var(--accent); }
.button:hover { transform: translateY(-1px); filter: brightness(1.08); }
.proof-points { display: flex; flex-wrap: wrap; gap: .65rem 1.5rem; padding: 0; color: var(--muted); list-style: none; font-size: .9rem; }
.proof-points li::before { content: "✓"; color: var(--accent); margin-right: .45rem; }
.terminal-wrap { padding-bottom: 7rem; }
.terminal { overflow: hidden; border: 1px solid var(--line); background: #040a08; box-shadow: 0 2rem 8rem rgba(0, 0, 0, .28); }
.terminal-bar { display: flex; gap: .42rem; padding: .9rem; border-bottom: 1px solid var(--line); }
.terminal-bar span { width: .62rem; height: .62rem; border-radius: 50%; background: #345047; }
pre { margin: 0; overflow-x: auto; padding: 1.5rem; color: #bdebd1; font: .83rem/1.75 ui-monospace, SFMono-Regular, Consolas, monospace; }
code { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.section { padding: 7rem 0; border-top: 1px solid var(--line); }
.section-lead { color: var(--muted); max-width: 650px; margin-bottom: 2.5rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.steps article { background: var(--panel); padding: 2rem; }
.steps article > span { color: var(--accent); font: .8rem ui-monospace, monospace; }
.steps h3 { margin-top: 3rem; }
.steps p, .contrast > p, .license-section > div > p { color: var(--muted); }
.contrast { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; }
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.price { position: relative; display: flex; flex-direction: column; padding: 2rem; border: 1px solid var(--line); background: var(--panel); }
.price.featured { border-color: var(--accent); background: var(--panel-2); }
.badge { position: absolute; top: -1rem; left: 1.5rem; margin: 0; padding: .35rem .6rem; background: var(--accent); color: #05110c; font-size: .72rem; font-weight: 800; }
.amount { min-height: 3.4rem; margin: 1rem 0 0; }
.amount strong { font-size: 2.5rem; letter-spacing: -.05em; }
.amount span, .annual { color: var(--muted); }
.annual { min-height: 2.5rem; margin-top: 0; font-size: .86rem; }
.price ul { flex: 1; padding-left: 1.1rem; color: var(--muted); }
.price li { margin: .55rem 0; }
.price .button { width: 100%; }
.text-link { margin-top: .8rem; text-align: center; color: var(--muted); font-size: .82rem; }
.license-section { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
form { padding: 2rem; background: var(--panel); border: 1px solid var(--line); }
label { display: grid; gap: .45rem; margin-bottom: 1.1rem; font-size: .85rem; font-weight: 700; }
input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: .85rem;
  background: #07110f;
  color: var(--ink);
  font: inherit;
}
input:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.form-status { min-height: 1.5em; margin-bottom: 0; color: var(--muted); font-size: .86rem; }
.form-status.error { color: var(--danger); }
.download-grid { display: flex; flex-wrap: wrap; gap: .7rem; margin-bottom: 1.5rem; }
.download-grid a { padding: .65rem .8rem; border: 1px solid var(--line); text-decoration: none; font-size: .86rem; }
.install pre { max-width: 680px; border: 1px solid var(--line); background: #040a08; }
footer { display: flex; gap: 2rem; padding: 2.5rem 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
footer span:first-child { color: var(--ink); font-weight: 800; }

@media (max-width: 800px) {
  nav { display: none; }
  .hero { padding-top: 5rem; }
  .steps, .pricing, .contrast, .license-section { grid-template-columns: 1fr; }
  .contrast, .license-section { gap: 2rem; }
  footer { flex-direction: column; gap: .6rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button:hover { transform: none; }
}
