.comparison-page { max-width: 1180px; }
.comparison-hero { padding: clamp(44px, 8vw, 82px) clamp(24px, 7vw, 72px); border: 1px solid var(--home-line); border-radius: 26px; background: radial-gradient(circle at 90% 4%, rgba(0, 117, 74, .13), transparent 31%), linear-gradient(145deg, #fff, #f2f9f5); }
.comparison-hero h1 { max-width: 850px; margin: 0; color: var(--home-ink); font-size: clamp(2.4rem, 5vw, 4.25rem); font-weight: 820; letter-spacing: -.052em; line-height: 1.04; }
.comparison-lede { max-width: 780px; margin: 22px 0 0; color: var(--home-muted); font-size: 1.1rem; line-height: 1.7; }
.comparison-thesis { max-width: 820px; margin-top: 24px; padding: 15px 18px; border-left: 4px solid var(--home-green); color: var(--home-ink); background: rgba(0, 117, 74, .07); line-height: 1.55; }
.comparison-strengths, .comparison-matrix-section, .comparison-fit, .comparison-sources { padding-top: clamp(64px, 9vw, 96px); }
.comparison-strengths h2, .comparison-heading-row h2, .comparison-sources h2 { margin: 0 0 24px; color: var(--home-ink); font-size: clamp(1.7rem, 3vw, 2.45rem); font-weight: 800; letter-spacing: -.03em; }
.comparison-strength-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.comparison-strength-grid article { min-height: 132px; padding: 20px; border: 1px solid var(--home-line); border-radius: 15px; background: var(--home-card); }
.comparison-strength-grid strong, .comparison-strength-grid span { display: block; }
.comparison-strength-grid strong { color: var(--home-ink); font-size: 1.02rem; }
.comparison-strength-grid span { margin-top: 8px; color: var(--home-muted); font-size: .9rem; line-height: 1.5; }
.comparison-strength-grid .comparison-strength-adapted { border-color: rgba(0, 117, 74, .42); background: var(--home-mint); }
.comparison-heading-row { display: flex; justify-content: space-between; gap: 32px; align-items: end; }
.comparison-heading-row h2 { margin-bottom: 0; }
.comparison-legend { display: grid; gap: 7px; max-width: 470px; color: var(--home-muted); font-size: .78rem; }
.comparison-legend > span { display: flex; gap: 8px; align-items: center; }
.matrix-status { display: inline-block; width: max-content; padding: 4px 7px; border-radius: 999px; font-size: .68rem; font-weight: 850; letter-spacing: .04em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.matrix-status-built { color: #075a38; background: #dff4e9; }
.matrix-status-separate { color: #76520b; background: #fff0c8; }
.matrix-status-not-core { color: #58655f; background: #e9eeeb; }
.comparison-note { max-width: 840px; margin: 18px 0; color: var(--home-muted); font-size: .86rem; line-height: 1.5; }
.comparison-table-wrap { overflow-x: auto; border: 1px solid var(--home-line); border-radius: 18px; background: var(--home-card); box-shadow: 0 14px 38px rgba(19, 56, 40, .06); }
.comparison-table { width: 100%; min-width: 1050px; border-collapse: collapse; table-layout: fixed; }
.comparison-table th, .comparison-table td { padding: 17px; border-right: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); text-align: left; vertical-align: top; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table thead th { color: #607269; background: #edf4f0; font-size: .73rem; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.comparison-table thead th:first-child, .comparison-table tbody th { width: 17%; }
.comparison-table tbody th strong, .comparison-table tbody th small, .comparison-table td span { display: block; }
.comparison-table tbody th strong { color: var(--home-ink); font-size: .94rem; }
.comparison-table tbody th small { margin-top: 5px; color: var(--home-muted); font-size: .76rem; font-weight: 500; line-height: 1.35; }
.comparison-table td span { margin-top: 9px; color: var(--home-muted); font-size: .82rem; line-height: 1.47; }
.comparison-adapted-row th, .comparison-adapted-row td { background: #edf9f3; }
.comparison-fit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.comparison-fit-grid article { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; padding: 20px; border: 1px solid var(--home-line); border-radius: 15px; background: var(--home-card); }
.comparison-fit-grid i { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: var(--home-green-dark); background: var(--home-mint); font-size: .75rem; }
.comparison-fit-grid span { color: var(--home-muted); line-height: 1.52; }
.comparison-fit-grid strong { color: var(--home-ink); }
.comparison-sources { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; }
.comparison-sources h2 { margin-bottom: 10px; }
.comparison-sources p:not(.home-kicker) { margin: 0; color: var(--home-muted); line-height: 1.6; }
.comparison-sources ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 20px; margin: 0; padding: 0; list-style: none; }
.comparison-sources a { color: var(--home-green); font-size: .9rem; font-weight: 700; text-underline-offset: 3px; }
.comparison-sources i { margin-left: 4px; font-size: .68rem; }
[data-theme='dark'] .comparison-hero { background: #14271f; }
[data-theme='dark'] .comparison-table thead th { background: #20362c; color: #c3d6cc; }
[data-theme='dark'] .comparison-adapted-row th, [data-theme='dark'] .comparison-adapted-row td { background: #1d3b2d; }
[data-theme='dark'] .matrix-status-built { color: #baf1d2; background: #195336; }
[data-theme='dark'] .matrix-status-separate { color: #ffe4a0; background: #5e4616; }
[data-theme='dark'] .matrix-status-not-core { color: #d0d9d4; background: #3b4841; }
@media (max-width: 900px) {
    .comparison-strength-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .comparison-heading-row, .comparison-sources { display: block; }
    .comparison-legend { margin-top: 22px; }
    .comparison-sources ul { margin-top: 22px; }
}
@media (max-width: 620px) {
    .comparison-strength-grid, .comparison-fit-grid, .comparison-sources ul { grid-template-columns: 1fr; }
    .comparison-hero { padding: 38px 20px; border-radius: 20px; }
}
