:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #fbfaf7;
  color: #18202d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #fbfaf7;
}

a {
  color: inherit;
}

.site-header {
  width: min(1120px, calc(100vw - 40px));
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2ded4;
}

.brand {
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.nav {
  display: flex;
  gap: 24px;
  color: #526071;
  font-size: 14px;
}

.nav a {
  text-decoration: none;
}

main {
  width: min(1120px, calc(100vw - 40px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  gap: 56px;
  align-items: center;
  padding: 72px 0 96px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #526071;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: 72px;
  line-height: 0.98;
  font-weight: 850;
}

.lede {
  max-width: 650px;
  margin: 24px 0 0;
  color: #465467;
  font-size: 22px;
}

.actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  background: #18202d;
  color: #ffffff;
  font-weight: 750;
  text-decoration: none;
}

.link {
  color: #526071;
  font-weight: 700;
  text-decoration-color: #c7c0b3;
  text-underline-offset: 4px;
}

.signup {
  max-width: 580px;
  margin-top: 30px;
}

.signup__label {
  display: block;
  margin-bottom: 9px;
  color: #526071;
  font-size: 14px;
  font-weight: 800;
}

.signup__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.signup input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #d7d0c5;
  border-radius: 6px;
  background: #ffffff;
  color: #18202d;
  font: inherit;
}

.signup button {
  min-height: 46px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  background: #6f7f4c;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.signup button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.signup__message {
  min-height: 24px;
  margin: 8px 0 0;
  color: #526071;
  font-size: 14px;
}

.terminal {
  overflow: hidden;
  border: 1px solid #d9d3c9;
  border-radius: 8px;
  background: #151b24;
  color: #eaf0f7;
  box-shadow: 0 24px 70px rgba(24, 32, 45, 0.18);
}

.terminal__bar {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.terminal__bar span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #e86d61;
}

.terminal__bar span:nth-child(2) {
  background: #e9b949;
}

.terminal__bar span:nth-child(3) {
  background: #63c174;
}

pre {
  margin: 0;
  padding: 26px;
  overflow: auto;
  font-size: 15px;
  line-height: 1.75;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.section {
  padding: 88px 0;
  border-top: 1px solid #e2ded4;
}

.section__intro {
  max-width: 720px;
  margin-bottom: 32px;
}

h2 {
  margin: 0;
  max-width: 780px;
  font-size: 42px;
  line-height: 1.08;
}

h3 {
  margin: 14px 0 8px;
  font-size: 20px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.uses {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.steps article {
  min-height: 245px;
  padding: 24px;
  border: 1px solid #ddd7cc;
  border-radius: 8px;
  background: #ffffff;
}

.uses article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid #ddd7cc;
  border-radius: 8px;
  background: #ffffff;
}

.steps span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: #ebf0e8;
  color: #23351f;
  font-weight: 800;
}

.steps p,
.uses p,
.split p,
.status li {
  color: #526071;
  font-size: 17px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.split > p {
  margin: 0;
  font-size: 21px;
}

.status {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 48px;
}

.status ul {
  margin: 0;
  padding-left: 22px;
}

.status li + li {
  margin-top: 12px;
}

.footer {
  width: min(1120px, calc(100vw - 40px));
  min-height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #e2ded4;
  color: #526071;
  font-size: 14px;
}

.footer span:first-child {
  color: #18202d;
  font-weight: 800;
}

@media (max-width: 820px) {
  .site-header,
  main,
  .footer {
    width: min(100vw - 28px, 1120px);
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 52px 0 70px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }

  .lede,
  .split > p {
    font-size: 18px;
  }

  .signup__row {
    grid-template-columns: 1fr;
  }

  .terminal {
    min-width: 0;
  }

  .steps,
  .uses,
  .split,
  .status {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 62px 0;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}
