:root {
  --ink: #20231f;
  --field: #f0f3ec;
  --mist: #dfe5dc;
  --muted: #758074;
  --lime: #d9fa82;
  --deep: #252a24;
  --focus: #5b9fd4;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--field);
  line-height: 1.5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; }

.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  background: var(--ink);
  color: #fff;
  padding: 8px 14px;
  z-index: 20;
}
.skip:focus { top: 12px; }

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 56px);
  position: sticky;
  top: 0;
  background: color-mix(in srgb, var(--field) 90%, transparent);
  backdrop-filter: blur(10px);
  z-index: 10;
}
.top nav { display: flex; align-items: center; gap: 22px; font-size: 14px; }
.top nav a { color: var(--muted); text-decoration: none; }
.top nav a:hover { color: var(--ink); }
.nav-cta {
  background: var(--ink) !important;
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px !important;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--ink);
  font-family: Syne, sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.04em;
}
.brand b {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  background: var(--lime);
  border-radius: 8px 8px 8px 2px;
  font-size: 14px;
}
.brand.compact { font-size: 15px; }
.brand.compact b { width: 22px; height: 22px; font-size: 12px; }

.hero {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(48px, 12vh, 120px) clamp(20px, 5vw, 56px) 64px;
  text-align: center;
}
.hero-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 20px;
  font-family: Syne, sans-serif;
  font-weight: 800;
  font-size: clamp(56px, 12vw, 96px);
  letter-spacing: -0.06em;
  line-height: 1;
}
.hero-brand b {
  display: grid;
  place-items: center;
  width: 0.7em;
  height: 0.7em;
  background: var(--lime);
  border-radius: 18% 18% 18% 6%;
  font-size: 0.5em;
}
.tagline {
  margin: 0 0 12px;
  font-family: Syne, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 32px);
  letter-spacing: -0.03em;
}
.lede {
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 17px;
  max-width: 42ch;
}

.install {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 640px;
  margin: 0 auto 28px;
  border: 1px solid var(--mist);
  border-radius: 8px;
  overflow: hidden;
  background: var(--deep);
  text-align: left;
}
.install code {
  flex: 1;
  padding: 14px 16px;
  font: 12.5px/1.5 "DM Mono", monospace;
  color: var(--lime);
  overflow-x: auto;
  white-space: nowrap;
}
.install .copy {
  border: 0;
  border-left: 1px solid #3a4238;
  background: #2a3028;
  color: #e8f0e2;
  padding: 0 16px;
  font: 600 12px "DM Sans", sans-serif;
  cursor: pointer;
}
.install .copy:hover { background: #343c32; }
.install .copy.copied { color: var(--lime); }

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 18px;
  border-radius: 6px;
}
.btn.primary { background: var(--ink); color: #fff; }
.btn.primary:hover { box-shadow: 0 8px 24px #20231f22; transform: translateY(-1px); }
.btn.ghost {
  border: 1px solid var(--mist);
  color: var(--ink);
  background: transparent;
}
.btn.ghost:hover { background: #fff; }

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--mist);
  border-top: 1px solid var(--mist);
  border-bottom: 1px solid var(--mist);
}
.features article {
  background: var(--field);
  padding: 36px clamp(18px, 3vw, 28px);
}
.features h2 {
  margin: 0 0 10px;
  font-family: Syne, sans-serif;
  font-size: 18px;
  letter-spacing: -0.03em;
}
.features p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.pricing {
  text-align: center;
  padding: clamp(64px, 10vh, 96px) clamp(20px, 5vw, 56px);
}
.eyebrow {
  margin: 0 0 8px;
  font: 11px "DM Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.price {
  margin: 0 0 12px;
  font-family: Syne, sans-serif;
  font-weight: 800;
  font-size: clamp(56px, 10vw, 80px);
  letter-spacing: -0.06em;
  line-height: 1;
}
.price span {
  font-size: 0.28em;
  color: var(--muted);
  font-weight: 600;
}
.pricing .lede { margin-bottom: 24px; }

.faq {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 56px) 96px;
}
.faq h2 {
  margin: 0 0 20px;
  font-family: Syne, sans-serif;
  font-size: 28px;
  letter-spacing: -0.04em;
}
details {
  border-top: 1px solid var(--mist);
  padding: 16px 0;
}
details:last-child { border-bottom: 1px solid var(--mist); }
summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
}
details p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 28px clamp(20px, 5vw, 56px);
  border-top: 1px solid var(--mist);
  font: 12px "DM Mono", monospace;
}
.foot-links { display: flex; gap: 20px; }
.foot-links a { color: var(--muted); text-decoration: none; }
.foot-links a:hover { color: var(--ink); }

@media (max-width: 900px) {
  .features { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .features { grid-template-columns: 1fr; }
  .install { flex-direction: column; }
  .install .copy { border-left: 0; border-top: 1px solid #3a4238; padding: 12px; }
  footer { flex-direction: column; align-items: flex-start; }
}
