:root {
    --wm-bg: #f4f8fc;
    --wm-surface: #ffffff;
    --wm-soft: #eaf5ff;
    --wm-soft-2: #eefaf9;
    --wm-navy: #102a43;
    --wm-text: #486581;
    --wm-muted: #6f879b;
    --wm-primary: #1378d4;
    --wm-primary-dark: #0b5fab;
    --wm-cyan: #23b7c4;
    --wm-green: #159a75;
    --wm-line: #d9e7f3;
    --wm-shadow: 0 18px 50px rgba(16, 42, 67, 0.10);
    --wm-radius: 24px;
}

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

.wm-page {
    overflow: hidden;
    color: var(--wm-text);
    background: var(--wm-bg);
    font-family: inherit;
}

.wm-page h1,
.wm-page h2,
.wm-page h3,
.wm-page p {
    margin-top: 0;
}

.wm-page h1,
.wm-page h2,
.wm-page h3 {
    color: var(--wm-navy);
    line-height: 1.14;
}

.wm-page p {
    line-height: 1.75;
}

.wm-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.wm-hero {
    position: relative;
    padding: 88px 0 76px;
    background:
        radial-gradient(circle at 87% 15%, rgba(35, 183, 196, 0.18), transparent 30%),
        radial-gradient(circle at 10% 10%, rgba(19, 120, 212, 0.12), transparent 34%),
        linear-gradient(135deg, #f8fbff 0%, #eef7ff 48%, #f2fbfa 100%);
}

.wm-hero::before,
.wm-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.wm-hero::before {
    width: 330px;
    height: 330px;
    right: -150px;
    bottom: -210px;
    border: 54px solid rgba(19, 120, 212, 0.06);
}

.wm-hero::after {
    width: 180px;
    height: 180px;
    left: -95px;
    top: 70px;
    border: 35px solid rgba(35, 183, 196, 0.07);
}

.wm-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
    gap: 72px;
    align-items: center;
}

.wm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--wm-primary-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.wm-eyebrow::before {
    content: "";
    width: 28px;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--wm-primary), var(--wm-cyan));
}

.wm-eyebrow--light {
    color: #bfe8ff;
}

.wm-hero h1 {
    max-width: 720px;
    margin-bottom: 24px;
    font-size: clamp(42px, 5.2vw, 68px);
    letter-spacing: -.045em;
}

.wm-lead {
    max-width: 660px;
    margin-bottom: 30px;
    color: #425f76;
    font-size: 19px;
}

.wm-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.wm-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    cursor: pointer;
}

.wm-button:hover,
.wm-button:focus-visible {
    transform: translateY(-2px);
}

.wm-button--primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--wm-primary), #0d92d7 65%, var(--wm-cyan));
    box-shadow: 0 12px 28px rgba(19, 120, 212, .24);
}

.wm-button--primary:hover,
.wm-button--primary:focus-visible {
    box-shadow: 0 16px 32px rgba(19, 120, 212, .30);
}

.wm-button--secondary {
    color: var(--wm-navy) !important;
    border-color: #c9deee;
    background: rgba(255, 255, 255, .75);
}

.wm-button--full {
    width: 100%;
    border: 0;
    font-size: 16px;
}

.wm-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #38566d;
    font-size: 14px;
    font-weight: 700;
}

.wm-checklist li {
    position: relative;
    padding-left: 25px;
}

.wm-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    background: var(--wm-green);
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.wm-hero__visual {
    position: relative;
    min-height: 440px;
}

.wm-browser {
    position: absolute;
    top: 26px;
    right: 6px;
    width: min(100%, 510px);
    border: 1px solid rgba(118, 157, 185, .23);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 30px 70px rgba(34, 74, 105, .18);
    overflow: hidden;
    transform: rotate(1.2deg);
}

.wm-browser__bar {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 13px 16px;
    background: #edf4f9;
}

.wm-browser__bar > span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #bfd0de;
}

