﻿/* =========================================================
   WILLSMARG GLOBAL DELIVERY — LEVEL 5 PREMIUM PAGE
========================================================= */

:root {
    --wsm-global-bg: #f7f9fc;
    --wsm-global-surface: #ffffff;
    --wsm-global-ink: #0b1f3a;
    --wsm-global-ink-2: #20324d;
    --wsm-global-muted: #64748b;
    --wsm-global-line: #dfe7ef;
    --wsm-global-teal: #00a8c8;
    --wsm-global-teal-2: #e5fbff;
    --wsm-global-teal-dark: #007d95;
    --wsm-global-shadow: 0 16px 42px rgba(11,31,58,.075);
    --wsm-global-shadow-lg: 0 28px 72px rgba(11,31,58,.13);
    --wsm-global-radius: 24px;
}

.wsm-global-page {
    color: var(--wsm-global-ink);
    background: var(--wsm-global-bg);
    overflow-x: hidden;
}

.wsm-global-shell {
    width: 100%;
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
    margin: 0 auto;
}

.wsm-global-section {
    position: relative;
    padding: clamp(64px, 5vw, 96px) 0;
    border-bottom: 1px solid var(--wsm-global-line);
}

.wsm-global-head h2,
.wsm-global-split-head h2,
.wsm-global-cta-card h2 {
    margin: 22px 0 14px;
    color: var(--wsm-global-ink);
    font-size: clamp(2.25rem, 3.15vw, 4.25rem);
    line-height: 1.05;
    letter-spacing: -.055em;
    font-weight: 950;
}

.wsm-global-head p,
.wsm-global-split-head p,
.wsm-global-model-card p,
.wsm-global-flow-card p,
.wsm-global-region-card p,
.wsm-global-governance-grid p,
.wsm-global-outcome-card p,
.wsm-global-cta-card p {
    color: var(--wsm-global-muted);
    font-size: clamp(.95rem, .9vw, 1.04rem);
    line-height: 1.72;
    font-weight: 620;
}

.wsm-global-head-center {
    max-width: 1120px;
    margin: 0 auto clamp(34px, 4vw, 54px);
    text-align: center;
}

    .wsm-global-head-center p {
        max-width: 880px;
        margin-left: auto;
        margin-right: auto;
    }

.wsm-global-split-head {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .8fr);
    gap: clamp(28px, 5vw, 86px);
    align-items: end;
    margin-bottom: 34px;
}

    .wsm-global-split-head p {
        margin: 0 0 8px;
        max-width: 760px;
    }

/* HERO */
.wsm-global-hero {
    position: relative;
    padding: clamp(58px, 5vw, 92px) 0 clamp(60px, 5vw, 96px);
    background: linear-gradient(rgba(11,31,58,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(11,31,58,.035) 1px, transparent 1px), radial-gradient(circle at 8% 12%, rgba(0,168,200,.11), transparent 30%), radial-gradient(circle at 90% 18%, rgba(29,78,216,.07), transparent 28%), linear-gradient(135deg, #fbfdff 0%, #f4f8fb 52%, #eef5f8 100%);
    background-size: 46px 46px, 46px 46px, auto, auto, auto;
    border-bottom: 1px solid var(--wsm-global-line);
    overflow: hidden;
}

    .wsm-global-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(110deg, transparent 0 48%, rgba(0,168,200,.075) 48% 49%, transparent 49% 100%);
        pointer-events: none;
    }

.wsm-global-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(560px, .88fr);
    gap: clamp(42px, 5vw, 92px);
    align-items: center;
}

.wsm-global-hero-copy h1 {
    max-width: 1120px;
    margin: 26px 0 22px;
    color: var(--wsm-global-ink);
    font-size: clamp(3rem, 5vw, 6.15rem);
    line-height: .99;
    letter-spacing: -.072em;
    font-weight: 950;
}

.wsm-global-hero-copy p {
    max-width: 1040px;
    color: var(--wsm-global-muted);
    font-size: clamp(1rem, 1.05vw, 1.15rem);
    line-height: 1.82;
    font-weight: 620;
}

.wsm-global-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.wsm-global-proof-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

    .wsm-global-proof-strip span {
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0 14px;
        border-radius: 999px;
        color: var(--wsm-global-ink);
        background: rgba(255,255,255,.88);
        border: 1px solid var(--wsm-global-line);
        box-shadow: 0 8px 22px rgba(11,31,58,.045);
        font-size: .86rem;
        font-weight: 900;
    }

    .wsm-global-proof-strip i {
        color: var(--wsm-global-teal-dark);
    }

