/* comparison-page.css
 * Styles for rf_comparison Custom Post Type pages.
 * Enqueued conditionally only on rf_comparison posts — see inc/enqueue.php.
 * Source: PAGE-COMPARE-JIRA.html <style> block (SEC-09-lite through SEC-65)
 * Excludes: body/container reset (global.css), SEC-16 nav (sec-16-nav.css),
 *           SEC-08 footer (sec-08-footer.css)
 */

/* Accessibility */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--bg-dark); color: var(--text-inverse); padding: var(--space-3) var(--space-5); text-decoration: none; z-index: calc(var(--z-sticky) + 1); }
.skip-link:focus { left: var(--space-4); top: var(--space-4); }

/* Shared button family */
.btn { display: inline-flex; align-items: center; gap: var(--space-2); padding: 14px 24px; border-radius: var(--radius-sm); font-family: var(--font-body); font-size: var(--text-base); font-weight: var(--fw-semibold); text-decoration: none; transition: background var(--transition), color var(--transition), border-color var(--transition); border: 1.5px solid transparent; white-space: nowrap; cursor: pointer; }
.btn-primary { background: var(--primary); color: var(--text-inverse); }
.btn-primary:hover { background: var(--primary-hover); }
.btn-accent { background: var(--accent); color: var(--text-inverse); }
.btn-accent:hover { background: var(--accent-hover); }
.btn-textlink { display: inline-flex; align-items: center; gap: 6px; padding: 14px 4px; background: transparent; border: none; color: var(--text-heading); font-family: var(--font-body); font-size: var(--text-base); font-weight: var(--fw-semibold); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color var(--transition); }
.btn-textlink:hover { border-bottom-color: var(--text-heading); }
.btn-textlink-dark { display: inline-flex; align-items: center; gap: 6px; padding: 14px 4px; background: transparent; border: none; color: var(--text-inverse); font-family: var(--font-body); font-size: var(--text-base); font-weight: var(--fw-semibold); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color var(--transition); }
.btn-textlink-dark:hover { border-bottom-color: var(--text-inverse); }

/* Shared eyebrow */
.eyebrow { font-family: var(--font-body); font-size: var(--text-xs); font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: var(--ls-widest); color: var(--text-muted); margin: 0 0 var(--space-3) 0; }

/* ===== SEC-09-lite — comparison hero =============================== */
.sec-hero { padding: var(--section-py-lg) 0 var(--section-py) 0; background: var(--bg-page); }
.hero-wrap { max-width: 880px; margin: 0 auto; text-align: center; }
.hero-eyebrow { display: inline-block; padding: 6px 14px; background: var(--accent-soft); color: var(--accent-hover); font-family: var(--font-body); font-size: var(--text-xs); font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: var(--ls-widest); border-radius: var(--radius-full); margin: 0 0 var(--space-6) 0; }
.hero-h1 { font-family: var(--font-display); font-size: var(--text-7xl); font-weight: var(--fw-medium); line-height: var(--lh-tight); letter-spacing: var(--ls-tighter); color: var(--text-heading); margin: 0 0 var(--space-6) 0; }
.hero-dek { font-size: var(--text-xl); line-height: var(--lh-relaxed); color: var(--text-body); margin: 0 auto var(--space-8) auto; max-width: 720px; }
.hero-actions { display: flex; gap: var(--space-3); flex-wrap: wrap; justify-content: center; align-items: center; margin: 0 0 var(--space-6) 0; }
.hero-trust-row { display: flex; width: max-content; max-width: 100%; align-items: center; gap: var(--space-4); flex-wrap: wrap; justify-content: center; margin: 0 auto; padding: var(--space-3) var(--space-5); background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--radius-full); }
.hero-trust-chip { font-size: var(--text-sm); font-weight: var(--fw-semibold); color: var(--text-body); display: inline-flex; align-items: center; gap: 6px; }
.hero-trust-chip::before { content: "•"; color: var(--text-subtle); font-weight: var(--fw-bold); }
.hero-trust-chip:first-child::before { display: none; }
@media (max-width: 1100px) { .hero-h1 { font-size: var(--text-6xl); } }
@media (max-width: 900px) { .hero-h1 { font-size: var(--text-5xl); } }
@media (max-width: 640px) { .hero-h1 { font-size: var(--text-4xl); } .hero-dek { font-size: var(--text-lg); } .hero-trust-row { flex-direction: column; gap: var(--space-2); padding: var(--space-3) var(--space-4); } .hero-trust-chip::before { display: none; } }

