/* SLA Page — PHASE 6 */

.hosting-page--sla {
    --sla-accent: #1a7a42;
    --sla-accent-light: #86efac;
    --sla-dark: #1a2332;
    --sla-muted: #475569;
    --sla-gold: #b45309;
}

.hosting-page--sla .sla-hero {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(26, 35, 50, 0.88)),
        url('../img/hp-blade-server.webp') center/cover no-repeat;
}

.hosting-page--sla .sla-block {
    padding: 72px 0;
}

.hosting-page--sla .sla-block--light {
    background: #f8fafc;
}

.hosting-page--sla .sla-block--white {
    background: #fff;
}

.hosting-page--sla .sla-block--dark {
    background: linear-gradient(160deg, var(--sla-dark), #0f172a);
}

.hosting-page--sla .sla-block-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
}

.hosting-page--sla .sla-block-header h2 {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 12px;
}

.hosting-page--sla .sla-block-header p {
    font-size: 16px;
    color: var(--sla-muted);
    line-height: 1.65;
    margin: 0;
}

.hosting-page--sla .sla-block-header--light h2 {
    color: #fff;
}

.hosting-page--sla .sla-block-header--light p {
    color: rgba(255, 255, 255, 0.78);
}

.hosting-page--sla .sla-block-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(26, 122, 66, 0.15), rgba(26, 122, 66, 0.05));
    color: var(--sla-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}

.hosting-page--sla .sla-block-icon--light {
    background: rgba(134, 239, 172, 0.12);
    color: var(--sla-accent-light);
}

.hosting-page--sla .sla-addon-banner {
    max-width: 900px;
    margin: 0 auto 48px;
    padding: 22px 26px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ecfdf5, #f0fdf4);
    border: 1px solid #a7f3d0;
    text-align: center;
}

.hosting-page--sla .sla-addon-banner h3 {
    font-size: 18px;
    font-weight: 800;
    color: #047857;
    margin: 0 0 8px;
}

.hosting-page--sla .sla-addon-banner p {
    font-size: 15px;
    color: #065f46;
    line-height: 1.65;
    margin: 0;
}

.hosting-page--sla .sla-table-wrap {
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.hosting-page--sla .sla-table {
    width: 100%;
    border-collapse: collapse;
}

.hosting-page--sla .sla-table th,
.hosting-page--sla .sla-table td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    font-size: 14px;
    vertical-align: top;
}

.hosting-page--sla .sla-table th {
    background: #f1f5f9;
    font-weight: 800;
    color: #1e293b;
    font-size: 13px;
}

.hosting-page--sla .sla-table tr:last-child td {
    border-bottom: none;
}

.hosting-page--sla .sla-table .sla-tier-head {
    text-align: center;
    color: var(--sla-accent);
    font-size: 16px;
}

.hosting-page--sla .sla-table td.sla-tier-val {
    text-align: center;
    font-weight: 600;
}

.hosting-page--sla .sla-table .sla-tier-featured {
    background: rgba(26, 122, 66, 0.06);
}

.hosting-page--sla .sla-scope-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
}

.hosting-page--sla .sla-scope-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 26px 22px;
    height: 100%;
}

.hosting-page--sla .sla-scope-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(26, 122, 66, 0.1);
    color: var(--sla-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
}

.hosting-page--sla .sla-scope-card h3 {
    font-size: 17px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 10px;
}

.hosting-page--sla .sla-scope-card p {
    font-size: 14px;
    color: var(--sla-muted);
    line-height: 1.6;
    margin: 0;
}

.hosting-page--sla .sla-excluded-list {
    max-width: 720px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.hosting-page--sla .sla-excluded-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 15px;
    color: #334155;
    line-height: 1.5;
}

.hosting-page--sla .sla-excluded-list .fa {
    color: #ef4444;
    margin-top: 3px;
    flex-shrink: 0;
}

.hosting-page--sla .sla-response-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 960px;
    margin: 0 auto;
}

.hosting-page--sla .sla-response-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 22px 18px;
    text-align: center;
}

.hosting-page--sla .sla-response-card--critical {
    border-color: rgba(239, 68, 68, 0.4);
}

.hosting-page--sla .sla-response-card h3 {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 8px;
    color: var(--sla-accent-light);
}

.hosting-page--sla .sla-response-card .sla-response-time {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px;
}

.hosting-page--sla .sla-response-card p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin: 0;
}

.hosting-page--sla .sla-pdf-card {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 32px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.hosting-page--sla .sla-pdf-card .fa-file-pdf-o {
    font-size: 48px;
    color: #dc2626;
    margin-bottom: 16px;
}

.hosting-page--sla .sla-pdf-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 10px;
}

.hosting-page--sla .sla-pdf-card p {
    font-size: 15px;
    color: var(--sla-muted);
    line-height: 1.6;
    margin: 0 0 22px;
}

.hosting-page--sla .sla-pdf-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    background: #dc2626;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.hosting-page--sla .sla-pdf-btn:hover {
    background: #b91c1c;
}

.hosting-page--sla .sla-cta {
    background: linear-gradient(135deg, #1a7a42, #15803d);
    padding: 56px 20px;
    text-align: center;
}

.hosting-page--sla .sla-cta h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 12px;
}

.hosting-page--sla .sla-cta p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    max-width: 560px;
    margin: 0 auto 24px;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .hosting-page--sla .sla-scope-grid {
        grid-template-columns: 1fr;
    }

    .hosting-page--sla .sla-response-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hosting-page--sla .sla-block {
        padding: 48px 0;
    }

    .hosting-page--sla .sla-table-wrap {
        overflow-x: auto;
    }

    .hosting-page--sla .sla-table {
        min-width: 560px;
    }

    .hosting-page--sla .sla-response-grid {
        grid-template-columns: 1fr;
    }
}