.wm-browser__bar > span:first-child { background: #ff9f9f; }
.wm-browser__bar > span:nth-child(2) { background: #ffd783; }
.wm-browser__bar > span:nth-child(3) { background: #83d7ba; }

.wm-browser__address {
    width: 58%;
    margin-left: 12px;
    padding: 7px 14px;
    border-radius: 99px;
    color: #7890a3;
    background: #fff;
    font-size: 11px;
}

.wm-browser__screen {
    padding: 22px;
    background: linear-gradient(145deg, #fff, #f5fbff);
}

.wm-browser__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.wm-browser__logo {
    color: var(--wm-primary);
    font-size: 15px;
    font-weight: 900;
}

.wm-browser__links {
    display: flex;
    gap: 8px;
}

.wm-browser__links i {
    width: 30px;
    height: 5px;
    border-radius: 99px;
    background: #d8e5ef;
}

.wm-browser__hero {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 18px;
    align-items: center;
    min-height: 190px;
    padding: 22px;
    border-radius: 20px;
    background: linear-gradient(135deg, #edf7ff, #eafaf7);
}

.wm-browser__hero b,
.wm-browser__hero span {
    display: block;
    border-radius: 99px;
    background: #bed2e1;
}

.wm-browser__hero b:first-child {
    width: 84%;
    height: 14px;
    margin-bottom: 9px;
    background: var(--wm-primary);
}

.wm-browser__hero b:nth-child(2) {
    width: 66%;
    height: 14px;
    margin-bottom: 18px;
    background: #3fa8d8;
}

.wm-browser__hero b:nth-child(3) {
    width: 88%;
    height: 6px;
    margin-bottom: 7px;
}

.wm-browser__hero span {
    width: 62%;
    height: 30px;
    margin-top: 20px;
    background: linear-gradient(90deg, var(--wm-primary), var(--wm-cyan));
}

.wm-browser__image svg {
    display: block;
    width: 100%;
    height: auto;
}

.wm-browser__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 18px;
}

.wm-browser__cards i {
    height: 74px;
    border: 1px solid #e1edf5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(16, 42, 67, .05);
}

.wm-float-card {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 16px;
    border: 1px solid rgba(209, 226, 238, .9);
    border-radius: 15px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 15px 35px rgba(35, 71, 98, .14);
}

.wm-float-card strong,
.wm-float-card small {
    display: block;
}

.wm-float-card strong {
    color: var(--wm-navy);
    font-size: 13px;
}

.wm-float-card small {
    color: var(--wm-muted);
    font-size: 11px;
}

.wm-float-card--hosting {
    left: 0;
    top: 0;
}

.wm-float-card--mobile {
    right: -10px;
    bottom: 14px;
}

.wm-mini-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg, var(--wm-primary), var(--wm-cyan));
    font-weight: 900;
}

.wm-trust {
    position: relative;
    z-index: 2;
    margin-top: -1px;
    padding: 24px 0;
    border-top: 1px solid rgba(213, 229, 240, .75);
    border-bottom: 1px solid rgba(213, 229, 240, .75);
    background: rgba(255, 255, 255, .88);
}

.wm-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.wm-trust__grid div {
    padding-left: 17px;
    border-left: 3px solid #d8edf9;
}

.wm-trust strong,
.wm-trust span {
    display: block;
}

.wm-trust strong {
    margin-bottom: 4px;
    color: var(--wm-navy);
    font-size: 14px;
}

.wm-trust span {
    color: var(--wm-muted);
    font-size: 12px;
}

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

.wm-section--white {
    background: #fff;
}

.wm-section--soft {
    background: linear-gradient(135deg, #f4f9ff, #f1fbf9);
}

.wm-section--blue {
    color: rgba(255, 255, 255, .82);
    background:
        radial-gradient(circle at 85% 15%, rgba(35, 183, 196, .26), transparent 28%),
        linear-gradient(135deg, #0f3659, #0b5c92 58%, #087f98);
}

.wm-section--blue h2,
.wm-section--blue h3 {
    color: #fff;
}

.wm-section-heading {
    max-width: 780px;
    margin: 0 auto 45px;
    text-align: center;
}

.wm-section-heading h2,
.wm-split h2,
.wm-price-layout h2,
.wm-form-intro h2,
.wm-final-cta h2 {
    margin-bottom: 18px;
    font-size: clamp(32px, 4vw, 48px);
    letter-spacing: -.035em;
}

.wm-section-heading p,
.wm-section-copy {
    color: var(--wm-muted);
    font-size: 17px;
}

.wm-card-grid {
    display: grid;
    gap: 22px;
}

.wm-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wm-service-card {
    position: relative;
    min-height: 250px;
    padding: 30px;
    border: 1px solid var(--wm-line);
    border-radius: 21px;
    background: linear-gradient(155deg, #fff, #f9fcff);
    box-shadow: 0 10px 30px rgba(16, 42, 67, .05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.wm-service-card:hover {
    transform: translateY(-5px);
    border-color: #badbf1;
    box-shadow: var(--wm-shadow);
}

.wm-service-card__icon {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 15px;
    color: var(--wm-primary-dark);
    background: linear-gradient(135deg, #e4f2ff, #e3f8f5);
    font-weight: 900;
}

.wm-service-card h3 {
    margin-bottom: 12px;
    font-size: 22px;
}

.wm-service-card p {
    margin-bottom: 0;
    color: var(--wm-muted);
    font-size: 15px;
}

.wm-split {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 65px;
    align-items: center;
}

.wm-option-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.wm-option-card {
    position: relative;
    padding: 32px 27px 27px;
    border: 1px solid var(--wm-line);
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(16, 42, 67, .07);
}

.wm-option-card--featured {
    border-color: rgba(19, 120, 212, .36);
    background: linear-gradient(155deg, #fff, #edf7ff);
}

.wm-option-card__badge {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 6px 10px;
    border-radius: 99px;
    color: var(--wm-primary-dark);
    background: #e5f3ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wm-option-card h3 {
    margin-bottom: 18px;
    font-size: 24px;
}

.wm-option-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wm-option-card li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 24px;
    color: var(--wm-text);
    font-size: 14px;
}

.wm-option-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--wm-green);
    font-weight: 900;
}

.wm-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wm-process::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 9%;
    right: 9%;
    height: 2px;
    background: linear-gradient(90deg, #c4e1f5, #a9e3dc);
}

.wm-process li {
    position: relative;
    z-index: 1;
    text-align: center;
}

.wm-process li > span {
    display: grid;
    width: 52px;
    height: 52px;
    margin: 0 auto 21px;
    place-items: center;
    border: 6px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--wm-primary), var(--wm-cyan));
    box-shadow: 0 8px 18px rgba(19, 120, 212, .20);
    font-weight: 900;
}

.wm-process h3 {
    margin-bottom: 9px;
    font-size: 18px;
}

.wm-process p {
    margin-bottom: 0;
    color: var(--wm-muted);
    font-size: 13px;
    line-height: 1.6;
}

.wm-price-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.wm-price-layout p {
    margin-bottom: 0;
    font-size: 17px;
}

.wm-price-factors {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.wm-price-factors div {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 17px;
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(10px);
}

.wm-price-factors strong,
.wm-price-factors span {
    display: block;
}

.wm-price-factors strong {
    margin-bottom: 7px;
    color: #fff;
}

.wm-price-factors span {
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
}

.wm-section--form {
    background:
        radial-gradient(circle at 0 0, rgba(19, 120, 212, .08), transparent 28%),
        #f5f9fc;
}

.wm-form-layout {
    display: grid;
    grid-template-columns: .73fr 1.27fr;
    gap: 56px;
    align-items: start;
}

.wm-form-intro {
    position: sticky;
    top: 110px;
}

.wm-form-intro > p {
    color: var(--wm-muted);
    font-size: 17px;
}

.wm-form-note {
    margin-top: 27px;
    padding: 20px;
    border: 1px solid #d8e8f3;
    border-radius: 17px;
    background: #fff;
}

.wm-form-note strong {
    display: block;
    margin-bottom: 7px;
    color: var(--wm-navy);
}

.wm-form-note p {
    margin-bottom: 0;
    color: var(--wm-muted);
    font-size: 13px;
    line-height: 1.65;
}

.wm-form-card {
    padding: 36px;
    border: 1px solid var(--wm-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--wm-shadow);
}

.wm-form {
    display: grid;
    gap: 20px;
}

.wm-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.wm-field {
    display: grid;
    gap: 8px;
}

.wm-field > span {
    color: var(--wm-navy);
    font-size: 13px;
    font-weight: 800;
}

.wm-field input,
.wm-field select,
.wm-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #ccdeeb;
    border-radius: 12px;
    outline: none;
    color: var(--wm-navy);
    background: #fbfdff;
    font: inherit;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.wm-field textarea {
    resize: vertical;
    line-height: 1.55;
}

.wm-field input:focus,
.wm-field select:focus,
.wm-field textarea:focus {
    border-color: var(--wm-primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(19, 120, 212, .10);
}

.wm-consent {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    align-items: start;
    color: var(--wm-muted);
    font-size: 13px;
    line-height: 1.55;
}

.wm-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--wm-primary);
}

.wm-form-footnote {
    margin: -8px 0 0;
    color: var(--wm-muted);
    font-size: 12px;
    text-align: center;
}

.wm-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.wm-alert {
    margin-bottom: 24px;
    padding: 15px 17px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 700;
}

.wm-alert--success {
    color: #0d6a50;
    border: 1px solid #a9e0ce;
    background: #eaf9f4;
}

.wm-alert--error {
    color: #9b3535;
    border: 1px solid #efc2c2;
    background: #fff1f1;
}

.wm-final-cta {
    padding: 54px 0;
    background: #fff;
}

.wm-final-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 38px 42px;
    border: 1px solid var(--wm-line);
    border-radius: 25px;
    background: linear-gradient(135deg, #f3f9ff, #eefbf8);
}

.wm-final-cta h2 {
    max-width: 720px;
    margin-bottom: 10px;
    font-size: clamp(27px, 3.2vw, 39px);
}

.wm-final-cta p {
    margin-bottom: 0;
}

@media (max-width: 1050px) {
    .wm-hero__grid,
    .wm-split,
    .wm-price-layout,
    .wm-form-layout {
        grid-template-columns: 1fr;
    }

    .wm-hero__visual {
        width: min(650px, 100%);
        margin: 0 auto;
    }

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

    .wm-process {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .wm-process::before {
        top: 20px;
        bottom: 20px;
        left: 25px;
        right: auto;
        width: 2px;
        height: auto;
    }

    .wm-process li {
        display: grid;
        grid-template-columns: 52px 1fr;
        gap: 18px;
        text-align: left;
    }

    .wm-process li > span {
        margin: 0;
    }

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

@media (max-width: 720px) {
    .wm-container {
        width: min(100% - 28px, 1180px);
    }

    .wm-hero {
        padding: 62px 0 55px;
    }

    .wm-hero h1 {
        font-size: clamp(37px, 12vw, 52px);
    }

    .wm-lead {
        font-size: 17px;
    }

    .wm-hero__visual {
        min-height: 350px;
    }

    .wm-browser {
        top: 40px;
        width: 96%;
    }

    .wm-browser__screen {
        padding: 15px;
    }

    .wm-browser__hero {
        min-height: 150px;
        padding: 15px;
    }

    .wm-float-card--mobile {
        right: 0;
        bottom: 0;
    }

    .wm-float-card--hosting {
        left: 0;
    }

    .wm-checklist,
    .wm-trust__grid,
    .wm-card-grid--three,
    .wm-option-grid,
    .wm-price-factors,
    .wm-field-grid {
        grid-template-columns: 1fr;
    }

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

    .wm-service-card {
        min-height: auto;
    }

    .wm-form-card {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .wm-final-cta__inner {
        display: grid;
        padding: 28px 22px;
    }

    .wm-final-cta__inner .wm-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wm-button,
    .wm-service-card {
        transition: none;
    }
}
