/* Comparison SEO pages */
.cmp-hero {
    padding: 2.5rem 0 2rem;
    background:
        radial-gradient(ellipse 55% 45% at 10% 0%, rgba(99, 102, 241, 0.12), transparent 55%),
        radial-gradient(ellipse 45% 40% at 90% 80%, rgba(45, 212, 191, 0.08), transparent 50%);
    border-bottom: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
}

.cmp-crumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: var(--text-muted, #94a3b8);
    margin-bottom: 0.75rem;
}

.cmp-crumb a {
    color: #a5b4fc !important;
    text-decoration: none !important;
}

.cmp-kicker {
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted, #94a3b8);
    margin-bottom: 0.55rem;
}

.cmp-hero h1 {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.45rem);
    font-weight: 750;
    letter-spacing: -0.03em;
    max-width: 20ch;
    margin-bottom: 0.85rem;
}

.cmp-lead {
    color: var(--text-muted, #94a3b8);
    max-width: 42rem;
    line-height: 1.65;
    margin-bottom: 1.15rem;
}

.cmp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.cmp-index-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.cmp-index-card {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 1.15rem;
    border-radius: 0.9rem;
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    background: var(--bg-card, rgba(255, 255, 255, 0.03));
    text-decoration: none !important;
    color: inherit !important;
    transition: border-color 0.15s ease, transform 0.15s ease;
}

.cmp-index-card:hover {
    border-color: rgba(99, 102, 241, 0.45);
    transform: translateY(-1px);
}

.cmp-index-tag {
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #a5b4fc;
}

.cmp-index-card h2 {
    font-size: 1.1rem;
    font-weight: 750;
    margin: 0;
}

.cmp-index-card p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--text-muted, #94a3b8);
    line-height: 1.5;
    flex: 1;
}

.cmp-index-go {
    font-size: 0.85rem;
    font-weight: 650;
    color: #818cf8;
}

.cmp-section {
    margin-top: 2.25rem;
}

.cmp-section h2 {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 1.35rem;
    font-weight: 750;
    margin-bottom: 1rem;
}

.cmp-table-wrap {
    overflow-x: auto;
    border-radius: 0.85rem;
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
}

.cmp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.cmp-table th,
.cmp-table td {
    padding: 0.85rem 1rem;
    text-align: left;
    border-bottom: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    vertical-align: top;
}

.cmp-table thead th {
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-muted, #94a3b8);
}

.cmp-table tbody th {
    font-weight: 650;
    width: 22%;
    color: var(--text-secondary, #cbd5e1);
}

.cmp-table tbody tr:last-child th,
.cmp-table tbody tr:last-child td {
    border-bottom: 0;
}

.cmp-pick-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.cmp-pick {
    padding: 1.1rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(45, 212, 191, 0.3);
    background: rgba(45, 212, 191, 0.06);
}

.cmp-pick--alt {
    border-color: var(--border-color, rgba(255, 255, 255, 0.1));
    background: var(--bg-card, rgba(255, 255, 255, 0.03));
}

.cmp-pick h3 {
    font-size: 1rem;
    font-weight: 750;
    margin-bottom: 0.65rem;
}

.cmp-pick ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--text-secondary, #cbd5e1);
    font-size: 0.9rem;
    line-height: 1.55;
}

.cmp-platform-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.75rem;
}

.cmp-platform {
    padding: 0.9rem;
    border-radius: 0.75rem;
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    background: var(--bg-card, rgba(255, 255, 255, 0.03));
}

.cmp-platform h3 {
    font-size: 0.95rem;
    font-weight: 750;
    margin-bottom: 0.45rem;
}

.cmp-platform p {
    margin: 0 0 0.35rem;
    font-size: 0.8rem;
    color: var(--text-muted, #94a3b8);
    line-height: 1.45;
}

.cmp-faq {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.cmp-faq-item {
    border-radius: 0.65rem;
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    background: var(--bg-card, rgba(255, 255, 255, 0.03));
    padding: 0.75rem 1rem;
}

.cmp-faq-item summary {
    cursor: pointer;
    font-weight: 650;
    list-style: none;
}

.cmp-faq-item summary::-webkit-details-marker {
    display: none;
}

.cmp-faq-item p {
    margin: 0.55rem 0 0;
    color: var(--text-muted, #94a3b8);
    font-size: 0.9rem;
    line-height: 1.55;
}

.cmp-footer-band {
    margin-top: 2rem;
    padding: 1.35rem 1.25rem;
    border-radius: 1rem;
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    background:
        linear-gradient(135deg, rgba(99, 102, 241, 0.1), transparent 60%),
        var(--bg-card, rgba(255, 255, 255, 0.03));
}

.cmp-more {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
}

.cmp-more a {
    color: #a5b4fc !important;
    font-weight: 650;
}

@media (max-width: 767.98px) {
    .cmp-pick-grid {
        grid-template-columns: 1fr;
    }

    .cmp-hero h1 {
        max-width: none;
    }
}
