.shared-plans-hero {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    color: #fff;
    background:
        radial-gradient(ellipse at 78% 18%, rgba(82, 139, 255, .28), transparent 36%),
        linear-gradient(135deg, #0d2540 0%, #1d3a6e 100%);
}

.shared-plans-hero::before {
    position: absolute;
    inset: 0;
    content: '';
    pointer-events: none;
    background: linear-gradient(115deg, rgba(255, 255, 255, .04), transparent 42%);
}

.shared-plans-hero__content {
    position: relative;
    z-index: 1;
}

.shared-plans-hero__eyebrow {
    margin-bottom: 14px;
    color: #b8d6ff;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.shared-plans-hero__eyebrow i {
    margin-right: 9px;
}

.shared-plans-hero h1 {
    margin-bottom: 17px;
    color: #fff;
    font-size: clamp(2.1rem, 3.5vw, 3.35rem);
    font-weight: 800;
    letter-spacing: -.04em;
}

.shared-plans-hero__summary {
    margin: 0;
    color: #dbe9ff;
    font-size: 1.08rem;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .shared-plans-hero {
        padding: 76px 0;
    }
}

.shared-hosting-plans-table tr:hover {
    background-color: #E6F0FA;
}

.shared-hosting-plans-table .price-cycle {
    text-align: right;
}
