.cmp-wrap { max-width: 68rem; margin-inline: auto; padding-inline: 1.5rem; }
.cmp-hero { padding-block: 4.5rem 3.5rem; border-bottom: 1px solid var(--rule); }
.cmp-hero-simple { max-width: 68rem; }
.cmp-eyebrow { margin: 0 0 .75rem; color: var(--link); font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.cmp-hero h1 { max-width: 48rem; margin: 0; font-family: var(--font-display); font-size: clamp(2.35rem, 5vw, 4rem); font-weight: 600; letter-spacing: -.03em; line-height: 1.05; }
.cmp-lede { max-width: 43rem; margin: 1.25rem 0 0; color: var(--ink-muted); font-size: 1.12rem; line-height: 1.65; }
.cmp-section { padding-block: 3.5rem; }
.cmp-table-wrap { overflow-x: auto; border: 1px solid var(--rule); border-radius: .8rem; background: var(--ground-raised); }
.cmp-legend { display: flex; flex-wrap: wrap; gap: .65rem 1.25rem; padding: .85rem 1rem; border-bottom: 1px solid var(--rule); color: var(--ink-muted); font-size: .82rem; }
.cmp-legend span { display: inline-flex; align-items: center; gap: .35rem; }
.cmp-table { width: 100%; min-width: 42rem; border-collapse: collapse; text-align: left; }
.cmp-table caption { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.cmp-table th, .cmp-table td { padding: .9rem 1rem; border-bottom: 1px solid var(--rule); vertical-align: top; font-size: .94rem; line-height: 1.45; }
.cmp-table thead th { background: var(--ground-sunken); color: var(--ink); font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
.cmp-table tbody th { width: 34%; font-weight: 600; }
.cmp-table td { width: 33%; color: var(--ink-muted); }
.cmp-table td small { display: block; margin-top: .2rem; color: var(--ink-muted); font-size: .78rem; }
.cmp-availability { display: inline-flex; align-items: center; gap: .4rem; color: var(--ink); font-weight: 600; }
.cmp-mark { display: inline-grid; width: 1.2rem; height: 1.2rem; flex: 0 0 1.2rem; place-items: center; border-radius: 50%; font-size: .8rem; line-height: 1; }
.cmp-availability--yes .cmp-mark, .cmp-mark--yes { background: #dcfce7; color: #166534; }
.cmp-availability--paid .cmp-mark, .cmp-mark--paid { background: #fef3c7; color: #92400e; }
.cmp-availability--no .cmp-mark, .cmp-mark--no { background: #fee2e2; color: #991b1b; }
.cmp-table th:last-child, .cmp-table td:last-child { background: color-mix(in oklab, var(--primary-600) 5%, transparent); }
.cmp-table tr:last-child > * { border-bottom: 0; }
.cmp-summary, .cmp-price-simple { max-width: 48rem; margin-top: 2.5rem; }
.cmp-summary h2, .cmp-price-simple h2, .cmp-sources h2 { margin: 0 0 .65rem; font-family: var(--font-display); font-size: 1.45rem; font-weight: 600; }
.cmp-summary p, .cmp-price-simple p, .cmp-sources p { margin: .55rem 0 0; color: var(--ink-muted); line-height: 1.65; }
.cmp-price-simple { padding-top: 2rem; border-top: 1px solid var(--rule); }
.cmp-price-simple small { display: block; margin-top: .8rem; color: var(--ink-muted); line-height: 1.5; }
.cmp-plan-prices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; margin-block: 1.25rem; }
.cmp-plan-prices p { display: flex; flex-direction: column; margin: 0; padding: 1rem; border: 1px solid var(--rule); border-radius: .65rem; background: var(--ground-raised); }
.cmp-plan-prices span { margin-top: .2rem; color: var(--ink); font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; }
.cmp-plan-prices small { margin-top: .35rem; font-size: .8rem; }
.cmp-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.cmp-sources { padding-block: 2.75rem; border-top: 1px solid var(--rule); background: var(--ground-sunken); }
.cmp-sources ul { display: flex; flex-wrap: wrap; gap: .55rem 1.1rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.cmp-sources a { font-size: .9rem; }
.cmp-related { padding-block: 2.75rem 3.5rem; border-top: 1px solid var(--rule); }
.cmp-related h2 { margin: 0 0 1.25rem; font-family: var(--font-display); font-size: 1.45rem; font-weight: 600; }
.cmp-related-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.cmp-related h3 { margin: 0 0 .7rem; font-family: var(--font-body); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.cmp-related ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .45rem 1.25rem; margin: 0; padding: 0; list-style: none; }
.cmp-related li { margin: 0; }
.cmp-related a { font-size: .9rem; }
@media (max-width: 40rem) { .cmp-hero { padding-block: 3rem 2.5rem; } .cmp-section { padding-block: 2.5rem; } .cmp-table th, .cmp-table td { padding: .75rem; } .cmp-plan-prices, .cmp-related-groups, .cmp-related ul { grid-template-columns: 1fr; } }
