/* ============================================================
   Comparison ("SeePins vs X") pages — .cmp namespace.
   Used by routes/compare.tsx and routes/compare-index.tsx.
   ============================================================ */
.cmp { background: #fff; }
.cmp__wrap { max-width: 860px; margin: 0 auto; padding: 40px 20px 80px; color: #2f3033; }
.cmp__crumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: #8c919e; margin-bottom: 20px; }
.cmp__crumb a { color: #8c919e; text-decoration: none; }
.cmp__crumb a:hover { color: #ff5650; }
.cmp__crumb-current { color: #2f3033; }
.cmp__eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #ff5650; margin: 0 0 8px; }
.cmp__title { font-size: 30px; line-height: 1.2; font-weight: 800; margin: 0 0 20px; }
@media (min-width: 768px) { .cmp__title { font-size: 40px; } }
.cmp__answer { background: #fff5f5; border: 1px solid #ffd9d7; border-left: 4px solid #ff5650; border-radius: 12px; padding: 16px 18px; margin: 0 0 24px; }
.cmp__answer-label { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: #ff5650; margin-bottom: 6px; }
.cmp__answer p { margin: 0; font-size: 16px; line-height: 1.6; color: #2f3033; }
.cmp__intro { font-size: 16px; line-height: 1.7; color: #4b5563; margin: 0 0 8px; }
.cmp__h2 { font-size: 24px; font-weight: 800; margin: 40px 0 16px; }
.cmp__table-wrap { overflow-x: auto; border: 1px solid #e8ebf3; border-radius: 14px; }
.cmp__table { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 460px; }
.cmp__table th[scope="col"] { text-align: left; padding: 14px 16px; background: #f9fafb; font-weight: 800; border-bottom: 1px solid #e8ebf3; }
.cmp__table th[scope="row"] { text-align: left; padding: 13px 16px; font-weight: 600; color: #2f3033; width: 34%; }
.cmp__table td { padding: 13px 16px; color: #4b5563; vertical-align: top; }
.cmp__table tbody tr { border-bottom: 1px solid #eef0f5; }
.cmp__table tbody tr:last-child { border-bottom: none; }
.cmp__col-seepins { color: #2f3033 !important; font-weight: 600; }
th.cmp__col-seepins { background: #fff5f5 !important; color: #ff5650 !important; }
td.cmp__col-seepins { background: #fff9f9; }
.cmp__win { position: relative; }
.cmp__win::before { content: "✓ "; color: #16a34a; font-weight: 800; }
.cmp__note { font-size: 12.5px; line-height: 1.6; color: #9aa0ab; margin: 12px 0 0; }
.cmp__list { margin: 0; padding-left: 22px; }
.cmp__list li { list-style: disc; margin-bottom: 10px; font-size: 16px; line-height: 1.6; }
.cmp__split { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 24px; }
@media (min-width: 640px) { .cmp__split { grid-template-columns: 1fr 1fr; } }
.cmp__split-card { border: 1px solid #e8ebf3; border-radius: 14px; padding: 18px; }
.cmp__split-card--win { border-color: #ffd9d7; background: #fff9f9; }
.cmp__split-card h3 { font-size: 16px; font-weight: 800; margin: 0 0 8px; }
.cmp__split-card p { margin: 0; font-size: 15px; line-height: 1.6; color: #4b5563; }
.cmp__verdict { font-size: 17px; line-height: 1.7; color: #2f3033; margin: 0; }
.cmp__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 28px 0 8px; }
.cmp__cta-btn { display: inline-flex; align-items: center; background: #ff5650; color: #fff; font-weight: 800; font-size: 16px; padding: 13px 24px; border-radius: 9999px; text-decoration: none; }
.cmp__cta-btn:hover { opacity: .92; }
.cmp__cta-note { font-size: 13px; color: #8c919e; }
.cmp__faqs { display: flex; flex-direction: column; gap: 10px; }
.cmp__faq { border: 1px solid #e8ebf3; border-radius: 12px; padding: 4px 16px; }
.cmp__faq summary { cursor: pointer; padding: 14px 0; font-weight: 700; font-size: 16px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.cmp__faq summary::-webkit-details-marker { display: none; }
.cmp__faq summary::after { content: "+"; color: #ff5650; font-size: 22px; font-weight: 400; line-height: 1; }
.cmp__faq[open] summary::after { content: "−"; }
.cmp__faq p { margin: 0 0 14px; font-size: 15px; line-height: 1.65; color: #4b5563; }
.cmp__link { color: #ff5650; text-decoration: underline; }
.cmp__related { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 640px) { .cmp__related { grid-template-columns: 1fr 1fr; } }
.cmp__related-card { display: flex; justify-content: space-between; align-items: center; border: 1px solid #e8ebf3; border-radius: 12px; padding: 16px 18px; font-weight: 700; color: #2f3033; text-decoration: none; }
.cmp__related-card:hover { border-color: #ff5650; color: #ff5650; }

.cmp__index-card { display: flex; flex-direction: column; gap: 8px; border: 1px solid #e8ebf3; border-radius: 14px; padding: 20px; text-decoration: none; transition: border-color .15s, box-shadow .15s; }
.cmp__index-card:hover { border-color: #ff5650; box-shadow: 0 12px 30px -14px rgba(0,0,0,.16); }
.cmp__index-card-title { font-size: 18px; font-weight: 800; color: #2f3033; }
.cmp__index-card-desc { font-size: 14px; line-height: 1.55; color: #5b616e; }
.cmp__index-card-cta { font-size: 14px; font-weight: 700; color: #ff5650; margin-top: 2px; }
