:root {
    --mwcx-blue: #031e69;
    --mwcx-blue2: #071b49;
    --mwcx-gold: #d4a84f;
    --mwcx-gold2: #f4d783;
    --mwcx-ink: #17233c;
    --mwcx-muted: #5e6b7f;
    --mwcx-paper: #fff;
    --mwcx-soft: #f6f8fb;
    --mwcx-cream: #fff8e8;
    --mwcx-line: #d8e0ec;
    --mwcx-green: #0d9b4d;
    --mwcx-red: #e34b43;
    --mwcx-shadow: 0 18px 45px rgba(3, 30, 105, .12)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #fff;
    color: var(--mwcx-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.72
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: inherit
}

.mwcx-shell {
    width: min(1200px, calc(100% - 34px));
    margin: auto
}

.mwcx-topbar {
    background: var(--mwcx-blue);
    border-top: 4px solid var(--mwcx-gold);
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-weight: 800;
    letter-spacing: .02em
}

.mwcx-header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid #e5eaf1;
    backdrop-filter: blur(10px)
}

.mwcx-nav {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px
}

.mwcx-logo {
    font-size: 28px;
    font-weight: 950;
    color: var(--mwcx-blue);
    text-decoration: none;
    letter-spacing: .03em
}

.mwcx-logo em {
    font-style: normal;
    color: var(--mwcx-gold)
}

.mwcx-links {
    display: flex;
    align-items: center;
    gap: 22px
}

.mwcx-links a {
    text-decoration: none;
    font-weight: 760
}

.mwcx-toggle {
    display: none;
    border: 1px solid var(--mwcx-line);
    background: #fff;
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 24px
}

.mwcx-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 900;
    background: #ffd500;
    color: #031752;
    border: 2px solid #e4bd00;
    border-radius: 13px;
    padding: 14px 24px;
    box-shadow: 0 6px 0 #c99f00
}

.mwcx-button:hover {
    transform: translateY(-1px)
}

.mwcx-button.mwcx-dark {
    background: var(--mwcx-blue);
    border-color: var(--mwcx-blue);
    box-shadow: none;
    color: #fff
}

.mwcx-hero {
    padding: 70px 0 58px;
    background: linear-gradient(180deg, #fff 0, #f8faff 100%);
    overflow: hidden
}

.mwcx-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 54px;
    align-items: center
}

.mwcx-eyebrow {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #805e09;
    border-left: 4px solid var(--mwcx-gold);
    padding-left: 11px
}

.mwcx-hero h1 {
    font-size: clamp(40px, 5vw, 67px);
    line-height: 1.02;
    color: var(--mwcx-blue);
    margin: 16px 0
}

.mwcx-hero p {
    font-size: 20px;
    max-width: 720px
}

.mwcx-hero-note {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 25px 0
}

.mwcx-note {
    background: #fff;
    border: 1px solid #e0e6ef;
    border-radius: 12px;
    padding: 13px 15px;
    font-weight: 750;
    box-shadow: 0 8px 25px rgba(3, 30, 105, .05)
}

.mwcx-visual {
    position: relative;
    padding: 20px
}

.mwcx-visual:before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: #fff0bd;
    right: 0;
    top: 8%;
    z-index: 0
}

.mwcx-visual img {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 28px 30px rgba(15, 30, 70, .18))
}

.mwcx-proof {
    background: var(--mwcx-blue);
    color: #fff;
    padding: 18px 0
}

.mwcx-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    text-align: center;
    font-weight: 800
}

.mwcx-section {
    padding: 74px 0
}

.mwcx-section.mwcx-soft {
    background: var(--mwcx-soft)
}

.mwcx-section.mwcx-cream {
    background: var(--mwcx-cream)
}

.mwcx-title {
    font-size: clamp(30px, 4vw, 47px);
    line-height: 1.12;
    color: var(--mwcx-blue);
    margin: 0 0 14px
}

.mwcx-intro {
    max-width: 880px;
    color: #47566d;
    font-size: 20px
}

