/* SEO landing pages — comparison tables and feature grids (KEH-5510) */

.compare-table-wrap {
    overflow-x: auto;
    margin: 2em 0;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.compare-table th,
.compare-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
}

.compare-table th {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
    background: var(--bg-section);
}

.compare-table tr:last-child td {
    border-bottom: none;
}

.compare-table td:first-child {
    font-weight: 600;
    color: var(--text);
    width: 28%;
}

.compare-yes {
    color: var(--green);
    font-weight: 600;
}

.compare-partial {
    color: var(--text-secondary);
}

.compare-no {
    color: var(--text-muted);
}

.seo-callout {
    background: var(--accent-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 24px 28px;
    margin: 2em 0;
}

.seo-callout h3 {
    font-size: 1rem;
    margin: 0 0 10px;
    color: var(--text);
}

.seo-callout p {
    margin: 0;
    font-size: 0.95rem;
}

.seo-related-links {
    margin: 2.5em 0 0;
    padding: 24px 0 0;
    border-top: 1px solid var(--border);
}

.seo-related-links h4 {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.seo-related-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.seo-related-links a {
    color: var(--accent);
    font-weight: 600;
    font-size: 0.9rem;
}

.seo-related-links a:hover {
    opacity: 0.85;
}
