/* WLX v29 public pages — shared white/black infrastructure system */
:root {
    --wlx29-ink: #0b0d10;
    --wlx29-muted: #5f646c;
    --wlx29-line: #dedfdf;
    --wlx29-soft: #f6f6f4;
    --wlx29-green: #2c9a70;
    --wlx29-orange: #f28b2c;
    --wlx29-blue: #2469ec;
}

body.wlx-public-page {
    background: #fff !important;
    color: var(--wlx29-ink) !important;
}

body.wlx-public-page .wlx-home-main-content {
    overflow: hidden;
}

.wlx-p29-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #60656c;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.wlx-p29-kicker i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--wlx29-green);
}

.wlx-p29-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
}

.wlx-p29-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 1px solid #0b0d10;
    border-radius: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    transition: background-color .2s ease, color .2s ease;
}

.wlx-p29-button.is-dark {
    background: #0b0d10;
    color: #fff !important;
}

.wlx-p29-button.is-dark:hover,
.wlx-p29-button.is-dark:focus {
    background: #2a2d31;
    color: #fff !important;
}

.wlx-p29-button.is-light {
    border-color: #fff;
    background: #fff;
    color: #062652 !important;
}

.wlx-p29-button.is-light:hover,
.wlx-p29-button.is-light:focus {
    background: transparent;
    color: #fff !important;
}

.wlx-p29-text-link {
    color: var(--wlx29-ink) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.wlx-p29-text-link span,
.wlx-p29-service-index-grid a b,
.wlx-p29-company-band-links span {
    color: var(--wlx29-green);
}

.wlx-p29-section-heading {
    max-width: 820px;
    margin: 0 auto 56px;
    text-align: center;
}

.wlx-p29-section-heading > span {
    color: #6c7178;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.wlx-p29-section-heading h2 {
    margin: 14px 0 0;
    color: var(--wlx29-ink);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.wlx-p29-section-heading p {
    max-width: 700px;
    margin: 22px auto 0;
    color: var(--wlx29-muted);
    font-size: 15px;
    line-height: 1.8;
}

/* Home */
.wlx-p29-hero {
    position: relative;
    padding: 112px 0 102px;
    border-bottom: 1px solid var(--wlx29-line);
    background: #fff;
}

.wlx-p29-radial {
    position: absolute;
    inset: 0 48% 0 0;
    opacity: .5;
    background: repeating-radial-gradient(circle at 25% 48%, transparent 0, transparent 28px, #eff0ee 29px, transparent 30px);
    pointer-events: none;
}

.wlx-p29-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
    align-items: center;
    gap: 80px;
}

.wlx-p29-hero-copy h1 {
    max-width: 780px;
    margin: 24px 0 0;
    color: var(--wlx29-ink);
    font-size: clamp(58px, 6.2vw, 98px);
    font-weight: 500;
    line-height: .94;
    letter-spacing: -.065em;
}

.wlx-p29-hero-copy > p {
    max-width: 690px;
    margin: 34px 0 0;
    color: var(--wlx29-muted);
    font-size: 18px;
    line-height: 1.75;
}

.wlx-p29-home-system {
    border: 1px solid #20252d;
    background: #0e1527;
    color: #fff;
    box-shadow: 18px 18px 0 #f1f1ee;
}

.wlx-p29-system-head {
    display: flex;
    min-height: 54px;
    align-items: center;
    gap: 8px;
    padding: 0 22px;
    border-bottom: 1px solid #29334d;
}

.wlx-p29-system-head i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3a4560;
}

.wlx-p29-system-head i:first-child {
    background: #21c9dd;
    box-shadow: 0 0 14px #21c9dd;
}

.wlx-p29-system-head span {
    margin-left: auto;
    color: #8790a7;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
}

.wlx-p29-system-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wlx-p29-system-grid > div {
    min-height: 180px;
    padding: 38px 32px;
    border-right: 1px solid #29334d;
    border-bottom: 1px solid #29334d;
}

.wlx-p29-system-grid > div:nth-child(even) {
    border-right: 0;
}

.wlx-p29-system-grid > div:nth-child(n+3) {
    border-bottom: 0;
}

.wlx-p29-system-grid small,
.wlx-p29-system-grid strong,
.wlx-p29-system-grid em {
    display: block;
}

.wlx-p29-system-grid small {
    color: #748099;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
}

.wlx-p29-system-grid strong {
    margin-top: 14px;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -.03em;
}

.wlx-p29-system-grid em {
    margin-top: 8px;
    color: #43d99d;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .14em;
}

.wlx-p29-system-bars {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.wlx-p29-system-bars b {
    display: block;
    width: 24px;
    height: 35%;
    background: linear-gradient(#20cadc, #2c62f0);
}

.wlx-p29-system-bars b:nth-child(2) { height: 62%; }
.wlx-p29-system-bars b:nth-child(3) { height: 48%; }
.wlx-p29-system-bars b:nth-child(4) { height: 78%; }
.wlx-p29-system-bars b:nth-child(5) { height: 58%; }
.wlx-p29-system-bars b:nth-child(6) { height: 92%; }

.wlx-p29-service-index {
    padding: 0 0 118px;
    background: #fff;
}

.wlx-p29-service-index-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--wlx29-line);
    border-top: 0;
}

.wlx-p29-service-index-grid a {
    position: relative;
    min-height: 260px;
    padding: 38px 36px;
    border-right: 1px solid var(--wlx29-line);
    color: var(--wlx29-ink) !important;
    text-decoration: none !important;
}

.wlx-p29-service-index-grid a:last-child {
    border-right: 0;
}

.wlx-p29-service-index-grid a > span {
    color: #a0a3a6;
    font-size: 11px;
    letter-spacing: .12em;
}

.wlx-p29-service-index-grid a strong {
    display: block;
    margin-top: 42px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.025em;
}

.wlx-p29-service-index-grid a p {
    max-width: 340px;
    margin: 16px 0 0;
    color: var(--wlx29-muted);
    font-size: 14px;
    line-height: 1.7;
}

.wlx-p29-service-index-grid a b {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 18px;
}

/* Shared service hero */
.wlx-p29-service-hero {
    padding: 112px 0;
    border-bottom: 1px solid var(--wlx29-line);
    background: #fff;
}

.wlx-p29-service-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
    align-items: center;
    gap: 96px;
}

.wlx-p29-service-hero-copy h1 {
    margin: 24px 0 0;
    color: var(--wlx29-ink);
    font-size: clamp(54px, 6vw, 92px);
    font-weight: 500;
    line-height: .96;
    letter-spacing: -.06em;
}

.wlx-p29-service-hero-copy > p {
    max-width: 690px;
    margin: 32px 0 0;
    color: var(--wlx29-muted);
    font-size: 17px;
    line-height: 1.75;
}

.wlx-p29-rack-visual {
    border: 1px solid #13161a;
    padding: 24px;
    background: #f7f7f5;
    box-shadow: 18px 18px 0 #ededeb;
}

.wlx-p29-rack-label,
.wlx-p29-rack-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
}

.wlx-p29-rack-units {
    display: grid;
    gap: 6px;
    margin: 24px 0;
    padding: 18px;
    border: 1px solid #272b31;
    background: #11161f;
}

.wlx-p29-rack-units i {
    position: relative;
    height: 19px;
    border: 1px solid #536071;
    background: #202937;
}

.wlx-p29-rack-units i::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3c4858;
}

.wlx-p29-rack-units i.is-lit::after {
    background: #3de2a7;
    box-shadow: 0 0 9px #3de2a7;
}

.wlx-p29-rack-footer {
    color: #777c82;
}

.wlx-p29-route-visual {
    padding: 30px;
    border: 1px solid #19202d;
    background: #0c1322;
    color: #fff;
    box-shadow: 18px 18px 0 #efefec;
}

.wlx-p29-route-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #7d889f;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
}

.wlx-p29-route-top span {
    color: #fff;
    font-size: 18px;
}

.wlx-p29-route-visual svg {
    width: 100%;
    margin-top: 26px;
}

.wlx-p29-route-visual svg path {
    fill: none;
    stroke: #3a86f7;
    stroke-width: 2;
}

.wlx-p29-route-visual svg circle {
    fill: #0c1322;
    stroke: #3de2a7;
    stroke-width: 3;
}

.wlx-p29-route-nodes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
    border: 1px solid #2a3449;
}

.wlx-p29-route-nodes div {
    padding: 22px;
    border-right: 1px solid #2a3449;
}

.wlx-p29-route-nodes div:last-child {
    border-right: 0;
}

.wlx-p29-route-nodes i {
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: 13px;
    border-radius: 50%;
    background: #3de2a7;
}

.wlx-p29-route-nodes span {
    font-size: 13px;
    font-weight: 700;
}

.wlx-p29-metric-strip {
    border-bottom: 1px solid var(--wlx29-line);
    background: #fff;
}

.wlx-p29-metric-strip .wlx-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-left: 1px solid var(--wlx29-line);
}

.wlx-p29-metric-strip .wlx-container > div {
    min-height: 118px;
    padding: 30px;
    border-right: 1px solid var(--wlx29-line);
}

.wlx-p29-metric-strip span,
.wlx-p29-metric-strip strong {
    display: block;
}

.wlx-p29-metric-strip span {
    color: #7c8187;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .15em;
}

