.page-hero .display-title {
  max-width: 18ch;
  font-size: clamp(2.8rem, 6.4vw, 5.6rem);
  font-weight: 900;
}

.page-hero .display-title em {
  display: block;
  color: var(--yellow);
  letter-spacing: -0.055em;
}

.seo-answer {
  background: var(--yellow);
  border-bottom: 1px solid rgba(7, 43, 46, 0.12);
}

.seo-answer-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 3rem;
  padding: 2.2rem 0;
}

.seo-answer-label {
  margin: 0;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-answer-copy {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.025em;
}

.seo-answer-meta {
  margin: 0.7rem 0 0;
  color: rgba(7, 43, 46, 0.68);
  font-size: 0.72rem;
  font-weight: 700;
}

.decision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  background: rgba(7, 43, 46, 0.16);
  border: 1px solid rgba(7, 43, 46, 0.16);
  border-radius: var(--radius-lg);
}

.decision-grid article {
  padding: clamp(1.7rem, 4vw, 3rem);
  background: var(--paper);
}

.decision-grid article:first-child { box-shadow: inset 0 0.3rem 0 var(--green); }

.decision-label {
  margin-bottom: 1.1rem;
  color: var(--ink);
  font-weight: 800;
}

.decision-grid ul,
.seo-prose ul {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-grid li,
.seo-prose li {
  position: relative;
  padding-left: 1.6rem;
  color: #445456;
}

.decision-grid li::before,
.seo-prose li::before {
  position: absolute;
  top: 0.66rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--green);
  border-radius: 50%;
  content: "";
}

.seo-copy-section + .seo-copy-section { padding-top: 0; }

.seo-prose { max-width: 46rem; color: var(--muted); }
.seo-prose p { margin-bottom: 1.25rem; }
.seo-prose a { color: var(--green-dark); font-weight: 700; }

.definition-block {
  padding: 1.4rem 1.5rem;
  color: var(--ink);
  background: var(--green-pale);
  border-left: 0.35rem solid var(--green);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 1.08rem;
  font-weight: 700;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.related-grid a {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.4rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(7, 43, 46, 0.13);
  border-radius: var(--radius-md);
  font-weight: 800;
  text-decoration: none;
}

.related-grid a:hover { background: var(--green-pale); }
.related-grid b { color: var(--green-dark); font-size: 1.3rem; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.compare-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.compare-table table {
  min-width: 36rem;
}

.compare-table table:has(thead th:nth-child(6)) {
  min-width: 64rem;
}

.compare-table th,
.compare-table td {
  padding: 0.95rem 1.1rem;
  vertical-align: top;
}

.compare-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.compare-table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 11rem;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
}

.compare-table thead th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  min-width: 11rem;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
}

.compare-table .compare-group th {
  position: static;
  padding: 0.7rem 1.1rem;
  color: var(--green-dark);
  background: var(--cream);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.compare-col-hot,
.compare-table td.compare-col-hot,
.compare-table thead th.compare-col-hot {
  background: var(--green-pale);
}

.compare-table tbody th.compare-col-hot,
.compare-row-hot th {
  background: var(--green-pale);
}

.compare-row-hot td { background: #f4fbf5; }
.compare-row-hot td.compare-col-hot,
.compare-row-hot th { background: var(--green-pale); }

.compare-cell {
  color: #445456;
}

.compare-cell--yes,
.compare-cell--no,
.compare-cell--partial {
  font-weight: 700;
}

.compare-mark {
  display: inline-flex;
  width: 1.35rem;
  height: 1.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.compare-mark svg {
  width: 0.85rem;
  height: 0.85rem;
}

.compare-cell--yes .compare-mark {
  color: var(--green-dark);
  background: #d9f5e0;
}

.compare-cell--no .compare-mark {
  color: #8a5a5a;
  background: #f3e4e4;
}

.compare-mark--partial {
  color: var(--ink);
  background: var(--yellow);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
}

.compare-note {
  display: block;
  margin-top: 0.35rem;
  color: #445456;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.compare-cell--text {
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.45;
}

.compare-footnote {
  max-width: 46rem;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

@media (max-width: 760px) {
  .seo-answer-grid,
  .decision-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .seo-answer-grid { gap: 0.85rem; padding: 1.6rem 0; }
  .page-hero .display-title { font-size: clamp(2.6rem, 13vw, 4.4rem); }
}
