/* Comparison pages reuse the home page's color, type, and theme tokens. */
.comparison-page .site-header nav { gap: 22px; }
.compare-hero { max-width: 820px; padding-block: 70px 40px; }
.compare-hero h1 { max-width: 18ch; }
.compare-hero .eyebrow { color: var(--accent); margin-bottom: 22px; }
.compare-lead { max-width: 62ch; font-size: 18px; line-height: 1.7; color: var(--muted); }
.compare-date { font-size: 12px; color: var(--muted); line-height: 1.6; margin-bottom: 0; }
.compare-position { padding: 28px 32px; border-left: 3px solid var(--accent); background: var(--lime-wash); border-radius: 0 10px 10px 0; }
.comparison-page h2 { font: 400 30px/1.2 var(--serif); letter-spacing: -.6px; margin-bottom: 18px; }
.compare-position h2 { font-size: 26px; }
.compare-position p { max-width: 90ch; line-height: 1.8; margin-bottom: 0; }
.compare-section { margin-block: 48px; }
.table-scroll { max-width: 100%; overflow-x: auto; border: 1px solid var(--border); border-radius: 10px; background: var(--paper); }
.comparison-page table { border-collapse: collapse; width: 100%; text-align: left; font-size: 14px; line-height: 1.65; }
.comparison-page caption { text-align: left; padding: 14px 20px; font-size: 12px; color: var(--muted); border-bottom: 1px solid var(--border); }
.comparison-page th, .comparison-page td { padding: 18px 20px; border-bottom: 1px solid var(--border); vertical-align: top; }
.comparison-page thead th { background: var(--demo-surface); font-size: 12px; letter-spacing: .3px; }
.comparison-page tbody th { min-width: 160px; font-weight: 550; }
.comparison-page td { color: var(--muted); min-width: 175px; }
.comparison-page tr:last-child > * { border-bottom: 0; }
.voxkey-row > * { background: var(--lime-wash); }
.compare-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.compare-card { display: flex; flex-direction: column; padding: 28px; background: var(--paper); border: 1px solid var(--border); border-radius: 10px; }
.compare-card .eyebrow { color: var(--muted); }
.compare-card h3 { font: 400 27px/1.2 var(--serif); letter-spacing: -.5px; }
.compare-card h3 a { text-decoration: none; }
.compare-card p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.8; }
.compare-card .text-link { margin-top: auto; color: var(--accent); align-self: start; }
.compare-method { max-width: 82ch; }
.compare-method p, .compare-method li, .compare-limitations p { font-size: 14px; line-height: 1.85; color: var(--muted); }
.compare-method li { margin-bottom: 8px; }
.compare-method ul { padding-left: 20px; }
.compare-cta { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-block: 48px; padding: 32px; border-radius: 10px; background: var(--lime-wash); }
.compare-cta h2 { margin-bottom: 12px; }
.compare-cta p { color: var(--muted); font-size: 13px; line-height: 1.7; margin-bottom: 0; }
.compare-cta .button { flex-shrink: 0; }
.compare-analytics { font-size: 11px; line-height: 1.7; color: var(--muted); padding-bottom: 24px; }
.breadcrumbs { flex-wrap: wrap; margin-top: 28px; gap: 12px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { font-size: inherit; text-decoration: underline; }
.detail-hero { padding-top: 40px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.choice-card { padding: 30px; border: 1px solid var(--border); border-radius: 10px; background: var(--paper); }
.choice-card h2 { font-size: 25px; }
.choice-card p { font-size: 15px; line-height: 1.85; color: var(--muted); margin-bottom: 0; }
.choice-voxkey { background: var(--lime-wash); }
.comparison-note { font-size: 14px; line-height: 1.85; color: var(--muted); padding: 20px 24px; margin: 16px 0 0; border-left: 2px solid var(--border); }
.compare-limitations { border-block: 1px solid var(--border); padding-block: 28px; }
.compare-limitations p { max-width: 90ch; margin-bottom: 0; }
.compare-limitations p + p { margin-top: 14px; }
.related-comparisons { display: block; border-top: 1px solid var(--border); padding-top: 28px; }
.related-comparisons div { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.related-comparisons a { text-decoration: underline; padding-block: 8px; }
@media (max-width: 980px) {
  .compare-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .compare-hero { padding-block: 44px 30px; }
  .compare-lead { font-size: 16px; }
  .compare-position, .compare-card, .choice-card { padding: 24px; }
  .compare-grid, .choice-grid { grid-template-columns: 1fr; }
  .compare-section { margin-block: 36px; }
  .compare-cta { flex-direction: column; align-items: flex-start; padding: 24px; }
  .comparison-page h2 { font-size: 26px; }
  .comparison-page th, .comparison-page td { padding: 14px 16px; }
  .comparison-page .site-footer nav { flex-wrap: wrap; justify-content: center; }
  .breadcrumbs { margin-top: 20px; }
}
