.content-page {
  max-width: 900px;
}

.content-hero h1 {
  font-size: clamp(2.25rem, 7vw, 4rem);
}

.content-page > section,
.guide-card,
.source-register {
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.content-page > section:first-child {
  margin-top: 0;
}

.content-page h2 {
  margin-bottom: 8px;
}

.content-page h3 {
  margin: 18px 0 6px;
}

.content-page p,
.content-page li {
  line-height: 1.68;
}

.content-page ul,
.content-page ol {
  padding-left: 1.35rem;
}

.content-page .lede-box {
  border-left: 4px solid var(--accent);
  background: var(--accent-soft);
}

.content-page .formula-lines {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.content-page .formula-lines code {
  display: block;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
  white-space: normal;
  font: inherit;
  font-weight: 750;
}

.content-page table {
  min-width: 680px;
}

.content-page .table-wrap {
  margin-top: 12px;
}

.guide-grid,
.content-pathways {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.guide-card {
  margin-top: 0;
}

.guide-card h2,
.guide-card h3,
.guide-card p {
  margin-top: 0;
}

.guide-card p:last-child {
  margin-bottom: 0;
}

.guide-card a {
  font-weight: 800;
}

.content-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-color: #cad8e1 !important;
  background: linear-gradient(135deg, #eef3f6, #fff) !important;
}

.content-cta p {
  flex: 1 1 460px;
  margin: 0;
}

.content-cta a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 15px;
  border-radius: var(--radius-sm);
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.content-cta a:hover {
  background: var(--navy-deep);
  color: #fff;
}

.review-note {
  color: var(--muted);
  font-size: .9rem;
}

.methodology-source-link {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .9rem;
}

.methodology-source-link a {
  font-weight: 750;
}

.content-pathways {
  margin-top: 18px;
}

.content-pathways article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.content-pathways h2 {
  margin-bottom: 7px;
  font-size: 1.2rem;
}

.content-pathways p {
  margin-bottom: 0;
  color: var(--muted);
}

@media (max-width: 760px) {
  .content-page > section,
  .guide-card,
  .source-register {
    padding: 17px;
  }

  .guide-grid,
  .content-pathways {
    grid-template-columns: 1fr;
  }
}
