:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #111827;
}
body {
  margin: 0;
  background: #f8fafc;
}
.wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}
.card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 16px;
}
.card section {
  margin-top: 1.5rem;
}
.card section:first-of-type {
  margin-top: 1rem;
}
header.site {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}
header.site strong a {
  color: #0f172a;
  text-decoration: none;
}
header.site nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}
header.site nav a {
  color: #0f766e;
  text-decoration: none;
  font-size: 0.92rem;
}
header.site nav a:hover {
  text-decoration: underline;
}
footer.site {
  margin-top: 24px;
  font-size: 0.9rem;
  color: #475569;
  padding-bottom: 32px;
}
footer.site a {
  color: #0f766e;
}
footer.site .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 12px;
}
h1,
h2 {
  color: #0f172a;
}
h1 {
  font-size: 1.75rem;
  margin-top: 0;
}
h2 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
.lead {
  color: #334155;
  font-size: 1.05rem;
}
.meta {
  color: #475569;
  font-size: 0.9rem;
}
.faq-item {
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
  margin-top: 1rem;
}
.faq-item:first-of-type {
  border-top: none;
  padding-top: 0;
}