.wlx-p29-metric-strip strong {
    margin-top: 12px;
    font-size: 19px;
    font-weight: 600;
}

.wlx-p29-content-section,
.wlx-p29-proof,
.wlx-p29-process-section,
.wlx-p29-principles {
    padding: 120px 0;
    background: #fff;
}

.wlx-p29-feature-grid,
.wlx-p29-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--wlx29-line);
    border-left: 1px solid var(--wlx29-line);
}

.wlx-p29-feature-grid article,
.wlx-p29-proof-grid article {
    min-height: 260px;
    padding: 34px;
    border-right: 1px solid var(--wlx29-line);
    border-bottom: 1px solid var(--wlx29-line);
}

.wlx-p29-feature-grid article > span,
.wlx-p29-proof-grid article > span {
    color: #a0a3a6;
    font-size: 10px;
    letter-spacing: .14em;
}

.wlx-p29-feature-grid h3,
.wlx-p29-proof-grid h3 {
    margin: 54px 0 0;
    color: var(--wlx29-ink);
    font-size: 22px;
    font-weight: 600;
}

.wlx-p29-feature-grid p,
.wlx-p29-proof-grid p {
    margin: 16px 0 0;
    color: var(--wlx29-muted);
    font-size: 14px;
    line-height: 1.75;
}

.wlx-p29-feature-grid a {
    display: inline-block;
    margin-top: 20px;
    color: var(--wlx29-ink) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.wlx-p29-proof {
    background: var(--wlx29-soft);
}

.wlx-p29-proof-grid {
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
}

.wlx-p29-process-section {
    background: var(--wlx29-soft);
}

.wlx-p29-process {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid var(--wlx29-line);
    list-style: none;
}

.wlx-p29-process li {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 24px;
    padding: 34px 0;
    border-bottom: 1px solid var(--wlx29-line);
}

.wlx-p29-process li > span {
    color: #8b8f94;
    font-size: 11px;
    letter-spacing: .14em;
}

.wlx-p29-process h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.wlx-p29-process p {
    margin: 10px 0 0;
    color: var(--wlx29-muted);
    font-size: 14px;
    line-height: 1.7;
}

.wlx-p29-scope {
    padding: 100px 0;
    border-top: 1px solid var(--wlx29-line);
    border-bottom: 1px solid var(--wlx29-line);
    background: #f5f5f2;
}

.wlx-p29-scope-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
}

.wlx-p29-scope .wlx-p29-section-heading {
    margin: 0;
    text-align: left;
}

.wlx-p29-scope-copy {
    padding-left: 64px;
    border-left: 1px solid #cfd1d0;
}

.wlx-p29-scope-copy p {
    margin: 0 0 22px;
    color: var(--wlx29-muted);
    font-size: 16px;
    line-height: 1.85;
}

/* Ticket */
.wlx-p29-ticket-cta {
    padding: 92px 0;
    background: #fff;
}

.wlx-p29-ticket-card {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 70px;
    padding: 56px 64px;
    border: 1px solid var(--wlx29-line);
    background: #f7f7f4;
}

.wlx-p29-ticket-card h2 {
    max-width: 760px;
    margin: 16px 0 0;
    color: var(--wlx29-ink);
    font-size: clamp(34px, 4vw, 55px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.wlx-p29-ticket-card p {
    max-width: 770px;
    margin: 20px 0 0;
    color: var(--wlx29-muted);
    font-size: 15px;
    line-height: 1.75;
}

/* About */
.wlx-p29-about-hero {
    padding: 120px 0 104px;
    border-bottom: 1px solid var(--wlx29-line);
    background: #fff;
}

.wlx-p29-about-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 110px;
    align-items: end;
}

.wlx-p29-about-hero h1 {
    margin: 24px 0 0;
    font-size: clamp(55px, 6.4vw, 96px);
    font-weight: 500;
    line-height: .96;
    letter-spacing: -.06em;
}

.wlx-p29-about-intro {
    padding-left: 62px;
    border-left: 1px solid var(--wlx29-line);
}

.wlx-p29-about-intro p {
    margin: 0 0 22px;
    color: var(--wlx29-muted);
    font-size: 17px;
    line-height: 1.8;
}

.wlx-p29-about-statement {
    padding: 110px 0;
    background: var(--wlx29-soft);
}

.wlx-p29-statement-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 100px;
    align-items: center;
}

.wlx-p29-statement-number {
    padding: 60px 0;
    border-top: 1px solid #bfc2c1;
    border-bottom: 1px solid #bfc2c1;
}

.wlx-p29-statement-number span,
.wlx-p29-statement-number strong {
    display: block;
}

.wlx-p29-statement-number span {
    color: #777c81;
    font-size: 14px;
    letter-spacing: .18em;
}

.wlx-p29-statement-number strong {
    margin-top: 10px;
    font-size: clamp(62px, 7vw, 110px);
    font-weight: 500;
    letter-spacing: -.07em;
}