/* ===== SEC-34 — who-reads-band ===================================== */
.sec-34 { padding: var(--section-py) 0; background: var(--bg-surface-warm); border-top: 1px solid var(--divider); border-bottom: 1px solid var(--divider); }
.who-wrap { max-width: 760px; margin: 0 auto; text-align: center; }
.who-h2 { font-family: var(--font-display); font-size: var(--text-3xl); font-weight: var(--fw-medium); line-height: var(--lh-snug); letter-spacing: var(--ls-tight); color: var(--text-heading); margin: 0 0 var(--space-5) 0; }
.who-prose { font-size: var(--text-lg); line-height: var(--lh-relaxed); color: var(--text-body); margin: 0; }
.who-prose strong { color: var(--text-heading); font-weight: var(--fw-semibold); }
@media (max-width: 640px) { .who-h2 { font-size: var(--text-2xl); } .who-prose { font-size: var(--text-md); } }

/* ===== SEC-35 — quick-verdict-table ================================ */
.sec-35 { padding: var(--section-py) 0; background: var(--bg-page); }
.verdict-header { max-width: 760px; margin: 0 auto var(--space-10) auto; text-align: center; }
.verdict-h2 { font-family: var(--font-display); font-size: var(--text-4xl); font-weight: var(--fw-medium); line-height: var(--lh-snug); letter-spacing: var(--ls-tight); color: var(--text-heading); margin: 0 0 var(--space-3) 0; }
.verdict-dek { font-size: var(--text-md); color: var(--text-body); margin: 0; }
.verdict-table-wrap { max-width: 1080px; margin: 0 auto; background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-sm); }
.verdict-table { width: 100%; border-collapse: collapse; }
.verdict-table caption { font-size: var(--text-xs); color: var(--text-muted); padding: var(--space-3); text-align: left; }
.verdict-table thead th { background: var(--bg-muted); padding: var(--space-4) var(--space-5); font-family: var(--font-body); font-size: var(--text-xs); font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: var(--ls-wider); color: var(--text-muted); text-align: left; border-bottom: 1px solid var(--border); }
.verdict-table thead th.col-rmflux { color: var(--accent-hover); }
.verdict-table tbody td { padding: var(--space-5); font-size: var(--text-md); line-height: var(--lh-normal); color: var(--text-body); border-bottom: 1px solid var(--divider); vertical-align: top; }
.verdict-table tbody tr:last-child td { border-bottom: none; }
.verdict-table tbody th { padding: var(--space-5); font-family: var(--font-body); font-size: var(--text-md); font-weight: var(--fw-semibold); color: var(--text-heading); text-align: left; border-bottom: 1px solid var(--divider); background: var(--bg-muted); width: 28%; }
.verdict-table tbody tr:last-child th { border-bottom: none; }
.verdict-table tbody td.cell-rmflux { background: var(--accent-soft); color: var(--text-heading); font-weight: var(--fw-medium); }
@media (max-width: 720px) { .verdict-table thead { display: none; } .verdict-table tbody tr { display: block; padding: var(--space-4); border-bottom: 1px solid var(--divider); } .verdict-table tbody tr:last-child { border-bottom: none; } .verdict-table tbody th { display: block; width: auto; background: transparent; padding: 0 0 var(--space-2) 0; border: none; } .verdict-table tbody td { display: block; padding: var(--space-2) 0; border: none; } .verdict-table tbody td::before { content: attr(data-label) ": "; font-weight: var(--fw-bold); color: var(--text-muted); text-transform: uppercase; font-size: var(--text-xs); letter-spacing: var(--ls-wider); display: block; margin-bottom: var(--space-1); } .verdict-table tbody td.cell-rmflux { background: var(--accent-soft); border-radius: var(--radius-md); padding: var(--space-3); margin-top: var(--space-2); } }

