/* WLX v20 — restrained white marketing homepage and Contact page.
   Marketing layout is scoped to .wlx-home-page; WHMCS pages retain their
   original navigation structure with a separate minimal visual layer below. */

:root {
    --wlx19-ink: #0b0b0c;
    --wlx19-copy: #363638;
    --wlx19-muted: #717175;
    --wlx19-soft: #f6f6f4;
    --wlx19-line: #dededb;
    --wlx19-line-dark: #bcbcb7;
    --wlx19-paper: #ffffff;
    --wlx19-green: #16865b;
    --wlx19-orange: #e78117;
}

html.wlx-home-html {
    background: var(--wlx19-paper);
    color-scheme: light;
    scroll-behavior: smooth;
}

body.wlx-home-page {
    background: var(--wlx19-paper) !important;
    color: var(--wlx19-ink) !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 15px;
    line-height: 1.65;
}

body.wlx-home-page *,
body.wlx-home-page *::before,
body.wlx-home-page *::after {
    box-sizing: border-box;
}

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 {
    position: relative;
    z-index: 1;
    overflow: visible;
    background: var(--wlx19-paper) !important;
    color: var(--wlx19-ink) !important;
}

body.wlx-home-page .wlx-container {
    width: min(calc(100% - 48px), 1180px);
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}

body.wlx-home-page a {
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

/* Header: homepage only */
body.wlx-home-page .wlx-site-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
    transform: none !important;
    border-bottom: 1px solid rgba(11, 11, 12, .10) !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: none !important;
    color: var(--wlx19-ink) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
}

body.wlx-home-page .wlx-header-inner {
    width: min(calc(100% - 48px), 1180px) !important;
    min-height: 72px !important;
    height: 72px !important;
    margin: 0 auto !important;
}

body.wlx-home-page .wlx-brand {
    gap: 9px !important;
    color: var(--wlx19-ink) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: .16em !important;
}

body.wlx-home-page .wlx-site-favicon-logo {
    color: var(--wlx19-ink) !important;
    filter: none !important;
}

body.wlx-home-page .wlx-brand-main {
    color: var(--wlx19-ink) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: .17em !important;
}

body.wlx-home-page .wlx-main-nav {
    height: 72px !important;
    margin-left: 40px !important;
    gap: 30px !important;
}

body.wlx-home-page .wlx-site-header .wlx-nav-link {
    position: relative;
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #3d3d40 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .02em !important;
    text-transform: none !important;
}

body.wlx-home-page .wlx-site-header .wlx-nav-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 17px;
    left: 0;
    height: 1px;
    background: var(--wlx19-ink);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease;
}

body.wlx-home-page .wlx-site-header .wlx-nav-link:hover,
body.wlx-home-page .wlx-site-header .wlx-nav-link:focus,
body.wlx-home-page .wlx-site-header .wlx-nav-active {
    color: var(--wlx19-ink) !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.wlx-home-page .wlx-site-header .wlx-nav-link:hover::after,
body.wlx-home-page .wlx-site-header .wlx-nav-link:focus::after,
body.wlx-home-page .wlx-site-header .wlx-nav-active::after {
    transform: scaleX(1);
    transform-origin: left;
}

body.wlx-home-page .wlx-header-actions {
    gap: 16px !important;
}

body.wlx-home-page .wlx-site-header .wlx-action-link,
body.wlx-home-page .wlx-site-header .wlx-icon-btn {
    min-height: 36px !important;
    padding: 0 4px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #3d3d40 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
}

body.wlx-home-page .wlx-site-header .wlx-action-link:hover,
body.wlx-home-page .wlx-site-header .wlx-action-link:focus,
body.wlx-home-page .wlx-site-header .wlx-icon-btn:hover,
body.wlx-home-page .wlx-site-header .wlx-icon-btn:focus {
    color: var(--wlx19-ink) !important;
    background: transparent !important;
    transform: none !important;
}

body.wlx-home-page .wlx-site-header .wlx-cart-btn {
    width: 34px !important;
    min-width: 34px !important;
    height: 36px !important;
    padding: 0 !important;
}

body.wlx-home-page .wlx-site-header .wlx-cart-count,
body.wlx-home-page .wlx-site-header .wlx-alert-count {
    background: var(--wlx19-ink) !important;
    color: #fff !important;
    box-shadow: none !important;
}

body.wlx-home-page .wlx-language-pill {
    min-height: 34px !important;
    padding: 0 12px !important;
    gap: 7px !important;
    border: 1px solid var(--wlx19-line) !important;
    border-radius: 2px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: var(--wlx19-ink) !important;
    font-size: 11px !important;
}

body.wlx-home-page .wlx-language-pill:hover,
body.wlx-home-page .wlx-language-pill:focus,
body.wlx-home-page .wlx-language-switcher.is-open .wlx-language-pill {
    border-color: var(--wlx19-ink) !important;
    background: #fff !important;
    color: var(--wlx19-ink) !important;
}

body.wlx-home-page .wlx-language-switcher .wlx-dropdown-menu,
body.wlx-home-page .wlx-notification-dropdown .wlx-dropdown-menu {
    border: 1px solid var(--wlx19-line) !important;
    border-radius: 2px !important;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08) !important;
}

body.wlx-home-page .wlx-site-header .wlx-dropdown-menu a,
body.wlx-home-page .wlx-site-header .wlx-dropdown-empty {
    color: var(--wlx19-copy) !important;
}

body.wlx-home-page .wlx-site-header .wlx-dropdown-menu a:hover,
body.wlx-home-page .wlx-site-header .wlx-dropdown-menu a:focus {
    background: var(--wlx19-soft) !important;
    color: var(--wlx19-ink) !important;
}

/* Shared homepage typography */
.wlx-v19-eyebrow,
.wlx-v19-section-head > span,
.wlx-v19-service-card > div:last-child > span,
.wlx-v19-contact-card > div > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--wlx19-copy);
    font-size: 10px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.wlx-v19-eyebrow i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--wlx19-green);
}

.wlx-v19-section {
    position: relative;
    padding: 112px 0;
    background: var(--wlx19-paper);
}

.wlx-v19-section-head {
    width: min(100%, 760px);
    margin: 0 auto 52px;
    text-align: center;
}

