﻿:root {
    --wsm-client-bg: #f7f9fc;
    --wsm-client-surface: #ffffff;
    --wsm-client-ink: #0b1f3a;
    --wsm-client-muted: #64748b;
    --wsm-client-line: #dfe7ef;
    --wsm-client-teal: #00a8c8;
    --wsm-client-teal-dark: #007d95;
    --wsm-client-shadow: 0 16px 42px rgba(11,31,58,.075);
    --wsm-client-shadow-lg: 0 28px 72px rgba(11,31,58,.13);
    --wsm-client-radius: 24px;
}

.wsm-client-page {
    color: var(--wsm-client-ink);
    background: var(--wsm-client-bg);
    overflow-x: hidden;
}

.wsm-client-shell {
    width: 100%;
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
    margin: 0 auto;
}

.wsm-client-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-client-line);
    overflow: hidden;
}

.wsm-client-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(560px, .88fr);
    gap: clamp(42px, 5vw, 92px);
    align-items: center;
}

.wsm-client-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    color: var(--wsm-client-teal-dark);
    background: rgba(255,255,255,.88);
    border: 1px solid var(--wsm-client-line);
    box-shadow: 0 8px 22px rgba(11,31,58,.045);
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .11em;
}

.wsm-client-hero-copy h1 {
    max-width: 1050px;
    margin: 24px 0 20px;
    color: var(--wsm-client-ink);
    font-size: clamp(3rem, 5vw, 6rem);
    line-height: .98;
    letter-spacing: -.07em;
    font-weight: 950;
}

.wsm-client-hero-copy p {
    max-width: 920px;
    color: var(--wsm-client-muted);
    font-size: clamp(1rem, 1.05vw, 1.15rem);
    line-height: 1.82;
    font-weight: 620;
}

.wsm-client-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.wsm-client-btn {
    min-height: 52px;
    padding: 0 22px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    transition: all .25s ease;
    font-size: .94rem;
    font-weight: 900;
}

.wsm-client-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #00a8c8, #007d95);
    box-shadow: 0 18px 38px rgba(0,168,200,.22);
}

    .wsm-client-btn-primary:hover {
        transform: translateY(-3px);
        color: #fff;
    }

.wsm-client-btn-outline {
    color: var(--wsm-client-ink);
    background: #fff;
    border: 1px solid var(--wsm-client-line);
}

    .wsm-client-btn-outline:hover {
        border-color: rgba(0,168,200,.42);
        color: var(--wsm-client-ink);
    }

.wsm-client-proof-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

    .wsm-client-proof-strip span {
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0 14px;
        border-radius: 999px;
        color: var(--wsm-client-ink);
        background: rgba(255,255,255,.88);
        border: 1px solid var(--wsm-client-line);
        box-shadow: 0 8px 22px rgba(11,31,58,.045);
        font-size: .86rem;
        font-weight: 900;
    }

    .wsm-client-proof-strip i {
        color: var(--wsm-client-teal-dark);
    }

.wsm-client-system-card {
    position: relative;
    border: 1px solid var(--wsm-client-line);
    border-radius: 30px;
    background: rgba(255,255,255,.96);
    box-shadow: var(--wsm-client-shadow);
    overflow: hidden;
}

.wsm-client-system-head {
    min-height: 60px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--wsm-client-line);
    background: #fbfdff;
}

    .wsm-client-system-head span,
    .wsm-client-system-head strong {
        text-transform: uppercase;
        letter-spacing: .11em;
        font-size: .74rem;
        font-weight: 950;
        color: #8a98aa;
    }

    .wsm-client-system-head strong {
        color: var(--wsm-client-teal-dark);
    }

.wsm-client-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;
}

.wsm-client-line-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.wsm-client-line {
    fill: none;
    stroke: rgba(0,168,200,.45);
    stroke-width: 2;
    stroke-linecap: round;
}

.wsm-client-core {
    position: absolute;
    width: 240px;
    min-height: 150px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 24px;
    border-radius: 20px;
    color: #fff;
    background: var(--wsm-client-ink);
    box-shadow: 0 22px 56px rgba(11,31,58,.24);
    display: grid;
    place-items: center;
    text-align: center;
}

    .wsm-client-core small {
        color: #9ceeff;
        font-weight: 850;
        letter-spacing: .12em;
    }

    .wsm-client-core strong {
        font-size: 1.2rem;
        font-weight: 950;
    }

    .wsm-client-core span {
        color: rgba(255,255,255,.72);
        font-size: .76rem;
    }

.wsm-client-node {
    position: absolute;
    width: 240px;
    min-height: 120px;
    padding: 22px;
    border-radius: 20px;
    background: rgba(255,255,255,.98);
    border: 1px solid var(--wsm-client-line);
    box-shadow: 0 14px 36px rgba(11,31,58,.08);
}

    .wsm-client-node i {
        position: absolute;
        left: 15px;
        top: 10px;
        color: rgba(0,168,200,.18);
        font-size: 3rem;
    }

    .wsm-client-node strong {
        position: relative;
        z-index: 1;
        display: block;
        padding-top: 28px;
        margin-bottom: 8px;
        color: var(--wsm-client-ink);
        font-size: 1rem;
        font-weight: 950;
    }

    .wsm-client-node span {
        position: relative;
        z-index: 1;
        color: var(--wsm-client-muted);
        font-size: .86rem;
        line-height: 1.55;
        font-weight: 650;
    }

.node-a {
    left: 32px;
    top: 42px;
}

.node-b {
    right: 32px;
    top: 70px;
}

.node-c {
    left: 42px;
    bottom: 54px;
}

