:root {
    --wm-blue:#1e51a3;
    --wm-cyan:#159bcf;
    --wm-text:#5f7185;
    --wm-line:#e3ebf2;
    --wm-soft:#f6f9fc;
    --wm-white:#ffffff;
    --text-black: #000000;
}

.wm-page {
    color:var(--wm-blue);
    background:var(--wm-white);
}

.wm-page *,
.wm-page *::before,
.wm-page *::after {
    box-sizing:border-box;
}

.wm-page main {
    overflow:hidden;
}

.wm-page .container {
    max-width:1240px;
}

.wm-section {
    padding:105px 0;
}

.wm-kicker {
    display:inline-block;
    margin-bottom:15px;
    color:var(--wm-blue);
    font-size:12px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.wm-section-head {
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(300px,.55fr);
    align-items:end;
    gap:70px;
    margin-bottom:50px;
}

.wm-section-head h2,
.wm-process-intro h2,
.wm-faq-layout h2 {
    max-width:680px;
    margin:0;
    color:var(--wm-blue);
    font-size:clamp(36px,4vw,52px);
    font-weight:800;
    line-height:1.1;
    letter-spacing:-2px;
}

.wm-section-head > p,
.wm-process-intro > p,
.wm-faq-layout > div:first-child > p {
    margin:0;
    color:var(--wm-text);
    font-size:16px;
    line-height:1.8;
}

.wm-hero {
    position:relative;
    min-height:720px;
    display:flex;
    align-items:center;
    padding:115px 0 95px;
    background:#fff;
}

.wm-grid {
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(30,81,162,.055) 1px,transparent 1px),
        linear-gradient(90deg,rgba(30,81,162,.055) 1px,transparent 1px);
    background-size:56px 56px;
    mask-image:linear-gradient(to bottom,#000,rgba(0,0,0,.55) 75%,transparent);
}

.wm-hero::after {
    content:"";
    position:absolute;
    top:8%;
    right:5%;
    width:520px;
    height:520px;
    border-radius:50%;
    background:rgba(21,155,207,.1);
    filter:blur(90px);
}

.wm-hero-layout {
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(400px,.8fr);
    align-items:center;
    gap:80px;
}

.wm-hero-copy {
    max-width:720px;
}

.wm-eyebrow {
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:8px 13px;
    border:1px solid #dceaf2;
    border-radius:50px;
    background:rgba(255,255,255,.86);
    color:var(--wm-blue);
    font-size:12px;
    font-weight:800;
    letter-spacing:.1em;
    text-transform:uppercase;
}

.wm-eyebrow i {
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--wm-cyan);
    box-shadow:0 0 0 4px rgba(21,155,207,.1);
}

.wm-hero h1 {
    max-width:760px;
    margin:26px 0 25px;
    color: var(--text-black);
    font-size:clamp(52px,5.5vw,76px);
    font-weight:800;
    line-height:1.03;
    letter-spacing:-3.8px;
}

.wm-hero h1 span {
    display:block;
    color: var(--wm-blue);
}

.wm-hero-copy > p {
    max-width:650px;
    margin:0;
    color:var(--wm-text);
    font-size:17px;
    line-height:1.8;
}

.wm-actions {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:13px;
    margin-top:32px;
}

.wm-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:11px;
    min-height:48px;
    padding:13px 19px;
    border:1px solid transparent;
    border-radius:11px;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.wm-btn:hover {
    transform:translateY(-2px);
}

.wm-btn-primary {
    background:var(--wm-blue);
    box-shadow:0 12px 26px rgba(30,81,162,.2);
    color:#fff;
}

.wm-btn-primary:hover {
    background:#17458b;
    color:#fff;
}

.wm-btn-secondary {
    border-color:var(--wm-line);
    background:#fff;
    color:var(--wm-blue);
}

.wm-btn-secondary:hover {
    border-color:var(--wm-blue);
    color:var(--wm-blue);
}

.wm-proof-list {
    display:flex;
    flex-wrap:wrap;
    gap:28px;
    margin:38px 0 0;
    padding:25px 0 0;
    border-top:1px solid var(--wm-line);
    list-style:none;
}

.wm-proof-list li {
    display:flex;
    align-items:baseline;
    gap:7px;
}

