:root {
    --modern-ink: #14151a;
    --modern-muted: #626775;
    --modern-line: #e7e7ee;
    --modern-surface: #ffffff;
    --modern-soft: #f7f7fb;
    --modern-primary: #5552f6;
    --modern-primary-dark: #403ddc;
    --modern-violet: #786fff;
    --modern-green: #16b981;
    --modern-orange: #ff9417;
    --modern-shadow: 0 24px 70px rgba(43, 38, 120, 0.10);
}

/* Final header and footer reset: isolate them from the legacy theme. */
.header-main-con.modern-header .navbar .navbar-nav {
    gap: 10px;
}

.header-main-con.modern-header .navbar .navbar-nav .nav-link {
    display: inline-flex;
    min-height: 42px;
    padding: 9px 11px !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 10px;
    white-space: nowrap;
}

.header-main-con.modern-header .navbar .navbar-nav .nav-link > i:first-child {
    color: #777b87;
    font-size: 13px;
}

.header-main-con.modern-header .navbar .navbar-nav .nav-link:hover > i:first-child {
    color: var(--modern-primary);
}

.header-main-con.modern-header .external-icon {
    margin-left: -2px;
    font-size: 9px;
}

.modern-site .footer-main-con {
    padding: 56px 0 28px;
}

.modern-site .footer-inner-con {
    display: grid !important;
    grid-template-columns: 1fr 1fr 0.8fr 1.25fr !important;
    gap: 48px !important;
    padding: 0 0 42px !important;
    border: 0 !important;
    justify-content: stretch !important;
    text-align: left !important;
}

.modern-site .footer-box {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
}

.modern-site .footer-box h6 {
    margin-bottom: 16px !important;
}

