:root {
  color: #1a1a18;
  background: #fbfbfa;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

body {
  margin: 0;
  background: linear-gradient(145deg, #f4ded5, #e8e8e3 42%, #fbfbfa);
  min-height: 100vh;
}

a {
  color: inherit;
}

.page,
.document {
  width: min(960px, calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #665d57;
  font-size: 14px;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 1.04;
  margin: 0 0 24px;
  max-width: 860px;
}

.lead {
  max-width: 640px;
  font-size: 20px;
  line-height: 1.6;
  color: #665d57;
}

.actions {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.actions a {
  padding: 14px 20px;
  border: 1px solid rgba(26, 26, 24, 0.16);
  border-radius: 999px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.36);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  padding-bottom: 80px;
}

article,
.document {
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(26, 26, 24, 0.08);
  border-radius: 24px;
  padding: 28px;
}

.document {
  margin-top: 48px;
  margin-bottom: 48px;
  line-height: 1.7;
}

.document h1 {
  font-size: clamp(36px, 6vw, 64px);
}

.document h2 {
  margin-top: 32px;
}

.back {
  display: inline-block;
  margin-bottom: 28px;
  color: #665d57;
  text-decoration: none;
}

.support-card {
  margin: 24px 0 8px;
  padding: 22px 24px;
  border: 1px solid rgba(26, 26, 24, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.52);
}

.support-copy {
  margin: 8px 0 18px;
  color: #665d57;
}

.support-email {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  background: #1a1a18;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}
