/* motily.app/compare/: the disclosed comparison pages. Loaded after
   /styles.css and only on these pages. Everything here is additive; the
   shared classes (.prose, .table-scroll, .src, .disclaimer) come from
   styles.css. */

.compare .prose { max-width: 860px; }
.compare .prose > p, .compare .prose > ul, .compare .prose > ol, .compare .prose > h2, .compare .prose > h3, .compare .prose section > p, .compare .prose section > ul { max-width: 720px; }

.disclosure { background: var(--accent-soft); border: 1px solid #244170; border-radius: 16px; padding: 18px 20px; margin: 0 0 28px; color: var(--ink); font-size: 0.98rem; max-width: 720px; }
.disclosure strong { color: var(--accent-text); }
.disclosure p { color: var(--ink); }

.updated { color: var(--muted); font-size: 0.9rem; margin: 0 0 8px; }

.compare-table { border-collapse: collapse; width: 100%; font-size: 0.9rem; min-width: 880px; }
.compare-table th, .compare-table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--border); vertical-align: top; }
.compare-table th { color: var(--muted); font-weight: 600; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; position: sticky; top: 64px; background: var(--bg); }
.compare-table td:first-child { font-weight: 600; color: var(--ink); white-space: nowrap; }
.compare-table tr.ours td { background: rgba(62, 123, 250, 0.08); }
.compare-table .tag { display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--accent-text); background: var(--accent-soft); border-radius: 999px; padding: 2px 8px; margin-left: 6px; vertical-align: middle; }
.table-note { color: var(--muted); font-size: 0.85rem; margin: 8px 0 0; }

.product { border-top: 1px solid var(--border); padding: 24px 0 8px; scroll-margin-top: 80px; }
.product h3 { margin: 0 0 6px; font-size: 1.12rem; }
.product .meta { color: var(--muted); font-size: 0.85rem; margin-bottom: 12px; }
.product .pros, .product .cons { padding-left: 20px; margin: 0 0 10px; }
.product .pros li::marker { color: var(--green-text); }
.product .cons li::marker { color: var(--amber-text); }
.product .lbl { display: block; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }

.choose { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 16px 0 8px; }
.choose .card h3 { font-size: 1.02rem; }
.choose .card p { font-size: 0.95rem; }
@media (max-width: 640px) { .choose { grid-template-columns: 1fr; } }

.compare .faq-block { max-width: 760px; margin-top: 8px; }
.compare .faq-block details:first-of-type { border-top: 1px solid var(--border); }

.sources { max-width: 760px; }
.sources ol { padding-left: 22px; font-size: 0.9rem; color: var(--muted); }
.sources li { margin-bottom: 8px; }