.node-d {
    right: 42px;
    bottom: 44px;
}

.wsm-client-system-foot {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid var(--wsm-client-line);
}

    .wsm-client-system-foot span {
        padding: 18px;
        border-right: 1px solid var(--wsm-client-line);
        color: var(--wsm-client-ink);
        font-size: .84rem;
        font-weight: 950;
    }

        .wsm-client-system-foot span:last-child {
            border-right: 0;
        }

.wsm-client-section {
    position: relative;
    padding: clamp(64px, 5vw, 96px) 0;
    border-bottom: 1px solid var(--wsm-client-line);
}

.wsm-client-head-center {
    max-width: 1120px;
    margin: 0 auto 52px;
    text-align: center;
}

.wsm-client-head h2 {
    margin: 22px 0 14px;
    color: var(--wsm-client-ink);
    font-size: clamp(2.25rem, 3.15vw, 4.25rem);
    line-height: 1.05;
    letter-spacing: -.055em;
    font-weight: 950;
}

.wsm-client-head p {
    max-width: 860px;
    margin: 0 auto;
    color: var(--wsm-client-muted);
    line-height: 1.72;
    font-weight: 620;
}

.wsm-client-route-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 22px;
}

    .wsm-client-route-grid article {
        position: relative;
        min-height: 300px;
        padding: 30px 28px;
        border-radius: var(--wsm-client-radius);
        background: #fff;
        border: 1px solid var(--wsm-client-line);
        box-shadow: 0 14px 36px rgba(11,31,58,.06);
        overflow: hidden;
        transition: all .25s ease;
    }

        .wsm-client-route-grid article:hover {
            transform: translateY(-7px);
            border-color: rgba(0,168,200,.34);
            box-shadow: 0 24px 58px rgba(11,31,58,.11);
        }

    .wsm-client-route-grid i {
        position: absolute;
        left: 22px;
        top: 20px;
        color: rgba(0,168,200,.18);
        font-size: 4rem;
    }

    .wsm-client-route-grid h3 {
        position: relative;
        z-index: 1;
        padding-top: 56px;
        margin: 0 0 12px;
        color: var(--wsm-client-ink);
        font-size: 1.16rem;
        font-weight: 950;
    }

    .wsm-client-route-grid p {
        position: relative;
        z-index: 1;
        color: var(--wsm-client-muted);
        line-height: 1.72;
        font-weight: 620;
    }

    .wsm-client-route-grid a {
        position: absolute;
        left: 28px;
        bottom: 28px;
        min-height: 46px;
        padding: 0 16px 0 18px;
        border-radius: 14px;
        background: #e5fbff;
        border: 1px solid rgba(0,168,200,.26);
        color: var(--wsm-client-teal-dark);
        display: inline-flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
        font-size: .88rem;
        font-weight: 950;
        box-shadow: 0 10px 24px rgba(0,168,200,.10);
        transition: all .25s ease;
    }

        .wsm-client-route-grid a i {
            position: static;
            width: 28px;
            height: 28px;
            display: grid;
            place-items: center;
            border-radius: 999px;
            background: #ffffff;
            color: var(--wsm-client-teal-dark);
            font-size: 1rem;
            transition: transform .25s ease;
        }

        .wsm-client-route-grid a:hover {
            transform: translateY(-3px);
            background: #ffffff;
            border-color: rgba(0,168,200,.45);
            box-shadow: 0 18px 38px rgba(0,168,200,.16);
        }

            .wsm-client-route-grid a:hover i {
                transform: translateX(4px);
            }

.wsm-client-notice-section {
    background: linear-gradient(rgba(11,31,58,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(11,31,58,.035) 1px, transparent 1px), #f7f9fc;
    background-size: 46px 46px, 46px 46px;
}

.wsm-client-notice-card {
    max-width: 1450px;
    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-client-line);
    box-shadow: var(--wsm-client-shadow-lg);
}

    .wsm-client-notice-card h2 {
        margin: 22px 0 14px;
        color: var(--wsm-client-ink);
        font-size: clamp(2rem, 3vw, 3.6rem);
        line-height: 1.05;
        letter-spacing: -.05em;
        font-weight: 950;
    }

    .wsm-client-notice-card p {
        max-width: 920px;
        margin: 0 auto;
        color: var(--wsm-client-muted);
        line-height: 1.8;
        font-weight: 620;
    }

@media (max-width:1199.98px) {
    .wsm-client-hero-grid {
        grid-template-columns: 1fr;
    }

    .wsm-client-route-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width:767.98px) {
    .wsm-client-shell {
        padding-left: 18px;
        padding-right: 18px;
    }

    .wsm-client-hero-copy h1 {
        font-size: clamp(2.4rem,10vw,3.6rem);
    }

    .wsm-client-hero-actions .wsm-client-btn {
        width: 100%;
    }

    .wsm-client-proof-strip span {
        width: 100%;
        justify-content: center;
    }

    .wsm-client-route-grid {
        grid-template-columns: 1fr;
    }

    .wsm-client-system-body {
        min-height: auto;
        padding: 20px;
        display: grid;
        gap: 16px;
    }

    .wsm-client-line-svg {
        display: none;
    }

    .wsm-client-core,
    .wsm-client-node,
    .node-a,
    .node-b,
    .node-c,
    .node-d {
        position: relative;
        inset: auto;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
        width: 100%;
    }

    .wsm-client-core {
        margin-bottom: 12px;
    }

    .wsm-client-system-foot {
        grid-template-columns: 1fr;
    }

        .wsm-client-system-foot span {
            border-right: 0;
            border-bottom: 1px solid var(--wsm-client-line);
        }
}
