/* Shared styles for /compare/ pages — generated pages link this file. */
html { scroll-behavior: smooth; }
.hero-gradient { background: linear-gradient(135deg, #0ea5e9 0%, #7dd3fc 50%, #bae6fd 100%); }
.cta-gradient { background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 50%, #0ea5e9 100%); }
.float-animation { animation: float 6s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(0); } 33% { transform: translateY(-12px) rotate(2deg); } 66% { transform: translateY(-6px) rotate(-1deg); } }
.fade-up { opacity: 0; transform: translateY(30px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: none; }
.badge-pulse { animation: pulse-ring 2s ease-out infinite; }
@keyframes pulse-ring { 0% { box-shadow: 0 0 0 0 rgba(14,165,233,.4); } 70% { box-shadow: 0 0 0 12px rgba(14,165,233,0); } 100% { box-shadow: 0 0 0 0 rgba(14,165,233,0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .float-animation, .badge-pulse { animation: none; } .fade-up { opacity: 1; transform: none; transition: none; } }

.eyebrow { font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #0284c7; margin-bottom: .6rem; }
.prose-cmp p { color: #4b5563; line-height: 1.7; margin: 0 0 .9rem; }
.prose-cmp p:last-child { margin-bottom: 0; }
.prose-cmp strong { color: #111827; }
.prose-cmp a { color: #0284c7; text-decoration: underline; text-underline-offset: 3px; }
.ticks { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.ticks li { position: relative; padding-left: 1.9rem; color: #374151; line-height: 1.55; }
.ticks li::before { content: "✓"; position: absolute; left: 0; top: .05rem; width: 1.3rem; height: 1.3rem; border-radius: 999px; background: #d1fae5; color: #047857; font-weight: 800; font-size: .8rem; display: flex; align-items: center; justify-content: center; }

.illo-wrap { width: 100%; max-width: 560px; }
.illo { width: 100%; height: auto; display: block; border-radius: 28px; box-shadow: 0 24px 60px rgba(12,74,110,.18); }
.hero-illo .illo { box-shadow: 0 30px 80px rgba(12,74,110,.35); }
.shot { width: 15rem; border-radius: 1.5rem; box-shadow: 0 24px 60px rgba(12,74,110,.18); height: auto; }
@media (min-width: 640px) { .shot { width: 17rem; } }

.verdict { background: #fff; border: 2px solid #e5e7eb; border-radius: 1.25rem; padding: 1.5rem; }
.verdict-us { border-color: #bae6fd; box-shadow: 0 12px 40px rgba(14,165,233,.12); }
.verdict-tag { display: inline-block; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #0284c7; background: #e0f2fe; padding: .3rem .7rem; border-radius: 999px; margin-bottom: .9rem; }
.verdict-tag-them { color: #6b7280; background: #f3f4f6; }
.verdict ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .5rem; }
.verdict li { position: relative; padding-left: 1.4rem; color: #374151; line-height: 1.5; font-size: .95rem; }
.verdict li::before { content: "•"; position: absolute; left: .3rem; color: #0ea5e9; font-weight: 900; }
.verdict:not(.verdict-us) li::before { color: #9ca3af; }
.stat { background: #fff; border: 1px solid #e5e7eb; border-radius: 1rem; padding: 1rem .75rem; text-align: center; }
.stat-value { font-size: 1.25rem; font-weight: 900; color: #0c4a6e; letter-spacing: -.02em; line-height: 1.1; overflow-wrap: anywhere; }
@media (min-width: 640px) { .stat-value { font-size: 2.1rem; } }
.stat-label { margin-top: .35rem; font-size: .75rem; font-weight: 600; color: #6b7280; line-height: 1.35; }

.table-hint { display: none; text-align: center; font-size: .8rem; color: #64748b; margin-bottom: .6rem; }
@media (max-width: 720px) { .table-hint { display: block; } }
.table-wrap { overflow-x: auto; border-radius: 1.25rem; border: 1px solid #e5e7eb; box-shadow: 0 12px 40px rgba(12,74,110,.08); }
table.cmp { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 640px; font-size: .92rem; }
table.cmp thead th { background: #f8fafc; color: #374151; font-weight: 800; text-align: left; padding: 1rem 1.1rem; border-bottom: 2px solid #e5e7eb; font-size: .85rem; letter-spacing: .02em; }
table.cmp thead th.col-us { background: #e0f2fe; color: #0c4a6e; }
table.cmp thead th img { display: inline-block; vertical-align: -5px; border-radius: 6px; margin-right: .3rem; }
table.cmp tbody th { text-align: left; font-weight: 700; color: #111827; padding: .95rem 1.1rem; border-bottom: 1px solid #f1f5f9; width: 30%; vertical-align: top; background: #fff; }
table.cmp tbody td { padding: .95rem 1.1rem; border-bottom: 1px solid #f1f5f9; vertical-align: top; color: #4b5563; line-height: 1.5; }
table.cmp tbody tr:last-child th, table.cmp tbody tr:last-child td { border-bottom: 0; }
table.cmp tbody td:nth-child(2) { background: #f0f9ff; }
table.cmp .glyph { display: inline-flex; width: 1.5rem; height: 1.5rem; border-radius: 999px; align-items: center; justify-content: center; font-weight: 900; font-size: .8rem; margin-right: .5rem; flex-shrink: 0; vertical-align: -6px; }
.cell-yes .glyph { background: #d1fae5; color: #047857; }
.cell-no .glyph { background: #fee2e2; color: #b91c1c; }
.cell-partial .glyph { background: #fef3c7; color: #b45309; }
.cell-paid .glyph { background: #ede9fe; color: #6d28d9; }
table.cmp .src { color: #94a3b8; font-size: .75rem; text-decoration: none; }
table.cmp .src:hover { color: #0284c7; }

.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.5rem; }
.steps li { display: flex; gap: 1.1rem; align-items: flex-start; }
.step-n { flex-shrink: 0; width: 2.75rem; height: 2.75rem; border-radius: 999px; background: #0ea5e9; color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 25px rgba(14,165,233,.3); }
.steps h3 { font-size: 1.15rem; font-weight: 800; color: #111827; margin: .3rem 0 .25rem; }
.steps p { color: #6b7280; line-height: 1.6; margin: 0; }

.faq { display: grid; gap: .75rem; }
.faq details { background: #fff; border: 1px solid #e5e7eb; border-radius: 1rem; padding: 0 1.25rem; }
.faq summary { cursor: pointer; font-weight: 700; color: #111827; padding: 1rem 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-weight: 400; color: #0ea5e9; font-size: 1.4rem; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq-a { padding: 0 0 1.1rem; color: #4b5563; line-height: 1.65; }
.faq-a a { color: #0284c7; text-decoration: underline; }

.sources { margin: 0; padding-left: 1.4rem; display: grid; gap: .3rem; font-size: .8rem; color: #6b7280; }
.sources a { color: #0284c7; word-break: break-word; }

.hub-card { display: block; background: #fff; border: 1px solid #e5e7eb; border-radius: 1.25rem; padding: 1.5rem; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.hub-card:hover { transform: translateY(-4px); border-color: #bae6fd; box-shadow: 0 20px 50px rgba(14,165,233,.15); }
.hub-card h2 { font-size: 1.3rem; font-weight: 800; color: #111827; margin: .75rem 0 .5rem; }
.hub-card p { color: #6b7280; line-height: 1.6; font-size: .95rem; }
.hub-badge { display: inline-block; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #0284c7; background: #e0f2fe; padding: .3rem .65rem; border-radius: 999px; }
.hub-more { display: inline-block; margin-top: 1rem; font-weight: 700; color: #0284c7; font-size: .9rem; }
