* {
  box-sizing: border-box;
}

:root {
  background: #f7f4ea;
  color: #191816;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", sans-serif;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(247, 244, 234, 0.92)),
    #f7f4ea;
}

a {
  color: inherit;
  font-weight: 800;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.page {
  margin: 0 auto;
  max-width: 960px;
  min-height: 100vh;
  padding: 56px 22px 36px;
}

.hero {
  border-bottom: 2px solid rgba(25, 24, 22, 0.12);
  padding: 20px 0 34px;
}

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

h1 {
  font-size: clamp(34px, 7vw, 72px);
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
}

.intro {
  color: rgba(25, 24, 22, 0.72);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin: 22px 0 0;
  max-width: 720px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.button {
  background: #191816;
  border: 1px solid #191816;
  border-radius: 8px;
  color: #fff9ea;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  padding: 13px 16px;
  text-decoration: none;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.58);
  color: #191816;
}

.card {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(25, 24, 22, 0.1);
  border-radius: 8px;
  margin-top: 24px;
  padding: 22px;
}

h2 {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 14px;
}

p,
li {
  color: rgba(25, 24, 22, 0.72);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

p {
  margin: 0;
}

p + p {
  margin-top: 10px;
}

ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

footer {
  color: rgba(25, 24, 22, 0.46);
  font-size: 13px;
  font-weight: 600;
  padding-top: 28px;
}

@media (max-width: 640px) {
  .page {
    padding-top: 30px;
  }

  .button {
    justify-content: center;
    width: 100%;
  }
}
