/* Lerf compare pages — inherits :root tokens from styles.8.css */
.topbar { display: flex; align-items: center; justify-content: space-between; padding: 22px 0 8px; }
.wordmark { font-weight: 800; letter-spacing: -.02em; text-decoration: none; font-size: 1.15rem; }
.topbar nav { display: flex; gap: 18px; align-items: center; font-size: .95rem; }
.topbar nav a { text-decoration: none; color: var(--muted); }
.topbar nav a.pill { color: #000; background: #fff; padding: 8px 16px; border-radius: 999px; font-weight: 600; }
.page { padding: 34px 0 40px; }
.kicker { text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; color: var(--muted); margin: 0 0 10px; }
.page h1 { font-size: clamp(1.9rem, 5.5vw, 2.6rem); letter-spacing: -.02em; line-height: 1.12; margin: 0 0 14px; }
.lede { font-size: 1.06rem; color: #d8d8d8; max-width: 62ch; line-height: 1.65; margin: 0 0 26px; }
.compare-wrap { overflow-x: auto; margin: 6px 0 30px; }
.compare { width: 100%; border-collapse: collapse; font-size: .97rem; }
.compare th, .compare td { padding: 14px 10px; border-top: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare thead th { border-top: 0; color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.compare tbody th { font-weight: 600; color: #e6e6e6; width: 30%; }
.page h2 { font-size: 1.25rem; margin: 30px 0 8px; letter-spacing: -.01em; }
.page section p { color: #cfcfcf; max-width: 66ch; line-height: 1.7; margin: 0 0 12px; }
.faq h3 { font-size: 1.02rem; margin: 20px 0 6px; }
.cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 34px 0 8px; }
.cta a { text-decoration: none; border-radius: 999px; padding: 14px 22px; font-weight: 600; }
.cta a.solid { background: #fff; color: #000; }
.cta a.ghost { border: 1px solid rgba(255,255,255,.3); color: #fff; }
.footnote { color: var(--muted); font-size: .8rem; margin-top: 26px; max-width: 70ch; line-height: 1.6; }
.foot { color: var(--muted); font-size: .85rem; padding: 26px 0 40px; border-top: 1px solid var(--line); margin-top: 30px; }
.foot a { color: var(--muted); text-decoration: none; margin-right: 14px; }
.cards { display: grid; gap: 14px; margin-top: 26px; }
.cards a { border: 1px solid var(--line); border-radius: 16px; padding: 20px; text-decoration: none; background: #0a0a0a; }
.cards a strong { display: block; margin-bottom: 6px; font-size: 1.05rem; }
.cards a span { color: var(--muted); font-size: .93rem; line-height: 1.55; }
@media (min-width: 720px) { .cards { grid-template-columns: repeat(3, 1fr); } }
.entity { color: var(--muted); font-size: .88rem; max-width: 70ch; line-height: 1.6; border-top: 1px solid var(--line); padding-top: 18px; margin-top: 34px; }
.sources { margin-top: 18px; }
.sources h2 { font-size: .95rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; margin: 0 0 8px; }
.sources ul { list-style: none; padding: 0; margin: 0 0 10px; }
.sources li { color: var(--muted); font-size: .85rem; margin: 4px 0; }
.sources a { color: #cfcfcf; }
.crosslinks { color: var(--muted); font-size: .92rem; margin-top: 26px; }
.crosslinks a { color: #d8d8d8; text-decoration: none; border-bottom: 1px solid var(--line); }