.wlx-v19-section-head h2,
.wlx-v19-contact-card h2 {
    margin: 17px 0 17px;
    color: var(--wlx19-ink) !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: clamp(32px, 4.1vw, 52px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -.045em;
}

.wlx-v19-section-head p,
.wlx-v19-contact-card p {
    margin: 0 auto;
    color: var(--wlx19-copy);
    font-size: 15px;
    line-height: 1.75;
}

.wlx-v19-button {
    display: inline-flex;
    min-height: 46px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 1px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

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

.wlx-v19-button-dark {
    border-color: var(--wlx19-ink);
    background: var(--wlx19-ink);
    color: #fff !important;
}

.wlx-v19-button-dark:hover,
.wlx-v19-button-dark:focus {
    border-color: #303034;
    background: #303034;
    color: #fff !important;
}

.wlx-v19-button-link {
    padding-right: 4px;
    padding-left: 4px;
    border-color: transparent;
    background: transparent;
    color: var(--wlx19-ink) !important;
}

.wlx-v19-button-link:hover,
.wlx-v19-button-link:focus {
    text-decoration: underline !important;
}

/* Hero */
.wlx-v19-hero {
    position: relative;
    min-height: 760px;
    padding: 156px 0 0;
    overflow: hidden;
    border-bottom: 1px solid var(--wlx19-line);
    background: #fff;
}

.wlx-v19-hero-lines {
    position: absolute;
    top: 52px;
    left: 50%;
    width: 980px;
    height: 540px;
    transform: translateX(-50%);
    opacity: .20;
    background: repeating-conic-gradient(
        from 262deg at 50% 63%,
        transparent 0deg 4deg,
        #aaa 4.1deg 4.3deg
    );
    mask-image: radial-gradient(ellipse at 50% 63%, #000 0, rgba(0,0,0,.78) 34%, transparent 74%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 63%, #000 0, rgba(0,0,0,.78) 34%, transparent 74%);
    pointer-events: none;
}

.wlx-v19-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wlx-v19-hero-copy {
    width: min(100%, 850px);
    text-align: center;
}

.wlx-v19-hero-copy h1 {
    margin: 22px 0 22px;
    color: var(--wlx19-ink) !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: clamp(50px, 7.1vw, 88px);
    line-height: .98;
    font-weight: 700;
    letter-spacing: -.065em;
}

.wlx-v19-hero-copy h1 span {
    color: var(--wlx19-ink);
    font-weight: 700;
}

.wlx-v19-hero-copy > p {
    width: min(100%, 690px);
    margin: 0 auto;
    color: var(--wlx19-copy);
    font-size: 16px;
    line-height: 1.72;
}

.wlx-v19-hero-actions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.wlx-v19-server-illustration {
    position: relative;
    width: min(100%, 720px);
    margin-top: 58px;
    text-align: center;
}

.wlx-v19-server-chassis {
    display: grid;
    width: 100%;
    height: 88px;
    padding: 12px 15px;
    grid-template-columns: 18px repeat(4, 1fr) 76px 18px;
    gap: 8px;
    border: 2px solid var(--wlx19-ink);
    background: #fff;
}

.wlx-v19-rack-handle {
    border: 1px solid var(--wlx19-ink);
    background: repeating-linear-gradient(0deg, transparent 0 5px, #e8e8e5 5px 6px);
}

.wlx-v19-server-bank {
    display: grid;
    padding: 5px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 4px;
    border: 1px solid var(--wlx19-ink);
}

.wlx-v19-server-bank i {
    display: block;
    border: 1px solid #8c8c8b;
    background: #fafaf8;
}

.wlx-v19-server-control {
    display: flex;
    padding: 8px;
    align-items: flex-end;
    gap: 7px;
    border: 1px solid var(--wlx19-ink);
}

.wlx-v19-server-control i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--wlx19-green);
}

.wlx-v19-server-control i:nth-child(2) {
    background: var(--wlx19-orange);
}

.wlx-v19-server-control b {
    width: 24px;
    height: 13px;
    margin-left: auto;
    border: 1px solid var(--wlx19-ink);
}

.wlx-v19-server-illustration small {
    display: block;
    margin-top: 12px;
    color: var(--wlx19-muted);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .18em;
}

.wlx-v19-capabilities {
    display: grid;
    width: 100%;
    margin-top: 64px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--wlx19-line);
}

.wlx-v19-capabilities > div {
    min-height: 92px;
    padding: 22px 24px;
    border-right: 1px solid var(--wlx19-line);
}

.wlx-v19-capabilities > div:last-child {
    border-right: 0;
}

.wlx-v19-capabilities span,
.wlx-v19-capabilities strong {
    display: block;
}

.wlx-v19-capabilities span {
    color: var(--wlx19-muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.wlx-v19-capabilities strong {
    margin-top: 5px;
    color: var(--wlx19-ink);
    font-size: 15px;
    font-weight: 700;
}

/* Dedicated inventory */
.wlx-v19-dedicated {
    scroll-margin-top: 72px;
}

.wlx-v19-location-tabs {
    display: flex;
    margin: -16px 0 28px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.wlx-v19-location-tabs a {
    display: inline-flex;
    min-height: 34px;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--wlx19-line);
    border-radius: 1px;
    background: #fff;
    color: var(--wlx19-copy) !important;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none !important;
}

.wlx-v19-location-tabs a:hover,
.wlx-v19-location-tabs a:focus {
    border-color: var(--wlx19-ink);
    color: var(--wlx19-ink) !important;
}

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

.wlx-v19-server-group {
    scroll-margin-top: 92px;
    overflow: hidden;
    border: 1px solid var(--wlx19-line);
    border-radius: 1px;
    background: #fff;
}

.wlx-v19-server-group > header {
    display: flex;
    min-height: 96px;
    padding: 20px 24px;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid var(--wlx19-line);
    background: #fff;
}

.wlx-v19-location-code {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    border: 1px solid var(--wlx19-ink);
    color: var(--wlx19-ink);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
}

.wlx-v19-location-heading {
    min-width: 0;
}

.wlx-v19-location-heading h3 {
    margin: 0 0 3px;
    color: var(--wlx19-ink) !important;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.025em;
}

.wlx-v19-location-heading p {
    margin: 0;
    color: var(--wlx19-muted);
    font-size: 10px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.wlx-v19-group-link {
    margin-left: auto;
    color: var(--wlx19-ink) !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
}

.wlx-v19-group-link:hover,
.wlx-v19-group-link:focus {
    text-decoration: underline !important;
}

.wlx-v19-server-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.wlx-v19-server-table {
    width: 100%;
    min-width: 950px;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
    color: var(--wlx19-copy);
}

.wlx-v19-server-table th,
.wlx-v19-server-table td {
    border-right: 0;
    border-left: 0;
    text-align: left;
    vertical-align: middle;
}

.wlx-v19-server-table th {
    padding: 13px 18px;
    border-bottom: 1px solid var(--wlx19-line);
    background: var(--wlx19-soft);
    color: var(--wlx19-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.wlx-v19-server-table td {
    padding: 18px;
    border-bottom: 1px solid #ececea;
    color: var(--wlx19-copy);
    font-size: 14px;
    line-height: 1.45;
}

.wlx-v19-server-table tbody tr {
    transition: background .16s ease;
}

.wlx-v19-server-table tbody tr:hover {
    background: #fafaf8;
}

.wlx-v19-server-table tbody tr:last-child td {
    border-bottom: 0;
}

.wlx-v19-server-table th:nth-child(1) { width: 27%; }
.wlx-v19-server-table th:nth-child(2) { width: 12%; }
.wlx-v19-server-table th:nth-child(3) { width: 18%; }
.wlx-v19-server-table th:nth-child(4) { width: 18%; }
.wlx-v19-server-table th:nth-child(5) { width: 15%; }
.wlx-v19-server-table th:nth-child(6) { width: 10%; }

.wlx-v19-server-table td > strong {
    display: block;
    color: var(--wlx19-ink) !important;
    font-size: 15px;
    font-weight: 700;
}

.wlx-v19-server-table td > small {
    display: block;
    margin-top: 3px;
    color: var(--wlx19-muted) !important;
    font-size: 11px;
}

.wlx-v19-deploy-badge,
.wlx-v19-stock {
    display: inline-flex;
    margin-top: 7px;
    align-items: center;
    gap: 6px;
    color: var(--wlx19-green);
    font-size: 10px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.wlx-v19-stock::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
}

.wlx-v19-stock.is-low {
    color: var(--wlx19-orange);
}

.wlx-v19-stock.is-out {
    color: #9b3a3a;
}

.wlx-v19-price-cell strong {
    color: var(--wlx19-ink) !important;
    font-size: 17px !important;
}

.wlx-v19-order-cell {
    text-align: right !important;
}

.wlx-v19-order-button {
    display: inline-flex;
    min-width: 78px;
    min-height: 34px;
    padding: 0 14px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--wlx19-ink);
    border-radius: 1px;
    background: var(--wlx19-ink);
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
}

.wlx-v19-order-button:hover,
.wlx-v19-order-button:focus {
    background: #303034;
}

.wlx-v19-order-button.is-disabled {
    border-color: var(--wlx19-line);
    background: var(--wlx19-soft);
    color: #8a8a8d !important;
    cursor: not-allowed;
}

.wlx-v19-sold-out {
    opacity: .62;
}

.wlx-v19-empty-row {
    padding: 32px !important;
    color: var(--wlx19-muted) !important;
    text-align: center !important;
}

.wlx-v19-empty-state {
    padding: 60px 30px;
    border: 1px solid var(--wlx19-line);
    background: var(--wlx19-soft);
    text-align: center;
}

.wlx-v19-empty-state > span {
    color: var(--wlx19-muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
}

.wlx-v19-empty-state h3 {
    margin: 14px 0;
    color: var(--wlx19-ink) !important;
    font-size: 26px;
    font-weight: 700;
}

.wlx-v19-empty-state p {
    width: min(100%, 620px);
    margin: 0 auto 22px;
    color: var(--wlx19-copy);
}

.wlx-v19-empty-state a {
    color: var(--wlx19-ink) !important;
    font-size: 12px;
    font-weight: 700;
}

/* Network */
.wlx-v19-network {
    border-top: 1px solid var(--wlx19-line);
    border-bottom: 1px solid var(--wlx19-line);
    background: var(--wlx19-soft);
}

.wlx-v19-network-grid {
    display: grid;
    grid-template-columns: 1.55fr 1fr 1fr;
    border-top: 1px solid var(--wlx19-line);
    border-left: 1px solid var(--wlx19-line);
    background: #fff;
}

.wlx-v19-network-card {
    position: relative;
    min-height: 270px;
    padding: 32px;
    overflow: hidden;
    border-right: 1px solid var(--wlx19-line);
    border-bottom: 1px solid var(--wlx19-line);
    background: #fff;
}

.wlx-v19-network-card-wide {
    grid-row: span 2;
    min-height: 540px;
}

.wlx-v19-network-card > span {
    display: block;
    color: var(--wlx19-muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
}

.wlx-v19-network-card > strong {
    display: block;
    margin: 14px 0 16px;
    color: var(--wlx19-ink);
    font-size: clamp(38px, 4.6vw, 64px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.055em;
}

.wlx-v19-network-card > p {
    width: min(100%, 420px);
    margin: 0;
    color: var(--wlx19-copy);
    font-size: 13px;
    line-height: 1.7;
}

.wlx-v19-card-index {
    position: absolute;
    top: 24px;
    right: 26px;
    color: #b2b2af;
    font-size: 10px;
    font-weight: 700;
}

.wlx-v19-route-art {
    position: absolute;
    right: 30px;
    bottom: 34px;
    left: 30px;
    width: calc(100% - 60px);
    height: auto;
}

.wlx-v19-route-art path {
    fill: none;
    stroke: var(--wlx19-ink);
    stroke-width: 1.6;
}

.wlx-v19-route-art path:nth-child(2) {
    stroke: #c8c8c4;
    stroke-dasharray: 5 6;
}

.wlx-v19-route-art circle {
    fill: #fff;
    stroke: var(--wlx19-ink);
    stroke-width: 2;
}

/* Services */
.wlx-v19-services {
    background: #fff;
}

.wlx-v19-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--wlx19-line);
    border-left: 1px solid var(--wlx19-line);
}

.wlx-v19-service-card {
    display: grid;
    min-height: 560px;
    padding: 42px;
    grid-template-rows: 170px 1fr;
    gap: 34px;
    scroll-margin-top: 92px;
    border-right: 1px solid var(--wlx19-line);
    border-bottom: 1px solid var(--wlx19-line);
    background: #fff;
}

.wlx-v19-service-card h3 {
    margin: 14px 0 15px;
    color: var(--wlx19-ink) !important;
    font-size: clamp(24px, 2.8vw, 35px);
    line-height: 1.14;
    font-weight: 700;
    letter-spacing: -.04em;
}

.wlx-v19-service-card p {
    margin: 0;
    color: var(--wlx19-copy);
    font-size: 13px;
    line-height: 1.72;
}

.wlx-v19-service-card ul {
    display: grid;
    margin: 23px 0;
    padding: 0;
    gap: 9px;
    list-style: none;
}

.wlx-v19-service-card li {
    position: relative;
    padding-left: 16px;
    color: var(--wlx19-copy);
    font-size: 12px;
}

.wlx-v19-service-card li::before {
    content: "";
    position: absolute;
    top: .72em;
    left: 0;
    width: 5px;
    height: 1px;
    background: var(--wlx19-ink);
}

.wlx-v19-service-card a {
    color: var(--wlx19-ink) !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
}

.wlx-v19-service-card a:hover,
.wlx-v19-service-card a:focus {
    text-decoration: underline !important;
}

.wlx-v19-service-icon {
    display: grid;
    width: 100%;
    max-width: 350px;
    height: 150px;
    padding: 18px;
    grid-template-rows: repeat(4, 1fr);
    gap: 7px;
    align-self: end;
    border: 1px solid var(--wlx19-ink);
}

.wlx-v19-service-icon span {
    display: block;
    border: 1px solid #9f9f9c;
    background:
        radial-gradient(circle at 12px 50%, var(--wlx19-green) 0 2px, transparent 2.5px),
        repeating-linear-gradient(90deg, transparent 0 16px, #d7d7d3 16px 17px);
}

.wlx-v19-lir-icon {
    position: relative;
    display: grid;
    width: 230px;
    height: 150px;
    place-items: center;
    align-self: end;
}

.wlx-v19-lir-icon::before,
.wlx-v19-lir-icon::after {
    content: "";
    position: absolute;
    border: 1px solid #c8c8c4;
    border-radius: 50%;
}

.wlx-v19-lir-icon::before {
    inset: 8px 46px;
}

.wlx-v19-lir-icon::after {
    inset: 34px 72px;
}

.wlx-v19-lir-icon strong {
    position: relative;
    z-index: 2;
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border: 1px solid var(--wlx19-ink);
    background: #fff;
    color: var(--wlx19-ink);
    font-size: 16px;
}

.wlx-v19-lir-icon span {
    position: absolute;
    z-index: 3;
    display: grid;
    width: 44px;
    height: 28px;
    place-items: center;
    border: 1px solid var(--wlx19-line-dark);
    background: #fff;
    color: var(--wlx19-copy);
    font-size: 8px;
    font-weight: 700;
}

.wlx-v19-lir-icon span:nth-child(1) { top: 2px; left: 92px; }
.wlx-v19-lir-icon span:nth-child(2) { right: 3px; bottom: 22px; }
.wlx-v19-lir-icon span:nth-child(3) { bottom: 22px; left: 3px; }

/* Presence map */
.wlx-v19-presence {
    border-top: 1px solid var(--wlx19-line);
    background: #fff;
}

.wlx-v19-map {
    position: relative;
    width: min(100%, 980px);
    min-height: 0;
    aspect-ratio: 450 / 241;
    margin: 0 auto;
    overflow: hidden;
}

.wlx-v19-map img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    opacity: .82;
    filter: brightness(0);
}

.wlx-v19-map::after {
    display: none;
}

.wlx-v19-map-point {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--wlx19-ink);
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
    transform: translate(-6.5px, -6.5px);
}

.wlx-v19-map-point i {
    position: relative;
    display: block;
    width: 13px;
    height: 13px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--wlx19-ink);
    box-shadow: 0 0 0 1px var(--wlx19-ink);
}

.wlx-v19-map-point i::after {
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(11, 11, 12, .24);
    border-radius: 50%;
}

.wlx-v19-map-point.is-planned i {
    background: var(--wlx19-orange);
    box-shadow: 0 0 0 1px var(--wlx19-orange);
}

/* Exact equirectangular projection:
   x = (longitude + 180) / 360
   y = (90 - latitude) / 180 */
.wlx-v19-map-point-hk {
    top: 37.6004%;
    left: 81.7137%;
}

.wlx-v19-map-point-sg {
    top: 49.2488%;
    left: 78.8388%;
}

.wlx-v19-map-point-tokyo {
    top: 30.1799%;
    left: 88.7918%;
}

.wlx-v19-map-point-la {
    top: 31.0821%;
    left: 17.1545%;
}

.wlx-v19-location-list {
    width: 100%;
    border-top: 1px solid var(--wlx19-line);
    border-left: 1px solid var(--wlx19-line);
}

.wlx-v19-location-list article {
    display: grid;
    min-height: 100px;
    padding: 22px;
    grid-template-columns: 46px minmax(180px, .9fr) minmax(260px, 1.4fr) auto;
    align-items: center;
    gap: 16px;
    border-right: 1px solid var(--wlx19-line);
    border-bottom: 1px solid var(--wlx19-line);
    background: #fff;
}

.wlx-v19-location-flag {
    display: grid;
    width: 40px;
    height: 28px;
    place-items: center;
    border: 1px solid var(--wlx19-ink);
    color: var(--wlx19-ink);
    font-size: 10px;
    font-weight: 800;
}

.wlx-v19-location-list span {
    display: block;
    color: var(--wlx19-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}

.wlx-v19-location-list h3 {
    margin: 4px 0 0;
    color: var(--wlx19-ink) !important;
    font-size: 18px;
    font-weight: 700;
}

.wlx-v19-location-list p {
    margin: 0;
    color: var(--wlx19-copy);
    font-size: 13px;
}

.wlx-v19-location-list strong {
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.wlx-v19-location-list strong.is-active {
    color: var(--wlx19-green);
}

.wlx-v19-location-list strong.is-planned {
    color: var(--wlx19-orange);
}

/* Contact */
.wlx-v19-contact {
    padding: 24px 0 112px;
    background: #fff;
}

.wlx-v19-contact-card {
    display: grid;
    min-height: 300px;
    padding: 56px 60px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 50px;
    border: 1px solid var(--wlx19-line);
    background: var(--wlx19-soft);
}

.wlx-v19-contact-card > div {
    width: min(100%, 720px);
}

.wlx-v19-contact-card h2 {
    max-width: 680px;
    font-size: clamp(34px, 4.5vw, 54px);
}

.wlx-v19-contact-card p {
    max-width: 650px;
    margin-left: 0;
}

/* Existing footer content, homepage white presentation only */
body.wlx-home-page > .wlx-footer {
    border-top: 1px solid var(--wlx19-line) !important;
    background: #fff !important;
    color: var(--wlx19-copy) !important;
}

body.wlx-home-page .wlx-footer-grid {
    grid-template-columns: minmax(220px, 1.5fr) repeat(4, minmax(120px, 1fr)) !important;
    gap: 34px !important;
}

body.wlx-home-page .wlx-footer-logo,
body.wlx-home-page .wlx-footer-logo strong,
body.wlx-home-page .wlx-footer-col h3 {
    color: var(--wlx19-ink) !important;
}

body.wlx-home-page .wlx-footer-logo span:last-child,
body.wlx-home-page .wlx-footer-brand p,
body.wlx-home-page .wlx-footer-col a,
body.wlx-home-page .wlx-footer-col span,
body.wlx-home-page .wlx-footer-bottom p,
body.wlx-home-page .wlx-footer-bottom a {
    color: var(--wlx19-muted) !important;
}

body.wlx-home-page .wlx-footer-col a:hover,
body.wlx-home-page .wlx-footer-col a:focus,
body.wlx-home-page .wlx-footer-bottom a:hover,
body.wlx-home-page .wlx-footer-bottom a:focus {
    color: var(--wlx19-ink) !important;
}

body.wlx-home-page .wlx-footer-bottom {
    border-top-color: var(--wlx19-line) !important;
}

body.wlx-home-page .wlx-back-to-top {
    border: 1px solid var(--wlx19-line) !important;
    background: #fff !important;
    color: var(--wlx19-ink) !important;
    box-shadow: none !important;
}

/* Reveal motion remains quiet and functional */
body.wlx-home-page .wlx-reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .5s ease, transform .5s ease;
}

body.wlx-home-page .wlx-reveal.active {
    opacity: 1;
    transform: none;
}

/* Tablet */
@media (max-width: 1100px) {
    body.wlx-home-page .wlx-main-nav {
        margin-left: 24px !important;
        gap: 20px !important;
    }

    body.wlx-home-page .wlx-header-actions {
        gap: 10px !important;
    }

    .wlx-v19-network-grid {
        grid-template-columns: 1.3fr 1fr;
    }

    .wlx-v19-network-card-wide {
        grid-row: span 3;
        min-height: 810px;
    }

    body.wlx-home-page .wlx-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.wlx-home-page .wlx-footer-brand {
        grid-column: 1 / -1;
    }
}

/* Mobile navigation breakpoint follows the shared header */
@media (max-width: 991px) {
    body.wlx-home-page .wlx-main-nav,
    body.wlx-home-page .wlx-header-actions {
        display: none !important;
    }

    body.wlx-home-page .wlx-mobile-toolbar {
        display: flex !important;
    }

    body.wlx-home-page .wlx-mobile-cart-shortcut,
    body.wlx-home-page .wlx-mobile-toggle {
        border-color: var(--wlx19-line) !important;
        background: #fff !important;
        color: var(--wlx19-ink) !important;
    }

    body.wlx-home-page .wlx-mobile-toggle span {
        background: var(--wlx19-ink) !important;
    }

    body.wlx-home-page .wlx-mobile-panel {
        top: 72px !important;
        border-top: 1px solid var(--wlx19-line) !important;
        background: rgba(255,255,255,.98) !important;
        color: var(--wlx19-ink) !important;
    }

    body.wlx-home-page .wlx-mobile-menu-item,
    body.wlx-home-page .wlx-mobile-accordion-toggle {
        border-bottom-color: var(--wlx19-line) !important;
        color: var(--wlx19-ink) !important;
    }

    body.wlx-home-page .wlx-mobile-panel-actions {
        border-top-color: var(--wlx19-line) !important;
    }

    .wlx-v19-hero {
        min-height: auto;
        padding-top: 140px;
    }

    .wlx-v19-capabilities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wlx-v19-capabilities > div:nth-child(2) {
        border-right: 0;
    }

    .wlx-v19-capabilities > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--wlx19-line);
    }

    .wlx-v19-service-grid {
        grid-template-columns: 1fr;
    }

    .wlx-v19-service-card {
        min-height: 0;
    }

    .wlx-v19-location-list article {
        grid-template-columns: 46px 1fr auto;
    }

    .wlx-v19-location-list p {
        grid-column: 2 / -1;
    }
}

@media (max-width: 767px) {
    body.wlx-home-page .wlx-container,
    body.wlx-home-page .wlx-header-inner {
        width: min(calc(100% - 30px), 1180px) !important;
    }

    .wlx-v19-section {
        padding: 82px 0;
    }

    .wlx-v19-section-head {
        margin-bottom: 38px;
    }

    .wlx-v19-section-head h2 {
        font-size: 34px;
    }

    .wlx-v19-hero-copy h1 {
        font-size: clamp(46px, 13vw, 68px);
    }

    .wlx-v19-hero-copy > p {
        font-size: 14px;
    }

    .wlx-v19-server-illustration {
        margin-top: 46px;
    }

    .wlx-v19-server-chassis {
        height: 74px;
        padding: 9px;
        grid-template-columns: 12px repeat(4, 1fr) 54px 12px;
        gap: 5px;
    }

    .wlx-v19-server-bank {
        padding: 3px;
        gap: 2px;
    }

    .wlx-v19-network-grid {
        grid-template-columns: 1fr;
    }

    .wlx-v19-network-card,
    .wlx-v19-network-card-wide {
        grid-row: auto;
        min-height: 285px;
    }

    .wlx-v19-network-card-wide {
        min-height: 470px;
    }

    .wlx-v19-service-card {
        padding: 32px 25px;
        grid-template-rows: 150px 1fr;
    }

    .wlx-v19-map {
        min-height: 0;
    }

    .wlx-v19-map img {
        height: 100%;
    }

    .wlx-v19-map-point {
        font-size: 0;
    }

    .wlx-v19-location-list article {
        padding: 18px;
    }

    .wlx-v19-contact {
        padding-bottom: 82px;
    }

    .wlx-v19-contact-card {
        padding: 42px 28px;
        grid-template-columns: 1fr;
        align-items: start;
        gap: 28px;
    }

    .wlx-v19-contact-card h2 {
        font-size: 38px;
    }
}

@media (max-width: 640px) {
    .wlx-v19-server-table {
        min-width: 0;
        table-layout: auto;
    }

    .wlx-v19-server-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }

    .wlx-v19-server-table,
    .wlx-v19-server-table tbody,
    .wlx-v19-server-table tr,
    .wlx-v19-server-table td {
        display: block;
        width: 100%;
    }

    .wlx-v19-server-table tr {
        display: grid;
        padding: 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 18px;
        border-bottom: 1px solid var(--wlx19-line);
    }

    .wlx-v19-server-table tr:last-child {
        border-bottom: 0;
    }

    .wlx-v19-server-table td {
        padding: 0;
        border: 0;
    }

    .wlx-v19-server-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 5px;
        color: var(--wlx19-muted);
        font-size: 8px;
        font-weight: 700;
        letter-spacing: .09em;
        text-transform: uppercase;
    }

    .wlx-v19-server-table td:first-child,
    .wlx-v19-server-table .wlx-v19-order-cell {
        grid-column: 1 / -1;
    }

    .wlx-v19-order-cell {
        text-align: left !important;
    }

    .wlx-v19-order-button {
        width: 100%;
    }

    .wlx-v19-server-group > header {
        padding: 18px;
    }

    .wlx-v19-group-link {
        display: none;
    }

    .wlx-v19-location-list article {
        grid-template-columns: 42px 1fr;
    }

    .wlx-v19-location-list p,
    .wlx-v19-location-list strong {
        grid-column: 2;
    }

    body.wlx-home-page .wlx-footer-grid {
        grid-template-columns: 1fr !important;
    }

    body.wlx-home-page .wlx-footer-brand {
        grid-column: auto;
    }
}

@media (max-width: 480px) {
    .wlx-v19-hero {
        padding-top: 126px;
    }

    .wlx-v19-hero-copy h1 {
        font-size: 46px;
        letter-spacing: -.055em;
    }

    .wlx-v19-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .wlx-v19-button {
        width: 100%;
    }

    .wlx-v19-capabilities > div {
        padding: 18px 14px;
    }

    .wlx-v19-capabilities strong {
        font-size: 13px;
    }

    .wlx-v19-server-chassis {
        grid-template-columns: 10px repeat(3, 1fr) 42px 10px;
    }

    .wlx-v19-server-bank:nth-of-type(4) {
        display: none;
    }

    .wlx-v19-server-table tr {
        grid-template-columns: 1fr;
    }

    .wlx-v19-server-table td:first-child,
    .wlx-v19-server-table .wlx-v19-order-cell {
        grid-column: auto;
    }

    .wlx-v19-service-card {
        padding: 27px 21px;
    }

    .wlx-v19-map {
        min-height: 0;
    }

    .wlx-v19-map img {
        height: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.wlx-home-html {
        scroll-behavior: auto;
    }

    body.wlx-home-page .wlx-reveal,
    .wlx-v19-button,
    body.wlx-home-page .wlx-site-header .wlx-nav-link::after {
        transition: none !important;
    }

    body.wlx-home-page .wlx-reveal {
        opacity: 1;
        transform: none;
    }
}

/* ============================================================
   WLX v20 — marketing navigation, shared wordmark, public
   contact page, minimal footer, and restrained WHMCS polish.
   ============================================================ */

/* Shared WLX / AS150670 wordmark */
.wlx-brand img,
.wlx-footer-logo img {
    display: block;
    width: 100%;
    height: auto;
}

body.wlx-home-page .wlx-header-inner {
    width: min(calc(100% - 48px), 1360px) !important;
}

body.wlx-home-page .wlx-brand-nav {
    min-width: 0;
    gap: 22px !important;
}

body.wlx-home-page .wlx-brand {
    width: 258px;
    min-width: 258px;
    padding: 0 !important;
}

body.wlx-home-page .wlx-main-nav {
    height: 72px !important;
    margin-left: 0 !important;
    gap: 4px !important;
}

body.wlx-home-page .wlx-site-header .wlx-nav-link,
body.wlx-home-page .wlx-v20-nav-toggle {
    display: inline-flex;
    position: relative;
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 10px !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #343438 !important;
    font-family: inherit;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: .01em !important;
    text-transform: none !important;
    cursor: pointer;
}

body.wlx-home-page .wlx-v20-nav-toggle::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 17px;
    left: 10px;
    height: 1px;
    background: var(--wlx19-ink);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease;
}

body.wlx-home-page .wlx-v20-nav-group:hover > .wlx-v20-nav-toggle,
body.wlx-home-page .wlx-v20-nav-group:focus-within > .wlx-v20-nav-toggle,
body.wlx-home-page .wlx-v20-nav-group.is-open > .wlx-v20-nav-toggle {
    color: var(--wlx19-ink) !important;
    background: transparent !important;
}

body.wlx-home-page .wlx-v20-nav-group:hover > .wlx-v20-nav-toggle::after,
body.wlx-home-page .wlx-v20-nav-group:focus-within > .wlx-v20-nav-toggle::after,
body.wlx-home-page .wlx-v20-nav-group.is-open > .wlx-v20-nav-toggle::after {
    transform: scaleX(1);
    transform-origin: left;
}

.wlx-v20-nav-group {
    display: inline-flex;
    position: relative;
    height: 72px;
    align-items: center;
}

body.wlx-home-page .wlx-v20-nav-toggle .wlx-caret {
    width: 6px;
    height: 6px;
    margin: -3px 0 0 2px;
    border: 0;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg);
    transition: transform .18s ease;
}

