/* Final trust and conversion refinements loaded after the premium theme. */

@media (min-width: 992px) {
    body.site-premium .modern-header-top {
        display: block !important;
        border-bottom: 1px solid rgba(134, 159, 190, .14);
        background: rgba(4, 11, 22, .96) !important;
    }

    body.site-premium .modern-header-top-inner {
        display: flex !important;
        align-items: center;
        gap: 18px;
        min-height: 40px;
    }

    body.site-premium .modern-header-signal strong {
        color: #e7f2fc;
        font-size: .75rem;
        font-weight: 720;
        letter-spacing: .01em;
    }

    body.site-premium .modern-header-facts {
        display: flex !important;
        align-items: center;
        gap: 8px;
        margin-left: auto;
    }

    body.site-premium .modern-header-facts span {
        padding: 5px 9px;
        border: 1px solid rgba(108, 151, 197, .16);
        border-radius: 999px;
        background: rgba(13, 30, 49, .72);
        color: #b8cce0;
        font-size: .68rem;
        font-weight: 650;
    }

    body.site-premium .modern-header-top-links {
        display: flex !important;
        align-items: center;
        gap: 16px;
    }

    body.site-premium .modern-header-top-links a {
        color: #aec4d9;
        font-size: .71rem;
        font-weight: 650;
    }
}

/* Third visual pass: turn the new premium imagery into atmospheric section art. */
body.site-premium.route-home .featured-dedicated-band,
body.site-premium.route-home .home-closing-panel,
body.site-premium.route-home .network-proof-panel,
body.site-premium.route-home .home-proof-card,
body.site-premium.route-home .home-seo-details {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

body.site-premium.route-home .featured-dedicated-band {
    min-height: 152px;
    padding: 28px 32px !important;
    border-color: rgba(244, 196, 105, .42) !important;
    background:
        linear-gradient(92deg, rgba(11, 22, 38, .98) 0%, rgba(13, 29, 48, .93) 46%, rgba(10, 18, 32, .62) 100%) !important;
    box-shadow:
        0 26px 64px rgba(0, 0, 0, .34),
        inset 0 1px 0 rgba(255, 255, 255, .08);
}

body.site-premium.route-home .featured-dedicated-band::before {
    position: absolute;
    inset: -22% -2% -22% auto;
    z-index: 0;
    width: min(58%, 680px);
    content: "";
    background:
        linear-gradient(90deg, rgba(8, 18, 32, .98), rgba(8, 18, 32, .18) 42%, rgba(8, 18, 32, .03)),
        url("../img/visual-dedicated-premium.webp") right center / cover no-repeat;
    opacity: .82;
    pointer-events: none;
}

body.site-premium.route-home .featured-dedicated-band::after {
    position: absolute;
    right: 18%;
    bottom: -54px;
    z-index: 0;
    width: 220px;
    height: 220px;
    content: "";
    border-radius: 999px;
    background: radial-gradient(circle, rgba(244, 196, 105, .24), transparent 62%);
    filter: blur(2px);
    pointer-events: none;
}

body.site-premium.route-home .featured-dedicated-band > * {
    position: relative;
    z-index: 1;
}

body.site-premium.route-home .featured-dedicated-band p {
    max-width: 650px;
}

body.site-premium.route-home .home-proof-card {
    border-color: rgba(121, 190, 238, .24) !important;
    background:
        linear-gradient(145deg, rgba(15, 31, 50, .96), rgba(7, 14, 26, .98)) !important;
    box-shadow:
        0 22px 54px rgba(0, 0, 0, .24),
        inset 0 1px 0 rgba(255, 255, 255, .06);
}

body.site-premium.route-home .home-proof-card::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        radial-gradient(circle at 18% 14%, rgba(40, 215, 255, .16), transparent 28%),
        radial-gradient(circle at 88% 92%, rgba(54, 226, 160, .1), transparent 34%);
    opacity: .82;
    pointer-events: none;
}

body.site-premium.route-home .home-proof-card::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(142, 216, 255, .62), transparent);
    pointer-events: none;
}

body.site-premium.route-home .home-proof-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(142, 216, 255, .24);
    border-radius: 14px;
    background: rgba(40, 215, 255, .1);
    color: #8ed8ff !important;
    font-size: 1.05rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

body.site-premium.route-home .home-proof-card em {
    color: #cfeeff !important;
}

body.site-premium.route-home .network-proof-panel {
    isolation: isolate;
    border-color: rgba(93, 166, 216, .32) !important;
    background:
        radial-gradient(circle at 82% 34%, rgba(40, 215, 255, .14), transparent 28%),
        linear-gradient(180deg, rgba(17, 24, 39, .95), rgba(7, 14, 27, .99)) !important;
    box-shadow:
        0 30px 76px rgba(0, 0, 0, .32),
        inset 0 1px 0 rgba(255, 255, 255, .07);
}

body.site-premium.route-home .network-proof-panel::before {
    position: absolute;
    inset: -12% -8% -12% auto;
    z-index: 0;
    width: min(62%, 720px);
    content: "";
    background:
        linear-gradient(90deg, rgba(7, 14, 27, .98), rgba(7, 14, 27, .16) 46%, rgba(7, 14, 27, .04)),
        url("../img/visual-network-premium.webp") right center / cover no-repeat;
    opacity: .58;
    filter: saturate(1.04) contrast(1.05);
    pointer-events: none;
}

body.site-premium.route-home .network-proof-panel::after {
    z-index: 0;
}

body.site-premium.route-home .network-proof-panel > * {
    position: relative;
    z-index: 1;
}

body.site-premium.route-home .network-route-board article {
    border-color: rgba(142, 216, 255, .26) !important;
    background:
        linear-gradient(145deg, rgba(13, 29, 48, .82), rgba(5, 12, 23, .9)) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
    backdrop-filter: blur(5px);
}

body.site-premium.route-home .home-closing-panel {
    min-height: 250px;
    border-color: rgba(40, 215, 255, .42) !important;
    background:
        linear-gradient(96deg, rgba(9, 19, 34, .98) 0%, rgba(13, 30, 49, .94) 52%, rgba(9, 18, 31, .54) 100%) !important;
    box-shadow:
        0 30px 78px rgba(0, 0, 0, .34),
        inset 0 1px 0 rgba(255, 255, 255, .08);
}

body.site-premium.route-home .home-closing-panel::before {
    position: absolute;
    inset: -18% -6% -18% auto;
    z-index: 0;
    width: min(58%, 680px);
    content: "";
    background:
        linear-gradient(90deg, rgba(9, 19, 34, .98), rgba(9, 19, 34, .16) 46%, rgba(9, 19, 34, .03)),
        url("../img/visual-support-premium.webp") right center / cover no-repeat;
    opacity: .74;
    pointer-events: none;
}

body.site-premium.route-home .home-closing-panel::after {
    position: absolute;
    top: -120px;
    right: 20%;
    z-index: 0;
    width: 300px;
    height: 300px;
    content: "";
    border-radius: 999px;
    background: radial-gradient(circle, rgba(40, 215, 255, .22), transparent 62%);
    pointer-events: none;
}

body.site-premium.route-home .home-closing-panel > * {
    position: relative;
    z-index: 1;
}

body.site-premium.route-home .home-closing-actions .btn {
    box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
}

body.site-premium.route-home .home-seo-details {
    border-color: rgba(118, 174, 220, .19) !important;
    background:
        linear-gradient(145deg, rgba(13, 27, 44, .9), rgba(6, 12, 23, .98)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

body.site-premium.route-home .home-seo-details::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        radial-gradient(circle at 12% 6%, rgba(40, 215, 255, .12), transparent 30%),
        radial-gradient(circle at 92% 94%, rgba(244, 196, 105, .08), transparent 34%);
    opacity: .75;
    pointer-events: none;
}

body.site-premium.route-home .home-seo-details[open] {
    border-color: rgba(40, 215, 255, .34) !important;
    box-shadow:
        0 22px 56px rgba(0, 0, 0, .24),
        inset 0 1px 0 rgba(255, 255, 255, .07);
}

body.site-premium.route-home .home-seo-details summary,
body.site-premium.route-home .home-seo-details-body {
    position: relative;
    z-index: 1;
}

body.site-premium.route-home .home-seo-details summary {
    cursor: pointer;
}

body.site-premium.route-home .home-seo-points li::marker {
    color: #36e2a0;
}

body.site-premium:not(.route-home) .product-hero-visual-wrap.has-cover {
    min-height: 430px;
}

body.site-premium:not(.route-home) .product-hero-visual-wrap.has-cover::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(4, 11, 22, .38), transparent 54%),
        radial-gradient(circle at 82% 18%, rgba(40, 215, 255, .14), transparent 30%);
    pointer-events: none;
}

body.site-premium:not(.route-home) .product-hero-visual-wrap.has-cover .product-hero-image {
    object-position: center center;
}

body.site-premium:is(.route-dedicated-servers, .route-about) .product-hero-visual-wrap.has-cover .product-hero-image {
    object-position: 66% center;
}

body.site-premium:is(.route-ip-transit, .route-network) .product-hero-visual-wrap.has-cover .product-hero-image {
    object-position: 72% center;
}

body.site-premium:is(.route-contact, .route-reviews) .product-hero-visual-wrap.has-cover .product-hero-image {
    object-position: center center;
}

body.site-premium:not(.route-home) .product-floating-card,
body.site-premium:not(.route-home) .offer-hero-context-card {
    z-index: 4 !important;
    border-color: rgba(142, 216, 255, .25) !important;
    background: rgba(6, 17, 31, .82) !important;
    backdrop-filter: blur(8px);
}

body.site-premium .offer-stack-visual.has-cover {
    border-color: rgba(142, 216, 255, .24) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
}

body.site-premium .offer-stack-visual-image.is-cover {
    filter: saturate(.98) contrast(1.07) brightness(.75);
}

@media (hover: hover) and (pointer: fine) {
    body.site-premium.route-home .home-proof-card:hover {
        border-color: rgba(142, 216, 255, .46) !important;
        box-shadow:
            0 30px 68px rgba(0, 0, 0, .32),
            inset 0 1px 0 rgba(255, 255, 255, .08);
    }

    body.site-premium .offer-stack-visual.has-cover:hover .offer-stack-visual-image.is-cover {
        filter: saturate(1.05) contrast(1.08) brightness(.82);
    }
}

@media (max-width: 767px) {
    body.site-premium.route-home .featured-dedicated-band,
    body.site-premium.route-home .home-closing-panel {
        min-height: 0;
    }

    body.site-premium.route-home .featured-dedicated-band::before,
    body.site-premium.route-home .home-closing-panel::before,
    body.site-premium.route-home .network-proof-panel::before {
        inset: auto -18% -18% -18%;
        width: auto;
        height: 58%;
        opacity: .38;
        background-position: center bottom;
    }

    body.site-premium.route-home .network-proof-panel {
        padding-bottom: 28px !important;
    }

    body.site-premium:not(.route-home) .product-hero-visual-wrap.has-cover {
        min-height: 310px !important;
    }
}

@media (max-width: 991px) {
    body.site-premium .modern-header-top {
        display: none !important;
    }
}

body.site-premium.route-home .home-vitrine-hero {
    padding-top: 50px !important;
}

body.site-premium.route-home .home-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 21px 0 24px;
}

body.site-premium.route-home .home-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 8px 11px;
    border: 1px solid rgba(54, 226, 160, .23);
    border-radius: 999px;
    background: rgba(54, 226, 160, .065);
    color: #dbe9f6 !important;
    font-size: .78rem;
    font-weight: 700;
}

body.site-premium.route-home .home-hero-trust i {
    color: #36e2a0;
    font-size: .72rem;
}

body.site-premium.route-home .home-hero-media img {
    object-position: center center;
    filter: saturate(.9) contrast(1.06) brightness(.72);
}

body.site-premium.route-home .home-hero-media::after {
    background: linear-gradient(0deg, rgba(4, 10, 20, .98), rgba(4, 10, 20, .1) 62%, transparent);
}

body.site-premium.route-home .home-fast-choice-section {
    border-top: 1px solid rgba(112, 150, 190, .12);
    border-bottom: 1px solid rgba(112, 150, 190, .12);
    background: linear-gradient(180deg, rgba(6, 16, 29, .98), rgba(8, 19, 34, .93));
}

body.site-premium.route-home .home-choice-layout {
    align-items: center;
}

body.site-premium.route-home .home-fast-choice-card {
    display: grid;
    gap: 10px;
    min-height: 184px !important;
    padding: 18px !important;
}

body.site-premium.route-home .home-fast-choice-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    font-style: normal;
}

body.site-premium.route-home .home-fast-choice-card em {
    margin-top: auto;
    color: #d7e8f7;
    font-size: .8rem;
    font-style: normal;
    font-weight: 750;
}

body.site-premium.route-home .home-fast-choice-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 20px;
}

body.site-premium.route-home .home-fast-choice-chips span {
    padding: 7px 10px;
    border: 1px solid rgba(99, 137, 177, .18);
    border-radius: 999px;
    color: #aabed3;
    font-size: .7rem;
    font-weight: 650;
}

body.site-premium.route-home .home-featured-plans {
    padding-top: 52px !important;
}

body.site-premium .mobile-conversion-bar {
    transition: opacity .18s ease, transform .18s ease;
}

@media (max-width: 991px) {
    body.site-premium.has-cookie-consent .mobile-conversion-bar {
        opacity: 0 !important;
        transform: translateY(calc(100% + 18px)) !important;
        pointer-events: none !important;
    }
}

@media (min-width: 992px) {
    body.site-premium.route-home .mobile-conversion-bar--home {
        display: none !important;
    }
}

@media (max-width: 575px) {
    body.site-premium.route-home .home-vitrine-hero {
        padding-top: 22px !important;
    }

    body.site-premium.route-home .hero-badge {
        padding: 11px 12px !important;
        font-size: .67rem !important;
        line-height: 1.45;
    }

    body.site-premium.route-home .hero-title {
        margin: 16px 0 12px !important;
        font-size: 2.28rem !important;
        line-height: 1.02 !important;
    }

    body.site-premium.route-home .hero-text {
        font-size: .94rem !important;
        line-height: 1.56 !important;
    }

    body.site-premium.route-home .home-hero-trust {
        gap: 6px;
        margin: 15px 0 18px;
    }

    body.site-premium.route-home .home-hero-trust span {
        min-height: 31px;
        padding: 6px 9px;
        font-size: .7rem;
    }

    body.site-premium.route-home .hero-actions {
        gap: 9px;
    }

    body.site-premium.route-home .hero-actions .btn {
        min-height: 48px;
    }

    body.site-premium.route-home .hero-pricing-pills {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        margin-top: 18px;
    }

    body.site-premium.route-home .hero-pricing-pills a {
        display: grid;
        gap: 5px;
        min-height: 58px;
        padding: 9px 8px;
    }

    body.site-premium.route-home .hero-pricing-pills span {
        font-size: .68rem;
    }

    body.site-premium.route-home .hero-right {
        margin-top: 18px !important;
    }

    body.site-premium.route-home .home-hero-showcase {
        gap: 0;
        padding: 8px;
    }

    body.site-premium.route-home .home-hero-media,
    body.site-premium.route-home .home-hero-media img {
        height: 220px !important;
        min-height: 220px !important;
    }

    body.site-premium.route-home .home-hero-media div {
        right: 14px;
        bottom: 13px;
        left: 14px;
    }

    body.site-premium.route-home .home-hero-media p {
        display: none;
    }

    body.site-premium.route-home .home-hero-plan-grid {
        display: none !important;
    }

    body.site-premium.route-home .home-fast-choice-section {
        padding: 22px 0 18px !important;
    }

    body.site-premium.route-home .home-choice-layout {
        gap: 18px;
    }

    body.site-premium.route-home .home-fast-choice-head h2 {
        font-size: 1.62rem !important;
    }

    body.site-premium.route-home .home-fast-choice-head p {
        font-size: .9rem;
        line-height: 1.55;
    }

    body.site-premium.route-home .home-fast-choice-grid {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 10px !important;
        margin: 0 -15px;
        padding: 0 15px 8px !important;
        overflow-x: auto;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
    }

    body.site-premium.route-home .home-fast-choice-grid::-webkit-scrollbar {
        display: none;
    }

    body.site-premium.route-home .home-fast-choice-card {
        flex: 0 0 min(78vw, 290px);
        min-height: 175px !important;
        scroll-snap-align: start;
    }

    body.site-premium .cookie-consent {
        bottom: 12px !important;
    }
}

@media (max-width: 767px) {
    body.site-premium .exact-product-hero {
        padding-top: 26px !important;
    }

    body.site-premium .exact-product-hero .intro-title {
        font-size: 2.25rem !important;
        line-height: 1.07 !important;
        letter-spacing: 0;
    }

    body.site-premium .exact-product-hero .modern-page-hero-summary {
        margin-bottom: 20px !important;
        font-size: .95rem !important;
        line-height: 1.56 !important;
    }

    body.site-premium .exact-product-hero .intro-points {
        gap: 8px !important;
        margin-bottom: 20px !important;
    }

    body.site-premium .exact-product-hero .intro-points li {
        min-height: 0 !important;
        padding: 12px 13px !important;
    }

    body.site-premium:is(.route-fivem-hosting, .route-vps-gaming) .product-hero-visual-col {
        margin-top: 24px !important;
    }
}

/* Editorial image pass: product photography with restrained interface depth. */
body.site-premium.route-home .home-vitrine-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

body.site-premium.route-home .home-vitrine-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        radial-gradient(circle at 76% 30%, rgba(40, 215, 255, .15), transparent 29rem),
        radial-gradient(circle at 20% 56%, rgba(35, 111, 244, .13), transparent 27rem);
    pointer-events: none;
}

body.site-premium.route-home .home-hero-showcase {
    position: relative;
    isolation: isolate;
    border-color: rgba(116, 207, 255, .32);
    box-shadow:
        0 36px 92px rgba(0, 0, 0, .42),
        0 0 0 1px rgba(93, 186, 250, .07),
        0 0 68px rgba(23, 143, 224, .12);
    transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease;
}

body.site-premium.route-home .home-hero-showcase::before {
    position: absolute;
    inset: -1px;
    z-index: -1;
    content: "";
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(40, 215, 255, .25), transparent 38%, rgba(54, 226, 160, .12));
}

body.site-premium.route-home .home-hero-media::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
        linear-gradient(100deg, rgba(4, 10, 20, .38), transparent 52%),
        radial-gradient(circle at 76% 36%, rgba(40, 215, 255, .11), transparent 34%);
    pointer-events: none;
}

body.site-premium.route-home .home-hero-media div {
    z-index: 2;
}

body.site-premium.route-home .home-hero-media img {
    transition: transform .65s ease, filter .4s ease;
}

@media (hover: hover) and (pointer: fine) {
    body.site-premium.route-home .home-hero-showcase:hover {
        transform: translateY(-4px);
        border-color: rgba(116, 207, 255, .48);
        box-shadow:
            0 42px 100px rgba(0, 0, 0, .46),
            0 0 76px rgba(23, 143, 224, .2);
    }

    body.site-premium.route-home .home-hero-showcase:hover .home-hero-media img {
        transform: scale(1.035);
        filter: saturate(.98) contrast(1.08) brightness(.76);
    }
}

body.site-premium.route-home .home-fast-choice-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

body.site-premium.route-home .home-fast-choice-card::after {
    position: absolute;
    right: -52px;
    bottom: -62px;
    z-index: -1;
    width: 128px;
    height: 128px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(40, 215, 255, .13), transparent 68%);
    transition: transform .28s ease;
}

@media (hover: hover) and (pointer: fine) {
    body.site-premium.route-home .home-fast-choice-card:hover {
        transform: translateY(-4px);
        border-color: rgba(40, 215, 255, .35) !important;
        box-shadow: 0 18px 38px rgba(0, 0, 0, .2);
    }

    body.site-premium.route-home .home-fast-choice-card:hover::after {
        transform: scale(1.26);
    }
}

body.site-premium.route-home .featured-plan-card {
    position: relative;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

body.site-premium.route-home .featured-plan-card::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, rgba(40, 215, 255, .86), transparent);
}

body.site-premium.route-home .featured-plan-card:nth-child(2)::after {
    background: linear-gradient(90deg, rgba(54, 226, 160, .9), transparent);
}

body.site-premium.route-home .featured-plan-card:nth-child(3)::after {
    background: linear-gradient(90deg, rgba(109, 157, 255, .94), transparent);
}

body.site-premium.route-home .featured-plan-card:nth-child(4)::after {
    background: linear-gradient(90deg, rgba(244, 196, 105, .92), transparent);
}

body.site-premium.route-home .featured-plan-card > img {
    object-position: center;
    transition: transform .45s ease, filter .32s ease;
}

@media (min-width: 576px) {
    body.site-premium.route-home .featured-plan-card > img {
        height: 158px;
        filter: saturate(.96) contrast(1.06) brightness(.82);
    }
}

@media (hover: hover) and (pointer: fine) {
    body.site-premium.route-home .featured-plan-card:hover {
        transform: translateY(-6px);
        border-color: rgba(98, 181, 236, .4);
        box-shadow: 0 28px 56px rgba(0, 0, 0, .3);
    }

    body.site-premium.route-home .featured-plan-card:hover > img {
        transform: scale(1.055);
        filter: saturate(1.03) contrast(1.08) brightness(.9);
    }
}

body.site-premium.route-home .peeryx-panel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-color: rgba(96, 185, 237, .25) !important;
    box-shadow: 0 32px 70px rgba(0, 0, 0, .25);
}

body.site-premium.route-home .peeryx-panel::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(7, 16, 30, .96) 0%, rgba(7, 16, 30, .9) 43%, rgba(7, 16, 30, .6) 100%),
        url("../img/visual-protection-premium.webp") right center / 62% auto no-repeat;
    opacity: .72;
    pointer-events: none;
}

body.site-premium.route-home .peeryx-panel > * {
    position: relative;
    z-index: 1;
}

body.site-premium.route-home .peeryx-dashboard {
    border-color: rgba(128, 197, 236, .23) !important;
    background: rgba(6, 14, 27, .78) !important;
    backdrop-filter: blur(8px);
}

body.site-premium.route-home .network-proof-panel {
    position: relative;
    overflow: hidden;
    border-color: rgba(93, 166, 216, .25);
    background:
        radial-gradient(circle at 82% 38%, rgba(40, 215, 255, .11), transparent 28%),
        linear-gradient(180deg, rgba(17, 24, 39, .92), rgba(7, 14, 27, .99));
}

body.site-premium.route-home .network-proof-panel::after {
    position: absolute;
    right: -110px;
    bottom: -155px;
    width: 400px;
    height: 400px;
    content: "";
    border: 1px solid rgba(40, 215, 255, .09);
    border-radius: 50%;
    box-shadow: inset 0 0 0 64px rgba(40, 215, 255, .025), inset 0 0 0 126px rgba(40, 215, 255, .022);
    pointer-events: none;
}

body.site-premium:not(.route-home) .product-hero-visual-wrap {
    isolation: isolate;
    overflow: hidden;
    border-radius: 20px !important;
    border-color: rgba(96, 185, 237, .29) !important;
    background: #06101f !important;
    box-shadow:
        0 32px 68px rgba(3, 8, 18, .42),
        inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

body.site-premium:not(.route-home) .product-hero-visual-wrap.has-cover .product-hero-image {
    width: 100%;
    height: 100%;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
    filter: saturate(.95) contrast(1.06) brightness(.72) !important;
}

body.site-premium:not(.route-home) .product-hero-visual-wrap.has-cover::before {
    z-index: 2;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(0deg, rgba(4, 11, 22, .55), transparent 55%);
}

body.site-premium .offer-live-backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.92) contrast(1.06) brightness(.56);
    transform: scale(1.02);
}

body.site-premium:is(.route-fivem-hosting, .route-vps-gaming) .product-hero-visual-wrap::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    border-radius: inherit;
    background:
        linear-gradient(110deg, rgba(5, 12, 24, .86), rgba(5, 12, 24, .5)),
        linear-gradient(0deg, rgba(4, 10, 20, .74), transparent 48%);
    opacity: 1 !important;
}

body.site-premium:is(.route-fivem-hosting, .route-vps-gaming) .offer-live-panel {
    z-index: 2;
    border-color: rgba(125, 192, 236, .25) !important;
    background:
        linear-gradient(145deg, rgba(9, 20, 36, .76), rgba(5, 11, 23, .88)) !important;
    backdrop-filter: blur(3px);
}

body.site-premium .btn-exact-primary {
    position: relative;
    overflow: hidden;
}

