/* WLX v15 homepage and dedicated-server inventory */
:root {
    --wlx15-bg: #03050b;
    --wlx15-panel: #090f25;
    --wlx15-panel-2: #0d1535;
    --wlx15-border: rgba(72, 108, 255, .45);
    --wlx15-line: rgba(148, 163, 184, .13);
    --wlx15-blue: #2f6bff;
    --wlx15-cyan: #18d7ff;
    --wlx15-green: #34d399;
    --wlx15-text: #f8fafc;
    --wlx15-muted: #9aa7bc;
}

body.wlx-home-page {
    background: var(--wlx15-bg) !important;
    color: var(--wlx15-text);
}

body.wlx-home-page .wlx-server-bg,
body.wlx-home-page .wlx-grid-overlay,
body.wlx-home-page .wlx-ambient-bg {
    display: none !important;
}

body.wlx-home-page .wlx-home-main-body,
body.wlx-home-page .wlx-home-main-content {
    overflow: visible;
    background: var(--wlx15-bg) !important;
}

.wlx-v15-hero {
    position: relative;
    min-height: 650px;
    padding: 145px 0 95px;
    overflow: hidden;
    background:
        radial-gradient(circle at 74% 30%, rgba(31, 74, 255, .23), transparent 31%),
        radial-gradient(circle at 24% 12%, rgba(0, 210, 255, .09), transparent 28%),
        linear-gradient(180deg, #05091a 0%, #03050b 92%);
}

.wlx-v15-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .32;
    background-image:
        linear-gradient(rgba(86, 112, 255, .09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(86, 112, 255, .09) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, #000, transparent 86%);
    pointer-events: none;
}

.wlx-v15-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
    gap: 76px;
    align-items: center;
}

.wlx-v15-kicker,
.wlx-v15-section-head > span,
.wlx-v15-service-copy > span,
.wlx-v15-contact-card > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--wlx15-cyan);
    font-size: 11px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.wlx-v15-kicker i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--wlx15-green);
    box-shadow: 0 0 16px rgba(52, 211, 153, .9);
}

.wlx-v15-hero-copy h1 {
    margin: 23px 0 24px;
    color: var(--wlx15-text) !important;
    font-family: Raleway, "Open Sans", sans-serif;
    font-size: clamp(48px, 5.4vw, 76px);
    line-height: .99;
    font-weight: 800;
    letter-spacing: -.052em;
}

.wlx-v15-hero-copy h1 span {
    color: transparent;
    background: linear-gradient(90deg, var(--wlx15-cyan), #72a2ff 70%);
    -webkit-background-clip: text;
    background-clip: text;
}

.wlx-v15-hero-copy > p {
    max-width: 690px;
    margin: 0;
    color: #b4bfd0;
    font-size: 17px;
    line-height: 1.75;
}

.wlx-v15-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 34px;
}

.wlx-v15-button {
    display: inline-flex;
    min-height: 48px;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.wlx-v15-button:hover,
.wlx-v15-button:focus {
    transform: translateY(-2px);
}

.wlx-v15-button-primary {
    color: #fff !important;
    background: linear-gradient(135deg, #245fff, #188fff);
    box-shadow: 0 12px 34px rgba(28, 88, 255, .27);
}

.wlx-v15-button-primary:hover,
.wlx-v15-button-primary:focus {
    box-shadow: 0 15px 40px rgba(28, 88, 255, .42);
}

.wlx-v15-button-secondary {
    color: #dbe7ff !important;
    border-color: rgba(148, 163, 184, .32);
    background: rgba(255, 255, 255, .035);
}

.wlx-v15-button-secondary:hover,
.wlx-v15-button-secondary:focus {
    border-color: rgba(24, 215, 255, .52);
    background: rgba(24, 215, 255, .08);
}

.wlx-v15-hero-console {
    position: relative;
    min-height: 374px;
    padding: 1px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(24, 215, 255, .62), rgba(46, 87, 255, .13) 50%, rgba(81, 54, 255, .55));
    box-shadow: 0 36px 90px rgba(0, 0, 0, .46), inset 0 0 0 1px rgba(255, 255, 255, .06);
    transform: perspective(1000px) rotateY(-4deg) rotateX(2deg);
}

.wlx-v15-hero-console::before {
    content: "";
    position: absolute;
    inset: 20% -15%;
    z-index: -1;
    border-radius: 50%;
    background: rgba(34, 79, 255, .27);
    filter: blur(55px);
}

.wlx-v15-console-top {
    display: flex;
    height: 45px;
    padding: 0 17px;
    align-items: center;
    gap: 7px;
    border-radius: 21px 21px 0 0;
    border-bottom: 1px solid rgba(148, 163, 184, .13);
    background: rgba(5, 10, 27, .96);
}

.wlx-v15-console-top span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #26314d;
}

