:root {
    --mn-blue: #073b66;
    --mn-blue-dark: #062f54;
    --mn-teal: #12b8c6;
    --mn-text: #163650;
    --mn-muted: #627384;
    --mn-line: #cfe0e8;
    --mn-panel: #f2f8fa;
    --mn-statement: #e7f4f7;
    --mn-warm: #fff2dd;
    --mn-warm-border: #f0d2a3;
    --mn-warm-text: #7a521f;
    --mn-warm-title: #a86b12;
    --mn-white: #ffffff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: #ffffff;
    color: var(--mn-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.35;
}

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

.mn-page {
    width: min(1240px, calc(100% - 48px));
    margin: 26px auto 34px;
    overflow-x: clip;
}

.mn-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 58.7%) minmax(0, 41.3%);
    min-height: 376px;
    background: var(--mn-blue);
    color: var(--mn-white);
    overflow: hidden;
}

.mn-hero__content {
    position: relative;
    z-index: 2;
    min-width: 0;
    padding: 38px 30px 36px;
    background: var(--mn-blue);
}

.mn-hero__brand {
    margin: 0 0 6px;
    color: var(--mn-teal);
    font-size: clamp(20px, 2.4vw, 29px);
    font-weight: 900;
    line-height: 0.96;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.mn-hero__title {
    position: relative;
    z-index: 3;
    margin: 0 0 34px;
    max-width: 680px;
    color: var(--mn-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 4.6vw, 57px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.035em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.mn-hero__subtitle {
    margin: 0 0 22px;
    max-width: 620px;
    color: var(--mn-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(19px, 2vw, 24px);
    line-height: 1.08;
}

.mn-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 18px;
    border: 2px solid var(--mn-teal);
    color: var(--mn-white);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
}

.mn-hero__button:hover,
.mn-hero__button:focus-visible {
    background: var(--mn-teal);
    color: var(--mn-blue-dark);
}

.mn-hero__visual {
    position: relative;
    z-index: 1;
    min-width: 0;
    overflow: hidden;
    background: linear-gradient(120deg, #08365f, #0c6a8d);
}

.mn-hero__visual img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: 376px;
    object-fit: cover;
    object-position: center;
}

.mn-statement {
    margin-top: 22px;
    padding: 22px 48px 21px;
    background: var(--mn-statement);
    border: 1px solid var(--mn-line);
    text-align: center;
}

.mn-statement p {
    margin: 0 auto;
    max-width: 1120px;
    color: var(--mn-blue);
    font-size: clamp(19px, 2.2vw, 27px);
    font-weight: 900;
    line-height: 1.04;
}

.mn-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
}

.mn-card {
    min-height: 183px;
    padding: 19px 18px;
    background: var(--mn-panel);
    border: 1px solid var(--mn-line);
}

.mn-card h2,
.mn-panel h2,
.mn-data h2,
.mn-footer h2 {
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
}

.mn-card h2 {
    color: var(--mn-teal);
    font-size: clamp(21px, 2vw, 25px);
    line-height: 1.04;
}

.mn-card p {
    margin: 22px 0 0;
    max-width: 330px;
    color: var(--mn-text);
    font-size: clamp(17px, 1.6vw, 22px);
    line-height: 1.08;
}

.mn-grid {
    display: grid;
    grid-template-columns: minmax(0, 57.2%) minmax(0, 41.1%);
    gap: 17px;
    margin-top: 30px;
}

.mn-grid--second {
    margin-top: 33px;
}

.mn-panel {
    border: 1px solid var(--mn-line);
    background: var(--mn-white);
    padding: 24px 21px 18px;
}

.mn-panel h2,
.mn-data h2 {
    margin-bottom: 34px;
    color: var(--mn-blue);
    font-size: clamp(22px, 2vw, 27px);
    line-height: 1;
}

.mn-panel--primary {
    min-height: 438px;
}

.mn-panel--blue {
    background: var(--mn-panel);
}

.mn-bullets,
.mn-checks,
.mn-data__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mn-bullets li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 27px;
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.18;
}

.mn-bullets li::before {
    content: "•";
    position: absolute;
    left: 8px;
    top: 0;
    color: var(--mn-text);
    font-weight: 900;
}

.mn-checks li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 23px;
    font-size: clamp(14px, 1.25vw, 16px);
    line-height: 1.42;
}

.mn-checks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--mn-blue);
    font-weight: 700;
}

.mn-note {
    margin: 62px 0 0;
    max-width: 610px;
    color: var(--mn-muted);
    font-size: clamp(13px, 1.2vw, 15px);
    font-style: italic;
    line-height: 1.05;
}

.mn-result {
    margin: 17px 0 0;
    color: var(--mn-blue);
    font-size: clamp(14px, 1.25vw, 16px);
    font-weight: 900;
    line-height: 1.05;
}

.mn-steps {
    margin: 0 0 31px;
    padding: 0 0 0 50px;
    list-style: none;
}

.mn-steps li {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 0;
    margin-bottom: 18px;
    align-items: start;
}

.mn-steps span {
    color: var(--mn-teal);
    font-size: clamp(17px, 1.45vw, 20px);
    font-weight: 900;
    line-height: 1.03;
}

.mn-steps p {
    margin: 0;
    max-width: 470px;
    font-size: clamp(15px, 1.35vw, 18px);
    line-height: 1.06;
}

.mn-accent {
    margin: 0;
    color: var(--mn-teal);
    font-size: clamp(15px, 1.35vw, 18px);
    font-weight: 900;
    line-height: 1.05;
}