/* ===== SEC-37 — pricing-comparison-duo ============================= */
.sec-37 { padding: var(--section-py) 0; background: var(--bg-surface-warm); border-top: 1px solid var(--divider); }
.pricing-header { max-width: 760px; margin: 0 auto var(--space-10) auto; text-align: center; }
.pricing-h2 { font-family: var(--font-display); font-size: var(--text-4xl); font-weight: var(--fw-medium); line-height: var(--lh-snug); letter-spacing: var(--ls-tight); color: var(--text-heading); margin: 0 0 var(--space-3) 0; }
.pricing-scenario { display: inline-block; font-size: var(--text-sm); font-weight: var(--fw-semibold); color: var(--text-heading); background: var(--bg-surface); border: 1px solid var(--border); padding: 6px 14px; border-radius: var(--radius-full); margin: var(--space-2) 0; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-8); max-width: 1080px; margin: 0 auto; align-items: stretch; }
.pricing-card { background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: var(--space-10) var(--space-8); display: flex; flex-direction: column; gap: var(--space-4); position: relative; box-shadow: var(--shadow-sm); }
.pricing-card.is-rmflux { border-color: var(--accent); box-shadow: var(--shadow-md); }
.pricing-card.is-rmflux::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--accent); border-radius: var(--radius-xl) var(--radius-xl) 0 0; }
.pricing-tool { font-family: var(--font-display); font-size: var(--text-3xl); font-weight: var(--fw-medium); color: var(--text-heading); margin: 0; line-height: var(--lh-snug); }
.pricing-tag { font-size: var(--text-xs); font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: var(--ls-wider); color: var(--text-muted); margin: 0; }
.pricing-price { font-family: var(--font-display); font-size: var(--text-5xl); font-weight: var(--fw-medium); color: var(--text-heading); line-height: var(--lh-tight); margin: var(--space-3) 0 var(--space-2) 0; }
.pricing-price small { display: block; font-family: var(--font-body); font-size: var(--text-md); color: var(--text-muted); font-weight: var(--fw-regular); margin-top: var(--space-2); line-height: var(--lh-normal); }
.pricing-includes { list-style: none; padding: 0; margin: var(--space-5) 0 0 0; display: flex; flex-direction: column; gap: var(--space-3); }
.pricing-includes li { font-size: var(--text-md); line-height: var(--lh-normal); color: var(--text-body); padding-left: var(--space-6); position: relative; }
.pricing-includes li::before { content: ""; position: absolute; left: 0; top: 8px; width: 12px; height: 8px; border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(-45deg); }
.pricing-includes li.is-neutral::before { content: "•"; border: none; transform: none; left: 4px; top: -2px; color: var(--text-muted); font-size: 18px; line-height: 1; }
.pricing-source { font-size: var(--text-sm); color: var(--text-muted); margin: var(--space-6) 0 0 0; padding-top: var(--space-4); border-top: 1px solid var(--divider); }
.pricing-card .btn { align-self: flex-start; }
.pricing-source a { color: var(--accent-hover); text-decoration: underline; text-underline-offset: 3px; }
.pricing-source a:hover { color: var(--accent); }
.pricing-bottom-line { max-width: 880px; margin: var(--space-8) auto 0 auto; text-align: center; font-size: var(--text-sm); color: var(--text-muted); }
@media (max-width: 900px) { .pricing-grid { grid-template-columns: 1fr; } .pricing-h2 { font-size: var(--text-3xl); } }

