@media (max-width: 1680px) {
    .hero {
        width: min(1090px, 70vw);
        padding-top: 18px;
    }

    .intro h1 {
        font-size: clamp(44px, 4.25vw, 66px);
    }

    .feature-pill {
        gap: 14px;
        padding-inline: 18px;
    }

    .feature-pill span {
        font-size: 22px;
    }

    .application-form {
        width: min(980px, 100%);
        padding-inline: 54px;
    }
}

@media (min-width: 1361px) and (max-height: 960px) {
    .hero {
        padding-top: 14px;
        padding-bottom: 86px;
    }

    .brand-row {
        margin-bottom: 12px;
    }

    .logo-comooon {
        width: 202px;
    }

    .logo-separator {
        width: 20px;
    }

    .logo-pros {
        width: 184px;
    }

    .intro h1 {
        font-size: clamp(42px, 2.9vw, 56px);
    }

    .subtitle {
        margin-bottom: 10px;
        font-size: clamp(19px, 1.28vw, 24px);
    }

    .subtitle img {
        width: 26px;
        height: 26px;
    }

    .feature-list {
        margin-bottom: 10px;
    }

    .feature-pill {
        min-height: 60px;
        padding-block: 6px;
    }

    .feature-pill img {
        width: 42px;
        height: 42px;
    }

    .feature-pill span {
        font-size: 20px;
    }

    .lead {
        margin-bottom: 9px;
        font-size: 18px;
    }

    .application-form {
        padding-top: 6px;
        padding-bottom: 15px;
    }

    .application-form h2 {
        font-size: 21px;
    }

    .format-card {
        min-height: 48px;
    }

    .format-card img {
        width: 27px;
        height: 27px;
    }

    .form-grid {
        gap: 5px 32px;
    }

    .input-wrap input {
        height: 29px;
    }

    .form-bottom button {
        height: 38px;
    }

    .page-footer {
        bottom: 8px;
    }
}

@media (max-width: 1360px) {
    .registration-page {
        height: auto;
        min-height: auto;
        overflow: visible;
        background-size: auto 100%;
    }

    .hero {
        width: min(960px, calc(100% - 48px));
        padding-bottom: 120px;
    }

    .brand-row {
        margin-inline: auto;
        justify-content: center;
    }

    .feature-list {
        gap: 14px;
    }

    .feature-pill {
        min-height: 78px;
    }

    .feature-pill img {
        width: 50px;
        height: 50px;
    }

    .lead {
        font-size: 21px;
    }

    .character-left,
    .character-cub {
        opacity: 0.62;
    }

    .character-right {
        right: 2vw;
    }

    .character-tiger {
        right: 9vw;
    }

    .character-panther {
        right: 2vw;
    }

    .page-footer {
        right: 28px;
        left: 28px;
        gap: 18px;
    }

    .benefit + .benefit {
        padding-left: 18px;
    }
}

@media (max-width: 1024px) {
    .registration-page {
        background:
            linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
            url("../images/background/png/background_clean_no_characters.png") center / cover no-repeat;
    }

    .hero {
        width: min(760px, calc(100% - 32px));
        padding: 20px 0 32px;
    }

    .brand-row {
        gap: 18px;
        margin-bottom: 22px;
    }

    .logo-comooon {
        width: 210px;
    }

    .logo-separator {
        width: 22px;
    }

    .logo-pros {
        width: 180px;
    }

    .intro h1 {
        font-size: 42px;
        white-space: normal;
    }

    .subtitle {
        align-items: flex-start;
        font-size: 22px;
        line-height: 1.2;
    }

    .feature-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .application-form {
        padding: 18px 24px 28px;
    }

    .format-field {
        width: 100%;
    }

    .form-grid {
        gap: 10px 18px;
    }

    .form-bottom {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .agreement {
        justify-self: start;
    }

    .character {
        display: none;
    }

    .page-footer {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        padding: 24px 24px 30px;
        color: #ffffff;
        background: var(--blue);
    }

    .benefit + .benefit {
        border-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 720px) {
    .hero {
        width: min(520px, calc(100% - 24px));
        padding-top: 16px;
    }

    .brand-row {
        flex-wrap: wrap;
        gap: 12px 16px;
    }

    .logo-comooon {
        width: 174px;
    }

    .logo-pros {
        width: 154px;
    }

    .intro h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .subtitle {
        font-size: 18px;
    }

    .subtitle img {
        width: 25px;
        height: 25px;
    }

    .feature-list,
    .form-grid,
    .format-field,
    .page-footer {
        grid-template-columns: 1fr;
    }

    .lead {
        font-size: 18px;
    }

    .lead br {
        display: none;
    }

    .application-form {
        padding: 18px 14px 22px;
        border-radius: 14px;
    }

    .application-form h2 {
        font-size: 24px;
    }

    .format-card {
        min-height: 70px;
    }

    .form-bottom button {
        width: 100%;
        min-width: 0;
        font-size: 19px;
    }

    .page-footer {
        padding-inline: 18px;
    }
}

@media (max-width: 430px) {
    .logo-separator {
        display: none;
    }

    .intro h1 {
        font-size: 30px;
    }

    .feature-pill span {
        font-size: 20px;
    }

    .input-wrap input {
        height: 42px;
        padding-left: 44px;
    }

    .input-wrap img {
        left: 15px;
        width: 18px;
        height: 18px;
    }
}
