/* /compare/ SEO pages */

.ash-compare-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 16px 56px;
    line-height: 1.6;
    color: #0f172a;
}

.ash-cmp-bc {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 16px;
}

.ash-cmp-bc a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ash-cmp-bc-sep {
    margin: 0 8px;
    color: #cbd5e1;
}

.ash-cmp-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    line-height: 1.25;
    font-weight: 800;
}

.ash-cmp-lead {
    margin: 0 0 28px;
    color: #475569;
    font-size: 1.05rem;
    max-width: 720px;
}

.ash-cmp-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
}

.ash-cmp-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.ash-cmp-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    background: #f8fafc;
    border-radius: 10px;
    margin-bottom: 12px;
}

.ash-cmp-card h2 {
    margin: 0 0 12px;
    font-size: 1.2rem;
}

.ash-cmp-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ash-cmp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #0f172a !important;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
}

.ash-cmp-btn-osago {
    background: #dc2626;
    border-color: #dc2626;
    color: #fff !important;
}

.ash-cmp-toolbar {
    margin: 0 0 12px;
}

.ash-cmp-diff-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    color: #334155;
    cursor: pointer;
}

.ash-cmp-table-wrap {
    overflow-x: auto;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    margin-bottom: 32px;
}

.ash-cmp-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 560px;
}

.ash-cmp-table th,
.ash-cmp-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #eef2f7;
    text-align: left;
    vertical-align: top;
}

.ash-cmp-table thead th {
    background: #f8fafc;
    font-weight: 700;
    font-size: 0.9rem;
}

.ash-cmp-table tbody th {
    width: 28%;
    color: #64748b;
    font-weight: 600;
    font-size: 0.9rem;
}

.ash-cmp-table tr.ash-cmp-diff td {
    background: #fff7ed;
}

.ash-cmp-hub-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.ash-cmp-hub-list li {
    border-top: 1px solid #eef2f7;
}

.ash-cmp-hub-list li:first-child {
    border-top: 0;
}

.ash-cmp-hub-list a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    color: #0f172a !important;
    text-decoration: none;
}

.ash-cmp-hub-list a:hover {
    background: #f8fafc;
}

.ash-cmp-vs {
    color: #94a3b8;
    font-weight: 500;
}

.ash-cmp-verdict,
.ash-cmp-faq,
.ash-cmp-related {
    margin-top: 28px;
}

.ash-cmp-verdict h2,
.ash-cmp-faq h2,
.ash-cmp-related h2 {
    margin: 0 0 12px;
    font-size: 1.35rem;
}

.ash-cmp-faq h3 {
    margin: 16px 0 6px;
    font-size: 1.05rem;
}

.ash-cmp-note {
    color: #64748b;
}

@media (max-width: 720px) {
    .ash-cmp-cards {
        grid-template-columns: 1fr;
    }

    .ash-cmp-card img {
        height: 160px;
    }
}
