:root {
    --hosting-ink: #14213d;
    --hosting-muted: #667085;
    --hosting-soft: #f6f9ff;
    --hosting-line: rgba(20, 33, 61, .1);
}

body {
    color: var(--hosting-ink);
}

.hosting-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #eef5ff;
}

.hosting-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 35%, rgba(255, 255, 255, .35) 68%, rgba(255, 255, 255, .08) 100%),
        var(--hero-image) center/cover no-repeat;
}

.hosting-hero .container {
    position: relative;
    z-index: 1;
}

.hosting-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: rgba(224, 25, 120, .1);
    color: #c9156a;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    padding: 9px 14px;
    text-transform: uppercase;
}

.hosting-hero h1 {
    color: var(--hosting-ink);
    font-size: clamp(36px, 5vw, 66px);
    font-weight: 900;
    line-height: 1.04;
    max-width: 680px;
    margin: 20px 0 18px;
}

.hosting-hero p {
    color: #475467;
    font-size: 19px;
    line-height: 1.72;
    max-width: 650px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.btn-hostshop-outline {
    border: 1px solid rgba(20, 33, 61, .16);
    border-radius: 6px;
    color: var(--hosting-ink);
    font-weight: 800;
    padding: 12px 22px;
    background: rgba(255, 255, 255, .82);
}

.btn-hostshop-outline:hover {
    background: #fff4df;
    color: #111827;
}

.section-space {
    padding: 72px 0;
}

.section-heading {
    max-width: 820px;
    margin: 0 auto 34px;
    text-align: center;
}

.section-heading h2 {
    color: var(--hosting-ink);
    font-weight: 900;
    margin-bottom: 12px;
}

.section-heading p {
    color: var(--hosting-muted);
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 0;
}

.hosting-plan-card {
    position: relative;
    height: 100%;
    border: 1px solid var(--hosting-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(20, 33, 61, .08);
    padding: 28px;
    overflow: hidden;
}

.hosting-plan-card.featured {
    border-color: rgba(224, 25, 120, .35);
    box-shadow: 0 24px 60px rgba(224, 25, 120, .13);
}

.plan-badge {
    display: inline-flex;
    border-radius: 999px;
    background: #fff4df;
    color: #a85a00;
    font-size: 12px;
    font-weight: 900;
    padding: 7px 11px;
    text-transform: uppercase;
}

.hosting-plan-card h3 {
    color: var(--hosting-ink);
    font-size: 24px;
    font-weight: 900;
    margin: 16px 0 8px;
}

.plan-price {
    color: #e01978;
    font-size: 30px;
    font-weight: 900;
    margin: 14px 0;
}

.plan-price small {
    color: var(--hosting-muted);
    font-size: 14px;
    font-weight: 700;
}

.plan-summary {
    color: var(--hosting-muted);
    min-height: 54px;
}

.spec-list {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.spec-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #344054;
    font-size: 15px;
    line-height: 1.45;
}

.spec-list i {
    color: #25a842;
    margin-top: 4px;
}

.plan-table-wrap {
    border: 1px solid var(--hosting-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(20, 33, 61, .07);
    overflow: hidden;
}

.hosting-table {
    margin: 0;
}

.hosting-table thead th {
    background: linear-gradient(135deg, #32146f, #1589ca);
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}

.hosting-table th,
.hosting-table td {
    border-color: rgba(20, 33, 61, .08);
    padding: 15px 14px;
    vertical-align: middle;
}

.hosting-table tbody th {
    color: var(--hosting-ink);
    font-weight: 900;
    white-space: nowrap;
}

.feature-tile {
    height: 100%;
    border: 1px solid var(--hosting-line);
    border-radius: 8px;
    background: #fff;
    padding: 26px;
    box-shadow: 0 14px 38px rgba(20, 33, 61, .06);
}

.feature-tile i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #e01978, #ff8a00);
    color: #fff;
    font-size: 20px;
    margin-bottom: 18px;
}

.feature-tile h3 {
    font-size: 20px;
    font-weight: 900;
    color: var(--hosting-ink);
}

.feature-tile p {
    color: var(--hosting-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.hosting-note {
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(21, 137, 202, .1), rgba(224, 25, 120, .09));
    border: 1px solid rgba(21, 137, 202, .14);
    color: #344054;
    padding: 22px;
}

.hosting-faq .accordion-item {
    border: 1px solid var(--hosting-line);
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.hosting-faq .accordion-button {
    color: var(--hosting-ink);
    font-weight: 900;
}

.hosting-faq .accordion-body {
    color: var(--hosting-muted);
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .hosting-hero {
        min-height: 620px;
        align-items: flex-start;
        padding-top: 70px;
    }

    .hosting-hero::before {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 46%, rgba(255, 255, 255, .45) 100%),
            var(--hero-image) 64% center/cover no-repeat;
    }
}

@media (max-width: 575.98px) {
    .hosting-hero {
        min-height: 680px;
    }

    .hosting-hero p {
        font-size: 16px;
    }

    .section-space {
        padding: 54px 0;
    }

    .hosting-plan-card,
    .feature-tile {
        padding: 22px;
    }
}