body.wlx-home-page .wlx-v20-nav-group.is-open .wlx-caret,
body.wlx-home-page .wlx-v20-nav-group:hover .wlx-caret {
    margin-top: 3px;
    transform: rotate(225deg);
}

body.wlx-home-page .wlx-v20-nav-menu {
    top: calc(100% - 6px) !important;
    left: 0 !important;
    width: 410px !important;
    min-width: 410px !important;
    padding: 9px !important;
    overflow: hidden;
    border: 1px solid #1a1a1b !important;
    border-radius: 2px !important;
    background: #fff !important;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .11) !important;
}

body.wlx-home-page .wlx-v20-nav-menu-compact {
    width: 330px !important;
    min-width: 330px !important;
}

body.wlx-home-page .wlx-v20-nav-menu > a {
    display: grid !important;
    min-height: 68px;
    padding: 12px !important;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
    gap: 11px;
    border-radius: 1px !important;
    color: var(--wlx19-ink) !important;
    text-decoration: none !important;
}

body.wlx-home-page .wlx-v20-nav-menu-compact > a {
    min-height: 58px;
    grid-template-columns: 1fr;
}

body.wlx-home-page .wlx-v20-nav-menu > a + a {
    border-top: 1px solid #ececea;
}

body.wlx-home-page .wlx-v20-nav-menu > a:hover,
body.wlx-home-page .wlx-v20-nav-menu > a:focus {
    background: var(--wlx19-soft) !important;
}