/* ===== SEC-12 — comparison-matrix ================================== */
.sec-12 { padding: var(--section-py-lg) 0; background: var(--bg-page); }
.matrix-header { max-width: 880px; margin: 0 auto var(--space-10) auto; text-align: center; }
.matrix-h2 { font-family: var(--font-display); font-size: var(--text-5xl); font-weight: var(--fw-medium); line-height: var(--lh-snug); letter-spacing: var(--ls-tight); color: var(--text-heading); margin: 0 0 var(--space-3) 0; }
.matrix-dek { font-size: var(--text-lg); color: var(--text-body); margin: 0; }
.matrix-wrap { max-width: 1180px; margin: 0 auto; background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-sm); }
.matrix-table { width: 100%; border-collapse: collapse; }
.matrix-table caption { padding: var(--space-4) var(--space-6); font-size: var(--text-sm); color: var(--text-muted); text-align: left; background: var(--bg-muted); border-bottom: 1px solid var(--border); }
.matrix-table thead th { position: sticky; top: 60px; background: var(--bg-surface); padding: var(--space-4) var(--space-5); font-family: var(--font-body); font-size: var(--text-xs); font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: var(--ls-wider); color: var(--text-muted); text-align: left; border-bottom: 2px solid var(--border); z-index: 1; }
.matrix-table thead th.col-rmflux { color: var(--accent-hover); }
.matrix-table tbody th.row-group { background: var(--bg-muted); padding: var(--space-3) var(--space-5); font-family: var(--font-display); font-size: var(--text-md); font-weight: var(--fw-medium); color: var(--text-heading); text-align: left; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.matrix-table tbody th.row-feature { padding: var(--space-4) var(--space-5); font-family: var(--font-body); font-size: var(--text-md); font-weight: var(--fw-semibold); color: var(--text-heading); text-align: left; border-bottom: 1px solid var(--divider); width: 40%; }
.matrix-table tbody td { padding: var(--space-4) var(--space-5); font-size: var(--text-md); color: var(--text-body); border-bottom: 1px solid var(--divider); vertical-align: top; line-height: var(--lh-normal); }
.matrix-table tbody td.col-rmflux { background: rgba(53, 193, 144, 0.04); }
.cell-yes { color: var(--accent-hover); font-weight: var(--fw-semibold); }
.cell-no { color: var(--text-muted); font-weight: var(--fw-semibold); }
.cell-partial { color: var(--warning); font-weight: var(--fw-semibold); }
.cell-na { color: var(--text-subtle); font-weight: var(--fw-semibold); }
.cell-status { display: inline-flex; align-items: center; gap: 6px; }
.cell-note { display: block; font-size: var(--text-sm); color: var(--text-muted); margin-top: 2px; font-weight: var(--fw-regular); }
.matrix-footer { padding: var(--space-4) var(--space-6); font-size: var(--text-sm); color: var(--text-muted); background: var(--bg-muted); border-top: 1px solid var(--border); text-align: center; }
.matrix-footer a { color: var(--accent-hover); text-decoration: underline; text-underline-offset: 3px; }
.matrix-footer a:hover { color: var(--accent); }
@media (max-width: 720px) { .matrix-h2 { font-size: var(--text-4xl); } .matrix-table { display: block; } .matrix-table caption, .matrix-table thead { display: none; } .matrix-table tbody, .matrix-table tr, .matrix-table th, .matrix-table td { display: block; } .matrix-table tbody th.row-group { background: var(--bg-muted); margin-top: var(--space-4); } .matrix-table tbody tr.feature-row { padding: var(--space-4); border-bottom: 1px solid var(--divider); } .matrix-table tbody th.row-feature { width: auto; padding: 0 0 var(--space-2) 0; border: none; } .matrix-table tbody td { padding: var(--space-1) 0; border: none; } .matrix-table tbody td::before { content: attr(data-label); display: inline-block; min-width: 110px; font-size: var(--text-xs); font-weight: var(--fw-bold); color: var(--text-muted); text-transform: uppercase; letter-spacing: var(--ls-wider); } .matrix-table tbody td.col-rmflux { background: transparent; } }

/* ===== SEC-36 — how-differ-cards ================================== */
.sec-36 { padding: var(--section-py) 0; background: var(--bg-surface-warm); border-top: 1px solid var(--divider); border-bottom: 1px solid var(--divider); }
.differ-header { max-width: 760px; margin: 0 auto var(--space-10) auto; text-align: center; }
.differ-h2 { font-family: var(--font-display); font-size: var(--text-4xl); font-weight: var(--fw-medium); line-height: var(--lh-snug); letter-spacing: var(--ls-tight); color: var(--text-heading); margin: 0 0 var(--space-3) 0; }
.differ-dek { font-size: var(--text-md); color: var(--text-body); margin: 0; }
.differ-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-6); max-width: 1080px; margin: 0 auto; }
.differ-card { background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-8); display: flex; flex-direction: column; gap: var(--space-3); transition: border-color var(--transition), box-shadow var(--transition); }
.differ-card:hover { border-color: var(--accent); box-shadow: var(--shadow-sm); }
.differ-card .differ-cap { font-size: var(--text-xs); font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: var(--ls-widest); color: var(--accent-hover); margin: 0; }
.differ-card h3 { font-family: var(--font-display); font-size: var(--text-2xl); font-weight: var(--fw-medium); line-height: var(--lh-snug); color: var(--text-heading); margin: 0 0 var(--space-2) 0; }
.differ-card p { font-size: var(--text-md); line-height: var(--lh-relaxed); color: var(--text-body); margin: 0; }
@media (max-width: 720px) { .differ-grid { grid-template-columns: 1fr; gap: var(--space-4); } .differ-h2 { font-size: var(--text-3xl); } }

