@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,700..900&display=swap');

:root {
  color-scheme: dark;
  --ink: #f7f4ed;
  --muted: #aaa9a3;
  --faint: #747570;
  --bg: #080a0a;
  --surface: #101312;
  --surface-2: #151918;
  --line: #292e2c;
  --green: #9bea75;
  --green-dark: #122b17;
  --blue: #7eb6ff;
  --orange: #ffb86b;
  --code: #d6f7ca;
  --radius: 14px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
code, pre, .mono { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; }

.skip-link { position: fixed; left: 12px; top: -80px; z-index: 99; background: var(--ink); color: #050606; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: auto; height: 26px; display: block; }
.brand-mark { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(155, 234, 117, .1); }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: #c6c7c2; font-size: .9rem; text-decoration: none; font-weight: 650; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-cta { border: 1px solid #4b544f; padding: 8px 13px; border-radius: 9px; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: var(--surface); }

.hero { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr); align-items: center; gap: 64px; padding: 90px 0 76px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--green); text-transform: uppercase; letter-spacing: .13em; font-size: .73rem; font-weight: 850; }
.eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; }
h1, h2, h3 { text-wrap: balance; }
h1, h2, h3, .brand { font-family: "Fraunces", Georgia, "Times New Roman", Times, serif; font-optical-sizing: auto; }
h1 { margin: 0 0 24px; font-size: clamp(2.85rem, 6.2vw, 5.7rem); line-height: 1.01; letter-spacing: -.025em; font-weight: 800; }
h1 em { color: var(--green); font-style: normal; }
.hero-copy { max-width: 670px; color: #c3c4bf; font-size: clamp(1.05rem, 1.7vw, 1.23rem); line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 30px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 17px; border: 1px solid #46504a; border-radius: 10px; color: var(--ink); background: transparent; text-decoration: none; font-weight: 750; cursor: pointer; }
.button:hover { border-color: #747f79; transform: translateY(-1px); }
.button.primary { color: #081006; background: var(--green); border-color: var(--green); }
.button.primary::after { content: "→"; }
.micro-proof { display: flex; flex-wrap: wrap; gap: 7px 18px; margin: 18px 0 0; padding: 0; list-style: none; color: #8d918d; font-size: .82rem; }
.micro-proof li::before { content: "✓"; margin-right: 6px; color: var(--green); }

.terminal { min-width: 0; overflow: hidden; background: #0b0e0d; border: 1px solid #303632; border-radius: var(--radius); box-shadow: var(--shadow); }
.terminal-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 46px; padding: 0 14px; border-bottom: 1px solid var(--line); color: #888e89; font-size: .75rem; }
.terminal-dots { display: flex; gap: 6px; }
.terminal-dots i { width: 7px; height: 7px; border-radius: 50%; background: #424845; }
.copy-button { border: 0; padding: 5px 8px; color: #9fa49f; background: transparent; cursor: pointer; border-radius: 6px; }
.copy-button:hover { color: var(--ink); background: #1b201e; }
pre { margin: 0; padding: 24px; overflow-x: auto; color: var(--code); font-size: .83rem; line-height: 1.75; white-space: pre; }
.terminal-note { border-top: 1px solid var(--line); padding: 13px 16px; color: #90958f; font-size: .78rem; }

.proof-strip { border-block: 1px solid var(--line); background: rgba(16, 19, 18, .6); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 25px 22px; border-right: 1px solid var(--line); }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 1rem; }
.proof-item span { color: #8f928f; font-size: .79rem; }

.section { padding: 96px 0; }
.section.compact { padding: 70px 0; }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 48px; align-items: end; margin-bottom: 46px; }
.section-heading h2 { max-width: 720px; margin: 0; font-size: clamp(2rem, 4.2vw, 3.65rem); line-height: 1.08; letter-spacing: -.02em; }
.section-heading p { max-width: 600px; margin: 0; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.card { min-width: 0; padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.card:hover { border-color: #3f4944; }
.card-kicker { display: block; margin-bottom: 36px; color: var(--green); font: 700 .72rem/1.2 "SFMono-Regular", monospace; text-transform: uppercase; letter-spacing: .08em; }
.card h3 { margin: 0 0 10px; font-size: 1.18rem; letter-spacing: -.02em; }
.card p { margin: 0; color: #9da19c; font-size: .93rem; }
.card a { color: var(--blue); }

.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.step { counter-increment: step; min-height: 220px; padding: 30px; background: var(--surface); border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step::before { content: "0" counter(step); display: block; margin-bottom: 50px; color: var(--green); font: 700 .75rem/1 monospace; }
.step h3 { margin: 0 0 8px; font-size: 1.12rem; }
.step p { margin: 0; color: var(--muted); font-size: .9rem; }

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 56px; align-items: start; }
.split h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; letter-spacing: -.02em; }
.split-copy > p { color: var(--muted); font-size: 1.04rem; }
.check-list { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { padding: 13px 0 13px 28px; border-bottom: 1px solid var(--line); color: #c7cac5; position: relative; }
.check-list li::before { content: "↳"; position: absolute; left: 0; color: var(--green); }

.comparison { width: 100%; border-collapse: collapse; background: var(--surface); border: 1px solid var(--line); }
.table-wrap { overflow-x: auto; border-radius: var(--radius); }
.comparison th, .comparison td { padding: 16px; text-align: left; border-bottom: 1px solid var(--line); font-size: .88rem; vertical-align: top; }
.comparison th { color: #858b86; font: 700 .72rem/1.3 monospace; text-transform: uppercase; letter-spacing: .06em; }
.comparison td { color: #c9ccc7; }
.comparison tr:last-child td { border-bottom: 0; }
.yes { color: var(--green); }

.estimator { padding: 28px; background: var(--surface); border: 1px solid #334039; border-radius: var(--radius); }
.estimator h3 { margin: 0 0 6px; font-size: 1.4rem; }
.estimator > p { margin: 0 0 24px; color: var(--muted); font-size: .88rem; }
.field { margin-top: 16px; }
.field label { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 8px; color: #c5c9c4; font-size: .84rem; }
.field input[type="range"] { width: 100%; accent-color: var(--green); }
.field select { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid #39423e; border-radius: 8px; color: var(--ink); background: #090c0b; }
.estimate-total { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.estimate-total strong { display: block; color: var(--green); font-size: 2.3rem; letter-spacing: -.04em; }
.estimate-total span { color: var(--faint); font-size: .78rem; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 21px 42px 21px 0; color: var(--ink); font-weight: 700; cursor: pointer; position: relative; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; top: 19px; color: var(--green); font-size: 1.25rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 780px; margin: -4px 0 22px; color: var(--muted); }

.final-cta { margin-bottom: 80px; padding: 64px; text-align: center; background: var(--surface); color: var(--ink); border: 1px solid #3a423e; border-radius: 14px; }
.final-cta .eyebrow { justify-content: center; color: var(--green); }
.final-cta h2 { max-width: 750px; margin: 0 auto 16px; font-size: clamp(2.1rem, 4.7vw, 4rem); line-height: 1.05; letter-spacing: -.02em; }
.final-cta p { max-width: 580px; margin: 0 auto 26px; color: var(--muted); }
.final-cta .button { color: #081006; background: var(--green); border-color: var(--green); }
.site-footer { padding: 28px 0 42px; border-top: 1px solid var(--line); color: #858985; font-size: .8rem; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { text-decoration: none; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 44px; padding: 70px 0; }
  .hero-copy { max-width: 760px; }
  .terminal { max-width: 720px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading, .split { grid-template-columns: 1fr; gap: 24px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .site-shell { width: min(100% - 28px, 1160px); }
  .site-nav { min-height: 66px; position: relative; }
  .menu-button { display: inline-grid; place-items: center; }
  .nav-links { display: none; position: absolute; z-index: 20; top: 60px; left: 0; right: 0; padding: 12px; align-items: stretch; flex-direction: column; gap: 0; background: #111513; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { min-height: 44px; display: flex; align-items: center; padding: 0 11px; }
  .nav-cta { border: 0; }
  .hero { padding: 56px 0 60px; gap: 34px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.2rem); }
  .hero-copy { font-size: 1rem; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .micro-proof { display: grid; grid-template-columns: 1fr; }
  pre { padding: 18px; font-size: .74rem; }
  .proof-grid, .card-grid, .steps { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
  .section { padding: 72px 0; }
  .section.compact { padding: 54px 0; }
  .section-heading { margin-bottom: 30px; }
  .card { padding: 22px; }
  .card-kicker { margin-bottom: 24px; }
  .steps { display: block; }
  .step { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .step:last-child { border-bottom: 0; }
  .step::before { margin-bottom: 24px; }
  .final-cta { margin-inline: -2px; margin-bottom: 56px; padding: 46px 22px; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