.modern-site .footer-box ul {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.modern-site .footer-box ul li,
.modern-site .footer-contact-info ul li {
    position: static !important;
    width: auto !important;
    margin: 0 0 9px !important;
    padding: 0 !important;
    border: 0 !important;
}

.modern-site .footer-box ul li a {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 9px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-align: left;
}

.modern-site .footer-contact-info ul li i {
    position: static !important;
    width: 15px;
    margin-top: 3px;
    flex: 0 0 15px;
    color: #aaa8ff;
    text-align: center;
}

.modern-site .footer-copyright-con {
    display: flex !important;
    padding: 28px 0 0 !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.modern-site .copyright-logo-con {
    display: flex !important;
    min-width: 0;
    align-items: center !important;
    gap: 20px;
}

.modern-site .copyright-logo-con a {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.modern-site .copyright-logo-con figure img {
    display: block;
    width: 170px !important;
    height: auto;
}

.modern-site .copyright-logo-con p {
    margin: 0 !important;
}

.modern-site .social-links-con ul {
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
}

.modern-site .social-links-con ul li {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.modern-site .social-links-con ul li a {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    padding: 8px 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .header-main-con.modern-header .navbar .navbar-nav {
        gap: 3px;
    }

    .header-main-con.modern-header .navbar .navbar-nav .nav-link {
        padding-right: 7px !important;
        padding-left: 7px !important;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .header-main-con.modern-header .navbar .navbar-nav {
        gap: 3px;
    }

    .header-main-con.modern-header .navbar .navbar-nav .nav-link {
        width: 100%;
        justify-content: flex-start;
        padding: 11px 12px !important;
        font-size: 14px;
    }

    .modern-site .footer-inner-con {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 34px !important;
    }
}

@media (max-width: 575px) {
    .modern-site .footer-main-con {
        padding-top: 42px;
    }

    .modern-site .footer-inner-con {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px 18px !important;
    }

    .modern-site .footer-copyright-con,
    .modern-site .copyright-logo-con {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .modern-site .social-links-con,
    .modern-site .social-links-con ul,
    .modern-site .social-links-con ul li,
    .modern-site .social-links-con ul li a {
        width: 100% !important;
    }

    .modern-site .social-links-con ul li a {
        justify-content: center;
        white-space: normal;
    }
}

/* Cockpit hero wins over the earlier generic home-hero declarations. */
.modern-home .modern-hero.tuserver-hero {
    min-height: 720px;
    padding: 140px 0 86px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        radial-gradient(circle at 70% 40%, rgba(98, 85, 255, 0.28), transparent 33%),
        radial-gradient(circle at 12% 8%, rgba(0, 196, 255, 0.13), transparent 24%),
        #10111a;
    background-size: 44px 44px, 44px 44px, auto, auto, auto;
}

.modern-home .tuserver-hero .modern-hero-copy {
    text-align: left;
}

.modern-home .tuserver-hero .modern-hero-copy h1 {
    color: #ffffff;
}

.modern-home .tuserver-hero .modern-hero-copy h1 span {
    color: #9b96ff;
    background: none;
    -webkit-text-fill-color: currentColor;
}

.modern-home .tuserver-hero .modern-hero-copy > p {
    color: rgba(255, 255, 255, 0.64);
}

.modern-home .tuserver-hero .modern-proof-list {
    justify-content: flex-start;
}

.vps-con .price_rangetxt {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 991px) {
    .modern-home .modern-hero.tuserver-hero {
        min-height: 0;
        padding: 112px 0 76px;
    }

    .vps-con .price_rangetxt {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .modern-home .modern-hero.tuserver-hero {
        padding: 104px 0 62px;
    }

    .modern-home .tuserver-hero .modern-hero-copy {
        text-align: center;
    }

    .modern-home .tuserver-hero .modern-proof-list {
        justify-content: center;
    }

    .vps-con .price_rangetxt {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Tuserver cockpit: a distinct home hero built around the live infrastructure. */
.modern-home .legacy-hostealo-hero,
.modern-home .modern-stat-strip {
    display: none !important;
}

.tuserver-hero {
    min-height: 720px;
    padding: 92px 0 86px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        radial-gradient(circle at 70% 40%, rgba(98, 85, 255, 0.28), transparent 33%),
        radial-gradient(circle at 12% 8%, rgba(0, 196, 255, 0.13), transparent 24%),
        #10111a;
    background-size: 44px 44px, 44px 44px, auto, auto, auto;
}

.tuserver-hero::before {
    width: 400px;
    height: 400px;
    top: auto;
    right: -100px;
    bottom: -180px;
    left: auto;
    background: rgba(83, 81, 246, 0.18);
    filter: blur(90px);
}

.tuserver-hero::after {
    display: none;
}

.tuserver-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
    gap: 76px;
}

.tuserver-hero .modern-hero-copy h1 {
    max-width: 650px;
    color: #ffffff;
    font-size: clamp(48px, 5vw, 70px);
    line-height: 1.02;
}

.tuserver-hero .modern-hero-copy h1 span {
    color: #9b96ff;
}

.tuserver-hero .modern-hero-copy > p {
    max-width: 610px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 18px;
    line-height: 29px;
}

.tuserver-live-label {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 8px 12px;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(86, 230, 177, 0.22);
    border-radius: 9px;
    background: rgba(41, 194, 137, 0.08);
    color: #6ce7ba;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.tuserver-live-label i,
.cockpit-bar strong i,
.cockpit-feed > span > i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #43dfa6;
    box-shadow: 0 0 0 5px rgba(67, 223, 166, 0.1);
}

.tuserver-hero .modern-btn-primary {
    background: #6961ff;
    box-shadow: 0 15px 34px rgba(80, 70, 255, 0.3);
}

.tuserver-btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.055);
    color: #ffffff !important;
}

.tuserver-btn-ghost:hover {
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.1);
}

.tuserver-hero .modern-proof-list li {
    color: rgba(255, 255, 255, 0.66);
}

.tuserver-hero .modern-proof-list i {
    color: #8983ff;
}

.tuserver-cockpit {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 25px;
    background: rgba(23, 24, 39, 0.86);
    box-shadow: 0 38px 90px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(20px);
}

.tuserver-cockpit::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    right: -100px;
    bottom: -120px;
    border-radius: 50%;
    background: rgba(105, 97, 255, 0.18);
    filter: blur(50px);
}

.cockpit-bar {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 54px;
    padding: 0 18px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.48);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
}

.cockpit-dots {
    display: flex;
    gap: 6px;
}

.cockpit-dots i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #555769;
}

.cockpit-dots i:first-child {
    background: #ff6e6e;
}

.cockpit-dots i:nth-child(2) {
    background: #ffc95c;
}

.cockpit-dots i:last-child {
    background: #58dda9;
}

.cockpit-bar strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #69e1b5;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cockpit-bar strong i {
    width: 6px;
    height: 6px;
    box-shadow: none;
}

.cockpit-stage {
    position: relative;
    min-height: 330px;
    overflow: hidden;
}

.cockpit-grid-lines {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: radial-gradient(circle, #000 15%, transparent 74%);
}

.cockpit-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(133, 126, 255, 0.22);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.orbit-one {
    width: 220px;
    height: 220px;
}

.orbit-two {
    width: 350px;
    height: 350px;
    border-style: dashed;
    opacity: 0.56;
}

.cockpit-core {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 126px;
    height: 126px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(143, 136, 255, 0.4);
    border-radius: 50%;
    background: radial-gradient(circle at 40% 30%, #736cff, #302c82);
    box-shadow: 0 0 55px rgba(99, 89, 255, 0.33);
    transform: translate(-50%, -50%);
}

.cockpit-core > span {
    display: inline-flex;
    width: 37px;
    height: 37px;
    margin-bottom: 7px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.cockpit-core strong {
    color: #ffffff;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 13px;
}

.cockpit-core small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 8px;
}

.cockpit-node {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    min-width: 86px;
    padding: 9px 11px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 11px;
    background: rgba(29, 30, 47, 0.92);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 10px;
    font-weight: 700;
}

.cockpit-node i {
    color: #8d87ff;
}

.cockpit-node:hover {
    border-color: rgba(139, 132, 255, 0.55);
    color: #ffffff !important;
}

.node-web {
    top: 54px;
    left: 45px;
}

.node-wp {
    top: 58px;
    right: 42px;
}

.node-vps {
    bottom: 48px;
    left: 38px;
}

.node-game {
    right: 35px;
    bottom: 46px;
}

.cockpit-metrics {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cockpit-metrics > div {
    position: relative;
    padding: 17px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.cockpit-metrics > div:last-child {
    border-right: 0;
}

.cockpit-metrics span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.38);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.cockpit-metrics strong {
    color: #ffffff;
    font-size: 22px;
    line-height: 27px;
}

.cockpit-metrics strong small {
    margin-left: 3px;
    color: rgba(255, 255, 255, 0.46);
    font-size: 10px;
}

.cockpit-metrics > div > i {
    position: absolute;
    top: 22px;
    right: 16px;
    color: #5fe0b1;
    font-size: 12px;
}

.cockpit-feed {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 62px;
    padding: 0 18px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
}

.cockpit-feed > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 9px;
    white-space: nowrap;
}

.cockpit-feed > span > i {
    width: 6px;
    height: 6px;
    box-shadow: none;
}

.feed-bars {
    display: flex;
    height: 24px;
    align-items: flex-end;
    gap: 4px;
}

.feed-bars i {
    width: 100%;
    height: 35%;
    border-radius: 2px 2px 0 0;
    background: linear-gradient(180deg, #8a84ff, #5049c9);
}

.feed-bars i:nth-child(2),
.feed-bars i:nth-child(7) {
    height: 65%;
}

.feed-bars i:nth-child(3),
.feed-bars i:nth-child(8) {
    height: 42%;
}

.feed-bars i:nth-child(4),
.feed-bars i:nth-child(10) {
    height: 88%;
}

.feed-bars i:nth-child(5) {
    height: 56%;
}

.feed-bars i:nth-child(6) {
    height: 74%;
}

.feed-bars i:nth-child(9) {
    height: 48%;
}

.cockpit-feed small {
    color: rgba(255, 255, 255, 0.3);
    font-size: 8px;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .tuserver-hero-grid {
        grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1.15fr);
        gap: 42px;
    }
}

@media (max-width: 991px) {
    .tuserver-hero {
        padding: 76px 0;
    }

    .tuserver-hero-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .tuserver-hero .modern-hero-copy {
        text-align: left;
    }

    .tuserver-hero .modern-hero-copy h1,
    .tuserver-hero .modern-hero-copy > p {
        margin-right: 0;
        margin-left: 0;
    }

    .tuserver-hero .modern-hero-actions,
    .tuserver-hero .modern-proof-list {
        justify-content: flex-start;
    }

    .tuserver-cockpit {
        width: min(100%, 650px);
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .tuserver-hero {
        padding: 56px 0 62px;
    }

    .tuserver-hero .modern-hero-copy {
        text-align: center;
    }

    .tuserver-hero .modern-hero-copy h1 {
        font-size: clamp(38px, 11vw, 50px);
    }

    .tuserver-hero .modern-hero-copy h1,
    .tuserver-hero .modern-hero-copy > p {
        margin-right: auto;
        margin-left: auto;
    }

    .tuserver-hero .modern-hero-actions,
    .tuserver-hero .modern-proof-list {
        justify-content: center;
    }

    .tuserver-live-label {
        margin-right: auto;
        margin-left: auto;
    }

    .cockpit-bar {
        grid-template-columns: auto 1fr;
    }

    .cockpit-bar strong {
        display: none;
    }

    .cockpit-stage {
        min-height: 290px;
    }

    .orbit-one {
        width: 180px;
        height: 180px;
    }

    .orbit-two {
        width: 280px;
        height: 280px;
    }

    .cockpit-core {
        width: 108px;
        height: 108px;
    }

    .cockpit-node {
        min-width: 0;
        padding: 8px;
    }

    .cockpit-node span {
        display: none;
    }

    .node-web,
    .node-vps {
        left: 24px;
    }

    .node-wp,
    .node-game {
        right: 24px;
    }

    .cockpit-metrics {
        grid-template-columns: minmax(0, 1fr);
    }

    .cockpit-metrics > div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .cockpit-metrics > div:last-child {
        border-bottom: 0;
    }

    .cockpit-feed {
        grid-template-columns: auto 1fr;
    }

    .cockpit-feed small {
        display: none;
    }
}

html {
    scroll-behavior: smooth;
}

body.modern-site {
    overflow-x: hidden;
    background: #ffffff;
    color: var(--modern-ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.modern-site .wow {
    visibility: visible !important;
    animation: none !important;
}

.modern-site *,
.modern-site *::before,
.modern-site *::after {
    box-sizing: border-box;
}

.modern-site .container {
    width: min(100% - 32px, 1220px);
    max-width: 1220px;
    padding-right: 0;
    padding-left: 0;
}

.modern-site h1,
.modern-site h2,
.modern-site h3,
.modern-site h4,
.modern-site h5,
.modern-site h6 {
    color: var(--modern-ink);
    font-family: inherit;
    letter-spacing: -0.035em;
}

.modern-site p {
    color: var(--modern-muted);
}

.modern-site a {
    color: inherit;
}

/* Header */
.has-fixed-header {
    padding-top: 0;
}

.modern-header.header-main-con {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    float: none !important;
    padding: 0;
    border-bottom: 1px solid rgba(220, 220, 230, 0.82);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 26px rgba(24, 23, 52, 0.06);
    backdrop-filter: blur(18px) saturate(140%);
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        backdrop-filter 180ms ease;
}

.modern-header.header-main-con.is-scrolled {
    border-bottom-color: rgba(220, 220, 230, 0.82);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 34px rgba(24, 23, 52, 0.10);
    backdrop-filter: blur(20px) saturate(150%);
}

.modern-header .navbar {
    min-height: 78px;
    display: flex;
    flex-flow: row nowrap;
    gap: 30px;
    transition: min-height 180ms ease;
}

.modern-header .navbar-brand {
    display: inline-flex;
    flex: 0 0 auto;
    margin-right: 10px;
    align-items: center;
    gap: 10px;
}

.modern-header .brand-mark {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--modern-ink);
    color: #ffffff;
    font-size: 18px;
}

.modern-header .brand-copy {
    display: flex;
    flex-direction: column;
    color: var(--modern-ink);
    font-size: 20px;
    font-weight: 780;
    letter-spacing: -0.04em;
    line-height: 20px;
}

.modern-header .brand-copy small {
    margin-top: 4px;
    color: #777b86;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 10px;
}

.modern-header .navbar-collapse {
    justify-content: center;
}

.modern-header .navbar-nav {
    display: flex;
    align-items: center;
    gap: 6px;
}

.modern-header .navbar-nav .nav-item {
    margin: 0;
}

.modern-header .navbar-nav .nav-link {
    display: inline-flex;
    min-height: 42px;
    margin: 0;
    padding: 9px 13px !important;
    align-items: center;
    gap: 7px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #454751;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    transition: 0.2s ease;
}

.modern-header .navbar-nav .nav-link:hover,
.modern-header .navbar-nav .nav-item.show > .nav-link {
    background: #f1f1ff;
    color: var(--modern-primary);
}

.modern-header .gaming-link i {
    font-size: 10px;
}

.modern-header .dropdown-toggle::after {
    margin: 2px 0 0 2px;
    border-width: 4px 4px 0;
}

.modern-header .modern-dropdown {
    width: 360px;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid var(--modern-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--modern-shadow);
}

.modern-header .modern-dropdown-small {
    width: 245px;
}

.modern-header .modern-dropdown .dropdown-item {
    display: flex;
    min-width: 0;
    padding: 12px;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    color: var(--modern-ink);
    white-space: normal;
}

.modern-header .modern-dropdown .dropdown-item:hover {
    background: #f5f5fb;
    color: var(--modern-primary);
}

.modern-header .modern-dropdown .dropdown-item > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.modern-header .modern-dropdown strong {
    font-size: 14px;
    line-height: 20px;
}

.modern-header .modern-dropdown small {
    color: #858995;
    font-size: 12px;
    line-height: 18px;
}

.modern-header .modern-dropdown-small .dropdown-item > i {
    width: 20px;
    color: var(--modern-primary);
    text-align: center;
}

.nav-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #f1f1f5;
    color: #25262b;
    font-size: 16px;
}

.nav-icon-wordpress {
    background: #eef6ff;
    color: #2877b7;
}

.nav-icon-apps {
    background: #edfff8;
    color: #108a63;
}

.modern-header .nav-btns {
    margin-left: auto;
}

.modern-header .client-access {
    flex: 0 0 auto;
    gap: 14px;
}

.modern-header .header-contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4f515b;
    font-size: 14px;
    font-weight: 600;
}

.modern-header .header-contact:hover {
    color: var(--modern-primary);
}

.modern-header .login-btn a {
    display: inline-flex;
    min-height: 46px;
    padding: 11px 18px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--modern-primary), #655cff);
    box-shadow: 0 12px 28px rgba(85, 82, 246, 0.28);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.modern-header .login-btn a:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, var(--modern-primary-dark), #5148ef);
    color: #ffffff;
}

.modern-header .language-switcher {
    margin: 0;
}

.modern-header .language-switcher .dropdown-toggle {
    display: inline-flex;
    min-height: 42px;
    padding: 9px 10px;
    align-items: center;
    gap: 7px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #4f515b;
    font-size: 13px;
    font-weight: 700;
}

.modern-header .language-switcher .dropdown-menu {
    min-width: 165px;
    padding: 8px;
    border: 1px solid var(--modern-line);
    border-radius: 13px;
    box-shadow: var(--modern-shadow);
}

.modern-header .language-switcher .dropdown-item {
    display: flex;
    padding: 9px 10px;
    align-items: center;
    gap: 8px;
    border-radius: 9px;
}

.modern-header .flag-icon {
    width: 20px;
    height: 14px;
    border-radius: 2px;
    object-fit: cover;
}

.modern-header .navbar-toggler {
    position: relative;
    top: auto;
    right: auto;
    display: none;
    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid var(--modern-line);
    border-radius: 11px;
    background: #ffffff;
}

.modern-header .navbar-toggler span {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 4px;
    background: var(--modern-ink);
}

/* Override the legacy header selectors, which have unusually high specificity. */
.header-main-con.modern-header .navbar-light .navbar-brand {
    margin-right: 10px;
}

.header-main-con.modern-header .navbar-light .navbar-brand img {
    display: block;
    width: 190px;
    height: 52px;
    margin: 0;
    object-fit: contain;
}

.header-main-con.modern-header .collapse.navbar-collapse {
    margin-right: 0;
    padding: 0;
    justify-content: center;
}

.header-main-con.modern-header .navbar .navbar-nav {
    margin-bottom: 0;
    gap: 6px;
}

.header-main-con.modern-header .navbar .navbar-nav .nav-link {
    color: #454751;
    font-size: 14px;
    line-height: 22px;
}

.header-main-con.modern-header .navbar .navbar-nav .nav-link:hover,
.header-main-con.modern-header .navbar .navbar-nav .nav-link:focus,
.header-main-con.modern-header .navbar .navbar-nav .nav-item.show > .nav-link {
    background: #f1f1ff;
    color: var(--modern-primary);
}

.header-main-con.modern-header .navbar-expand-lg .navbar-nav .modern-dropdown {
    position: absolute;
    width: 360px;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid var(--modern-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--modern-shadow);
}

.header-main-con.modern-header .navbar-expand-lg .navbar-nav .modern-dropdown-small {
    width: 245px;
}

/* Shared modern components */
.modern-section {
    position: relative;
    width: 100%;
    padding: 96px 0;
}

.modern-section-soft {
    background: var(--modern-soft);
}

.modern-kicker {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 7px 11px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(85, 82, 246, 0.16);
    border-radius: 999px;
    background: rgba(85, 82, 246, 0.07);
    color: var(--modern-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 18px;
    text-transform: uppercase;
}

.modern-section-heading {
    max-width: 720px;
    margin-bottom: 42px;
}

.modern-section-heading.center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.modern-section-heading h2 {
    margin-bottom: 14px;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 750;
    line-height: 1.08;
}

.modern-section-heading p {
    margin: 0;
    font-size: 18px;
    line-height: 29px;
}

.modern-btn {
    display: inline-flex;
    min-height: 52px;
    padding: 13px 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 15px;
    font-weight: 750;
    line-height: 24px;
    transition: 0.2s ease;
}

.modern-btn-primary {
    background: linear-gradient(135deg, var(--modern-primary), #665dff);
    box-shadow: 0 14px 30px rgba(85, 82, 246, 0.23);
    color: #ffffff !important;
}

.modern-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(85, 82, 246, 0.3);
}

.modern-btn-secondary {
    border-color: var(--modern-line);
    background: #ffffff;
    color: var(--modern-ink) !important;
}

.modern-btn-secondary:hover {
    border-color: #cbc9ff;
    color: var(--modern-primary) !important;
}

/* Home */
.modern-hero {
    position: relative;
    min-height: 690px;
    padding: 104px 0 88px;
    overflow: hidden;
    background:
        radial-gradient(circle at 58% 40%, rgba(109, 99, 255, 0.25), transparent 35%),
        radial-gradient(circle at 88% 8%, rgba(119, 218, 255, 0.14), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
}

.modern-hero::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    top: 70px;
    left: 45%;
    border-radius: 50%;
    background: rgba(85, 82, 246, 0.08);
    filter: blur(75px);
    pointer-events: none;
}

.modern-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(480px, 0.95fr);
    align-items: center;
    gap: 74px;
}

.modern-hero-copy h1 {
    max-width: 720px;
    margin: 0 0 24px;
    font-size: clamp(48px, 5.7vw, 76px);
    font-weight: 760;
    line-height: 1.03;
}

.modern-gradient-text {
    color: var(--modern-primary);
    background: linear-gradient(90deg, #514cf4, #8276ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modern-hero-copy > p {
    max-width: 660px;
    margin: 0 0 30px;
    font-size: 19px;
    line-height: 31px;
}

.modern-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.product-hero-actions {
    margin: 28px 0 24px;
}

.modern-proof-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
    padding: 0;
    gap: 10px 24px;
    list-style: none;
}

.modern-proof-list li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #565966;
    font-size: 13px;
    font-weight: 650;
}

.modern-proof-list i {
    color: var(--modern-green);
}

.modern-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.modern-service-tile {
    position: relative;
    display: flex;
    min-height: 210px;
    padding: 24px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(31, 32, 41, 0.09);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 20px 50px rgba(29, 27, 88, 0.06);
    backdrop-filter: blur(12px);
    transition: 0.25s ease;
}

.modern-service-tile:hover {
    transform: translateY(-5px);
    border-color: rgba(85, 82, 246, 0.28);
    box-shadow: 0 26px 60px rgba(29, 27, 88, 0.12);
}

.modern-service-tile:nth-child(1) {
    background: linear-gradient(145deg, #ffffff, #eefaff);
}

.modern-service-tile:nth-child(2) {
    background: linear-gradient(145deg, #ffffff, #f5f1ff);
}

.modern-service-tile:nth-child(3) {
    background: linear-gradient(145deg, #ffffff, #effff8);
}

.modern-service-tile:nth-child(4) {
    background: linear-gradient(145deg, #ffffff, #fff8ec);
}

.modern-service-tile .tile-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    margin-bottom: 26px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(20, 21, 26, 0.06);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--modern-primary);
    font-size: 19px;
}

.modern-service-tile h3 {
    margin: 0 0 8px;
    font-size: 25px;
    font-weight: 750;
    line-height: 31px;
}

.modern-service-tile p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 22px;
}

.modern-service-tile .tile-arrow {
    margin-top: auto;
    color: #9497a0;
    font-size: 15px;
}

.modern-stat-strip {
    position: relative;
    z-index: 2;
    margin-top: -34px;
}

.modern-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--modern-line);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: var(--modern-shadow);
}