/* SIGNATURE BOARD */
.wsm-global-system-card {
    position: relative;
    width: 100%;
    max-width: 850px;
    margin-left: auto;
    border: 1px solid var(--wsm-global-line);
    border-radius: 30px;
    background: rgba(255,255,255,.96);
    box-shadow: var(--wsm-global-shadow);
    overflow: hidden;
    animation: wsmGlobalBoardIn .85s cubic-bezier(.22,1,.36,1) both;
}

@keyframes wsmGlobalBoardIn {
    from {
        opacity: 0;
        transform: translateY(28px) scale(.975);
        filter: blur(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

.wsm-global-system-card::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-120%);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
    animation: wsmGlobalBoardSweep 1.1s ease .45s both;
    pointer-events: none;
}

@keyframes wsmGlobalBoardSweep {
    to {
        transform: translateX(120%);
    }
}

.wsm-global-system-head {
    min-height: 60px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid var(--wsm-global-line);
    background: #fbfdff;
}

    .wsm-global-system-head span, .wsm-global-system-head strong {
        text-transform: uppercase;
        letter-spacing: .11em;
        font-size: .74rem;
        font-weight: 950;
        color: #8a98aa;
    }

    .wsm-global-system-head strong {
        color: var(--wsm-global-teal-dark);
    }

.wsm-global-system-body {
    position: relative;
    min-height: 485px;
    background: linear-gradient(rgba(11,31,58,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(11,31,58,.045) 1px, transparent 1px), #fff;
    background-size: 34px 34px;
    isolation: isolate;
}

    .wsm-global-system-body::before {
        content: "";
        position: absolute;
        inset: 12%;
        border: 1px dashed rgba(0,168,200,.30);
        border-radius: 34px;
        z-index: 0;
    }

.wsm-global-line-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.wsm-global-line {
    fill: none;
    stroke: rgba(0,168,200,.45);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 640;
    stroke-dashoffset: 640;
    animation: wsmGlobalLineDraw 1.25s cubic-bezier(.22,1,.36,1) forwards;
}

.line-a {
    animation-delay: .55s;
}

.line-b {
    animation-delay: .72s;
}

.line-c {
    animation-delay: .88s;
}

.line-d {
    animation-delay: 1.04s;
}

@keyframes wsmGlobalLineDraw {
    to {
        stroke-dashoffset: 0;
    }
}

.wsm-global-core {
    position: absolute;
    width: 245px;
    min-height: 152px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 24px;
    border-radius: 20px;
    color: #fff;
    background: var(--wsm-global-ink);
    box-shadow: 0 22px 56px rgba(11,31,58,.24);
    display: grid;
    place-items: center;
    text-align: center;
    z-index: 5;
    animation: wsmGlobalCoreIn .82s cubic-bezier(.22,1,.36,1) .35s both, wsmGlobalCoreFloat 6s ease-in-out 1.4s infinite;
}

@keyframes wsmGlobalCoreIn {
    from {
        opacity: 0;
        transform: translate(-50%, -44%) scale(.92);
        filter: blur(6px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        filter: blur(0);
    }
}

@keyframes wsmGlobalCoreFloat {
    0%,100% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-50%, calc(-50% - 6px));
    }
}

.wsm-global-core small {
    color: #9ceeff;
    font-weight: 850;
    letter-spacing: .12em;
}

.wsm-global-core strong {
    font-size: 1.24rem;
    line-height: 1.22;
    font-weight: 950;
}

.wsm-global-core span {
    color: rgba(255,255,255,.74);
    font-size: .76rem;
    font-weight: 800;
}

.wsm-global-node {
    position: absolute;
    width: 250px;
    min-height: 124px;
    padding: 24px 22px 20px;
    border-radius: 18px;
    border: 1px solid var(--wsm-global-line);
    background: rgba(255,255,255,.98);
    box-shadow: 0 14px 36px rgba(11,31,58,.09);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
    overflow: hidden;
    z-index: 4;
    opacity: 0;
    animation: wsmGlobalNodeIn .75s cubic-bezier(.22,1,.36,1) forwards;
}

    .wsm-global-node:hover {
        transform: translateY(-5px);
        border-color: rgba(0,168,200,.32);
        box-shadow: 0 22px 50px rgba(11,31,58,.12);
    }

    .wsm-global-node i {
        position: absolute;
        left: 15px;
        top: 10px;
        color: rgba(0,168,200,.22);
        font-size: 2.9rem;
        line-height: 1;
        pointer-events: none;
    }

    .wsm-global-node strong {
        position: relative;
        z-index: 1;
        display: block;
        padding-top: 28px;
        margin-bottom: 6px;
        color: var(--wsm-global-ink);
        line-height: 1.22;
        font-weight: 950;
    }

    .wsm-global-node span {
        position: relative;
        z-index: 1;
        display: block;
        color: var(--wsm-global-muted);
        line-height: 1.45;
        font-size: .86rem;
        font-weight: 650;
    }

@keyframes wsmGlobalNodeIn {
    from {
        opacity: 0;
        transform: translateY(18px) scale(.97);
        filter: blur(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

.wsm-global-node.node-a {
    left: 32px;
    top: 42px;
    animation-delay: .72s;
}

.wsm-global-node.node-b {
    right: 32px;
    top: 70px;
    animation-delay: .88s;
}

.wsm-global-node.node-c {
    left: 42px;
    bottom: 54px;
    animation-delay: 1.04s;
}

.wsm-global-node.node-d {
    right: 42px;
    bottom: 44px;
    animation-delay: 1.2s;
}

.wsm-global-system-foot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--wsm-global-line);
}

    .wsm-global-system-foot span {
        padding: 18px;
        border-right: 1px solid var(--wsm-global-line);
        color: var(--wsm-global-ink);
        font-size: .84rem;
        font-weight: 950;
    }

        .wsm-global-system-foot span:last-child {
            border-right: 0;
        }

/* CARDS */
.wsm-global-model-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.wsm-global-model-card {
    position: relative;
    min-height: 310px;
    padding: 30px 28px;
    border-radius: var(--wsm-global-radius);
    background: #fff;
    border: 1px solid var(--wsm-global-line);
    box-shadow: 0 14px 36px rgba(11,31,58,.06);
    overflow: hidden;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

    .wsm-global-model-card::after {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        height: 3px;
        background: var(--wsm-global-teal);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .3s ease;
    }

    .wsm-global-model-card:hover {
        transform: translateY(-7px);
        border-color: rgba(0,168,200,.34);
        box-shadow: 0 24px 58px rgba(11,31,58,.11);
    }

        .wsm-global-model-card:hover::after {
            transform: scaleX(1);
        }

    .wsm-global-model-card.is-featured {
        border-color: rgba(0,168,200,.42);
        background: linear-gradient(180deg, #fff, rgba(229,251,255,.35));
        box-shadow: 0 24px 62px rgba(0,168,200,.12);
    }

.wsm-global-icon-title {
    position: relative;
    isolation: isolate;
    min-height: 92px;
    margin-bottom: 12px;
}

    .wsm-global-icon-title i {
        position: absolute;
        left: -2px;
        top: -10px;
        z-index: 0;
        color: rgba(0,168,200,.18);
        font-size: clamp(3.35rem, 4.2vw, 4.7rem);
        line-height: 1;
        pointer-events: none;
    }

    .wsm-global-icon-title h3 {
        position: relative;
        z-index: 1;
        padding-top: 42px;
        margin: 0;
        color: var(--wsm-global-ink);
        font-size: clamp(1.08rem, 1vw, 1.28rem);
        line-height: 1.25;
        letter-spacing: -.025em;
        font-weight: 950;
    }

/* TIMELINE */
.wsm-global-bridge-section, .wsm-global-governance-section {
    background: linear-gradient(rgba(11,31,58,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(11,31,58,.035) 1px, transparent 1px), radial-gradient(circle at 88% 12%, rgba(0,168,200,.075), transparent 28%), #f7f9fc;
    background-size: 46px 46px, 46px 46px, auto, auto;
}

.wsm-global-bridge-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
    padding-top: 46px;
    isolation: isolate;
}

    .wsm-global-bridge-flow::before {
        content: "";
        position: absolute;
        left: 5%;
        right: 5%;
        top: 72px;
        height: 2px;
        background: linear-gradient(90deg, transparent, rgba(0,168,200,.55), transparent);
        z-index: 0;
    }

    .wsm-global-bridge-flow::after {
        content: "";
        position: absolute;
        left: 5%;
        top: 72px;
        width: 12%;
        height: 2px;
        background: linear-gradient(90deg, transparent, rgba(0,168,200,.95), transparent);
        z-index: 1;
        animation: wsmGlobalTimelineScan 4.8s cubic-bezier(.22,1,.36,1) infinite;
    }

@keyframes wsmGlobalTimelineScan {
    0% {
        transform: translateX(0);
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: translateX(660%);
        opacity: 0;
    }
}

.wsm-global-flow-card {
    position: relative;
    z-index: 2;
    min-height: 270px;
    padding: 42px 26px 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.94)), radial-gradient(circle at 92% 12%, rgba(0,168,200,.10), transparent 34%);
    border: 1px solid var(--wsm-global-line);
    box-shadow: 0 16px 42px rgba(11,31,58,.07);
    overflow: hidden;
    transition: transform .34s cubic-bezier(.22,1,.36,1), box-shadow .34s cubic-bezier(.22,1,.36,1), border-color .28s ease;
}

    .wsm-global-flow-card::before {
        content: "";
        position: absolute;
        left: 28px;
        top: -34px;
        width: 18px;
        height: 72px;
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(0,168,200,.0), rgba(0,168,200,.45));
        opacity: .55;
        z-index: 2;
    }

    .wsm-global-flow-card::after {
        content: "";
        position: absolute;
        left: 22px;
        top: 16px;
        width: 30px;
        height: 30px;
        border-radius: 999px;
        background: #fff;
        border: 7px solid rgba(0,168,200,.20);
        box-shadow: 0 0 0 1px rgba(0,168,200,.24), 0 14px 30px rgba(0,168,200,.16);
        z-index: 3;
    }

    .wsm-global-flow-card:hover {
        transform: translateY(-9px);
        border-color: rgba(0,168,200,.42);
        box-shadow: 0 26px 64px rgba(11,31,58,.12);
    }

    .wsm-global-flow-card i {
        position: absolute;
        left: 30px;
        top: 54px;
        color: rgba(0,168,200,.18);
        font-size: clamp(4rem, 4.4vw, 5.4rem);
        line-height: 1;
        z-index: 0;
        pointer-events: none;
    }

    .wsm-global-flow-card h3 {
        position: relative;
        z-index: 2;
        margin: 72px 0 12px;
        color: var(--wsm-global-ink);
        font-size: clamp(1.12rem, 1.08vw, 1.34rem);
        line-height: 1.22;
        letter-spacing: -.03em;
        font-weight: 950;
    }

    .wsm-global-flow-card p {
        position: relative;
        z-index: 2;
        margin: 0;
    }

/* REGIONS */
.wsm-global-region-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .45fr) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
}

