.comparison-section{background:var(--background);padding:4rem 0 6rem}.comparison-header{margin-bottom:3rem;text-align:center}.comparison-title{color:var(--foreground);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;margin-bottom:1rem}.comparison-subtitle{color:var(--muted-foreground);font-size:1rem;margin:0 auto;max-width:600px}.comparison-table-wrapper{margin:0 auto;max-width:1000px;overflow-x:auto}.comparison-table{border-collapse:collapse;width:100%}.comparison-table td,.comparison-table th{border-bottom:1px solid var(--border);padding:1rem;text-align:center}.comparison-table td:first-child,.comparison-table th:first-child{text-align:left}.comparison-table thead th{color:var(--foreground);font-weight:600}.comparison-table thead th.highlight{background:rgba(25,145,210,.05);border-radius:var(--radius-xl) var(--radius-xl) 0 0;color:var(--primary)}.comparison-table tbody tr:nth-child(2n){background:rgba(237,240,243,.2)}.comparison-table tbody td{color:var(--muted-foreground)}.comparison-table tbody td.highlight,.comparison-table tbody td:first-child{color:var(--foreground);font-weight:500}.comparison-table tbody td.highlight{background:rgba(25,145,210,.05)}