/* ===== SEC-39 — migration-steps-numbered ========================== */
.sec-39 { padding: var(--section-py) 0; background: var(--bg-page); }
.migration-header { max-width: 760px; margin: 0 auto var(--space-10) auto; text-align: center; }
.migration-h2 { font-family: var(--font-display); font-size: var(--text-4xl); font-weight: var(--fw-medium); line-height: var(--lh-snug); letter-spacing: var(--ls-tight); color: var(--text-heading); margin: 0 0 var(--space-3) 0; }
.migration-dek { font-size: var(--text-md); color: var(--text-body); margin: 0; }
.migration-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-6); max-width: 1180px; margin: 0 auto; }
.migration-step { background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-8) var(--space-6); display: flex; flex-direction: column; gap: var(--space-3); position: relative; }
.migration-num { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: var(--radius-full); background: var(--accent-soft); color: var(--accent-hover); font-family: var(--font-display); font-size: var(--text-lg); font-weight: var(--fw-medium); }
.migration-step h3 { font-family: var(--font-display); font-size: var(--text-xl); font-weight: var(--fw-medium); line-height: var(--lh-snug); color: var(--text-heading); margin: var(--space-2) 0 var(--space-1) 0; }
.migration-step p { font-size: var(--text-md); line-height: var(--lh-relaxed); color: var(--text-body); margin: 0; }
.migration-step .step-time { font-size: var(--text-sm); color: var(--text-muted); margin-top: var(--space-2); }
.migration-cta { text-align: center; margin-top: var(--space-10); }
@media (max-width: 1100px) { .migration-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .migration-grid { grid-template-columns: 1fr; } .migration-h2 { font-size: var(--text-3xl); } }