body.site-premium .btn-exact-primary::after {
    position: absolute;
    top: -50%;
    left: -78%;
    width: 50%;
    height: 200%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    transform: skewX(-22deg);
    transition: left .48s ease;
}

@media (hover: hover) and (pointer: fine) {
    body.site-premium .btn-exact-primary:hover::after {
        left: 124%;
    }
}

@media (max-width: 767px) {
    body.site-premium.route-home .peeryx-panel::after {
        background:
            linear-gradient(180deg, rgba(7, 16, 30, .98), rgba(7, 16, 30, .84)),
            url("../img/visual-protection-premium.webp") center bottom / auto 52% no-repeat;
        opacity: .62;
    }

    body.site-premium:not(.route-home) .product-hero-visual-wrap {
        border-radius: 15px !important;
    }

    body.site-premium:is(.route-fivem-hosting, .route-vps-gaming) .offer-live-panel {
        min-height: 356px;
        padding: 18px !important;
        gap: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.site-premium.route-home .home-hero-showcase,
    body.site-premium.route-home .home-hero-media img,
    body.site-premium.route-home .featured-plan-card,
    body.site-premium.route-home .featured-plan-card > img,
    body.site-premium.route-home .home-fast-choice-card,
    body.site-premium .btn-exact-primary::after {
        transition: none !important;
    }
}

/* Keep the new photography visible behind technical product panels. */
body.site-premium:is(.route-fivem-hosting, .route-vps-gaming) .product-hero-visual-wrap {
    display: flex !important;
    align-items: flex-end !important;
    padding: 118px 14px 14px !important;
}

body.site-premium:is(.route-fivem-hosting, .route-vps-gaming) .offer-live-backdrop {
    filter: saturate(1.02) contrast(1.06) brightness(.8);
}

body.site-premium:is(.route-fivem-hosting, .route-vps-gaming) .product-hero-visual-wrap::before {
    background:
        linear-gradient(180deg, rgba(4, 10, 20, .18), rgba(4, 10, 20, .7) 52%, rgba(4, 10, 20, .88)),
        linear-gradient(100deg, rgba(5, 12, 24, .48), transparent 70%);
}

body.site-premium:is(.route-fivem-hosting, .route-vps-gaming) .offer-live-panel {
    min-height: 0;
    gap: 13px;
    padding: 18px !important;
    background:
        linear-gradient(145deg, rgba(9, 20, 36, .78), rgba(5, 11, 23, .91)) !important;
}

body.site-premium.route-fivem-hosting .product-hero-row {
    background:
        radial-gradient(circle at 86% 18%, rgba(40, 215, 255, .07), transparent 28%),
        linear-gradient(145deg, #102137, #081322 66%, #06101d) !important;
}

@media (max-width: 767px) {
    body.site-premium .product-hero-visual-col,
    body.site-premium .product-hero-visual-wrap {
        width: 100% !important;
        max-width: none !important;
    }

    body.site-premium .product-hero-visual-wrap.has-cover {
        min-height: 300px !important;
    }

    body.site-premium .product-hero-visual-wrap.has-cover .offer-hero-context-card {
        right: 12px !important;
        bottom: 12px !important;
        left: 12px !important;
        width: auto !important;
        padding: 13px !important;
    }

    body.site-premium:is(.route-fivem-hosting, .route-vps-gaming) .product-hero-visual-wrap {
        min-height: 380px !important;
        padding: 94px 10px 10px !important;
    }

    body.site-premium:is(.route-fivem-hosting, .route-vps-gaming) .offer-live-panel {
        min-height: 0;
        padding: 14px !important;
        gap: 10px;
    }

    body.site-premium:not(.route-home):not(.route-fivem-hosting):not(.route-vps-gaming) .product-hero-row .product-hero-visual-col {
        display: grid !important;
        grid-column: 1 / -1 !important;
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 100% !important;
        margin: 0 !important;
        justify-self: stretch !important;
        justify-items: stretch !important;
    }

    body.site-premium:not(.route-home):not(.route-fivem-hosting):not(.route-vps-gaming) .product-hero-row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.site-premium:not(.route-home):not(.route-fivem-hosting):not(.route-vps-gaming) .product-hero-row .product-hero-copy {
        grid-column: 1 / -1 !important;
    }

    body.site-premium:not(.route-home):not(.route-fivem-hosting):not(.route-vps-gaming) .product-hero-row .product-hero-visual-wrap.has-cover {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 100% !important;
        min-height: 252px !important;
        height: 252px !important;
        margin: 0 !important;
        justify-self: stretch !important;
    }

    body.site-premium:not(.route-home):not(.route-fivem-hosting):not(.route-vps-gaming) .product-hero-row .hero-metric-rail {
        width: 100% !important;
        max-width: none !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    body.site-premium:not(.route-home):not(.route-fivem-hosting):not(.route-vps-gaming) .product-hero-row .offer-hero-context-card {
        top: auto !important;
        background: rgba(6, 17, 31, .86) !important;
        backdrop-filter: blur(5px);
    }

    body.site-premium:not(.route-home):not(.route-fivem-hosting):not(.route-vps-gaming) .product-hero-row .offer-hero-context-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    body.site-premium.route-minecraft-hosting .product-hero-image {
        object-position: right center;
    }
}

/* Final placement pass for the image-heavy sections. */
body.site-premium.route-home .network-proof-panel {
    isolation: isolate;
    border-color: rgba(93, 166, 216, .32) !important;
    background:
        radial-gradient(circle at 82% 34%, rgba(40, 215, 255, .14), transparent 28%),
        linear-gradient(180deg, rgba(17, 24, 39, .95), rgba(7, 14, 27, .99)) !important;
    box-shadow:
        0 30px 76px rgba(0, 0, 0, .32),
        inset 0 1px 0 rgba(255, 255, 255, .07);
}

body.site-premium.route-home .network-proof-panel::before {
    position: absolute;
    inset: -12% -8% -12% auto;
    z-index: 0;
    width: min(62%, 720px);
    content: "";
    background:
        linear-gradient(90deg, rgba(7, 14, 27, .98), rgba(7, 14, 27, .16) 46%, rgba(7, 14, 27, .04)),
        url("../img/visual-network-premium.webp") right center / cover no-repeat;
    opacity: .58;
    filter: saturate(1.04) contrast(1.05);
    pointer-events: none;
}

body.site-premium.route-home .network-proof-panel::after {
    z-index: 0;
}

body.site-premium.route-home .network-proof-panel > * {
    position: relative;
    z-index: 1;
}

body.site-premium:not(.route-home) .product-hero-visual-wrap.has-cover {
    min-height: 430px;
}

body.site-premium:not(.route-home) .product-hero-visual-wrap.has-cover::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(4, 11, 22, .38), transparent 54%),
        radial-gradient(circle at 82% 18%, rgba(40, 215, 255, .14), transparent 30%);
    pointer-events: none;
}

body.site-premium:not(.route-home) .product-hero-visual-wrap.has-cover .product-hero-image {
    object-position: center center;
}

body.site-premium:is(.route-dedicated-servers, .route-about) .product-hero-visual-wrap.has-cover .product-hero-image {
    object-position: 66% center;
}

body.site-premium:is(.route-ip-transit, .route-network) .product-hero-visual-wrap.has-cover .product-hero-image {
    object-position: 72% center;
}

body.site-premium:is(.route-contact, .route-reviews) .product-hero-visual-wrap.has-cover .product-hero-image {
    object-position: center center;
}

body.site-premium:not(.route-home) .product-floating-card,
body.site-premium:not(.route-home) .offer-hero-context-card {
    z-index: 4 !important;
    border-color: rgba(142, 216, 255, .25) !important;
    background: rgba(6, 17, 31, .82) !important;
    backdrop-filter: blur(8px);
}

body.site-premium.route-contact .contact-hero-premium {
    position: relative;
    isolation: isolate;
    min-height: 430px;
    overflow: hidden;
    background-position: center center !important;
}

body.site-premium.route-contact .contact-hero-premium::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(4, 11, 22, .98) 0%, rgba(4, 11, 22, .88) 36%, rgba(4, 11, 22, .18) 72%, rgba(4, 11, 22, .08) 100%),
        url("../img/visual-support-premium.webp") right center / min(68%, 860px) auto no-repeat;
    opacity: .95;
    pointer-events: none;
}

body.site-premium.route-contact .contact-hero-premium::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
        radial-gradient(circle at 78% 24%, rgba(40, 215, 255, .18), transparent 32%),
        linear-gradient(0deg, rgba(4, 10, 20, .92), transparent 52%);
    pointer-events: none;
}

body.site-premium.route-contact .contact-hero-premium .container {
    position: relative;
    z-index: 2;
}

body.site-premium.route-contact .contact-us-promo,
body.site-premium.route-contact .contact-us-section {
    background: linear-gradient(180deg, rgba(6, 14, 27, .98), rgba(4, 9, 18, .99)) !important;
}

body.site-premium.route-contact .single-promo-card,
body.site-premium.route-contact .contact-us-form,
body.site-premium.route-contact .contact-us-content {
    border: 1px solid rgba(142, 216, 255, .2) !important;
    background:
        linear-gradient(145deg, rgba(14, 30, 49, .92), rgba(6, 13, 25, .98)) !important;
    color: #dbe9f6;
    box-shadow:
        0 22px 54px rgba(0, 0, 0, .24),
        inset 0 1px 0 rgba(255, 255, 255, .06);
}

body.site-premium.route-contact .single-promo-card h5,
body.site-premium.route-contact .contact-us-form h4,
body.site-premium.route-contact .contact-us-content h2 {
    color: #f6f9fd !important;
}

body.site-premium.route-contact .single-promo-card p,
body.site-premium.route-contact .contact-us-content p {
    color: #adc2d8 !important;
}

body.site-premium.route-contact .contact-us-form .form-control {
    border-color: rgba(142, 216, 255, .22) !important;
    background: rgba(4, 11, 22, .72) !important;
    color: #f6f9fd !important;
}

body.site-premium.route-home .home-proof-card::before,
body.site-premium.route-home .home-seo-details::before {
    z-index: 0;
}

body.site-premium.route-home .home-proof-card > *,
body.site-premium.route-home .home-seo-details summary,
body.site-premium.route-home .home-seo-details-body {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    body.site-premium.route-home .featured-dedicated-band::before,
    body.site-premium.route-home .home-closing-panel::before,
    body.site-premium.route-home .network-proof-panel::before {
        inset: auto -18% -18% -18%;
        width: auto;
        height: 58%;
        opacity: .38;
        background-position: center bottom;
    }

    body.site-premium:not(.route-home) .product-hero-visual-wrap.has-cover {
        min-height: 310px !important;
    }
}

/* Polishing pass: more depth, motion and expensive-looking surfaces. */
@keyframes cubix-ambient-drift {
    0% {
        transform: translate3d(-1.5%, -1%, 0) scale(1);
        opacity: .68;
    }
    50% {
        transform: translate3d(1.5%, 1%, 0) scale(1.04);
        opacity: .88;
    }
    100% {
        transform: translate3d(-1.5%, -1%, 0) scale(1);
        opacity: .68;
    }
}

@keyframes cubix-shine-sweep {
    0% {
        transform: translateX(-115%) skewX(-18deg);
    }
    100% {
        transform: translateX(215%) skewX(-18deg);
    }
}

@keyframes cubix-soft-pulse {
    0%, 100% {
        opacity: .55;
        transform: scale(1);
    }
    50% {
        opacity: .9;
        transform: scale(1.08);
    }
}

body.site-premium .main {
    position: relative;
    overflow: hidden;
}

body.site-premium .main::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background:
        radial-gradient(circle at 78% 8%, rgba(40, 215, 255, .08), transparent 24rem),
        radial-gradient(circle at 14% 28%, rgba(54, 226, 160, .055), transparent 22rem),
        linear-gradient(rgba(142, 216, 255, .018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(142, 216, 255, .014) 1px, transparent 1px);
    background-size: auto, auto, 84px 84px, 84px 84px;
    pointer-events: none;
}

body.site-premium .main > * {
    position: relative;
    z-index: 1;
}

body.site-premium .modern-navbar {
    position: relative;
    z-index: 6002;
    overflow: visible !important;
}

body.site-premium .modern-header,
body.site-premium .modern-nav-wrap,
body.site-premium .modern-nav-collapse,
body.site-premium .modern-main-nav,
body.site-premium .modern-nav-item.has-mega {
    overflow: visible;
}

body.site-premium .modern-header,
body.site-premium .modern-nav-wrap {
    z-index: 6000;
}

body.site-premium .modern-nav-item.has-mega:hover,
body.site-premium .modern-nav-item.has-mega:focus-within {
    z-index: 6003;
}

body.site-premium .modern-navbar::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        radial-gradient(circle at 14% 0%, rgba(142, 216, 255, .12), transparent 34%),
        radial-gradient(circle at 86% 100%, rgba(54, 226, 160, .08), transparent 28%);
    pointer-events: none;
}

body.site-premium .modern-navbar > * {
    position: relative;
    z-index: 1;
}

body.site-premium .modern-mega-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

body.site-premium .modern-mega-card::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        radial-gradient(circle at 18% 18%, rgba(40, 215, 255, .13), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, .045), transparent 52%);
    opacity: 0;
    transition: opacity .22s ease;
}

body.site-premium .modern-mega-thumb img,
body.site-premium .modern-mega-preview {
    transition: transform .36s ease, filter .28s ease;
}

@media (hover: hover) and (pointer: fine) {
    body.site-premium .modern-mega-card:hover::before,
    body.site-premium .modern-mega-card:focus-visible::before {
        opacity: 1;
    }

    body.site-premium .modern-mega-card:hover .modern-mega-thumb img,
    body.site-premium .modern-mega-card:focus-visible .modern-mega-thumb img {
        transform: scale(1.08);
        filter: saturate(1.06) contrast(1.08) brightness(.9);
    }
}

body.site-premium.route-home .home-vitrine-hero::after {
    position: absolute;
    inset: -16% -12% auto auto;
    z-index: -1;
    width: min(62vw, 920px);
    height: min(62vw, 920px);
    content: "";
    border-radius: 999px;
    background:
        conic-gradient(from 210deg, transparent, rgba(40, 215, 255, .12), transparent, rgba(54, 226, 160, .08), transparent);
    filter: blur(18px);
    pointer-events: none;
    animation: cubix-ambient-drift 11s ease-in-out infinite;
}

body.site-premium.route-home .home-hero-showcase::after {
    position: absolute;
    top: -28%;
    bottom: -28%;
    left: 0;
    z-index: 3;
    width: 38%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .08), transparent);
    opacity: .42;
    pointer-events: none;
    transform: translateX(-115%) skewX(-18deg);
}

@media (hover: hover) and (pointer: fine) {
    body.site-premium.route-home .home-hero-showcase:hover::after {
        animation: cubix-shine-sweep .95s ease forwards;
    }
}

body.site-premium.route-home .home-hero-plan-grid a,
body.site-premium.route-home .hero-pricing-pills a {
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

body.site-premium.route-home .home-hero-plan-grid a::before,
body.site-premium.route-home .hero-pricing-pills a::before {
    position: absolute;
    inset: 0;
    content: "";
    background: radial-gradient(circle at 18% 14%, rgba(40, 215, 255, .16), transparent 36%);
    opacity: .7;
    pointer-events: none;
}

body.site-premium.route-home .home-fast-choice-card::before,
body.site-premium.route-home .home-proof-card::after {
    opacity: .8;
}

body.site-premium.route-home .featured-plan-card {
    isolation: isolate;
    overflow: hidden;
}

body.site-premium.route-home .featured-plan-card::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
        linear-gradient(115deg, rgba(255, 255, 255, .075), transparent 26%),
        radial-gradient(circle at 80% 8%, rgba(40, 215, 255, .12), transparent 24%);
    opacity: .55;
    pointer-events: none;
}

body.site-premium.route-home .featured-plan-card > img {
    position: relative;
    z-index: 0;
}

body.site-premium.route-home .featured-plan-content {
    position: relative;
    z-index: 2;
}

body.site-premium.route-home .featured-plan-tag {
    box-shadow: 0 0 24px rgba(40, 215, 255, .12);
}

body.site-premium.route-home .peeryx-dashboard,
body.site-premium.route-home .network-route-board article,
body.site-premium.route-home .home-closing-panel,
body.site-premium.route-home .featured-dedicated-band {
    backdrop-filter: blur(10px);
}

body.site-premium.route-home .network-route-board article {
    position: relative;
    overflow: hidden;
}

body.site-premium.route-home .peeryx-chart span {
    box-shadow: 0 0 18px rgba(40, 215, 255, .22);
}

body.site-premium.route-home .network-route-board article::after {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 7px;
    height: 7px;
    content: "";
    border-radius: 999px;
    background: #36e2a0;
    box-shadow: 0 0 18px rgba(54, 226, 160, .48);
    animation: cubix-soft-pulse 2.8s ease-in-out infinite;
}

body.site-premium.route-home .home-closing-panel .btn,
body.site-premium .exact-footer-band-actions .btn {
    min-height: 50px;
    align-items: center;
    justify-content: center;
}

body.site-premium:not(.route-home) .product-hero-row {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

body.site-premium:not(.route-home) .product-hero-row::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        radial-gradient(circle at 78% 18%, rgba(40, 215, 255, .09), transparent 30%),
        radial-gradient(circle at 16% 86%, rgba(54, 226, 160, .055), transparent 34%);
    pointer-events: none;
}

body.site-premium:not(.route-home) .product-hero-visual-wrap.has-cover {
    box-shadow:
        0 36px 86px rgba(0, 0, 0, .42),
        0 0 0 1px rgba(142, 216, 255, .1),
        inset 0 1px 0 rgba(255, 255, 255, .1) !important;
}

body.site-premium:not(.route-home) .product-hero-visual-wrap.has-cover::before {
    background:
        linear-gradient(0deg, rgba(4, 11, 22, .68), transparent 56%),
        linear-gradient(110deg, rgba(4, 11, 22, .38), transparent 62%) !important;
}

body.site-premium .offer-stack-card,
body.site-premium.route-vps-gaming .vps-game-plan-card,
body.site-premium.route-fivem-hosting .offer-stack-card--fivem {
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

@media (hover: hover) and (pointer: fine) {
    body.site-premium .offer-stack-card:hover,
    body.site-premium.route-vps-gaming .vps-game-plan-card:hover,
    body.site-premium.route-fivem-hosting .offer-stack-card--fivem:hover {
        transform: translateY(-7px);
        border-color: rgba(142, 216, 255, .44) !important;
        box-shadow:
            0 32px 72px rgba(0, 0, 0, .34),
            0 0 52px rgba(40, 215, 255, .1) !important;
    }
}

body.site-premium .exact-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

body.site-premium .exact-footer::after {
    position: absolute;
    right: -9%;
    bottom: 6%;
    z-index: -1;
    width: min(56vw, 760px);
    height: min(56vw, 760px);
    content: "";
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(40, 215, 255, .12), transparent 62%),
        url("../img/visual-network-premium.webp") center / cover no-repeat;
    opacity: .28;
    filter: blur(2px) saturate(1.08);
    pointer-events: none;
}

body.site-premium .exact-footer-band {
    position: relative;
    overflow: hidden;
}

body.site-premium .exact-footer-band::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(7, 16, 30, .96), rgba(7, 16, 30, .58)),
        url("../img/visual-support-premium.webp") right center / auto 118% no-repeat;
    opacity: .58;
    pointer-events: none;
}

body.site-premium .exact-footer-band > * {
    position: relative;
    z-index: 1;
}

body.site-premium .footer-highlight-pill,
body.site-premium .footer-contact-card,
body.site-premium .footer-link-group {
    position: relative;
    overflow: hidden;
}

body.site-premium .footer-highlight-pill::before,
body.site-premium .footer-contact-card::before,
body.site-premium .footer-link-group::before {
    position: absolute;
    inset: 0;
    content: "";
    background: radial-gradient(circle at 18% 10%, rgba(40, 215, 255, .12), transparent 38%);
    opacity: .65;
    pointer-events: none;
}

body.site-premium .footer-highlight-pill > *,
body.site-premium .footer-contact-card > *,
body.site-premium .footer-link-group > * {
    position: relative;
    z-index: 1;
}

body.site-premium .scroll-top {
    box-shadow:
        0 18px 42px rgba(0, 0, 0, .3),
        0 0 26px rgba(40, 215, 255, .18) !important;
}

@media (prefers-reduced-motion: reduce) {
    body.site-premium.route-home .home-vitrine-hero::after,
    body.site-premium.route-home .network-route-board article::after {
        animation: none !important;
    }
}

@media (max-width: 767px) {
    body.site-premium .main::before {
        background-size: auto, auto, 64px 64px, 64px 64px;
        opacity: .72;
    }

    body.site-premium.route-home .home-vitrine-hero::after {
        width: 420px;
        height: 420px;
        opacity: .52;
    }

    body.site-premium .exact-footer-band::before {
        background:
            linear-gradient(180deg, rgba(7, 16, 30, .97), rgba(7, 16, 30, .78)),
            url("../img/visual-support-premium.webp") center bottom / auto 70% no-repeat;
        opacity: .42;
    }

    body.site-premium.route-contact .contact-hero-premium {
        min-height: 330px;
        padding-top: 72px !important;
        padding-bottom: 66px !important;
        background-position: 62% center !important;
    }

    body.site-premium.route-contact .contact-hero-premium::before {
        background:
            linear-gradient(180deg, rgba(4, 11, 22, .96), rgba(4, 11, 22, .78) 58%, rgba(4, 11, 22, .6)),
            linear-gradient(90deg, rgba(4, 11, 22, .98), rgba(4, 11, 22, .62) 66%, transparent),
            url("../img/visual-support-premium.webp") 64% center / auto 108% no-repeat;
        opacity: .94;
    }

    body.site-premium.route-contact .contact-hero-premium::after {
        background:
            radial-gradient(circle at 70% 24%, rgba(40, 215, 255, .2), transparent 34%),
            linear-gradient(0deg, rgba(4, 10, 20, .52), transparent 60%);
    }

    body.site-premium.route-contact .page-header-content h1 {
        max-width: 11ch;
        font-size: 2.65rem;
        line-height: 1.06;
    }

    body.site-premium.route-contact .page-header-content .lead {
        max-width: 21rem;
        font-size: 1.06rem;
        line-height: 1.45;
    }

    body.site-premium.route-contact .contact-us-promo {
        padding-top: 56px !important;
    }
}

/* Fourth visual pass: command-center art, sharper conversion surfaces. */
body.site-premium.route-home .network-proof-panel::before {
    inset: -16% -8% -16% auto;
    width: min(68%, 820px);
    background:
        linear-gradient(90deg, rgba(7, 14, 27, .99), rgba(7, 14, 27, .28) 44%, rgba(7, 14, 27, .06)),
        url("../img/visual-command-center-premium.webp") right center / cover no-repeat;
    opacity: .72;
    filter: saturate(1.08) contrast(1.08);
}

body.site-premium.route-home .home-closing-panel {
    min-height: 292px;
    border-color: rgba(83, 201, 255, .5) !important;
}

body.site-premium.route-home .home-closing-panel::before {
    inset: -22% -7% -22% auto;
    width: min(68%, 830px);
    background:
        linear-gradient(90deg, rgba(9, 19, 34, .99), rgba(9, 19, 34, .42) 45%, rgba(9, 19, 34, .08)),
        url("../img/visual-command-center-premium.webp") right center / cover no-repeat;
    opacity: .86;
    filter: saturate(1.08) contrast(1.06);
}

body.site-premium.route-home .home-closing-panel h2,
body.site-premium .exact-footer-band-copy strong {
    text-shadow: 0 18px 46px rgba(0, 0, 0, .38);
}

body.site-premium.route-home .home-proof-card,
body.site-premium.route-home .faq-exact-card,
body.site-premium .footer-highlight-pill,
body.site-premium .footer-contact-card {
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

body.site-premium.route-home .home-proof-icon {
    transition: transform .24s ease, box-shadow .24s ease;
}

body.site-premium.route-home .faq-exact-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-color: rgba(142, 216, 255, .2) !important;
    background:
        linear-gradient(145deg, rgba(13, 28, 46, .92), rgba(6, 13, 25, .98)) !important;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, .2),
        inset 0 1px 0 rgba(255, 255, 255, .055);
}

body.site-premium.route-home .faq-exact-card::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background:
        linear-gradient(115deg, rgba(255, 255, 255, .065), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(40, 215, 255, .14), transparent 34%);
    opacity: .72;
    pointer-events: none;
}

