:root {
    --csehc-ink: #17243a;
    --csehc-muted: #66758b;
    --csehc-line: #dce3ed;
    --csehc-soft: #f6f8fb;
    --csehc-blue: #1f61d7;
    --csehc-blue-dark: #174aa5;
    --csehc-blue-soft: #eaf2ff;
    --csehc-green: #16794b;
    --csehc-green-soft: #e9f7f0;
    --csehc-amber: #955d00;
    --csehc-amber-soft: #fff5dd;
}

.csehc-comparison-page .entry-header,
.csehc-comparison-page .page-header,
.csehc-comparison-page .entry-content,
.csehc-comparison-page main > article {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.csehc-comparison-page .entry-title {
    font-size: clamp(1.75rem, 3.4vw, 2.55rem);
    line-height: 1.12;
}

.csehc-shell {
    width: min(100%, 920px);
    margin: 0 auto;
    color: var(--csehc-ink);
    font-family: inherit;
    font-size: 15px;
    line-height: 1.6;
}

.csehc-shell *,
.csehc-shell *::before,
.csehc-shell *::after {
    box-sizing: border-box;
}

.csehc-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
    margin: 0 0 0.85rem;
    color: var(--csehc-muted);
    font-size: 0.76rem;
}

.csehc-breadcrumbs a {
    color: var(--csehc-blue-dark);
    text-decoration: none;
}

.csehc-hero {
    padding: clamp(1.15rem, 2.6vw, 1.8rem);
    border: 1px solid var(--csehc-line);
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff 0%, #f2f6fd 100%);
    box-shadow: 0 12px 36px rgba(29, 48, 78, 0.07);
}

.csehc-eyebrow,
.csehc-section-heading > span {
    display: block;
    margin-bottom: 0.4rem;
    color: var(--csehc-blue-dark);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.075em;
}

.csehc-hero h2,
.csehc-section h2,
.csehc-related h2,
.csehc-related-panel h2 {
    margin: 0;
    color: var(--csehc-ink);
    font-weight: 850;
    letter-spacing: -0.025em;
}

.csehc-hero h2 {
    max-width: 780px;
    font-size: clamp(1.45rem, 3vw, 2.1rem);
    line-height: 1.15;
}

.csehc-hero > p {
    max-width: 800px;
    margin: 0.72rem 0 0;
    color: #536278;
    font-size: 0.94rem;
}

.csehc-live-verdict {
    margin-top: 0.9rem;
    padding: 0.68rem 0.8rem;
    border: 1px solid #bdd3fa;
    border-radius: 10px;
    background: var(--csehc-blue-soft);
    color: #243e68;
    font-size: 0.84rem;
}

.csehc-checked {
    margin-top: 0.58rem;
    color: var(--csehc-muted);
    font-size: 0.72rem;
}

.csehc-checked a {
    color: var(--csehc-blue-dark);
}

.csehc-scorecards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin: 0.85rem 0 0;
}

.csehc-scorecard {
    padding: 1rem 1.05rem;
    border: 1px solid var(--csehc-line);
    border-radius: 14px;
    background: #fff;
}

.csehc-scorecard > span {
    display: block;
    color: var(--csehc-muted);
    font-size: 0.76rem;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.045em;
}

.csehc-scorecard > strong {
    display: block;
    margin-top: 0.3rem;
    color: var(--csehc-blue-dark);
    font-size: 1.55rem;
    line-height: 1.08;
}

.csehc-scorecard > strong small {
    margin-left: 0.12rem;
    color: var(--csehc-muted);
    font-size: 0.72rem;
    font-weight: 700;
}

.csehc-scorecard p {
    margin: 0.2rem 0 0.52rem;
    color: var(--csehc-muted);
    font-size: 0.72rem;
}

.csehc-scorecard div {
    color: #40516a;
    font-size: 0.76rem;
}

.csehc-scorecard a {
    display: inline-block;
    margin-top: 0.5rem;
    color: var(--csehc-blue-dark);
    font-size: 0.75rem;
    font-weight: 750;
    text-decoration: none;
}

.csehc-section {
    margin-top: 1.1rem;
    padding: clamp(1rem, 2.2vw, 1.4rem);
    border: 1px solid var(--csehc-line);
    border-radius: 16px;
    background: #fff;
}

