* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #244b60;
}

.inmo-hero {
    padding: 75px 20px 65px;
    background: linear-gradient(135deg, #ffffff 0%, #eef9ff 45%, #dff4ff 100%);
}

.hero-inner {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.eyebrow {
    margin: 0 0 18px;
    color: #0088c9;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h1 {
    margin: 0 0 24px;
    color: #005c99;
    font-size: 44px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.lead {
    max-width: 760px;
    margin: 0 auto 28px;
    color: #006fae;
    font-size: 22px;
    line-height: 1.55;
}

.text {
    max-width: 760px;
    margin: 0 auto 34px;
    color: #244b60;
    font-size: 18px;
    line-height: 1.7;
}

.message-box {
    max-width: 700px;
    margin: 35px auto;
    padding: 28px 24px;
    background: #ffffff;
    color: #005c99;
    border: 2px solid #b9e9ff;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 92, 153, 0.13);
}

.message-title {
    margin: 0 0 8px;
    color: #005c99;
    font-size: 21px;
    line-height: 1.55;
    font-weight: 800;
}

.message-text {
    margin: 0;
    color: #244b60;
    font-size: 17px;
    line-height: 1.6;
}

.cta-wrap {
    text-align: center;
}

.cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 17px 32px;
    border-radius: 11px;
    background: #005c99;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
    box-shadow:
        0 12px 30px rgba(17, 24, 39, 0.18),
        0 0 22px rgba(17, 24, 39, 0.10);
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.cta:hover {
    transform: scale(1.06);
    background: #004f84;
    box-shadow:
        0 0 28px rgba(0, 92, 153, 0.82),
        0 0 58px rgba(0, 92, 153, 0.52),
        0 18px 42px rgba(0, 92, 153, 0.34);
}

.microcopy {
    margin: 12px 0 0;
    color: #527487;
    font-size: 14px;
    line-height: 1.5;
}

.inmo-body {
    padding: 55px 20px;
    background: #ffffff;
}

.body-inner {
    max-width: 840px;
    margin: 0 auto;
    color: #244b60;
}

.body-inner h2 {
    margin: 0 0 24px;
    color: #005c99;
    font-size: 30px;
    line-height: 1.25;
    text-align: center;
}

.audience-box {
    margin-bottom: 26px;
    padding: 26px 28px;
    background: #f2fafe;
    border-left: 6px solid #00aeef;
    border-radius: 12px;
}

.audience-box p {
    margin: 0;
}

.body-inner > p,
.audience-box p {
    color: #244b60;
    font-size: 18px;
    line-height: 1.75;
}

.body-inner > p {
    margin: 0 0 18px;
}

.body-inner > p.last {
    margin-bottom: 30px;
}

@media (max-width: 640px) {
    .inmo-hero {
        padding: 54px 20px 52px;
    }

    .eyebrow {
        font-size: 12px;
        letter-spacing: 2.2px;
    }

    h1 {
        font-size: clamp(36px, 10.5vw, 44px);
        line-height: 1.05;
    }

    .lead {
        font-size: 19px;
    }

    .text {
        font-size: 16px;
        line-height: 1.65;
    }

    .message-box {
        padding: 24px 20px;
        margin: 30px auto;
    }

    .message-title {
        font-size: 19px;
    }

    .message-text {
        font-size: 16px;
    }

    .cta {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .inmo-body {
        padding: 48px 20px 56px;
    }

    .body-inner h2 {
        font-size: 28px;
    }

    .audience-box {
        padding: 22px 20px;
    }

    .body-inner > p,
    .audience-box p {
        font-size: 16px;
        line-height: 1.7;
    }
}
