body {
  margin: 0;
  color: #ece7dc;
  background: #151719;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

main {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
  padding: 48px 0;
}

a {
  color: #f0c96a;
}

.eyebrow {
  margin: 0 0 8px;
  color: #cbb98d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  max-width: 820px;
  margin: 0 0 16px;
  color: #f4e2b8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 7vw, 4rem);
  line-height: 0.98;
}

h2 {
  margin: 34px 0 10px;
  color: #f4e2b8;
  font-size: 1.35rem;
}

p,
li {
  color: #d7d0c0;
}

.intro {
  max-width: 760px;
  font-size: 1.08rem;
}

.cta-row,
.guide-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid #cbb98d;
  border-radius: 8px;
  color: #141210;
  background: #f0c96a;
  font-weight: 850;
  text-decoration: none;
}

.secondary {
  color: #f0c96a;
  background: transparent;
}

.note {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(203, 185, 141, 0.28);
  color: #a9a193;
  font-size: 0.92rem;
}