.wlx-p29-statement-grid h2 {
    margin: 16px 0 0;
    font-size: clamp(38px, 4.2vw, 62px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.05em;
}

.wlx-p29-statement-grid p {
    max-width: 760px;
    margin: 24px 0 0;
    color: var(--wlx29-muted);
    font-size: 16px;
    line-height: 1.85;
}

.wlx-p29-principles {
    background: var(--wlx29-soft);
}

.wlx-p29-principle-list {
    max-width: 1000px;
    margin: 0 auto;
    border-top: 1px solid var(--wlx29-line);
}

.wlx-p29-principle-list article {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 60px;
    padding: 32px 0;
    border-bottom: 1px solid var(--wlx29-line);
}

.wlx-p29-principle-list strong {
    font-size: 18px;
    font-weight: 600;
}

.wlx-p29-principle-list p {
    margin: 0;
    color: var(--wlx29-muted);
    font-size: 14px;
    line-height: 1.75;
}

.wlx-p29-company-band {
    padding: 96px 0;
    background: #101216;
    color: #fff;
}

.wlx-p29-company-band-grid {
    display: grid;
    grid-template-columns: 1fr .7fr;
    gap: 80px;
    align-items: end;
}

.wlx-p29-company-band h2 {
    margin: 16px 0 0;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
}

.wlx-p29-company-band p {
    max-width: 690px;
    margin: 18px 0 0;
    color: #aeb3ba;
    font-size: 15px;
    line-height: 1.8;
}

.wlx-p29-company-band-links {
    display: grid;
    border-top: 1px solid #3a3d43;
}

.wlx-p29-company-band-links a {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid #3a3d43;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none !important;
}

/* Contact */
.wlx-p29-contact-hero {
    padding: 112px 0 86px;
    background: #fff;
}

.wlx-p29-contact-heading {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.wlx-p29-contact-heading h1 {
    margin: 22px 0 0;
    font-size: clamp(52px, 6vw, 86px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.06em;
}

.wlx-p29-contact-heading p {
    max-width: 710px;
    margin: 26px auto 0;
    color: var(--wlx29-muted);
    font-size: 16px;
    line-height: 1.8;
}

.wlx-p29-global-contact {
    position: relative;
    display: grid;
    grid-template-columns: 1fr .6fr;
    gap: 80px;
    max-width: 1080px;
    margin: 80px auto 0;
    padding: 64px 70px;
    background: linear-gradient(120deg, #071a42, #075273);
    color: #fff;
    box-shadow: 0 24px 55px rgba(10, 29, 58, .18);
}

.wlx-p29-global-contact::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -48px;
    top: -34px;
    width: 180px;
    height: 180px;
    background: #dce6ff;
}

.wlx-p29-global-contact > div > span {
    color: #76a4db;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
}

.wlx-p29-global-contact h2 {
    margin: 16px 0 0;
    color: #fff;
    font-size: 42px;
    font-weight: 400;
}

.wlx-p29-global-contact p {
    margin: 18px 0 0;
    color: #b9d0e4;
    font-size: 15px;
    line-height: 1.75;
}

.wlx-p29-global-contact-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
}

.wlx-p29-global-contact-actions > a:not(.wlx-p29-button) {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none !important;
}

.wlx-p29-global-contact-actions svg {
    width: 21px;
    height: 21px;
}

.wlx-p29-office-section {
    padding: 100px 0 120px;
    background: #fff;
}

.wlx-p29-office-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 68px;
    margin-top: 70px;
}

.wlx-p29-office {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 34px;
    align-items: start;
}

.wlx-p29-country-mark {
    position: relative;
    display: flex;
    aspect-ratio: 1.24 / 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px;
    background: #edf0f4;
    color: #111;
    font-size: 36px;
    font-weight: 700;
}

.wlx-p29-country-mark::before,
.wlx-p29-country-mark::after {
    content: "";
    position: absolute;
    inset: 0 50% 0 0;
    background: #222;
}

.wlx-p29-country-mark::after {
    inset: 0 0 50% 50%;
    background: #dbe8ff;
}

.wlx-p29-country-mark span {
    position: relative;
    z-index: 2;
    padding: 8px;
    background: #fff;
}

.wlx-p29-country-mark.is-hk::before { background: #d93b2e; }
.wlx-p29-country-mark.is-hk::after { background: #f0d3ce; }
.wlx-p29-country-mark.is-us::before { background: #244b87; }
.wlx-p29-country-mark.is-us::after { background: #db4843; }
.wlx-p29-country-mark.is-sg::before { background: #ef374d; }
.wlx-p29-country-mark.is-sg::after { background: #fff; }

.wlx-p29-office > div > span {
    color: #92979e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}

.wlx-p29-office h3 {
    margin: 10px 0 0;
    font-size: 23px;
    font-weight: 600;
}

.wlx-p29-office address {
    min-height: 76px;
    margin: 14px 0 18px;
    color: var(--wlx29-muted);
    font-size: 14px;
    font-style: normal;
    line-height: 1.7;
}

.wlx-p29-office > div > a {
    display: inline-flex;
    margin: 0 8px 8px 0;
    padding: 7px 10px;
    border: 1px solid var(--wlx29-line);
    border-radius: 20px;
    color: #222 !important;
    font-size: 12px;
    text-decoration: none !important;
}

.wlx-p29-contact-note {
    padding: 76px 0;
    border-top: 1px solid var(--wlx29-line);
    background: var(--wlx29-soft);
}

.wlx-p29-contact-note-grid {
    display: grid;
    grid-template-columns: .4fr 1fr auto;
    gap: 50px;
    align-items: center;
}

.wlx-p29-contact-note-grid > span {
    color: #7f8489;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
}

.wlx-p29-contact-note h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
}

.wlx-p29-contact-note p {
    margin: 10px 0 0;
    color: var(--wlx29-muted);
    font-size: 14px;
    line-height: 1.65;
}

/* Legal */
.wlx-p29-legal-hero {
    padding: 105px 0 74px;
    border-bottom: 1px solid var(--wlx29-line);
    background: #fff;
}

.wlx-p29-legal-hero h1 {
    margin: 22px 0 0;
    font-size: clamp(54px, 6vw, 88px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.06em;
}

.wlx-p29-legal-hero > .wlx-container > p {
    max-width: 760px;
    margin: 26px 0 0;
    color: var(--wlx29-muted);
    font-size: 16px;
    line-height: 1.8;
}

.wlx-p29-legal-meta {
    display: flex;
    gap: 28px;
    margin-top: 32px;
    color: #7b8087;
    font-size: 12px;
}

.wlx-p29-legal-body {
    padding: 82px 0 130px;
    background: #fff;
}

.wlx-p29-legal-layout {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 90px;
    align-items: start;
}

.wlx-p29-legal-nav {
    position: sticky;
    top: 110px;
    display: grid;
    border-top: 1px solid var(--wlx29-line);
}

.wlx-p29-legal-nav > span,
.wlx-p29-legal-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--wlx29-line);
}

.wlx-p29-legal-nav > span {
    color: #858a90;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .16em;
}

.wlx-p29-legal-nav a {
    color: #30343a !important;
    font-size: 12px;
    text-decoration: none !important;
}

.wlx-p29-legal-copy {
    max-width: 840px;
}

.wlx-p29-legal-copy section {
    position: relative;
    padding: 0 0 52px 70px;
    scroll-margin-top: 120px;
}

.wlx-p29-legal-copy section + section {
    padding-top: 52px;
    border-top: 1px solid var(--wlx29-line);
}

.wlx-p29-legal-copy section > span {
    position: absolute;
    left: 0;
    top: 7px;
    color: #9a9ea3;
    font-size: 11px;
    letter-spacing: .14em;
}

.wlx-p29-legal-copy section + section > span {
    top: 59px;
}

.wlx-p29-legal-copy h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -.025em;
}

.wlx-p29-legal-copy p {
    margin: 18px 0 0;
    color: #4e545c;
    font-size: 14px;
    line-height: 1.9;
}

.wlx-p29-legal-copy a {
    color: #111 !important;
    font-weight: 700;
}

/* Dedicated inherits the existing v19 inventory system. */
.wlx-p29-dedicated-hero {
    border-bottom: 1px solid var(--wlx29-line);
}

.wlx-public-dedicated .wlx-v19-dedicated {
    padding-top: 120px;
}

/* ============================================================
   WLX v30 — compute platform, live inventory, flags, legal UX
   ============================================================ */
.wlx-p30-compute-platform {
    padding: 118px 0;
    border-bottom: 1px solid var(--wlx29-line);
    background: #f6f6f3;
}

.wlx-p30-compute-platform.is-home {
    border-top: 1px solid var(--wlx29-line);
}

.wlx-p30-compute-heading {
    display: grid;
    grid-template-columns: .45fr 1.05fr;
    column-gap: 72px;
    align-items: start;
}

.wlx-p30-compute-heading > span,
.wlx-p30-profile-head > span,
.wlx-p30-gpu-card > span {
    color: #747a81;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

.wlx-p30-compute-heading h2 {
    max-width: 790px;
    margin: 0;
    font-size: clamp(44px, 5vw, 72px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.055em;
}

.wlx-p30-compute-heading p {
    grid-column: 2;
    max-width: 780px;
    margin: 26px 0 0;
    color: var(--wlx29-muted);
    font-size: 16px;
    line-height: 1.8;
}

.wlx-p30-compute-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 18px;
    margin-top: 68px;
}

.wlx-p30-profile-card,
.wlx-p30-gpu-card {
    border: 1px solid #d8d9d6;
    background: #fff;
}

.wlx-p30-profile-card {
    padding: 34px 36px 30px;
}

.wlx-p30-profile-head {
    display: flex;
    padding-bottom: 26px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #e0e1df;
}

.wlx-p30-profile-head small {
    max-width: 250px;
    color: #8a8f95;
    font-size: 10px;
    line-height: 1.5;
    text-align: right;
}

.wlx-p30-profile-row {
    display: grid;
    grid-template-columns: 190px 1fr 125px;
    gap: 22px;
    padding: 24px 0;
    align-items: center;
    border-bottom: 1px solid #eeeeeb;
}

.wlx-p30-profile-row:last-child {
    border-bottom: 0;
}

.wlx-p30-profile-row div strong,
.wlx-p30-profile-row div span {
    display: block;
}

.wlx-p30-profile-row div strong {
    font-size: 15px;
    font-weight: 650;
}

.wlx-p30-profile-row div span,
.wlx-p30-profile-row em {
    color: #82878d;
    font-size: 10px;
    font-style: normal;
}

.wlx-p30-profile-row i {
    position: relative;
    display: block;
    height: 7px;
    overflow: hidden;
    background: #e7e8e5;
}

.wlx-p30-profile-row i b {
    position: absolute;
    inset: 0 auto 0 0;
    background: #111317;
}

.wlx-p30-gpu-card {
    padding: 36px;
    background: #111317;
    color: #fff;
}

.wlx-p30-gpu-card > span {
    color: #9da5ae;
}

.wlx-p30-gpu-card h3 {
    margin: 18px 0 0;
    color: #fff;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -.035em;
}

.wlx-p30-gpu-card p {
    margin: 18px 0 0;
    color: #acb2b9;
    font-size: 13px;
    line-height: 1.75;
}

.wlx-p30-gpu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    border-top: 1px solid #3a3d42;
    border-left: 1px solid #3a3d42;
}

.wlx-p30-gpu-list span {
    padding: 13px 12px;
    border-right: 1px solid #3a3d42;
    border-bottom: 1px solid #3a3d42;
    color: #f4f4f2;
    font-size: 11px;
}

.wlx-p30-gpu-card > a {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.wlx-p30-inventory {
    border-bottom: 1px solid var(--wlx29-line);
}

.wlx-p30-inventory.is-home {
    background: #fff;
}

.wlx-p30-inventory .wlx-v19-section-head h2 {
    max-width: 860px;
}

.wlx-p30-inventory .wlx-v19-location-tabs a,
.wlx-p30-inventory .wlx-v19-group-link {
    font-size: 12px;
}

.wlx-p30-inventory .wlx-v19-location-heading p {
    font-size: 11px;
}

.wlx-p30-operations-mark strong {
    font-size: clamp(38px, 5vw, 72px);
    letter-spacing: -.045em;
}

.wlx-p30-operations-mark small {
    display: block;
    margin-top: 14px;
    color: #777c81;
    font-size: 10px;
    letter-spacing: .18em;
}

.wlx-p29-country-mark {
    border: 1px solid #e0e1df;
    background: #f7f7f5;
    box-shadow: 10px 10px 0 #f0f0ed;
}

.wlx-p29-country-mark::before,
.wlx-p29-country-mark::after,
.wlx-p29-country-mark > span {
    display: none;
}

.wlx-p29-country-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wlx-p29-legal-copy ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.wlx-p29-legal-copy li {
    position: relative;
    padding: 9px 0 9px 20px;
    border-bottom: 1px solid #eeeeeb;
    color: #4e545c;
    font-size: 14px;
    line-height: 1.75;
}

.wlx-p29-legal-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    width: 5px;
    height: 5px;
    background: #15171a;
}

.wlx-p30-legal-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 45px;
    border-top: 1px solid var(--wlx29-line);
    border-left: 1px solid var(--wlx29-line);
}

.wlx-p30-legal-summary div {
    min-height: 118px;
    padding: 24px;
    border-right: 1px solid var(--wlx29-line);
    border-bottom: 1px solid var(--wlx29-line);
}

.wlx-p30-legal-summary span,
.wlx-p30-legal-summary strong {
    display: block;
}

.wlx-p30-legal-summary span {
    color: #878c92;
    font-size: 9px;
    letter-spacing: .14em;
}

.wlx-p30-legal-summary strong {
    margin-top: 13px;
    font-size: 16px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 1199px) {
    .wlx-p29-hero-inner,
    .wlx-p29-service-hero-grid {
        grid-template-columns: 1fr 440px;
        gap: 55px;
    }

    .wlx-p29-home-system {
        box-shadow: 12px 12px 0 #f1f1ee;
    }

    .wlx-p29-office-grid {
        column-gap: 45px;
    }

    .wlx-p29-office {
        grid-template-columns: 140px 1fr;
    }
}

@media (max-width: 991px) {
    .wlx-p29-hero,
    .wlx-p29-service-hero,
    .wlx-p29-about-hero,
    .wlx-p29-contact-hero {
        padding: 78px 0;
    }

    .wlx-p29-hero-inner,
    .wlx-p29-service-hero-grid,
    .wlx-p29-about-hero-grid,
    .wlx-p29-statement-grid,
    .wlx-p29-scope-grid,
    .wlx-p29-company-band-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .wlx-p29-radial {
        inset: 0;
    }

    .wlx-p29-hero-copy h1,
    .wlx-p29-service-hero-copy h1,
    .wlx-p29-about-hero h1 {
        font-size: clamp(48px, 9.4vw, 76px);
    }

    .wlx-p29-about-intro,
    .wlx-p29-scope-copy {
        padding: 35px 0 0;
        border-left: 0;
        border-top: 1px solid var(--wlx29-line);
    }

    .wlx-p29-feature-grid,
    .wlx-p29-proof-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wlx-p29-global-contact {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .wlx-p29-office-grid {
        grid-template-columns: 1fr;
    }

    .wlx-p29-office {
        max-width: 620px;
    }

    .wlx-p29-contact-note-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .wlx-p29-legal-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .wlx-p29-legal-nav {
        position: static;
        grid-template-columns: repeat(2, 1fr);
    }

    .wlx-p29-legal-nav > span {
        grid-column: 1 / -1;
    }

    .wlx-p30-compute-heading {
        grid-template-columns: 1fr;
    }

    .wlx-p30-compute-heading p {
        grid-column: auto;
    }

    .wlx-p30-compute-heading > span {
        margin-bottom: 20px;
    }

    .wlx-p30-compute-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .wlx-p29-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

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

    .wlx-p29-home-system,
    .wlx-p29-rack-visual,
    .wlx-p29-route-visual {
        box-shadow: 8px 8px 0 #efefec;
    }

    .wlx-p29-system-grid {
        grid-template-columns: 1fr;
    }

    .wlx-p29-system-grid > div,
    .wlx-p29-system-grid > div:nth-child(even),
    .wlx-p29-system-grid > div:nth-child(n+3) {
        min-height: 145px;
        border-right: 0;
        border-bottom: 1px solid #29334d;
    }

    .wlx-p29-system-grid > div:last-child {
        border-bottom: 0;
    }

    .wlx-p29-service-index {
        padding-bottom: 80px;
    }

    .wlx-p29-service-index-grid,
    .wlx-p29-metric-strip .wlx-container,
    .wlx-p29-feature-grid,
    .wlx-p29-proof-grid {
        grid-template-columns: 1fr;
    }

    .wlx-p29-service-index-grid a {
        min-height: 220px;
        border-right: 0;
        border-bottom: 1px solid var(--wlx29-line);
    }

    .wlx-p29-service-index-grid a:last-child {
        border-bottom: 0;
    }

    .wlx-p29-metric-strip .wlx-container {
        border-top: 1px solid var(--wlx29-line);
    }

    .wlx-p29-metric-strip .wlx-container > div {
        min-height: 96px;
        border-bottom: 1px solid var(--wlx29-line);
    }

    .wlx-p29-content-section,
    .wlx-p29-proof,
    .wlx-p29-process-section,
    .wlx-p29-principles {
        padding: 82px 0;
    }

    .wlx-p29-feature-grid article,
    .wlx-p29-proof-grid article {
        min-height: 220px;
    }

    .wlx-p29-ticket-card {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 38px 26px;
    }

    .wlx-p29-process li {
        grid-template-columns: 50px 1fr;
    }

    .wlx-p29-principle-list article {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .wlx-p29-global-contact {
        margin-top: 60px;
        padding: 42px 28px;
    }

    .wlx-p29-global-contact::before {
        left: -16px;
        top: -18px;
        width: 100px;
        height: 100px;
    }

    .wlx-p29-global-contact h2 {
        font-size: 34px;
    }

    .wlx-p29-office {
        grid-template-columns: 1fr;
    }

    .wlx-p29-country-mark {
        width: 150px;
    }

    .wlx-p29-legal-nav {
        grid-template-columns: 1fr;
    }

    .wlx-p29-legal-copy section,
    .wlx-p29-legal-copy section + section {
        padding-left: 42px;
    }

    .wlx-p30-compute-platform {
        padding: 82px 0;
    }

    .wlx-p30-profile-card,
    .wlx-p30-gpu-card {
        padding: 28px 22px;
    }

    .wlx-p30-profile-head {
        flex-direction: column;
    }

    .wlx-p30-profile-head small {
        text-align: left;
    }

    .wlx-p30-profile-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .wlx-p30-legal-summary {
        grid-template-columns: 1fr;
    }

    .wlx-p30-inventory .wlx-v19-server-table td::before {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .wlx-p29-hero-copy h1,
    .wlx-p29-service-hero-copy h1,
    .wlx-p29-about-hero h1,
    .wlx-p29-contact-heading h1,
    .wlx-p29-legal-hero h1 {
        font-size: 43px;
    }

    .wlx-p29-hero-copy > p,
    .wlx-p29-service-hero-copy > p,
    .wlx-p29-about-intro p {
        font-size: 15px;
    }

    .wlx-p29-route-nodes {
        grid-template-columns: 1fr;
    }

    .wlx-p29-route-nodes div {
        border-right: 0;
        border-bottom: 1px solid #2a3449;
    }

    .wlx-p29-route-nodes div:last-child {
        border-bottom: 0;
    }
}

/* WLX v31 home — general IDC hero and operations-led infrastructure content */
.wlx-p31-hero {
    position: relative;
    overflow: hidden;
    padding: 116px 0 104px;
    border-bottom: 1px solid var(--wlx29-line);
    background:
        radial-gradient(circle at 88% 18%, rgba(36, 105, 236, .055), transparent 29%),
        #fff;
}

.wlx-p31-hero-grid {
    position: absolute;
    inset: 0 50% 0 0;
    opacity: .55;
    background-image:
        linear-gradient(#efefec 1px, transparent 1px),
        linear-gradient(90deg, #efefec 1px, transparent 1px);
    background-size: 48px 48px;
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 88%);
    mask-image: linear-gradient(90deg, #000, transparent 88%);
    pointer-events: none;
}

.wlx-p31-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(450px, .95fr);
    align-items: center;
    gap: clamp(58px, 7vw, 104px);
}

.wlx-p31-hero-copy h1 {
    max-width: 790px;
    margin: 25px 0 0;
    color: var(--wlx29-ink);
    font-size: clamp(58px, 6vw, 94px);
    font-weight: 500;
    line-height: .95;
    letter-spacing: -.064em;
}

.wlx-p31-hero-copy > p {
    max-width: 690px;
    margin: 34px 0 0;
    color: var(--wlx29-muted);
    font-size: 18px;
    line-height: 1.75;
}

.wlx-p31-hero-board {
    border: 1px solid #20252d;
    background: #0e1521;
    color: #fff;
    box-shadow: 18px 18px 0 #f0f0ed;
}

.wlx-p31-board-head,
.wlx-p31-board-foot {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
}

.wlx-p31-board-head {
    border-bottom: 1px solid #2a3443;
}

.wlx-p31-board-head > span {
    display: flex;
    gap: 7px;
}

.wlx-p31-board-head i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3c4759;
}

.wlx-p31-board-head i:first-child {
    background: #2acbdd;
    box-shadow: 0 0 12px rgba(42, 203, 221, .85);
}

.wlx-p31-board-head b,
.wlx-p31-board-foot,
.wlx-p31-board-summary small {
    color: #8894a7;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .17em;
}

.wlx-p31-board-summary {
    padding: 30px 30px 28px;
    border-bottom: 1px solid #2a3443;
}

.wlx-p31-board-summary small,
.wlx-p31-board-summary strong {
    display: block;
}

.wlx-p31-board-summary strong {
    max-width: 430px;
    margin-top: 13px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.24;
    letter-spacing: -.03em;
}

.wlx-p31-board-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.wlx-p31-board-services > div {
    min-height: 142px;
    padding: 22px 20px;
    border-right: 1px solid #2a3443;
    border-bottom: 1px solid #2a3443;
}

.wlx-p31-board-services > div:last-child {
    border-right: 0;
}

.wlx-p31-board-services span,
.wlx-p31-board-services strong,
.wlx-p31-board-services small {
    display: block;
}

.wlx-p31-board-services span {
    color: #647087;
    font-size: 9px;
    letter-spacing: .14em;
}

.wlx-p31-board-services strong {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}

.wlx-p31-board-services small {
    margin-top: 7px;
    color: #98a1b0;
    font-size: 10px;
    line-height: 1.45;
}

.wlx-p31-board-rack {
    display: grid;
    padding: 22px 30px;
    gap: 5px;
    border-bottom: 1px solid #2a3443;
    background-image: linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.025) 50%);
    background-size: 18px 100%;
}

.wlx-p31-board-rack span {
    position: relative;
    height: 10px;
    border: 1px solid #39475b;
    background: #1a2431;
}

.wlx-p31-board-rack span::before,
.wlx-p31-board-rack span::after {
    content: "";
    position: absolute;
    top: 3px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #49566b;
}

.wlx-p31-board-rack span::before {
    left: 7px;
}

.wlx-p31-board-rack span::after {
    right: 7px;
}

.wlx-p31-board-rack span:nth-child(2)::after,
.wlx-p31-board-rack span:nth-child(5)::after {
    background: #3ddd9f;
    box-shadow: 0 0 7px rgba(61, 221, 159, .8);
}

.wlx-p31-board-foot span:first-child {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #43d99d;
}

.wlx-p31-board-foot i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #43d99d;
}

.wlx-p31-infrastructure {
    padding: 128px 0;
    border-top: 1px solid var(--wlx29-line);
    border-bottom: 1px solid var(--wlx29-line);
    background: #f6f6f4;
}

.wlx-p31-infra-heading {
    display: grid;
    grid-template-columns: .72fr 1.55fr;
    column-gap: 70px;
    margin-bottom: 78px;
}

.wlx-p31-infra-heading > span {
    padding-top: 12px;
    color: #696e75;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
}

.wlx-p31-infra-heading h2 {
    max-width: 900px;
    margin: 0;
    color: var(--wlx29-ink);
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.052em;
}

.wlx-p31-infra-heading p {
    grid-column: 2;
    max-width: 760px;
    margin: 24px 0 0;
    color: var(--wlx29-muted);
    font-size: 16px;
    line-height: 1.75;
}

.wlx-p31-infra-feature {
    display: grid;
    min-height: 550px;
    grid-template-columns: 1.08fr .92fr;
    border: 1px solid #d7d8d6;
    background: #fff;
}

.wlx-p31-infra-feature + .wlx-p31-infra-feature {
    margin-top: 34px;
}

.wlx-p31-infra-feature.is-reversed {
    grid-template-columns: .92fr 1.08fr;
}

.wlx-p31-rack-scene {
    position: relative;
    min-height: 550px;
    overflow: hidden;
    border-right: 1px solid #d7d8d6;
    background: #101419;
}

.wlx-p31-rack-grid {
    position: absolute;
    inset: 0;
    opacity: .2;
    background-image:
        linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px);
    background-size: 36px 36px;
}

.wlx-p31-rack-cabinet {
    position: absolute;
    right: 14%;
    bottom: 18%;
    left: 14%;
    display: grid;
    padding: 22px;
    gap: 8px;
    border: 1px solid #697485;
    background: rgba(17, 23, 31, .88);
    box-shadow: 0 26px 65px rgba(0,0,0,.3);
}

.wlx-p31-rack-cabinet::before,
.wlx-p31-rack-cabinet::after {
    content: "";
    position: absolute;
    top: -18px;
    bottom: -18px;
    width: 13px;
    border: 1px solid #697485;
}

.wlx-p31-rack-cabinet::before {
    left: -20px;
}

.wlx-p31-rack-cabinet::after {
    right: -20px;
}

.wlx-p31-rack-cabinet span {
    position: relative;
    height: 26px;
    border: 1px solid #4b5665;
    background:
        linear-gradient(90deg, #212a35 0 75%, #161d25 75%);
}

.wlx-p31-rack-cabinet span::after {
    content: "";
    position: absolute;
    right: 11px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3ddd9f;
    box-shadow: 0 0 8px rgba(61, 221, 159, .7);
}

.wlx-p31-rack-status {
    position: absolute;
    right: 8%;
    bottom: 7%;
    left: 8%;
    display: grid;
    min-height: 58px;
    padding: 0 18px;
    grid-template-columns: 1fr auto 20px;
    align-items: center;
    gap: 12px;
    border: 1px solid #363d47;
    background: #fff;
}

.wlx-p31-rack-status span {
    color: #5f646c;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .13em;
}

.wlx-p31-rack-status strong {
    font-size: 11px;
    letter-spacing: .08em;
}

.wlx-p31-rack-status i {
    position: relative;
    width: 20px;
    height: 10px;
    border-radius: 10px;
    background: #2fbf78;
}

.wlx-p31-rack-status i::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.wlx-p31-infra-copy {
    display: flex;
    padding: clamp(46px, 6vw, 86px);
    flex-direction: column;
    justify-content: center;
}

.wlx-p31-infra-copy > span {
    color: #777c83;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .17em;
}

.wlx-p31-infra-copy h3 {
    max-width: 560px;
    margin: 22px 0 0;
    color: var(--wlx29-ink);
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.046em;
}

.wlx-p31-infra-copy p {
    max-width: 580px;
    margin: 25px 0 0;
    color: var(--wlx29-muted);
    font-size: 15px;
    line-height: 1.78;
}

.wlx-p31-infra-copy > .wlx-p29-text-link {
    margin-top: 32px;
    align-self: flex-start;
}

.wlx-p31-infra-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
    border-top: 1px solid var(--wlx29-line);
    border-left: 1px solid var(--wlx29-line);
}

.wlx-p31-infra-tags span {
    min-height: 44px;
    padding: 13px 14px;
    border-right: 1px solid var(--wlx29-line);
    border-bottom: 1px solid var(--wlx29-line);
    color: #3e4349;
    font-size: 11px;
    font-weight: 600;
}

.wlx-p31-ops-panel {
    display: grid;
    min-height: 550px;
    padding: 46px;
    align-content: center;
    gap: 12px;
    border-left: 1px solid #d7d8d6;
    background:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
        #101419;
    background-size: 36px 36px;
    color: #fff;
}

.wlx-p31-ops-panel > div {
    position: relative;
    display: grid;
    min-height: 82px;
    padding: 0 50px 0 18px;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    border: 1px solid #343c47;
    background: rgba(15, 20, 26, .92);
}

.wlx-p31-ops-panel span {
    color: #677385;
    font-size: 9px;
    letter-spacing: .13em;
}

.wlx-p31-ops-panel small {
    color: #929cab;
    font-size: 11px;
}

.wlx-p31-ops-panel strong {
    font-size: 13px;
    font-weight: 600;
}

.wlx-p31-ops-panel i {
    position: absolute;
    right: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3ddd9f;
    box-shadow: 0 0 9px rgba(61, 221, 159, .7);
}

@media (max-width: 1199px) {
    .wlx-p31-hero-inner {
        grid-template-columns: 1fr 430px;
        gap: 52px;
    }

    .wlx-p31-hero-board {
        box-shadow: 12px 12px 0 #f0f0ed;
    }

    .wlx-p31-infra-feature,
    .wlx-p31-infra-feature.is-reversed {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .wlx-p31-hero {
        padding: 80px 0;
    }

    .wlx-p31-hero-grid {
        inset: 0;
    }

    .wlx-p31-hero-inner,
    .wlx-p31-infra-heading,
    .wlx-p31-infra-feature,
    .wlx-p31-infra-feature.is-reversed {
        grid-template-columns: 1fr;
    }

    .wlx-p31-hero-copy h1 {
        font-size: clamp(48px, 9.4vw, 76px);
    }

    .wlx-p31-infrastructure {
        padding: 92px 0;
    }

    .wlx-p31-infra-heading {
        gap: 0;
        margin-bottom: 54px;
    }

    .wlx-p31-infra-heading h2,
    .wlx-p31-infra-heading p {
        grid-column: 1;
    }

    .wlx-p31-infra-heading h2 {
        margin-top: 20px;
    }

    .wlx-p31-rack-scene,
    .wlx-p31-ops-panel {
        min-height: 480px;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #d7d8d6;
    }

    .wlx-p31-infra-feature.is-reversed .wlx-p31-ops-panel {
        order: -1;
    }
}

@media (max-width: 767px) {
    .wlx-p31-hero-board {
        box-shadow: 8px 8px 0 #f0f0ed;
    }

    .wlx-p31-board-services {
        grid-template-columns: 1fr;
    }

    .wlx-p31-board-services > div {
        min-height: 112px;
        border-right: 0;
    }

    .wlx-p31-board-foot {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 7px;
    }

    .wlx-p31-infrastructure {
        padding: 76px 0;
    }

    .wlx-p31-infra-copy {
        padding: 42px 25px;
    }

    .wlx-p31-rack-scene,
    .wlx-p31-ops-panel {
        min-height: 410px;
    }

    .wlx-p31-ops-panel {
        padding: 24px;
    }

    .wlx-p31-ops-panel > div {
        padding-right: 40px;
        grid-template-columns: 28px 1fr;
    }

    .wlx-p31-ops-panel strong {
        grid-column: 2;
        margin-top: -16px;
        color: #fff;
    }
}

@media (max-width: 480px) {
    .wlx-p31-hero-copy h1 {
        font-size: 43px;
    }

    .wlx-p31-hero-copy > p {
        font-size: 15px;
    }

    .wlx-p31-board-summary,
    .wlx-p31-board-rack {
        padding-right: 20px;
        padding-left: 20px;
    }

    .wlx-p31-infra-heading h2 {
        font-size: 39px;
    }

    .wlx-p31-infra-tags {
        grid-template-columns: 1fr;
    }
}

/* WLX v32 — AI-ready compute and workload presentation */
.wlx-p32-hero-ai-line {
    display: flex;
    margin-top: 22px;
    align-items: center;
    gap: 11px;
}

.wlx-p32-hero-ai-line i {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid #4e6377;
    color: #58ddff;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .08em;
    box-shadow: inset 0 0 14px rgba(88, 221, 255, .07);
}

.wlx-p32-hero-ai-line span {
    color: #a2adbc;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
}

.wlx-p30-profile-row {
    grid-template-columns: 190px 1fr 150px;
}

.wlx-p30-profile-row.is-leading {
    margin: 0 -16px;
    padding-right: 16px;
    padding-left: 16px;
    background: linear-gradient(90deg, rgba(44, 105, 236, .065), transparent 78%);
}

.wlx-p30-profile-row.is-leading > i b {
    background: linear-gradient(90deg, #101317 0 68%, #2469ec);
}

.wlx-p30-profile-row em b {
    display: block;
    margin-bottom: 4px;
    color: #111317;
    font-size: 15px;
    font-style: normal;
    line-height: 1;
}

.wlx-p32-profile-disclaimer {
    margin: 4px 0 0;
    padding-top: 20px;
    border-top: 1px solid #e4e5e2;
    color: #858a90;
    font-size: 10px;
    line-height: 1.6;
}

.wlx-p32-ai-chip {
    display: inline-flex;
    margin-bottom: 26px;
    padding: 8px 10px;
    align-items: center;
    gap: 8px;
    border: 1px solid #35424e;
    color: #86e8ff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
}

.wlx-p32-ai-chip i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #50dcff;
    box-shadow: 0 0 11px rgba(80, 220, 255, .9);
}

.wlx-p32-ai-infrastructure {
    --wlx32-ai-cyan: #59ddff;
    --wlx32-ai-blue: #4775ff;
    --wlx32-ai-violet: #8a6cff;
    position: relative;
    padding: 130px 0;
    overflow: hidden;
    border-bottom: 1px solid #252b35;
    background:
        radial-gradient(circle at 15% 18%, rgba(71, 117, 255, .12), transparent 27%),
        radial-gradient(circle at 88% 68%, rgba(138, 108, 255, .09), transparent 29%),
        #0e1117;
    color: #fff;
}

.wlx-p32-ai-infrastructure::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image:
        radial-gradient(circle, #93a9bf 1px, transparent 1.2px);
    background-size: 28px 28px;
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 52%, #000);
    mask-image: linear-gradient(90deg, #000, transparent 52%, #000);
    pointer-events: none;
}

.wlx-p32-ai-infrastructure > .wlx-container {
    position: relative;
}

.wlx-p32-ai-infrastructure.is-dedicated {
    border-top: 1px solid #252b35;
}

.wlx-p32-ai-heading {
    display: grid;
    grid-template-columns: .42fr 1.08fr;
    column-gap: 74px;
}

.wlx-p32-ai-heading > span {
    padding-top: 10px;
    color: #8d9bad;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
}

.wlx-p32-ai-heading h2 {
    max-width: 880px;
    margin: 0;
    color: #fff;
    font-size: clamp(46px, 5.2vw, 76px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.055em;
}

.wlx-p32-ai-heading p {
    grid-column: 2;
    max-width: 820px;
    margin: 28px 0 0;
    color: #a5adb8;
    font-size: 16px;
    line-height: 1.8;
}

.wlx-p32-ai-console {
    margin-top: 70px;
    border: 1px solid #35404e;
    background: rgba(12, 16, 22, .88);
    box-shadow:
        18px 18px 0 rgba(255,255,255,.025),
        inset 0 0 80px rgba(71, 117, 255, .035);
    backdrop-filter: blur(8px);
}

.wlx-p32-ai-console-head {
    display: grid;
    min-height: 56px;
    padding: 0 22px;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    border-bottom: 1px solid #303a47;
}

.wlx-p32-ai-console-head > span {
    display: flex;
    gap: 7px;
}

.wlx-p32-ai-console-head > span i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3d4857;
}

.wlx-p32-ai-console-head > span i:first-child {
    background: var(--wlx32-ai-cyan);
    box-shadow: 0 0 12px rgba(89, 221, 255, .85);
}

.wlx-p32-ai-console-head b,
.wlx-p32-ai-console-head em {
    color: #8995a5;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .16em;
}

.wlx-p32-ai-console-head em {
    justify-self: end;
    color: #52d99e;
}

.wlx-p32-ai-flow {
    display: grid;
    min-height: 310px;
    padding: 52px 42px;
    grid-template-columns: 1fr 74px 1fr 74px 1fr 74px 1fr;
    align-items: center;
    border-bottom: 1px solid #303a47;
    background:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 34px 34px;
}

.wlx-p32-ai-stage {
    position: relative;
    display: flex;
    min-height: 190px;
    padding: 22px;
    align-items: flex-start;
    flex-direction: column;
    border: 1px solid #364250;
    background: rgba(15, 20, 28, .94);
}

.wlx-p32-ai-stage > span {
    color: #647187;
    font-size: 9px;
    letter-spacing: .14em;
}

.wlx-p32-ai-stage > i {
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    margin-top: 20px;
    border: 1px solid #536274;
    background: #131a23;
    box-shadow: inset 0 0 16px rgba(89, 221, 255, .04);
}

.wlx-p32-ai-stage > i::before,
.wlx-p32-ai-stage > i::after {
    content: "";
    position: absolute;
}

.wlx-p32-ai-stage > i::before {
    inset: 10px;
    border: 1px solid var(--wlx32-ai-cyan);
}

.wlx-p32-ai-stage > i::after {
    top: 21px;
    right: -7px;
    width: 12px;
    height: 3px;
    background: var(--wlx32-ai-cyan);
    box-shadow:
        -38px 0 var(--wlx32-ai-cyan),
        -19px -19px var(--wlx32-ai-violet),
        -19px 19px var(--wlx32-ai-violet);
}

.wlx-p32-ai-stage > i.is-memory::before {
    inset: 8px 13px;
    border-top: 5px double var(--wlx32-ai-cyan);
    border-right: 1px solid var(--wlx32-ai-cyan);
    border-bottom: 5px double var(--wlx32-ai-cyan);
    border-left: 1px solid var(--wlx32-ai-cyan);
}

.wlx-p32-ai-stage > i.is-compute::before {
    inset: 9px;
    border: 1px solid var(--wlx32-ai-violet);
    box-shadow: inset 0 0 0 5px #131a23, inset 0 0 0 6px var(--wlx32-ai-cyan);
}

.wlx-p32-ai-stage > i.is-output::before {
    inset: 12px 8px;
    border: 0;
    background:
        linear-gradient(90deg,
            var(--wlx32-ai-cyan) 0 15%,
            transparent 15% 28%,
            var(--wlx32-ai-cyan) 28% 55%,
            transparent 55% 68%,
            var(--wlx32-ai-violet) 68% 100%);
}

.wlx-p32-ai-stage strong {
    display: block;
    margin-top: 18px;
    font-size: 15px;
    font-weight: 650;
}

.wlx-p32-ai-stage small {
    display: block;
    margin-top: 6px;
    color: #8994a3;
    font-size: 10px;
    line-height: 1.5;
}

.wlx-p32-ai-flow > b {
    position: relative;
    display: flex;
    height: 1px;
    align-items: center;
    justify-content: space-around;
    background: linear-gradient(90deg, #435267, var(--wlx32-ai-cyan), #435267);
}

.wlx-p32-ai-flow > b i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--wlx32-ai-cyan);
    box-shadow: 0 0 8px rgba(89, 221, 255, .85);
    animation: wlx32-data-pulse 2.8s ease-in-out infinite;
}

.wlx-p32-ai-flow > b i:nth-child(2) {
    animation-delay: .45s;
}

.wlx-p32-ai-flow > b i:nth-child(3) {
    animation-delay: .9s;
}

@keyframes wlx32-data-pulse {
    0%, 100% { opacity: .25; transform: scale(.7); }
    45% { opacity: 1; transform: scale(1.3); }
}

.wlx-p32-ai-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.wlx-p32-ai-metrics > div {
    min-height: 130px;
    padding: 24px;
    border-right: 1px solid #303a47;
}

.wlx-p32-ai-metrics > div:last-child {
    border-right: 0;
}

.wlx-p32-ai-metrics span,
.wlx-p32-ai-metrics strong,
.wlx-p32-ai-metrics small {
    display: block;
}

.wlx-p32-ai-metrics span {
    color: #6f7d91;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
}

.wlx-p32-ai-metrics strong {
    margin-top: 14px;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -.025em;
}

.wlx-p32-ai-metrics small {
    margin-top: 7px;
    color: #8e99a7;
    font-size: 10px;
    line-height: 1.45;
}

.wlx-p32-ai-usecases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 64px;
    border-top: 1px solid #333d49;
    border-left: 1px solid #333d49;
}

.wlx-p32-ai-usecases article {
    position: relative;
    min-height: 270px;
    padding: 30px;
    border-right: 1px solid #333d49;
    border-bottom: 1px solid #333d49;
    background: rgba(15, 20, 27, .7);
}

.wlx-p32-ai-usecases article > span {
    color: #5f6d80;
    font-size: 9px;
    letter-spacing: .14em;
}

.wlx-p32-ai-usecases article > i {
    position: absolute;
    right: 28px;
    top: 26px;
    width: 24px;
    height: 24px;
    border: 1px solid #4d5a6b;
    transform: rotate(45deg);
}

.wlx-p32-ai-usecases article > i::before,
.wlx-p32-ai-usecases article > i::after {
    content: "";
    position: absolute;
    background: var(--wlx32-ai-cyan);
}

.wlx-p32-ai-usecases article > i::before {
    top: 10px;
    left: -5px;
    width: 32px;
    height: 2px;
}

.wlx-p32-ai-usecases article > i::after {
    top: -5px;
    left: 10px;
    width: 2px;
    height: 32px;
}

.wlx-p32-ai-usecases h3 {
    margin: 70px 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 550;
    letter-spacing: -.025em;
}

.wlx-p32-ai-usecases p {
    max-width: 350px;
    margin: 14px 0 0;
    color: #969faa;
    font-size: 12px;
    line-height: 1.7;
}

.wlx-p32-ai-cta {
    display: grid;
    margin-top: 64px;
    padding: 48px 50px;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 50px;
    border: 1px solid #394452;
    background: linear-gradient(110deg, rgba(71,117,255,.09), rgba(138,108,255,.04));
}

.wlx-p32-ai-cta span {
    color: #7f8ca0;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
}

.wlx-p32-ai-cta h3 {
    max-width: 780px;
    margin: 14px 0 0;
    color: #fff;
    font-size: clamp(28px, 3vw, 43px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.wlx-p32-ai-cta p {
    max-width: 780px;
    margin: 16px 0 0;
    color: #9ca6b3;
    font-size: 13px;
    line-height: 1.7;
}

.wlx-p32-ai-cta .wlx-p29-button {
    border-color: #fff;
    background: #fff;
    color: #101319 !important;
}

.wlx-p32-ai-cta .wlx-p29-button:hover,
.wlx-p32-ai-cta .wlx-p29-button:focus {
    background: var(--wlx32-ai-cyan);
    color: #0a1119 !important;
}

@media (max-width: 1199px) {
    .wlx-p32-ai-flow {
        padding-right: 25px;
        padding-left: 25px;
        grid-template-columns: 1fr 42px 1fr 42px 1fr 42px 1fr;
    }
}

@media (max-width: 991px) {
    .wlx-p32-ai-infrastructure {
        padding: 92px 0;
    }

    .wlx-p32-ai-heading {
        grid-template-columns: 1fr;
    }

    .wlx-p32-ai-heading h2 {
        margin-top: 22px;
    }

    .wlx-p32-ai-heading p {
        grid-column: 1;
    }

    .wlx-p32-ai-flow {
        grid-template-columns: 1fr 34px 1fr;
        gap: 0;
    }

    .wlx-p32-ai-flow > b:nth-of-type(2) {
        display: none;
    }

    .wlx-p32-ai-stage:nth-of-type(3) {
        margin-top: 34px;
        grid-column: 1;
    }

    .wlx-p32-ai-stage:nth-of-type(4) {
        margin-top: 34px;
        grid-column: 3;
    }

    .wlx-p32-ai-flow > b:nth-of-type(3) {
        display: none;
    }

    .wlx-p32-ai-metrics,
    .wlx-p32-ai-usecases {
        grid-template-columns: repeat(2, 1fr);
    }

    .wlx-p32-ai-metrics > div:nth-child(2) {
        border-right: 0;
    }

    .wlx-p32-ai-metrics > div:nth-child(-n+2) {
        border-bottom: 1px solid #303a47;
    }

    .wlx-p32-ai-cta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .wlx-p30-profile-row {
        grid-template-columns: 1fr;
    }

    .wlx-p30-profile-row.is-leading {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .wlx-p32-ai-console {
        box-shadow: 8px 8px 0 rgba(255,255,255,.025);
    }

    .wlx-p32-ai-console-head {
        grid-template-columns: 1fr auto;
    }

    .wlx-p32-ai-console-head b {
        display: none;
    }

    .wlx-p32-ai-flow {
        padding: 28px 22px;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .wlx-p32-ai-flow > b {
        width: 1px;
        height: 30px;
        margin: 0 auto;
        flex-direction: column;
    }

    .wlx-p32-ai-flow > b:nth-of-type(2),
    .wlx-p32-ai-flow > b:nth-of-type(3) {
        display: flex;
    }

    .wlx-p32-ai-stage:nth-of-type(3),
    .wlx-p32-ai-stage:nth-of-type(4) {
        margin-top: 0;
        grid-column: 1;
    }

    .wlx-p32-ai-metrics,
    .wlx-p32-ai-usecases {
        grid-template-columns: 1fr;
    }

    .wlx-p32-ai-metrics > div,
    .wlx-p32-ai-metrics > div:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #303a47;
    }

    .wlx-p32-ai-metrics > div:last-child {
        border-bottom: 0;
    }

    .wlx-p32-ai-cta {
        padding: 36px 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wlx-p32-ai-flow > b i {
        animation: none;
    }
}

/* WLX v33 — white AI section for the Dedicated Servers page */
.wlx-p32-ai-infrastructure.is-dedicated {
    --wlx32-ai-cyan: #1677e8;
    --wlx32-ai-blue: #2469ec;
    --wlx32-ai-violet: #6657d9;
    border-top: 1px solid var(--wlx29-line);
    border-bottom: 1px solid var(--wlx29-line);
    background:
        radial-gradient(circle at 12% 18%, rgba(36, 105, 236, .055), transparent 27%),
        radial-gradient(circle at 88% 72%, rgba(102, 87, 217, .04), transparent 28%),
        #f7f7f5;
    color: var(--wlx29-ink);
}

.wlx-p32-ai-infrastructure.is-dedicated::before {
    opacity: .2;
    background-image: radial-gradient(circle, #b4bac1 1px, transparent 1.2px);
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-heading > span {
    color: #747a81;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-heading h2 {
    color: var(--wlx29-ink);
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-heading p {
    color: var(--wlx29-muted);
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-console {
    border-color: #cfd2d5;
    background: rgba(255,255,255,.94);
    color: var(--wlx29-ink);
    box-shadow:
        18px 18px 0 #ecece8,
        inset 0 0 70px rgba(36, 105, 236, .025);
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-console-head {
    border-bottom-color: #d9dbdd;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-console-head > span i {
    background: #c7cbd0;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-console-head > span i:first-child {
    background: #1677e8;
    box-shadow: 0 0 10px rgba(22, 119, 232, .35);
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-console-head b {
    color: #68717c;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-console-head em {
    color: #27865f;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-flow {
    border-bottom-color: #d9dbdd;
    background:
        linear-gradient(rgba(17,19,23,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17,19,23,.035) 1px, transparent 1px),
        #f4f5f5;
    background-size: 34px 34px;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-stage {
    border-color: #cfd3d7;
    background: rgba(255,255,255,.97);
    box-shadow: 0 8px 22px rgba(29, 36, 45, .035);
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-stage > span {
    color: #8a9097;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-stage > i {
    border-color: #9ba5af;
    background: #fff;
    box-shadow: inset 0 0 16px rgba(36, 105, 236, .035);
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-stage > i.is-compute::before {
    box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 6px var(--wlx32-ai-cyan);
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-stage strong {
    color: #15181c;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-stage small {
    color: #6f767e;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-flow > b {
    background: linear-gradient(90deg, #a7afb8, var(--wlx32-ai-cyan), #a7afb8);
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-flow > b i {
    box-shadow: 0 0 8px rgba(22, 119, 232, .42);
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-metrics > div {
    border-right-color: #d9dbdd;
    background: #fff;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-metrics span {
    color: #7b828a;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-metrics strong {
    color: #111317;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-metrics small {
    color: #737a82;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-usecases {
    border-top-color: #d2d4d6;
    border-left-color: #d2d4d6;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-usecases article {
    border-right-color: #d2d4d6;
    border-bottom-color: #d2d4d6;
    background: rgba(255,255,255,.92);
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-usecases article > span {
    color: #8a9097;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-usecases article > i {
    border-color: #9ca5af;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-usecases h3 {
    color: #111317;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-usecases p {
    color: #676e76;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-cta {
    border-color: #cfd2d5;
    background:
        linear-gradient(110deg, rgba(36,105,236,.055), rgba(102,87,217,.025)),
        #fff;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-cta span {
    color: #777f88;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-cta h3 {
    color: #111317;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-cta p {
    color: #666d75;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-cta .wlx-p29-button {
    border-color: #111317;
    background: #111317;
    color: #fff !important;
}

.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-cta .wlx-p29-button:hover,
.wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-cta .wlx-p29-button:focus {
    background: #31353a;
    color: #fff !important;
}

@media (max-width: 991px) {
    .wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-metrics > div:nth-child(2) {
        border-right: 0;
    }

    .wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-metrics > div:nth-child(-n+2) {
        border-bottom-color: #d9dbdd;
    }
}

@media (max-width: 767px) {
    .wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-console {
        box-shadow: 8px 8px 0 #ecece8;
    }

    .wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-metrics > div,
    .wlx-p32-ai-infrastructure.is-dedicated .wlx-p32-ai-metrics > div:nth-child(2) {
        border-bottom-color: #d9dbdd;
    }
}

/* WLX v35 — single Hong Kong contact page */
.wlx-p35-contact-hero {
    padding-bottom: 72px;
}

.wlx-p35-contact-main {
    padding: 0 0 118px;
    background: #fff;
}

.wlx-p35-contact-card {
    display: grid;
    max-width: 1120px;
    margin: 0 auto;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    border: 1px solid var(--wlx29-line);
    background: #fff;
    box-shadow: 18px 18px 0 #f1f1ee;
}

.wlx-p35-contact-intro {
    padding: 68px 64px;
}

.wlx-p35-contact-intro > span,
.wlx-p35-company-head span {
    color: #81868d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .17em;
}

.wlx-p35-contact-intro h2 {
    max-width: 620px;
    margin: 20px 0 0;
    color: #111317;
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.wlx-p35-contact-intro > p {
    max-width: 640px;
    margin: 26px 0 0;
    color: var(--wlx29-muted);
    font-size: 16px;
    line-height: 1.8;
}

.wlx-p35-direct-links {
    display: grid;
    margin-top: 42px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--wlx29-line);
    border-left: 1px solid var(--wlx29-line);
}

.wlx-p35-direct-links > a {
    display: flex;
    min-width: 0;
    min-height: 86px;
    padding: 18px;
    align-items: center;
    gap: 14px;
    border-right: 1px solid var(--wlx29-line);
    border-bottom: 1px solid var(--wlx29-line);
    color: #111317 !important;
    text-decoration: none !important;
    transition: background-color .2s ease, color .2s ease;
}

.wlx-p35-direct-links > a:hover,
.wlx-p35-direct-links > a:focus {
    background: #111317;
    color: #fff !important;
}

.wlx-p35-direct-links svg {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

.wlx-p35-direct-links span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.wlx-p35-direct-links small {
    color: #858a90;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .13em;
}

.wlx-p35-direct-links strong {
    overflow: hidden;
    font-size: 14px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wlx-p35-company-panel {
    padding: 54px 48px;
    background: #111317;
    color: #fff;
}

.wlx-p35-company-head {
    display: flex;
    align-items: center;
    gap: 22px;
}

.wlx-p35-hk-flag {
    width: 112px;
    aspect-ratio: 1.5 / 1;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    background: #d92d20;
}

.wlx-p35-hk-flag img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wlx-p35-company-head span {
    color: #8f959c;
}

.wlx-p35-company-head h2 {
    margin: 9px 0 0;
    color: #fff;
    font-size: 27px;
    font-weight: 550;
}

.wlx-p35-company-panel dl {
    margin: 42px 0 0;
}

.wlx-p35-company-panel dl > div {
    display: grid;
    padding: 17px 0;
    grid-template-columns: 115px 1fr;
    gap: 20px;
    border-top: 1px solid #34383d;
}

.wlx-p35-company-panel dt {
    color: #8f959c;
    font-size: 11px;
    font-weight: 500;
}

.wlx-p35-company-panel dd {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.65;
}

.wlx-p35-company-panel dd a {
    color: #fff !important;
    text-decoration-color: #60656c;
    text-underline-offset: 4px;
}

.wlx-p35-contact-routes {
    padding: 112px 0 124px;
    border-top: 1px solid var(--wlx29-line);
    background: var(--wlx29-soft);
}

.wlx-p35-contact-routes .wlx-p29-section-heading {
    max-width: 760px;
}

.wlx-p35-route-grid {
    display: grid;
    margin-top: 62px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--wlx29-line);
    border-left: 1px solid var(--wlx29-line);
}

.wlx-p35-route-grid article {
    display: flex;
    min-height: 320px;
    padding: 34px 32px;
    flex-direction: column;
    border-right: 1px solid var(--wlx29-line);
    border-bottom: 1px solid var(--wlx29-line);
    background: #fff;
}

.wlx-p35-route-grid article > span {
    color: #9a9fa5;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
}

.wlx-p35-route-grid h3 {
    margin: 72px 0 0;
    color: #111317;
    font-size: 25px;
    font-weight: 600;
}

.wlx-p35-route-grid p {
    margin: 16px 0 30px;
    color: var(--wlx29-muted);
    font-size: 14px;
    line-height: 1.7;
}

.wlx-p35-route-grid a {
    margin-top: auto;
    color: #111317 !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.wlx-p35-route-grid a b {
    margin-left: 5px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .wlx-p35-contact-card {
        grid-template-columns: 1fr;
    }

    .wlx-p35-route-grid {
        grid-template-columns: 1fr;
    }

    .wlx-p35-route-grid article {
        min-height: 250px;
    }

    .wlx-p35-route-grid h3 {
        margin-top: 42px;
    }
}

@media (max-width: 767px) {
    .wlx-p35-contact-hero {
        padding-bottom: 54px;
    }

    .wlx-p35-contact-main {
        padding-bottom: 88px;
    }

    .wlx-p35-contact-card {
        box-shadow: 9px 9px 0 #f1f1ee;
    }

    .wlx-p35-contact-intro,
    .wlx-p35-company-panel {
        padding: 40px 25px;
    }

    .wlx-p35-contact-intro h2 {
        font-size: 38px;
    }

    .wlx-p35-direct-links {
        grid-template-columns: 1fr;
    }

    .wlx-p35-company-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .wlx-p35-company-panel dl > div {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .wlx-p35-contact-routes {
        padding: 84px 0 94px;
    }

    .wlx-p35-route-grid {
        margin-top: 42px;
    }
}

/* ============================================================
   WLX v42 — complete legal documents
   ============================================================ */
.wlx-v42-legal-hero h1 {
    max-width: 980px;
    font-size: clamp(48px, 5.2vw, 76px);
    line-height: 1.04;
    letter-spacing: -.05em;
}

.wlx-v42-legal-hero > .wlx-container > p {
    max-width: 900px;
    font-size: 17px;
}

.wlx-v42-legal-summary {
    max-width: 1050px;
}

.wlx-v42-legal-layout {
    grid-template-columns: minmax(260px, 310px) minmax(0, 1fr);
    gap: clamp(52px, 6vw, 96px);
}

.wlx-v42-legal-nav {
    max-height: calc(100vh - 150px);
    padding-right: 18px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #aeb2b6 transparent;
    scrollbar-width: thin;
}

.wlx-v42-legal-nav::-webkit-scrollbar {
    width: 5px;
}

.wlx-v42-legal-nav::-webkit-scrollbar-thumb {
    background: #aeb2b6;
}

.wlx-v42-legal-nav a {
    padding: 12px 0;
    font-size: 13px;
    line-height: 1.45;
}

.wlx-v42-legal-nav a:hover,
.wlx-v42-legal-nav a:focus-visible {
    color: #000 !important;
    padding-left: 7px;
}

.wlx-v42-legal-copy {
    max-width: 900px;
}

.wlx-v42-legal-copy section {
    padding-bottom: 64px;
}

.wlx-v42-legal-copy section + section {
    padding-top: 64px;
}

.wlx-v42-legal-copy section + section > span {
    top: 72px;
}

.wlx-v42-legal-copy h2 {
    max-width: 760px;
    font-size: clamp(25px, 2.2vw, 32px);
    line-height: 1.28;
}

.wlx-v42-legal-copy p,
.wlx-v42-legal-copy li {
    font-size: 15px;
    line-height: 1.9;
}

.wlx-v42-legal-copy ol {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #eeeeeb;
}

.wlx-v42-legal-copy ol li {
    position: relative;
    padding: 13px 12px 13px 30px;
    border-bottom: 1px solid #eeeeeb;
    color: #4e545c;
}

.wlx-v42-legal-copy ol li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 24px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #17191c;
    transform: translateY(-50%);
}

html[lang="zh-TW"] .wlx-v42-legal-copy h2,
html[lang="zh-TW"] .wlx-v42-legal-hero h1 {
    letter-spacing: -.035em;
}

@media (max-width: 1199px) {
    .wlx-v42-legal-layout {
        grid-template-columns: 1fr;
    }

    .wlx-v42-legal-nav {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-height: 390px;
        padding: 0 18px 0 0;
    }
}

@media (max-width: 767px) {
    .wlx-v42-legal-hero {
        padding: 74px 0 55px;
    }

    .wlx-v42-legal-hero h1 {
        font-size: 42px;
    }

    .wlx-v42-legal-hero > .wlx-container > p {
        font-size: 15px;
    }

    .wlx-v42-legal-body {
        padding: 58px 0 90px;
    }

    .wlx-v42-legal-nav {
        grid-template-columns: 1fr;
        max-height: 300px;
    }

    .wlx-v42-legal-copy section,
    .wlx-v42-legal-copy section + section {
        padding-left: 40px;
    }

    .wlx-v42-legal-copy h2 {
        font-size: 25px;
    }

    .wlx-v42-legal-copy p,
    .wlx-v42-legal-copy li {
        font-size: 14px;
    }
}
