body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #222;
  background: #fff;
  line-height: 1.6;
}

a {
  color: #b85a00;
}

header,
section,
footer {
  max-width: 960px;
  margin: auto;
  padding: 28px 16px;
}

h1,
h2,
h3 {
  line-height: 1.25;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

nav a {
  color: #8a4a00;
  font-weight: 600;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

footer {
  border-top: 1px solid #eee;
  color: #666;
}

.cta {
  background: #fff4e6;
  border: 1px solid #f0d2b3;
  border-radius: 8px;
  padding: 18px;
}

.cta strong {
  display: block;
  font-size: 1.35rem;
  margin: 4px 0;
}

.cta .fine-print,
.fine-print {
  color: #5f5145;
  font-size: 0.92rem;
  margin: 10px 0 0;
}

.page-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.page-link {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 16px;
  color: inherit;
  text-decoration: none;
  background: #fff;
}

.page-link:hover {
  border-color: #c98a4e;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.note,
.box,
.card,
.panel,
.disclosure {
  background: #fafafa;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 18px;
}

.cols,
.grid,
.wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.answer-block {
  background: #f9f9f9;
  border-left: 4px solid #b85a00;
  padding: 16px 18px;
}

.source-list a {
  overflow-wrap: anywhere;
}

.compact-list {
  margin: 0 0 14px 20px;
}

.compact-list li {
  margin-bottom: 6px;
}

@media (max-width: 600px) {
  header,
  section,
  footer {
    padding: 22px 14px;
  }

  h1 {
    font-size: 1.65rem;
  }
}
