:root {
    --mv-bg: #f6fbfd;
    --mv-surface: #fff;
    --mv-text: #18344a;
    --mv-muted: #60748a;
    --mv-line: #dce8f1;
    --mv-primary: #1f5f95;
    --mv-primary-2: #4aa6d8;
    --mv-accent: #6b5cff;
    --mv-accent-2: #e8e4ff;
    --mv-soft: #eef5fb;
    --mv-warm: #ff8d6c;
    --mv-shadow: 0 16px 42px rgba(20, 53, 89, .08)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    background: linear-gradient(180deg, #fafdff 0%, #f2f8fc 100%);
    color: var(--mv-text);
    line-height: 1.65
}

img {
    max-width: 100%;
    height: auto !important;
    display: block
}

a {
    text-decoration: none;
    color: var(--mv-primary)
}

.mv-container {
    width: min(1180px, calc(100% - 32px));
    margin: auto
}

.mv-section {
    padding: 78px 0
}

.mv-tight {
    padding: 44px 0
}

.mv-grid {
    display: grid;
    gap: 28px
}

.mv-two {
    grid-template-columns: 1.03fr .97fr
}

.mv-three {
    grid-template-columns: repeat(3, 1fr)
}

.mv-four {
    grid-template-columns: repeat(4, 1fr)
}

.mv-center {
    text-align: center
}

.mv-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #ecf5ff;
    color: var(--mv-primary);
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .02em
}

.mv-kicker {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: #7d61ff;
    font-weight: 800
}

.mv-title {
    font-size: clamp(36px, 4.8vw, 60px);
    line-height: 1.03;
    margin: 18px 0;
    color: var(--mv-text)
}

.mv-hero .mv-title {
    font-size: clamp(26px, 3.2vw, 40px)
}

.mv-subtitle {
    font-size: clamp(26px, 3.2vw, 40px);
    line-height: 1.12;
    margin: 0 0 14px;
    color: var(--mv-text)
}

.mv-lead {
    font-size: 18px;
    color: var(--mv-muted);
    max-width: 70ch
}

.mv-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px
}

.mv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 26px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--mv-primary), var(--mv-primary-2));
    color: #fff;
    font-weight: 800;
    box-shadow: 0 12px 25px rgba(31, 95, 149, .22);
    transition: .2s
}

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

.mv-btn--alt {
    background: #fff;
    color: var(--mv-text);
    border: 1px solid var(--mv-line);
    box-shadow: none
}

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

.mv-card--plain {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0
}

.mv-copy p {
    margin: 0 0 15px
}

.mv-list {
    padding: 0;
    margin: 18px 0 0;
    list-style: none
}

.mv-list li {
    position: relative;
    padding-left: 30px;
    margin: 12px 0;
    color: var(--mv-muted)
}

.mv-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--mv-accent);
    font-weight: 900
}

.mv-topbar {
    background: #16344d;
    color: #deebf5;
    font-size: 14px;
    padding: 10px 0
}

.mv-topbar .mv-container {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.mv-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(22, 52, 77, .08)
}

.mv-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    gap: 18px
}

.mv-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 900;
    color: var(--mv-text)
}

.mv-logo__mark {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--mv-accent), var(--mv-primary));
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: 0 12px 24px rgba(107, 92, 255, .22)
}

.mv-nav__toggle {
    display: none;
    background: none;
    border: 0;
    font-size: 28px
}

.mv-nav__links {
    display: flex;
    gap: 22px;
    align-items: center;
    flex-wrap: wrap
}

.mv-nav__links a {
    font-weight: 700;
    color: var(--mv-text);
    font-size: 15px
}

.mv-hero {
    position: relative;
    padding: 78px 0 54px;
    overflow: hidden
}

.mv-hero:before,
.mv-hero:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(58px);
    opacity: .18;
    pointer-events: none
}

.mv-hero:before {
    width: 320px;
    height: 320px;
    background: #93c9f5;
    left: -90px;
    top: -110px
}

.mv-hero:after {
    width: 310px;
    height: 310px;
    background: #b0a7ff;
    right: -110px;
    top: 70px
}

.mv-hero__wrap {
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    gap: 34px;
    align-items: center
}

.mv-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 26px 0
}

.mv-mini {
    background: #fff;
    border: 1px solid var(--mv-line);
    border-radius: 18px;
    padding: 16px;
    box-shadow: var(--mv-shadow)
}

.mv-mini strong {
    display: block;
    font-size: 15px;
    color: var(--mv-text)
}

.mv-mini span {
    display: block;
    font-size: 14px;
    color: var(--mv-muted)
}

.mv-product {
    background: linear-gradient(180deg, #f4f9fd 0%, #ffffff 100%);
    border-radius: 26px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mv-product img {
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    max-height: 1040px;
    margin: 0 auto;
    object-fit: contain
}

.mv-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #5e7082;
    margin-bottom: 16px
}

.mv-stars {
    color: #ffb72c;
    letter-spacing: 2px
}

.mv-visual {
    margin-top: 18px;
    background: #fff;
    border: 1px solid var(--mv-line);
    border-radius: 24px;
    padding: 18px 20px;
    box-shadow: 0 14px 35px rgba(20, 53, 89, .08)
}

.mv-visual__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    color: var(--mv-primary);
    text-transform: uppercase;
    margin-bottom: 14px
}

