/* Comparison / alternative pages (/compare/scanraise-vs-*) and the roundup.
   Builds on compare.css; adds breadcrumb, intro, FAQ, and roundup styling. */

.breadcrumb { font-size: 13px; color: var(--text-muted); margin-bottom: 20px; text-align: center; }
.breadcrumb a { color: var(--text-secondary); text-decoration: none; }
.breadcrumb a:hover { color: var(--accent); text-decoration: underline; }
.breadcrumb span { margin: 0 6px; opacity: 0.5; }

.intro { max-width: 800px; margin: 0 auto 40px; }
.intro p { font-size: 16px; line-height: 1.7; color: var(--text-secondary); margin: 0 0 16px; }

/* Two-column "where they fit" / "why ScanRaise" cards with bullet lists */
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 48px; }
.split-grid .detail-card ul { padding-left: 18px; margin: 8px 0 0; }
.split-grid .detail-card li { font-size: 14px; color: var(--text-secondary); line-height: 1.6; margin-bottom: 8px; }
.split-grid .detail-card h3 { display: flex; align-items: center; gap: 8px; }
.split-grid .detail-card h3 .icon-sm { width: 18px; height: 18px; }

.faq-section { max-width: 800px; margin: 0 auto 48px; }
.faq-section h2 { text-align: center; font-size: 24px; margin-bottom: 24px; }
.faq-item { border: 1.5px solid var(--border); border-radius: 12px; padding: 18px 22px; margin-bottom: 14px; }
.faq-item h3 { font-size: 16px; font-weight: 700; margin: 0 0 8px; color: var(--text-primary); }
.faq-item p { font-size: 14px; line-height: 1.6; color: var(--text-secondary); margin: 0; }

.related-links { max-width: 800px; margin: 0 auto 16px; text-align: center; }
.related-links h2 { font-size: 18px; margin-bottom: 12px; }
.related-links ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: center; }
.related-links a { font-size: 14px; color: var(--accent); text-decoration: none; font-weight: 600; }
.related-links a:hover { text-decoration: underline; }

/* Roundup listicle */
.roundup-entry { border: 1.5px solid var(--border); border-radius: 12px; padding: 22px 26px; margin-bottom: 18px; }
.roundup-entry.is-first { border-color: var(--accent); border-width: 2px; background: #f0f4ff; }
.roundup-rank { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; color: var(--accent); }
.roundup-entry h3 { font-size: 20px; font-weight: 800; margin: 4px 0 4px; }
.roundup-entry .best-for { font-size: 13px; font-weight: 700; color: var(--text-muted); margin-bottom: 10px; }
.roundup-entry p { font-size: 14px; line-height: 1.7; color: var(--text-secondary); margin: 0 0 10px; }
.roundup-entry a.vs-link { font-size: 13px; font-weight: 700; color: var(--accent); text-decoration: none; }
.roundup-entry a.vs-link:hover { text-decoration: underline; }
.how-to-choose { max-width: 800px; margin: 8px auto 48px; padding: 24px 28px; border: 1.5px solid var(--border); border-radius: 12px; }
.how-to-choose h2 { font-size: 20px; margin: 0 0 12px; }
.how-to-choose ul { padding-left: 20px; margin: 0; }
.how-to-choose li { font-size: 14px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 8px; }

@media (max-width: 700px) {
  .split-grid { grid-template-columns: 1fr; }
}