.modern-stat {
    padding: 23px 26px;
    border-right: 1px solid var(--modern-line);
}

.modern-stat:last-child {
    border-right: 0;
}

.modern-stat strong {
    display: block;
    margin-bottom: 2px;
    color: var(--modern-ink);
    font-size: 22px;
    line-height: 30px;
}

.modern-stat span {
    color: #7a7e89;
    font-size: 13px;
}

.modern-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.modern-product-card {
    display: flex;
    min-width: 0;
    min-height: 430px;
    padding: 30px;
    flex-direction: column;
    border: 1px solid var(--modern-line);
    border-radius: 22px;
    background: #ffffff;
    transition: 0.25s ease;
}

.modern-product-card:hover {
    transform: translateY(-5px);
    border-color: rgba(85, 82, 246, 0.32);
    box-shadow: var(--modern-shadow);
}

.modern-product-card.featured {
    position: relative;
    border-color: var(--modern-primary);
    box-shadow: 0 20px 60px rgba(85, 82, 246, 0.12);
}

.modern-card-badge {
    align-self: flex-start;
    margin-bottom: 18px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #efefff;
    color: var(--modern-primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.modern-product-card h3 {
    margin: 0 0 8px;
    font-size: 27px;
    font-weight: 760;
}

.modern-product-card > p {
    min-height: 50px;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 23px;
}

.modern-price {
    display: flex;
    margin-bottom: 22px;
    align-items: flex-end;
    gap: 6px;
}

.modern-price small {
    margin-bottom: 7px;
    color: #7c7f89;
    font-size: 13px;
}

.modern-price strong {
    color: var(--modern-ink);
    font-size: 42px;
    font-weight: 780;
    letter-spacing: -0.05em;
    line-height: 46px;
}

.modern-price span {
    margin-bottom: 6px;
    color: #7c7f89;
    font-size: 13px;
}

.modern-feature-list {
    display: grid;
    margin: 0 0 26px;
    padding: 0;
    gap: 11px;
    list-style: none;
}

.modern-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #4f525d;
    font-size: 14px;
}

.modern-feature-list i {
    margin-top: 5px;
    color: var(--modern-primary);
    font-size: 11px;
}

.modern-product-card .modern-btn {
    width: 100%;
    margin-top: auto;
}

.modern-apps-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: start;
    gap: 34px;
}