body.site-premium.route-home .faq-exact-trigger,
body.site-premium.route-home .faq-exact-content {
    position: relative;
    z-index: 1;
}

body.site-premium.route-home .faq-exact-trigger i {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(142, 216, 255, .22);
    border-radius: 999px;
    background: rgba(40, 215, 255, .08);
    color: #8ed8ff;
}

body.site-premium .btn-exact-primary {
    box-shadow:
        0 18px 38px rgba(20, 160, 255, .24),
        inset 0 1px 0 rgba(255, 255, 255, .22) !important;
}

body.site-premium .btn-exact-secondary {
    box-shadow:
        0 14px 30px rgba(0, 0, 0, .18),
        inset 0 1px 0 rgba(255, 255, 255, .08);
}

body.site-premium .exact-footer::after {
    right: -12%;
    bottom: 2%;
    width: min(62vw, 860px);
    height: min(62vw, 860px);
    background:
        radial-gradient(circle, rgba(40, 215, 255, .14), transparent 58%),
        url("../img/visual-command-center-premium.webp") center / cover no-repeat;
    opacity: .25;
    filter: blur(2px) saturate(1.08);
}

body.site-premium .exact-footer-band {
    border-color: rgba(88, 194, 255, .34) !important;
    box-shadow:
        0 30px 74px rgba(0, 0, 0, .34),
        inset 0 1px 0 rgba(255, 255, 255, .09);
}

body.site-premium .exact-footer-band::before {
    background:
        linear-gradient(90deg, rgba(7, 16, 30, .98), rgba(7, 16, 30, .68) 48%, rgba(7, 16, 30, .18)),
        url("../img/visual-command-center-premium.webp") right center / auto 126% no-repeat;
    opacity: .7;
}

body.site-premium .footer-highlight-pill::after,
body.site-premium .footer-contact-card::after {
    position: absolute;
    inset: auto 16px 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(142, 216, 255, .5), transparent);
    opacity: .55;
    pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
    body.site-premium.route-home .home-proof-card:hover,
    body.site-premium.route-home .faq-exact-card:hover,
    body.site-premium .footer-highlight-pill:hover,
    body.site-premium .footer-contact-card:hover {
        transform: translateY(-6px);
        border-color: rgba(142, 216, 255, .42) !important;
        box-shadow:
            0 28px 66px rgba(0, 0, 0, .3),
            0 0 44px rgba(40, 215, 255, .08);
    }

    body.site-premium.route-home .home-proof-card:hover .home-proof-icon {
        transform: translateY(-2px) scale(1.04);
        box-shadow:
            0 14px 34px rgba(40, 215, 255, .18),
            inset 0 1px 0 rgba(255, 255, 255, .12);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.site-premium.route-home .home-proof-card,
    body.site-premium.route-home .faq-exact-card,
    body.site-premium .footer-highlight-pill,
    body.site-premium .footer-contact-card,
    body.site-premium.route-home .home-proof-icon {
        transition: none !important;
    }
}

@media (max-width: 767px) {
    body.site-premium.route-home .network-proof-panel::before,
    body.site-premium.route-home .home-closing-panel::before {
        inset: auto -18% -16% -18%;
        width: auto;
        height: 62%;
        background:
            linear-gradient(180deg, rgba(7, 14, 27, .98), rgba(7, 14, 27, .72) 44%, rgba(7, 14, 27, .22)),
            url("../img/visual-command-center-premium.webp") center bottom / cover no-repeat;
        opacity: .42;
    }

    body.site-premium.route-home .home-closing-panel {
        min-height: auto;
    }

    body.site-premium.route-home .faq-exact-trigger i {
        width: 28px;
        height: 28px;
    }

    body.site-premium .exact-footer-band::before {
        background:
            linear-gradient(180deg, rgba(7, 16, 30, .98), rgba(7, 16, 30, .84) 58%, rgba(7, 16, 30, .46)),
            url("../img/visual-command-center-premium.webp") center bottom / auto 76% no-repeat;
        opacity: .48;
    }
}

/* Fifth visual pass: shared trust strip and cross-page premium lift. */
:root {
    --cs-lift-bg: #050910;
    --cs-lift-surface: rgba(10, 22, 34, .94);
    --cs-lift-surface-2: rgba(14, 31, 45, .96);
    --cs-lift-line: rgba(142, 170, 205, .22);
    --cs-lift-line-hot: rgba(76, 214, 142, .42);
    --cs-lift-text: #f6fbff;
    --cs-lift-muted: #a8bdd1;
    --cs-lift-cyan: #47d6ff;
    --cs-lift-green: #4cdb8a;
    --cs-lift-amber: #f4c069;
    --cs-lift-rose: #ff7aa6;
}

body.site-premium {
    text-rendering: geometricPrecision;
}

body.site-premium .site-confidence-strip {
    position: relative;
    z-index: 42;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid rgba(142, 216, 255, .14);
    background:
        linear-gradient(90deg, rgba(6, 13, 24, .98), rgba(9, 22, 34, .97)),
        radial-gradient(circle at 84% 0%, rgba(71, 214, 255, .12), transparent 32%);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}

body.site-premium .site-confidence-strip::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, .035), transparent),
        linear-gradient(rgba(142, 216, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(142, 216, 255, .018) 1px, transparent 1px);
    background-size: auto, 74px 74px, 74px 74px;
    pointer-events: none;
}

body.site-premium .site-confidence-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(245px, .92fr) minmax(0, 2.15fr) auto;
    align-items: stretch;
    gap: 10px;
}

body.site-premium .site-confidence-status,
body.site-premium .site-confidence-card,
body.site-premium .site-confidence-actions a {
    min-width: 0;
    color: var(--cs-lift-text) !important;
    text-decoration: none !important;
}

body.site-premium .site-confidence-status {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 12px 14px;
    overflow: hidden;
    border: 1px solid rgba(76, 214, 142, .27);
    border-radius: 12px;
    background:
        linear-gradient(100deg, rgba(12, 28, 39, .98), rgba(7, 16, 27, .98));
    box-shadow:
        0 18px 40px rgba(0, 0, 0, .24),
        inset 0 1px 0 rgba(255, 255, 255, .07);
}

body.site-premium .site-confidence-status::before {
    position: absolute;
    inset: -28% -10% -38% auto;
    z-index: -1;
    width: min(58%, 360px);
    content: "";
    background:
        linear-gradient(90deg, rgba(7, 16, 27, .95), rgba(7, 16, 27, .12)),
        url("../img/visual-command-center-premium.webp") right center / cover no-repeat;
    opacity: .36;
    pointer-events: none;
}

body.site-premium .site-confidence-pulse {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: var(--cs-lift-green);
    box-shadow:
        0 0 0 6px rgba(76, 219, 138, .13),
        0 0 26px rgba(76, 219, 138, .5);
}

body.site-premium .site-confidence-status strong,
body.site-premium .site-confidence-card strong {
    display: block;
    color: var(--cs-lift-text) !important;
    font-size: .91rem;
    font-weight: 820;
    line-height: 1.18;
    overflow-wrap: anywhere;
}

body.site-premium .site-confidence-status small,
body.site-premium .site-confidence-card small {
    display: block;
    margin-top: 4px;
    color: var(--cs-lift-muted) !important;
    font-size: .74rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

body.site-premium .site-confidence-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

body.site-premium .site-confidence-card {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 72px;
    padding: 11px 12px;
    overflow: hidden;
    border: 1px solid var(--cs-lift-line);
    border-radius: 12px;
    background:
        radial-gradient(circle at var(--cursor-x, 18%) var(--cursor-y, 12%), rgba(255, 255, 255, .09), transparent 28%),
        linear-gradient(145deg, rgba(13, 30, 45, .92), rgba(6, 14, 25, .97));
    box-shadow:
        0 16px 34px rgba(0, 0, 0, .2),
        inset 0 1px 0 rgba(255, 255, 255, .06);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

body.site-premium .site-confidence-card::after {
    position: absolute;
    inset: auto 12px 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, var(--card-accent, var(--cs-lift-cyan)), transparent);
    opacity: .62;
    pointer-events: none;
}

body.site-premium .site-confidence-card i {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(71, 214, 255, .28);
    border-radius: 10px;
    background: rgba(71, 214, 255, .1);
    color: var(--card-accent, var(--cs-lift-cyan));
    font-size: 1rem;
}

body.site-premium .site-confidence-card.is-accent-1 { --card-accent: var(--cs-lift-cyan); }
body.site-premium .site-confidence-card.is-accent-2 { --card-accent: var(--cs-lift-green); }
body.site-premium .site-confidence-card.is-accent-3 { --card-accent: var(--cs-lift-amber); }
body.site-premium .site-confidence-card.is-accent-4 { --card-accent: var(--cs-lift-rose); }

body.site-premium .site-confidence-card.is-accent-2 i {
    border-color: rgba(76, 219, 138, .3);
    background: rgba(76, 219, 138, .1);
}

body.site-premium .site-confidence-card.is-accent-3 i {
    border-color: rgba(244, 192, 105, .32);
    background: rgba(244, 192, 105, .1);
}

body.site-premium .site-confidence-card.is-accent-4 i {
    border-color: rgba(255, 122, 166, .3);
    background: rgba(255, 122, 166, .1);
}

body.site-premium .site-confidence-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    width: 162px;
}

body.site-premium .site-confidence-actions a {
    display: grid;
    place-items: center;
    min-height: 32px;
    padding: 8px 10px;
    border: 1px solid rgba(142, 216, 255, .18);
    border-radius: 10px;
    background: rgba(255, 255, 255, .055);
    color: #dcefff !important;
    font-size: .73rem;
    font-weight: 780;
    line-height: 1.15;
    text-align: center;
    overflow-wrap: anywhere;
}

body.site-premium .site-confidence-actions a:last-child {
    border-color: rgba(76, 219, 138, .28);
    background: rgba(76, 219, 138, .095);
    color: #dfffea !important;
}

@media (hover: hover) and (pointer: fine) {
    body.site-premium .site-confidence-card:hover,
    body.site-premium .site-confidence-card:focus-visible,
    body.site-premium .site-confidence-status:hover,
    body.site-premium .site-confidence-status:focus-visible {
        transform: translateY(-3px);
        border-color: rgba(142, 216, 255, .46);
        box-shadow:
            0 24px 52px rgba(0, 0, 0, .3),
            0 0 38px rgba(71, 214, 255, .09);
    }
}

body.site-premium:not(.route-home) .main::after {
    position: absolute;
    top: 0;
    right: -12%;
    z-index: 0;
    width: min(68vw, 920px);
    height: 620px;
    content: "";
    background:
        linear-gradient(90deg, rgba(5, 9, 16, .92), rgba(5, 9, 16, .26) 42%, transparent),
        url("../img/visual-command-center-premium.webp") right top / cover no-repeat;
    opacity: .18;
    filter: saturate(1.06) contrast(1.05);
    pointer-events: none;
}

body.site-premium:not(.route-home) .page-header-section {
    display: flex;
    align-items: center;
    min-height: clamp(360px, 38vw, 520px);
    padding-top: clamp(70px, 8vw, 118px) !important;
    padding-bottom: clamp(70px, 8vw, 118px) !important;
    border-bottom: 1px solid rgba(142, 216, 255, .18);
    background:
        linear-gradient(115deg, rgba(5, 10, 19, .99), rgba(8, 21, 34, .96) 52%, rgba(9, 18, 31, .78)) !important;
}

body.site-premium:not(.route-home) .page-header-section::after {
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(5, 10, 19, .98), rgba(5, 10, 19, .7) 42%, rgba(5, 10, 19, .16)),
        radial-gradient(circle at 28% 18%, rgba(76, 219, 138, .18), transparent 23rem),
        radial-gradient(circle at 82% 36%, rgba(71, 214, 255, .2), transparent 24rem),
        url("../img/visual-command-center-premium.webp") right center / auto 118% no-repeat;
    opacity: .9;
}

body.site-premium.route-network .page-header-section::after {
    background:
        linear-gradient(90deg, rgba(5, 10, 19, .98), rgba(5, 10, 19, .7) 42%, rgba(5, 10, 19, .16)),
        radial-gradient(circle at 28% 18%, rgba(76, 219, 138, .18), transparent 23rem),
        radial-gradient(circle at 82% 36%, rgba(71, 214, 255, .2), transparent 24rem),
        url("../img/visual-network-premium.webp") right center / auto 118% no-repeat;
}

body.site-premium.route-contact .page-header-section::after {
    background:
        linear-gradient(90deg, rgba(5, 10, 19, .98), rgba(5, 10, 19, .68) 42%, rgba(5, 10, 19, .12)),
        radial-gradient(circle at 28% 18%, rgba(255, 122, 166, .14), transparent 23rem),
        radial-gradient(circle at 82% 36%, rgba(71, 214, 255, .19), transparent 24rem),
        url("../img/visual-support-premium.webp") right center / auto 118% no-repeat;
}

body.site-premium.route-reviews .page-header-section::after,
body.site-premium.route-about .page-header-section::after,
body.site-premium.route-resellers .page-header-section::after {
    background:
        linear-gradient(90deg, rgba(5, 10, 19, .98), rgba(5, 10, 19, .7) 42%, rgba(5, 10, 19, .16)),
        radial-gradient(circle at 28% 18%, rgba(244, 192, 105, .17), transparent 23rem),
        radial-gradient(circle at 82% 36%, rgba(71, 214, 255, .18), transparent 24rem),
        url("../img/hero-datacenter-trust.webp") right center / auto 118% no-repeat;
}

body.site-premium:not(.route-home) .page-header-content {
    max-width: 720px;
}

body.site-premium:not(.route-home) .page-header-content h1 {
    max-width: 13ch;
    margin-bottom: 16px !important;
    font-size: 4.2rem;
    line-height: .98;
    text-shadow: 0 24px 58px rgba(0, 0, 0, .42);
}

body.site-premium:not(.route-home) .page-header-content .lead,
body.site-premium:not(.route-home) .page-header-content p {
    max-width: 58ch;
    font-size: 1.08rem;
}

body.site-premium :is(.exact-heading, .section-heading) h2,
body.site-premium:not(.route-home) :is(.feature-tab-section, .feature-section, .client-review-section, .contact-us-section, .network-map-section, .vps-pricing-plane, .pricing-section, .call-to-action) h2 {
    color: var(--cs-lift-text) !important;
    -webkit-text-fill-color: var(--cs-lift-text) !important;
    letter-spacing: 0 !important;
}

body.site-premium :is(.exact-heading, .section-heading) p,
body.site-premium:not(.route-home) :is(.feature-tab-section, .feature-section, .client-review-section, .contact-us-section, .network-map-section, .vps-pricing-plane, .pricing-section, .call-to-action) p,
body.site-premium:not(.route-home) .text-muted {
    color: var(--cs-lift-muted) !important;
    -webkit-text-fill-color: var(--cs-lift-muted) !important;
}

body.site-premium:not(.route-home) :is(.gray-light-bg, .client-review-section, .vps-pricing-plane, .feature-tab-section.gray-light-bg) {
    background:
        radial-gradient(circle at 15% 5%, rgba(76, 219, 138, .075), transparent 22rem),
        linear-gradient(180deg, rgba(7, 15, 27, .98), rgba(4, 9, 17, .995)) !important;
}

body.site-premium:not(.route-home) :is(.card, .single-promo-card, .single-pricing-pack, .single-service, .contact-us-form, .contact-us-content, .client-review-section .border.rounded, .feature-tab-section .image-box, .network-premium-map, .legacy-offer-card, .comparision-table, .pricing-table, .accordion .card) {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid var(--cs-lift-line) !important;
    border-radius: 12px !important;
    background:
        radial-gradient(circle at var(--cursor-x, 12%) var(--cursor-y, 14%), rgba(255, 255, 255, .075), transparent 30%),
        linear-gradient(145deg, var(--cs-lift-surface-2), rgba(5, 12, 22, .98)) !important;
    color: var(--cs-lift-text) !important;
    box-shadow:
        0 22px 54px rgba(0, 0, 0, .26),
        inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

body.site-premium:not(.route-home) :is(.card, .single-promo-card, .single-pricing-pack, .single-service, .contact-us-form, .client-review-section .border.rounded)::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(115deg, rgba(255, 255, 255, .06), transparent 28%),
        radial-gradient(circle at 90% 10%, rgba(71, 214, 255, .11), transparent 36%);
    pointer-events: none;
}

body.site-premium:not(.route-home) :is(.card h3, .card h4, .card h5, .single-promo-card h5, .single-pricing-pack h4, .client-review-section h5, .contact-us-form h4, .contact-us-content h2, .legacy-offer-title-cell strong) {
    color: var(--cs-lift-text) !important;
    -webkit-text-fill-color: var(--cs-lift-text) !important;
}

body.site-premium:not(.route-home) :is(.card p, .single-promo-card p, .single-pricing-pack p, .client-review-section p, .contact-us-content p, .legacy-offer-card td, .legacy-offer-card small) {
    color: var(--cs-lift-muted) !important;
    -webkit-text-fill-color: var(--cs-lift-muted) !important;
}

body.site-premium:not(.route-home) :is(.single-promo-card .icon-sm, .single-promo-card .color-primary, .contact-us-content a, .link-color) {
    color: var(--cs-lift-green) !important;
    -webkit-text-fill-color: var(--cs-lift-green) !important;
}

body.site-premium:not(.route-home) :is(input.form-control, textarea.form-control, select.form-control) {
    min-height: 48px;
    border: 1px solid rgba(142, 216, 255, .18) !important;
    border-radius: 10px !important;
    background: rgba(3, 9, 17, .74) !important;
    color: var(--cs-lift-text) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

body.site-premium:not(.route-home) :is(input.form-control, textarea.form-control, select.form-control)::placeholder {
    color: rgba(208, 225, 240, .54) !important;
}

body.site-premium:not(.route-home) .primary-solid-btn,
body.site-premium:not(.route-home) .btn-primary,
body.site-premium:not(.route-home) .solid-white-btn {
    border: 0 !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, var(--cs-lift-green), #21a966) !important;
    color: #03130b !important;
    font-weight: 820 !important;
    box-shadow: 0 18px 38px rgba(34, 197, 94, .24) !important;
}

body.site-premium:not(.route-home) .btn-outline-primary {
    border-color: rgba(71, 214, 255, .28) !important;
    border-radius: 10px !important;
    background: rgba(71, 214, 255, .07) !important;
    color: #dff6ff !important;
}

body.site-premium .modern-page :is(.exact-product-hero, .offer-command-panel, .buying-argument-card, .offer-spotlight-card, .offer-stack-card, .offer-included-panel, .conversion-story-panel, .offer-seo-card, .fivem-trust-card, .fivem-protection-flow, .fivem-compare-card, .faq-exact-card, .related-offer-card, .bottom-cta-card, .modern-page-offer),
body.site-premium.route-home :is(.featured-plan-card, .peeryx-panel, .network-proof-panel, .home-closing-panel) {
    border-radius: 12px !important;
}

body.site-premium .modern-page :is(.offer-command-panel, .conversion-story-panel, .offer-included-panel, .bottom-cta-card) {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

body.site-premium .modern-page :is(.offer-command-panel, .conversion-story-panel, .offer-included-panel, .bottom-cta-card)::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(110deg, rgba(255, 255, 255, .06), transparent 30%),
        radial-gradient(circle at 86% 22%, rgba(244, 192, 105, .12), transparent 22rem),
        radial-gradient(circle at 12% 82%, rgba(71, 214, 255, .11), transparent 18rem);
    pointer-events: none;
}

body.site-premium .modern-page .related-offer-card,
body.site-premium .modern-page .offer-seo-card,
body.site-premium .modern-page .conversion-story-card,
body.site-premium .modern-page .conversion-step-card,
body.site-premium .modern-page .buying-argument-card,
body.site-premium .modern-page .offer-spotlight-card,
body.site-premium .modern-page .fivem-trust-card,
body.site-premium .modern-page .fivem-flow-step,
body.site-premium .modern-page .fivem-compare-card {
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

@media (hover: hover) and (pointer: fine) {
    body.site-premium .modern-page .related-offer-card:hover,
    body.site-premium .modern-page .offer-seo-card:hover,
    body.site-premium .modern-page .conversion-story-card:hover,
    body.site-premium .modern-page .conversion-step-card:hover,
    body.site-premium .modern-page .buying-argument-card:hover,
    body.site-premium .modern-page .offer-spotlight-card:hover,
    body.site-premium .modern-page .fivem-trust-card:hover,
    body.site-premium .modern-page .fivem-flow-step:hover,
    body.site-premium .modern-page .fivem-compare-card:hover,
    body.site-premium:not(.route-home) :is(.card, .single-promo-card, .single-pricing-pack, .single-service, .client-review-section .border.rounded):hover {
        transform: translateY(-5px);
        border-color: rgba(142, 216, 255, .42) !important;
        box-shadow:
            0 30px 70px rgba(0, 0, 0, .34),
            0 0 44px rgba(71, 214, 255, .08) !important;
    }
}

body.site-premium:not(.route-home) .vps-hosting-pricing-table {
    border-collapse: separate !important;
    border-spacing: 0 12px !important;
}

body.site-premium:not(.route-home) .vps-hosting-pricing-table thead {
    color: var(--cs-lift-muted);
}

body.site-premium:not(.route-home) .vps-hosting-pricing-table tbody tr {
    border-radius: 12px;
}

body.site-premium:not(.route-home) .vps-hosting-pricing-table td,
body.site-premium:not(.route-home) .vps-hosting-pricing-table th {
    border-top: 0 !important;
    vertical-align: middle !important;
}

body.site-premium:not(.route-home) .legacy-offer-card td:first-child {
    border-radius: 12px 0 0 12px;
}

body.site-premium:not(.route-home) .legacy-offer-card td:last-child {
    border-radius: 0 12px 12px 0;
}

body.site-premium:not(.route-home) .legacy-offer-card.is-popular {
    border-color: rgba(76, 219, 138, .48) !important;
    box-shadow:
        0 28px 66px rgba(0, 0, 0, .32),
        0 0 0 1px rgba(76, 219, 138, .18) !important;
}

body.site-premium:not(.route-home) .legacy-offer-tier-meta {
    display: inline-grid;
    gap: 2px;
    margin-right: 8px;
    padding: 7px 9px;
    border: 1px solid rgba(76, 219, 138, .24);
    border-radius: 9px;
    background: rgba(76, 219, 138, .08);
}

body.site-premium:not(.route-home) .legacy-offer-tier-meta span {
    color: #dfffea !important;
    font-size: .72rem;
    font-weight: 820;
}

body.site-premium:not(.route-home) .legacy-offer-tier-meta small {
    color: var(--cs-lift-muted) !important;
    font-size: .66rem;
}

body.site-premium .premium-section-rail {
    border-color: rgba(142, 216, 255, .18);
    background: rgba(6, 14, 24, .72);
    backdrop-filter: blur(12px);
}

body.site-premium .premium-scroll-progress {
    height: 3px;
    background:
        linear-gradient(90deg, var(--cs-lift-green), var(--cs-lift-cyan) 52%, var(--cs-lift-amber))
        0 0 / calc(var(--premium-scroll-progress, 0) * 100%) 100% no-repeat;
}

@media (max-width: 1199px) {
    body.site-premium .site-confidence-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-premium .site-confidence-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: auto;
    }
}

@media (max-width: 991px) {
    body.site-premium .site-confidence-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.site-premium:not(.route-home) .page-header-section::after {
        background:
            linear-gradient(180deg, rgba(5, 10, 19, .97), rgba(5, 10, 19, .79) 58%, rgba(5, 10, 19, .42)),
            radial-gradient(circle at 50% 12%, rgba(71, 214, 255, .18), transparent 18rem),
            url("../img/visual-command-center-premium.webp") center bottom / auto 72% no-repeat;
        opacity: .82;
    }

    body.site-premium:not(.route-home) .page-header-content h1 {
        max-width: 14ch;
    }
}

@media (max-width: 767px) {
    body.site-premium .site-confidence-strip {
        padding: 8px 0;
    }

    body.site-premium .site-confidence-inner {
        gap: 8px;
    }

    body.site-premium .site-confidence-status {
        min-height: 68px;
    }

    body.site-premium .site-confidence-card {
        min-height: 64px;
        align-items: flex-start;
        gap: 8px;
        padding: 9px;
    }

    body.site-premium .site-confidence-card i {
        width: 32px;
        height: 32px;
    }

    body.site-premium:not(.route-home) .page-header-section {
        min-height: 330px;
        padding-top: 62px !important;
        padding-bottom: 58px !important;
    }

    body.site-premium:not(.route-home) .page-header-content h1 {
        max-width: 11.5ch;
        font-size: 2.55rem;
        line-height: 1.04;
    }

    body.site-premium:not(.route-home) .main::after {
        right: -32%;
        width: 120vw;
        height: 460px;
        opacity: .12;
    }

    body.site-premium:not(.route-home) .contact-us-form {
        padding: 22px !important;
    }

    body.site-premium:not(.route-home) .legacy-offer-card td:first-child,
    body.site-premium:not(.route-home) .legacy-offer-card td:last-child {
        border-radius: 0;
    }
}

@media (max-width: 575px) {
    body.site-premium .site-confidence-grid,
    body.site-premium .site-confidence-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.site-premium .site-confidence-status,
    body.site-premium .site-confidence-card {
        border-radius: 11px;
    }

    body.site-premium .site-confidence-status {
        min-height: 52px;
    }

    body.site-premium .site-confidence-card strong {
        font-size: .8rem;
    }

    body.site-premium .site-confidence-card small,
    body.site-premium .site-confidence-status small {
        font-size: .68rem;
        line-height: 1.25;
    }

    body.site-premium .site-confidence-status small {
        display: none;
    }

    body.site-premium .site-confidence-actions a {
        min-height: 30px;
        padding: 7px 8px;
        font-size: .7rem;
    }

    body.site-premium:not(.route-home) :is(.card-body, .single-promo-card .card-body) {
        padding: 22px !important;
    }

    body.site-premium:not(.route-home) .section-heading {
        margin-bottom: 28px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.site-premium .site-confidence-card,
    body.site-premium .site-confidence-status,
    body.site-premium .modern-page :is(.related-offer-card, .offer-seo-card, .conversion-story-card, .conversion-step-card, .buying-argument-card, .offer-spotlight-card, .fivem-trust-card, .fivem-flow-step, .fivem-compare-card) {
        transition: none !important;
    }
}

/* Sixth visual pass: stronger home showroom and richer product surfaces. */
body.site-premium.route-home .home-showroom-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(70px, 8vw, 112px) 0;
    background:
        radial-gradient(circle at 15% 0%, rgba(71, 214, 255, .14), transparent 28rem),
        radial-gradient(circle at 86% 18%, rgba(76, 219, 138, .11), transparent 24rem),
        linear-gradient(180deg, rgba(5, 10, 18, .99), rgba(8, 19, 31, .98) 52%, rgba(5, 10, 18, .995));
}

body.site-premium.route-home .home-showroom-section::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(rgba(142, 216, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(142, 216, 255, .025) 1px, transparent 1px);
    background-size: 86px 86px;
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 72%, transparent);
    opacity: .58;
    pointer-events: none;
}