.wlx-v20-menu-icon {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid #d5d5d2;
    color: #4f4f52;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
}

body.wlx-home-page .wlx-v20-nav-menu strong,
body.wlx-home-page .wlx-v20-nav-menu small {
    display: block;
}

body.wlx-home-page .wlx-v20-nav-menu strong {
    color: var(--wlx19-ink);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
}

body.wlx-home-page .wlx-v20-nav-menu small {
    margin-top: 4px;
    color: var(--wlx19-muted);
    font-size: 10px;
    line-height: 1.5;
    font-weight: 400;
}

body.wlx-home-page .wlx-header-actions {
    flex: 0 0 auto;
    gap: 12px !important;
}

body.wlx-home-page .wlx-site-header .wlx-login-btn.wlx-action-text {
    min-height: 34px !important;
    padding: 0 2px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--wlx19-ink) !important;
    box-shadow: none !important;
    font-size: 10px !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

.wlx-site-header .wlx-language-menu a {
    justify-content: flex-start;
}

body.wlx-home-page .wlx-language-switcher .wlx-dropdown-menu,
body.wlx-whmcs-nav-mode .wlx-language-switcher .wlx-dropdown-menu {
    width: 126px !important;
    min-width: 126px !important;
    padding: 6px !important;
    border-radius: 2px !important;
}

body.wlx-home-page .wlx-language-menu a,
body.wlx-whmcs-nav-mode .wlx-language-menu a {
    min-height: 38px;
    padding: 9px 10px !important;
    border-radius: 1px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}