.modern-apps-aside {
    position: sticky;
    top: 108px;
    padding: 24px;
    border: 1px solid var(--modern-line);
    border-radius: 20px;
    background: #ffffff;
}

.modern-apps-aside h3 {
    margin-bottom: 12px;
    font-size: 24px;
}

.modern-apps-aside p {
    margin-bottom: 22px;
    font-size: 14px;
}

.modern-apps-aside .modern-btn {
    width: 100%;
}

.modern-app-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.modern-app-card {
    display: flex;
    min-width: 0;
    min-height: 154px;
    padding: 20px;
    flex-direction: column;
    border: 1px solid var(--modern-line);
    border-radius: 17px;
    background: #ffffff;
    transition: 0.2s ease;
}

.modern-app-card:hover {
    transform: translateY(-3px);
    border-color: rgba(85, 82, 246, 0.35);
    box-shadow: 0 16px 36px rgba(31, 27, 103, 0.08);
}

.app-card-top {
    display: flex;
    margin-bottom: 18px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.app-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f1f1f7;
    color: var(--app-color, var(--modern-primary));
    font-size: 18px;
}

.app-badge {
    padding: 4px 8px;
    border-radius: 999px;
    background: #eff0ff;
    color: var(--modern-primary);
    font-size: 10px;
    font-weight: 800;
    line-height: 16px;
    text-transform: uppercase;
}

.app-badge.new {
    background: #e9fff5;
    color: #07865e;
}

.modern-app-card h3 {
    margin: 0 0 3px;
    overflow-wrap: anywhere;
    font-size: 16px;
    font-weight: 720;
    letter-spacing: -0.015em;
    line-height: 22px;
}

.modern-app-card p {
    margin: auto 0 0;
    font-size: 12px;
    line-height: 18px;
}

.modern-app-card p strong {
    color: var(--modern-ink);
    font-size: 15px;
}

.modern-ddos-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    overflow: hidden;
    border: 1px solid rgba(85, 82, 246, 0.16);
    border-radius: 28px;
    background: linear-gradient(135deg, #1d1c56, #514de0);
    box-shadow: 0 30px 80px rgba(35, 31, 117, 0.22);
}

.modern-ddos-brand,
.modern-ddos-copy {
    padding: 54px;
}

.modern-ddos-brand {
    display: flex;
    min-height: 390px;
    flex-direction: column;
    justify-content: space-between;
    background:
        radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.13), transparent 28%),
        rgba(7, 8, 27, 0.23);
}

.modern-ddos-brand span {
    color: #aaa8ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.modern-ddos-brand strong {
    color: #ffffff;
    font-size: clamp(47px, 7vw, 78px);
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
}

.modern-ddos-copy h2 {
    margin-bottom: 17px;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.1;
}

.modern-ddos-copy > p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    line-height: 28px;
}

.modern-ddos-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.modern-ddos-fact {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
}

.modern-ddos-fact strong {
    display: block;
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 18px;
}

.modern-ddos-fact span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
}

.modern-cta {
    padding: 78px 0;
}

.modern-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 42px 48px;
    align-items: center;
    gap: 28px;
    border: 1px solid var(--modern-line);
    border-radius: 25px;
    background: linear-gradient(120deg, #ffffff, #f2f1ff);
}

.modern-cta-inner h2 {
    margin: 0 0 6px;
    font-size: clamp(29px, 3vw, 40px);
}

.modern-cta-inner p {
    margin: 0;
}

