/* SkyHost Compare Hosting Plans - Compact Lagom-style comparison */
.shn-hosting-compare-section .shn-compare-compact {
    max-width: 1080px;
    margin: 26px auto 0;
    padding: 0;
    font-size: 15px;
}

.shn-hosting-compare-section .shn-compare-header-row,
.shn-hosting-compare-section .shn-compare-row {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1fr;
    gap: 12px;
    align-items: stretch;
}

.shn-hosting-compare-section .shn-compare-header-row {
    margin-bottom: 12px;
}

.shn-hosting-compare-section .shn-compare-feature-title,
.shn-hosting-compare-section .shn-compare-plan-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.shn-hosting-compare-section .shn-compare-feature-title {
    display: flex;
    align-items: center;
    font-weight: 800;
    color: #111827;
}

.shn-hosting-compare-section .shn-compare-plan-card strong {
    display: block;
    color: #111827;
    font-size: 17px;
    line-height: 1.25;
}

.shn-hosting-compare-section .shn-compare-plan-card span {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.4;
}

.shn-hosting-compare-section .shn-compare-category {
    margin: 16px 0 8px;
    padding: 9px 14px;
    border-radius: 10px;
    background: #c2d6ff;
    color: #111827;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.shn-hosting-compare-section .shn-compare-row {
    margin-bottom: 8px;
}

.shn-hosting-compare-section .shn-compare-row > div {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    padding: 13px 15px;
    color: #475569;
    line-height: 1.45;
}

.shn-hosting-compare-section .shn-compare-row > div:first-child {
    color: #111827;
    font-weight: 700;
    background: #fbfcfe;
}

.shn-hosting-compare-section .shn-compare-price-row > div {
    background: #fbfcfe;
}

.shn-hosting-compare-section .shn-compare-price-row strong {
    color: #111827;
}

/* Mobile: stack into readable cards */
@media (max-width: 767px) {
    .shn-hosting-compare-section .shn-compare-header-row,
    .shn-hosting-compare-section .shn-compare-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .shn-hosting-compare-section .shn-compare-feature-title {
        display: none;
    }

    .shn-hosting-compare-section .shn-compare-header-row {
        margin-bottom: 10px;
    }

    .shn-hosting-compare-section .shn-compare-plan-card,
    .shn-hosting-compare-section .shn-compare-row > div {
        padding: 13px 14px;
    }

    .shn-hosting-compare-section .shn-compare-row {
        padding: 10px;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 14px;
        background: #ffffff;
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
    }

    .shn-hosting-compare-section .shn-compare-row > div {
        border: 0;
        border-radius: 8px;
        background: transparent;
        padding: 4px 2px;
    }

    .shn-hosting-compare-section .shn-compare-row > div:first-child {
        background: transparent;
        font-size: 14px;
    }

    .shn-hosting-compare-section .shn-compare-row > div:nth-child(2)::before {
        content: "WordPress Hosting: ";
        font-weight: 800;
        color: #111827;
    }

    .shn-hosting-compare-section .shn-compare-row > div:nth-child(3)::before {
        content: "Managed Cloud Hosting: ";
        font-weight: 800;
        color: #111827;
    }
}