
.mrp-cta-section {
    position: relative;
    width: 100%;
    padding: 24px 28px;
    box-sizing: border-box;
}

.mrp-cta-section *,
.mrp-cta-section *::before,
.mrp-cta-section *::after {
    box-sizing: border-box;
}

.mrp-cta-section__container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.mrp-cta-section__box {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 190px;
    gap: 40px;
    padding: 38px 62px;
    overflow: hidden;
    border: 1px solid rgba(108, 168, 216, .42);
    border-radius: 18px;
    background:
        radial-gradient(circle at 88% 18%, rgba(0, 170, 190, .20) 0, rgba(0, 170, 190, .10) 19%, rgba(0, 170, 190, 0) 44%),
        linear-gradient(110deg, #062b57 0%, #073663 54%, #005178 100%);
    box-shadow: 0 12px 28px rgba(7, 27, 76, .10);
}

.mrp-cta-section__box::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: .18;
    pointer-events: none;
    z-index: 0;
}

.mrp-cta-section__content,
.mrp-cta-section__button-wrap,
.mrp-cta-section__visual {
    position: relative;
    z-index: 2;
}

.mrp-cta-section__content {
    flex: 1 1 58%;
    min-width: 0;
}

.mrp-cta-section__heading {
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 3.2vw, 52px);
    line-height: 1.16;
    letter-spacing: -.035em;
    font-weight: 800;
}

.mrp-cta-section__description {
    margin-top: 14px;
    max-width: 760px;
    color: #d9e8f5;
    font-size: clamp(17px, 1.55vw, 27px);
    line-height: 1.48;
    font-weight: 600;
}

.mrp-cta-section__button-wrap {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mrp-cta-section__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 66px;
    gap: 18px;
    padding: 18px 32px;
    border-radius: 10px;
    background: #4ab642;
    color: #ffffff;
    text-decoration: none !important;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 14px 24px rgba(31, 159, 75, .20);
    transition: transform .22s ease, background-color .22s ease, color .22s ease, box-shadow .22s ease;
}

.mrp-cta-section__button:hover,
.mrp-cta-section__button:focus {
    background: #3fa339;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(31, 159, 75, .26);
}

.mrp-cta-section__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: currentColor;
    line-height: 1;
    flex: 0 0 auto;
}

.mrp-cta-section__button-icon svg {
    width: 1em;
    height: 1em;
}

.mrp-cta-section__button-icon svg,
.mrp-cta-section__button-icon svg path,
.mrp-cta-section__button-icon svg g,
.mrp-cta-section__button-icon svg use,
.mrp-cta-section__button-icon svg circle,
.mrp-cta-section__button-icon svg rect,
.mrp-cta-section__button-icon svg line,
.mrp-cta-section__button-icon svg polyline,
.mrp-cta-section__button-icon svg polygon,
.mrp-cta-section__mail-icon svg,
.mrp-cta-section__mail-icon svg path,
.mrp-cta-section__doc-icon svg,
.mrp-cta-section__doc-icon svg path {
    fill: currentColor;
    stroke: currentColor;
}

.mrp-cta-section__visual {
    flex: 0 0 260px;
    width: 260px;
    height: 150px;
    margin-left: 4px;
}

.mrp-cta-section__blob {
    position: absolute;
    display: block;
    border-radius: 48% 52% 44% 56%;
    background: rgba(0, 163, 190, .22);
    pointer-events: none;
    z-index: 0;
}

.mrp-cta-section__blob--one {
    width: 190px;
    height: 112px;
    right: 36px;
    top: -4px;
    transform: rotate(-14deg);
}

.mrp-cta-section__blob--two {
    width: 146px;
    height: 118px;
    right: -4px;
    top: 4px;
    opacity: .78;
    transform: rotate(10deg);
}

.mrp-cta-section__mail-circle {
    position: absolute;
    left: 10px;
    top: 0;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #0aa4bd;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    z-index: 3;
    box-shadow: 0 14px 24px rgba(0, 0, 0, .15);
}

.mrp-cta-section__mail-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    line-height: 1;
}

.mrp-cta-section__doc {
    position: absolute;
    right: 34px;
    bottom: -18px;
    width: 106px;
    height: 132px;
    border-radius: 0 8px 8px 8px;
    background: #eef8f2;
    box-shadow: 0 18px 28px rgba(7, 27, 76, .20);
    z-index: 2;
    overflow: hidden;
}

.mrp-cta-section__doc::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.06));
}

.mrp-cta-section__doc-fold {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background: #d8f0dc;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 2;
}

.mrp-cta-section__doc-line {
    position: absolute;
    left: 22px;
    right: 22px;
    height: 8px;
    border-radius: 20px;
    background: #72ca80;
    opacity: .72;
    z-index: 2;
}

.mrp-cta-section__doc-line--one {
    top: 54px;
}

.mrp-cta-section__doc-line--two {
    top: 75px;
}

.mrp-cta-section__doc-line--three {
    top: 96px;
    right: 42px;
}

.mrp-cta-section__doc-icon {
    position: absolute;
    left: 14px;
    bottom: 12px;
    color: rgba(31, 159, 75, .36);
    font-size: 26px;
    z-index: 2;
}

.mrp-cta-section__custom-image {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: auto;
}

@media (max-width: 1200px) {
    .mrp-cta-section__box {
        padding: 34px 42px;
        gap: 28px;
    }

    .mrp-cta-section__visual {
        flex-basis: 220px;
        width: 220px;
    }

    .mrp-cta-section__button {
        min-height: 60px;
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .mrp-cta-section {
        padding: 22px;
    }

    .mrp-cta-section__box {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "content visual"
            "button visual";
        align-items: center;
    }

    .mrp-cta-section__content {
        grid-area: content;
    }

    .mrp-cta-section__button-wrap {
        grid-area: button;
    }

    .mrp-cta-section__visual {
        grid-area: visual;
    }
}

@media (max-width: 767px) {
    .mrp-cta-section {
        padding: 18px 16px;
    }

    .mrp-cta-section__box {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 22px;
        padding: 30px 22px;
        text-align: center;
        border-radius: 18px;
    }

    .mrp-cta-section__content {
        flex-basis: auto;
        width: 100%;
    }

    .mrp-cta-section__heading {
        font-size: clamp(26px, 8vw, 38px);
    }

    .mrp-cta-section__description {
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        line-height: 1.55;
    }

    .mrp-cta-section__button-wrap {
        width: 100%;
        justify-content: center;
    }

    .mrp-cta-section__button {
        width: 100%;
        min-height: 56px;
        font-size: 16px;
        padding: 16px 22px;
    }

    .mrp-cta-section__visual {
        width: 220px;
        height: 130px;
        flex: 0 0 auto;
        margin: 0 auto;
        order: 3;
    }

    .mrp-cta-section__mail-circle {
        width: 76px;
        height: 76px;
        font-size: 38px;
        left: 14px;
    }

    .mrp-cta-section__doc {
        width: 90px;
        height: 112px;
        right: 28px;
        bottom: -8px;
    }

    .mrp-cta-section__blob--one {
        width: 150px;
        height: 90px;
        right: 38px;
    }

    .mrp-cta-section__blob--two {
        width: 116px;
        height: 94px;
        right: 12px;
    }
}

@media (max-width: 420px) {
    .mrp-cta-section__visual {
        width: 190px;
        height: 118px;
    }

    .mrp-cta-section__mail-circle {
        width: 64px;
        height: 64px;
        font-size: 32px;
    }

    .mrp-cta-section__doc {
        width: 78px;
        height: 100px;
    }
}