.mv-visual__icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #eef5ff;
    display: grid;
    place-items: center;
    font-size: 18px
}

.mv-neural {
    position: relative;
    height: 198px;
    border-radius: 20px;
    background: radial-gradient(circle at top left, #f8fbff 0%, #eff5fd 55%, #f8fbff 100%);
    overflow: hidden;
    border: 1px solid #e0ebf5
}

.mv-neural svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.mv-node {
    fill: #fff;
    stroke: #4aa6d8;
    stroke-width: 2
}

.mv-node--accent {
    stroke: #6b5cff
}

.mv-link {
    stroke: #7fbbe2;
    stroke-width: 2.2;
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
    animation: mvLink 4.5s ease-in-out infinite
}

.mv-link:nth-of-type(2) {
    animation-delay: .4s
}

.mv-link:nth-of-type(3) {
    animation-delay: .7s
}

.mv-link:nth-of-type(4) {
    animation-delay: 1s
}

.mv-link:nth-of-type(5) {
    animation-delay: 1.3s
}

.mv-link:nth-of-type(6) {
    animation-delay: 1.6s
}

.mv-nodepulse {
    animation: mvPulse 3.6s ease-in-out infinite
}

.mv-nodepulse:nth-of-type(8) {
    animation-delay: .3s
}

.mv-nodepulse:nth-of-type(9) {
    animation-delay: .6s
}

.mv-nodepulse:nth-of-type(10) {
    animation-delay: .9s
}

.mv-nodepulse:nth-of-type(11) {
    animation-delay: 1.2s
}

.mv-nodepulse:nth-of-type(12) {
    animation-delay: 1.5s
}

.mv-neural__legend {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 12px
}

.mv-neural__legend div {
    background: #f7fbff;
    border: 1px solid #e2edf6;
    border-radius: 15px;
    padding: 12px
}

.mv-neural__legend strong {
    display: block;
    font-size: 14px
}

.mv-neural__legend span {
    display: block;
    font-size: 12px;
    color: var(--mv-muted)
}

.mv-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    background: linear-gradient(90deg, #1f5f95, #4aa6d8);
    border-radius: 28px;
    padding: 22px 26px;
    color: #fff
}

.mv-strip__item {
    display: flex;
    gap: 12px;
    align-items: center
}

.mv-strip__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .16);
    display: grid;
    place-items: center;
    font-size: 20px
}

.mv-features .mv-card {
    text-align: center;
    padding: 24px 20px
}

.mv-features img {
    width: 72px;
    margin: 0 auto 14px
}

.mv-features h3 {
    margin: 0 0 8px;
    font-size: 18px
}

.mv-features p {
    margin: 0;
    color: var(--mv-muted)
}

.mv-story {
    grid-template-columns: .98fr 1.02fr;
    align-items: center
}

.mv-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.mv-stack img,
.mv-media img {
    border-radius: 22px;
    box-shadow: var(--mv-shadow)
}

.mv-media--sm img {
    max-width: 320px;
    margin: 0 auto;
    display: block
}

.mv-chart {
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
    border-radius: 24px;
    padding: 24px;
    border: 1px solid var(--mv-line);
    box-shadow: var(--mv-shadow)
}

.mv-chart h3 {
    margin: 0 0 14px
}

.mv-chart svg {
    width: 100%;
    height: auto
}

.mv-bar {
    transform-origin: bottom;
    transform: scaleY(0);
    animation: mvBar 1.15s ease forwards
}

.mv-bar:nth-child(1) {
    animation-delay: .1s
}

.mv-bar:nth-child(2) {
    animation-delay: .25s
}

.mv-bar:nth-child(3) {
    animation-delay: .4s
}

.mv-bar:nth-child(4) {
    animation-delay: .55s
}

.mv-ingredients {
    grid-template-columns: repeat(3, 1fr)
}

.mv-ing {
    overflow: hidden;
    padding: 0
}

.mv-ing img {
    width: 100%;
    border-radius: 24px 24px 0 0
}

.mv-ing__body {
    padding: 22px
}

.mv-ing h3 {
    font-size: 18px;
    margin: 0 0 10px
}

.mv-reviews {
    grid-template-columns: repeat(3, 1fr)
}

.mv-review img {
    border-radius: 22px;
    margin-bottom: 16px
}

.mv-review .mv-meta {
    font-size: 14px;
    color: #6b7c8d;
    font-weight: 700;
    margin-top: 10px
}

.mv-pricegrid {
    grid-template-columns: repeat(3, 1fr)
}

.mv-price {
    position: relative;
    overflow: hidden
}

