/* Мобильная версия сохраняет оформление основной версии */
@media (max-width: 760px) {
    html,
    body,
    .bn-site {
        background-color: #000 !important;
        color: #f7f4ec !important;
    }

    /* Не делать фон бледнее на телефоне */
    .bn-site::before {
        opacity: 1 !important;
    }

    /* Те же размеры и стиль логотипа */
    .bn-header .bn-brand {
        min-height: 86px !important;
    }

    .bn-header .bn-brand-mark {
        flex-basis: 74px !important;
        width: 74px !important;
        height: 74px !important;
    }

    .bn-header .bn-brand > span:not(.bn-brand-mark) {
        flex-basis: 124px !important;
        width: 124px !important;
        height: 52px !important;
    }

    .bn-header .bn-brand > span:not(.bn-brand-mark)::before {
        font-size: 29px !important;
    }

    .bn-header .bn-brand > span:not(.bn-brand-mark)::after {
        margin-top: 7px !important;
        font-size: 18px !important;
    }

    /* Не скрывать переключатель темы */
    .bn-theme-toggle {
        display: block !important;
    }

    /* Заголовок как в основной версии */
    .bn-hero h1 {
        font-size: 42px !important;
        line-height: 1.07 !important;
    }

    /* Одинаковое оформление карточек */
    .bn-exchange-card,
    .bn-panel,
    .bn-step-grid article,
    .bn-bottom-features div,
    .bn-page-shell,
    .bn-post-card {
        border-color: rgba(255, 255, 255, .08) !important;
        background:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, .045),
                rgba(255, 255, 255, .025)
            ),
            rgba(7, 8, 9, .78) !important;
        color: #f7f4ec !important;
        box-shadow: 0 24px 70px rgba(0, 0, 0, .32) !important;
    }

    /* Те же золотые кнопки */
    .bn-btn-primary,
    .bn-inline-cta,
    .bn-quick-submit,
    .bn-submit,
    .bn-login-link,
    .bn-register-link {
        background: linear-gradient(
            180deg,
            #ffd950 0%,
            #f1b912 46%,
            #ad6900 100%
        ) !important;
        color: #090704 !important;
    }
}