body.site-premium.route-home .home-showroom-head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(280px, .52fr);
    gap: clamp(20px, 4vw, 58px);
    align-items: end;
    margin-bottom: clamp(28px, 4vw, 46px);
    opacity: 1 !important;
}

body.site-premium.route-home .home-showroom-head .section-kicker {
    grid-column: 1 / -1;
    margin-bottom: -8px;
}

body.site-premium.route-home .home-showroom-head h2 {
    max-width: 12ch;
    margin: 0;
    color: #f7fbff !important;
    -webkit-text-fill-color: #f7fbff !important;
    font-size: 4.3rem;
    font-weight: 860;
    line-height: .98;
    opacity: 1 !important;
}

body.site-premium.route-home .home-showroom-head p {
    max-width: 58ch;
    margin: 0;
    color: rgba(218, 232, 245, .78) !important;
    -webkit-text-fill-color: rgba(218, 232, 245, .78) !important;
    font-size: 1.08rem;
    line-height: 1.72;
    opacity: 1 !important;
}

body.site-premium.route-home .home-showroom-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 20px);
}

body.site-premium.route-home .home-showroom-card {
    --showroom-accent: var(--cs-lift-cyan);
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: clamp(380px, 42vw, 520px);
    padding: clamp(18px, 2.4vw, 28px);
    overflow: hidden;
    border: 1px solid rgba(142, 216, 255, .2);
    border-radius: 12px;
    color: #fff !important;
    text-decoration: none !important;
    background:
        radial-gradient(circle at var(--cursor-x, 16%) var(--cursor-y, 12%), rgba(255, 255, 255, .1), transparent 30%),
        linear-gradient(145deg, rgba(14, 31, 47, .94), rgba(4, 10, 18, .98));
    box-shadow:
        0 28px 68px rgba(0, 0, 0, .34),
        inset 0 1px 0 rgba(255, 255, 255, .07);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

body.site-premium.route-home .home-showroom-card.is-card-1 {
    grid-column: span 6;
}

body.site-premium.route-home .home-showroom-card.is-card-2 {
    --showroom-accent: var(--cs-lift-green);
    grid-column: span 3;
}

body.site-premium.route-home .home-showroom-card.is-card-3 {
    --showroom-accent: var(--cs-lift-amber);
    grid-column: span 3;
}

body.site-premium.route-home .home-showroom-card::before,
body.site-premium.route-home .home-showroom-card::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

body.site-premium.route-home .home-showroom-card::before {
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(3, 8, 16, .1), rgba(3, 8, 16, .34) 42%, rgba(3, 8, 16, .95)),
        radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--showroom-accent) 30%, transparent), transparent 22rem);
}

body.site-premium.route-home .home-showroom-card::after {
    inset: auto 18px 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--showroom-accent), transparent);
    opacity: .72;
}

body.site-premium.route-home .home-showroom-card img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.08);
    transform: scale(1.02);
    transition: transform .55s ease, filter .55s ease;
}

body.site-premium.route-home .home-showroom-label {
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-grid;
    max-width: calc(100% - 36px);
    padding: 8px 10px;
    border: 1px solid color-mix(in srgb, var(--showroom-accent) 45%, rgba(255, 255, 255, .22));
    border-radius: 8px;
    background: rgba(3, 9, 17, .62);
    color: #f7fbff;
    font-size: .73rem;
    font-weight: 840;
    line-height: 1.1;
    text-transform: uppercase;
    overflow-wrap: anywhere;
    backdrop-filter: blur(12px);
}

body.site-premium.route-home .home-showroom-copy {
    align-self: flex-end;
    width: 100%;
    min-width: 0;
}

body.site-premium.route-home .home-showroom-copy h3 {
    max-width: 12ch;
    margin: 0 0 12px;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 2.45rem;
    font-weight: 860;
    line-height: 1.02;
    overflow-wrap: anywhere;
}

body.site-premium.route-home .home-showroom-card:not(.is-card-1) .home-showroom-copy h3 {
    font-size: 1.68rem;
}

body.site-premium.route-home .home-showroom-copy p {
    max-width: 52ch;
    margin: 0 0 16px;
    color: rgba(226, 238, 249, .86) !important;
    -webkit-text-fill-color: rgba(226, 238, 249, .86) !important;
    font-size: .96rem;
    line-height: 1.58;
    overflow-wrap: anywhere;
}

body.site-premium.route-home .home-showroom-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

body.site-premium.route-home .home-showroom-stats span {
    display: inline-grid;
    place-items: center;
    min-height: 28px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #edf8ff !important;
    -webkit-text-fill-color: #edf8ff !important;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
}

body.site-premium.route-home .home-showroom-copy em {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ecfff5 !important;
    -webkit-text-fill-color: #ecfff5 !important;
    font-style: normal;
    font-size: .86rem;
    font-weight: 840;
}

body.site-premium.route-home .home-showroom-copy em i {
    color: var(--showroom-accent);
    transition: transform .22s ease;
}

body.site-premium .modern-page .product-hero-visual-wrap.has-cover::after {
    background:
        linear-gradient(180deg, rgba(4, 10, 18, .04), rgba(4, 10, 18, .58)),
        linear-gradient(120deg, rgba(76, 219, 138, .12), transparent 38%),
        linear-gradient(300deg, rgba(244, 192, 105, .1), transparent 36%) !important;
}

body.site-premium .modern-page .product-hero-visual-wrap.has-cover .product-hero-image {
    filter: saturate(1.1) contrast(1.05);
}

body.site-premium .modern-page :is(.offer-stack-card, .offer-spotlight-card, .buying-argument-card, .related-offer-card)::after {
    position: absolute;
    inset: auto 14px 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(76, 219, 138, .55), rgba(71, 214, 255, .45), transparent);
    opacity: .65;
    pointer-events: none;
}

body.site-premium .modern-page :is(.offer-stack-card, .offer-spotlight-card, .buying-argument-card, .related-offer-card),
body.site-premium:not(.route-home) :is(.single-pricing-pack, .legacy-offer-card) {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

body.site-premium:not(.route-home) :is(.single-pricing-pack, .legacy-offer-card)::after {
    position: absolute;
    inset: auto 14px 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(244, 192, 105, .45), rgba(71, 214, 255, .44), transparent);
    opacity: .62;
    pointer-events: none;
}

