.shared-hosting-spec-hero {
    background: linear-gradient(135deg, #0d2540 0%, #1d3a6e 100%);
    color: #fff;
    padding: 60px 0 40px;
}

.shared-hosting-spec-title {
    font-weight: 700;
}

.shared-hosting-spec-intro {
    font-size: 1.05rem;
}

.shared-hosting-spec-pricing {
    background: #f8fafc;
}

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

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

.shared-hosting-spec-table thead {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

.shared-hosting-spec-table thead tr.gray-light-bg th {
    background: #fff !important;
}

.shared-hosting-spec-table .info .btn {
    transition: transform .15s ease, box-shadow .15s ease;
}

.shared-hosting-spec-table .info .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(29, 58, 110, .25);
}