/* Dedicated group actions */
.wlx-v20-group-actions {
    display: flex;
    margin-left: auto;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.wlx-v20-group-actions .wlx-v19-group-link {
    margin-left: 0;
    white-space: nowrap;
}

.wlx-v20-group-actions .wlx-v20-network-test {
    color: var(--wlx19-muted) !important;
}

/* Shared minimal footer */
body.wlx-shell > .wlx-footer {
    position: relative;
    padding: 72px 0 28px !important;
    border-top: 1px solid var(--wlx19-line) !important;
    background: #fff !important;
    color: var(--wlx19-copy) !important;
    box-shadow: none !important;
}

body.wlx-shell > .wlx-footer .wlx-container {
    width: min(calc(100% - 48px), 1280px);
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}

body.wlx-shell .wlx-v20-footer-grid {
    grid-template-columns: minmax(250px, 1.55fr) repeat(4, minmax(110px, 1fr)) !important;
    gap: 46px !important;
}

body.wlx-shell .wlx-footer-logo {
    display: block;
    width: min(100%, 280px);
    margin: 0 0 22px !important;
}

body.wlx-shell .wlx-footer-brand p {
    max-width: 320px;
    margin: 0 !important;
    color: #3f3f42 !important;
    font-size: 13px !important;
    line-height: 1.75 !important;
    font-weight: 400 !important;
}

body.wlx-shell .wlx-footer-col h3 {
    margin: 1px 0 18px !important;
    color: #85858a !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: .03em !important;
    text-transform: none !important;
}

body.wlx-shell .wlx-footer-col li + li {
    margin-top: 10px !important;
}

body.wlx-shell .wlx-footer-col a,
body.wlx-shell .wlx-footer-col span {
    color: #171719 !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

body.wlx-shell .wlx-footer-col a {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #d8d8d5;
}

body.wlx-shell .wlx-footer-col a:hover,
body.wlx-shell .wlx-footer-col a:focus {
    border-bottom-color: #111;
    color: #000 !important;
}

body.wlx-shell .wlx-footer-bottom {
    display: flex;
    margin-top: 70px !important;
    padding-top: 24px !important;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid var(--wlx19-line) !important;
}

body.wlx-shell .wlx-footer-bottom p,
body.wlx-shell .wlx-footer-bottom span {
    margin: 0;
    color: #65656a !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    letter-spacing: .02em;
}

body.wlx-shell .wlx-back-to-top {
    display: none !important;
}

/* Public contact page */
body.wlx-contact-page .wlx-home-main-body,
body.wlx-contact-page .wlx-home-main-content {
    background: #fff !important;
}

.wlx-v20-contact-hero {
    position: relative;
    padding: 166px 0 90px;
    overflow: hidden;
    border-bottom: 1px solid var(--wlx19-line);
    background:
        radial-gradient(circle at 50% 140%, rgba(25, 167, 206, .10), transparent 42%),
        #fff;
    text-align: center;
}

.wlx-v20-contact-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 68px;
    opacity: .15;
    background: repeating-linear-gradient(90deg, transparent 0 44px, #8f8f92 45px);
    mask-image: linear-gradient(to bottom, transparent, #000);
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000);
}

.wlx-v20-contact-kicker,
.wlx-v20-global-sales > div > span,
.wlx-v20-region-heading span,
.wlx-v20-region-card > div:last-child > span,
.wlx-v20-enquiry-intro > span {
    display: inline-block;
    color: #5f5f63;
    font-size: 9px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.wlx-v20-contact-hero h1 {
    width: min(100%, 820px);
    margin: 18px auto 20px;
    color: #0b0b0c !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: clamp(42px, 5.5vw, 76px);
    line-height: 1.04;
    font-weight: 700;
    letter-spacing: -.055em;
}

.wlx-v20-contact-hero p {
    width: min(100%, 720px);
    margin: 0 auto;
    color: #4f4f54;
    font-size: 15px;
    line-height: 1.75;
}

.wlx-v20-contact-content {
    padding: 92px 0 120px;
    background: #fff;
}

.wlx-v20-global-sales {
    display: grid;
    min-height: 360px;
    padding: 54px 58px;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr);
    align-items: end;
    gap: 70px;
    background: #101012;
    color: #fff;
}

.wlx-v20-global-sales h2 {
    max-width: 720px;
    margin: 18px 0 19px;
    color: #fff !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: clamp(34px, 4.3vw, 56px);
    line-height: 1.08;
    font-weight: 650;
    letter-spacing: -.045em;
}

.wlx-v20-global-sales p {
    max-width: 700px;
    margin: 0;
    color: #c9c9cc;
    font-size: 14px;
    line-height: 1.75;
}

.wlx-v20-global-sales > div > span {
    color: #8fd7e9;
}

.wlx-v20-global-sales-actions {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.wlx-v20-global-sales-actions > a:first-child {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none !important;
}

.wlx-v19-button-light {
    border-color: #fff;
    background: #fff;
    color: #111 !important;
}

.wlx-v19-button-light:hover,
.wlx-v19-button-light:focus {
    border-color: #dededb;
    background: #dededb;
    color: #111 !important;
}

.wlx-v20-region-heading {
    display: grid;
    margin: 110px 0 40px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
    align-items: end;
    gap: 60px;
}

.wlx-v20-region-heading h2,
.wlx-v20-enquiry-intro h2 {
    max-width: 680px;
    margin: 15px 0 0;
    color: var(--wlx19-ink) !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -.045em;
}

.wlx-v20-region-heading > p {
    margin: 0;
    color: var(--wlx19-copy);
    font-size: 13px;
    line-height: 1.75;
}

.wlx-v20-region-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--wlx19-line);
    border-left: 1px solid var(--wlx19-line);
}

.wlx-v20-region-card {
    display: grid;
    min-height: 270px;
    padding: 34px;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 28px;
    border-right: 1px solid var(--wlx19-line);
    border-bottom: 1px solid var(--wlx19-line);
    background: #fff;
}

.wlx-v20-region-mark {
    display: grid;
    width: 88px;
    height: 88px;
    place-items: center;
    border: 1px solid #1b1b1d;
    color: #111;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .08em;
}

.wlx-v20-region-mark.is-hk { border-top: 8px solid #d93d3d; }
.wlx-v20-region-mark.is-sg { border-top: 8px solid #d93d3d; }
.wlx-v20-region-mark.is-ee { border-top: 8px solid #262626; box-shadow: inset 0 8px 0 #2e83bd; }
.wlx-v20-region-mark.is-us { border-top: 8px solid #2f5d93; box-shadow: inset 0 8px 0 #c74949; }

.wlx-v20-region-card h3 {
    margin: 11px 0 9px;
    color: var(--wlx19-ink) !important;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -.025em;
}

.wlx-v20-region-card p {
    margin: 0 0 24px;
    color: var(--wlx19-copy);
    font-size: 12px;
    line-height: 1.7;
}

.wlx-v20-region-card a {
    color: var(--wlx19-ink) !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
}

.wlx-v20-region-card a:hover,
.wlx-v20-region-card a:focus {
    text-decoration: underline !important;
}

.wlx-v20-enquiry {
    display: grid;
    margin-top: 110px;
    padding-top: 70px;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
    gap: 90px;
    border-top: 1px solid var(--wlx19-line);
    scroll-margin-top: 92px;
}

.wlx-v20-enquiry-intro > p {
    margin: 22px 0;
    color: var(--wlx19-copy);
    font-size: 13px;
    line-height: 1.75;
}

.wlx-v20-enquiry-intro ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wlx-v20-enquiry-intro li {
    position: relative;
    padding: 10px 0 10px 20px;
    border-top: 1px solid var(--wlx19-line);
    color: #4d4d51;
    font-size: 11px;
    line-height: 1.6;
}

.wlx-v20-enquiry-intro li::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 1px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--wlx19-green);
}

.wlx-v20-enquiry-form {
    padding: 38px;
    border: 1px solid var(--wlx19-line);
    background: var(--wlx19-soft);
}

.wlx-v20-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.wlx-v20-field {
    margin-bottom: 19px;
}

.wlx-v20-field label {
    display: block;
    margin: 0 0 7px;
    color: #27272a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .035em;
}

.wlx-v20-enquiry-form .form-control {
    height: 46px;
    padding: 10px 12px;
    border: 1px solid #cececa;
    border-radius: 1px;
    background: #fff;
    box-shadow: none;
    color: #111;
    font-size: 13px;
}

.wlx-v20-enquiry-form textarea.form-control {
    height: auto;
    min-height: 160px;
    resize: vertical;
}

.wlx-v20-enquiry-form .form-control:focus {
    border-color: #111;
    box-shadow: 0 0 0 1px #111;
}

.wlx-v20-captcha {
    margin: 4px 0 20px;
}

/* WHMCS client area: preserve layout, simplify typography and surfaces. */
body.wlx-whmcs-nav-mode {
    background: #fafaf8 !important;
    color: #202023 !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    line-height: 1.6;
}

body.wlx-whmcs-nav-mode > section#main-body {
    background: #fafaf8 !important;
}

body.wlx-whmcs-nav-mode .wlx-header-inner {
    height: 76px !important;
    min-height: 76px !important;
}

body.wlx-whmcs-nav-mode .wlx-brand {
    width: 238px;
    min-width: 238px;
    padding: 0 !important;
}

body.wlx-whmcs-nav-mode .wlx-site-header {
    min-height: 76px !important;
    border-bottom-color: #dededb !important;
}

body.wlx-whmcs-nav-mode .wlx-whmcs-nav-list > li > a,
body.wlx-whmcs-nav-mode .wlx-whmcs-nav-list > li.dropdown > a {
    border-radius: 2px !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

body.wlx-whmcs-nav-mode .wlx-site-header .wlx-action-link,
body.wlx-whmcs-nav-mode .wlx-site-header .wlx-icon-btn,
body.wlx-whmcs-nav-mode .wlx-site-header .wlx-language-pill {
    border-radius: 2px !important;
}

body.wlx-whmcs-nav-mode .panel,
body.wlx-whmcs-nav-mode .card,
body.wlx-whmcs-nav-mode .well,
body.wlx-whmcs-nav-mode .list-group-item,
body.wlx-whmcs-nav-mode .form-control,
body.wlx-whmcs-nav-mode .input-group-addon,
body.wlx-whmcs-nav-mode .modal-content {
    border-radius: 2px !important;
    box-shadow: none !important;
}

body.wlx-whmcs-nav-mode .panel,
body.wlx-whmcs-nav-mode .card,
body.wlx-whmcs-nav-mode .well,
body.wlx-whmcs-nav-mode .list-group-item {
    border-color: #dededb !important;
    background: #fff !important;
}

body.wlx-whmcs-nav-mode .btn {
    border-radius: 2px !important;
    box-shadow: none !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    font-weight: 600;
}

body.wlx-whmcs-nav-mode .btn-primary,
body.wlx-whmcs-nav-mode .btn-success {
    border-color: #151517 !important;
    background: #151517 !important;
    color: #fff !important;
}

body.wlx-whmcs-nav-mode .btn-primary:hover,
body.wlx-whmcs-nav-mode .btn-primary:focus,
body.wlx-whmcs-nav-mode .btn-success:hover,
body.wlx-whmcs-nav-mode .btn-success:focus {
    border-color: #343438 !important;
    background: #343438 !important;
}

body.wlx-whmcs-nav-mode .main-content h1,
body.wlx-whmcs-nav-mode .main-content h2,
body.wlx-whmcs-nav-mode .main-content h3,
body.wlx-whmcs-nav-mode .main-content h4 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 650 !important;
    letter-spacing: -.025em;
}

@media (max-width: 1240px) and (min-width: 992px) {
    body.wlx-home-page .wlx-header-inner {
        width: min(calc(100% - 32px), 1208px) !important;
    }

    body.wlx-home-page .wlx-brand {
        width: 215px;
        min-width: 215px;
    }

    body.wlx-home-page .wlx-brand-nav {
        gap: 12px !important;
    }

    body.wlx-home-page .wlx-site-header .wlx-nav-link,
    body.wlx-home-page .wlx-v20-nav-toggle {
        padding-right: 7px !important;
        padding-left: 7px !important;
        font-size: 10px !important;
    }
}

@media (max-width: 1100px) {
    body.wlx-shell .wlx-v20-footer-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    body.wlx-shell .wlx-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991px) {
    body.wlx-home-page .wlx-brand {
        width: 235px;
        min-width: 235px;
    }

    body.wlx-home-page .wlx-mobile-panel {
        max-height: calc(100vh - 72px);
        overflow-y: auto;
    }

    body.wlx-home-page .wlx-v20-mobile-links .wlx-mobile-accordion {
        border-bottom: 1px solid var(--wlx19-line);
    }

    body.wlx-home-page .wlx-v20-mobile-links .wlx-mobile-accordion-toggle {
        border-bottom: 0 !important;
    }

    body.wlx-home-page .wlx-v20-mobile-links .wlx-mobile-accordion-content {
        padding: 0 0 9px 14px;
        background: #fafaf8;
    }

    body.wlx-home-page .wlx-v20-mobile-links .wlx-mobile-accordion-content a {
        min-height: 40px;
        border: 0;
        color: #3f3f42 !important;
        font-size: 11px;
    }

    .wlx-v20-global-sales {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 42px;
    }

    .wlx-v20-region-heading {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 22px;
    }

    .wlx-v20-enquiry {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    body.wlx-whmcs-nav-mode .wlx-brand {
        width: 220px;
        min-width: 220px;
    }
}

@media (max-width: 767px) {
    body.wlx-shell > .wlx-footer .wlx-container {
        width: min(calc(100% - 30px), 1280px);
    }

    body.wlx-shell .wlx-v20-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 42px 28px !important;
    }

    body.wlx-shell .wlx-footer-brand {
        grid-column: 1 / -1;
    }

    body.wlx-shell .wlx-footer-bottom {
        margin-top: 48px !important;
        align-items: flex-start;
        flex-direction: column;
    }

    .wlx-v20-contact-hero {
        padding: 140px 0 72px;
    }

    .wlx-v20-contact-hero h1 {
        font-size: 44px;
    }

    .wlx-v20-contact-content {
        padding: 64px 0 86px;
    }

    .wlx-v20-global-sales {
        min-height: 0;
        padding: 38px 28px;
    }

    .wlx-v20-global-sales h2 {
        font-size: 38px;
    }

    .wlx-v20-region-heading {
        margin-top: 76px;
    }

    .wlx-v20-region-grid {
        grid-template-columns: 1fr;
    }

    .wlx-v20-enquiry {
        margin-top: 76px;
        padding-top: 54px;
    }

    .wlx-v20-enquiry-form {
        padding: 28px 22px;
    }
}

@media (max-width: 640px) {
    .wlx-v19-server-group > header {
        flex-wrap: wrap;
    }

    .wlx-v20-group-actions {
        width: 100%;
        margin-left: 62px;
        justify-content: flex-start;
        gap: 16px;
    }

    .wlx-v20-group-actions .wlx-v19-group-link {
        display: inline-flex !important;
    }

    .wlx-v20-region-card {
        min-height: 0;
        padding: 26px 22px;
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 19px;
    }

    .wlx-v20-region-mark {
        width: 60px;
        height: 60px;
        font-size: 15px;
    }

    .wlx-v20-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 520px) {
    body.wlx-home-page .wlx-brand,
    body.wlx-whmcs-nav-mode .wlx-brand {
        width: 184px;
        min-width: 184px;
    }

    body.wlx-home-page .wlx-mobile-toolbar,
    body.wlx-whmcs-nav-mode .wlx-mobile-toolbar {
        gap: 6px !important;
    }

    body.wlx-home-page .wlx-language-pill,
    body.wlx-whmcs-nav-mode .wlx-language-pill {
        min-width: 54px !important;
        padding: 0 9px !important;
    }

    .wlx-v20-contact-hero h1 {
        font-size: 38px;
    }

    .wlx-v20-region-card {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   WLX v21 — original wordmark, clearer marketing navigation,
   compact WHMCS navigation, and direct company contact details.
   ============================================================ */

body.wlx-home-page .wlx-header-inner {
    width: min(calc(100% - 48px), 1420px) !important;
}

body.wlx-home-page .wlx-brand-nav {
    gap: 28px !important;
}

body.wlx-home-page .wlx-brand {
    width: 318px;
    min-width: 318px;
}

body.wlx-home-page .wlx-main-nav {
    gap: 6px !important;
}

body.wlx-home-page .wlx-site-header .wlx-nav-link,
body.wlx-home-page .wlx-v20-nav-toggle {
    padding-right: 13px !important;
    padding-left: 13px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
}

body.wlx-home-page .wlx-login-btn,
body.wlx-home-page .wlx-language-pill {
    font-size: 13px !important;
}

body.wlx-shell .wlx-footer-logo {
    width: min(100%, 330px);
}

.wlx-v21-contact-card {
    display: grid;
    min-height: 340px;
    padding: 60px;
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr);
    align-items: stretch;
    gap: 72px;
    border: 1px solid var(--wlx19-line);
    background: #f7f7f5;
}

.wlx-v21-contact-copy {
    display: flex;
    max-width: 700px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.wlx-v21-contact-copy h2 {
    max-width: 680px;
    margin: 0;
    color: #0b0b0c;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: clamp(36px, 4.4vw, 58px);
    line-height: 1.04;
    font-weight: 650;
    letter-spacing: -.052em;
}

.wlx-v21-contact-copy p {
    max-width: 600px;
    margin: 24px 0 30px;
    color: #4f4f54;
    font-size: 15px;
    line-height: 1.75;
}

.wlx-v21-contact-details {
    display: flex;
    margin: 0;
    padding: 34px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #d9d9d6;
    color: #171719;
    font-style: normal;
}

.wlx-v21-contact-details > span {
    margin-bottom: 15px;
    color: #6b6b70;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.wlx-v21-contact-details > strong {
    margin-bottom: 14px;
    color: #111113;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 650;
}

.wlx-v21-contact-details > p {
    margin: 0 0 26px;
    color: #4d4d51;
    font-size: 13px;
    line-height: 1.8;
}

.wlx-v21-contact-details dl {
    width: 100%;
    margin: 0;
}

.wlx-v21-contact-details dl > div {
    display: grid;
    padding: 11px 0;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 14px;
    border-top: 1px solid #d9d9d6;
}

.wlx-v21-contact-details dt,
.wlx-v21-contact-details dd {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}

.wlx-v21-contact-details dt {
    color: #737378;
    font-weight: 500;
}

.wlx-v21-contact-details dd {
    font-weight: 650;
}

.wlx-v21-contact-details a {
    border-bottom: 1px solid #b9b9b6;
    color: #111113 !important;
    text-decoration: none !important;
}

.wlx-v21-contact-details a:hover,
.wlx-v21-contact-details a:focus {
    border-bottom-color: #111113;
}

.wlx-v21-global-contact {
    gap: 12px;
}

.wlx-v21-global-contact > strong {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 650;
}

.wlx-v21-global-contact address {
    margin: 0 0 5px;
    color: #c9c9cc;
    font-size: 13px;
    line-height: 1.7;
    font-style: normal;
}

.wlx-v21-global-contact > a {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600;
    text-decoration: none !important;
}

.wlx-v21-global-contact > a:not(.wlx-v19-button) {
    border-bottom: 1px solid rgba(255, 255, 255, .38);
}

.wlx-v21-global-contact .wlx-v19-button {
    margin-top: 10px;
}

@media (min-width: 992px) {
    body.wlx-whmcs-nav-mode .wlx-header-inner {
        width: min(calc(100% - 24px), 1480px) !important;
        height: 76px !important;
        min-height: 76px !important;
        padding: 0 !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
    }

    body.wlx-whmcs-nav-mode .wlx-brand-nav {
        display: flex !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
        align-items: center !important;
        gap: 8px !important;
    }

    body.wlx-whmcs-nav-mode .wlx-brand {
        width: 215px !important;
        min-width: 215px !important;
        flex: 0 0 215px !important;
    }

    body.wlx-whmcs-nav-mode .wlx-main-nav-whmcs {
        min-width: 0 !important;
        margin-left: 0 !important;
        flex: 0 1 auto !important;
    }

    body.wlx-whmcs-nav-mode .wlx-whmcs-primary-nav {
        display: flex !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 0 !important;
    }

    body.wlx-whmcs-nav-mode .wlx-whmcs-primary-nav > li {
        flex: 0 0 auto !important;
        white-space: nowrap !important;
    }

    body.wlx-whmcs-nav-mode .wlx-whmcs-primary-nav > li > a,
    body.wlx-whmcs-nav-mode .wlx-whmcs-primary-nav > li.dropdown > a {
        display: inline-flex !important;
        height: 44px !important;
        min-height: 44px !important;
        padding: 0 8px !important;
        align-items: center !important;
        font-size: 11.5px !important;
        line-height: 1 !important;
        letter-spacing: 0 !important;
        white-space: nowrap !important;
    }

    body.wlx-whmcs-nav-mode .wlx-header-actions {
        min-width: 0 !important;
        margin-left: auto !important;
        flex: 0 0 auto !important;
        flex-wrap: nowrap !important;
        gap: 5px !important;
    }

    body.wlx-whmcs-nav-mode .wlx-header-actions .wlx-action-link,
    body.wlx-whmcs-nav-mode .wlx-header-actions .wlx-icon-btn,
    body.wlx-whmcs-nav-mode .wlx-header-actions .wlx-language-pill {
        min-width: 0 !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
        font-size: 11.5px !important;
        white-space: nowrap !important;
    }
}

/* ============================================================
   WLX v28 — public About page.
   ============================================================ */

body.wlx-about-page .wlx-home-main-body,
body.wlx-about-page .wlx-home-main-content {
    background: #ffffff !important;
}

.wlx-v28-about-hero {
    padding: 158px 0 88px;
    border-bottom: 1px solid var(--wlx19-line);
    background:
        linear-gradient(90deg, rgba(11, 11, 12, .035) 1px, transparent 1px),
        linear-gradient(rgba(11, 11, 12, .035) 1px, transparent 1px),
        #fafaf8;
    background-size: 44px 44px;
}

.wlx-v28-about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    align-items: end;
    gap: 92px;
}

.wlx-v28-eyebrow {
    display: inline-block;
    color: #626267;
    font-size: 9px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.wlx-v28-about-hero h1 {
    max-width: 850px;
    margin: 20px 0 24px;
    color: #0b0b0c !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: clamp(48px, 6vw, 78px);
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -.058em;
}

.wlx-v28-about-hero-copy > p {
    max-width: 800px;
    margin: 0;
    color: #505055;
    font-size: 15px;
    line-height: 1.8;
}

.wlx-v28-about-actions {
    display: flex;
    margin-top: 34px;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.wlx-v28-about-identity {
    padding: 4px 0 4px 42px;
    border-left: 1px solid var(--wlx19-line-dark);
}

.wlx-v28-about-identity > span,
.wlx-v28-about-identity > small {
    display: block;
    color: #67676c;
    font-size: 9px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .17em;
}

.wlx-v28-about-identity > strong {
    display: block;
    margin: 16px 0 3px;
    color: #0b0b0c;
    font-size: clamp(36px, 4.4vw, 54px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.045em;
}

.wlx-v28-about-identity ul {
    margin: 34px 0 0;
    padding: 0;
    border-top: 1px solid var(--wlx19-line);
    list-style: none;
}

.wlx-v28-about-identity li {
    position: relative;
    padding: 12px 0 12px 18px;
    border-bottom: 1px solid var(--wlx19-line);
    color: #3f3f43;
    font-size: 11px;
    line-height: 1.45;
}

.wlx-v28-about-identity li::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 1px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--wlx19-green);
}

.wlx-v28-about-content {
    padding: 102px 0 122px;
    background: #ffffff;
}

.wlx-v28-about-intro {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: 100px;
}

.wlx-v28-about-intro h2,
.wlx-v28-company-heading h2 {
    max-width: 620px;
    margin: 17px 0 0;
    color: #0b0b0c !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: clamp(34px, 4.2vw, 54px);
    line-height: 1.08;
    font-weight: 650;
    letter-spacing: -.048em;
}

.wlx-v28-about-intro-copy {
    padding-top: 2px;
}

.wlx-v28-about-intro-copy p {
    margin: 0;
    color: #4d4d51;
    font-size: 14px;
    line-height: 1.85;
}

.wlx-v28-about-intro-copy p + p {
    margin-top: 20px;
}

.wlx-v28-capability-grid {
    display: grid;
    margin-top: 76px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--wlx19-line-dark);
    border-bottom: 1px solid var(--wlx19-line);
}

.wlx-v28-capability {
    min-height: 250px;
    padding: 28px 28px 30px;
    border-right: 1px solid var(--wlx19-line);
}

.wlx-v28-capability:last-child {
    border-right: 0;
}

.wlx-v28-capability > span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--wlx19-line-dark);
    color: #56565a;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
}

.wlx-v28-capability h3 {
    margin: 42px 0 12px;
    color: #111113 !important;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 650;
    letter-spacing: -.02em;
}

.wlx-v28-capability p {
    margin: 0;
    color: #69696e;
    font-size: 12px;
    line-height: 1.7;
}

.wlx-v28-company {
    margin-top: 112px;
    border: 1px solid var(--wlx19-line);
    background: #fafaf8;
}

.wlx-v28-company-heading {
    display: grid;
    padding: 58px 60px 55px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    align-items: end;
    gap: 70px;
}

.wlx-v28-company-heading h2 {
    font-size: clamp(32px, 3.8vw, 48px);
}

.wlx-v28-company-heading > p {
    margin: 0;
    color: #626267;
    font-size: 13px;
    line-height: 1.75;
}

.wlx-v28-company-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1fr;
    border-top: 1px solid var(--wlx19-line);
    background: #ffffff;
}