.mn-panel--warm {
    min-height: 280px;
    background: var(--mn-warm);
    border-color: var(--mn-warm-border);
    color: var(--mn-warm-text);
}

.mn-panel--warm h2 {
    margin-bottom: 37px;
    color: var(--mn-warm-title);
}

.mn-panel--warm p {
    margin: 0 0 18px;
    font-size: clamp(14px, 1.18vw, 16px);
    line-height: 1.08;
}

.mn-experience {
    margin: 44px 0 0 !important;
    color: var(--mn-warm-title);
    font-size: clamp(15px, 1.4vw, 18px) !important;
    font-weight: 900;
    text-align: center;
}

.mn-data {
    display: grid;
    grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
    gap: 22px;
    margin-top: 26px;
    padding: 24px 28px;
    background: var(--mn-panel);
    border: 1px solid var(--mn-line);
}

.mn-data__head p {
    margin: 0 0 11px;
    color: var(--mn-teal);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.mn-data h2 {
    margin-bottom: 0;
}

.mn-data__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    align-content: start;
}

.mn-data__list li {
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid var(--mn-line);
    color: var(--mn-blue);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.15;
}

.mn-footer {
    display: grid;
    grid-template-columns: minmax(0, 49%) minmax(0, 28%) 160px;
    gap: 28px;
    align-items: center;
    min-height: 218px;
    margin-top: 26px;
    padding: 27px 29px 29px;
    background: var(--mn-blue);
    color: var(--mn-white);
}

.mn-footer h2 {
    margin-bottom: 19px;
    color: var(--mn-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 2.8vw, 35px);
    line-height: 1;
    letter-spacing: -0.03em;
}

.mn-footer p {
    margin: 0;
    max-width: 520px;
    color: var(--mn-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(16px, 1.55vw, 19px);
    line-height: 1.04;
}

.mn-footer__contacts {
    display: grid;
    gap: 4px;
    font-style: normal;
}

.mn-footer__contacts a {
    color: var(--mn-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(17px, 1.65vw, 21px);
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.mn-footer__contacts a:hover,
.mn-footer__contacts a:focus-visible {
    color: var(--mn-teal);
}

.mn-footer__qr {
    justify-self: end;
    text-align: center;
}

.mn-footer__qr img {
    width: 126px;
    height: 126px;
    padding: 0;
    background: #ffffff;
}

.mn-footer__qr span {
    display: block;
    margin-top: 9px;
    color: var(--mn-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 1120px) {
    .mn-page {
        width: min(100% - 32px, 1240px);
        margin-top: 16px;
    }

    .mn-hero {
        grid-template-columns: minmax(0, 56%) minmax(0, 44%);
    }

    .mn-hero__title {
        font-size: clamp(34px, 4.3vw, 48px);
    }
}

@media (max-width: 860px) {
    .mn-page {
        width: 100%;
        margin: 0 auto 24px;
    }

    .mn-hero,
    .mn-grid,
    .mn-data,
    .mn-footer {
        grid-template-columns: 1fr;
    }

    .mn-hero {
        min-height: 0;
    }

    .mn-hero__content {
        padding: 32px 20px 28px;
    }

    .mn-hero__visual {
        min-height: 220px;
        max-height: 300px;
    }

    .mn-hero__visual img {
        min-height: 220px;
        max-height: 300px;
        object-fit: cover;
        object-position: center;
    }

    .mn-statement,
    .mn-cards,
    .mn-grid,
    .mn-data,
    .mn-footer {
        margin-left: 14px;
        margin-right: 14px;
    }

    .mn-statement {
        padding: 18px 18px;
    }

    .mn-cards {
        grid-template-columns: 1fr;
    }

    .mn-card,
    .mn-panel,
    .mn-panel--primary,
    .mn-panel--warm {
        min-height: auto;
    }

    .mn-card p {
        max-width: none;
    }

    .mn-panel h2,
    .mn-panel--warm h2 {
        margin-bottom: 22px;
    }

    .mn-note,
    .mn-experience {
        margin-top: 28px !important;
    }

    .mn-steps {
        padding-left: 0;
    }

    .mn-footer {
        gap: 24px;
    }

    .mn-footer__qr {
        justify-self: start;
    }
}

@media (max-width: 560px) {
    body {
        font-size: 16px;
    }

    .mn-hero__content {
        padding: 28px 16px 24px;
    }

    .mn-hero__brand {
        font-size: 18px;
    }

    .mn-hero__title {
        margin-bottom: 22px;
        font-size: clamp(31px, 10.5vw, 42px);
        line-height: 0.98;
    }

    .mn-hero__subtitle {
        font-size: 17px;
    }

    .mn-hero__button {
        width: 100%;
    }

    .mn-hero__visual {
        min-height: 180px;
        max-height: 220px;
    }

    .mn-hero__visual img {
        min-height: 180px;
        max-height: 220px;
    }

    .mn-statement,
    .mn-cards,
    .mn-grid,
    .mn-data,
    .mn-footer {
        margin-left: 10px;
        margin-right: 10px;
    }

    .mn-statement,
    .mn-card,
    .mn-panel,
    .mn-data,
    .mn-footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .mn-card {
        min-height: 0;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .mn-bullets li {
        padding-left: 21px;
    }

    .mn-bullets li::before {
        left: 3px;
    }

    .mn-data__list {
        grid-template-columns: 1fr;
    }

    .mn-footer__qr img {
        width: 112px;
        height: 112px;
    }
}

@media (max-width: 390px) {
    .mn-hero__title {
        font-size: 29px;
    }

    .mn-hero__brand {
        font-size: 16px;
    }
}