/* ===== SEC-38 — when-choose-duo ==================================== */
.sec-38 { padding: var(--section-py) 0; background: var(--bg-surface-warm); border-top: 1px solid var(--divider); }
.choose-header { max-width: 760px; margin: 0 auto var(--space-10) auto; text-align: center; }
.choose-h2 { font-family: var(--font-display); font-size: var(--text-4xl); font-weight: var(--fw-medium); line-height: var(--lh-snug); letter-spacing: var(--ls-tight); color: var(--text-heading); margin: 0 0 var(--space-3) 0; }
.choose-dek { font-size: var(--text-md); color: var(--text-body); margin: 0; }
.choose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-8); max-width: 1080px; margin: 0 auto; }
.choose-card { background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: var(--space-10) var(--space-8); display: flex; flex-direction: column; gap: var(--space-4); }
.choose-card.is-rmflux { border-color: var(--accent); }
.choose-card .choose-cap { font-size: var(--text-xs); font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: var(--ls-widest); color: var(--text-muted); margin: 0; }
.choose-card.is-rmflux .choose-cap { color: var(--accent-hover); }
.choose-card h3 { font-family: var(--font-display); font-size: var(--text-2xl); font-weight: var(--fw-medium); line-height: var(--lh-snug); color: var(--text-heading); margin: 0 0 var(--space-3) 0; }
.choose-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--space-3); }
.choose-list li { font-size: var(--text-md); line-height: var(--lh-relaxed); color: var(--text-body); padding-left: var(--space-6); position: relative; }
.choose-list li::before { content: "—"; position: absolute; left: 0; top: 0; color: var(--text-muted); font-weight: var(--fw-bold); }
.choose-card.is-rmflux .choose-list li::before { color: var(--accent-hover); }
@media (max-width: 900px) { .choose-grid { grid-template-columns: 1fr; gap: var(--space-4); } .choose-h2 { font-size: var(--text-3xl); } }

/* ===== SEC-06 — testimonial-pullquote (placeholder variant) ======== */
.sec-06 { padding: var(--section-py) 0; background: var(--bg-page); }
.quote-wrap { max-width: 880px; margin: 0 auto; text-align: center; padding: var(--space-10) var(--space-8); background: var(--bg-surface); border: 1px dashed var(--border); border-radius: var(--radius-xl); }
.quote-eyebrow { font-size: var(--text-xs); font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: var(--ls-widest); color: var(--text-muted); margin: 0 0 var(--space-4) 0; }
.quote-body { font-family: var(--font-display); font-size: var(--text-2xl); font-weight: var(--fw-regular); line-height: var(--lh-snug); color: var(--text-heading); margin: 0 0 var(--space-5) 0; font-style: italic; }
.quote-foot { font-size: var(--text-sm); color: var(--text-muted); margin: 0; }
.quote-foot a { color: var(--link); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 640px) { .quote-body { font-size: var(--text-xl); } }

