/* Backup Policy — PHASE 7 */

.hosting-page--backup {
    --bp-accent: #1a7a42;
    --bp-accent-light: #86efac;
    --bp-dark: #1a2332;
    --bp-muted: #475569;
}

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

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

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

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

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

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

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

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

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

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

.hosting-page--backup .bp-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(--bp-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}

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

.hosting-page--backup .bp-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.hosting-page--backup .bp-tech-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 26px 22px;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hosting-page--backup .bp-tech-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(26, 35, 50, 0.1);
    border-color: rgba(26, 122, 66, 0.35);
}

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

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

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

.hosting-page--backup .bp-table-wrap {
    max-width: 820px;
    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--backup .bp-table {
    width: 100%;
    border-collapse: collapse;
}

.hosting-page--backup .bp-table th,
.hosting-page--backup .bp-table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    font-size: 14px;
}

.hosting-page--backup .bp-table th {
    background: #f1f5f9;
    font-weight: 800;
    color: #1e293b;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

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

.hosting-page--backup .bp-table td strong {
    color: var(--bp-accent);
}

.hosting-page--backup .bp-dr-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.hosting-page--backup .bp-dr-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 28px 24px;
}

.hosting-page--backup .bp-dr-card h3 {
    font-size: 14px;
    font-weight: 800;
    color: var(--bp-accent-light);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 8px;
}

.hosting-page--backup .bp-dr-card .bp-dr-value {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
}

.hosting-page--backup .bp-dr-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
    margin: 0;
}

.hosting-page--backup .bp-timeline {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    max-width: 960px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.hosting-page--backup .bp-timeline-step {
    flex: 1 1 160px;
    min-width: 140px;
    text-align: center;
    position: relative;
    padding: 0 8px;
}

.hosting-page--backup .bp-timeline-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 36px;
    right: -12px;
    width: 24px;
    height: 2px;
    background: var(--bp-accent);
}

.hosting-page--backup .bp-timeline-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--bp-accent), #22c55e);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 14px;
    box-shadow: 0 8px 24px rgba(26, 122, 66, 0.25);
}

.hosting-page--backup .bp-timeline-step h3 {
    font-size: 16px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 8px;
}

.hosting-page--backup .bp-timeline-step p {
    font-size: 13px;
    color: var(--bp-muted);
    line-height: 1.5;
    margin: 0;
}

.hosting-page--backup .bp-timeline-arrow {
    display: none;
}

.hosting-page--backup .bp-restore-steps {
    max-width: 720px;
    margin: 0 auto;
    counter-reset: bp-step;
    list-style: none;
    padding: 0;
}

.hosting-page--backup .bp-restore-steps li {
    counter-increment: bp-step;
    position: relative;
    padding: 0 0 28px 56px;
    border-left: 2px solid #e2e8f0;
    margin-left: 18px;
}

.hosting-page--backup .bp-restore-steps li:last-child {
    padding-bottom: 0;
    border-left-color: transparent;
}

.hosting-page--backup .bp-restore-steps li::before {
    content: counter(bp-step);
    position: absolute;
    left: -19px;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--bp-accent);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hosting-page--backup .bp-restore-steps h3 {
    font-size: 17px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 6px;
}

.hosting-page--backup .bp-restore-steps p {
    font-size: 14px;
    color: var(--bp-muted);
    line-height: 1.6;
    margin: 0;
}

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

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

.hosting-page--backup .bp-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--backup .bp-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    .hosting-page--backup .bp-card-grid {
        grid-template-columns: 1fr;
    }

    .hosting-page--backup .bp-dr-grid {
        grid-template-columns: 1fr;
    }

    .hosting-page--backup .bp-timeline {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .hosting-page--backup .bp-timeline-step:not(:last-child)::after {
        display: none;
    }

    .hosting-page--backup .bp-timeline-arrow {
        display: block;
        color: var(--bp-accent);
        font-size: 20px;
    }
}