.mwcx-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 46px;
    align-items: center
}

.mwcx-feature-list {
    display: grid;
    gap: 14px;
    margin-top: 24px
}

.mwcx-feature {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 13px;
    padding: 18px 0;
    border-bottom: 1px solid var(--mwcx-line)
}

.mwcx-feature b {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff0bf;
    color: #735300
}

.mwcx-feature h3 {
    margin: 0 0 5px;
    color: var(--mwcx-blue)
}

.mwcx-feature p {
    margin: 0;
    color: #526078
}

.mwcx-grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 28px
}

.mwcx-panel {
    background: #fff;
    border: 1px solid var(--mwcx-line);
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(3, 30, 105, .06)
}

.mwcx-panel h3 {
    color: var(--mwcx-blue);
    margin-top: 0
}

.mwcx-formula-map {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 28px
}

.mwcx-formula-item {
    background: #fff;
    border-left: 5px solid var(--mwcx-gold);
    padding: 18px 20px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(3, 30, 105, .05)
}

.mwcx-formula-item strong {
    display: block;
    color: var(--mwcx-blue);
    font-size: 19px
}

.mwcx-pricing {
    padding: 82px 0;
    background: #f4f6fa
}

.mwcx-price-head {
    text-align: center;
    margin-bottom: 36px
}

.mwcx-price-head .mwcx-title {
    max-width: 950px;
    margin: 0 auto 10px
}

.mwcx-price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    align-items: stretch
}

.mwcx-price-card {
    background: #fff;
    border: 1px solid #b9c4d5;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 825px;
    box-shadow: var(--mwcx-shadow)
}

.mwcx-price-card.mwcx-featured {
    background: #fff1c7;
    border: 2px solid var(--mwcx-gold);
    transform: translateY(-12px)
}

.mwcx-price-ribbon {
    background: var(--mwcx-blue);
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.mwcx-featured .mwcx-price-ribbon {
    background: linear-gradient(90deg, #ae842d, #ffdb84, #ae842d);
    color: var(--mwcx-blue);
    font-size: 23px;
    font-weight: 950
}

.mwcx-price-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 27px 24px;
    text-align: center
}

.mwcx-price-body h3 {
    font-size: 43px;
    line-height: 1;
    margin: 6px 0;
    color: var(--mwcx-blue)
}

.mwcx-supply {
    font-size: 22px;
    color: #6d7b8e
}

.mwcx-price-image {
    height: 285px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0
}

.mwcx-price-image img {
    max-height: 275px;
    width: auto
}

.mwcx-unit {
    font-size: 57px;
    line-height: 1;
    color: var(--mwcx-blue);
    font-weight: 950;
    margin: 10px 0
}

.mwcx-unit small {
    font-size: 20px;
    font-weight: 500;
    color: #718095
}

.mwcx-perks {
    list-style: none;
    padding: 0;
    margin: 16px 0 22px;
    text-align: left
}

.mwcx-perks li {
    padding: 6px 0;
    font-size: 17px
}

.mwcx-yes {
    color: var(--mwcx-green);
    font-weight: 950
}

.mwcx-no {
    color: var(--mwcx-red);
    font-weight: 950
}

.mwcx-price-card .mwcx-button {
    width: 100%;
    font-size: 25px;
    padding: 17px
}

.mwcx-payment {
    max-width: 255px;
    margin: 12px auto 0
}

.mwcx-total {
    color: #69768a;
    margin-top: 12px
}

.mwcx-total strong {
    color: var(--mwcx-blue);
    font-size: 21px
}

.mwcx-guarantee {
    background: rgb(3, 30, 105);
    border-top: 4px solid rgb(212, 168, 79);
    color: #fff;
    padding: 66px 0
}

.mwcx-guarantee-grid {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 42px;
    align-items: center
}

.mwcx-guarantee .mwcx-title {
    color: #fff
}

.mwcx-guarantee p {
    font-size: 20px;
    color: #e7ecfa
}

.mwcx-guarantee a {
    color: #ffdc79;
    font-weight: 850
}

.mwcx-review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.mwcx-review {
    background: #fff;
    border: 1px solid #dce3ed;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 28px rgba(3, 30, 105, .07)
}

.mwcx-review h3 {
    color: var(--mwcx-blue);
    margin: 7px 0
}

.mwcx-stars {
    color: #f0b500;
    letter-spacing: .08em
}

.mwcx-quote {
    font-family: Georgia, serif;
    font-size: 20px;
    color: #33445e
}

.mwcx-faq {
    max-width: 940px;
    margin: 30px auto 0
}

.mwcx-faq details {
    background: #fff;
    border: 1px solid var(--mwcx-line);
    border-radius: 12px;
    margin: 12px 0;
    padding: 0 20px
}

.mwcx-faq summary {
    cursor: pointer;
    color: var(--mwcx-blue);
    font-weight: 600;
    padding: 20px 0
}

.mwcx-faq p {
    margin: 0;
    padding: 0 0 20px;
    color: #4b596e
}

.mwcx-cta {
    background: linear-gradient(135deg, #061744, #08266f);
    color: #fff;
    padding: 66px 0
}

.mwcx-cta-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 42px;
    align-items: center
}

.mwcx-cta .mwcx-title {
    color: #fff
}

.mwcx-cta p {
    color: #dbe4fb
}

.mwcx-footer {
    background: #05132e;
    color: #ccd6e8;
    padding: 52px 0
}

.mwcx-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr .75fr;
    gap: 34px
}

