.content-page {
  margin: 0 auto 4rem;
  max-width: 760px;
}

.content-breadcrumbs {
  color: #6b7280;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.95rem;
  gap: 0.55rem;
  margin-bottom: 2rem;
}

.content-header {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.content-eyebrow {
  color: #b34700;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.content-header h1 {
  font-size: clamp(2.25rem, 6vw, 3.6rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0 0 1.25rem;
}

.content-deck {
  color: #374151;
  font-size: 1.3rem;
  line-height: 1.55;
  margin: 0;
}

.content-byline {
  color: #6b7280;
  font-size: 0.9rem;
  margin: 1.25rem 0 0;
}

.content-body {
  font-size: 1.08rem;
  line-height: 1.72;
}

.content-body h2,
.content-sources h2 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 2.75rem 0 1rem;
}

.content-body h3 {
  font-size: 1.35rem;
  margin: 2rem 0 0.75rem;
}

.content-body table,
.comparison-table {
  border-collapse: collapse;
  display: block;
  margin: 1.5rem 0;
  overflow-x: auto;
  width: 100%;
}

.content-body th,
.content-body td,
.comparison-table th,
.comparison-table td {
  border: 1px solid #d1d5db;
  min-width: 9rem;
  padding: 0.8rem;
  text-align: left;
  vertical-align: top;
}

.content-body th,
.comparison-table th {
  background: #f3f4f6;
}

.content-body blockquote {
  background: #fff8db;
  border-left: 4px solid #f2c94c;
  margin: 1.75rem 0;
  padding: 1rem 1.25rem;
}

.content-body blockquote p {
  margin: 0;
}

.content-sources {
  border-top: 1px solid #e5e7eb;
  margin-top: 3rem;
}

.content-correction {
  background: #f3f4f6;
  border-radius: 0.5rem;
  margin-top: 2rem;
  padding: 1rem 1.25rem;
}

.home-education {
  background: #fff;
  color: #111827;
  padding: 4rem 1.25rem;
}

.home-education-inner {
  margin: 0 auto;
  max-width: 980px;
}

.home-education h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.15;
  margin-top: 3.5rem;
}

.home-answer {
  font-size: 1.25rem;
  line-height: 1.65;
  margin: 0 auto 2.5rem;
  max-width: 760px;
}

.feature-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 2rem 0;
}

.feature-card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.5rem;
}

.feature-card h3 {
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
}

.feature-card p {
  line-height: 1.6;
  margin: 0;
}

.home-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 1.5rem 0;
}

.honest-limit {
  background: #fff8db;
  border-left: 4px solid #f2c94c;
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
}

@media (max-width: 767px) {
  .content-page {
    padding: 0 0.75rem;
  }

  .home-education {
    padding: 3rem 1rem;
  }
}