/* ===== SEC-11 — FAQ accordion ====================================== */
.sec-11 { padding: var(--section-py-lg) 0; background: var(--bg-page); }
.faq-wrap { max-width: 900px; margin: 0 auto; }
.faq-intro { text-align: center; max-width: 720px; margin: 0 auto var(--space-12) auto; }
.faq-eyebrow { font-size: var(--text-xs); font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: var(--ls-widest); color: var(--text-muted); margin: 0 0 var(--space-3) 0; }
.faq-heading { font-family: var(--font-display); font-size: var(--text-4xl); font-weight: var(--fw-medium); line-height: var(--lh-snug); letter-spacing: var(--ls-tight); color: var(--text-heading); margin: 0 0 var(--space-4) 0; }
.faq-dek { font-size: var(--text-lg); line-height: var(--lh-normal); color: var(--text-body); margin: 0 0 var(--space-8) 0; }
.faq-dek a { color: var(--accent-hover); text-decoration: underline; text-underline-offset: 3px; }
.faq-dek a:hover { color: var(--accent); }
.faq-contact { padding: var(--space-5); background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); text-align: left; }
.faq-contact-label { font-family: var(--font-body); font-size: var(--text-xs); font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: var(--ls-wider); color: var(--text-muted); margin: 0 0 var(--space-2) 0; }
.faq-contact-text { font-family: var(--font-display); font-size: var(--text-lg); font-weight: var(--fw-medium); color: var(--text-heading); margin: 0 0 var(--space-3) 0; line-height: var(--lh-snug); }
.faq-contact-link { font-size: var(--text-base); font-weight: var(--fw-semibold); color: var(--accent-hover); text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.faq-contact-link:hover { color: var(--accent); }
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item { background: transparent; border: none; border-bottom: 1px solid var(--border); overflow: hidden; }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-item[open] { box-shadow: none; }
.faq-question { list-style: none; cursor: pointer; padding: var(--space-5) 0; display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); font-family: var(--font-display); font-size: var(--text-lg); font-weight: var(--fw-medium); color: var(--text-heading); line-height: var(--lh-snug); transition: color var(--transition); }
.faq-question::-webkit-details-marker { display: none; }
.faq-question:hover, .faq-item[open] .faq-question { color: var(--accent-hover); }
.faq-icon { width: 32px; height: 32px; flex-shrink: 0; border-radius: var(--radius-full); border: 1px solid var(--border); background: transparent; color: var(--text-heading); display: inline-flex; align-items: center; justify-content: center; transition: all var(--transition); }
.faq-item[open] .faq-icon { background: var(--accent); border-color: var(--accent); color: var(--text-inverse); }
.faq-icon svg { transition: transform var(--transition); }
.faq-item[open] .faq-icon svg { transform: rotate(45deg); }
.faq-answer { padding: 0 0 var(--space-5) 0; font-size: var(--text-md); line-height: var(--lh-relaxed); color: var(--text-body); max-width: 680px; }
.faq-answer p { margin: 0 0 var(--space-3) 0; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer a { color: var(--accent-hover); text-decoration: underline; text-underline-offset: 3px; }
.faq-answer a:hover { color: var(--accent); }
@media (max-width: 640px) { .sec-11 { padding: var(--space-14) 0; } .faq-heading { font-size: var(--text-3xl); } .faq-question { font-size: var(--text-base); } }

/* ===== SEC-65 — comparison-bottom-cta ============================= */
.sec-65 { padding: var(--section-py-lg) 0; background: var(--bg-page); }
.sec-65 .cta-card { margin: 0 auto; text-align: center; padding: var(--space-14) var(--space-10); background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--radius-xl); position: relative; overflow: hidden; box-shadow: var(--shadow-sm); }
.sec-65 .cta-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: var(--accent); }
.cta-eyebrow { display: inline-flex; align-items: center; padding: 4px 12px; border-radius: var(--radius-full); font-size: var(--text-xs); font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: var(--ls-widest); background: rgba(53,193,144,0.1); color: rgba(15,138,96,1); margin: 0 0 var(--space-4) 0; }
.cta-heading { font-family: var(--font-display); font-size: var(--text-4xl); font-weight: var(--fw-medium); line-height: var(--lh-snug); letter-spacing: var(--ls-tight); color: var(--text-heading); margin: 0 0 var(--space-4) 0; }
.cta-dek { font-size: var(--text-lg); line-height: var(--lh-normal); color: var(--text-body); margin: 0 auto var(--space-8) auto; max-width: 560px; }
.cta-actions { display: inline-flex; gap: var(--space-3); flex-wrap: wrap; justify-content: center; align-items: center; }
@media (max-width: 640px) { .cta-heading { font-size: var(--text-3xl); } .cta-dek { font-size: var(--text-md); } .sec-65 .cta-card { padding: var(--space-10) var(--space-5); } }

/* ===== sec-lineage — shared open-source lineage band =============== */
.sec-lineage { padding: var(--space-10) 0; background: var(--bg-surface-warm); border-top: 1px solid var(--divider); border-bottom: 1px solid var(--divider); }
.lineage-wrap { max-width: 880px; margin: 0 auto; text-align: center; }
.lineage-badge { display: inline-flex; align-items: center; gap: var(--space-3); padding: var(--space-3) var(--space-5); background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--radius-full); margin: 0 0 var(--space-5) 0; }
.lineage-badge-dot { width: 8px; height: 8px; border-radius: var(--radius-full); background: var(--accent); }
.lineage-badge-text { font-size: var(--text-sm); font-weight: var(--fw-semibold); color: var(--text-heading); }
.lineage-h2 { font-family: var(--font-display); font-size: var(--text-3xl); font-weight: var(--fw-medium); line-height: var(--lh-snug); letter-spacing: var(--ls-tight); color: var(--text-heading); margin: 0 0 var(--space-4) 0; }
.lineage-prose { font-size: var(--text-lg); line-height: var(--lh-relaxed); color: var(--text-body); margin: 0; }