.mwcx-footer h3 {
    color: #fff
}

.mwcx-footer a {
    color: #fff;
    text-decoration: none
}

.mwcx-small {
    font-size: 15px;
    line-height: 1.55;
    color: #98a5bb
}

.mwcx-article {
    max-width: 900px;
    margin: auto
}

.mwcx-article h1 {
    font-size: clamp(38px, 5vw, 52px);
    line-height: 1.08;
    color: var(--mwcx-blue)
}

.mwcx-article h2 {
    color: var(--mwcx-blue);
    margin-top: 40px
}

.mwcx-article h3 {
    color: #18377f
}

.mwcx-breadcrumb {
    font-size: 15px;
    color: #6b7789;
    margin-bottom: 18px
}

.mwcx-callout {
    background: #fff7dc;
    border-left: 5px solid var(--mwcx-gold);
    padding: 20px 22px;
    margin: 25px 0;
    border-radius: 8px
}

.mwcx-list li {
    margin: 8px 0
}

.mwcx-related {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 28px 0
}

.mwcx-related a {
    border: 1px solid var(--mwcx-line);
    padding: 15px 17px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 760;
    color: var(--mwcx-blue)
}

@media(max-width:900px) {
    .mwcx-toggle {
        display: block
    }

    .mwcx-links {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 76px;
        background: #fff;
        padding: 20px;
        flex-direction: column;
        border-bottom: 1px solid var(--mwcx-line)
    }

    .mwcx-links.mwcx-open {
        display: flex
    }

    .mwcx-hero-grid,
    .mwcx-split,
    .mwcx-guarantee-grid,
    .mwcx-cta-grid {
        grid-template-columns: 1fr
    }

    .mwcx-grid3,
    .mwcx-review-grid,
    .mwcx-price-grid {
        grid-template-columns: 1fr
    }

    .mwcx-price-card.mwcx-featured {
        transform: none
    }

    .mwcx-proof-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .mwcx-formula-map,
    .mwcx-related {
        grid-template-columns: 1fr
    }

    .mwcx-footer-grid {
        grid-template-columns: 1fr
    }

    .mwcx-guarantee-grid {
        text-align: center
    }

    .mwcx-guarantee-grid img {
        max-width: 220px;
        margin: auto
    }

    .mwcx-price-card {
        min-height: auto
    }

    .mwcx-price-image {
        height: 230px
    }

    .mwcx-price-image img {
        max-height: 220px
    }

    .mwcx-hero-note {
        grid-template-columns: 1fr
    }
}