/* Existing product pages, rebuilt by overrides */
.modern-site .sub-banner-main-con {
    position: relative;
    min-height: 520px;
    padding: 112px 0 90px;
    overflow: hidden;
    background:
        radial-gradient(circle at 62% 40%, rgba(91, 85, 255, 0.22), transparent 32%),
        linear-gradient(180deg, #ffffff, #f8f8ff);
}

.modern-site .sub-banner-main-con::before,
.modern-site .sub-banner-main-con::after {
    display: none;
}

.modern-site .sub-banner-main-con .container {
    padding: 0;
}

.modern-site .sub-banner-inner-con {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
    min-height: auto;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 70px;
}

.modern-site .sub-banner-content-con {
    padding: 0;
}

.modern-site .sub-banner-content-con h1 {
    max-width: 760px;
    margin-bottom: 20px;
    color: var(--modern-ink);
    font-size: clamp(44px, 5.2vw, 68px);
    font-weight: 760;
    line-height: 1.04;
}

.modern-site .sub-banner-content-con p {
    max-width: 670px;
    margin-bottom: 25px;
    color: var(--modern-muted);
    font-size: 18px;
    line-height: 29px;
}

.modern-site .sub-banner-content-con .breadcrumb {
    display: inline-flex;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid var(--modern-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
}

.modern-site .sub-banner-content-con .breadcrumb li,
.modern-site .sub-banner-content-con .breadcrumb li a {
    color: #777b87;
    font-size: 11px;
    font-weight: 750;
}

.modern-site .sub-banner-img-con figure {
    max-width: 440px;
    margin: 0 auto;
}

.modern-site .sub-banner-img-con figure img {
    width: 100%;
    filter: drop-shadow(0 24px 38px rgba(39, 34, 122, 0.15));
}

.modern-site .hosting-types-main-con,
.modern-site .vps-con {
    padding: 88px 0 !important;
    background: #ffffff !important;
}

.modern-site .hosting-types-inner-con {
    display: grid;
    width: 100%;
    margin: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 22px;
}

.modern-site .hosting-type-box {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 520px;
    height: auto;
    margin: 0;
    padding: 30px;
    flex-direction: column;
    border: 1px solid var(--modern-line);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: none;
    text-align: left;
}

.modern-site .hosting-type-box:hover {
    transform: translateY(-4px);
    border-color: rgba(85, 82, 246, 0.35);
    box-shadow: var(--modern-shadow);
}

.modern-site .hosting-type-box figure {
    display: flex;
    width: 58px;
    min-height: 58px;
    height: 58px;
    margin: 0 0 22px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #f3f3ff;
}

.modern-site .hosting-type-box figure img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.modern-site .hosting-type-box h6 {
    margin-bottom: 14px;
    text-align: left;
    font-size: 25px;
    font-weight: 760;
}

.modern-site .hosting-price-box {
    justify-content: flex-start;
    margin-bottom: 20px;
}

.modern-site .hosting-price-box .dollar,
.modern-site .hosting-price-box .numeric1,
.modern-site .hosting-price-box .numeric2 {
    color: var(--modern-ink);
}

.modern-site .hosting-type-box p {
    min-height: 82px;
    margin: 0 0 22px;
    padding: 0 0 22px;
    border-bottom: 1px solid var(--modern-line);
    text-align: left;
    font-size: 14px;
    line-height: 23px;
}

.modern-site .hosting-type-box ul {
    width: 100%;
    margin: 0 0 25px;
}

.modern-site .hosting-type-box ul li {
    margin-bottom: 10px;
    color: #4f525d;
    font-size: 14px;
}

.modern-site .hosting-type-box .generic-btn {
    display: flex;
    width: 100%;
    margin-top: auto;
}

.modern-site .hosting-type-box .generic-btn a {
    display: inline-flex;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    height: auto;
    padding: 13px 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--modern-line);
    border-radius: 12px;
    background: #ffffff;
    color: var(--modern-ink);
    font-size: 14px;
    font-weight: 750;
    line-height: 24px;
    text-align: center;
}

.modern-site .hosting-type-box:nth-child(2) {
    border-color: var(--modern-primary);
    box-shadow: 0 22px 60px rgba(85, 82, 246, 0.11);
}

.modern-site .hosting-type-box:nth-child(2) .generic-btn a {
    border-color: var(--modern-primary);
    background: var(--modern-primary);
    color: #ffffff;
}

.modern-site .shared-features {
    margin: 30px 0 0;
}

.modern-site .shared-features ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.modern-site .shared-features li {
    margin: 0;
    padding: 8px 12px 8px 35px;
    border: 1px solid var(--modern-line);
    border-radius: 999px;
    background: #ffffff;
    font-size: 13px;
}

.modern-site .shared-features li.with-check::before {
    top: 10px;
    left: 14px;
    color: var(--modern-primary);
    font-size: 12px;
}

.modern-site .hosting-features-con,
.modern-site .hostiko-guarantee-main-con,
.modern-site .scripts-main-con,
.modern-site .voxility-section {
    padding: 88px 0 !important;
}

.modern-site .hosting-features-con .generic-title,
.modern-site .scripts-main-con .generic-title,
.modern-site .voxility-section .generic-title {
    max-width: 760px;
    margin: 0 auto 40px;
}

.modern-site .generic-title h2 {
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.1;
}

.modern-site .generic-title p {
    font-size: 16px;
    line-height: 27px;
}

.modern-site .hosting-fatures-inner-con {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.modern-site .hosting-feature-box,
.modern-site .voxility-feature-box {
    display: flex;
    min-width: 0;
    height: 100%;
    padding: 28px;
    align-items: flex-start;
    gap: 20px;
    border: 1px solid var(--modern-line);
    border-radius: 19px;
    background: #ffffff;
    box-shadow: none;
}

.modern-site .hosting-feature-box figure {
    display: flex;
    width: 54px;
    min-width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #f2f1ff;
}

.modern-site .hosting-features-con figure img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.modern-site .hosting-feature-box h6 {
    margin-bottom: 7px;
    font-size: 20px;
}

.modern-site .hosting-feature-box p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 23px;
}

.modern-site .hostiko-guarantee-inner-con {
    display: grid;
    grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
    align-items: center;
    gap: 70px;
}

.modern-site .hostiko-guarantee-img-con figure {
    max-width: 480px;
    margin: 0 auto;
}

.modern-site .hostiko-guarantee-img-con figure img {
    width: 100%;
}

.modern-site .hostiko-guarantee-content-con h2 {
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.1;
}

.modern-site .hostiko-guarantees-text-outer {
    margin-bottom: 18px;
    padding: 16px;
    gap: 14px;
    border: 1px solid var(--modern-line);
    border-radius: 15px;
    background: #ffffff;
}

.modern-site .hostiko-guarantees-text-outer i {
    color: var(--modern-primary);
    font-size: 20px;
}

.modern-site .hostiko-guarantee-content-con > .generic-btn {
    display: flex;
    margin-top: 24px;
    justify-content: flex-start;
}

.modern-site .hostiko-guarantee-content-con > .generic-btn a,
.modern-site .vps_btn.generic-btn a {
    display: inline-flex;
    width: auto;
    min-width: 220px;
    min-height: 52px;
    height: auto;
    padding: 13px 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--modern-primary);
    border-radius: 13px;
    background: var(--modern-primary);
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

.modern-site .vps-inner-con {
    float: none !important;
    border: 1px solid var(--modern-line);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: var(--modern-shadow);
}

.modern-site .vps-con #backup_val {
    border-left: 1px solid var(--modern-line);
    border-radius: 0 24px 24px 0;
    background: #f7f7ff;
}

.modern-site .hostiko-vpn-benefits {
    margin-top: 70px;
}

.modern-site .hostiko-vpn-benefits ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.modern-site .hostiko-vpn-benefits ul li {
    min-width: 0;
    padding: 15px 15px 15px 46px;
    border: 1px solid var(--modern-line);
    border-radius: 13px;
    background: #ffffff;
    font-size: 13px;
}

.modern-site .hostiko-vpn-benefits ul li i {
    top: 16px;
    left: 16px;
    color: var(--modern-primary);
    font-size: 17px;
}

.modern-site .scripts-inner-con ul {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    padding: 0;
}

.modern-site .scripts-inner-con ul li {
    min-width: 0;
    text-align: center;
}

.modern-site .scripts-inner-con ul li figure {
    display: flex;
    width: 100%;
    max-width: 150px;
    aspect-ratio: 1;
    height: auto;
    margin: 0 auto 14px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--modern-line);
    border-radius: 22px;
    background: #ffffff;
}

.modern-site .scripts-inner-con ul li figure img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.modern-site .red {
    padding: 88px 0;
    background: #f7f7fb;
}

.modern-site .container-red {
    width: min(100% - 32px, 1220px);
    max-width: 1220px;
}

.modern-site .network-provider-card {
    background: linear-gradient(135deg, #201e66, #5652e6);
}

.modern-site .network-provider-card .neo,
.modern-site .network-provider-card h3 {
    color: #ffffff;
}

.modern-site .network-provider-card p {
    color: rgba(255, 255, 255, 0.78);
}

.modern-site .network-provider-card a {
    color: #ffffff;
}

.modern-site #button {
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    border: 0;
    background: var(--modern-primary);
    box-shadow: 0 12px 28px rgba(85, 82, 246, 0.28);
}

/* Existing footer */
.modern-site .footer-main-con {
    float: none !important;
    padding: 0 0 36px;
    background: #11121a;
}