.csehc-section-heading {
    margin-bottom: 0.85rem;
}

.csehc-section-heading h2 {
    font-size: clamp(1.18rem, 2.4vw, 1.55rem);
    line-height: 1.2;
}

.csehc-section-heading p {
    margin: 0.4rem 0 0;
    color: var(--csehc-muted);
    font-size: 0.82rem;
}

.csehc-matrix,
.csehc-capacity-table {
    overflow: hidden;
    border: 1px solid var(--csehc-line);
    border-radius: 12px;
}

.csehc-matrix-row {
    display: grid;
    grid-template-columns: 26% 37% 37%;
    border-bottom: 1px solid var(--csehc-line);
}

.csehc-matrix-row:last-child,
.csehc-capacity-row:last-child {
    border-bottom: 0;
}

.csehc-matrix-row > div {
    min-width: 0;
    padding: 0.62rem 0.68rem;
    border-right: 1px solid var(--csehc-line);
    font-size: 0.76rem;
    line-height: 1.43;
}

.csehc-matrix-row > div:last-child,
.csehc-capacity-row > div:last-child {
    border-right: 0;
}

.csehc-matrix-row > div:first-child {
    background: #fafbfd;
    color: #34445d;
    font-weight: 800;
}

.csehc-matrix-head,
.csehc-capacity-head {
    background: var(--csehc-ink);
    color: #fff;
    font-weight: 800;
}

.csehc-matrix-head > div:first-child {
    background: var(--csehc-ink);
    color: #fff;
}

.csehc-fineprint {
    margin: 0.65rem 0 0;
    color: var(--csehc-muted);
    font-size: 0.71rem;
}

.csehc-capacity-row {
    display: grid;
    grid-template-columns: 13% 29% 29% 29%;
    border-bottom: 1px solid var(--csehc-line);
}

.csehc-capacity-row > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 0.62rem 0.65rem;
    border-right: 1px solid var(--csehc-line);
    font-size: 0.74rem;
    line-height: 1.35;
}

.csehc-capacity-row > div:first-child {
    background: #fafbfd;
}

.csehc-capacity-row strong {
    font-size: 0.88rem;
}

.csehc-capacity-row span,
.csehc-capacity-row small {
    color: var(--csehc-muted);
    font-size: 0.68rem;
}

.csehc-capacity-head > div,
.csehc-capacity-head > div:first-child {
    background: var(--csehc-ink);
    color: #fff;
}

.csehc-offer-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.csehc-offer-column {
    min-width: 0;
    padding: 0.72rem;
    border: 1px solid var(--csehc-line);
    border-radius: 12px;
    background: var(--csehc-soft);
}

.csehc-offer-column h3 {
    margin: 0 0 0.58rem;
    font-size: 0.96rem;
}

.csehc-offer {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 92px;
    gap: 0.58rem;
    align-items: center;
    padding: 0.58rem;
    border: 1px solid var(--csehc-line);
    border-radius: 10px;
    background: #fff;
}

.csehc-offer + .csehc-offer {
    margin-top: 0.48rem;
}

.csehc-offer-image {
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e2e7ef;
    border-radius: 9px;
    background: #fff;
    color: var(--csehc-muted);
    font-size: 0.62rem;
}

.csehc-offer-image img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.csehc-offer-copy {
    min-width: 0;
}

.csehc-offer-title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--csehc-ink);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.34;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.csehc-offer-copy > span {
    display: block;
    margin-top: 0.24rem;
    color: var(--csehc-muted);
    font-size: 0.64rem;
}

.csehc-offer-price {
    text-align: right;
}

.csehc-offer-price strong,
.csehc-offer-price span,
.csehc-offer-price small {
    display: block;
}

.csehc-offer-price strong {
    color: var(--csehc-ink);
    font-size: 0.9rem;
}

.csehc-offer-price span,
.csehc-offer-price small {
    color: var(--csehc-muted);
    font-size: 0.62rem;
}

.csehc-offer-price a {
    display: inline-flex;
    justify-content: center;
    margin-top: 0.32rem;
    padding: 0.3rem 0.44rem;
    border-radius: 7px;
    background: var(--csehc-blue);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    text-decoration: none;
}