.wlx-v28-company-card {
    min-height: 340px;
    padding: 38px 38px 42px;
    border-right: 1px solid var(--wlx19-line);
}

.wlx-v28-company-card:last-child {
    border-right: 0;
}

.wlx-v28-company-card > span {
    display: block;
    color: #717176;
    font-size: 9px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .16em;
}

.wlx-v28-company-card h3 {
    margin: 24px 0 27px;
    color: #111113 !important;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 650;
    letter-spacing: -.025em;
}

.wlx-v28-company-card dl {
    margin: 0;
}

.wlx-v28-company-card dl > div {
    display: grid;
    padding: 12px 0;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 18px;
    border-top: 1px solid var(--wlx19-line);
}

.wlx-v28-company-card dt,
.wlx-v28-company-card dd {
    margin: 0;
    color: #6d6d72;
    font-size: 11px;
    line-height: 1.55;
    font-weight: 400;
}

.wlx-v28-company-card dd {
    color: #222225;
    font-weight: 600;
}

.wlx-v28-company-card address {
    margin: 0;
    color: #3f3f43;
    font-size: 13px;
    line-height: 1.9;
    font-style: normal;
}

.wlx-v28-contact-list {
    border-top: 1px solid var(--wlx19-line);
}

.wlx-v28-contact-list a {
    display: flex;
    min-height: 66px;
    padding: 12px 0;
    align-items: center;
    gap: 13px;
    border-bottom: 1px solid var(--wlx19-line);
    color: #171719 !important;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none !important;
}

.wlx-v28-contact-list a:hover,
.wlx-v28-contact-list a:focus {
    color: #000000 !important;
}