body.site-premium:not(.route-home) :is(input.form-control, textarea.form-control, select.form-control):focus {
    border-color: rgba(71, 214, 255, .52) !important;
    box-shadow:
        0 0 0 4px rgba(71, 214, 255, .09),
        inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

body.site-premium:not(.route-home) :is(.contact-us-form, .contact-us-content, .network-premium-map, .comparision-table, .pricing-table)::after {
    position: absolute;
    inset: 10px 10px auto auto;
    width: 92px;
    height: 28px;
    content: "";
    border-top: 1px solid rgba(71, 214, 255, .32);
    border-right: 1px solid rgba(76, 219, 138, .24);
    border-radius: 0 8px 0 0;
    opacity: .72;
    pointer-events: none;
}

body.site-premium:not(.route-home) .page-header-content .lead,
body.site-premium:not(.route-home) .page-header-content p {
    position: relative;
    padding-left: 18px;
}

body.site-premium:not(.route-home) .page-header-content .lead::before,
body.site-premium:not(.route-home) .page-header-content p::before {
    position: absolute;
    top: .3em;
    bottom: .25em;
    left: 0;
    width: 2px;
    content: "";
    border-radius: 999px;
    background: linear-gradient(180deg, var(--cs-lift-cyan), var(--cs-lift-green));
}

@media (hover: hover) and (pointer: fine) {
    body.site-premium.route-home .home-showroom-card:hover,
    body.site-premium.route-home .home-showroom-card:focus-visible {
        transform: translateY(-7px);
        border-color: color-mix(in srgb, var(--showroom-accent) 58%, rgba(255, 255, 255, .24));
        box-shadow:
            0 38px 86px rgba(0, 0, 0, .42),
            0 0 54px color-mix(in srgb, var(--showroom-accent) 20%, transparent);
    }

    body.site-premium.route-home .home-showroom-card:hover img,
    body.site-premium.route-home .home-showroom-card:focus-visible img {
        filter: saturate(1.18) contrast(1.12);
        transform: scale(1.07);
    }

    body.site-premium.route-home .home-showroom-card:hover .home-showroom-copy em i,
    body.site-premium.route-home .home-showroom-card:focus-visible .home-showroom-copy em i {
        transform: translateX(4px);
    }
}

@media (max-width: 991px) {
    body.site-premium.route-home .home-showroom-head {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    body.site-premium.route-home .home-showroom-head .section-kicker {
        margin-bottom: 0;
    }

    body.site-premium.route-home .home-showroom-head h2 {
        max-width: 13ch;
        font-size: 3.25rem;
    }

    body.site-premium.route-home .home-showroom-card.is-card-1 {
        grid-column: 1 / -1;
    }

    body.site-premium.route-home .home-showroom-card.is-card-2,
    body.site-premium.route-home .home-showroom-card.is-card-3 {
        grid-column: span 6;
    }

    body.site-premium.route-home .home-showroom-card {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    body.site-premium.route-home .home-showroom-section {
        padding: 56px 0 60px;
    }

    body.site-premium.route-home .home-showroom-head h2 {
        max-width: 11.5ch;
        font-size: 2.45rem;
        line-height: 1.03;
    }

    body.site-premium.route-home .home-showroom-head p {
        font-size: .95rem;
        line-height: 1.58;
    }

    body.site-premium.route-home .home-showroom-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-premium.route-home .home-showroom-card.is-card-1,
    body.site-premium.route-home .home-showroom-card.is-card-2,
    body.site-premium.route-home .home-showroom-card.is-card-3 {
        grid-column: 1 / -1;
    }

    body.site-premium.route-home .home-showroom-card {
        min-height: 338px;
        padding: 18px;
        border-radius: 12px;
    }

    body.site-premium.route-home .home-showroom-label {
        top: 14px;
        left: 14px;
        max-width: calc(100% - 28px);
        font-size: .68rem;
    }

    body.site-premium.route-home .home-showroom-copy h3,
    body.site-premium.route-home .home-showroom-card:not(.is-card-1) .home-showroom-copy h3 {
        max-width: 13ch;
        font-size: 1.72rem;
    }

    body.site-premium.route-home .home-showroom-copy p {
        font-size: .88rem;
        line-height: 1.48;
    }
}

@media (max-width: 420px) {
    body.site-premium.route-home .home-showroom-card {
        min-height: 318px;
    }

    body.site-premium.route-home .home-showroom-stats span {
        min-height: 26px;
        padding: 6px 8px;
        font-size: .67rem;
    }
}

@supports not (color: color-mix(in srgb, #fff 50%, transparent)) {
    body.site-premium.route-home .home-showroom-card::before {
        background:
            linear-gradient(180deg, rgba(3, 8, 16, .1), rgba(3, 8, 16, .34) 42%, rgba(3, 8, 16, .95)),
            radial-gradient(circle at 18% 12%, rgba(71, 214, 255, .16), transparent 22rem);
    }

    body.site-premium.route-home .home-showroom-label {
        border-color: rgba(142, 216, 255, .32);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.site-premium.route-home .home-showroom-card,
    body.site-premium.route-home .home-showroom-card img,
    body.site-premium.route-home .home-showroom-copy em i {
        transition: none !important;
    }
}

/* Seventh visual pass: mobile navigation, sticky actions and page polish. */
@media (min-width: 992px) {
    body.site-premium .modern-nav-disclosure {
        display: none !important;
    }
}

@media (max-width: 991px) {
    body.site-premium.modern-nav-open {
        overflow: hidden;
    }

    body.site-premium.modern-nav-open .modern-header::after {
        position: fixed;
        inset: 0;
        z-index: 5998;
        content: "";
        background: rgba(3, 8, 15, .72);
        backdrop-filter: blur(10px);
        pointer-events: none;
    }

    body.site-premium .modern-nav-wrap,
    body.site-premium .modern-navbar {
        z-index: 6010 !important;
    }

    body.site-premium .modern-navbar {
        display: flex;
        justify-content: space-between;
    }

    body.site-premium .modern-brand-block {
        min-width: 0;
    }

    body.site-premium .modern-brand-note {
        display: none !important;
    }

    body.site-premium .modern-navbar-toggler-proxy,
    body.site-premium .modern-mobile-menu-button {
        position: relative;
        z-index: 6020;
        display: grid !important;
        place-items: center;
        width: 46px;
        height: 46px;
        border: 1px solid rgba(142, 216, 255, .22) !important;
        border-radius: 12px;
        background:
            radial-gradient(circle at 30% 15%, rgba(255, 255, 255, .14), transparent 34%),
            rgba(12, 24, 39, .96) !important;
        box-shadow:
            0 16px 34px rgba(0, 0, 0, .28),
            inset 0 1px 0 rgba(255, 255, 255, .08);
    }

    body.site-premium .modern-mobile-menu-button {
        display: none !important;
    }

    body.site-premium .modern-navbar-toggler-proxy[aria-expanded="true"] {
        border-color: rgba(76, 219, 138, .46) !important;
        background: rgba(76, 219, 138, .12) !important;
    }

    body.site-premium .modern-navbar-toggler-proxy span,
    body.site-premium .modern-mobile-menu-button span {
        display: block;
        width: 20px;
        height: 2px;
        margin: 3px 0;
        border-radius: 999px;
        background: #f3fbff;
        transition: transform .22s ease, opacity .22s ease;
    }

    body.site-premium .modern-navbar-toggler-proxy[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    body.site-premium .modern-navbar-toggler-proxy[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    body.site-premium .modern-navbar-toggler-proxy[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    body.site-premium .modern-nav-collapse {
        position: fixed !important;
        top: 82px;
        right: 14px;
        left: 14px;
        z-index: 6025 !important;
        max-height: calc(100dvh - 102px);
        padding: 12px;
        overflow: auto !important;
        border: 1px solid rgba(142, 216, 255, .22);
        border-radius: 16px;
        background:
            radial-gradient(circle at 16% 0%, rgba(71, 214, 255, .14), transparent 22rem),
            radial-gradient(circle at 90% 8%, rgba(76, 219, 138, .12), transparent 18rem),
            linear-gradient(180deg, rgba(7, 16, 28, .98), rgba(4, 10, 19, .995));
        box-shadow:
            0 32px 90px rgba(0, 0, 0, .52),
            inset 0 1px 0 rgba(255, 255, 255, .08);
    }

    body.site-premium .modern-nav-collapse.collapsing {
        height: auto !important;
        transition: opacity .18s ease, transform .18s ease;
    }

    body.site-premium .modern-nav-collapse.collapse:not(.show) {
        display: none !important;
    }

    body.site-premium .modern-nav-collapse.show {
        display: block !important;
        animation: cubix-mobile-menu-in .2s ease both;
    }

    body.site-premium .modern-main-nav {
        display: grid !important;
        gap: 9px;
        margin: 0 !important;
    }

    body.site-premium .modern-nav-item {
        min-width: 0;
        border: 1px solid rgba(142, 216, 255, .16);
        border-radius: 12px;
        background:
            radial-gradient(circle at 0 0, rgba(71, 214, 255, .08), transparent 42%),
            rgba(255, 255, 255, .045);
        overflow: hidden;
    }

    body.site-premium .modern-nav-link-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 44px;
        align-items: stretch;
    }

    body.site-premium .modern-nav-item.no-mega .modern-nav-link-row {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-premium .modern-nav-link {
        min-height: 50px;
        padding: 13px 14px !important;
        border-radius: 0 !important;
        color: #f7fbff !important;
        font-size: .92rem;
        font-weight: 820;
    }

    body.site-premium .modern-nav-link-arrow {
        display: none !important;
    }

    body.site-premium .modern-nav-disclosure {
        display: grid !important;
        place-items: center;
        width: 44px;
        min-height: 50px;
        border: 0;
        border-left: 1px solid rgba(142, 216, 255, .16);
        background: rgba(255, 255, 255, .035);
        color: #dff6ff;
    }

    body.site-premium .modern-nav-disclosure span {
        transition: transform .2s ease;
    }

    body.site-premium .modern-nav-item.is-open .modern-nav-disclosure span {
        transform: rotate(180deg);
    }

    body.site-premium .modern-mega {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        display: none;
        width: auto !important;
        padding: 0 10px 12px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    body.site-premium .modern-nav-item.is-open .modern-mega {
        display: grid !important;
        gap: 10px;
    }

    body.site-premium .modern-mega-panel {
        display: grid !important;
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        padding: 10px !important;
        border: 1px solid rgba(142, 216, 255, .16);
        border-radius: 10px !important;
        background:
            linear-gradient(120deg, rgba(13, 30, 45, .94), rgba(6, 13, 24, .94)) !important;
    }

    body.site-premium .modern-mega-visual {
        display: block !important;
        min-height: 74px;
        border-radius: 8px;
        overflow: hidden;
    }

    body.site-premium .modern-mega-panel > div {
        min-width: 0;
    }

    body.site-premium .modern-mega-preview {
        width: 100%;
        height: 74px;
        object-fit: cover;
    }

    body.site-premium .modern-mega-panel strong {
        color: #f8fbff !important;
        font-size: .92rem;
        line-height: 1.15;
    }

    body.site-premium .modern-mega-panel p {
        margin: 4px 0 0 !important;
        color: rgba(219, 232, 245, .74) !important;
        font-size: .76rem;
        line-height: 1.38;
    }

    body.site-premium .modern-mega-stats {
        display: none !important;
    }

    body.site-premium .modern-mega-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    body.site-premium .modern-mega-card {
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1fr) 20px;
        gap: 10px;
        align-items: center;
        min-height: 70px;
        padding: 10px !important;
        border: 1px solid rgba(142, 216, 255, .13) !important;
        border-radius: 10px !important;
        background: rgba(255, 255, 255, .055) !important;
    }

    body.site-premium .modern-mega-card-media {
        width: 48px;
        height: 48px;
    }

    body.site-premium .modern-mega-thumb {
        display: none !important;
    }

    body.site-premium .modern-mega-icon {
        width: 38px;
        height: 38px;
        border-radius: 9px;
    }

    body.site-premium .modern-mega-card-copy strong {
        display: block;
        color: #f7fbff !important;
        font-size: .84rem;
        line-height: 1.2;
    }

    body.site-premium .modern-mega-card-copy small {
        display: block;
        margin-top: 3px;
        color: rgba(211, 226, 241, .72) !important;
        font-size: .7rem;
        line-height: 1.32;
    }

    body.site-premium .modern-mega-cta {
        display: none !important;
    }

    body.site-premium .modern-header-actions {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 12px 0 0 !important;
        padding: 12px 0 0 !important;
        border-top: 1px solid rgba(142, 216, 255, .13);
    }

    body.site-premium .modern-lang-menu {
        grid-column: 1 / -1;
    }

    body.site-premium .modern-lang-button,
    body.site-premium .btn-modern-shell,
    body.site-premium .btn-modern-order {
        width: 100%;
        min-height: 44px;
        border-radius: 10px !important;
        font-size: .78rem !important;
    }

    body.site-premium .modern-lang-list {
        right: 0;
        left: 0;
        max-height: 220px;
        overflow: auto;
    }
}

@media (max-width: 575px) {
    body.site-premium .modern-nav-collapse {
        top: 74px;
        right: 8px;
        left: 8px;
        max-height: calc(100dvh - 86px);
        padding: 10px;
        border-radius: 14px;
    }

    body.site-premium .modern-mega-panel {
        grid-template-columns: 68px minmax(0, 1fr);
    }

    body.site-premium .modern-mega-visual,
    body.site-premium .modern-mega-preview {
        height: 62px;
        min-height: 62px;
    }
}

@keyframes cubix-mobile-menu-in {
    from {
        opacity: 0;
        transform: translateY(-8px) scale(.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

body.site-premium .mobile-conversion-bar {
    border: 1px solid rgba(142, 216, 255, .22);
    border-radius: 14px 14px 0 0;
    background:
        radial-gradient(circle at 8% 0%, rgba(71, 214, 255, .18), transparent 18rem),
        linear-gradient(180deg, rgba(7, 17, 30, .96), rgba(4, 10, 18, .98));
    box-shadow: 0 -20px 54px rgba(0, 0, 0, .46);
    backdrop-filter: blur(14px);
}

body.site-premium .mobile-conversion-bar a {
    position: relative;
    min-height: 42px;
    border-radius: 10px !important;
    font-size: .78rem;
    font-weight: 850;
}

body.site-premium .mobile-conversion-primary::before,
body.site-premium .mobile-conversion-secondary::before {
    display: inline-flex;
    margin-right: 7px;
    font-family: themify;
}

body.site-premium .mobile-conversion-primary::before {
    content: "\e628";
}

body.site-premium .mobile-conversion-secondary::before {
    content: "\e621";
}

body.site-premium :is(a, button, input, textarea, select):focus-visible {
    outline: 2px solid rgba(71, 214, 255, .76) !important;
    outline-offset: 3px;
}

body.site-premium:not(.route-home) .section-heading,
body.site-premium:not(.route-home) .exact-heading {
    position: relative;
}

body.site-premium:not(.route-home) .section-heading::after,
body.site-premium:not(.route-home) .exact-heading::after {
    display: block;
    width: min(120px, 38vw);
    height: 2px;
    margin: 16px auto 0;
    content: "";
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--cs-lift-green), var(--cs-lift-cyan), transparent);
    opacity: .75;
}

@media (max-width: 767px) {
    body.site-premium:not(.route-home) .section-heading::after,
    body.site-premium:not(.route-home) .exact-heading::after {
        margin-top: 12px;
    }
}

/* FiveM confidence pass: final route-only contrast and pricing polish. */
body.site-premium.route-fivem-hosting {
    --fivem-card-bg: #081522;
    --fivem-card-bg-2: #0e2235;
    --fivem-panel-bg: #0b1928;
    --fivem-line: rgba(126, 198, 245, .22);
    --fivem-line-strong: rgba(126, 198, 245, .42);
    --fivem-text: #f7fbff;
    --fivem-muted: #b8cade;
    --fivem-soft: #dbe8f4;
    --fivem-cyan: #35c9ff;
    --fivem-green: #54df9a;
    --fivem-gold: #f5c767;
}

body.site-premium.route-fivem-hosting .modern-page .section-heading h2,
body.site-premium.route-fivem-hosting .modern-page .exact-heading h2,
body.site-premium.route-fivem-hosting .modern-page :is(.offer-spotlight-copy h2, .offer-included-title strong, .offer-decision-copy h3, .fivem-protection-flow h3, .bottom-cta-card h2) {
    color: var(--fivem-text) !important;
    -webkit-text-fill-color: var(--fivem-text) !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

body.site-premium.route-fivem-hosting .modern-page .section-heading p,
body.site-premium.route-fivem-hosting .modern-page .exact-heading p,
body.site-premium.route-fivem-hosting .modern-page :is(.offer-spotlight-copy p, .offer-included-title p, .offer-decision-copy p, .bottom-cta-card p) {
    color: var(--fivem-muted) !important;
    -webkit-text-fill-color: var(--fivem-muted) !important;
    opacity: 1 !important;
}

body.site-premium.route-fivem-hosting .modern-page :is(
    .offer-spotlight-shell,
    .offer-included-panel,
    .fivem-protection-flow,
    .offer-seo-card,
    .fivem-trust-card,
    .fivem-flow-step,
    .fivem-compare-card,
    .faq-exact-card,
    .related-offer-card,
    .bottom-cta-card
) {
    border: 1px solid var(--fivem-line) !important;
    background:
        linear-gradient(145deg, rgba(14, 34, 53, .98), rgba(6, 16, 28, .99)) !important;
    color: var(--fivem-text) !important;
    box-shadow: 0 24px 58px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

body.site-premium.route-fivem-hosting .modern-page :is(.offer-spotlight-card, .offer-included-list span, .fivem-proxy-table > div) {
    border: 1px solid rgba(126, 198, 245, .2) !important;
    background: linear-gradient(180deg, rgba(16, 36, 56, .96), rgba(8, 20, 35, .98)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055) !important;
}

body.site-premium.route-fivem-hosting .modern-page :is(.offer-spotlight-card h3, .offer-seo-card h3, .fivem-trust-card h3, .fivem-flow-step strong, .fivem-compare-card h3, .faq-exact-trigger span, .related-offer-card span) {
    color: var(--fivem-text) !important;
    -webkit-text-fill-color: var(--fivem-text) !important;
}

body.site-premium.route-fivem-hosting .modern-page :is(.offer-spotlight-card p, .offer-spotlight-points li, .offer-included-list span, .offer-seo-card p, .fivem-trust-card p, .fivem-flow-step p, .fivem-compare-card li, .faq-exact-content, .related-offer-card small) {
    color: var(--fivem-muted) !important;
    -webkit-text-fill-color: var(--fivem-muted) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-highlights {
    gap: 10px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-highlights span {
    min-height: 40px;
    border: 1px solid rgba(126, 198, 245, .24) !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg, rgba(14, 34, 53, .96), rgba(7, 18, 31, .98)) !important;
    color: var(--fivem-soft) !important;
    -webkit-text-fill-color: var(--fivem-soft) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-grid {
    max-width: 1240px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem {
    --fivem-plan-accent: var(--fivem-cyan);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--fivem-line) !important;
    border-radius: 12px !important;
    background:
        linear-gradient(90deg, var(--fivem-plan-accent) 0 4px, transparent 4px),
        linear-gradient(145deg, var(--fivem-card-bg-2), var(--fivem-card-bg) 58%, #050c16) !important;
    color: var(--fivem-text) !important;
    box-shadow: 0 28px 68px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .07) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured {
    --fivem-plan-accent: var(--fivem-gold);
    border-color: rgba(245, 199, 103, .55) !important;
    box-shadow: 0 32px 78px rgba(0, 0, 0, .42), 0 0 0 1px rgba(245, 199, 103, .1) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.tone-scale {
    --fivem-plan-accent: #7ba7ff;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media {
    height: 146px;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(126, 198, 245, .2) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media > img {
    filter: saturate(1.05) contrast(1.08) brightness(.7) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media-overlay {
    background:
        linear-gradient(180deg, rgba(4, 10, 18, .08), rgba(4, 10, 18, .7)),
        linear-gradient(90deg, rgba(4, 10, 18, .34), rgba(4, 10, 18, .06) 56%, rgba(4, 10, 18, .46)) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem :is(.fivem-offer-header, .fivem-offer-body, .fivem-offer-actions) {
    background: transparent !important;
    border-color: rgba(126, 198, 245, .16) !important;
    color: var(--fivem-text) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header {
    border-left: 0 !important;
    border-bottom: 1px solid rgba(126, 198, 245, .16) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-actions {
    margin-top: auto;
    border-top: 1px solid rgba(126, 198, 245, .16) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem :is(.fivem-offer-header h3, .fivem-offer-spec-list strong, .fivem-offer-addon-copy strong, .fivem-offer-tooltip-panel strong) {
    color: var(--fivem-text) !important;
    -webkit-text-fill-color: var(--fivem-text) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem :is(.fivem-offer-header p, .fivem-offer-price-line span, .fivem-offer-price-note, .fivem-offer-spec-list span, .fivem-offer-include-list li, .fivem-offer-addon-copy small, .offer-stack-action-note) {
    color: var(--fivem-muted) !important;
    -webkit-text-fill-color: var(--fivem-muted) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-line strong {
    color: #ffe0a3 !important;
    -webkit-text-fill-color: #ffe0a3 !important;
    text-shadow: 0 0 24px rgba(245, 199, 103, .16) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem :is(.fivem-offer-plan-tag, .fivem-offer-recommended) {
    border: 1px solid rgba(126, 198, 245, .28) !important;
    background: rgba(53, 201, 255, .11) !important;
    color: #c4f4ff !important;
    -webkit-text-fill-color: #c4f4ff !important;
    box-shadow: none !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-recommended {
    border-color: rgba(245, 199, 103, .44) !important;
    background: rgba(245, 199, 103, .16) !important;
    color: #ffe6ae !important;
    -webkit-text-fill-color: #ffe6ae !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem :is(.fivem-offer-billing span, .fivem-offer-spec-list li, .fivem-offer-addon-block, .fivem-offer-tooltip-panel) {
    border: 1px solid rgba(126, 198, 245, .18) !important;
    border-radius: 9px !important;
    background: linear-gradient(180deg, rgba(16, 36, 56, .92), rgba(7, 18, 31, .98)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.is-bandwidth,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.is-network {
    border-color: rgba(53, 201, 255, .34) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.is-mitigation,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.is-proxy {
    border-color: rgba(84, 223, 154, .3) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-billing small,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-billing em {
    color: #95abc0 !important;
    -webkit-text-fill-color: #95abc0 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-billing strong {
    color: var(--fivem-text) !important;
    -webkit-text-fill-color: var(--fivem-text) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-billing span.has-discount em,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-include-list li::before,
body.site-premium.route-fivem-hosting .modern-page .fivem-compare-card li::before {
    background: var(--fivem-green) !important;
    color: var(--fivem-green) !important;
    box-shadow: 0 0 0 4px rgba(84, 223, 154, .14) !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-table em,
body.site-premium.route-fivem-hosting .modern-page .fivem-flow-step > span,
body.site-premium.route-fivem-hosting .modern-page .fivem-compare-card > span {
    border-color: rgba(84, 223, 154, .28) !important;
    background: rgba(84, 223, 154, .1) !important;
    color: #cbffe3 !important;
    -webkit-text-fill-color: #cbffe3 !important;
}

@media (max-width: 1199px) {
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media {
        height: 128px;
    }
}

/* FiveM cleanup pass: leaner content, cleaner commercial cards. */
body.site-premium.route-fivem-hosting .modern-page .exact-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-section {
    padding-top: 88px;
}

body.site-premium.route-fivem-hosting .modern-page .product-intro-cards-grid {
    max-width: 1120px;
    gap: 14px;
}

body.site-premium.route-fivem-hosting .modern-page .conversion-pillar-card {
    border: 1px solid rgba(126, 198, 245, .18) !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg, rgba(12, 28, 45, .92), rgba(6, 17, 30, .96)) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

body.site-premium.route-fivem-hosting .modern-page .conversion-pillar-card h3 {
    color: #f7fbff !important;
    -webkit-text-fill-color: #f7fbff !important;
    font-size: 16px;
    line-height: 1.2;
}

body.site-premium.route-fivem-hosting .modern-page .conversion-pillar-card p {
    color: #b7c9dc !important;
    -webkit-text-fill-color: #b7c9dc !important;
    font-size: 13px;
    line-height: 1.5;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-section .section-heading {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-section .section-heading h2 {
    font-size: 3rem;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-highlights {
    max-width: 940px;
    margin: 22px auto 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-highlights span {
    min-height: 44px;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    font-weight: 750;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-grid {
    align-items: stretch;
    max-width: 1180px;
    gap: 18px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem {
    border-radius: 10px !important;
    background:
        linear-gradient(180deg, rgba(15, 30, 47, .98), rgba(7, 18, 31, .99)) !important;
    box-shadow: 0 24px 54px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem::before {
    content: "";
    height: 4px;
    background: linear-gradient(90deg, var(--fivem-plan-accent), rgba(255, 255, 255, .12));
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-billing {
    display: none !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header {
    padding: 24px 24px 20px;
    min-height: 238px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header-top {
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem :is(.fivem-offer-plan-tag, .fivem-offer-recommended) {
    min-height: 30px;
    border-radius: 999px !important;
    padding: 6px 10px !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header h3 {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header p {
    min-height: 44px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.45;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-line {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-top: 4px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-line strong {
    font-size: 54px;
    line-height: .9;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-line span {
    font-size: 15px;
    font-weight: 800;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-note {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.35;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 18px;
    padding: 20px 24px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .offer-stack-section-label {
    margin-bottom: 9px;
    color: #8bdfff !important;
    -webkit-text-fill-color: #8bdfff !important;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li {
    display: flex !important;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 76px;
    padding: 12px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list span {
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list strong {
    display: block;
    width: 100%;
    padding-right: 22px;
    font-size: 13px;
    line-height: 1.25;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-info {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-include-list {
    display: grid;
    gap: 9px;
    margin: 0;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-include-list li {
    font-size: 13px;
    line-height: 1.4;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-actions {
    padding: 18px 24px 24px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-action-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-action-row .btn {
    width: 100%;
    min-height: 46px;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 8px !important;
    font-size: 14px;
    font-weight: 850;
    white-space: normal;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .offer-stack-action-note {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.45;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-panel,
body.site-premium.route-fivem-hosting .modern-page .offer-included-panel {
    max-width: 1180px;
    margin: 24px auto 0;
    border-radius: 10px !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-panel {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 22px;
    padding: 26px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-panel .offer-decision-list {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-panel .offer-decision-list li {
    border: 1px solid rgba(126, 198, 245, .17);
    border-radius: 8px;
    padding: 12px 12px 12px 28px;
    background: rgba(7, 18, 31, .68);
    color: #b8cade !important;
    -webkit-text-fill-color: #b8cade !important;
    font-size: 12px;
    line-height: 1.45;
}

body.site-premium.route-fivem-hosting .modern-page .offer-included-panel {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    gap: 22px;
    padding: 26px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-included-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-included-list span {
    min-height: 96px;
    border-radius: 8px !important;
    padding: 16px;
    font-size: 14px;
    line-height: 1.45;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-trust-section {
    padding-top: 74px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-trust-section .section-heading {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-trust-grid {
    max-width: 1180px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-trust-card {
    min-height: 178px;
    border-radius: 10px !important;
    padding: 20px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-trust-card h3 {
    font-size: 15px;
    line-height: 1.2;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-trust-card p {
    font-size: 12px;
    line-height: 1.5;
}

body.site-premium.route-fivem-hosting .modern-page .faq-section {
    padding-top: 76px;
}

body.site-premium.route-fivem-hosting .modern-page .faq-grid-exact {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.site-premium.route-fivem-hosting .modern-page .bottom-cta-section {
    padding-top: 64px;
}

@media (max-width: 1199px) {
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-highlights,
    body.site-premium.route-fivem-hosting .modern-page .offer-included-list,
    body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-panel .offer-decision-list,
    body.site-premium.route-fivem-hosting .modern-page .fivem-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-panel,
    body.site-premium.route-fivem-hosting .modern-page .offer-included-panel {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    body.site-premium.route-fivem-hosting .modern-page .exact-section {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-section {
        padding-top: 62px;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-highlights,
    body.site-premium.route-fivem-hosting .modern-page .offer-included-list,
    body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-panel .offer-decision-list,
    body.site-premium.route-fivem-hosting .modern-page .fivem-trust-grid,
    body.site-premium.route-fivem-hosting .modern-page .faq-grid-exact {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header {
        min-height: 0;
        padding: 22px 20px 18px;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header p {
        min-height: 0;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-body,
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-actions,
    body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-panel,
    body.site-premium.route-fivem-hosting .modern-page .offer-included-panel {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* FiveM proof popovers and commercial polish. */
body.site-premium.route-fivem-hosting {
    --fivem-proof-bg: #0b1726;
    --fivem-proof-bg-soft: #102337;
    --fivem-proof-border: rgba(132, 191, 236, .2);
    --fivem-proof-border-strong: rgba(75, 202, 255, .42);
    --fivem-proof-text: #f7fbff;
    --fivem-proof-muted: #a9bfd4;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem {
    overflow: visible !important;
    border-color: rgba(132, 191, 236, .24) !important;
    background:
        linear-gradient(180deg, rgba(13, 28, 45, .99), rgba(7, 17, 30, .995)) !important;
    box-shadow: 0 26px 62px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .065) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured {
    border-color: rgba(245, 199, 103, .62) !important;
    box-shadow: 0 30px 76px rgba(0, 0, 0, .44), 0 0 0 1px rgba(245, 199, 103, .16) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header {
    border-bottom-color: rgba(132, 191, 236, .14) !important;
    background:
        radial-gradient(circle at 88% 0%, rgba(53, 201, 255, .12), transparent 34%),
        linear-gradient(180deg, rgba(17, 37, 58, .6), transparent) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured .fivem-offer-header {
    background:
        radial-gradient(circle at 86% 0%, rgba(245, 199, 103, .16), transparent 34%),
        linear-gradient(180deg, rgba(30, 37, 45, .64), transparent) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-body,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-block,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list {
    overflow: visible !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 5px 10px;
    min-height: 88px;
    overflow: visible !important;
    border-color: rgba(132, 191, 236, .18) !important;
    background:
        linear-gradient(180deg, rgba(16, 35, 55, .9), rgba(8, 20, 34, .96)) !important;
    transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li:hover,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li:focus-within,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.is-open {
    z-index: 80;
    border-color: var(--fivem-proof-border-strong) !important;
    background:
        linear-gradient(180deg, rgba(20, 44, 69, .96), rgba(9, 23, 38, .99)) !important;
    transform: translateY(-1px);
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li > span {
    grid-column: 1 / 2;
    margin: 0;
    color: #8fb5d7 !important;
    -webkit-text-fill-color: #8fb5d7 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li > strong {
    grid-column: 1 / 2;
    width: auto;
    padding-right: 0;
    color: var(--fivem-proof-text) !important;
    -webkit-text-fill-color: var(--fivem-proof-text) !important;
    font-size: 13px;
    line-height: 1.28;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-info {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 12;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(151, 207, 246, .32) !important;
    border-radius: 999px !important;
    background: rgba(9, 22, 37, .92) !important;
    color: #dff6ff !important;
    -webkit-text-fill-color: #dff6ff !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .08) !important;
    cursor: pointer;
    transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-info span {
    display: block;
    margin: 0;
    color: inherit !important;
    -webkit-text-fill-color: currentColor !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-info:hover,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-info:focus-visible,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem li.is-open .fivem-spec-info {
    border-color: rgba(84, 223, 154, .54) !important;
    background: rgba(19, 70, 58, .96) !important;
    color: #dfffee !important;
    -webkit-text-fill-color: #dfffee !important;
    outline: 0;
    transform: translateY(-1px);
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-tooltip {
    position: absolute;
    right: 10px;
    bottom: calc(100% + 12px);
    left: auto;
    z-index: 40;
    grid-column: auto;
    width: min(280px, calc(200% + 10px));
    max-height: none;
    margin: 0;
    padding: 13px 14px;
    border: 1px solid rgba(118, 201, 255, .34) !important;
    border-radius: 10px !important;
    background:
        linear-gradient(180deg, #102842, #06101d) !important;
    box-shadow: 0 20px 46px rgba(0, 0, 0, .56), inset 0 1px 0 rgba(255, 255, 255, .1) !important;
    opacity: 0;
    overflow: visible;
    pointer-events: none;
    transform: translateY(8px) scale(.98);
    visibility: hidden;
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li:nth-child(odd) .fivem-spec-tooltip {
    right: auto;
    left: 10px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li:nth-child(-n + 2) .fivem-spec-tooltip {
    top: calc(100% + 12px);
    bottom: auto;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-tooltip::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -6px;
    width: 11px;
    height: 11px;
    border-right: 1px solid rgba(118, 201, 255, .34);
    border-bottom: 1px solid rgba(118, 201, 255, .34);
    background: rgba(6, 15, 27, .995);
    transform: rotate(45deg);
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li:nth-child(odd) .fivem-spec-tooltip::after {
    right: auto;
    left: 18px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li:nth-child(-n + 2) .fivem-spec-tooltip::after {
    top: -6px;
    bottom: auto;
    border: 0;
    border-top: 1px solid rgba(118, 201, 255, .34);
    border-left: 1px solid rgba(118, 201, 255, .34);
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-tooltip p {
    margin: 0;
    color: #d5e9f8 !important;
    -webkit-text-fill-color: #d5e9f8 !important;
    font-size: 12px;
    line-height: 1.5;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip:hover .fivem-spec-tooltip,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip:focus-within .fivem-spec-tooltip,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip.is-open .fivem-spec-tooltip {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    visibility: visible;
}

body.site-premium.route-fivem-hosting .modern-page .offer-included-panel {
    border-color: rgba(84, 223, 154, .2) !important;
    background:
        linear-gradient(135deg, rgba(12, 40, 46, .76), rgba(8, 19, 34, .98)) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-included-title strong {
    font-size: 1.65rem;
    line-height: 1.12;
}

body.site-premium.route-fivem-hosting .modern-page .offer-included-list span {
    border-color: rgba(84, 223, 154, .18) !important;
    background: linear-gradient(180deg, rgba(16, 48, 54, .68), rgba(8, 21, 34, .9)) !important;
    color: #d5e9f8 !important;
    -webkit-text-fill-color: #d5e9f8 !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-panel {
    border-color: rgba(118, 201, 255, .24) !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-table > div {
    min-height: 54px;
    border-radius: 9px !important;
}

@media (max-width: 767px) {
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem {
        overflow: hidden !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li {
        grid-template-columns: minmax(0, 1fr) 30px;
        min-height: 78px;
        align-content: flex-start;
        row-gap: 4px;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-tooltip {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        top: auto;
        width: auto;
        grid-column: 1 / -1;
        max-height: 0;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
        transform: translateY(-3px);
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-tooltip::after {
        display: none;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip:hover .fivem-spec-tooltip,
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip:focus-within .fivem-spec-tooltip,
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip.is-open .fivem-spec-tooltip {
        max-height: 190px;
        margin-top: 6px;
        padding-top: 12px;
        padding-bottom: 12px;
        transform: translateY(0);
    }
}

/* FiveM editorial pass: sober, concrete offer cards. */
body.site-premium.route-fivem-hosting {
    --fivem-card-bg: #0a1421;
    --fivem-card-bg-2: #0e1d2e;
    --fivem-card-line: rgba(161, 181, 204, .22);
    --fivem-card-line-soft: rgba(161, 181, 204, .14);
    --fivem-card-text: #f6f9fc;
    --fivem-card-muted: #b8c7d6;
    --fivem-card-subtle: #8fa6bb;
    --fivem-card-mint: #54df9a;
    --fivem-card-amber: #e7b34f;
}

body.site-premium.route-fivem-hosting .modern-page .product-intro-cards-grid {
    max-width: 1040px;
}

body.site-premium.route-fivem-hosting .modern-page .conversion-pillar-card {
    border-color: rgba(161, 181, 204, .18) !important;
    background: rgba(9, 20, 33, .86) !important;
    box-shadow: none !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-highlights {
    max-width: 860px;
    gap: 10px;
    margin-bottom: 26px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-highlights span {
    border-color: rgba(161, 181, 204, .22) !important;
    background: rgba(9, 20, 33, .78) !important;
    color: #d7e4ef !important;
    -webkit-text-fill-color: #d7e4ef !important;
    box-shadow: none !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-grid {
    max-width: 1200px;
    gap: 16px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem {
    overflow: visible !important;
    border: 1px solid var(--fivem-card-line) !important;
    border-radius: 8px !important;
    background: var(--fivem-card-bg) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .28) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem::before {
    height: 3px;
    background: linear-gradient(90deg, var(--fivem-plan-accent), rgba(161, 181, 204, .3)) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured {
    border-color: rgba(231, 179, 79, .55) !important;
    box-shadow: 0 20px 46px rgba(0, 0, 0, .32), 0 0 0 1px rgba(231, 179, 79, .12) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header {
    min-height: 208px;
    padding: 22px 22px 18px;
    border-bottom: 1px solid var(--fivem-card-line-soft) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, 0)) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured .fivem-offer-header {
    background: linear-gradient(180deg, rgba(231, 179, 79, .08), rgba(255, 255, 255, 0)) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header h3 {
    color: var(--fivem-card-text) !important;
    -webkit-text-fill-color: var(--fivem-card-text) !important;
    font-size: 28px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header p,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-note,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .offer-stack-action-note {
    color: var(--fivem-card-muted) !important;
    -webkit-text-fill-color: var(--fivem-card-muted) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-line strong {
    color: #f1b24a !important;
    -webkit-text-fill-color: #f1b24a !important;
    font-size: 50px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-body {
    gap: 14px;
    padding: 18px 22px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase {
    border: 1px solid rgba(161, 181, 204, .18);
    border-radius: 8px;
    padding: 14px;
    background: rgba(255, 255, 255, .035);
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase > span {
    display: block;
    margin-bottom: 7px;
    color: var(--fivem-card-subtle) !important;
    -webkit-text-fill-color: var(--fivem-card-subtle) !important;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase > strong {
    display: block;
    color: var(--fivem-card-text) !important;
    -webkit-text-fill-color: var(--fivem-card-text) !important;
    font-size: 15px;
    line-height: 1.25;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase > p {
    margin: 8px 0 0;
    color: var(--fivem-card-muted) !important;
    -webkit-text-fill-color: var(--fivem-card-muted) !important;
    font-size: 12px;
    line-height: 1.45;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 11px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase-tags em {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border: 1px solid rgba(84, 223, 154, .24);
    border-radius: 999px;
    padding: 4px 8px;
    background: rgba(84, 223, 154, .08);
    color: #c9f7dd !important;
    -webkit-text-fill-color: #c9f7dd !important;
    font-size: 11px;
    font-style: normal;
    font-weight: 760;
    line-height: 1;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .offer-stack-section-label {
    color: #a6c8e2 !important;
    -webkit-text-fill-color: #a6c8e2 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list {
    gap: 8px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li {
    min-height: 82px;
    border-color: var(--fivem-card-line-soft) !important;
    border-radius: 7px !important;
    background: rgba(255, 255, 255, .032) !important;
    box-shadow: none !important;
    transform: none !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li:hover,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li:focus-within,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.is-open {
    border-color: rgba(84, 223, 154, .38) !important;
    background: rgba(84, 223, 154, .055) !important;
    transform: none !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-tooltip {
    border-radius: 8px !important;
    border-color: rgba(161, 181, 204, .32) !important;
    background: #101d2c !important;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .42) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-include-list {
    gap: 8px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-include-list li {
    color: #d9e6f1 !important;
    -webkit-text-fill-color: #d9e6f1 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-actions {
    padding: 16px 22px 22px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-action-row .btn {
    min-height: 44px;
    border-radius: 7px !important;
    box-shadow: none !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .btn-exact-secondary {
    border-color: rgba(161, 181, 204, .28) !important;
    background: rgba(255, 255, 255, .04) !important;
    color: #e9f3fb !important;
    -webkit-text-fill-color: #e9f3fb !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-panel,
body.site-premium.route-fivem-hosting .modern-page .offer-included-panel,
body.site-premium.route-fivem-hosting .modern-page .fivem-trust-card,
body.site-premium.route-fivem-hosting .modern-page .faq-exact-item {
    border: 1px solid rgba(161, 181, 204, .18) !important;
    border-radius: 8px !important;
    background: rgba(9, 20, 33, .82) !important;
    box-shadow: none !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-panel {
    gap: 16px;
    padding: 22px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-panel .offer-decision-copy h3,
body.site-premium.route-fivem-hosting .modern-page .offer-included-title strong,
body.site-premium.route-fivem-hosting .modern-page .fivem-trust-card h3,
body.site-premium.route-fivem-hosting .modern-page .faq-exact-trigger span {
    color: var(--fivem-card-text) !important;
    -webkit-text-fill-color: var(--fivem-card-text) !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-panel .offer-decision-copy p,
body.site-premium.route-fivem-hosting .modern-page .offer-included-title p,
body.site-premium.route-fivem-hosting .modern-page .fivem-trust-card p,
body.site-premium.route-fivem-hosting .modern-page .faq-exact-content {
    color: var(--fivem-card-muted) !important;
    -webkit-text-fill-color: var(--fivem-card-muted) !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-table > div,
body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-panel .offer-decision-list li,
body.site-premium.route-fivem-hosting .modern-page .offer-included-list span {
    border-color: rgba(161, 181, 204, .16) !important;
    border-radius: 7px !important;
    background: rgba(255, 255, 255, .035) !important;
    color: #d8e5f0 !important;
    -webkit-text-fill-color: #d8e5f0 !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-trust-grid {
    gap: 12px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-trust-card {
    min-height: 154px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-trust-icon {
    background: rgba(84, 223, 154, .1) !important;
    color: #c9f7dd !important;
}

body.site-premium.route-fivem-hosting .modern-page .faq-grid-exact {
    gap: 12px;
}

body.site-premium.route-fivem-hosting .modern-page .faq-exact-trigger {
    color: var(--fivem-card-text) !important;
    -webkit-text-fill-color: var(--fivem-card-text) !important;
}

@media (max-width: 1199px) {
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-highlights {
        margin-bottom: 18px;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem {
        overflow: hidden !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header {
        padding: 20px 18px 16px;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-body,
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-actions {
        padding-right: 18px;
        padding-left: 18px;
    }

    body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase {
        padding: 13px;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-line strong {
        font-size: 46px;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip.is-open {
        min-height: 0;
        align-content: flex-start;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-tooltip {
        margin-top: 6px !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-panel,
    body.site-premium.route-fivem-hosting .modern-page .offer-included-panel {
        padding: 18px;
    }
}

/* FiveM visual redesign pass: stronger commercial hierarchy. */
body.site-premium.route-fivem-hosting .modern-page .offer-stack-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(8, 17, 28, .98), rgba(10, 22, 34, .96) 42%, rgba(7, 16, 26, .98)) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(74, 173, 255, .08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(84, 223, 154, .055) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 72%, transparent);
    opacity: .22;
    pointer-events: none;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-section > .container {
    position: relative;
    z-index: 1;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-grid {
    counter-reset: fivem-plan;
    max-width: 1220px;
    gap: 22px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem {
    counter-increment: fivem-plan;
    position: relative;
    overflow: visible !important;
    border-color: rgba(138, 164, 190, .28) !important;
    background:
        linear-gradient(180deg, rgba(18, 33, 50, .98), rgba(8, 17, 29, .995)) !important;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem::before {
    height: 5px;
    background: linear-gradient(90deg, var(--fivem-plan-accent), rgba(255, 255, 255, .16), transparent) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem::after {
    content: "0" counter(fivem-plan);
    position: absolute;
    top: 44px;
    right: 18px;
    z-index: 0;
    color: rgba(255, 255, 255, .045);
    font-size: 76px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured {
    border-color: rgba(239, 184, 74, .72) !important;
    transform: translateY(-10px);
    box-shadow: 0 34px 88px rgba(0, 0, 0, .42), 0 0 0 1px rgba(239, 184, 74, .18) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header {
    position: relative;
    z-index: 1;
    min-height: 0;
    padding: 24px 24px 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .07), transparent 44%),
        linear-gradient(180deg, rgba(22, 43, 64, .82), rgba(11, 23, 36, .26)) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured .fivem-offer-header {
    background:
        linear-gradient(135deg, rgba(239, 184, 74, .14), transparent 42%),
        linear-gradient(180deg, rgba(34, 42, 48, .9), rgba(13, 23, 34, .3)) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header-top {
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem :is(.fivem-offer-plan-tag, .fivem-offer-recommended) {
    border: 1px solid rgba(132, 198, 240, .26) !important;
    background: rgba(7, 17, 29, .7) !important;
    color: #d8edf8 !important;
    -webkit-text-fill-color: #d8edf8 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured .fivem-offer-plan-tag {
    border-color: rgba(239, 184, 74, .5) !important;
    background: rgba(239, 184, 74, .14) !important;
    color: #ffe7ad !important;
    -webkit-text-fill-color: #ffe7ad !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 7px;
    font-size: 32px;
    letter-spacing: 0;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header p {
    position: relative;
    z-index: 2;
    min-height: 40px;
    max-width: 260px;
    color: #c8d7e4 !important;
    -webkit-text-fill-color: #c8d7e4 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-line {
    position: relative;
    z-index: 2;
    align-items: flex-end;
    margin-top: 18px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-line strong {
    font-size: 60px;
    text-shadow: 0 10px 30px rgba(241, 178, 74, .18);
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-line span {
    padding-bottom: 6px;
    color: #edf5fb !important;
    -webkit-text-fill-color: #edf5fb !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-note {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    color: #a9bdcf !important;
    -webkit-text-fill-color: #a9bdcf !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-snapshot {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-snapshot-item {
    display: grid;
    gap: 4px;
    min-height: 58px;
    border: 1px solid rgba(151, 184, 211, .18);
    border-radius: 7px;
    padding: 10px 10px 9px;
    background: rgba(5, 13, 24, .48);
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-snapshot-item small {
    color: #89a5bd !important;
    -webkit-text-fill-color: #89a5bd !important;
    font-size: 10px;
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-snapshot-item strong {
    color: #f7fbff !important;
    -webkit-text-fill-color: #f7fbff !important;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.15;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-body {
    position: relative;
    z-index: 2;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase {
    border: 0;
    border-left: 3px solid var(--fivem-plan-accent);
    border-radius: 0;
    padding: 2px 0 2px 14px;
    background: transparent;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase > strong {
    font-size: 16px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase-tags em {
    border-color: rgba(151, 184, 211, .2);
    background: rgba(255, 255, 255, .045);
    color: #d7e6f2 !important;
    -webkit-text-fill-color: #d7e6f2 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-block {
    margin-top: 2px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li {
    display: grid !important;
    grid-template-columns: 86px minmax(0, 1fr) 26px;
    align-items: center;
    min-height: 50px;
    border-radius: 7px !important;
    padding: 9px 10px 9px 12px;
    background: rgba(255, 255, 255, .035) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li > span {
    grid-column: 1 / 2;
    color: #8faac1 !important;
    -webkit-text-fill-color: #8faac1 !important;
    font-size: 10px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li > strong {
    grid-column: 2 / 3;
    color: #eef7ff !important;
    -webkit-text-fill-color: #eef7ff !important;
    font-size: 13px;
    line-height: 1.25;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-info {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    grid-column: 3 / 4;
    align-self: center;
    justify-self: end;
    width: 24px;
    height: 24px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-tooltip {
    top: 50% !important;
    right: 42px !important;
    bottom: auto !important;
    left: auto !important;
    width: min(280px, calc(100vw - 48px));
    transform: translateY(-50%) translateX(8px) scale(.98) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-tooltip::after {
    display: none;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip:hover .fivem-spec-tooltip,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip:focus-within .fivem-spec-tooltip,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip.is-open .fivem-spec-tooltip {
    transform: translateY(-50%) translateX(0) scale(1) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-include-list {
    border-top: 1px solid rgba(151, 184, 211, .13);
    padding-top: 12px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-include-list li {
    padding-left: 22px;
    font-size: 13px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-actions {
    position: relative;
    z-index: 2;
    padding: 10px 24px 24px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-action-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-action-row .btn {
    min-height: 46px;
    border-radius: 7px !important;
}

@media (max-width: 1199px) {
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured {
        transform: none;
    }
}

@media (max-width: 767px) {
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-section::before {
        background-size: 42px 42px;
        opacity: .18;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-grid {
        gap: 18px;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem {
        overflow: hidden !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem::after {
        top: 38px;
        right: 14px;
        font-size: 58px;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header {
        padding: 22px 18px 18px;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header h3 {
        font-size: 30px;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header p {
        max-width: 240px;
        min-height: 0;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-line strong {
        font-size: 54px;
    }

    body.site-premium.route-fivem-hosting .modern-page .fivem-offer-snapshot {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    body.site-premium.route-fivem-hosting .modern-page .fivem-offer-snapshot-item {
        min-height: 54px;
        padding: 9px 8px;
    }

    body.site-premium.route-fivem-hosting .modern-page .fivem-offer-snapshot-item strong {
        font-size: 12px;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li {
        grid-template-columns: minmax(0, 1fr) 30px;
        min-height: 58px;
        gap: 2px 8px;
        padding: 11px 10px 11px 12px;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li > span,
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li > strong {
        grid-column: 1 / 2;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-info {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-tooltip {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        grid-column: 1 / -1;
        width: auto;
        transform: translateY(-3px) !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip:hover .fivem-spec-tooltip,
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip:focus-within .fivem-spec-tooltip,
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip.is-open .fivem-spec-tooltip {
        transform: translateY(0) !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-action-row {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* FiveM identity pass: make offers feel like real GTA RP server cards. */
body.site-premium.route-fivem-hosting .modern-page .offer-stack-section {
    background:
        linear-gradient(180deg, rgba(5, 12, 22, .98), rgba(10, 23, 35, .97) 36%, rgba(4, 10, 18, .99)) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem {
    border-color: rgba(86, 122, 155, .42) !important;
    background:
        linear-gradient(180deg, rgba(13, 26, 42, .99), rgba(6, 14, 25, 1)) !important;
    box-shadow:
        0 28px 70px rgba(0, 0, 0, .42),
        inset 0 1px 0 rgba(255, 255, 255, .07) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured {
    border-color: rgba(239, 184, 74, .78) !important;
    box-shadow:
        0 34px 88px rgba(0, 0, 0, .46),
        0 0 0 1px rgba(239, 184, 74, .2),
        inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media {
    display: block !important;
    position: relative;
    height: 152px;
    overflow: hidden;
    border-bottom: 1px solid rgba(126, 166, 201, .22);
    background: #07111f;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 46%;
    filter: saturate(1.08) contrast(1.05);
    opacity: .78;
    transform: scale(1.04);
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media--launch > img {
    object-position: 42% 48%;
    filter: saturate(1.12) contrast(1.06);
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media--community > img {
    object-position: 50% 54%;
    filter: saturate(.9) contrast(1.08) brightness(.82);
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media--performance > img {
    object-position: 60% 46%;
    filter: saturate(1.04) contrast(1.12) brightness(.78);
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 11, 20, .92), rgba(5, 14, 25, .52) 48%, rgba(5, 12, 22, .82)),
        linear-gradient(180deg, rgba(4, 10, 18, .06), rgba(4, 10, 18, .9));
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media--launch .fivem-offer-media-overlay {
    background:
        linear-gradient(90deg, rgba(4, 11, 20, .9), rgba(4, 18, 26, .38) 48%, rgba(5, 12, 22, .8)),
        linear-gradient(180deg, rgba(4, 10, 18, .03), rgba(4, 10, 18, .88));
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media--community .fivem-offer-media-overlay {
    background:
        linear-gradient(90deg, rgba(4, 11, 20, .92), rgba(22, 13, 28, .52) 48%, rgba(8, 13, 25, .86)),
        linear-gradient(180deg, rgba(73, 39, 87, .18), rgba(4, 10, 18, .9));
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media--performance .fivem-offer-media-overlay {
    background:
        linear-gradient(90deg, rgba(4, 11, 20, .94), rgba(7, 18, 30, .58) 50%, rgba(4, 10, 18, .88)),
        linear-gradient(180deg, rgba(25, 88, 118, .08), rgba(4, 10, 18, .93));
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(69, 201, 255, .16) 1px, transparent 1px),
        linear-gradient(180deg, rgba(84, 223, 154, .12) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: .24;
    pointer-events: none;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-watermark {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    width: 68px;
    height: 68px;
    opacity: .22;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-watermark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media-mark {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    border: 1px solid rgba(144, 197, 237, .28);
    border-radius: 999px;
    padding: 5px 10px;
    background: rgba(4, 12, 22, .76);
    color: #eef7ff;
    font-size: 12px;
    font-weight: 850;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media-mark img {
    width: 18px;
    height: 18px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-media-panel {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 4;
    display: grid;
    gap: 4px;
    max-width: calc(100% - 28px);
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-media-panel > span {
    color: #8ee8ff !important;
    -webkit-text-fill-color: #8ee8ff !important;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-media-panel > strong {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-media-panel > small {
    max-width: 250px;
    color: #c7d6e4 !important;
    -webkit-text-fill-color: #c7d6e4 !important;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.25;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-media-tags {
    position: absolute;
    top: 50px;
    left: 14px;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-width: calc(100% - 28px);
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-media-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border: 1px solid rgba(84, 223, 154, .28);
    border-radius: 999px;
    padding: 4px 8px;
    background: rgba(4, 21, 19, .62);
    color: #c8f7df !important;
    -webkit-text-fill-color: #c8f7df !important;
    font-size: 11px;
    font-weight: 780;
    line-height: 1;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-media-status {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    display: grid;
    gap: 6px;
    min-width: 112px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-media-status span {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 24px;
    border: 1px solid rgba(144, 197, 237, .18);
    border-radius: 999px;
    padding: 4px 8px 4px 20px;
    background: rgba(4, 12, 22, .72);
    color: #d7eaf7 !important;
    -webkit-text-fill-color: #d7eaf7 !important;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-media-status span::before {
    content: "";
    position: absolute;
    left: 8px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #54df9a;
    box-shadow: 0 0 0 4px rgba(84, 223, 154, .12);
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header {
    padding-top: 22px;
    background:
        linear-gradient(180deg, rgba(10, 22, 35, .98), rgba(7, 15, 26, .98)) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header-top {
    margin-bottom: 14px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header h3 {
    font-size: 34px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-line {
    margin-top: 14px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-snapshot-item {
    border-color: rgba(98, 140, 177, .26);
    background:
        linear-gradient(180deg, rgba(15, 34, 53, .74), rgba(5, 13, 24, .72));
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-body {
    padding-top: 20px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase {
    border-left-color: rgba(84, 223, 154, .82);
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured .fivem-offer-usecase {
    border-left-color: rgba(239, 184, 74, .9);
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li {
    border-color: rgba(98, 140, 177, .2) !important;
    background:
        linear-gradient(90deg, rgba(15, 33, 51, .78), rgba(9, 20, 34, .78)) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.is-mitigation,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.is-proxy {
    border-color: rgba(84, 223, 154, .24) !important;
    background:
        linear-gradient(90deg, rgba(11, 42, 37, .68), rgba(9, 20, 34, .78)) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-action-row .btn-exact-primary {
    background: linear-gradient(135deg, #2477f2, #18c3e3) !important;
    box-shadow: 0 14px 32px rgba(29, 159, 232, .24) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured .fivem-offer-action-row .btn-exact-primary {
    background: linear-gradient(135deg, #d89926, #f1bd55) !important;
    box-shadow: 0 14px 32px rgba(239, 184, 74, .2) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .btn-exact-secondary {
    border-color: rgba(126, 166, 201, .32) !important;
    background: rgba(5, 13, 24, .6) !important;
}

@media (max-width: 1199px) {
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media {
        height: 142px;
    }

    body.site-premium.route-fivem-hosting .modern-page .fivem-offer-media-status {
        display: none;
    }
}

@media (max-width: 767px) {
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media {
        height: 164px;
    }

    body.site-premium.route-fivem-hosting .modern-page .fivem-offer-media-panel {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    body.site-premium.route-fivem-hosting .modern-page .fivem-offer-media-panel > strong {
        font-size: 22px;
    }

    body.site-premium.route-fivem-hosting .modern-page .fivem-offer-media-tags {
        top: 48px;
        left: 12px;
    }

    body.site-premium.route-fivem-hosting .modern-page .fivem-offer-media-tags span {
        min-height: 23px;
        font-size: 10px;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header {
        padding-top: 20px;
    }

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header h3 {
        font-size: 31px;
    }
}

/* Competitive FiveM pass: clearer proof, safer ordering, less template feel. */
body.site-premium.route-fivem-hosting {
    --fivem-page-ink: #f8fbff;
    --fivem-page-muted: #b7c7d8;
    --fivem-page-panel: rgba(8, 18, 30, .9);
    --fivem-page-panel-strong: rgba(12, 28, 44, .96);
    --fivem-page-line: rgba(151, 177, 205, .2);
    --fivem-page-mint: #5ee2a0;
    --fivem-page-sky: #35c9ff;
    --fivem-page-gold: #f0b84f;
}

body.site-premium.route-fivem-hosting .modern-page .exact-product-hero {
    padding-bottom: 38px;
}

body.site-premium.route-fivem-hosting .modern-page .product-hero-row {
    border-radius: 12px !important;
    border-color: rgba(151, 177, 205, .2) !important;
    background:
        linear-gradient(135deg, rgba(10, 22, 36, .98), rgba(5, 13, 24, .99) 58%),
        radial-gradient(circle at 15% 10%, rgba(94, 226, 160, .12), transparent 28%),
        radial-gradient(circle at 85% 20%, rgba(240, 184, 79, .12), transparent 24%) !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .34) !important;
}

body.site-premium.route-fivem-hosting .modern-page .intro-title {
    max-width: 16ch;
}

body.site-premium.route-fivem-hosting .modern-page .modern-page-hero-summary {
    max-width: 690px;
    color: var(--fivem-page-muted) !important;
    font-size: 1.03rem;
    line-height: 1.72;
}

body.site-premium.route-fivem-hosting .modern-page .intro-points li {
    border-color: rgba(151, 177, 205, .22) !important;
    background: rgba(255, 255, 255, .045) !important;
    color: #eaf3fb !important;
}

body.site-premium.route-fivem-hosting .modern-page .product-intro-cards-grid {
    margin-top: 18px;
}

body.site-premium.route-fivem-hosting .modern-page .conversion-pillar-card {
    min-height: 148px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem {
    border-color: var(--fivem-page-line) !important;
    background:
        linear-gradient(180deg, rgba(13, 28, 43, .98), rgba(7, 17, 29, .995)) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem::after {
    display: none !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem:hover {
    border-color: rgba(94, 226, 160, .34) !important;
    box-shadow: 0 26px 72px rgba(0, 0, 0, .4), 0 0 0 1px rgba(94, 226, 160, .08) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured {
    transform: translateY(-8px);
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase {
    background:
        linear-gradient(90deg, rgba(94, 226, 160, .08), rgba(255, 255, 255, .028)) !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-panel,
body.site-premium.route-fivem-hosting .modern-page .offer-included-panel,
body.site-premium.route-fivem-hosting .modern-page .fivem-protection-flow {
    border-radius: 10px !important;
    border-color: var(--fivem-page-line) !important;
    background:
        linear-gradient(135deg, var(--fivem-page-panel-strong), var(--fivem-page-panel)) !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-protection-flow {
    max-width: 1180px;
    margin-top: 22px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-flow-grid,
body.site-premium.route-fivem-hosting .modern-page .fivem-compare-grid,
body.site-premium.route-fivem-hosting .modern-page .offer-seo-grid,
body.site-premium.route-fivem-hosting .modern-page .related-offers-grid {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-compare-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-flow-step,
body.site-premium.route-fivem-hosting .modern-page .fivem-compare-card,
body.site-premium.route-fivem-hosting .modern-page .offer-seo-card,
body.site-premium.route-fivem-hosting .modern-page .related-offer-card,
body.site-premium.route-fivem-hosting .modern-page .faq-exact-card {
    border-radius: 8px !important;
    border-color: rgba(151, 177, 205, .18) !important;
    background: rgba(255, 255, 255, .035) !important;
    box-shadow: none !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-compare-card.is-featured {
    border-color: rgba(94, 226, 160, .34) !important;
    background:
        linear-gradient(180deg, rgba(16, 48, 43, .42), rgba(255, 255, 255, .035)) !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-compare-card > span,
body.site-premium.route-fivem-hosting .modern-page .fivem-flow-step > span {
    border-radius: 999px !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-compare-card ul {
    padding-left: 0;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-compare-card li {
    color: var(--fivem-page-muted) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-included-list span::before,
body.site-premium.route-fivem-hosting .modern-page .fivem-compare-card li::before {
    background: var(--fivem-page-mint) !important;
}

body.site-premium.route-fivem-hosting .modern-page .bottom-cta-card {
    border-radius: 12px !important;
    border-color: rgba(94, 226, 160, .26) !important;
    background:
        linear-gradient(135deg, rgba(12, 38, 36, .88), rgba(7, 17, 29, .98)) !important;
}

@media (max-width: 991px) {
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured {
        transform: none;
    }

    body.site-premium.route-fivem-hosting .modern-page .fivem-compare-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 575px) {
    body.site-premium.route-fivem-hosting .modern-page .fivem-protection-flow {
        padding: 18px;
    }
}

/* Human design pass: quieter colors, stronger typography, cleaner responsive rhythm. */
body.site-premium {
    --cs-human-bg: #071018;
    --cs-human-bg-2: #0a141d;
    --cs-human-panel: #0e1b27;
    --cs-human-panel-2: #111f2d;
    --cs-human-panel-3: #142535;
    --cs-human-line: rgba(159, 184, 204, .2);
    --cs-human-line-strong: rgba(159, 184, 204, .34);
    --cs-human-text: #f4f8fb;
    --cs-human-muted: #bdcbd6;
    --cs-human-soft: #8fa4b4;
    --cs-human-blue: #4aa8ff;
    --cs-human-green: #42d59b;
    --cs-human-amber: #f2bc5b;
    --cs-human-radius: 14px;
    --cs-human-shadow: 0 22px 60px rgba(0, 0, 0, .26);
    background:
        linear-gradient(180deg, #061019 0%, #0a151f 44%, #071018 100%) !important;
    color: var(--cs-human-text) !important;
    font-family: "Inter", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.site-premium::before,
body.site-modern::before {
    opacity: .06 !important;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px) !important;
    background-size: 84px 84px !important;
}

body.site-premium :is(h1, h2, h3, h4, h5, h6, .hero-title, .intro-title, .section-heading h2) {
    color: var(--cs-human-text) !important;
    -webkit-text-fill-color: var(--cs-human-text) !important;
    font-family: "Sora", "Inter", "Manrope", system-ui, sans-serif !important;
    font-weight: 750 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
}

body.site-premium :is(p, li, small, span) {
    letter-spacing: 0 !important;
}

body.site-premium :is(p, li, .hero-text, .modern-page-hero-summary, .intro-subtitle, .section-heading p) {
    color: var(--cs-human-muted) !important;
    -webkit-text-fill-color: var(--cs-human-muted) !important;
    line-height: 1.72;
}

body.site-premium .container {
    max-width: 1180px;
}

body.site-premium .exact-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

body.site-premium .section-kicker,
body.site-premium .section-eyebrow,
body.site-premium .hero-badge,
body.site-premium .featured-plan-tag,
body.site-premium .offer-stack-tag,
body.site-premium .fivem-offer-plan-tag,
body.site-premium .fivem-offer-recommended {
    border-color: rgba(66, 213, 155, .28) !important;
    background: rgba(66, 213, 155, .1) !important;
    color: #bff5df !important;
    -webkit-text-fill-color: #bff5df !important;
    font-family: "Sora", "Inter", sans-serif !important;
    font-size: .78rem !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: .01em !important;
}

body.site-premium :is(.btn, .btn-exact-primary, .btn-exact-secondary, .btn-modern-shell, .btn-modern-order) {
    min-height: 46px;
    border-radius: 10px !important;
    font-family: "Inter", "Manrope", sans-serif !important;
    font-weight: 750 !important;
    box-shadow: none !important;
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease !important;
}

body.site-premium :is(.btn-exact-primary, .btn-modern-order, .btn-offer-cta) {
    border-color: rgba(74, 168, 255, .34) !important;
    background: linear-gradient(180deg, #2e98f4, #1675d6) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

body.site-premium :is(.btn-exact-secondary, .btn-modern-shell, .btn-modern-ghost) {
    border-color: var(--cs-human-line-strong) !important;
    background: rgba(255, 255, 255, .035) !important;
    color: #f1f6f8 !important;
    -webkit-text-fill-color: #f1f6f8 !important;
}

body.site-premium :is(.btn, .btn-exact-primary, .btn-exact-secondary, .btn-modern-shell, .btn-modern-order):hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .22) !important;
}

body.site-premium .modern-header-top,
body.site-premium .modern-nav-wrap {
    background: rgba(6, 12, 18, .94) !important;
    border-color: rgba(159, 184, 204, .14) !important;
    backdrop-filter: blur(16px);
}

body.site-premium .modern-navbar {
    min-height: 86px;
}

body.site-premium .modern-nav-wrap .container {
    border-radius: 16px;
}

body.site-premium .modern-brand-note {
    color: #92a8b6 !important;
    font-family: "Inter", sans-serif !important;
}

body.site-premium .modern-nav-link {
    color: #eff5f7 !important;
    font-family: "Inter", sans-serif !important;
    font-size: .92rem !important;
    font-weight: 750 !important;
}

body.site-premium .modern-nav-link:hover,
body.site-premium .modern-nav-item:hover > .modern-nav-link {
    background: rgba(255, 255, 255, .045) !important;
}

body.site-premium .site-confidence-strip,
body.site-premium .site-confidence-strip .confidence-card,
body.site-premium :is(.home-hero-showcase, .home-hero-media, .cubix-live-ops, .home-proof-card, .featured-plan-card, .peeryx-panel, .network-proof-panel, .home-closing-panel, .product-hero-row, .conversion-pillar-card, .offer-command-panel, .buying-argument-panel, .offer-stack-card, .offer-included-panel, .fivem-protection-flow, .fivem-flow-step, .fivem-compare-card, .offer-seo-card, .faq-exact-card, .related-offer-card, .bottom-cta-card) {
    border-color: var(--cs-human-line) !important;
    border-radius: var(--cs-human-radius) !important;
    background:
        linear-gradient(180deg, rgba(17, 31, 43, .96), rgba(9, 18, 27, .98)) !important;
    box-shadow: var(--cs-human-shadow) !important;
}

body.site-premium :is(.home-hero-showcase, .product-hero-row, .offer-stack-card, .featured-plan-card, .home-proof-card, .buying-argument-card, .conversion-pillar-card) {
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease !important;
}

body.site-premium :is(.featured-plan-card, .home-proof-card, .buying-argument-card, .conversion-pillar-card, .offer-stack-card):hover {
    border-color: rgba(74, 168, 255, .34) !important;
    transform: translateY(-3px);
}

body.site-premium .premium-reveal {
    opacity: 0;
    transform: translateY(14px);
    transition:
        opacity .42s ease var(--premium-delay, 0ms),
        transform .42s ease var(--premium-delay, 0ms);
}

body.site-premium .premium-reveal.is-visible {
    opacity: 1;
    transform: none;
}

body.site-premium.route-home .home-vitrine-hero {
    position: relative;
    overflow: hidden;
    padding: 76px 0 58px !important;
    background:
        linear-gradient(90deg, rgba(8, 17, 27, .98), rgba(8, 17, 27, .74)),
        linear-gradient(180deg, rgba(66, 213, 155, .05), transparent 38%) !important;
}

body.site-premium.route-home .home-vitrine-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(159, 184, 204, .24), transparent);
}

body.site-premium.route-home .hero-title {
    max-width: 650px;
    margin: 24px 0 18px;
    font-size: 3.75rem !important;
    line-height: 1.04 !important;
}

body.site-premium.route-home .hero-title .accent,
body.site-premium.route-home .hero-title span.accent {
    color: #3bd6e6 !important;
    -webkit-text-fill-color: #3bd6e6 !important;
}

body.site-premium.route-home .hero-text {
    max-width: 660px;
    border-left: 3px solid var(--cs-human-green);
    padding-left: 18px;
    font-size: 1.04rem !important;
}

body.site-premium.route-home .home-hero-trust,
body.site-premium.route-home .hero-pricing-pills,
body.site-premium.route-home .hero-actions {
    gap: 12px;
}

body.site-premium.route-home .home-hero-trust span,
body.site-premium.route-home .hero-pricing-pills a,
body.site-premium.route-fivem-hosting .modern-page .intro-points li,
body.site-premium.route-fivem-hosting .modern-page .hero-buying-cue,
body.site-premium .offer-stack-highlights span {
    border-color: var(--cs-human-line) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, .035) !important;
    color: #e7f0f3 !important;
    -webkit-text-fill-color: #e7f0f3 !important;
}

body.site-premium.route-home .home-hero-media {
    overflow: hidden;
    padding: 12px !important;
}

body.site-premium.route-home .home-hero-media img,
body.site-premium .offer-live-backdrop,
body.site-premium .featured-plan-card > img,
body.site-premium.route-fivem-hosting .fivem-offer-media > img {
    filter: saturate(.92) contrast(1.02) brightness(.86) !important;
}

body.site-premium.route-home .home-hero-media > div {
    right: 22px;
    bottom: 22px;
    left: 22px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(7, 16, 24, .18), rgba(7, 16, 24, .82));
}

body.site-premium.route-home .home-hero-plan-grid a,
body.site-premium.route-home .cubix-live-events article,
body.site-premium.route-home .cubix-live-route span,
body.site-premium.route-home .featured-plan-content li,
body.site-premium.route-fivem-hosting .modern-page .hero-metric-pill,
body.site-premium.route-fivem-hosting .modern-page .offer-live-grid > div,
body.site-premium.route-fivem-hosting .modern-page .fivem-offer-snapshot-item,
body.site-premium.route-fivem-hosting .modern-page .fivem-offer-spec-list li,
body.site-premium.route-fivem-hosting .modern-page .fivem-offer-billing span,
body.site-premium .offer-stack-spec,
body.site-premium .offer-stack-glance-item {
    border-color: var(--cs-human-line) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, .04) !important;
}

body.site-premium.route-home .featured-plan-card > img {
    height: 138px;
}

body.site-premium.route-home .featured-plan-price strong,
body.site-premium .offer-stack-price strong,
body.site-premium.route-fivem-hosting .modern-page .fivem-offer-price-line strong {
    color: var(--cs-human-amber) !important;
    -webkit-text-fill-color: var(--cs-human-amber) !important;
    font-family: "Sora", "Inter", sans-serif !important;
    font-weight: 800 !important;
    text-shadow: none !important;
}

body.site-premium.route-home .home-closing-panel {
    background:
        linear-gradient(135deg, rgba(19, 41, 56, .98), rgba(9, 18, 27, .98)) !important;
}

body.site-premium .modern-page .exact-product-hero {
    padding: 70px 0 44px !important;
    background:
        linear-gradient(180deg, rgba(7, 16, 24, .98), rgba(8, 18, 27, .94)) !important;
}

body.site-premium .modern-page .product-hero-row {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
    gap: 34px;
    padding: 34px !important;
}

body.site-premium .modern-page .intro-title {
    max-width: 680px !important;
    margin: 20px 0 16px;
    font-size: 4rem !important;
    line-height: 1.05 !important;
}

body.site-premium .modern-page .modern-page-hero-summary {
    max-width: 700px;
    font-size: 1.05rem !important;
}

body.site-premium.route-fivem-hosting .modern-page .intro-title {
    max-width: 13ch !important;
}

body.site-premium.route-fivem-hosting .modern-page .product-hero-row {
    background:
        linear-gradient(135deg, rgba(14, 27, 39, .98), rgba(8, 18, 27, .98)) !important;
}

body.site-premium .modern-page .product-hero-visual-wrap,
body.site-premium.route-fivem-hosting .modern-page .offer-live-panel {
    border-color: var(--cs-human-line) !important;
    border-radius: 14px !important;
    background: rgba(5, 12, 18, .72) !important;
    box-shadow: none !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-live-panel {
    backdrop-filter: blur(10px);
}

body.site-premium .modern-page .product-intro-cards-grid {
    gap: 16px;
}

body.site-premium .modern-page .conversion-pillar-card {
    min-height: 154px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 22px !important;
}

body.site-premium .modern-page .conversion-pillar-card .feature-icon {
    width: 46px;
    height: 46px;
    margin: 0 !important;
    border-radius: 10px !important;
    border-color: rgba(66, 213, 155, .28) !important;
    background: rgba(66, 213, 155, .09) !important;
}

body.site-premium .modern-page .conversion-pillar-card h3 {
    margin: 0 !important;
    font-size: 1.08rem !important;
    line-height: 1.22 !important;
}

body.site-premium .modern-page .conversion-pillar-card p {
    margin: 0 !important;
    font-size: .93rem !important;
}

body.site-premium .modern-page .feature-icon-badge {
    color: #bff5df !important;
    -webkit-text-fill-color: #bff5df !important;
    font-size: .76rem !important;
    font-weight: 800 !important;
}

body.site-premium .modern-page .offer-stack-section {
    background: linear-gradient(180deg, #08121b, #071018) !important;
}

body.site-premium .modern-page .offer-stack-section .section-heading h2 {
    color: var(--cs-human-text) !important;
    -webkit-text-fill-color: var(--cs-human-text) !important;
    font-size: 3rem !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem {
    background:
        linear-gradient(180deg, rgba(17, 31, 43, .98), rgba(8, 17, 26, .99)) !important;
    box-shadow: 0 20px 52px rgba(0, 0, 0, .24) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured {
    transform: none !important;
    border-color: rgba(242, 188, 91, .68) !important;
    box-shadow: 0 20px 52px rgba(0, 0, 0, .28), 0 0 0 1px rgba(242, 188, 91, .16) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media {
    height: 178px;
    border-bottom-color: var(--cs-human-line) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header {
    background: transparent !important;
    box-shadow: none !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header h3 {
    font-size: 2rem !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase,
body.site-premium .offer-stack-fit {
    border-radius: 10px !important;
    background: rgba(66, 213, 155, .065) !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-proxy-panel,
body.site-premium.route-fivem-hosting .modern-page .offer-included-panel,
body.site-premium.route-fivem-hosting .modern-page .fivem-protection-flow,
body.site-premium.route-fivem-hosting .modern-page .bottom-cta-card {
    background:
        linear-gradient(180deg, rgba(17, 31, 43, .98), rgba(9, 18, 27, .99)) !important;
}

body.site-premium .cookie-consent {
    border-radius: 14px !important;
    border-color: rgba(159, 184, 204, .22) !important;
    background: rgba(10, 21, 31, .96) !important;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .34) !important;
}

body.site-premium .cookie-consent :is(strong, p) {
    color: var(--cs-human-text) !important;
    -webkit-text-fill-color: var(--cs-human-text) !important;
}

body.site-premium .cookie-consent p {
    color: var(--cs-human-muted) !important;
    -webkit-text-fill-color: var(--cs-human-muted) !important;
}

@media (prefers-reduced-motion: reduce) {
    body.site-premium *,
    body.site-premium *::before,
    body.site-premium *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
    }

    body.site-premium .premium-reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}

@media (max-width: 1199px) {
    body.site-premium.route-home .hero-title,
    body.site-premium .modern-page .intro-title {
        font-size: 3.15rem !important;
    }

    body.site-premium .modern-page .product-hero-row {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    body.site-premium .modern-navbar {
        min-height: 74px;
    }

    body.site-premium.route-home .home-vitrine-hero {
        padding-top: 48px !important;
    }

    body.site-premium.route-home .hero-right {
        margin-top: 34px;
    }

    body.site-premium .modern-page .product-hero-row {
        padding: 24px !important;
    }

    body.site-premium .modern-page .product-hero-visual-col {
        min-width: 0;
    }

    body.site-premium .modern-page .offer-stack-section .section-heading h2 {
        font-size: 2.45rem !important;
    }
}

@media (max-width: 767px) {
    body.site-premium .exact-section {
        padding-top: 46px !important;
        padding-bottom: 46px !important;
    }

    body.site-premium.route-home .hero-title,
    body.site-premium .modern-page .intro-title {
        font-size: 2.42rem !important;
        line-height: 1.08 !important;
    }

    body.site-premium .modern-page .exact-product-hero {
        padding-top: 34px !important;
    }

    body.site-premium.route-home .hero-text,
    body.site-premium .modern-page .modern-page-hero-summary {
        font-size: .98rem !important;
    }

    body.site-premium.route-home .home-hero-plan-grid,
    body.site-premium.route-home .featured-plan-grid,
    body.site-premium .modern-page .product-intro-cards-grid,
    body.site-premium.route-fivem-hosting .modern-page .fivem-compare-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.site-premium .modern-page .conversion-pillar-card {
        min-height: 0;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media {
        height: 150px;
    }
}

@media (max-width: 575px) {
    body.site-premium .modern-header-top {
        display: none !important;
    }

    body.site-premium.route-home .home-vitrine-hero {
        padding-top: 30px !important;
    }

    body.site-premium.route-home .hero-title,
    body.site-premium .modern-page .intro-title {
        font-size: 2.16rem !important;
    }

    body.site-premium.route-home .hero-actions .btn,
    body.site-premium .modern-page .hero-actions .btn,
    body.site-premium .home-closing-actions .btn {
        width: 100%;
        justify-content: center;
    }

    body.site-premium .modern-page .product-hero-row {
        padding: 18px !important;
    }

    body.site-premium.route-home .home-hero-media,
    body.site-premium.route-home .home-hero-media img {
        min-height: 260px;
    }

    body.site-premium.route-home .featured-plan-card {
        grid-template-columns: 102px minmax(0, 1fr) !important;
    }

    body.site-premium.route-home .featured-plan-card > img {
        min-height: 100%;
    }

    body.site-premium .cookie-consent {
        right: 10px !important;
        bottom: 10px !important;
        left: 10px !important;
        width: auto !important;
    }
}

/* FiveM offer clarity pass: compact comparison cards with a calmer palette. */
body.site-premium.route-fivem-hosting {
    --fivem-ink: #f3f7f9;
    --fivem-muted: #a8b7c1;
    --fivem-soft: #728590;
    --fivem-panel: #101820;
    --fivem-panel-deep: #0a1117;
    --fivem-line: rgba(142, 159, 169, .22);
    --fivem-blue: #477fae;
    --fivem-green: #69bd8f;
    --fivem-gold: #d6a85b;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-section {
    background:
        linear-gradient(180deg, #081015 0%, #0b1218 48%, #070d12 100%) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-section::before {
    opacity: .08 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-section .section-heading {
    max-width: 760px;
    margin-bottom: 16px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-section .section-heading h2 {
    color: var(--fivem-ink) !important;
    -webkit-text-fill-color: var(--fivem-ink) !important;
    font-family: "Sora", "Inter", sans-serif !important;
    font-size: 2.35rem !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-section .section-heading p {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    color: var(--fivem-muted) !important;
    -webkit-text-fill-color: var(--fivem-muted) !important;
    font-size: .98rem !important;
    line-height: 1.65 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-highlights {
    max-width: 790px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 18px auto 24px;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-highlights span {
    min-height: 42px;
    border-radius: 7px !important;
    padding: 9px 11px !important;
    border-color: rgba(139, 156, 166, .2) !important;
    background: rgba(255, 255, 255, .035) !important;
    color: #cbd7de !important;
    -webkit-text-fill-color: #cbd7de !important;
    font-size: .77rem !important;
    font-weight: 760 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-grid {
    max-width: 1120px;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    align-items: stretch;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem {
    --fivem-plan-accent: var(--fivem-green);
    display: flex;
    min-height: 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--fivem-line) !important;
    border-radius: 10px !important;
    background:
        linear-gradient(180deg, rgba(19, 28, 36, .98), rgba(10, 17, 23, .99)) !important;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .24) !important;
    transform: none !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.tone-entry {
    --fivem-plan-accent: var(--fivem-blue);
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.tone-scale {
    --fivem-plan-accent: #7dbdcb;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured {
    --fivem-plan-accent: var(--fivem-gold);
    border-color: rgba(214, 168, 91, .58) !important;
    box-shadow:
        0 18px 42px rgba(0, 0, 0, .28),
        0 0 0 1px rgba(214, 168, 91, .12) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(196, 211, 219, .34) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem::before,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem::after,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-media,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-billing,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-usecase-tags,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-info,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-tooltip,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .offer-stack-action-note {
    display: none !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header {
    min-height: 0 !important;
    padding: 20px 20px 14px !important;
    border-bottom: 1px solid rgba(142, 159, 169, .14) !important;
    background:
        linear-gradient(180deg, rgba(20, 31, 40, .96), rgba(13, 21, 28, .96)) !important;
    box-shadow: none !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured .fivem-offer-header {
    background:
        linear-gradient(180deg, rgba(32, 28, 22, .96), rgba(17, 20, 22, .96)) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header-top {
    margin-bottom: 11px !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem :is(.fivem-offer-plan-tag, .fivem-offer-recommended) {
    border-radius: 999px !important;
    padding: 6px 9px !important;
    border-color: rgba(255, 255, 255, .13) !important;
    background: rgba(255, 255, 255, .055) !important;
    color: #d8e2e7 !important;
    -webkit-text-fill-color: #d8e2e7 !important;
    font-size: .68rem !important;
    font-weight: 820 !important;
    line-height: 1 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured .fivem-offer-plan-tag {
    border-color: rgba(214, 168, 91, .36) !important;
    background: rgba(214, 168, 91, .14) !important;
    color: #f4d99f !important;
    -webkit-text-fill-color: #f4d99f !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header h3 {
    margin: 0 0 6px !important;
    color: #f7fafb !important;
    -webkit-text-fill-color: #f7fafb !important;
    font-family: "Sora", "Inter", sans-serif !important;
    font-size: 1.72rem !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header p {
    min-height: 34px !important;
    margin: 0 !important;
    color: var(--fivem-muted) !important;
    -webkit-text-fill-color: var(--fivem-muted) !important;
    font-size: .88rem !important;
    line-height: 1.35 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-line {
    align-items: flex-end !important;
    gap: 7px !important;
    margin: 12px 0 3px !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-line strong {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-family: "Sora", "Inter", sans-serif !important;
    font-size: 2.9rem !important;
    line-height: .92 !important;
    letter-spacing: 0 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-line span {
    color: var(--fivem-soft) !important;
    -webkit-text-fill-color: var(--fivem-soft) !important;
    font-size: .82rem !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-note {
    display: block !important;
    min-height: 34px;
    color: #b7c3ca !important;
    -webkit-text-fill-color: #b7c3ca !important;
    font-size: .78rem !important;
    font-weight: 660 !important;
    line-height: 1.35 !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-snapshot {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
    margin-top: 13px !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-snapshot-item {
    min-width: 0;
    min-height: 54px !important;
    border-radius: 7px !important;
    padding: 9px 8px !important;
    border-color: rgba(142, 159, 169, .18) !important;
    background: rgba(255, 255, 255, .035) !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-snapshot-item small {
    color: #899aa4 !important;
    -webkit-text-fill-color: #899aa4 !important;
    font-size: .61rem !important;
    font-weight: 820 !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-snapshot-item strong {
    color: #f4f8fa !important;
    -webkit-text-fill-color: #f4f8fa !important;
    font-size: .82rem !important;
    line-height: 1.16 !important;
    overflow-wrap: anywhere;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 12px !important;
    padding: 14px 20px 12px !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase {
    min-height: 92px;
    border: 1px solid rgba(142, 159, 169, .16) !important;
    border-left: 3px solid var(--fivem-plan-accent) !important;
    border-radius: 8px !important;
    padding: 11px 12px !important;
    background: rgba(255, 255, 255, .025) !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase > span {
    display: block;
    margin-bottom: 5px;
    color: var(--fivem-plan-accent) !important;
    -webkit-text-fill-color: var(--fivem-plan-accent) !important;
    font-size: .62rem !important;
    font-weight: 860 !important;
    text-transform: uppercase;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase > strong {
    color: #f5f8fa !important;
    -webkit-text-fill-color: #f5f8fa !important;
    font-size: .94rem !important;
    line-height: 1.35 !important;
}

body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase p {
    margin-top: 6px !important;
    color: var(--fivem-muted) !important;
    -webkit-text-fill-color: var(--fivem-muted) !important;
    font-size: .78rem !important;
    line-height: 1.45 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-block {
    margin: 0 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .offer-stack-section-label {
    margin-bottom: 7px !important;
    color: #8d9ea7 !important;
    -webkit-text-fill-color: #8d9ea7 !important;
    font-size: .62rem !important;
    font-weight: 860 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 6px !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) !important;
    min-height: 42px !important;
    align-items: center !important;
    gap: 8px !important;
    border-radius: 7px !important;
    padding: 8px 10px !important;
    border-color: rgba(142, 159, 169, .15) !important;
    background: rgba(255, 255, 255, .03) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.is-mitigation,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.is-proxy {
    border-color: rgba(105, 189, 143, .22) !important;
    background: rgba(105, 189, 143, .055) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li > span {
    color: #8f9fa8 !important;
    -webkit-text-fill-color: #8f9fa8 !important;
    font-size: .64rem !important;
    font-weight: 820 !important;
    text-transform: uppercase;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li > strong {
    min-width: 0;
    color: #e9f1f4 !important;
    -webkit-text-fill-color: #e9f1f4 !important;
    font-size: .78rem !important;
    font-weight: 760 !important;
    line-height: 1.24 !important;
    overflow-wrap: anywhere;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-include-list {
    display: grid !important;
    gap: 6px !important;
    border-top: 1px solid rgba(142, 159, 169, .13) !important;
    margin: 0 !important;
    padding-top: 10px !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-include-list li {
    color: #c8d3d8 !important;
    -webkit-text-fill-color: #c8d3d8 !important;
    font-size: .79rem !important;
    line-height: 1.35 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-actions {
    padding: 0 20px 20px !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-action-row {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-action-row .btn {
    width: 100%;
    min-height: 42px !important;
    border-radius: 7px !important;
    font-size: .83rem !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-action-row .btn-exact-primary {
    background: linear-gradient(180deg, #4b86b8, #2f638f) !important;
    box-shadow: 0 12px 24px rgba(37, 87, 126, .26) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem.is-featured .fivem-offer-action-row .btn-exact-primary {
    background: linear-gradient(180deg, #dfb362, #b98532) !important;
    color: #11161a !important;
    -webkit-text-fill-color: #11161a !important;
    box-shadow: 0 12px 24px rgba(185, 133, 50, .22) !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .btn-exact-secondary {
    border-color: rgba(157, 174, 183, .22) !important;
    background: rgba(255, 255, 255, .035) !important;
    color: #dce6ea !important;
    -webkit-text-fill-color: #dce6ea !important;
}

@media (max-width: 1199px) {
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: 760px;
    }
}

@media (max-width: 767px) {
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-section .section-heading h2 {
        font-size: 2rem !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-highlights {
        grid-template-columns: minmax(0, 1fr);
        max-width: 420px;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        max-width: 430px;
        gap: 14px !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem:hover {
        transform: none !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header {
        padding: 18px 16px 13px !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header h3 {
        font-size: 1.56rem !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-header p,
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-note {
        min-height: 0 !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-price-line strong {
        font-size: 2.55rem !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .fivem-offer-body {
        padding: 13px 16px 12px !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .fivem-offer-usecase {
        min-height: 0;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-actions {
        padding: 0 16px 18px !important;
    }
}

@media (max-width: 420px) {
    body.site-premium.route-fivem-hosting .modern-page .fivem-offer-snapshot {
        gap: 5px !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .fivem-offer-snapshot-item {
        padding: 8px 6px !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .fivem-offer-snapshot-item strong {
        font-size: .74rem !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 3px !important;
    }
}

/* FiveM compact tooltips: keep the cards clean while restoring the helpful ? bubbles. */
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip {
    position: relative !important;
    grid-template-columns: 76px minmax(0, 1fr) 26px !important;
    overflow: visible !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-info {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    z-index: 4;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 1px solid rgba(166, 188, 199, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .055);
    color: #dce8ed !important;
    -webkit-text-fill-color: #dce8ed !important;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, color .18s ease;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-info span {
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    font-size: .72rem;
    font-weight: 900;
    line-height: 1;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-info:hover,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-info:focus-visible,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.is-open .fivem-spec-info {
    border-color: rgba(105, 189, 143, .48);
    background: rgba(105, 189, 143, .16);
    color: #eafff2 !important;
    -webkit-text-fill-color: #eafff2 !important;
    outline: 0;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-tooltip {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 30;
    display: block !important;
    width: min(292px, calc(100vw - 36px));
    max-height: none !important;
    margin: 0 !important;
    border: 1px solid rgba(154, 177, 190, .24);
    border-radius: 8px;
    padding: 12px 13px !important;
    background:
        linear-gradient(180deg, rgba(18, 29, 38, .98), rgba(9, 15, 21, .99));
    box-shadow: 0 18px 40px rgba(0, 0, 0, .36);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px) scale(.98) !important;
    transition: opacity .16s ease, transform .16s ease;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-tooltip::after {
    content: "";
    position: absolute;
    top: -6px;
    right: 13px;
    width: 11px;
    height: 11px;
    border-top: 1px solid rgba(154, 177, 190, .24);
    border-left: 1px solid rgba(154, 177, 190, .24);
    background: rgba(18, 29, 38, .98);
    transform: rotate(45deg);
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-tooltip p {
    margin: 0 !important;
    color: #cbd8de !important;
    -webkit-text-fill-color: #cbd8de !important;
    font-size: .78rem !important;
    line-height: 1.5 !important;
}

body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip:hover .fivem-spec-tooltip,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip:focus-within .fivem-spec-tooltip,
body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip.is-open .fivem-spec-tooltip {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1) !important;
}

@media (max-width: 767px) {
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip {
        grid-template-columns: minmax(0, 1fr) 26px !important;
        gap: 4px 8px !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip > span,
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip > strong {
        grid-column: 1 / 2;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-info {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
        align-self: center;
        justify-self: end;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-tooltip {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        grid-column: 1 / -1;
        width: 100%;
        max-height: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        overflow: hidden;
        transform: translateY(-2px) !important;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-spec-tooltip::after {
        display: none;
    }

    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip:hover .fivem-spec-tooltip,
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip:focus-within .fivem-spec-tooltip,
    body.site-premium.route-fivem-hosting .modern-page .offer-stack-card.offer-stack-card--fivem .fivem-offer-spec-list li.has-tooltip.is-open .fivem-spec-tooltip {
        max-height: 180px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        transform: translateY(0) !important;
    }
}

/* Peeryx Anti-DDoS trust page and conversion links. */
@keyframes ddos-header-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(80, 232, 161, .28);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(80, 232, 161, 0);
        transform: scale(1.08);
    }
}

@keyframes ddos-packet-cross {
    0% {
        opacity: 0;
        transform: translate3d(-42px, 0, 0) scale(.82);
    }

    15%,
    78% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(var(--packet-distance, 260px), var(--packet-y, 0), 0) scale(1);
    }
}

@keyframes ddos-shield-breathe {
    0%, 100% {
        opacity: .5;
        transform: translate(-50%, -50%) scale(.92);
    }

    50% {
        opacity: .95;
        transform: translate(-50%, -50%) scale(1.08);
    }
}

@keyframes ddos-scan-line {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    18%,
    78% {
        opacity: .8;
    }

    100% {
        transform: translateY(250%);
        opacity: 0;
    }
}

body.site-premium .modern-header-top-links .modern-header-ddos-pulse {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 27px;
    padding: 0 11px !important;
    border: 1px solid rgba(82, 224, 164, .34);
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(22, 71, 55, .72), rgba(15, 44, 64, .62));
    color: #eafff5 !important;
    text-decoration: none !important;
    white-space: nowrap;
}

body.site-premium .modern-header-top-links .modern-header-ddos-pulse::before {
    content: "";
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #50e8a1;
    animation: ddos-header-pulse 1.9s ease-in-out infinite;
}

body.site-premium .modern-header-ddos-spotlight,
body.site-premium .modern-header-ddos-action {
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    border: 1px solid rgba(82, 224, 164, .32);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(29, 96, 70, .88), rgba(12, 36, 53, .9));
    color: #effff7 !important;
    text-decoration: none !important;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .22);
}

body.site-premium .modern-header-ddos-spotlight span,
body.site-premium .modern-header-ddos-action span {
    color: #79f0b6;
}

body.site-premium .modern-header-ddos-spotlight strong,
body.site-premium .modern-header-ddos-action strong {
    color: inherit;
    font-size: .76rem;
    font-weight: 850;
    line-height: 1.1;
    white-space: nowrap;
}

body.site-premium .modern-header-ddos-spotlight {
    display: none;
    padding: 0 11px;
}

body.site-premium .modern-header-ddos-action {
    display: none;
    padding: 0 12px;
}

body.site-premium .modern-header-ddos-spotlight:hover,
body.site-premium .modern-header-ddos-action:hover,
body.site-premium .modern-header-top-links .modern-header-ddos-pulse:hover {
    border-color: rgba(110, 245, 184, .58);
    color: #ffffff !important;
}

body.site-premium .modern-page .offer-spec-ddos-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 24px;
    padding: 2px 8px;
    border: 1px solid rgba(82, 224, 164, .3);
    border-radius: 999px;
    background: rgba(82, 224, 164, .11);
    color: #dfffee !important;
    -webkit-text-fill-color: #dfffee !important;
    font: inherit;
    font-weight: inherit;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    white-space: normal;
}

body.site-premium .modern-page .offer-spec-ddos-link:hover,
body.site-premium .modern-page .offer-spec-ddos-link:focus-visible {
    border-color: rgba(110, 245, 184, .62);
    background: rgba(82, 224, 164, .18);
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    outline: 0;
}

body.site-premium .modern-page .offer-spec-ddos-link--glance,
body.site-premium .modern-page .offer-spec-ddos-link--snapshot,
body.site-premium .modern-page .offer-spec-ddos-link--compact {
    padding-inline: 7px;
    min-height: 22px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-architecture-section,
body.site-premium.route-anti-ddos .modern-page .ddos-tech-section,
body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-section {
    position: relative;
    overflow: hidden;
}

body.site-premium.route-anti-ddos .modern-page .ddos-architecture-panel,
body.site-premium.route-anti-ddos .modern-page .ddos-tech-panel,
body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-panel {
    display: grid;
    gap: 28px;
    border: 1px solid rgba(128, 168, 190, .18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(9, 19, 29, .96), rgba(12, 31, 39, .92));
    box-shadow: 0 26px 70px rgba(0, 0, 0, .26);
}

body.site-premium.route-anti-ddos .modern-page .ddos-architecture-panel {
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
    align-items: stretch;
    padding: 30px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-architecture-copy {
    min-width: 0;
}

body.site-premium.route-anti-ddos .modern-page .ddos-architecture-copy h2,
body.site-premium.route-anti-ddos .modern-page .ddos-tech-heading h2,
body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-copy h2 {
    margin: 8px 0 14px;
    color: #f5fbff;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.05;
    letter-spacing: 0;
}

body.site-premium.route-anti-ddos .modern-page .ddos-architecture-copy p,
body.site-premium.route-anti-ddos .modern-page .ddos-tech-heading p,
body.site-premium.route-anti-ddos .modern-page .ddos-backbone-copy p,
body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-copy p {
    color: #c6d4dc;
    font-size: 1rem;
    line-height: 1.75;
}

body.site-premium.route-anti-ddos .modern-page .ddos-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0;
}

body.site-premium.route-anti-ddos .modern-page .ddos-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 26px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-stat-card,
body.site-premium.route-anti-ddos .modern-page .ddos-flow-card,
body.site-premium.route-anti-ddos .modern-page .ddos-tech-card,
body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-card {
    border: 1px solid rgba(139, 180, 195, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .045);
}

body.site-premium.route-anti-ddos .modern-page .ddos-stat-card {
    min-height: 92px;
    padding: 16px 14px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-stat-card strong {
    display: block;
    color: #f6fff9;
    font-size: 1.12rem;
    font-weight: 900;
}

body.site-premium.route-anti-ddos .modern-page .ddos-stat-card span {
    display: block;
    margin-top: 8px;
    color: #aabdc8;
    font-size: .78rem;
    line-height: 1.45;
}

body.site-premium.route-anti-ddos .modern-page .ddos-live-visual {
    position: relative;
    isolation: isolate;
    --packet-distance: min(440px, 70vw);
    min-height: 470px;
    border: 1px solid rgba(125, 176, 198, .18);
    border-radius: 8px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(7, 15, 22, .44), rgba(5, 13, 18, .86)),
        repeating-linear-gradient(90deg, rgba(145, 197, 212, .07) 0 1px, transparent 1px 56px),
        repeating-linear-gradient(0deg, rgba(145, 197, 212, .05) 0 1px, transparent 1px 56px);
}

body.site-premium.route-anti-ddos .modern-page .ddos-live-visual img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .42;
}

body.site-premium.route-anti-ddos .modern-page .ddos-live-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(5, 13, 20, .82), rgba(8, 30, 38, .38), rgba(4, 12, 19, .9));
}

body.site-premium.route-anti-ddos .modern-page .ddos-visual-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

body.site-premium.route-anti-ddos .modern-page .ddos-visual-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 28%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 111, 111, .74), rgba(102, 237, 177, .62), transparent);
}

body.site-premium.route-anti-ddos .modern-page .ddos-visual-overlay::after {
    content: "";
    position: absolute;
    left: 55%;
    top: 8%;
    width: 2px;
    height: 82%;
    background: linear-gradient(180deg, transparent, rgba(103, 234, 179, .54), transparent);
    animation: ddos-scan-line 4.8s ease-in-out infinite;
}

body.site-premium.route-anti-ddos .modern-page .ddos-packet {
    position: absolute;
    left: 9%;
    top: var(--packet-top, 28%);
    width: var(--packet-size, 10px);
    height: var(--packet-size, 10px);
    border-radius: 999px;
    animation: ddos-packet-cross var(--packet-speed, 4.2s) linear infinite;
    animation-delay: var(--packet-delay, 0s);
}

body.site-premium.route-anti-ddos .modern-page .ddos-packet--bad {
    background: #ff6f6f;
    box-shadow: 0 0 22px rgba(255, 111, 111, .5);
}

body.site-premium.route-anti-ddos .modern-page .ddos-packet--good {
    background: #6ff0b3;
    box-shadow: 0 0 22px rgba(111, 240, 179, .48);
}

body.site-premium.route-anti-ddos .modern-page .ddos-packet--one {
    --packet-top: 22%;
    --packet-speed: 3.8s;
    --packet-delay: -.7s;
    --packet-y: 24px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-packet--two {
    --packet-top: 34%;
    --packet-speed: 4.8s;
    --packet-delay: -2.1s;
    --packet-y: -18px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-packet--three {
    --packet-top: 48%;
    --packet-speed: 5.2s;
    --packet-delay: -1.2s;
    --packet-y: 12px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-packet--four {
    --packet-top: 63%;
    --packet-speed: 4.4s;
    --packet-delay: -2.8s;
    --packet-y: -24px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-packet--five {
    --packet-top: 75%;
    --packet-speed: 5.4s;
    --packet-delay: -.4s;
    --packet-y: 18px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-shield-ring {
    position: absolute;
    left: 55%;
    top: 50%;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(111, 240, 179, .36);
    border-radius: 999px;
    animation: ddos-shield-breathe 3.5s ease-in-out infinite;
}

body.site-premium.route-anti-ddos .modern-page .ddos-shield-core {
    position: absolute;
    left: 55%;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(210px, 52%);
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(111, 240, 179, .42);
    border-radius: 50%;
    background: rgba(7, 24, 25, .82);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .34), inset 0 0 40px rgba(83, 231, 162, .12);
    transform: translate(-50%, -50%);
}

body.site-premium.route-anti-ddos .modern-page .ddos-shield-core .ti-shield {
    color: #7bf0b7;
    font-size: 2.1rem;
}

body.site-premium.route-anti-ddos .modern-page .ddos-shield-core strong {
    margin-top: 10px;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 950;
    line-height: 1;
}

body.site-premium.route-anti-ddos .modern-page .ddos-shield-core small {
    margin-top: 8px;
    color: #bfe5d1;
    font-size: .73rem;
    font-weight: 780;
    text-transform: uppercase;
}

body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-node,
body.site-premium.route-anti-ddos .modern-page .ddos-clean-node {
    position: absolute;
    display: grid;
    gap: 4px;
    min-width: 138px;
    border: 1px solid rgba(142, 184, 199, .22);
    border-radius: 8px;
    padding: 12px 14px;
    background: rgba(6, 18, 25, .86);
    color: #edf7fa;
    text-decoration: none !important;
}

body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-node {
    left: 22px;
    bottom: 22px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-clean-node {
    right: 22px;
    bottom: 22px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-node span,
body.site-premium.route-anti-ddos .modern-page .ddos-clean-node span {
    color: #8aa5b1;
    font-size: .72rem;
    font-weight: 700;
}

body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-node strong,
body.site-premium.route-anti-ddos .modern-page .ddos-clean-node strong {
    color: #ffffff;
    font-size: .98rem;
    font-weight: 900;
}

body.site-premium.route-anti-ddos .modern-page .ddos-flow-section .section-heading {
    max-width: 820px;
    margin-inline: auto;
}

body.site-premium.route-anti-ddos .modern-page .ddos-flow-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-flow-card {
    position: relative;
    min-height: 248px;
    padding: 18px 16px;
    overflow: hidden;
}

body.site-premium.route-anti-ddos .modern-page .ddos-flow-card::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 57px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 111, 111, .7), rgba(111, 240, 179, .75));
}

body.site-premium.route-anti-ddos .modern-page .ddos-flow-card > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(111, 240, 179, .34);
    border-radius: 50%;
    background: rgba(111, 240, 179, .12);
    color: #dfffee;
    font-weight: 900;
}

body.site-premium.route-anti-ddos .modern-page .ddos-flow-card strong {
    display: block;
    margin-top: 28px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
}

body.site-premium.route-anti-ddos .modern-page .ddos-flow-card p {
    margin: 10px 0 0;
    color: #b7c6ce;
    font-size: .88rem;
    line-height: 1.55;
}

body.site-premium.route-anti-ddos .modern-page .ddos-tech-panel {
    padding: 28px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-tech-heading {
    max-width: 820px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-tech-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-tech-card {
    min-height: 230px;
    padding: 18px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-tech-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(111, 240, 179, .3);
    border-radius: 8px;
    background: rgba(111, 240, 179, .1);
    color: #78edb5;
    font-size: 1.15rem;
}

body.site-premium.route-anti-ddos .modern-page .ddos-tech-card strong {
    display: block;
    margin-top: 16px;
    color: #ffffff;
    font-size: 1.02rem;
    font-weight: 900;
}

body.site-premium.route-anti-ddos .modern-page .ddos-tech-card p {
    margin: 10px 0 0;
    color: #b9c8d0;
    font-size: .9rem;
    line-height: 1.58;
}

body.site-premium.route-anti-ddos .modern-page .ddos-backbone-panel {
    display: grid;
    grid-template-columns: minmax(280px, .78fr) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
    border: 1px solid rgba(139, 180, 195, .16);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, .035);
}

body.site-premium.route-anti-ddos .modern-page .ddos-backbone-media {
    min-height: 280px;
    overflow: hidden;
}

body.site-premium.route-anti-ddos .modern-page .ddos-backbone-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.site-premium.route-anti-ddos .modern-page .ddos-backbone-copy {
    align-self: center;
    padding: 26px 26px 26px 0;
}

body.site-premium.route-anti-ddos .modern-page .ddos-backbone-copy h3 {
    margin: 8px 0 12px;
    color: #ffffff;
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    line-height: 1.1;
}

body.site-premium.route-anti-ddos .modern-page .ddos-region-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-region-list span {
    min-height: 30px;
    padding: 6px 10px;
    border: 1px solid rgba(127, 174, 196, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
    color: #d5e7ee;
    font-size: .78rem;
    font-weight: 720;
}

body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-panel {
    grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
    align-items: center;
    padding: 30px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    margin-top: 16px;
    padding: 0 15px;
    border: 1px solid rgba(111, 240, 179, .38);
    border-radius: 8px;
    background: rgba(111, 240, 179, .12);
    color: #effff7 !important;
    font-weight: 850;
    text-decoration: none !important;
}

body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-link:hover {
    border-color: rgba(111, 240, 179, .7);
    background: rgba(111, 240, 179, .18);
}

body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-card {
    min-height: 192px;
    padding: 18px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-card strong {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
}

body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-card p {
    margin: 10px 0 0;
    color: #b7c6ce;
    font-size: .9rem;
    line-height: 1.58;
}

body.site-premium.route-anti-ddos .modern-page :is(.faq-exact-card, .bottom-cta-card) {
    border: 1px solid rgba(132, 176, 196, .18) !important;
    background:
        linear-gradient(135deg, rgba(8, 18, 27, .97), rgba(13, 29, 38, .95)) !important;
    color: #eef8fb !important;
}

body.site-premium.route-anti-ddos .modern-page :is(.faq-exact-trigger span, .bottom-cta-card h2) {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

body.site-premium.route-anti-ddos .modern-page :is(.faq-exact-content, .bottom-cta-card p) {
    color: #c4d4dc !important;
    -webkit-text-fill-color: #c4d4dc !important;
}

body.site-premium.route-anti-ddos .modern-page .ddos-deep-section,
body.site-premium.route-anti-ddos .modern-page .ddos-summary-section {
    position: relative;
    overflow: hidden;
}

body.site-premium.route-anti-ddos .modern-page .ddos-deep-section .section-heading {
    max-width: 920px;
    margin-inline: auto;
}

body.site-premium.route-anti-ddos .modern-page .ddos-deep-section .section-heading h2 {
    color: #f7fbff;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: 0;
}

body.site-premium.route-anti-ddos .modern-page .ddos-deep-section .section-heading p {
    color: #c1d1d9;
    line-height: 1.72;
}

body.site-premium.route-anti-ddos .modern-page .ddos-deep-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-deep-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 420px;
    padding: 20px;
    border: 1px solid rgba(139, 180, 195, .18);
    border-radius: 8px;
    overflow: hidden;
    background:
        linear-gradient(150deg, rgba(7, 17, 26, .98), rgba(11, 30, 36, .92));
    box-shadow: 0 22px 52px rgba(0, 0, 0, .22);
}

body.site-premium.route-anti-ddos .modern-page .ddos-deep-card::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(110deg, rgba(95, 217, 255, .08), transparent 38%),
        radial-gradient(circle at 82% 12%, rgba(112, 240, 179, .12), transparent 16rem);
    pointer-events: none;
}

body.site-premium.route-anti-ddos .modern-page .ddos-deep-card > * {
    position: relative;
}

body.site-premium.route-anti-ddos .modern-page .ddos-deep-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(111, 240, 179, .32);
    border-radius: 8px;
    background: rgba(111, 240, 179, .1);
    color: #77efb5;
    font-size: 1.16rem;
}

body.site-premium.route-anti-ddos .modern-page .ddos-deep-card h3 {
    margin: 18px 0 10px;
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 920;
    line-height: 1.25;
}

body.site-premium.route-anti-ddos .modern-page .ddos-deep-card p {
    margin: 0;
    color: #bfced6;
    font-size: .92rem;
    line-height: 1.62;
}

body.site-premium.route-anti-ddos .modern-page .ddos-deep-card ul {
    display: grid;
    gap: 8px;
    margin: auto 0 0;
    padding: 18px 0 0;
    list-style: none;
}

body.site-premium.route-anti-ddos .modern-page .ddos-deep-card li {
    position: relative;
    min-height: 28px;
    padding: 6px 9px 6px 28px;
    border: 1px solid rgba(139, 180, 195, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .045);
    color: #d9eaf0;
    font-size: .8rem;
    line-height: 1.35;
}

body.site-premium.route-anti-ddos .modern-page .ddos-deep-card li::before {
    position: absolute;
    left: 10px;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: "";
    background: #70f0b3;
    box-shadow: 0 0 16px rgba(112, 240, 179, .48);
}

body.site-premium.route-anti-ddos .modern-page .ddos-summary-panel {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
    gap: 28px;
    align-items: center;
    padding: 30px;
    border: 1px solid rgba(139, 180, 195, .18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(9, 19, 28, .98), rgba(18, 33, 38, .94));
    box-shadow: 0 26px 70px rgba(0, 0, 0, .25);
}

body.site-premium.route-anti-ddos .modern-page .ddos-summary-copy h2 {
    margin: 8px 0 14px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.08;
    letter-spacing: 0;
}

body.site-premium.route-anti-ddos .modern-page .ddos-summary-copy p {
    color: #c5d5dc;
    font-size: 1rem;
    line-height: 1.72;
}

body.site-premium.route-anti-ddos .modern-page .ddos-summary-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.site-premium.route-anti-ddos .modern-page .ddos-summary-list span {
    min-height: 58px;
    padding: 13px 14px;
    border: 1px solid rgba(139, 180, 195, .17);
    border-radius: 8px;
    background: rgba(255, 255, 255, .045);
    color: #d9e9ef;
    font-size: .86rem;
    font-weight: 760;
    line-height: 1.4;
}

@media (hover: hover) and (pointer: fine) {
    body.site-premium.route-anti-ddos .modern-page .ddos-deep-card {
        transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-deep-card:hover {
        transform: translateY(-5px);
        border-color: rgba(112, 240, 179, .36);
        box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
    }
}

@media (max-width: 1199px) {
    body.site-premium.route-anti-ddos .modern-page .ddos-architecture-panel,
    body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-panel {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-stat-grid,
    body.site-premium.route-anti-ddos .modern-page .ddos-tech-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-flow-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-deep-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    body.site-premium .modern-header-ddos-action,
    body.site-premium .modern-header-ddos-spotlight {
        display: none !important;
    }
}

@media (max-width: 991px) {
    body.site-premium .modern-header-ddos-spotlight {
        display: inline-flex;
        justify-self: end;
        margin-left: auto;
        margin-right: 54px;
    }

    body.site-premium .modern-header-actions .modern-header-ddos-action {
        display: inline-flex !important;
        width: 100%;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-architecture-panel,
    body.site-premium.route-anti-ddos .modern-page .ddos-tech-panel,
    body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-panel {
        padding: 22px;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-live-visual {
        min-height: 390px;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-backbone-panel {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-backbone-copy {
        padding: 0 22px 22px;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-card-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-summary-panel {
        grid-template-columns: minmax(0, 1fr);
        padding: 22px;
    }
}

@media (max-width: 767px) {
    body.site-premium .modern-header-ddos-spotlight {
        min-height: 38px;
        padding-inline: 9px;
    }

    body.site-premium .modern-header-ddos-spotlight strong {
        font-size: .68rem;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-architecture-copy h2,
    body.site-premium.route-anti-ddos .modern-page .ddos-tech-heading h2,
    body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-copy h2 {
        font-size: 2rem;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-stat-grid,
    body.site-premium.route-anti-ddos .modern-page .ddos-tech-grid,
    body.site-premium.route-anti-ddos .modern-page .ddos-flow-grid,
    body.site-premium.route-anti-ddos .modern-page .ddos-deep-grid,
    body.site-premium.route-anti-ddos .modern-page .ddos-summary-list {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-flow-card {
        min-height: 0;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-deep-card {
        min-height: 0;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-live-visual {
        min-height: 340px;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-shield-core {
        left: 52%;
        width: min(176px, 56%);
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-shield-core strong {
        font-size: 1.58rem;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-node,
    body.site-premium.route-anti-ddos .modern-page .ddos-clean-node {
        min-width: 118px;
        padding: 10px;
    }
}

@media (max-width: 575px) {
    body.site-premium .modern-header-ddos-spotlight {
        position: absolute;
        right: 58px;
        top: 50%;
        max-width: 118px;
        min-height: 34px;
        margin: 0;
        transform: translateY(-50%);
    }

    body.site-premium .modern-header-ddos-spotlight strong {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-architecture-panel,
    body.site-premium.route-anti-ddos .modern-page .ddos-tech-panel,
    body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-panel {
        padding: 16px;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-inline-actions .btn {
        width: 100%;
        justify-content: center;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-summary-panel {
        padding: 16px;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-live-visual {
        min-height: 320px;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-node,
    body.site-premium.route-anti-ddos .modern-page .ddos-clean-node {
        left: 12px;
        right: 12px;
        min-width: 0;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-peeryx-node {
        bottom: 64px;
    }

    body.site-premium.route-anti-ddos .modern-page .ddos-clean-node {
        bottom: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.site-premium .modern-header-top-links .modern-header-ddos-pulse::before,
    body.site-premium.route-anti-ddos .modern-page .ddos-packet,
    body.site-premium.route-anti-ddos .modern-page .ddos-shield-ring,
    body.site-premium.route-anti-ddos .modern-page .ddos-visual-overlay::after {
        animation: none !important;
    }
}