.wlx-v15-console-top span:first-child { background: #18d7ff; box-shadow: 0 0 10px rgba(24, 215, 255, .75); }
.wlx-v15-console-top b { margin-left: auto; color: #667490; font-size: 9px; letter-spacing: .16em; }

.wlx-v15-console-grid {
    display: grid;
    height: 327px;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    overflow: hidden;
    border-radius: 0 0 21px 21px;
    background: rgba(98, 119, 178, .13);
}

.wlx-v15-console-grid > div {
    position: relative;
    display: flex;
    min-height: 140px;
    padding: 25px;
    flex-direction: column;
    justify-content: center;
    background: rgba(7, 13, 34, .98);
}

.wlx-v15-console-grid small { color: #687897; font-size: 9px; letter-spacing: .13em; }
.wlx-v15-console-grid strong { margin: 8px 0 3px; color: #fff; font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.wlx-v15-console-grid em { color: var(--wlx15-green); font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .12em; }

.wlx-v15-console-chart {
    flex-direction: row !important;
    align-items: flex-end;
    gap: 8px;
}

.wlx-v15-console-chart i {
    display: block;
    width: 12%;
    height: 30%;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(to top, #2856ff, #18d7ff);
    box-shadow: 0 0 12px rgba(24, 215, 255, .18);
}

.wlx-v15-console-chart i:nth-child(2) { height: 53%; }
.wlx-v15-console-chart i:nth-child(3) { height: 40%; }
.wlx-v15-console-chart i:nth-child(4) { height: 76%; }
.wlx-v15-console-chart i:nth-child(5) { height: 61%; }
.wlx-v15-console-chart i:nth-child(6) { height: 91%; }

.wlx-v15-dedicated {
    position: relative;
    padding: 105px 0 115px;
    background: #03050b;
}

.wlx-v15-section-head {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.wlx-v15-section-head h2,
.wlx-v15-service-copy h2,
.wlx-v15-contact-card h2 {
    margin: 14px 0 13px;
    color: var(--wlx15-text) !important;
    font-family: Raleway, "Open Sans", sans-serif;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.035em;
}

.wlx-v15-section-head p {
    margin: 0;
    color: var(--wlx15-muted);
    font-size: 14px;
    line-height: 1.7;
}

.wlx-v15-location-tabs {
    display: flex;
    margin: 0 0 35px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.wlx-v15-location-tabs a {
    padding: 9px 16px;
    color: #aebbd1 !important;
    border: 1px solid rgba(75, 107, 255, .45);
    border-radius: 999px;
    background: rgba(19, 30, 70, .22);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
    transition: .2s ease;
}

.wlx-v15-location-tabs a:hover,
.wlx-v15-location-tabs a:focus {
    color: #fff !important;
    border-color: var(--wlx15-cyan);
    background: rgba(24, 215, 255, .09);
}

.wlx-v15-server-groups {
    display: grid;
    gap: 28px;
}

.wlx-v15-server-group {
    scroll-margin-top: 96px;
    overflow: hidden;
    border: 1px solid var(--wlx15-border);
    border-radius: 17px;
    background: #0b1230;
    box-shadow: 0 22px 75px rgba(0, 0, 0, .23);
}

.wlx-v15-server-group > header {
    display: flex;
    min-height: 86px;
    padding: 17px 20px;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid var(--wlx15-line);
    background: linear-gradient(90deg, rgba(38, 66, 170, .27), rgba(10, 18, 48, .22));
}

.wlx-v15-location-code {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    flex: 0 0 auto;
    color: var(--wlx15-cyan);
    border: 1px solid rgba(24, 215, 255, .35);
    border-radius: 9px;
    background: rgba(24, 215, 255, .07);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .05em;
}

.wlx-v15-server-group > header h3 {
    margin: 0 0 3px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 800;
}

.wlx-v15-server-group > header p {
    margin: 0;
    color: #71809d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wlx-v15-group-link {
    margin-left: auto;
    padding: 8px 13px;
    color: var(--wlx15-cyan) !important;
    border: 1px solid rgba(24, 215, 255, .25);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none !important;
}

.wlx-v15-group-link:hover { background: rgba(24, 215, 255, .08); }
.wlx-v15-server-table-wrap { overflow-x: auto; }

.wlx-v15-server-table {
    width: 100%;
    min-width: 970px;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
    background: transparent;
}

.wlx-v15-server-table th,
.wlx-v15-server-table td {
    border: 0;
    border-bottom: 1px solid var(--wlx15-line);
    background: transparent;
    text-align: left;
    vertical-align: middle;
}

.wlx-v15-server-table th {
    padding: 13px 17px;
    color: #73809d;
    background: rgba(9, 16, 44, .75);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.wlx-v15-server-table td {
    padding: 17px;
    color: #e8edfa;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.45;
}

.wlx-v15-server-table tbody tr { transition: background .18s ease; }
.wlx-v15-server-table tbody tr:hover { background: rgba(46, 90, 255, .075); }
.wlx-v15-server-table tbody tr:last-child td { border-bottom: 0; }
.wlx-v15-server-table th:nth-child(1) { width: 27%; }
.wlx-v15-server-table th:nth-child(2) { width: 13%; }
.wlx-v15-server-table th:nth-child(3) { width: 17%; }
.wlx-v15-server-table th:nth-child(4) { width: 18%; }
.wlx-v15-server-table th:nth-child(5) { width: 15%; }
.wlx-v15-server-table th:nth-child(6) { width: 10%; }

.wlx-v15-server-table td > strong {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.wlx-v15-server-table td > small {
    display: block;
    margin-top: 3px;
    color: #7483a0;
    font-size: 9px;
    font-weight: 600;
}

.wlx-v15-deploy-badge,
.wlx-v15-stock {
    display: inline-flex;
    width: max-content;
    margin-top: 7px;
    align-items: center;
    color: var(--wlx15-cyan);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.wlx-v15-stock::before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: var(--wlx15-green);
    box-shadow: 0 0 8px rgba(52, 211, 153, .75);
}

.wlx-v15-stock.is-low { color: #fbbf24; }
.wlx-v15-stock.is-low::before { background: #fbbf24; box-shadow: 0 0 8px rgba(251, 191, 36, .7); }
.wlx-v15-stock.is-out { color: #fb7185; }
.wlx-v15-stock.is-out::before { background: #fb7185; box-shadow: none; }
.wlx-v15-price-cell strong { font-size: 15px !important; }
.wlx-v15-order-cell { text-align: right !important; }

.wlx-v15-order-button {
    display: inline-flex;
    min-width: 70px;
    min-height: 31px;
    padding: 0 14px;
    align-items: center;
    justify-content: center;
    color: #071126 !important;
    border-radius: 999px;
    background: #f8fafc;
    font-size: 10px;
    font-weight: 900;
    text-decoration: none !important;
    transition: transform .18s ease, background .18s ease;
}

.wlx-v15-order-button:hover { transform: translateY(-1px); background: var(--wlx15-cyan); }
.wlx-v15-order-button.is-disabled { color: #667085 !important; background: #172037; cursor: not-allowed; }
.wlx-v15-sold-out { opacity: .62; }
.wlx-v15-empty-row { padding: 32px !important; color: #71809d !important; text-align: center !important; }

.wlx-v15-empty-state {
    max-width: 760px;
    margin: 0 auto;
    padding: 46px;
    border: 1px solid var(--wlx15-border);
    border-radius: 17px;
    background: var(--wlx15-panel);
    text-align: center;
}

.wlx-v15-empty-state > span { color: var(--wlx15-cyan); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.wlx-v15-empty-state h3 { margin: 12px 0; color: #fff !important; font-size: 25px; }
.wlx-v15-empty-state p { margin: 0 auto 20px; color: var(--wlx15-muted); line-height: 1.7; }
.wlx-v15-empty-state a { color: var(--wlx15-cyan) !important; font-weight: 800; }

.wlx-v15-service-section {
    padding: 40px 0 95px;
    background: var(--wlx15-bg);
}

.wlx-v15-service-section-alt { padding-top: 0; }

.wlx-v15-service-panel {
    position: relative;
    display: grid;
    min-height: 480px;
    padding: 64px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
    align-items: center;
    gap: 70px;
    overflow: hidden;
    border: 1px solid rgba(82, 104, 176, .28);
    border-radius: 22px;
    background:
        radial-gradient(circle at 83% 42%, rgba(24, 215, 255, .12), transparent 31%),
        linear-gradient(140deg, #0a1025, #050916);
}

.wlx-v15-service-panel-reverse {
    grid-template-columns: minmax(320px, .75fr) minmax(0, 1fr);
    background:
        radial-gradient(circle at 19% 45%, rgba(62, 92, 255, .16), transparent 31%),
        linear-gradient(140deg, #050916, #0a1025);
}

.wlx-v15-service-number {
    position: absolute;
    top: 22px;
    right: 29px;
    color: rgba(255, 255, 255, .045);
    font-size: 100px;
    line-height: 1;
    font-weight: 900;
}

.wlx-v15-service-copy { position: relative; z-index: 2; }
.wlx-v15-service-copy h2 { max-width: 630px; }
.wlx-v15-service-copy > p { max-width: 650px; margin: 0; color: var(--wlx15-muted); font-size: 15px; line-height: 1.75; }
.wlx-v15-service-copy ul { display: grid; margin: 25px 0; padding: 0; gap: 10px; list-style: none; }
.wlx-v15-service-copy li { position: relative; padding-left: 20px; color: #c8d1e1; font-size: 13px; }
.wlx-v15-service-copy li::before { content: ""; position: absolute; top: .55em; left: 0; width: 7px; height: 7px; border: 2px solid var(--wlx15-cyan); border-radius: 50%; }

.wlx-v15-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--wlx15-cyan) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.wlx-v15-text-link span { transition: transform .2s ease; }
.wlx-v15-text-link:hover span { transform: translateX(4px); }

.wlx-v15-rack-art {
    position: relative;
    display: grid;
    max-width: 430px;
    width: 100%;
    margin-left: auto;
    padding: 21px;
    gap: 11px;
    border: 1px solid rgba(74, 104, 255, .3);
    border-radius: 15px;
    background: rgba(4, 8, 20, .75);
    box-shadow: 0 34px 80px rgba(0, 0, 0, .42);
}

.wlx-v15-rack-art > div {
    display: flex;
    height: 56px;
    padding: 0 15px;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(121, 141, 195, .18);
    border-radius: 6px;
    background: linear-gradient(90deg, #111a35, #090f21);
}

.wlx-v15-rack-art i { width: 6px; height: 6px; border-radius: 50%; background: #34d399; box-shadow: 0 0 8px rgba(52, 211, 153, .8); }
.wlx-v15-rack-art i:nth-child(2) { background: #18d7ff; box-shadow: 0 0 8px rgba(24, 215, 255, .8); }
.wlx-v15-rack-art b { width: 56%; height: 12px; margin-left: auto; border-radius: 3px; background: repeating-linear-gradient(90deg, #253251 0 4px, transparent 4px 7px); }

.wlx-v15-lir-art {
    position: relative;
    display: grid;
    width: 340px;
    height: 340px;
    margin: 0 auto;
    place-items: center;
    border: 1px solid rgba(62, 103, 255, .34);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(44, 85, 255, .25), rgba(6, 11, 29, .2) 64%);
    box-shadow: inset 0 0 65px rgba(33, 74, 255, .12), 0 0 80px rgba(30, 65, 255, .13);
}

.wlx-v15-lir-art::before,
.wlx-v15-lir-art::after {
    content: "";
    position: absolute;
    border: 1px dashed rgba(24, 215, 255, .23);
    border-radius: 50%;
}

.wlx-v15-lir-art::before { inset: 34px; }
.wlx-v15-lir-art::after { inset: 73px; }
.wlx-v15-lir-art strong { display: grid; width: 105px; height: 105px; place-items: center; color: #fff; border: 1px solid rgba(24, 215, 255, .42); border-radius: 27px; background: #0b1944; font-size: 25px; box-shadow: 0 0 40px rgba(24, 119, 255, .28); }
.wlx-v15-lir-art span { position: absolute; display: grid; width: 53px; height: 53px; place-items: center; color: var(--wlx15-cyan); border: 1px solid rgba(24, 215, 255, .27); border-radius: 50%; background: #09132f; font-size: 10px; font-weight: 900; }
.wlx-v15-lir-art span:nth-child(1) { top: 17px; left: 143px; }
.wlx-v15-lir-art span:nth-child(2) { right: 13px; bottom: 75px; }
.wlx-v15-lir-art span:nth-child(3) { left: 13px; bottom: 75px; }

.wlx-v15-contact {
    padding: 25px 0 120px;
    background: var(--wlx15-bg);
}

.wlx-v15-contact-card {
    padding: 80px 34px;
    border: 1px solid rgba(65, 104, 255, .38);
    border-radius: 22px;
    background:
        radial-gradient(circle at 50% 110%, rgba(30, 99, 255, .26), transparent 43%),
        linear-gradient(135deg, #0a1128, #070a14);
    text-align: center;
}

.wlx-v15-contact-card h2 { margin-left: auto; margin-right: auto; }
.wlx-v15-contact-card p { max-width: 680px; margin: 0 auto 27px; color: var(--wlx15-muted); font-size: 14px; line-height: 1.7; }

body.wlx-home-page .wlx-footer {
    border-top: 1px solid rgba(148, 163, 184, .12);
    background: #03050b !important;
}

@media (max-width: 1199px) {
    .wlx-v15-hero-inner { gap: 42px; }
    .wlx-v15-service-panel { padding: 52px; gap: 42px; }
}

@media (max-width: 991px) {
    body.wlx-home-page .wlx-site-header .wlx-main-nav { display: none !important; }
    .wlx-v15-hero { min-height: auto; padding: 125px 0 75px; }
    .wlx-v15-hero-inner { grid-template-columns: 1fr; }
    .wlx-v15-hero-copy { text-align: center; }
    .wlx-v15-hero-copy > p { margin-left: auto; margin-right: auto; }
    .wlx-v15-hero-actions { justify-content: center; }
    .wlx-v15-hero-console { width: min(600px, 100%); margin: 10px auto 0; transform: none; }
    .wlx-v15-service-panel,
    .wlx-v15-service-panel-reverse { grid-template-columns: 1fr; padding: 48px; }
    .wlx-v15-service-panel-reverse .wlx-v15-lir-art { grid-row: 2; }
    .wlx-v15-rack-art { margin: 0 auto; }
}

@media (max-width: 767px) {
    .wlx-v15-hero { padding: 105px 0 60px; }
    .wlx-v15-hero-copy h1 { font-size: 45px; }
    .wlx-v15-hero-copy > p { font-size: 15px; line-height: 1.65; }
    .wlx-v15-hero-console { min-height: 330px; }
    .wlx-v15-console-grid { height: 285px; }
    .wlx-v15-console-grid > div { padding: 18px; }
    .wlx-v15-console-grid strong { font-size: 30px; }
    .wlx-v15-dedicated { padding: 78px 0 85px; }
    .wlx-v15-server-group > header { align-items: flex-start; }
    .wlx-v15-group-link { display: none; }
    .wlx-v15-server-table { min-width: 0; table-layout: auto; }
    .wlx-v15-server-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
    .wlx-v15-server-table,
    .wlx-v15-server-table tbody,
    .wlx-v15-server-table tr,
    .wlx-v15-server-table td { display: block; width: 100%; }
    .wlx-v15-server-table tr { display: grid; padding: 18px; grid-template-columns: 1fr 1fr; gap: 15px 18px; border-bottom: 1px solid var(--wlx15-line); }
    .wlx-v15-server-table tr:last-child { border-bottom: 0; }
    .wlx-v15-server-table td { padding: 0; border: 0; }
    .wlx-v15-server-table td::before { content: attr(data-label); display: block; margin-bottom: 5px; color: #64718e; font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
    .wlx-v15-server-table td:first-child,
    .wlx-v15-server-table .wlx-v15-order-cell { grid-column: 1 / -1; }
    .wlx-v15-order-cell { text-align: left !important; }
    .wlx-v15-order-button { width: 100%; min-height: 38px; }
    .wlx-v15-service-section { padding: 20px 0 70px; }
    .wlx-v15-service-panel,
    .wlx-v15-service-panel-reverse { min-height: 0; padding: 38px 25px; gap: 40px; }
    .wlx-v15-service-number { font-size: 70px; }
    .wlx-v15-lir-art { width: 260px; height: 260px; }
    .wlx-v15-lir-art span:nth-child(1) { top: 5px; left: 103px; }
    .wlx-v15-lir-art span:nth-child(2) { right: 2px; bottom: 53px; }
    .wlx-v15-lir-art span:nth-child(3) { left: 2px; bottom: 53px; }
    .wlx-v15-contact { padding-bottom: 80px; }
    .wlx-v15-contact-card { padding: 58px 22px; }
}

@media (max-width: 480px) {
    .wlx-v15-hero-copy h1 { font-size: 38px; }
    .wlx-v15-hero-actions { flex-direction: column; }
    .wlx-v15-button { width: 100%; }
    .wlx-v15-console-grid { grid-template-columns: 1fr 1fr; }
    .wlx-v15-server-table tr { grid-template-columns: 1fr; }
    .wlx-v15-server-table td:first-child,
    .wlx-v15-server-table .wlx-v15-order-cell { grid-column: auto; }
    .wlx-v15-empty-state { padding: 34px 22px; }
}

/* WLX v16 cinematic datacenter hero */
.wlx-v16-hero {
    position: relative;
    display: flex;
    min-height: 790px;
    padding: 132px 0 72px;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(ellipse at 50% 30%, rgba(20, 57, 157, .3), transparent 43%),
        radial-gradient(ellipse at 15% 25%, rgba(0, 200, 255, .12), transparent 31%),
        radial-gradient(ellipse at 88% 23%, rgba(58, 62, 255, .15), transparent 30%),
        linear-gradient(180deg, #05091a 0%, #02040b 76%, #03050b 100%);
}

.wlx-v16-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(3, 5, 11, .16), rgba(3, 5, 11, .56) 32%, rgba(3, 5, 11, .56) 68%, rgba(3, 5, 11, .16)),
        linear-gradient(180deg, rgba(3, 5, 11, .02), rgba(3, 5, 11, .16) 57%, #03050b 97%);
    pointer-events: none;
}

.wlx-v16-floor-grid {
    position: absolute;
    right: -15%;
    bottom: -260px;
    left: -15%;
    height: 500px;
    z-index: -1;
    opacity: .3;
    background-image:
        linear-gradient(rgba(38, 102, 255, .34) 1px, transparent 1px),
        linear-gradient(90deg, rgba(38, 102, 255, .34) 1px, transparent 1px);
    background-size: 80px 52px;
    transform: perspective(390px) rotateX(58deg);
    transform-origin: center top;
    mask-image: linear-gradient(to bottom, transparent 2%, #000 35%, transparent 90%);
}

.wlx-v16-hero-scene {
    position: absolute;
    inset: 74px 0 0;
    z-index: -2;
    pointer-events: none;
}

.wlx-v16-light-beam {
    position: absolute;
    top: -120px;
    width: 280px;
    height: 780px;
    opacity: .18;
    background: linear-gradient(180deg, rgba(27, 224, 255, .6), transparent 78%);
    filter: blur(28px);
}

.wlx-v16-beam-left { left: -70px; transform: rotate(-13deg); }
.wlx-v16-beam-right { right: -70px; transform: rotate(13deg); background: linear-gradient(180deg, rgba(65, 74, 255, .66), transparent 78%); }

.wlx-v16-rack {
    position: absolute;
    top: 52px;
    display: grid;
    width: 238px;
    padding: 15px;
    gap: 9px;
    opacity: .78;
    border: 1px solid rgba(72, 116, 255, .33);
    border-radius: 13px;
    background: linear-gradient(145deg, rgba(14, 27, 62, .93), rgba(3, 8, 20, .96));
    box-shadow: 0 42px 95px rgba(0, 0, 0, .55), inset 0 0 35px rgba(44, 82, 190, .1);
}

.wlx-v16-rack::before,
.wlx-v16-rack::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    border: 1px solid rgba(130, 150, 210, .12);
    background: #080e20;
}

.wlx-v16-rack::before { left: 5px; }
.wlx-v16-rack::after { right: 5px; }
.wlx-v16-rack-left { left: -35px; transform: perspective(1000px) rotateY(13deg) rotateX(1deg); }
.wlx-v16-rack-right { right: -35px; transform: perspective(1000px) rotateY(-13deg) rotateX(1deg); }

.wlx-v16-rack-top {
    display: flex;
    height: 28px;
    padding: 0 6px;
    align-items: center;
    color: #51617e;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .17em;
}

.wlx-v16-rack-top i {
    width: 6px;
    height: 6px;
    margin-left: auto;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 12px rgba(52, 211, 153, .9);
}

.wlx-v16-server-unit {
    position: relative;
    display: flex;
    height: 68px;
    padding: 0 14px;
    align-items: center;
    gap: 7px;
    overflow: hidden;
    border: 1px solid rgba(119, 139, 192, .17);
    border-radius: 5px;
    background: linear-gradient(90deg, #101a33, #080e1f 67%, #0d1730);
    box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}

.wlx-v16-server-unit::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .34;
    background: repeating-linear-gradient(90deg, transparent 0 7px, rgba(124, 145, 196, .1) 7px 8px);
}

.wlx-v16-server-unit b {
    position: relative;
    width: 27px;
    height: 27px;
    margin-right: 5px;
    border: 1px solid #2a3858;
    border-radius: 50%;
    background: repeating-radial-gradient(circle, #172440 0 2px, #0a1123 2px 4px);
}

.wlx-v16-server-unit i {
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2e405f;
}

.wlx-v16-server-unit i:nth-of-type(1) { background: #34d399; box-shadow: 0 0 8px rgba(52, 211, 153, .8); }
.wlx-v16-server-unit i:nth-of-type(2) { background: #1bd8ff; box-shadow: 0 0 8px rgba(27, 216, 255, .78); }
.wlx-v16-server-unit em {
    position: relative;
    width: 62px;
    height: 12px;
    margin-left: auto;
    border-radius: 2px;
    background: repeating-linear-gradient(90deg, #293753 0 3px, transparent 3px 6px);
}

.wlx-v16-server-unit-active {
    border-color: rgba(27, 216, 255, .38);
    background: linear-gradient(90deg, #12254a, #09172f 67%, #102754);
    box-shadow: inset 0 0 22px rgba(27, 216, 255, .08), 0 0 22px rgba(27, 118, 255, .08);
}

.wlx-v16-network-core {
    position: absolute;
    top: 15px;
    left: 50%;
    width: min(920px, 72vw);
    height: 485px;
    opacity: .28;
    transform: translateX(-50%);
}

.wlx-v16-network-core::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(24, 104, 255, .24), rgba(6, 13, 36, .03) 60%, transparent 70%);
    filter: blur(5px);
    transform: translate(-50%, -50%);
}

.wlx-v16-network-core svg {
    position: absolute;
    inset: 35px 0 0;
    width: 100%;
    height: 410px;
    overflow: visible;
}

.wlx-v16-network-core path {
    fill: none;
    stroke: #20cfff;
    stroke-width: 1.2;
    stroke-dasharray: 8 10;
    filter: drop-shadow(0 0 7px rgba(32, 207, 255, .65));
    animation: wlxV16DataFlow 8s linear infinite;
}

.wlx-v16-network-core path:nth-child(2),
.wlx-v16-network-core path:nth-child(4) { stroke: #4a65ff; animation-direction: reverse; }

@keyframes wlxV16DataFlow { to { stroke-dashoffset: -180; } }

.wlx-v16-core-chip {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 135px;
    height: 135px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 214, 255, .8);
    border-radius: 31px;
    background: rgba(8, 25, 64, .95);
    box-shadow: 0 0 60px rgba(25, 119, 255, .4), inset 0 0 33px rgba(23, 214, 255, .12);
    transform: translate(-50%, -50%) rotate(45deg);
}

.wlx-v16-core-chip > * { transform: rotate(-45deg); }
.wlx-v16-core-chip span { color: #7ba7ff; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.wlx-v16-core-chip strong { margin: 3px 0; color: #fff; font-size: 28px; line-height: 1; }
.wlx-v16-core-chip small { color: #23e6ff; font-size: 8px; letter-spacing: .12em; }

.wlx-v16-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(39, 167, 255, .25);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.wlx-v16-orbit-one { width: 270px; height: 270px; animation: wlxV16Spin 24s linear infinite; }
.wlx-v16-orbit-two { width: 390px; height: 390px; border-style: dashed; animation: wlxV16Spin 34s linear infinite reverse; }
.wlx-v16-orbit i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #23d9ff; box-shadow: 0 0 14px #23d9ff; }
.wlx-v16-orbit i:first-child { top: 20%; left: 5%; }
.wlx-v16-orbit i:nth-child(2) { right: 9%; bottom: 22%; background: #5c70ff; box-shadow: 0 0 14px #5c70ff; }
.wlx-v16-orbit i:nth-child(3) { bottom: -4px; left: 49%; }
@keyframes wlxV16Spin { to { transform: translate(-50%, -50%) rotate(360deg); } }

.wlx-v16-route-node {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #24dcff;
    border-radius: 50%;
    background: #081329;
    box-shadow: 0 0 15px rgba(36, 220, 255, .8);
}

.wlx-v16-node-a { top: 166px; left: 5%; }
.wlx-v16-node-b { top: 306px; left: 6%; }
.wlx-v16-node-c { top: 162px; right: 5%; }
.wlx-v16-node-d { top: 300px; right: 5%; }

.wlx-v16-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 570px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wlx-v16-hero-copy {
    max-width: 1010px;
    margin: 0 auto;
    text-align: center;
}

.wlx-v16-kicker {
    display: inline-flex;
    padding: 9px 14px;
    align-items: center;
    gap: 9px;
    color: #a9bbd8;
    border: 1px solid rgba(116, 143, 201, .2);
    border-radius: 999px;
    background: rgba(7, 13, 29, .72);
    backdrop-filter: blur(12px);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
}

.wlx-v16-kicker i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 11px rgba(52, 211, 153, .9);
}

.wlx-v16-hero-copy h1 {
    margin: 25px 0 24px;
    color: #fff !important;
    font-family: Raleway, "Open Sans", sans-serif;
    font-size: clamp(60px, 7.3vw, 104px);
    line-height: .91;
    font-weight: 850;
    letter-spacing: -.062em;
    text-shadow: 0 18px 55px rgba(0, 0, 0, .68);
}

.wlx-v16-hero-copy h1 span {
    color: transparent;
    background: linear-gradient(90deg, #18d9ff 10%, #55a9ff 54%, #8294ff 91%);
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 10px 32px rgba(30, 109, 255, .18));
}

.wlx-v16-hero-copy > p {
    max-width: 810px;
    margin: 0 auto;
    color: #b4bfd1;
    font-size: 17px;
    line-height: 1.75;
    text-shadow: 0 4px 18px #02040b;
}

.wlx-v16-hero-actions {
    display: flex;
    margin-top: 32px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
}

.wlx-v16-hero-actions .wlx-v15-button {
    min-width: 176px;
    min-height: 51px;
    backdrop-filter: blur(12px);
}

.wlx-v16-capability-bar {
    display: grid;
    width: min(920px, 100%);
    margin-top: 58px;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid rgba(92, 121, 190, .2);
    border-radius: 15px;
    background: rgba(5, 11, 27, .72);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .28);
    backdrop-filter: blur(16px);
}

.wlx-v16-capability-bar > div {
    position: relative;
    display: grid;
    min-height: 80px;
    padding: 18px 18px 18px 53px;
    align-content: center;
    border-right: 1px solid rgba(92, 121, 190, .16);
}

.wlx-v16-capability-bar > div:last-child { border-right: 0; }
.wlx-v16-capability-bar i { position: absolute; top: 27px; left: 21px; width: 14px; height: 14px; border: 2px solid #26d9ff; border-radius: 4px; box-shadow: 0 0 12px rgba(38, 217, 255, .35); }
.wlx-v16-capability-bar i::after { content: ""; position: absolute; inset: 3px; border-radius: 1px; background: #26d9ff; }
.wlx-v16-capability-bar span { color: #667693; font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.wlx-v16-capability-bar strong { margin-top: 4px; color: #eaf0ff; font-size: 12px; font-weight: 800; }

@media (max-width: 1199px) {
    .wlx-v16-rack { width: 205px; opacity: .55; }
    .wlx-v16-rack-left { left: -75px; }
    .wlx-v16-rack-right { right: -75px; }
    .wlx-v16-network-core { width: 80vw; }
}

@media (max-width: 991px) {
    .wlx-v16-hero { min-height: 740px; padding-top: 115px; }
    .wlx-v16-rack { top: 100px; width: 180px; opacity: .35; }
    .wlx-v16-rack-left { left: -105px; }
    .wlx-v16-rack-right { right: -105px; }
    .wlx-v16-network-core { width: 98vw; opacity: .2; }
    .wlx-v16-capability-bar { grid-template-columns: repeat(2, 1fr); }
    .wlx-v16-capability-bar > div:nth-child(2) { border-right: 0; }
    .wlx-v16-capability-bar > div:nth-child(-n+2) { border-bottom: 1px solid rgba(92, 121, 190, .16); }
}

@media (max-width: 767px) {
    .wlx-v16-hero { min-height: 690px; padding: 105px 0 58px; }
    .wlx-v16-hero-inner { min-height: 525px; }
    .wlx-v16-hero-copy h1 { margin-top: 20px; font-size: 57px; line-height: .94; }
    .wlx-v16-hero-copy > p { font-size: 14px; line-height: 1.65; }
    .wlx-v16-kicker { font-size: 7px; letter-spacing: .12em; }
    .wlx-v16-rack { top: 170px; opacity: .23; transform: none; }
    .wlx-v16-rack-left { left: -125px; }
    .wlx-v16-rack-right { right: -125px; }
    .wlx-v16-network-core { top: 90px; opacity: .14; }
    .wlx-v16-hero-actions { width: 100%; }
    .wlx-v16-capability-bar { margin-top: 40px; }
}

@media (max-width: 480px) {
    .wlx-v16-hero-copy h1 { font-size: 47px; }
    .wlx-v16-hero-actions { flex-direction: column; }
    .wlx-v16-capability-bar > div { min-height: 70px; padding: 14px 10px 14px 42px; }
    .wlx-v16-capability-bar i { top: 23px; left: 14px; }
    .wlx-v16-capability-bar strong { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    .wlx-v16-network-core path,
    .wlx-v16-orbit-one,
    .wlx-v16-orbit-two { animation: none; }
}