.wm-proof-list strong {
    color:var(--wm-blue);
    font-size:19px;
}

.wm-proof-list span {
    color:#728397;
    font-size:14px;
    font-weight:500;
}

.wm-orbit {
    position:relative;
    width:min(100%,460px);
    aspect-ratio:1;
    margin-left:auto;
}

.wm-orbit-ring {
    position:absolute;
    border:1px solid rgba(30,81,162,.16);
    border-radius:50%;
}

.wm-orbit-ring-outer {
    inset:5%;
    animation:wm-spin 22s linear infinite;
}

.wm-orbit-ring-inner {
    inset:22%;
    border-style:dashed;
    animation:wm-spin-reverse 15s linear infinite;
}

.wm-orbit-ring span {
    position:absolute;
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--wm-cyan);
    box-shadow:0 0 14px rgba(21,155,207,.7);
}

.wm-orbit-ring-outer span:first-child { top:12%; left:16%; }
.wm-orbit-ring-outer span:last-child { right:4%; bottom:28%; }
.wm-orbit-ring-inner span { left:3%; bottom:25%; }

.wm-orbit-core {
    position:absolute;
    inset:31%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    border:1px solid #e1e9f0;
    border-radius:26px;
    background:#fff;
    box-shadow:0 28px 65px rgba(15,55,91,.16);
    transform:rotate(-4deg);
}

.wm-orbit-core img {
    width:80px;
    height:auto;
    margin-bottom:10px;
}

.wm-orbit-core strong {
    color:var(--wm-blue);
    font-size:20px;
    line-height:1.05;
}

.wm-orbit-item {
    position:absolute;
    z-index:3;
    display:flex;
    align-items:center;
    gap:9px;
    padding:10px 13px;
    border:1px solid var(--wm-line);
    border-radius:12px;
    background:rgba(255,255,255,.95);
    box-shadow:0 14px 32px rgba(9,30,62,.1);
    color:var(--wm-blue);
    font-size:12px;
    font-weight:700;
    text-decoration:none;
    transition:transform .25s ease,border-color .25s ease;
}

.wm-orbit-item:hover {
    z-index:4;
    transform:translateY(-4px);
    border-color:rgba(30,81,162,.35);
    color:var(--wm-blue);
}

.wm-orbit-item i {
    display:grid;
    width:29px;
    height:29px;
    place-items:center;
    border-radius:8px;
    background:#edf5ff;
    color:var(--wm-blue);
}

.wm-orbit-software { top:8%; left:2%; }
.wm-orbit-ai { top:12%; right:0; }
.wm-orbit-cloud { bottom:13%; left:0; }
.wm-orbit-security { right:2%; bottom:7%; }

@keyframes wm-spin { to { transform:rotate(360deg); } }
@keyframes wm-spin-reverse { to { transform:rotate(-360deg); } }

.wm-services {
    background:var(--wm-soft);
}

