/* ============================================
   Capture — comparison/intent pages
   Loads on top of styles.css + launch.css; reuses the section system,
   nav capsule, Cartridge @font-face, and warm palette from those files.
   ============================================ */

.compare-page {
  max-width: 880px;
  margin: 0 auto;
  padding: 120px 28px 40px;
}

/* ---- Header ---- */
.compare-header { text-align: center; margin-bottom: 56px; }
.compare-eyebrow {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #f97316;
  font-weight: 600;
  margin-bottom: 14px;
}
.compare-header h1 {
  font-family: 'Cartridge Soft', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.4px;
  line-height: 1.12;
  margin: 0 auto 18px;
  max-width: 760px;
}
body.dark .compare-header h1 { color: #f0ede8; }
.compare-sub {
  font-size: 18px;
  line-height: 1.55;
  color: #6f6b62;
  max-width: 640px;
  margin: 0 auto 10px;
}
body.dark .compare-sub { color: #9a948a; }
.compare-dateline {
  font-size: 13px;
  color: #9f9b93;
}
body.dark .compare-dateline { color: #6b675f; }

/* ---- Comparison table ---- */
.compare-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -28px 64px;
  padding: 0 28px;
}
.compare-table {
  width: 100%;
  min-width: 640px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.4;
  background: #fffdf8;
  border: 1px solid #e8e2d4;
  border-radius: 16px;
  overflow: hidden;
}
body.dark .compare-table {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.08);
}
.compare-table th,
.compare-table td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #efe9dc;
}
body.dark .compare-table th,
body.dark .compare-table td { border-bottom-color: rgba(255,255,255,0.06); }
.compare-table tr:last-child th,
.compare-table tr:last-child td { border-bottom: none; }
.compare-table thead th {
  font-size: 13px;
  font-weight: 600;
  background: #faf6ec;
  white-space: nowrap;
}
body.dark .compare-table thead th { background: rgba(255,255,255,0.04); color: #ddd; }
.compare-table tbody th {
  font-weight: 600;
  color: #1a1a18;
  white-space: nowrap;
}
body.dark .compare-table tbody th { color: #ddd; }
.compare-table td { color: #56524a; }
body.dark .compare-table td { color: #9a948a; }
.compare-table .col-capture {
  background: rgba(249, 115, 22, 0.06);
  font-weight: 500;
  color: #1a1a18;
}
body.dark .compare-table .col-capture { background: rgba(249, 115, 22, 0.10); color: #eee; }
.compare-table .yes { color: #16a34a; font-weight: 600; }
.compare-table .no { color: #b91c1c; font-weight: 600; }
.compare-table .meh { color: #b45309; font-weight: 600; }
body.dark .compare-table .yes { color: #4ade80; }
body.dark .compare-table .no { color: #f87171; }
body.dark .compare-table .meh { color: #fbbf24; }

/* ---- Option sections / prose ---- */
.compare-option { margin-bottom: 56px; }
.compare-option h2 {
  font-family: 'Cartridge Soft', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 27px;
  letter-spacing: -0.2px;
  margin-bottom: 6px;
}
body.dark .compare-option h2 { color: #f0ede8; }
.compare-option .option-meta {
  font-size: 13.5px;
  font-weight: 500;
  color: #f97316;
  margin-bottom: 14px;
}
.compare-option p {
  font-size: 16px;
  line-height: 1.65;
  color: #3d3a34;
  margin-bottom: 14px;
}
body.dark .compare-option p { color: #b5afa4; }
.compare-option strong { color: #1a1a18; }
body.dark .compare-option strong { color: #eee; }
.compare-option a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

.option-verdict {
  border-left: 3px solid #f97316;
  background: rgba(249, 115, 22, 0.05);
  border-radius: 0 12px 12px 0;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.55;
  color: #3d3a34;
}
body.dark .option-verdict { color: #b5afa4; background: rgba(249, 115, 22, 0.08); }
.option-verdict strong { color: #1a1a18; }
body.dark .option-verdict strong { color: #eee; }

/* ---- Honest-counsel block ---- */
.compare-honest {
  background: #fffdf8;
  border: 1px solid #e8e2d4;
  border-radius: 18px;
  padding: 26px 28px;
  margin-bottom: 64px;
}
body.dark .compare-honest {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.08);
}
.compare-honest h2 {
  font-family: 'Cartridge Soft', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 12px;
}
body.dark .compare-honest h2 { color: #f0ede8; }
.compare-honest p, .compare-honest li {
  font-size: 15.5px;
  line-height: 1.6;
  color: #3d3a34;
}
body.dark .compare-honest p, body.dark .compare-honest li { color: #b5afa4; }
.compare-honest ul { padding-left: 20px; margin-top: 8px; }
.compare-honest li { margin-bottom: 8px; }

/* ---- FAQ (reuses faq-grid sizing from launch.css when present;
        these rules make the pages self-sufficient if launch.css shifts) ---- */
.compare-faq { margin-bottom: 72px; }
.compare-faq > h2 {
  font-family: 'Cartridge Soft', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 27px;
  text-align: center;
  margin-bottom: 32px;
}
body.dark .compare-faq > h2 { color: #f0ede8; }
.compare-faq .faq-item h3 { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.compare-faq .faq-item p { font-size: 14.5px; line-height: 1.6; color: #56524a; }
body.dark .compare-faq .faq-item h3 { color: #ddd; }
body.dark .compare-faq .faq-item p { color: #9a948a; }
.compare-faq .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.compare-faq .faq-item {
  background: #fffdf8;
  border: 1px solid #e8e2d4;
  border-radius: 16px;
  padding: 20px 22px;
}
body.dark .compare-faq .faq-item {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.08);
}

/* ---- Single quiet CTA ---- */
.compare-cta {
  text-align: center;
  padding: 40px 24px 56px;
  border-top: 1px solid #efe9dc;
}
body.dark .compare-cta { border-top-color: rgba(255,255,255,0.06); }
.compare-cta h2 {
  font-family: 'Cartridge Soft', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
}
body.dark .compare-cta h2 { color: #f0ede8; }
.compare-cta p { font-size: 15.5px; color: #6f6b62; margin-bottom: 24px; }
body.dark .compare-cta p { color: #9a948a; }
/* hero-trust-line ships max-width:520px + margin:0 from launch.css; the hero
   centers it with flex, but here the parent is a plain block — auto margins
   keep the capped-width line centered under the button. */
.compare-cta .hero-trust-line { margin: 14px auto 0; }

/* ---- Cross-links between comparison pages ---- */
.compare-related {
  text-align: center;
  font-size: 14px;
  color: #6f6b62;
  padding-bottom: 24px;
}
body.dark .compare-related { color: #9a948a; }
.compare-related a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 640px) {
  .compare-page { padding: 96px 20px 32px; }
  .compare-header h1 { font-size: 30px; }
  .compare-sub { font-size: 16px; }
  .compare-option h2 { font-size: 23px; }
  .compare-faq .faq-grid { grid-template-columns: 1fr; }
}

/* Inline code in prose (URI examples, folder names) */
.compare-option code {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 0.88em;
  background: rgba(0,0,0,0.05);
  border-radius: 5px;
  padding: 1px 5px;
}
body.dark .compare-option code { background: rgba(255,255,255,0.08); }
