:root {
  font-family: "Segoe UI", system-ui, sans-serif;
  color: #f4f1ea;
  background: #14120f;
}

* {
  box-sizing: border-box;
  margin: 0;
}

body {
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 8vw;
  border-bottom: 1px solid #2b2722;
}

.brand {
  font-weight: 650;
  letter-spacing: -0.03em;
}

.login {
  color: #c4b59a;
  font-size: 0.95rem;
}

.hero,
.faq {
  width: min(720px, calc(100% - 4rem));
  margin: 0 auto;
}

.hero {
  padding: 5rem 0 3rem;
  display: grid;
  gap: 1rem;
}

.eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #c4b59a;
}

h1 {
  font-size: clamp(2.4rem, 7vw, 4.2rem);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.lede {
  color: #b8b2a6;
  font-size: 1.1rem;
  line-height: 1.5;
  max-width: 38rem;
}

.cta {
  justify-self: start;
  margin-top: 0.5rem;
  padding: 0.85rem 1.2rem;
  border-radius: 10px;
  background: #e6d3b3;
  color: #1a1612;
  font-weight: 650;
}

.faq {
  padding-bottom: 5rem;
  display: grid;
  gap: 0.75rem;
}

.faq h2 {
  margin-top: 1.4rem;
  font-size: 1.25rem;
}

.faq p {
  color: #b8b2a6;
  line-height: 1.55;
}