.modern-site .builder-main-con {
    display: grid;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin: 0 0 60px;
    padding: 42px 48px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-content: stretch;
    gap: 28px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 0 0 24px 24px;
    background: linear-gradient(120deg, #2a276f, #5652e6);
}

.modern-site .builder-main-con .builder-content {
    min-width: 0;
}

.modern-site .builder-content h3 {
    margin-bottom: 7px;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.16;
    overflow-wrap: break-word;
}

.modern-site .builder-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.modern-site .builder-main-con > .generic-btn {
    display: flex;
    min-width: 0;
    justify-content: center;
}

.modern-site .builder-main-con > .generic-btn a {
    display: inline-flex;
    width: auto;
    min-width: 210px;
    min-height: 52px;
    height: auto;
    padding: 13px 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 13px;
    background: #ffffff;
    color: var(--modern-ink);
    line-height: 24px;
    white-space: nowrap;
}

.modern-site .footer-inner-con {
    display: grid;
    grid-template-columns: 1.1fr 0.8fr 0.9fr 1.3fr;
    padding: 0 0 45px;
    gap: 35px;
}

.modern-site .footer-box {
    min-width: 0;
}

.modern-site .footer-box h6 {
    margin-bottom: 17px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
}

.modern-site .footer-box ul li {
    margin-bottom: 8px;
    padding: 0;
}

.modern-site .footer-box ul li a {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 20px;
}

.modern-site .footer-box ul li a:hover {
    color: #ffffff;
}

.modern-site .footer-copyright-con {
    padding: 25px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.modern-site .copyright-logo-con figure img {
    width: 190px !important;
    height: auto;
}

.modern-site .copyright-logo-con p {
    color: rgba(255, 255, 255, 0.48);
    font-size: 12px;
}

/* Responsive */
@media (max-width: 1199px) {
    .modern-header .navbar {
        gap: 14px;
    }

    .modern-header .navbar-brand img {
        width: 165px;
    }

    .header-main-con.modern-header .navbar-light .navbar-brand img {
        width: 165px;
    }

    .modern-header .navbar-nav .nav-link {
        padding-right: 9px !important;
        padding-left: 9px !important;
        font-size: 13px;
    }

    .modern-header .header-contact {
        display: none;
    }

    .modern-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
        gap: 45px;
    }

    .modern-app-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .modern-header .navbar {
        min-height: 70px;
    }

    .modern-header .navbar-toggler {
        display: flex;
    }

    .modern-header .navbar-collapse {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        left: 0;
        max-height: calc(100vh - 95px);
        padding: 12px;
        overflow-y: auto;
        border: 1px solid var(--modern-line);
        border-radius: 16px;
        background: #ffffff;
        box-shadow: var(--modern-shadow);
    }

    .header-main-con.modern-header .collapse.navbar-collapse {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        left: 0;
        width: 100%;
        max-height: calc(100vh - 95px);
        margin: 0;
        padding: 12px;
        overflow-y: auto;
        border: 1px solid var(--modern-line);
        border-radius: 16px;
        background: #ffffff;
        box-shadow: var(--modern-shadow);
    }

    .modern-header .navbar-nav {
        align-items: stretch;
        gap: 3px;
    }

    .modern-header .navbar-nav .nav-link {
        width: 100%;
        justify-content: space-between;
    }

    .modern-header .modern-dropdown,
    .modern-header .modern-dropdown-small {
        position: static;
        width: 100%;
        margin: 5px 0 8px;
        box-shadow: none;
    }

    .header-main-con.modern-header .navbar-expand-lg .navbar-nav .modern-dropdown,
    .header-main-con.modern-header .navbar-expand-lg .navbar-nav .modern-dropdown-small {
        position: static;
        width: 100%;
        margin: 5px 0 8px;
        padding: 8px;
        border: 1px solid var(--modern-line);
        background: #fafafe;
        box-shadow: none;
    }

    .modern-header .nav-btns,
    .modern-header .client-access {
        display: none !important;
    }

    .modern-header .mobile-language-switcher {
        margin-top: 6px;
        padding-top: 8px;
        border-top: 1px solid var(--modern-line);
    }

    .modern-header .mobile-language-toggle {
        display: flex;
        width: 100%;
        min-height: 44px;
        padding: 10px 12px;
        align-items: center;
        gap: 9px;
        border: 0;
        border-radius: 10px;
        background: #f6f6fa;
    }

    .modern-hero {
        min-height: 0;
        padding: 80px 0 72px;
    }

    .modern-hero-grid,
    .modern-site .sub-banner-inner-con {
        grid-template-columns: minmax(0, 1fr);
    }

    .modern-hero-copy {
        text-align: center;
    }

    .modern-hero-copy h1,
    .modern-hero-copy > p {
        margin-right: auto;
        margin-left: auto;
    }

    .modern-hero-actions,
    .modern-proof-list {
        justify-content: center;
    }

    .modern-service-grid {
        max-width: 720px;
        margin: 0 auto;
    }

    .modern-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .modern-stat:nth-child(2) {
        border-right: 0;
    }

    .modern-stat:nth-child(-n + 2) {
        border-bottom: 1px solid var(--modern-line);
    }

    .modern-product-grid {
        grid-template-columns: minmax(0, 1fr);
        max-width: 620px;
        margin: 0 auto;
    }

    .modern-product-card {
        min-height: 0;
    }

    .modern-apps-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .modern-apps-aside {
        position: static;
    }

    .modern-ddos-panel {
        grid-template-columns: minmax(0, 1fr);
    }

    .modern-ddos-brand {
        min-height: 240px;
    }

    .modern-site .sub-banner-main-con {
        min-height: 0;
        padding: 78px 0;
    }

    .modern-site .sub-banner-content-con {
        text-align: center;
    }

    .modern-site .sub-banner-content-con h1,
    .modern-site .sub-banner-content-con p {
        margin-right: auto;
        margin-left: auto;
    }

    .modern-site .sub-banner-img-con figure {
        max-width: 360px;
    }

    .modern-site .hosting-types-inner-con {
        grid-template-columns: minmax(0, 1fr);
        max-width: 620px;
        margin: 0 auto;
    }

    .modern-site .hosting-type-box {
        min-height: 0;
    }

    .modern-site .hosting-type-box p {
        min-height: 0;
    }

    .modern-site .hostiko-guarantee-inner-con {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
    }

    .modern-site .hostiko-guarantee-content-con {
        text-align: center;
    }

    .modern-site .hostiko-guarantee-content-con > .generic-btn {
        justify-content: center;
    }

    .modern-site .hostiko-vpn-benefits ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .modern-site .scripts-inner-con ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .modern-site .builder-main-con {
        grid-template-columns: minmax(0, 1fr);
        text-align: center;
    }

    .modern-site .builder-main-con > .generic-btn a {
        width: min(100%, 280px);
    }

    .modern-site .footer-inner-con {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .modern-section {
        padding: 72px 0;
    }

    .modern-hero-copy h1 {
        font-size: clamp(40px, 11vw, 56px);
    }

    .modern-service-tile {
        min-height: 185px;
        padding: 20px;
    }

    .modern-app-grid,
    .modern-site .hosting-fatures-inner-con {
        grid-template-columns: minmax(0, 1fr);
    }

    .modern-ddos-brand,
    .modern-ddos-copy {
        padding: 38px 30px;
    }

    .modern-ddos-facts {
        grid-template-columns: minmax(0, 1fr);
    }

    .modern-cta-inner {
        grid-template-columns: minmax(0, 1fr);
        padding: 34px 28px;
        text-align: center;
    }

    .modern-site .container-red {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 575px) {
    .modern-site .container {
        width: min(100% - 24px, 1220px);
    }

    .modern-header .navbar-brand img {
        width: 150px;
    }

    .modern-header .brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .modern-header .brand-copy {
        font-size: 18px;
    }

    .header-main-con.modern-header .container {
        padding: 0;
    }

    .header-main-con.modern-header .navbar-light .navbar-brand img {
        width: 150px !important;
    }

    .modern-hero {
        padding-top: 92px;
    }

    .modern-hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .modern-btn {
        width: 100%;
    }

    .modern-service-grid,
    .modern-stat-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .modern-stat {
        border-right: 0;
        border-bottom: 1px solid var(--modern-line);
    }

    .modern-stat:nth-child(3) {
        border-bottom: 1px solid var(--modern-line);
    }

    .modern-stat:last-child {
        border-bottom: 0;
    }

    .modern-app-card {
        min-height: 140px;
    }

    .modern-ddos-brand {
        min-height: 200px;
    }

    .modern-site .sub-banner-content-con h1 {
        font-size: clamp(38px, 11vw, 50px);
    }

    .modern-site .hosting-type-box {
        padding: 24px;
    }

    .modern-site .hostiko-vpn-benefits ul,
    .modern-site .scripts-inner-con ul {
        grid-template-columns: minmax(0, 1fr);
    }

    .modern-site .scripts-inner-con ul li figure {
        max-width: 130px;
    }

    .modern-site .hosting-feature-box {
        padding: 22px;
    }

    .modern-site .builder-main-con {
        padding: 32px 20px;
    }

    .modern-site .builder-main-con > .generic-btn,
    .modern-site .builder-main-con > .generic-btn a {
        width: 100%;
        min-width: 0;
    }

    .modern-site .footer-inner-con {
        grid-template-columns: minmax(0, 1fr);
        text-align: center;
    }

    .modern-site .footer-contact-info ul {
        width: 100%;
        text-align: center;
    }
}

/* Definitive navigation/footer rules loaded after every legacy breakpoint. */
.header-main-con.modern-header .navbar .navbar-nav {
    gap: 10px !important;
}

.header-main-con.modern-header .navbar .navbar-nav .nav-link {
    display: inline-flex !important;
    min-height: 42px;
    padding: 9px 11px !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 10px;
    white-space: nowrap;
}

.header-main-con.modern-header .navbar .navbar-nav .nav-link > i:first-child {
    color: #777b87;
    font-size: 13px;
}

.header-main-con.modern-header .navbar .navbar-nav .nav-link:hover > i:first-child {
    color: var(--modern-primary);
}

.header-main-con.modern-header .external-icon {
    margin-left: -2px;
    font-size: 9px;
}

.modern-site .footer-main-con {
    padding: 56px 0 28px !important;
}

.modern-site .footer-inner-con {
    display: grid !important;
    grid-template-columns: 1fr 1fr 0.8fr 1.25fr !important;
    gap: 48px !important;
    padding: 0 0 42px !important;
    border: 0 !important;
    justify-content: stretch !important;
    text-align: left !important;
}

.modern-site .footer-box {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
}

.modern-site .footer-box h6 {
    margin-bottom: 16px !important;
}

.modern-site .footer-box ul {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.modern-site .footer-box ul li,
.modern-site .footer-contact-info ul li {
    position: static !important;
    width: auto !important;
    margin: 0 0 9px !important;
    padding: 0 !important;
    border: 0 !important;
}

.modern-site .footer-box ul li a {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 9px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-align: left;
}

.modern-site .footer-contact-info ul li i {
    position: static !important;
    width: 15px;
    margin-top: 3px;
    flex: 0 0 15px;
    color: #aaa8ff;
    text-align: center;
}

.modern-site .footer-copyright-con {
    display: flex !important;
    padding: 28px 0 0 !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.modern-site .copyright-logo-con {
    display: flex !important;
    min-width: 0;
    align-items: center !important;
    gap: 20px;
}

.modern-site .copyright-logo-con a {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.modern-site .copyright-logo-con figure img {
    display: block;
    width: 170px !important;
    height: auto;
}

.modern-site .copyright-logo-con p {
    margin: 0 !important;
}

.modern-site .social-links-con ul {
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
}

.modern-site .social-links-con ul li {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.modern-site .social-links-con ul li a {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    padding: 8px 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .header-main-con.modern-header .navbar .navbar-nav {
        gap: 3px !important;
    }

    .header-main-con.modern-header .navbar .navbar-nav .nav-link {
        padding-right: 7px !important;
        padding-left: 7px !important;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .header-main-con.modern-header .navbar .navbar-nav .nav-link {
        width: 100%;
        justify-content: flex-start;
        padding: 11px 12px !important;
        font-size: 14px;
    }

    .modern-site .footer-inner-con {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 34px !important;
    }
}

/* Home header: transparent and spacious over the hero, compact after scroll. */
.modern-home .modern-header.header-main-con:not(.is-scrolled) {
    position: absolute;
    border-bottom-color: transparent;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.modern-home .modern-header.header-main-con:not(.is-scrolled) .navbar {
    min-height: 104px;
}

.modern-home .modern-header.header-main-con:not(.is-scrolled) .brand-mark {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.modern-home .modern-header.header-main-con:not(.is-scrolled) .brand-copy,
.modern-home .modern-header.header-main-con:not(.is-scrolled) .navbar .navbar-nav .nav-link,
.modern-home .modern-header.header-main-con:not(.is-scrolled) .navbar .navbar-nav .nav-link > i:first-child,
.modern-home .modern-header.header-main-con:not(.is-scrolled) .header-contact,
.modern-home .modern-header.header-main-con:not(.is-scrolled) .language-switcher .dropdown-toggle {
    color: #ffffff !important;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.24);
}

.modern-home .modern-header.header-main-con:not(.is-scrolled) .brand-copy small {
    color: rgba(255, 255, 255, 0.68);
}

.modern-home .modern-header.header-main-con:not(.is-scrolled) .navbar .navbar-nav .nav-link:hover,
.modern-home .modern-header.header-main-con:not(.is-scrolled) .navbar .navbar-nav .nav-item.show > .nav-link,
.modern-home .modern-header.header-main-con:not(.is-scrolled) .language-switcher .dropdown-toggle:hover {
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .modern-home .modern-header.header-main-con:not(.is-scrolled) .navbar {
        min-height: 84px;
    }

    .modern-home .modern-header.header-main-con:not(.is-scrolled) .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.28);
        background: rgba(255, 255, 255, 0.12);
    }

    .modern-home .modern-header.header-main-con:not(.is-scrolled) .navbar-toggler span {
        background: #ffffff;
    }
}

@media (max-width: 575px) {
    .modern-site .footer-main-con {
        padding-top: 42px !important;
    }

    .modern-site .footer-inner-con {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px 18px !important;
        text-align: left !important;
    }

    .modern-site .footer-copyright-con,
    .modern-site .copyright-logo-con {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .modern-site .social-links-con,
    .modern-site .social-links-con ul,
    .modern-site .social-links-con ul li,
    .modern-site .social-links-con ul li a {
        width: 100% !important;
    }

    .modern-site .social-links-con ul li a {
        justify-content: center;
        white-space: normal;
    }
}

/* Final cockpit palette override. */
.modern-home .modern-hero.tuserver-hero {
    min-height: 720px;
    padding: 140px 0 86px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        radial-gradient(circle at 70% 40%, rgba(98, 85, 255, 0.28), transparent 33%),
        radial-gradient(circle at 12% 8%, rgba(0, 196, 255, 0.13), transparent 24%),
        #10111a;
    background-size: 44px 44px, 44px 44px, auto, auto, auto;
}

.modern-home .tuserver-hero .modern-hero-copy {
    text-align: left;
}

.modern-home .tuserver-hero .modern-hero-copy h1 {
    color: #ffffff;
}

.modern-home .tuserver-hero .modern-hero-copy h1 span {
    color: #9b96ff;
    background: none;
    -webkit-text-fill-color: currentColor;
}

.modern-home .tuserver-hero .modern-hero-copy > p {
    color: rgba(255, 255, 255, 0.64);
}

.modern-home .tuserver-hero .modern-proof-list {
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .modern-home .modern-hero.tuserver-hero {
        min-height: 0;
        padding: 112px 0 76px;
    }
}

@media (max-width: 575px) {
    .modern-home .modern-hero.tuserver-hero {
        padding: 104px 0 62px;
    }

    .modern-home .tuserver-hero .modern-hero-copy {
        text-align: center;
    }

    .modern-home .tuserver-hero .modern-proof-list {
        justify-content: center;
    }
}

/* Refined footer palette and CTA. */
.modern-site .footer-main-con {
    border-top: 1px solid rgba(129, 124, 255, 0.12);
    background:
        radial-gradient(circle at 18% 0%, rgba(91, 86, 246, 0.14), transparent 30%),
        linear-gradient(180deg, #1b1c2d 0%, #151624 100%);
}

.modern-site .builder-main-con {
    margin-top: 32px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background:
        radial-gradient(circle at 86% 20%, rgba(255, 255, 255, 0.15), transparent 25%),
        linear-gradient(120deg, #514cf4 0%, #7168ff 100%);
    box-shadow: 0 24px 65px rgba(40, 37, 135, 0.28);
}

.modern-site .builder-content h3 {
    color: #ffffff !important;
    font-weight: 750;
    letter-spacing: -0.035em;
}

.modern-site .builder-content p {
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 16px;
}

.modern-site .builder-main-con > .generic-btn a {
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 12px 30px rgba(31, 28, 120, 0.18);
    color: #4540cf !important;
    font-weight: 800;
}

.modern-site .builder-main-con > .generic-btn a:hover {
    transform: translateY(-2px);
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #302bc1 !important;
}

.modern-site .footer-box h6 {
    color: #f6f5ff !important;
    font-size: 15px;
    font-weight: 750;
}

.modern-site .footer-box ul li a {
    color: #b8bacb !important;
    font-size: 14px;
    transition: color 160ms ease, transform 160ms ease;
}

.modern-site .footer-box ul li a:hover {
    transform: translateX(3px);
    color: #ffffff !important;
}

.modern-site .footer-contact-info ul li i {
    color: #908cff !important;
}

.modern-site .footer-copyright-con {
    border-top-color: rgba(255, 255, 255, 0.10) !important;
}

/* Refined Voxility and Anti-DDoS panels. */
.modern-ddos-panel {
    position: relative;
    isolation: isolate;
    border: 1px solid rgba(128, 124, 255, 0.34);
    background: linear-gradient(125deg, #171a3c 0%, #2c3179 48%, #5752ea 100%);
    box-shadow: 0 30px 80px rgba(39, 39, 128, 0.22);
}

.modern-ddos-panel::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 380px;
    height: 380px;
    top: -190px;
    right: -100px;
    border-radius: 50%;
    background: rgba(116, 231, 255, 0.16);
    filter: blur(60px);
}

.modern-ddos-brand {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(125, 119, 255, 0.28), transparent 34%),
        rgba(8, 11, 38, 0.44);
}

.modern-ddos-brand::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    right: -90px;
    bottom: -90px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    box-shadow:
        0 0 0 38px rgba(255, 255, 255, 0.035),
        0 0 0 76px rgba(255, 255, 255, 0.02);
}

.modern-ddos-brand span {
    color: #9eefff !important;
}

.modern-ddos-brand strong {
    position: relative;
    z-index: 1;
    color: #ffffff !important;
    text-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
}

.modern-ddos-copy .modern-kicker {
    border-color: rgba(158, 239, 255, 0.24);
    background: rgba(158, 239, 255, 0.10);
    color: #9eefff;
}

.modern-ddos-copy h2 {
    color: #ffffff !important;
    font-weight: 750;
    letter-spacing: -0.035em;
}

.modern-ddos-copy > p {
    color: rgba(255, 255, 255, 0.78) !important;
}

.modern-ddos-fact {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.modern-ddos-fact strong {
    color: #ffffff !important;
}

.modern-ddos-fact span {
    color: rgba(255, 255, 255, 0.68) !important;
}

.modern-site .network-provider-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid rgba(129, 124, 255, 0.32);
    background:
        radial-gradient(circle at 88% 10%, rgba(158, 239, 255, 0.16), transparent 28%),
        linear-gradient(125deg, #1a1e49 0%, #343a93 55%, #5b56ee 100%);
    box-shadow: 0 28px 70px rgba(40, 40, 130, 0.22);
}

.modern-site .network-provider-card::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 220px;
    height: 220px;
    right: -80px;
    bottom: -100px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    box-shadow: 0 0 0 36px rgba(255, 255, 255, 0.025);
}

.modern-site .network-provider-label {
    color: #9eefff !important;
}

.modern-site .network-provider-card .neo,
.modern-site .network-provider-card h3 {
    color: #ffffff !important;
    font-weight: 800;
    letter-spacing: 0.035em;
    text-shadow: 0 12px 36px rgba(0, 0, 0, 0.20);
}

.modern-site .network-provider-card p {
    color: rgba(255, 255, 255, 0.80) !important;
}

.modern-site .network-provider-card a {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff !important;
    backdrop-filter: blur(10px);
}

.modern-site .network-provider-card a:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #3934c9 !important;
}

/* Contact page without the embedded map. */
.contact-page .wow {
    visibility: visible !important;
    animation: none !important;
}

.contact-page .contact-main-con {
    padding-bottom: 96px;
}

.contact-page .map-and-form-main-con {
    padding: 96px 0 120px;
}

/* Shared index footer, isolated from legacy page themes. */
.modern-unified-footer {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 64px 0 30px !important;
    background:
        radial-gradient(circle at 18% 0%, rgba(91, 86, 246, 0.14), transparent 30%),
        linear-gradient(180deg, #1b1c2d 0%, #151624 100%) !important;
    color: #ffffff;
}

.modern-unified-footer > .container {
    width: min(100% - 32px, 1220px) !important;
    max-width: 1220px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.modern-unified-footer .footer-inner-con {
    display: grid !important;
    grid-template-columns: 0.9fr 1fr 0.8fr 1.2fr 1.15fr !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 42px !important;
    gap: 48px !important;
    border: 0 !important;
}

.modern-unified-footer .footer-box {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
}

.modern-unified-footer .footer-box h6 {
    margin: 0 0 16px !important;
    color: #f6f5ff !important;
    font-size: 15px !important;
    font-weight: 750 !important;
}

.modern-unified-footer .footer-box ul {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.modern-unified-footer .footer-box ul li {
    position: static !important;
    width: auto !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    border: 0 !important;
}

.modern-unified-footer .footer-box ul li a {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    align-items: flex-start;
    gap: 9px;
    border: 0 !important;
    background: transparent !important;
    color: #b8bacb !important;
    font-size: 14px !important;
    line-height: 21px !important;
    text-align: left !important;
}

.modern-unified-footer .footer-box ul li a:hover {
    color: #ffffff !important;
}

.modern-unified-footer .footer-contact-info i {
    width: 15px;
    margin-top: 3px;
    flex: 0 0 15px;
    color: #908cff !important;
    text-align: center;
}

.modern-unified-footer .footer-legal-links a {
    color: #c9c8ff !important;
}

.modern-unified-footer .footer-legal-links a:hover {
    color: #ffffff !important;
}

.modern-unified-footer .footer-copyright-con {
    display: flex !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 28px 0 0 !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
}

.modern-unified-footer .copyright-logo-con {
    display: flex !important;
    min-width: 0;
    align-items: center !important;
    gap: 20px !important;
}

.modern-unified-footer .copyright-logo-con img {
    display: block !important;
    width: 170px !important;
    height: auto !important;
}

.modern-unified-footer .copyright-logo-con p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.54) !important;
    font-size: 12px !important;
}

.modern-unified-footer .social-links-con ul,
.modern-unified-footer .social-links-con li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.modern-unified-footer .social-links-con {
    min-width: 0 !important;
    margin-right: 0 !important;
}

.modern-unified-footer .social-links-con ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    gap: 8px !important;
}

.modern-unified-footer .social-links-con li {
    width: auto !important;
}

.modern-unified-footer .social-links-con a {
    display: inline-flex !important;
    padding: 8px 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 12px !important;
}

@media (max-width: 991px) {
    .modern-unified-footer .footer-inner-con {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 34px !important;
    }
}

@media (max-width: 575px) {
    .contact-page .contact-main-con {
        padding-bottom: 64px;
    }

    .contact-page .map-and-form-main-con {
        padding: 64px 0 140px;
    }

    .modern-unified-footer {
        padding-top: 48px !important;
    }

    .modern-unified-footer .footer-inner-con {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 28px !important;
    }

    .modern-unified-footer .footer-copyright-con,
    .modern-unified-footer .copyright-logo-con {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .modern-unified-footer .social-links-con ul {
        justify-content: flex-start !important;
    }
}

/* Modern FAQ layout. */
.faq-page .faq-section-bg {
    clear: both;
    padding: 96px 0 110px !important;
    background:
        radial-gradient(circle at 50% 0%, rgba(91, 86, 246, 0.08), transparent 34%),
        #f6f7fb !important;
}

.faq-page .faq-container {
    width: min(100% - 40px, 1120px) !important;
    max-width: 1120px !important;
    margin: 0 auto !important;
    padding: 56px !important;
    border: 1px solid #e6e7f0 !important;
    border-radius: 28px !important;
    background: #ffffff !important;
    box-shadow: 0 28px 80px rgba(38, 35, 105, 0.10) !important;
}

.faq-page .faq-container > h1 {
    margin: 0 0 48px !important;
    color: var(--modern-ink) !important;
    font-size: clamp(38px, 5vw, 58px) !important;
    font-weight: 760 !important;
    letter-spacing: -0.045em !important;
    line-height: 1.05 !important;
}

.faq-page .faq-container .section {
    margin: 0 0 54px !important;
}

.faq-page .faq-container .section:last-child {
    margin-bottom: 0 !important;
}

.faq-page .faq-container h2 {
    display: flex;
    margin: 0 0 20px !important;
    padding-bottom: 14px;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #ececf3;
    color: #302f65 !important;
    font-size: 24px !important;
    font-weight: 750 !important;
    letter-spacing: -0.025em;
}

.faq-page .faq-question {
    margin: 18px 0 0 !important;
    padding: 18px 20px !important;
    border: 1px solid rgba(85, 82, 246, 0.14) !important;
    border-left: 4px solid var(--modern-primary) !important;
    border-radius: 14px 14px 0 0 !important;
    background: linear-gradient(90deg, rgba(85, 82, 246, 0.08), #fafaff) !important;
}

.faq-page .faq-question h4 {
    display: flex;
    margin: 0 !important;
    align-items: center;
    gap: 10px;
    color: #28275e !important;
    font-size: 17px !important;
    font-weight: 720 !important;
    line-height: 25px !important;
}

.faq-page .faq-question h4 i {
    color: var(--modern-primary);
}

.faq-page .faq-answer {
    margin: 0 0 22px !important;
    padding: 22px 24px !important;
    border: 1px solid #e7e8f0 !important;
    border-top: 0 !important;
    border-radius: 0 0 14px 14px !important;
    background: #ffffff !important;
}

.faq-page .faq-answer p,
.faq-page .faq-answer li {
    color: #555a68 !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

.faq-page .faq-answer p {
    margin: 0 0 14px !important;
}

.faq-page .faq-answer ul,
.faq-page .faq-answer ol {
    margin: 0 !important;
    padding-left: 22px !important;
}

.faq-page .faq-answer strong {
    color: #292c37;
}

.faq-page .faq-container table {
    display: table;
    width: 100% !important;
    margin: 20px 0 !important;
    border-radius: 12px !important;
    background: #fafaff !important;
}

.faq-page .faq-container th {
    background: #eeeeff !important;
    color: #343277 !important;
}

@media (max-width: 700px) {
    .faq-page .faq-section-bg {
        padding: 58px 0 72px !important;
    }

    .faq-page .faq-container {
        width: min(100% - 24px, 1120px) !important;
        padding: 28px 18px !important;
        border-radius: 20px !important;
    }

    .faq-page .faq-container > h1 {
        margin-bottom: 34px !important;
        font-size: 34px !important;
    }

    .faq-page .faq-container .section {
        margin-bottom: 42px !important;
    }

    .faq-page .faq-container h2 {
        font-size: 21px !important;
    }

    .faq-page .faq-question {
        padding: 16px !important;
    }

    .faq-page .faq-question h4 {
        align-items: flex-start;
        font-size: 16px !important;
    }

    .faq-page .faq-answer {
        padding: 18px 16px !important;
    }

    .faq-page .faq-answer p,
    .faq-page .faq-answer li {
        font-size: 14px !important;
    }

    .faq-page .faq-container table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
