/* The reading pages: comparisons, "best of", the free explainers.
   One column, 62ch, because these are read rather than scanned. */
.article{max-width:64ch;margin-inline:auto;padding-block:clamp(1.5rem,4vw,2.5rem)}
.article h1{font-family:var(--font-display);font-weight:700;letter-spacing:-.025em;
  font-size:clamp(1.9rem,1.3rem+2.4vw,2.9rem);line-height:1.04;margin:var(--space-4) 0 0;text-wrap:balance}
.article h2{font-family:var(--font-display);font-weight:600;letter-spacing:-.015em;
  font-size:clamp(1.2rem,1rem+.8vw,1.6rem);line-height:1.15;margin:var(--space-7) 0 var(--space-3)}
.article p{margin:0 0 var(--space-4);line-height:1.65;color:var(--ink-soft)}
.article .lede{font-size:1.12rem;color:var(--ink);margin-top:var(--space-4)}
.article a{color:var(--magenta)}
.article a.ax-btn{color:inherit;text-decoration:none}

/* A table with five rows and up to six columns has to scroll on a phone
   rather than squeeze — squeezing is how a comparison becomes unreadable. */
.tablewrap{overflow-x:auto;margin-top:var(--space-5);border:var(--border-width) solid var(--line);border-radius:var(--radius-lg)}
.cmp{border-collapse:collapse;width:100%;min-width:34rem;font-size:.92rem}
.cmp th,.cmp td{text-align:left;padding:12px 14px;border-bottom:var(--border-width) solid var(--line);vertical-align:top}
.cmp thead th{font-family:var(--font-display);font-weight:600;background:var(--paper-sunk);white-space:nowrap}
.cmp thead th:nth-child(2){color:var(--magenta)}
.cmp tbody td:first-child{color:var(--ink-faint);white-space:nowrap}
.cmp tbody tr:last-child td{border-bottom:0}
.checked{font-size:.82rem;color:var(--ink-faint);margin-top:var(--space-3)}

.strip3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-2);margin:var(--space-5) 0}
.strip3 img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;display:block;
  border-radius:var(--radius-md);background:var(--paper-sunk)}

.cta{border:var(--border-width) solid var(--magenta);border-radius:var(--radius-lg);
  padding:var(--space-5);margin:var(--space-6) 0}
.cta p{margin-bottom:var(--space-4);color:var(--ink)}
.faqs{margin-top:var(--space-4)}
