@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400;500&family=Inter:wght@400;500;600&family=Space+Grotesk:wght@400;500;600&display=swap");
:root {
  --ink: #171717;
  --charcoal: #343434;
  --slate: #676767;
  --steel: #8b8b8b;
  --mint: #00d4a4;
  --mint-soft: #e9fff8;
  --sky: #d9f0ff;
  --cream: #fffdf8;
  --line: #e9e9e9;
  --dark: #111614;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
}
a {
  color: inherit;
}
.shell {
  width: min(1180px, calc(100% - 64px));
  margin: auto;
}
.nav {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.brand-mark {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px var(--mint-soft);
}
.nav nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--slate);
  font-size: 13px;
}
.nav nav a {
  text-decoration: none;
}
.github-mark {
  margin-right: 6px;
}
.hero {
  padding: 96px 0 0;
  text-align: center;
  background: linear-gradient(
    180deg,
    var(--sky) 0%,
    #eefaff 40%,
    var(--cream) 100%
  );
  overflow: hidden;
}
.eyebrow {
  margin: 0 0 20px;
  color: var(--slate);
  font:
    500 11px/1.4 "Geist Mono",
    monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.mint {
  color: #008d70;
}
.hero h1 {
  margin: 0 auto;
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -2px;
}
.hero h1 span {
  color: #416b7b;
}
.lead {
  max-width: 480px;
  margin: 24px auto;
  font-size: 18px;
  line-height: 1.5;
  color: var(--slate);
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.button.accent {
  margin-top: 8px;
  background: var(--mint);
  color: #04372d;
}
.button.light {
  background: #fff;
  color: var(--dark);
}
.button span {
  font-size: 17px;
}
.mockup {
  width: min(900px, 100%);
  margin: 74px auto 0;
  background: #fff;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 24px 48px -8px #0000001f;
  text-align: left;
}
.mockup-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  color: var(--steel);
}
.mockup-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d8d8d8;
}
.mockup-bar code {
  margin-left: 12px;
  font:
    11px "Geist Mono",
    monospace;
}
.mockup-body {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 260px;
}
.mockup-body aside {
  padding: 25px;
  border-right: 1px solid var(--line);
  font-size: 13px;
}
.mockup-body aside b {
  display: block;
  margin-bottom: 18px;
  font:
    11px "Geist Mono",
    monospace;
  color: var(--steel);
}
.mockup-body aside a {
  display: block;
  padding: 9px 10px;
  margin: 3px 0;
  color: var(--slate);
  border-radius: 6px;
}
.mockup-body aside .active {
  background: #f2f2f2;
  color: var(--ink);
  font-weight: 500;
}
.mockup-body > div {
  padding: 32px;
}
.micro {
  margin: 0;
  color: var(--steel);
  font:
    11px "Geist Mono",
    monospace;
}
.metric {
  display: block;
  margin: 3px 0 25px;
  font-size: 48px;
  font-weight: 500;
}
.mock-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  font:
    13px "Geist Mono",
    monospace;
}
.mock-row b {
  color: #b36b00;
  font-weight: 400;
}
.mock-row i {
  color: #008d70;
  font-style: normal;
}
.section {
  padding: 96px 0;
}
.section h2,
.trust h2,
.closing h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.5px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.steps article {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.steps span {
  color: var(--mint);
  font:
    12px "Geist Mono",
    monospace;
}
.steps h3 {
  margin: 25px 0 8px;
  font-size: 20px;
  font-weight: 600;
}
.steps p {
  margin: 0;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.5;
}
.trust {
  padding: 96px 0;
  background: #f7f7f7;
}
.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
}
.trust-grid > p {
  max-width: 380px;
  margin: 0;
  color: var(--slate);
  font-size: 18px;
  line-height: 1.5;
}
.closing {
  padding: 112px 0;
  background: var(--dark);
  color: #fff;
}
.closing .eyebrow {
  color: var(--mint);
}
.closing h2 {
  margin-bottom: 32px;
}
.footer {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  color: var(--steel);
  font:
    11px "Geist Mono",
    monospace;
}
@media (max-width: 700px) {
  .shell {
    width: calc(100% - 32px);
  }
  .nav nav a:first-child {
    display: none;
  }
  .hero {
    padding-top: 72px;
  }
  .hero h1 {
    letter-spacing: -1.2px;
  }
  .mockup {
    margin-top: 56px;
  }
  .mockup-body {
    grid-template-columns: 1fr;
  }
  .mockup-body aside {
    display: none;
  }
  .mockup-body > div {
    padding: 24px;
  }
  .section,
  .trust,
  .closing {
    padding: 72px 0;
  }
  .steps,
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 40px;
  }
  .trust-grid {
    gap: 28px;
  }
  .footer {
    display: block;
    line-height: 2;
  }
  .footer span {
    display: block;
  }
}
.hero h1 {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 500;
  letter-spacing: -2.5px;
}
.brand-logo {
  width: 28px;
  height: 28px;
  display: block;
}
.github-link {
  display: flex;
  align-items: center;
  gap: 7px;
}
.github-icon {
  width: 17px;
  height: 17px;
  fill: currentColor;
  display: block;
}
.brand-logo {
  width: 28px;
  height: 28px;
  display: block;
}
.closing {
  text-align: center;
}
.closing .button {
  margin-inline: auto;
}
.footer {
  text-align: center;
}
.footer span {
  display: block;
}
.footer {
  gap: 4px;
}
@media (max-width: 700px) {
  .section,
  .trust {
    padding: 56px 0;
  }
  .closing {
    padding: 68px 0;
  }
  .steps {
    gap: 18px;
    margin-top: 34px;
  }
  .steps article {
    padding-top: 14px;
  }
  .steps h3 {
    margin: 18px 0 6px;
  }
  .footer {
    padding: 24px 0;
  }
}
.steps {
  position: relative;
}
.steps article {
  position: relative;
}
.steps article:not(:last-child):after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -18px;
  width: 1px;
  height: 18px;
  background: var(--mint);
}
@media (max-width: 700px) {
  #how.section {
    padding-top: 48px;
    padding-bottom: 28px;
  }
  .steps {
    margin-top: 28px;
    gap: 12px;
  }
  .steps article {
    padding: 12px 0 16px;
  }
  .steps article:not(:last-child):after {
    bottom: -12px;
    height: 12px;
  }
  .steps article:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 700px) {
  #how .steps article {
    display: grid;
    grid-template-columns: 32px 1fr;
    column-gap: 14px;
    align-items: start;
    padding: 16px 0;
  }
  #how .steps article span {
    grid-row: span 2;
    padding-top: 3px;
  }
  #how .steps article h3 {
    margin: 0 0 4px;
    font-size: 18px;
  }
  #how .steps article p {
    font-size: 13px;
  }
  #how .steps article:not(:last-child):after {
    display: none;
  }
}
@media (max-width: 700px) {
  #how + .trust {
    padding-top: 28px;
  }
  .trust .eyebrow {
    margin-bottom: 14px;
  }
}
.steps article:not(:last-child):after {
  display: none;
}

@media (min-width: 701px) {
  .steps {
    width: min(100%, 900px);
    margin: 56px auto 0;
    gap: 32px;
  }

  .steps article {
    text-align: center;
  }
}