.wlx-v28-contact-list svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: #626267;
}

.wlx-v28-contact-list a > span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.wlx-v28-contact-list small {
    color: #77777b;
    font-size: 9px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: .04em;
}

@media (max-width: 991px) {
    .wlx-v28-about-hero {
        padding: 138px 0 76px;
    }

    .wlx-v28-about-hero-grid,
    .wlx-v28-about-intro,
    .wlx-v28-company-heading {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .wlx-v28-about-identity {
        padding: 34px 0 0;
        border-top: 1px solid var(--wlx19-line-dark);
        border-left: 0;
    }

    .wlx-v28-about-identity ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .wlx-v28-about-identity li {
        border-right: 1px solid var(--wlx19-line);
    }

    .wlx-v28-about-identity li:last-child {
        border-right: 0;
    }

    .wlx-v28-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wlx-v28-capability:nth-child(2) {
        border-right: 0;
    }

    .wlx-v28-capability:nth-child(-n+2) {
        border-bottom: 1px solid var(--wlx19-line);
    }

    .wlx-v28-company-heading {
        align-items: start;
    }

    .wlx-v28-company-grid {
        grid-template-columns: 1fr;
    }

    .wlx-v28-company-card {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--wlx19-line);
    }

    .wlx-v28-company-card:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .wlx-v28-about-hero {
        padding: 126px 0 64px;
        background-size: 32px 32px;
    }

    .wlx-v28-about-hero h1 {
        font-size: 43px;
    }

    .wlx-v28-about-hero-copy > p {
        font-size: 14px;
    }

    .wlx-v28-about-identity ul {
        grid-template-columns: 1fr;
    }

    .wlx-v28-about-identity li {
        border-right: 0;
    }

    .wlx-v28-about-content {
        padding: 72px 0 88px;
    }

    .wlx-v28-about-intro {
        gap: 32px;
    }

    .wlx-v28-about-intro h2,
    .wlx-v28-company-heading h2 {
        font-size: 36px;
    }

    .wlx-v28-capability-grid {
        margin-top: 54px;
        grid-template-columns: 1fr;
    }

    .wlx-v28-capability,
    .wlx-v28-capability:nth-child(2) {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--wlx19-line);
    }

    .wlx-v28-capability:last-child {
        border-bottom: 0;
    }

    .wlx-v28-capability h3 {
        margin-top: 28px;
    }

    .wlx-v28-company {
        margin-top: 76px;
    }

    .wlx-v28-company-heading {
        padding: 38px 28px 36px;
        gap: 28px;
    }

    .wlx-v28-company-card {
        padding: 32px 28px 36px;
    }

    .wlx-v28-company-card dl > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

