/* Hero v2 — мобильная версия */

@media screen and (max-width: 600px) {
    section#first.hero2 {
        padding: 7em 0 4.5em;
    }

    .hero2__title {
        font-size: 1.65em;
        line-height: 1.12em;
        max-width: none;
    }

    .hero2__title-line {
        white-space: normal;
    }

    .hero2__privacy input[type="checkbox"] {
        width: 1.35em !important;
        height: 1.35em !important;
        min-width: 1.35em;
        min-height: 1.35em;
        margin-top: .05em;
    }

    .hero2__panel-form .polit {
        font-size: .78em;
        line-height: 1.35em;
    }

    .hero2__actions {
        gap: .75em;
    }

    .hero2__benefits {
        grid-template-columns: 1fr 1fr;
    }

    .hero2__panel {
        margin-top: 1.25em;
        padding: 1.25em;
    }

    .hero2__panel-form .input,
    .hero2__panel-form textarea {
        font-size: .9em;
        padding: .8em .9em;
    }

    section.production-proof h2 {
        font-size: 1.65em;
        line-height: 1.15em;
    }

    .production-proof__grid {
        grid-template-columns: 1fr;
    }

    .production-proof__cta {
        margin-top: 1em;
        padding: 1.2em;
    }

    .production-proof__cta .button {
        width: 100%;
    }
}