.csehc-disclosure {
    margin-top: 0.85rem;
    padding: 0.78rem 0.9rem;
    border: 1px solid #f0d69b;
    border-radius: 12px;
    background: var(--csehc-amber-soft);
    color: #69450b;
    font-size: 0.7rem;
}

.csehc-disclosure p {
    margin: 0.28rem 0 0;
}

.csehc-decision-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.csehc-decision-grid article {
    padding: 0.82rem;
    border: 1px solid var(--csehc-line);
    border-radius: 11px;
    background: var(--csehc-soft);
}

.csehc-decision-grid h3 {
    margin: 0;
    font-size: 0.87rem;
    line-height: 1.3;
}

.csehc-decision-grid p,
.csehc-methodology p {
    margin: 0.4rem 0 0;
    color: #536278;
    font-size: 0.79rem;
}

.csehc-source-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.8rem;
}

.csehc-source-links a {
    padding: 0.42rem 0.62rem;
    border: 1px solid #bdd3fa;
    border-radius: 8px;
    background: var(--csehc-blue-soft);
    color: var(--csehc-blue-dark);
    font-size: 0.7rem;
    font-weight: 750;
    text-decoration: none;
}

.csehc-faq details {
    border-top: 1px solid var(--csehc-line);
}

.csehc-faq details:first-of-type {
    border-top: 0;
}

.csehc-faq summary {
    cursor: pointer;
    padding: 0.66rem 0;
    font-size: 0.82rem;
    font-weight: 800;
}

.csehc-faq details p {
    margin: -0.15rem 0 0.72rem;
    color: #536278;
    font-size: 0.78rem;
}

.csehc-related,
.csehc-related-panel {
    width: min(100%, 920px);
    margin: 1.1rem auto 0;
    padding: 1rem;
    border: 1px solid var(--csehc-line);
    border-radius: 14px;
    background: #fff;
}

.csehc-related h2,
.csehc-related-panel h2 {
    font-size: 1.05rem;
}

.csehc-related > div,
.csehc-related-panel > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.65rem;
}

.csehc-related a,
.csehc-related-panel a {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: space-between;
    padding: 0.55rem 0.65rem;
    border: 1px solid var(--csehc-line);
    border-radius: 9px;
    color: var(--csehc-ink);
    font-size: 0.74rem;
    font-weight: 750;
    text-decoration: none;
}

.csehc-empty,
.csehc-empty-inline,
.csehc-admin-message {
    padding: 0.75rem;
    border: 1px solid var(--csehc-line);
    border-radius: 10px;
    background: var(--csehc-soft);
    color: var(--csehc-muted);
    font-size: 0.78rem;
}

@media (max-width: 760px) {
    .csehc-scorecards,
    .csehc-offer-columns,
    .csehc-decision-grid,
    .csehc-related > div,
    .csehc-related-panel > div {
        grid-template-columns: 1fr;
    }

    .csehc-matrix-head,
    .csehc-capacity-head {
        display: none;
    }

    .csehc-matrix-row,
    .csehc-capacity-row {
        display: block;
        padding: 0.62rem;
    }

    .csehc-matrix-row > div,
    .csehc-capacity-row > div {
        display: block;
        padding: 0.4rem 0;
        border: 0;
        background: transparent;
    }

    .csehc-matrix-row > div:first-child,
    .csehc-capacity-row > div:first-child {
        padding-bottom: 0.3rem;
        background: transparent;
        font-size: 0.82rem;
    }

    .csehc-matrix-row > div[role="cell"]::before,
    .csehc-capacity-row > div[role="cell"]::before {
        display: block;
        margin-bottom: 0.08rem;
        color: var(--csehc-muted);
        content: attr(data-label);
        font-size: 0.62rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }
}

@media (max-width: 520px) {
    .csehc-shell {
        font-size: 14px;
    }

    .csehc-hero,
    .csehc-section {
        padding: 0.9rem;
        border-radius: 13px;
    }

    .csehc-offer {
        grid-template-columns: 48px minmax(0, 1fr) 78px;
        gap: 0.45rem;
        padding: 0.48rem;
    }

    .csehc-offer-image {
        width: 48px;
        height: 48px;
    }

    .csehc-offer-image img {
        width: 44px;
        height: 44px;
    }

    .csehc-offer-title {
        font-size: 0.71rem;
    }

    .csehc-offer-price a {
        font-size: 0.58rem;
    }
}