@media (max-width: 1240px) and (min-width: 992px) {
    body.wlx-home-page .wlx-brand {
        width: 252px;
        min-width: 252px;
    }

    body.wlx-home-page .wlx-brand-nav {
        gap: 10px !important;
    }

    body.wlx-home-page .wlx-site-header .wlx-nav-link,
    body.wlx-home-page .wlx-v20-nav-toggle {
        padding-right: 7px !important;
        padding-left: 7px !important;
        font-size: 12px !important;
    }

    body.wlx-whmcs-nav-mode .wlx-brand {
        width: 190px !important;
        min-width: 190px !important;
        flex-basis: 190px !important;
    }

    body.wlx-whmcs-nav-mode .wlx-whmcs-primary-nav > li > a,
    body.wlx-whmcs-nav-mode .wlx-whmcs-primary-nav > li.dropdown > a {
        padding-right: 6px !important;
        padding-left: 6px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 991px) {
    body.wlx-home-page .wlx-brand {
        width: 270px;
        min-width: 270px;
    }

    .wlx-v21-contact-card {
        padding: 46px 38px;
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .wlx-v21-contact-details {
        padding: 32px 0 0;
        border-top: 1px solid #d9d9d6;
        border-left: 0;
    }
}

@media (max-width: 520px) {
    body.wlx-home-page .wlx-brand {
        width: 205px;
        min-width: 205px;
    }

    .wlx-v21-contact-card {
        padding: 34px 24px;
    }

    .wlx-v21-contact-copy h2 {
        font-size: 38px;
    }

    .wlx-v21-contact-details dl > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

/* WLX v25 — Core Weave, accurate map, contact and navigation refinements. */
body.wlx-home-page .wlx-brand {
    width: 360px;
    min-width: 360px;
}

body.wlx-shell .wlx-footer-logo {
    width: min(100%, 360px);
}

@media (min-width: 1241px) {
    body.wlx-whmcs-nav-mode .wlx-brand {
        width: 250px !important;
        min-width: 250px !important;
        flex-basis: 250px !important;
    }
}

@media (max-width: 1240px) and (min-width: 992px) {
    body.wlx-home-page .wlx-brand {
        width: 280px;
        min-width: 280px;
    }

    body.wlx-whmcs-nav-mode .wlx-brand {
        width: 210px !important;
        min-width: 210px !important;
        flex-basis: 210px !important;
    }
}

@media (max-width: 991px) {
    body.wlx-home-page .wlx-brand {
        width: 290px;
        min-width: 290px;
    }
}

@media (max-width: 520px) {
    body.wlx-home-page .wlx-brand {
        width: 220px;
        min-width: 220px;
    }
}

/* Direct phone contact */
.wlx-v21-contact-details dt {
    display: flex;
    align-items: center;
}

.wlx-contact-label-icon,
.wlx-contact-inline-icon {
    margin-right: 7px;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    vertical-align: -3px;
}

/* WHMCS Store and other native dropdown dividers */
body.wlx-whmcs-nav-mode .wlx-whmcs-primary-nav .dropdown-menu > .wlx-whmcs-nav-separator {
    display: block !important;
    width: calc(100% + 16px) !important;
    height: 1px !important;
    min-height: 1px !important;
    margin: 8px -8px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    background: #e5e7eb !important;
    pointer-events: none !important;
}

.wlx-mobile-nav-separator {
    display: block;
    width: 100%;
    height: 1px;
    margin: 6px 0;
    background: #e5e7eb;
}

/* The compact mobile button intentionally shows only the translation glyph. */
.wlx-language-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.wlx-language-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}

@media (max-width: 980px) {
    body.wlx-shell .wlx-mobile-language-switcher .wlx-language-pill {
        width: 46px !important;
        min-width: 46px !important;
        height: 46px !important;
        min-height: 46px !important;
        padding: 0 !important;
        justify-content: center !important;
    }

    body.wlx-shell .wlx-mobile-language-switcher .wlx-language-icon {
        display: inline-flex !important;
        color: currentColor !important;
        font-size: 18px !important;
    }

    body.wlx-shell .wlx-mobile-language-switcher .wlx-language-code,
    body.wlx-shell .wlx-mobile-language-switcher .wlx-caret {
        display: none !important;
    }
}

@media (max-width: 370px) {
    body.wlx-shell .wlx-mobile-language-switcher .wlx-language-pill {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
    }
}

/* ============================================================
   WLX v26 — unified navigation scale and neutral mobile states.
   ============================================================ */

/* Desktop: use the current public-navigation scale everywhere. */
@media (min-width: 1241px) {
    body.wlx-home-page .wlx-brand,
    body.wlx-whmcs-nav-mode .wlx-brand {
        width: 360px !important;
        min-width: 360px !important;
        flex-basis: 360px !important;
    }

    body.wlx-whmcs-nav-mode .wlx-whmcs-primary-nav > li > a,
    body.wlx-whmcs-nav-mode .wlx-whmcs-primary-nav > li.dropdown > a {
        font-size: 14px !important;
    }

    body.wlx-whmcs-nav-mode .wlx-header-actions .wlx-action-link,
    body.wlx-whmcs-nav-mode .wlx-header-actions .wlx-icon-btn,
    body.wlx-whmcs-nav-mode .wlx-header-actions .wlx-language-pill {
        font-size: 13px !important;
    }
}

@media (max-width: 1240px) and (min-width: 992px) {
    body.wlx-home-page .wlx-brand,
    body.wlx-whmcs-nav-mode .wlx-brand {
        width: 280px !important;
        min-width: 280px !important;
        flex-basis: 280px !important;
    }

    body.wlx-whmcs-nav-mode .wlx-whmcs-primary-nav > li > a,
    body.wlx-whmcs-nav-mode .wlx-whmcs-primary-nav > li.dropdown > a {
        font-size: 12px !important;
    }

    body.wlx-whmcs-nav-mode .wlx-header-actions .wlx-action-link,
    body.wlx-whmcs-nav-mode .wlx-header-actions .wlx-icon-btn,
    body.wlx-whmcs-nav-mode .wlx-header-actions .wlx-language-pill {
        font-size: 12px !important;
    }
}

@media (max-width: 980px) {
    /* The same wordmark size is used by the public and WHMCS headers. */
    body.wlx-home-page .wlx-brand,
    body.wlx-whmcs-nav-mode .wlx-brand {
        width: 290px !important;
        min-width: 0 !important;
        flex-basis: auto !important;
    }

    /* Keep generous tap targets, but remove all visible square containers. */
    body.wlx-shell .wlx-mobile-cart-shortcut,
    body.wlx-shell .wlx-mobile-language-switcher .wlx-language-pill,
    body.wlx-shell .wlx-mobile-toggle,
    body.wlx-home-page .wlx-mobile-cart-shortcut,
    body.wlx-home-page .wlx-mobile-language-switcher .wlx-language-pill,
    body.wlx-home-page .wlx-mobile-toggle,
    body.wlx-whmcs-nav-mode .wlx-mobile-cart-shortcut,
    body.wlx-whmcs-nav-mode .wlx-mobile-language-switcher .wlx-language-pill,
    body.wlx-whmcs-nav-mode .wlx-mobile-toggle {
        border: 0 !important;
        border-radius: 0 !important;
        outline: 0;
        background: transparent !important;
        box-shadow: none !important;
        color: #111827 !important;
    }

    body.wlx-shell .wlx-mobile-cart-shortcut:hover,
    body.wlx-shell .wlx-mobile-cart-shortcut:active,
    body.wlx-shell .wlx-mobile-language-switcher:hover .wlx-language-pill,
    body.wlx-shell .wlx-mobile-language-switcher.is-open .wlx-language-pill,
    body.wlx-shell .wlx-mobile-toggle:hover,
    body.wlx-shell .wlx-mobile-toggle:active,
    body.wlx-shell .wlx-mobile-toggle.is-open {
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #111827 !important;
    }

    body.wlx-shell .wlx-mobile-cart-shortcut:focus-visible,
    body.wlx-shell .wlx-mobile-language-switcher .wlx-language-pill:focus-visible,
    body.wlx-shell .wlx-mobile-toggle:focus-visible {
        outline: 2px solid #111827 !important;
        outline-offset: 2px;
    }

    body.wlx-shell .wlx-mobile-toggle span {
        background: #111827 !important;
    }

    body.wlx-shell .wlx-mobile-language-switcher .wlx-language-icon {
        color: #111827 !important;
        opacity: 1 !important;
    }

    /* Every expanded mobile navigation surface remains neutral white. */
    body.wlx-shell .wlx-mobile-panel,
    body.wlx-shell .wlx-mobile-panel-section,
    body.wlx-shell .wlx-mobile-menu-item,
    body.wlx-shell .wlx-mobile-accordion-toggle,
    body.wlx-shell .wlx-mobile-accordion-content,
    body.wlx-shell .wlx-mobile-accordion.is-open > .wlx-mobile-accordion-toggle,
    body.wlx-shell .wlx-mobile-accordion.is-open > .wlx-mobile-accordion-content,
    body.wlx-shell .wlx-mobile-menu-item:hover,
    body.wlx-shell .wlx-mobile-menu-item:focus,
    body.wlx-shell .wlx-mobile-accordion-toggle:hover,
    body.wlx-shell .wlx-mobile-accordion-toggle:focus,
    body.wlx-shell .wlx-mobile-accordion-content a:hover,
    body.wlx-shell .wlx-mobile-accordion-content a:focus {
        background: #fff !important;
        color: #111827 !important;
        box-shadow: none !important;
    }

    body.wlx-shell .wlx-mobile-menu-item,
    body.wlx-shell .wlx-mobile-accordion-toggle,
    body.wlx-shell .wlx-mobile-accordion-content {
        border-color: #e5e7eb !important;
    }

    body.wlx-shell .wlx-mobile-accordion-content a,
    body.wlx-shell .wlx-mobile-accordion-content .wlx-mobile-subtitle {
        color: #374151 !important;
    }

    body.wlx-home-page .wlx-v20-mobile-links .wlx-mobile-accordion-content {
        background: #fff !important;
    }

    body.wlx-home-page .wlx-v20-mobile-links .wlx-mobile-accordion-content a,
    body.wlx-home-page .wlx-v20-mobile-links .wlx-mobile-accordion-content a:hover,
    body.wlx-home-page .wlx-v20-mobile-links .wlx-mobile-accordion-content a:focus {
        background: #fff !important;
        color: #374151 !important;
    }

    /* The language popover follows the same white treatment on both sides. */
    body.wlx-shell .wlx-mobile-language-switcher .wlx-dropdown-menu {
        border-color: #e5e7eb !important;
        background: #fff !important;
        box-shadow: 0 14px 32px rgba(15, 23, 42, .10) !important;
    }

    body.wlx-shell .wlx-mobile-language-switcher .wlx-dropdown-menu a,
    body.wlx-shell .wlx-mobile-language-switcher .wlx-dropdown-menu a:hover,
    body.wlx-shell .wlx-mobile-language-switcher .wlx-dropdown-menu a:focus {
        background: #fff !important;
        color: #111827 !important;
    }
}

@media (max-width: 520px) {
    body.wlx-home-page .wlx-brand,
    body.wlx-whmcs-nav-mode .wlx-brand {
        width: 220px !important;
        min-width: 0 !important;
    }
}

/* ============================================================
   WLX v27 — refined desktop scale and authenticated controls.
   ============================================================ */

@media (min-width: 1241px) {
    body.wlx-home-page .wlx-brand,
    body.wlx-whmcs-nav-mode .wlx-brand {
        width: 310px !important;
        min-width: 310px !important;
        flex-basis: 310px !important;
    }

    body.wlx-home-page .wlx-login-btn,
    body.wlx-whmcs-nav-mode .wlx-login-btn {
        font-size: 13px !important;
    }
}

@media (max-width: 1240px) and (min-width: 992px) {
    body.wlx-home-page .wlx-brand,
    body.wlx-whmcs-nav-mode .wlx-brand {
        width: 250px !important;
        min-width: 250px !important;
        flex-basis: 250px !important;
    }

    body.wlx-home-page .wlx-login-btn,
    body.wlx-whmcs-nav-mode .wlx-login-btn {
        font-size: 12px !important;
    }
}

/* Store and authenticated account menus use the same full-width rule. */
body.wlx-whmcs-nav-mode .wlx-whmcs-nav-list .dropdown-menu > .wlx-whmcs-nav-separator {
    display: block !important;
    width: calc(100% + 16px) !important;
    height: 1px !important;
    min-height: 1px !important;
    margin: 8px -8px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    background: #e5e7eb !important;
    pointer-events: none !important;
}

/* Only the three authenticated utility buttons become borderless on desktop. */
@media (min-width: 992px) {
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-notification-button,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-logout-btn,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-cart-btn,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-notification-button:hover,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-notification-button:focus,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-logout-btn:hover,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-logout-btn:focus,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-cart-btn:hover,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-cart-btn:focus {
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #111827 !important;
        transform: none !important;
    }
}

/* ============================================================
   WLX v27.1 — public Login / Console outlined action.
   This is deliberately scoped to public marketing pages only.
   ============================================================ */

@media (min-width: 992px) {
    body.wlx-home-page .wlx-site-header .wlx-login-btn.wlx-action-text,
    body.wlx-home-page .wlx-site-header .wlx-console-btn.wlx-action-text {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 82px !important;
        min-height: 40px !important;
        padding: 0 18px !important;
        border: 1px solid #d1d5db !important;
        border-radius: 4px !important;
        background: #ffffff !important;
        color: #111827 !important;
        box-shadow: none !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 1 !important;
        letter-spacing: .01em !important;
        text-transform: none !important;
        text-decoration: none !important;
        transition: background-color .18s ease, border-color .18s ease, color .18s ease !important;
    }

    body.wlx-home-page .wlx-site-header .wlx-login-btn.wlx-action-text:hover,
    body.wlx-home-page .wlx-site-header .wlx-login-btn.wlx-action-text:focus,
    body.wlx-home-page .wlx-site-header .wlx-console-btn.wlx-action-text:hover,
    body.wlx-home-page .wlx-site-header .wlx-console-btn.wlx-action-text:focus {
        border-color: #9ca3af !important;
        background: #f7f7f5 !important;
        color: #000000 !important;
        box-shadow: none !important;
        transform: none !important;
    }
}

/* ============================================================
   WLX v27.2 — synchronized public and authenticated controls.
   ============================================================ */

@media (min-width: 992px) {
    /* Public Login / Console uses the same frame as the language selector. */
    body.wlx-home-page .wlx-site-header .wlx-login-btn.wlx-action-text,
    body.wlx-home-page .wlx-site-header .wlx-console-btn.wlx-action-text {
        min-width: 0 !important;
        height: 34px !important;
        min-height: 34px !important;
        padding: 0 12px !important;
        border: 1px solid var(--wlx19-line) !important;
        border-radius: 2px !important;
        background: #ffffff !important;
        color: var(--wlx19-ink) !important;
        box-shadow: none !important;
        font-size: 15px !important;
    }

    body.wlx-home-page .wlx-site-header .wlx-login-btn.wlx-action-text:hover,
    body.wlx-home-page .wlx-site-header .wlx-login-btn.wlx-action-text:focus,
    body.wlx-home-page .wlx-site-header .wlx-console-btn.wlx-action-text:hover,
    body.wlx-home-page .wlx-site-header .wlx-console-btn.wlx-action-text:focus {
        border-color: var(--wlx19-ink) !important;
        background: #ffffff !important;
        color: var(--wlx19-ink) !important;
    }

    /* WHMCS desktop controls share one height, frame, and hover treatment. */
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-notification-button,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-logout-btn,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-cart-btn,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-language-pill,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-admin-return {
        height: 40px !important;
        min-height: 40px !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 2px !important;
        background: #ffffff !important;
        color: #111827 !important;
        box-shadow: none !important;
        transform: none !important;
    }

    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-notification-button,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-cart-btn,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-admin-return {
        width: 40px !important;
        min-width: 40px !important;
        padding: 0 !important;
    }

    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-logout-btn {
        min-width: 68px !important;
        padding: 0 12px !important;
        justify-content: center !important;
    }

    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-notification-button:hover,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-notification-button:focus,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-logout-btn:hover,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-logout-btn:focus,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-cart-btn:hover,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-cart-btn:focus,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-admin-return:hover,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-admin-return:focus {
        border-color: #d1d5db !important;
        background: #f8fafc !important;
        color: #111827 !important;
        box-shadow: none !important;
        transform: none !important;
    }
}

/* ============================================================
   WLX v27.3 — clearer public language typography.
   ============================================================ */

body.wlx-home-page .wlx-site-header .wlx-language-pill,
body.wlx-home-page .wlx-site-header .wlx-language-code {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: .01em !important;
}

body.wlx-home-page .wlx-site-header .wlx-language-menu a {
    min-height: 42px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
}

/* ============================================================
   WLX v27.4 — consistent WHMCS desktop header typography.
   ============================================================ */

@media (min-width: 992px) {
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-whmcs-secondary-nav > li > a,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-logout-btn,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-language-pill,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-language-code {
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 1 !important;
        letter-spacing: 0 !important;
    }

    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-notification-button > i,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-cart-btn > i,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-admin-return > i {
        font-size: 14px !important;
        line-height: 1 !important;
    }

    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-language-menu a {
        min-height: 42px !important;
        padding: 0 14px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        letter-spacing: 0 !important;
    }

    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-language-pill:hover,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-language-pill:focus,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-language-switcher:hover .wlx-language-pill,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-language-switcher:focus-within .wlx-language-pill,
    body.wlx-whmcs-nav-mode .wlx-header-actions-loggedin .wlx-language-switcher.is-open .wlx-language-pill {
        border-color: #263247 !important;
        background: #263247 !important;
        color: #ffffff !important;
        box-shadow: none !important;
        transform: none !important;
    }
}

/* ============================================================
   WLX v27.5 — match the signed-out WHMCS desktop controls.
   ============================================================ */

@media (min-width: 992px) {
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-login-btn,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-register-btn,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-cart-btn,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-language-pill,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-admin-return {
        height: 40px !important;
        min-height: 40px !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 2px !important;
        background: #ffffff !important;
        color: #111827 !important;
        box-shadow: none !important;
        transform: none !important;
    }

    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-login-btn,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-register-btn {
        min-width: 68px !important;
        padding: 0 14px !important;
        justify-content: center !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 1 !important;
        letter-spacing: 0 !important;
    }

    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-cart-btn,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-admin-return {
        width: 40px !important;
        min-width: 40px !important;
        padding: 0 !important;
    }

    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-cart-btn > i,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-admin-return > i {
        font-size: 14px !important;
        line-height: 1 !important;
    }

    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-language-pill,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-language-code {
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 1 !important;
        letter-spacing: 0 !important;
    }

    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-language-menu a {
        min-height: 42px !important;
        padding: 0 14px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        letter-spacing: 0 !important;
    }

    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-login-btn:hover,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-login-btn:focus,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-register-btn:hover,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-register-btn:focus,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-cart-btn:hover,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-cart-btn:focus,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-admin-return:hover,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-admin-return:focus {
        border-color: #d1d5db !important;
        background: #f8fafc !important;
        color: #111827 !important;
        box-shadow: none !important;
        transform: none !important;
    }

    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-language-pill:hover,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-language-pill:focus,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-language-switcher:hover .wlx-language-pill,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-language-switcher:focus-within .wlx-language-pill,
    body.wlx-whmcs-nav-mode .wlx-header-actions:not(.wlx-header-actions-loggedin) .wlx-language-switcher.is-open .wlx-language-pill {
        border-color: #263247 !important;
        background: #263247 !important;
        color: #ffffff !important;
        box-shadow: none !important;
        transform: none !important;
    }
}