.wm-service-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.wm-service-card {
    position:relative;
    min-height:340px;
    display:flex;
    flex-direction:column;
    padding:28px;
    overflow:hidden;
    border:1px solid var(--wm-line);
    border-radius:18px;
    background:#fff;
    transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

.wm-service-card:hover {
    transform:translateY(-5px);
    border-color:rgba(30,81,162,.25);
    box-shadow:0 20px 45px rgba(9,30,62,.08);
}

.wm-service-number {
    position:absolute;
    top:25px;
    right:25px;
    color:#dce5ec;
    font-size:27px;
    font-weight:800;
}

.wm-service-card > i {
    display:grid;
    width:48px;
    height:48px;
    margin-bottom:30px;
    place-items:center;
    border-radius:13px;
    background:#edf5ff;
    color:var(--wm-blue);
    font-size:17px;
}

.wm-service-card h3 {
    margin:0 0 12px;
    color:var(--wm-blue);
    font-size:20px;
    font-weight:800;
    line-height:1.25;
}

.wm-service-card p {
    margin:0 0 24px;
    color:var(--wm-text);
    font-size:14px;
    line-height:1.75;
}

.wm-service-card a {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:auto;
    padding-top:17px;
    border-top:1px solid var(--wm-line);
    color:var(--wm-blue);
    font-size:12px;
    font-weight:800;
    text-decoration:none;
}

.wm-service-featured {
    border-color:var(--wm-blue);
    background:var(--wm-blue);
}

.wm-service-featured .wm-service-number { color:rgba(255,255,255,.13); }
.wm-service-featured > i { background:rgba(255,255,255,.12); color:#75d8f4; }
.wm-service-featured h3 { color:#fff; }
.wm-service-featured p { color:rgba(255,255,255,.7); }
.wm-service-featured a { border-color:rgba(255,255,255,.15); color:#fff; }

.wm-process {
    background:#fff;
}

.wm-process-layout {
    display:grid;
    grid-template-columns:minmax(0,.72fr) minmax(500px,1fr);
    gap:100px;
    align-items:start;
}

.wm-process-intro {
    position:sticky;
    top:120px;
}

.wm-process-intro > p {
    margin:22px 0;
}

.wm-text-link {
    display:inline-flex;
    align-items:center;
    gap:9px;
    color:var(--wm-blue);
    font-size:12px;
    font-weight:800;
    text-decoration:none;
}

.wm-process-steps {
    margin:0;
    padding:0;
    border-top:1px solid var(--wm-line);
    list-style:none;
}

.wm-process-steps li {
    display:grid;
    grid-template-columns:68px 1fr;
    gap:22px;
    padding:29px 0;
    border-bottom:1px solid var(--wm-line);
}

.wm-process-steps li > span {
    color:var(--wm-cyan);
    font-size:12px;
    font-weight:800;
}

.wm-process-steps h3 {
    margin:0 0 7px;
    color:var(--wm-blue);
    font-size:20px;
    font-weight:800;
}

.wm-process-steps p {
    margin:0;
    color:var(--wm-text);
    font-size:14px;
    line-height:1.75;
}

.wm-industries {
    background:var(--wm-soft);
}

.wm-industry-list {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border:1px solid var(--wm-line);
    border-radius:18px;
    overflow:hidden;
}

.wm-industry-list article {
    min-height:235px;
    padding:28px;
    background:#fff;
}

.wm-industry-list article + article {
    border-left:1px solid var(--wm-line);
}

.wm-industry-list i {
    display:grid;
    width:44px;
    height:44px;
    margin-bottom:40px;
    place-items:center;
    border-radius:12px;
    background:#edf5ff;
    color:var(--wm-blue);
}

.wm-industry-list h3 {
    margin:0 0 10px;
    font-size:16px;
    font-weight:800;
}

.wm-industry-list p {
    margin:0;
    color:var(--wm-text);
    font-size:14px;
    line-height:1.7;
}

.wm-about {
    background:#fff;
}

.wm-about-card {
    display:grid;
    grid-template-columns:1fr .85fr;
    gap:100px;
    padding:65px;
    border-radius:25px;
    background:var(--wm-blue);
}

.wm-kicker-light {
    color:#72d5f2;
}

.wm-about-card h2 {
    max-width:600px;
    margin:0;
    color:#fff;
    font-size:clamp(35px,4vw,50px);
    font-weight:800;
    line-height:1.1;
    letter-spacing:-2px;
}

.wm-about-card p {
    margin:0 0 25px;
    color:rgba(255,255,255,.67);
    font-size:15px;
    line-height:1.8;
}

.wm-about-card ul {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin:0 0 29px;
    padding:0;
    list-style:none;
}

.wm-about-card li {
    color:rgba(255,255,255,.82);
    font-size:13px;
    font-weight:700;
}

.wm-about-card li i {
    margin-right:7px;
    color:#72d5f2;
}

.wm-btn-light {
    background:#fff;
    color:var(--wm-blue);
}

.wm-btn-light:hover {
    color:var(--wm-blue);
}

.wm-faq {
    background:var(--wm-soft);
}

.wm-faq-layout {
    display:grid;
    grid-template-columns:minmax(0,.7fr) minmax(500px,1fr);
    gap:100px;
}

.wm-faq-layout > div:first-child > p {
    margin-top:22px;
}

.wm-faq-list {
    border-top:1px solid var(--wm-line);
}

.wm-faq-list details {
    border-bottom:1px solid var(--wm-line);
}

.wm-faq-list summary {
    position:relative;
    padding:23px 38px 23px 0;
    color:var(--wm-blue);
    cursor:pointer;
    font-size:16px;
    font-weight:800;
    list-style:none;
}

.wm-faq-list summary::-webkit-details-marker {
    display:none;
}

.wm-faq-list summary::after {
    content:"+";
    position:absolute;
    top:19px;
    right:0;
    display:grid;
    width:27px;
    height:27px;
    place-items:center;
    border-radius:50%;
    background:#e9f1f8;
    color:var(--wm-blue);
}

.wm-faq-list details[open] summary::after {
    content:"−";
}

.wm-faq-list details p {
    max-width:620px;
    margin:-5px 0 23px;
    color:var(--wm-text);
    font-size:14px;
    line-height:1.8;
}

.wm-cta {
    padding:0 0 100px;
    background:var(--wm-soft);
}

.wm-cta-card {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    padding:45px 50px;
    border:1px solid var(--wm-line);
    border-radius:22px;
    background:#fff;
    box-shadow:0 20px 50px rgba(9,30,62,.06);
}

.wm-cta-card span {
    color:var(--wm-cyan);
    font-size:12px;
    font-weight:800;
    letter-spacing:.1em;
    text-transform:uppercase;
}

.wm-cta-card h2 {
    margin:8px 0 0;
    color:var(--wm-blue);
    font-size:clamp(27px,3vw,39px);
    font-weight:800;
    letter-spacing:-1.3px;
}

@media(prefers-reduced-motion:reduce) {
    .wm-orbit-ring {
        animation:none;
    }
}

@media(max-width:991px) {
    .wm-section {
        padding:80px 0;
    }

    .wm-hero {
        padding:105px 0 80px;
    }

    .wm-hero-layout,
    .wm-process-layout,
    .wm-about-card,
    .wm-faq-layout {
        grid-template-columns:1fr;
        gap:55px;
    }

    .wm-hero-copy {
        margin:auto;
        text-align:center;
    }

    .wm-actions,
    .wm-proof-list {
        justify-content:center;
    }

    .wm-orbit {
        width:min(100%,420px);
        margin:auto;
    }

    .wm-section-head {
        grid-template-columns:1fr;
        gap:20px;
    }

    .wm-service-grid {
        grid-template-columns:repeat(2,1fr);
    }

    .wm-process-intro {
        position:static;
    }

    .wm-industry-list {
        grid-template-columns:repeat(2,1fr);
    }

    .wm-industry-list article:nth-child(3) {
        border-left:0;
    }

    .wm-industry-list article:nth-child(n+3) {
        border-top:1px solid var(--wm-line);
    }
}

@media(max-width:576px) {
    .wm-page .container {
        padding-left:20px;
        padding-right:20px;
    }

    .wm-section {
        padding:65px 0;
    }

    .wm-hero h1 {
        font-size:43px;
        letter-spacing:-2.3px;
    }

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

    .wm-proof-list {
        align-items:center;
        flex-direction:column;
        gap:9px;
    }

    .wm-orbit {
        width:320px;
        max-width:100%;
    }

    .wm-orbit-item {
        padding:8px 10px;
    }

    .wm-orbit-item i {
        width:25px;
        height:25px;
    }

    .wm-orbit-core {
        inset:29%;
        border-radius:20px;
    }

    .wm-orbit-core img {
        width:60px;
    }

    .wm-orbit-core strong {
        font-size:15px;
    }

    .wm-section-head h2,
    .wm-process-intro h2,
    .wm-faq-layout h2 {
        font-size:35px;
        letter-spacing:-1.4px;
    }

    .wm-service-grid,
    .wm-industry-list {
        grid-template-columns:1fr;
    }

    .wm-service-card {
        min-height:290px;
    }

    .wm-industry-list article + article {
        border-top:1px solid var(--wm-line);
        border-left:0;
    }

    .wm-about-card {
        padding:35px 25px;
        gap:35px;
    }

    .wm-about-card h2 {
        font-size:34px;
    }

    .wm-about-card ul {
        grid-template-columns:1fr;
    }

    .wm-cta {
        padding-bottom:65px;
    }

    .wm-cta-card {
        align-items:flex-start;
        flex-direction:column;
        padding:30px 24px;
    }
}