.mv-price--pop {
    border: 2px solid var(--mv-accent)
}

.mv-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--mv-accent);
    color: #fff;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em
}

.mv-price__head {
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--mv-line);
    margin-bottom: 18px
}

.mv-price__head h3 {
    margin: 0 0 8px
}

.mv-price__pic {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0 16px
}

.mv-price__pic img {
    max-height: 210px;
    object-fit: contain
}

.mv-price__value {
    font-size: 44px;
    line-height: 1;
    font-weight: 900
}

.mv-price__value small {
    font-size: 16px;
    color: var(--mv-muted);
    font-weight: 700
}

.mv-strike {
    color: #91a0ae;
    text-decoration: line-through;
    font-weight: 800
}

.mv-save {
    display: inline-block;
    background: #f1efff;
    color: #6b5cff;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    margin-top: 10px
}

.mv-bonus img {
    border-radius: 22px;
    margin-bottom: 16px
}

.mv-guarantee {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
    background: linear-gradient(135deg, #16344d, #1f5f95);
    color: #fff;
    border-radius: 32px;
    padding: 34px;
    overflow: hidden
}

.mv-guarantee p {
    color: #dde9f4
}

.mv-guarantee img {
    border-radius: 26px;
    width: 100%
}

.mv-cert {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px
}

.mv-cert span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .22);
    padding: 10px 14px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 13px
}

.mv-posts {
    grid-template-columns: repeat(3, 1fr)
}

.mv-post img {
    border-radius: 22px;
    aspect-ratio: 16/10;
    object-fit: cover
}

.mv-post h3 {
    font-size: 21px;
    margin: 16px 0 10px
}

.mv-post p {
    color: var(--mv-muted)
}

.mv-faq details {
    background: #fff;
    border: 1px solid var(--mv-line);
    border-radius: 18px;
    padding: 18px 20px
}

.mv-faq details+details {
    margin-top: 14px
}

.mv-faq summary {
    cursor: pointer;
    font-weight: 800;
    color: var(--mv-text)
}

.mv-faq p {
    margin: 14px 0 0;
    color: var(--mv-muted)
}

.mv-cta {
    background: linear-gradient(135deg, #fff, #f7fbff);
    border: 1px solid var(--mv-line);
    border-radius: 32px;
    padding: 36px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 26px;
    align-items: center
}

.mv-cta img {
    border-radius: 24px;
    width: 100%
}

.mv-footer {
    background: #16344d;
    color: #dce9f4;
    padding: 48px 0 28px;
    margin-top: 60px
}

.mv-footer a {
    color: #f1f7fb
}

.mv-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    gap: 24px
}

.mv-footnav {
    display: grid;
    gap: 10px
}

.mv-copyr {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: 14px;
    color: #adc0d0
}

@keyframes mvLink {

    0%,
    100% {
        stroke-dashoffset: 220;
        opacity: .25
    }

    40%,
    65% {
        stroke-dashoffset: 0;
        opacity: 1
    }
}

@keyframes mvPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: .95
    }

    50% {
        transform: scale(1.12);
        opacity: 1
    }
}

@keyframes mvBar {
    from {
        transform: scaleY(0)
    }

    to {
        transform: scaleY(1)
    }
}

@media (max-width:980px) {

    .mv-hero__wrap,
    .mv-two,
    .mv-story,
    .mv-guarantee,
    .mv-cta,
    .mv-footer__grid {
        grid-template-columns: 1fr
    }

    .mv-three,
    .mv-pricegrid,
    .mv-ingredients,
    .mv-reviews,
    .mv-posts,
    .mv-bonus,
    .mv-four {
        grid-template-columns: repeat(2, 1fr)
    }

    .mv-strip {
        grid-template-columns: repeat(2, 1fr)
    }

    .mv-nav__toggle {
        display: block
    }

    .mv-nav__links {
        display: none;
        position: absolute;
        top: 77px;
        left: 16px;
        right: 16px;
        background: #fff;
        padding: 18px;
        border: 1px solid var(--mv-line);
        border-radius: 20px;
        box-shadow: var(--mv-shadow);
        flex-direction: column;
        align-items: flex-start
    }

    .mv-nav__links.is-open {
        display: flex
    }
}

@media (max-width:700px) {

    .mv-three,
    .mv-pricegrid,
    .mv-ingredients,
    .mv-reviews,
    .mv-posts,
    .mv-bonus,
    .mv-four,
    .mv-points,
    .mv-strip,
    .mv-neural__legend,
    .mv-stack {
        grid-template-columns: 1fr
    }

    .mv-section {
        padding: 58px 0
    }

    .mv-hero {
        padding-top: 48px
    }

    .mv-title {
        font-size: 40px
    }

    .mv-hero .mv-title {
        font-size: 28px
    }

    .mv-subtitle {
        font-size: 29px
    }

    .mv-container {
        width: min(100% - 24px, 1180px)
    }

    .mv-guarantee,
    .mv-cta {
        padding: 24px
    }
}