.wsm-global-region-card {
    position: relative;
    min-height: 360px;
    padding: 34px 30px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid var(--wsm-global-line);
    box-shadow: 0 16px 42px rgba(11,31,58,.07);
    overflow: hidden;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

    .wsm-global-region-card:hover {
        transform: translateY(-6px);
        border-color: rgba(0,168,200,.34);
        box-shadow: 0 24px 58px rgba(11,31,58,.11);
    }

    .wsm-global-region-card > i {
        width: 62px;
        height: 62px;
        display: grid;
        place-items: center;
        margin-bottom: 24px;
        border-radius: 20px;
        color: var(--wsm-global-teal-dark);
        background: var(--wsm-global-teal-2);
        border: 1px solid rgba(0,168,200,.24);
        font-size: 1.45rem;
    }

    .wsm-global-region-card h3 {
        margin: 0 0 14px;
        color: var(--wsm-global-ink);
        font-size: clamp(1.3rem, 1.4vw, 1.85rem);
        line-height: 1.14;
        font-weight: 950;
        letter-spacing: -.035em;
    }

    .wsm-global-region-card ul {
        margin: 22px 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 10px;
    }

    .wsm-global-region-card li {
        position: relative;
        padding-left: 24px;
        color: var(--wsm-global-ink-2);
        font-size: .94rem;
        line-height: 1.45;
        font-weight: 750;
    }

        .wsm-global-region-card li::before {
            content: "\F26A";
            font-family: "bootstrap-icons";
            position: absolute;
            left: 0;
            top: 0;
            color: var(--wsm-global-teal-dark);
        }

    .wsm-global-region-card.is-dark {
        min-height: 220px;
        align-self: center;
        display: grid;
        place-items: center;
        text-align: center;
        color: #fff;
        background: var(--wsm-global-ink);
        border-color: rgba(11,31,58,.85);
        box-shadow: 0 26px 70px rgba(11,31,58,.22);
    }

        .wsm-global-region-card.is-dark strong {
            font-size: 1.55rem;
            line-height: 1.2;
            font-weight: 950;
        }

        .wsm-global-region-card.is-dark span {
            color: rgba(255,255,255,.72);
            font-weight: 800;
        }

/* GOVERNANCE + OUTCOMES */
.wsm-global-governance-grid, .wsm-global-outcome-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

    .wsm-global-governance-grid article, .wsm-global-outcome-card {
        min-height: 230px;
        padding: 28px;
        border-radius: 24px;
        background: #fff;
        border: 1px solid var(--wsm-global-line);
        box-shadow: 0 14px 36px rgba(11,31,58,.06);
        transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    }

        .wsm-global-governance-grid article:hover, .wsm-global-outcome-card:hover {
            transform: translateY(-6px);
            border-color: rgba(0,168,200,.34);
            box-shadow: 0 24px 58px rgba(11,31,58,.11);
        }

    .wsm-global-governance-grid article {
        position: relative;
        overflow: hidden;
        padding-top: 96px;
    }

    .wsm-global-governance-grid i {
        position: absolute;
        left: 28px;
        top: 24px;
        color: rgba(0,168,200,.18);
        font-size: 4.2rem;
        line-height: 1;
        pointer-events: none;
    }

    .wsm-global-governance-grid h3 {
        margin: 0 0 12px;
        color: var(--wsm-global-ink);
        font-size: 1.18rem;
        font-weight: 950;
    }

.wsm-global-outcome-card span {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 28px;
    border-radius: 16px;
    background: var(--wsm-global-teal-2);
    border: 1px solid rgba(0,168,200,.28);
    color: var(--wsm-global-teal-dark);
    box-shadow: 0 14px 34px rgba(0,168,200,.14);
    font-size: .76rem;
    letter-spacing: .12em;
    font-weight: 950;
}

.wsm-global-outcome-card strong {
    display: block;
    margin: 0 0 12px;
    color: var(--wsm-global-ink);
    font-size: 1.18rem;
    line-height: 1.25;
    font-weight: 950;
}

.wsm-global-cta-section {
    background: #f7f9fc;
}

.wsm-global-cta-card {
    max-width: 1500px;
    margin: 0 auto;
    padding: clamp(34px, 5vw, 74px);
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(rgba(11,31,58,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(11,31,58,.035) 1px, transparent 1px), #fff;
    background-size: 34px 34px;
    border: 1px solid var(--wsm-global-line);
    box-shadow: var(--wsm-global-shadow-lg);
}

    .wsm-global-cta-card p {
        max-width: 860px;
        margin: 0 auto 24px;
    }

/* RESPONSIVE */
@media (min-width: 1200px) and (max-width: 1599.98px) {
    .wsm-global-hero-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(500px, .78fr);
        gap: clamp(44px, 4vw, 72px);
    }

    .wsm-global-system-card {
        max-width: 760px;
        margin-right: 18px;
    }

    .wsm-global-system-body {
        min-height: 430px;
    }

    .wsm-global-node {
        width: 220px;
        min-height: 118px;
        padding: 20px 18px 18px;
    }

        .wsm-global-node i {
            font-size: 2.45rem;
            left: 14px;
            top: 9px;
        }

        .wsm-global-node strong {
            padding-top: 24px;
            font-size: .98rem;
        }

        .wsm-global-node span {
            font-size: .80rem;
            line-height: 1.42;
        }

    .wsm-global-core {
        width: 205px;
        min-height: 132px;
        padding: 20px;
        border-radius: 18px;
    }

        .wsm-global-core strong {
            font-size: 1.06rem;
        }

        .wsm-global-core span {
            font-size: .70rem;
        }

    .wsm-global-node.node-a {
        left: 28px;
        top: 38px;
    }

    .wsm-global-node.node-b {
        right: 28px;
        top: 58px;
    }

    .wsm-global-node.node-c {
        left: 34px;
        bottom: 48px;
    }

    .wsm-global-node.node-d {
        right: 34px;
        bottom: 42px;
    }

    .wsm-global-model-grid, .wsm-global-governance-grid, .wsm-global-outcome-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wsm-global-bridge-flow {
        grid-template-columns: repeat(5, minmax(190px, 1fr));
        gap: 16px;
    }

    .wsm-global-flow-card {
        min-height: 285px;
        padding: 40px 22px 26px;
    }

        .wsm-global-flow-card i {
            font-size: 4.3rem;
        }
}

@media (max-width: 1199.98px) {
    .wsm-global-hero-grid, .wsm-global-split-head, .wsm-global-region-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .wsm-global-system-card {
        width: 100%;
        max-width: 820px;
        margin: 30px auto 0;
        border-radius: 24px;
        overflow: hidden;
    }

    .wsm-global-system-body {
        position: relative;
        min-height: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        padding: 24px;
        align-items: stretch;
    }

        .wsm-global-system-body::before, .wsm-global-line-svg {
            display: none;
        }

    .wsm-global-core {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        inset: auto;
        transform: none;
        width: 100%;
        max-width: 440px;
        min-height: 145px;
        margin: 0 auto 10px;
        grid-column: 1 / -1;
        order: 1;
        z-index: 2;
        animation: none;
    }

    .wsm-global-node, .wsm-global-node.node-a, .wsm-global-node.node-b, .wsm-global-node.node-c, .wsm-global-node.node-d {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        inset: auto;
        transform: none;
        width: 100%;
        min-height: 128px;
        z-index: 1;
        opacity: 1;
        animation: none;
    }

        .wsm-global-node.node-a {
            order: 2;
        }

        .wsm-global-node.node-b {
            order: 3;
        }

        .wsm-global-node.node-c {
            order: 4;
        }

        .wsm-global-node.node-d {
            order: 5;
        }

    .wsm-global-model-grid, .wsm-global-bridge-flow, .wsm-global-governance-grid, .wsm-global-outcome-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wsm-global-bridge-flow {
        padding-top: 0;
    }

        .wsm-global-bridge-flow::before, .wsm-global-bridge-flow::after, .wsm-global-flow-card::before, .wsm-global-flow-card::after {
            display: none;
        }

    .wsm-global-flow-card {
        min-height: auto;
        padding: 28px 24px;
    }

        .wsm-global-flow-card i {
            left: 24px;
            top: 22px;
            font-size: 4.2rem;
        }

        .wsm-global-flow-card h3 {
            margin-top: 62px;
        }

    .wsm-global-region-card.is-dark {
        min-height: 150px;
    }
}

@media (max-width: 767.98px) {
    .wsm-global-shell {
        padding-left: 18px;
        padding-right: 18px;
    }

    .wsm-global-hero {
        padding-top: 48px;
        padding-bottom: 60px;
    }

    .wsm-global-hero-copy h1 {
        font-size: clamp(2.35rem, 10vw, 3.45rem);
        line-height: 1.02;
        letter-spacing: -.055em;
    }

    .wsm-global-hero-copy p {
        font-size: 1rem;
        line-height: 1.72;
    }

    .wsm-global-hero-actions .wsm-btn {
        width: 100%;
    }

    .wsm-global-proof-strip span {
        width: 100%;
        justify-content: center;
    }

    .wsm-global-system-card {
        max-width: 100%;
        margin-top: 26px;
        border-radius: 22px;
    }

    .wsm-global-system-head {
        min-height: auto;
        padding: 16px 18px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        align-items: start;
    }

        .wsm-global-system-head span, .wsm-global-system-head strong {
            white-space: normal;
            line-height: 1.35;
        }

    .wsm-global-system-body {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px;
    }

    .wsm-global-core {
        max-width: 100%;
        min-height: 132px;
        margin: 0;
    }

    .wsm-global-node {
        min-height: 120px;
    }

    .wsm-global-system-foot {
        grid-template-columns: 1fr;
    }

        .wsm-global-system-foot span {
            border-right: 0;
            border-bottom: 1px solid var(--wsm-global-line);
        }

            .wsm-global-system-foot span:last-child {
                border-bottom: 0;
            }

    .wsm-global-model-grid, .wsm-global-bridge-flow, .wsm-global-governance-grid, .wsm-global-outcome-grid {
        grid-template-columns: 1fr;
    }

        .wsm-global-model-card, .wsm-global-flow-card, .wsm-global-region-card, .wsm-global-governance-grid article, .wsm-global-outcome-card {
            min-height: auto;
            padding: 24px 22px;
        }

            .wsm-global-flow-card i {
                left: 22px;
                top: 20px;
                font-size: 3.6rem;
            }

            .wsm-global-flow-card h3 {
                margin-top: 54px;
                font-size: 1.1rem;
            }

    .wsm-global-cta-card {
        border-radius: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wsm-global-system-card, .wsm-global-system-card::after, .wsm-global-core, .wsm-global-node, .wsm-global-line, .wsm-global-bridge-flow::after {
        animation: none !important;
        transition-duration: .001ms !important;
    }

    .wsm-global-node, .wsm-global-system-card, .wsm-global-core {
        opacity: 1 !important;
        filter: none !important;
    }
}
