html, body { margin: 0 !important; padding: 0 !important; height: 100% !important; width: 100% !important; overflow: hidden !important; background: #050507; }
    body > div:not(.page_form__inner), header, footer, nav, .navbar, #header, #footer, .speedbar { display: none !important; }

    .voice-platform { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; display: flex; font-family: 'Inter', sans-serif; background: #050507; color: #fff; z-index: 99999; }

    .voice-visuals { flex: 1; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; overflow: hidden; background: linear-gradient(135deg, #0f0c29 0%, #090912 100%); border-right: 1px solid rgba(255,255,255,0.03); }
    .voice-visuals::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 50px 50px; opacity: 0.2; }
    .bg-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.4; pointer-events: none; }
    .orb-1 { width: 600px; height: 600px; background: #00d2ff; top: -200px; left: -200px; opacity: 0.15; }
    .orb-2 { width: 500px; height: 500px; background: #7b2ff7; bottom: -100px; right: -100px; opacity: 0.15; }

    .visual-content { position: relative; z-index: 2; text-align: center; max-width: 600px; padding: 40px; width: 100%; }
    .sound-wave-container { display: flex; align-items: center; justify-content: center; gap: 6px; height: 60px; margin-bottom: 30px; }
    .bar { width: 4px; background: linear-gradient(to top, #00d2ff, #fff); border-radius: 4px; animation: soundwave 1.2s ease-in-out infinite; box-shadow: 0 0 15px rgba(0, 210, 255, 0.5); }
    .bar:nth-child(1) { height: 20px; animation-delay: 0.0s; } .bar:nth-child(2) { height: 40px; animation-delay: 0.1s; }
    .bar:nth-child(3) { height: 60px; animation-delay: 0.2s; } .bar:nth-child(4) { height: 40px; animation-delay: 0.3s; }
    .bar:nth-child(5) { height: 20px; animation-delay: 0.4s; }
    @keyframes soundwave { 0%, 100% { transform: scaleY(0.5); opacity: 0.3; } 50% { transform: scaleY(1); opacity: 1; } }

    .brand-logo { font-size: 56px; font-weight: 800; letter-spacing: -3px; margin-bottom: 10px; line-height: 1; background: linear-gradient(135deg, #fff 0%, #00d2ff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
    .brand-tagline { font-size: 16px; color: rgba(255,255,255,0.5); margin-bottom: 50px; font-weight: 300; letter-spacing: 2px; text-transform: uppercase; }
    .features-list { display: flex; flex-direction: row; justify-content: center; gap: 15px; text-align: left; width: 100%; flex-wrap: wrap; }
    .feature-item { display: flex; flex-direction: row; align-items: center; background: rgba(255,255,255,0.03); padding: 15px 20px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.05); transition: 0.3s; flex: 1; min-width: 180px; backdrop-filter: blur(5px); }
    .feature-item:hover { background: rgba(0, 210, 255, 0.08); border-color: rgba(0, 210, 255, 0.2); transform: translateY(-3px); }
    .feature-icon { width: 40px; height: 40px; min-width: 40px; border-radius: 50%; background: rgba(0, 210, 255, 0.1); display: flex; align-items: center; justify-content: center; font-size: 16px; color: #00d2ff; margin-right: 15px; }
    .feature-text { width: auto; } .feature-text h4 { margin: 0 0 4px 0; font-size: 13px; font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: 0.5px; } .feature-text p { margin: 0; font-size: 11px; color: rgba(255,255,255,0.4); line-height: 1.3; }

    .voice-form-container { width: 550px; min-width: 550px; height: 100%; overflow-y: auto; background: rgba(10, 10, 15, 0.95); display: flex; flex-direction: column; justify-content: center; padding: 80px 70px; position: relative; backdrop-filter: blur(20px); }
    .voice-form-container::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, #00d2ff, transparent); opacity: 0.5; }

    .form-step { display: none; animation: slideIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
    .form-step.active { display: block; }
    @keyframes slideIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } }

    .step-header { margin-bottom: 35px; }
    .step-label { display: inline-block; background: rgba(0, 210, 255, 0.1); color: #00d2ff; padding: 6px 14px; border-radius: 6px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; }
    .step-title { font-size: 32px; font-weight: 700; color: #fff; margin: 0 0 10px 0; line-height: 1.2; }
    .step-desc { font-size: 15px; color: rgba(255,255,255,0.4); line-height: 1.5; }

    .input-group { margin-bottom: 22px; position: relative; }
    .input-label { display: block; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.5); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
    .input-field { width: 100%; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 18px 20px; font-size: 15px; color: #fff; transition: all 0.3s; outline: none; box-sizing: border-box; }
    .input-field:focus { border-color: #00d2ff; background: rgba(0, 210, 255, 0.03); box-shadow: 0 0 0 3px rgba(0, 210, 255, 0.1); }
    .input-field::placeholder { color: rgba(255,255,255,0.15); }
    .input-field.error { border-color: #ff4d4d; box-shadow: 0 0 0 3px rgba(255, 77, 77, 0.15); }
    .input-field.valid { border-color: #00ff88; box-shadow: 0 0 0 3px rgba(0, 255, 136, 0.1); }

    .input-hint { font-size: 11px; margin-top: 6px; display: none; padding: 4px 0; line-height: 1.4; }
    .input-hint.error-hint { color: #ff4d4d; display: block; }
    .input-hint.success-hint { color: #00ff88; display: block; }

    .btn-action { width: 100%; padding: 18px; border: none; border-radius: 10px; background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%); color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; transition: 0.3s; margin-top: 10px; box-shadow: 0 10px 20px rgba(0, 210, 255, 0.2); text-align: center; text-transform: uppercase; letter-spacing: 1px; }
    .btn-action:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(0, 210, 255, 0.3); }
    .btn-action:disabled { opacity: 0.5; cursor: not-allowed; transform: none !important; box-shadow: none !important; }
    .btn-secondary { background: transparent; border: 1px solid rgba(255,255,255,0.1); box-shadow: none; color: rgba(255,255,255,0.6); }
    .btn-secondary:hover { background: rgba(255, 255, 255, 0.05); color: #fff; border-color: rgba(255,255,255,0.2); transform: none; }
    .nav-btns { display: flex; gap: 10px; margin-top: 10px; }
    .nav-btns .btn-action { flex: 1; }

    .form-footer { margin-top: 40px; text-align: center; font-size: 13px; color: rgba(255,255,255,0.3); }
    .form-footer a { color: #00d2ff; text-decoration: none; font-weight: 500; border-bottom: 1px dashed transparent; transition: 0.3s; }
    .form-footer a:hover { border-bottom-color: #00d2ff; }

    /* Footer кнопки — базовые стили (без !important, для десктопа) */
    .form-footer .footer-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 600;
        padding: 12px 20px;
        border-radius: 10px;
        text-decoration: none;
        transition: all 0.2s;
        box-sizing: border-box;
        border-bottom: none;
        margin: 4px;
    }
    .form-footer .footer-btn-primary {
        background: rgba(0, 210, 255, 0.1);
        border: 1px solid rgba(0, 210, 255, 0.25);
        color: #00d2ff;
    }
    .form-footer .footer-btn-primary:hover {
        background: rgba(0, 210, 255, 0.18);
        border-color: rgba(0, 210, 255, 0.45);
        color: #fff;
        border-bottom: none;
    }
    .form-footer .footer-btn-secondary {
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.65);
    }
    .form-footer .footer-btn-secondary:hover {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.2);
        color: #fff;
        border-bottom: none;
    }

    .progress-dots { position: absolute; top: 30px; right: 70px; display: flex; gap: 10px; }
    .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.1); transition: 0.3s; }
    .dot.active { background: #00d2ff; box-shadow: 0 0 10px rgba(0,210,255,0.5); width: 24px; border-radius: 10px; }

    .lp-error { display: none; padding: 12px 16px; background: rgba(237,66,69,0.1); border: 1px solid rgba(237,66,69,0.2); border-radius: 10px; color: #ed4245; font-size: 13px; font-weight: 500; margin-bottom: 18px; align-items: center; gap: 8px; animation: shake 0.4s ease; }
    .lp-error.visible { display: flex; }
    .lp-error i { font-size: 14px; flex-shrink: 0; }

    .lp-success { display: none; padding: 12px 16px; background: rgba(0,255,136,0.08); border: 1px solid rgba(0,255,136,0.2); border-radius: 10px; color: #00ff88; font-size: 13px; font-weight: 500; margin-bottom: 18px; align-items: center; gap: 8px; animation: slideIn 0.5s ease; }
    .lp-success.visible { display: flex; }
    .lp-success i { font-size: 14px; flex-shrink: 0; }

    .lp-blocked { display: none; padding: 12px 16px; background: rgba(240,177,50,0.1); border: 1px solid rgba(240,177,50,0.25); border-radius: 10px; color: #f0b132; font-size: 13px; font-weight: 600; margin-bottom: 18px; align-items: center; gap: 8px; line-height: 1.4; }
    .lp-blocked.visible { display: flex; }
    .lp-blocked i { font-size: 16px; flex-shrink: 0; }

    .field-hint { font-size: 11px; color: rgba(255,255,255,0.35); margin-top: 6px; line-height: 1.4; }
    .field-hint code { background: rgba(0,210,255,0.1); color: #00d2ff; padding: 1px 6px; border-radius: 4px; font-size: 11px; font-family: 'Inter', monospace; }

    .av-captcha-wrap { background: rgba(0, 210, 255, 0.03); border: 1px solid rgba(0, 210, 255, 0.1); border-radius: 16px; padding: 24px; position: relative; overflow: hidden; }
    .av-captcha-wrap::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(0,210,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(0,210,255,0.02) 1px, transparent 1px); background-size: 20px 20px; pointer-events: none; }
    .av-captcha-header { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; position: relative; z-index: 1; }
    .av-captcha-icon { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, #00d2ff, #3a7bd5); display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff; box-shadow: 0 4px 15px rgba(0,210,255,0.3); }
    .av-captcha-title { font-size: 15px; font-weight: 700; color: #fff; }
    .av-captcha-subtitle { font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 2px; }
    .av-slider-track { position: relative; width: 100%; height: 52px; background: rgba(255,255,255,0.04); border-radius: 12px; border: 1px solid rgba(255,255,255,0.08); overflow: hidden; margin-bottom: 20px; user-select: none; -webkit-user-select: none; }
    .av-slider-fill { position: absolute; top: 0; left: 0; bottom: 0; width: 0; background: linear-gradient(90deg, rgba(0,210,255,0.15), rgba(0,210,255,0.08)); border-radius: 12px; pointer-events: none; }
    .av-slider-fill.success { background: linear-gradient(90deg, rgba(0,255,136,0.2), rgba(0,255,136,0.08)); }
    .av-slider-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.25); text-transform: uppercase; letter-spacing: 1.5px; pointer-events: none; white-space: nowrap; }
    .av-slider-text.success { color: rgba(0,255,136,0.7); }
    .av-slider-thumb { position: absolute; top: 4px; left: 4px; width: 44px; height: 44px; border-radius: 10px; background: linear-gradient(135deg, #00d2ff, #3a7bd5); display: flex; align-items: center; justify-content: center; cursor: grab; font-size: 18px; color: #fff; box-shadow: 0 4px 15px rgba(0,210,255,0.4); z-index: 5; touch-action: none; }
    .av-slider-thumb:hover { box-shadow: 0 6px 20px rgba(0,210,255,0.5); }
    .av-slider-thumb.success { background: linear-gradient(135deg, #00ff88, #00d2ff); box-shadow: 0 4px 15px rgba(0,255,136,0.4); }
    .av-slider-thumb .thumb-icon { transition: transform 0.3s; }
    .av-slider-thumb.success .thumb-icon { transform: scale(1.2); }
    .av-slider-waves { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; gap: 3px; pointer-events: none; opacity: 0.15; }
    .av-slider-waves .wave-bar { width: 3px; border-radius: 3px; background: #00d2ff; animation: waveAnim 1.4s ease-in-out infinite; }
    .av-slider-waves .wave-bar:nth-child(1) { height: 8px; animation-delay: 0s; } .av-slider-waves .wave-bar:nth-child(2) { height: 16px; animation-delay: 0.1s; }
    .av-slider-waves .wave-bar:nth-child(3) { height: 24px; animation-delay: 0.15s; } .av-slider-waves .wave-bar:nth-child(4) { height: 32px; animation-delay: 0.2s; }
    .av-slider-waves .wave-bar:nth-child(5) { height: 24px; animation-delay: 0.25s; } .av-slider-waves .wave-bar:nth-child(6) { height: 32px; animation-delay: 0.3s; }
    .av-slider-waves .wave-bar:nth-child(7) { height: 20px; animation-delay: 0.35s; } .av-slider-waves .wave-bar:nth-child(8) { height: 28px; animation-delay: 0.4s; }
    .av-slider-waves .wave-bar:nth-child(9) { height: 16px; animation-delay: 0.45s; } .av-slider-waves .wave-bar:nth-child(10) { height: 24px; animation-delay: 0.5s; }
    @keyframes waveAnim { 0%, 100% { transform: scaleY(0.4); opacity: 0.4; } 50% { transform: scaleY(1); opacity: 1; } }

    .av-captcha-question { position: relative; z-index: 1; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 16px; margin-bottom: 16px; display: none; }
    .av-captcha-question.visible { display: block; animation: fadeSlideUp 0.4s ease; }
    @keyframes fadeSlideUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
    .av-question-label { font-size: 13px; font-weight: 600; color: #00d2ff; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
    .av-question-text { font-size: 15px; color: rgba(255,255,255,0.8); margin-bottom: 12px; line-height: 1.5; }
    .av-question-input { width: 100%; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 14px 16px; font-size: 15px; color: #fff; outline: none; box-sizing: border-box; transition: all 0.3s; }
    .av-question-input:focus { border-color: #00d2ff; box-shadow: 0 0 0 3px rgba(0,210,255,0.1); }
    .av-question-input.error { border-color: #ff4d4d; box-shadow: 0 0 0 3px rgba(255,77,77,0.15); }
    .av-question-input.valid { border-color: #00ff88; box-shadow: 0 0 0 3px rgba(0,255,136,0.1); }
    .av-captcha-success { display: none; position: relative; z-index: 1; text-align: center; padding: 16px; }
    .av-captcha-success.visible { display: block; animation: fadeSlideUp 0.4s ease; }
    .av-captcha-success .success-icon { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg, #00ff88, #00d2ff); display: inline-flex; align-items: center; justify-content: center; font-size: 22px; color: #fff; margin-bottom: 10px; box-shadow: 0 6px 25px rgba(0,255,136,0.3); }
    .av-captcha-success .success-text { font-size: 14px; font-weight: 600; color: #00ff88; }
    .av-captcha-success .success-sub { font-size: 11px; color: rgba(255,255,255,0.35); margin-top: 4px; }
    .av-captcha-dle { display: none; }

    @keyframes spin { to { transform: rotate(360deg); } }
    .btn-spinner { display: inline-block; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,0.3); border-top-color: #fff; border-radius: 50%; animation: spin 0.6s linear infinite; vertical-align: middle; margin-right: 8px; }

    @keyframes shake { 0%,100%{transform:translateX(0)}20%{transform:translateX(-8px)}40%{transform:translateX(8px)}60%{transform:translateX(-6px)}80%{transform:translateX(6px)} }

    @media (max-width: 900px) {
        .voice-platform { flex-direction: column; overflow-y: auto; height: auto; min-height: 100vh; }
        .voice-visuals { width: 100%; flex: none; padding: 30px 20px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); }
        .voice-visuals::before, .bg-orb { display: none; }
        .brand-logo { font-size: 40px; } .sound-wave-container { height: 40px; margin-bottom: 20px; }
        .features-list { flex-direction: column; align-items: center; }
        .voice-form-container { width: 100%; min-width: auto; height: auto; padding: 30px 20px; }
        .progress-dots { position: relative; top: 0; right: 0; justify-content: center; margin-bottom: 20px; }
        .step-title { font-size: 24px; } .input-field { font-size: 16px; padding: 15px; }
        .nav-btns { flex-direction: column; }
    }

    /* ════════════════════════════════════════════════════════════════
       МОБИЛЬНАЯ АДАПТАЦИЯ + ОПТИМИЗАЦИЯ (max-width: 768px)
       Полная адаптация восстановления пароля + оптимизация
       ════════════════════════════════════════════════════════════════ */
    @media (max-width: 768px) {

        html, body {
            overflow: auto !important;
            overflow-x: hidden !important;
            max-width: 100vw !important;
        }

        .voice-platform {
            position: relative !important;
            height: auto !important;
            min-height: 100vh;
            min-height: 100dvh;
            max-width: 100vw !important;
            overflow-x: hidden !important;
            -webkit-overflow-scrolling: touch;
        }

        /* Скрываем визуальную часть — экономим GPU */
        .voice-visuals {
            display: none !important;
        }

        /* Форма на весь экран */
        .voice-form-container {
            width: 100% !important;
            min-width: 0 !important;
            max-width: 100% !important;
            height: auto !important;
            min-height: 100vh;
            min-height: 100dvh;
            padding: 24px 18px !important;
            background: #050507 !important;
            backdrop-filter: none !important;
            -webkit-backdrop-filter: none !important;
            justify-content: flex-start !important;
            padding-top: 40px !important;
            padding-bottom: 40px !important;
            box-sizing: border-box !important;
            overflow-x: hidden !important;
        }

        .voice-form-container::before {
            height: 1px !important;
            opacity: 0.3 !important;
        }

        /* Прогресс-доты */
        .progress-dots {
            position: relative !important;
            top: 0 !important;
            right: 0 !important;
            justify-content: center !important;
            margin-bottom: 24px !important;
        }

        .dot {
            width: 10px !important;
            height: 10px !important;
        }
        .dot.active {
            width: 28px !important;
        }

        /* Шаги формы */
        .form-step {
            animation: none !important;
        }

        .step-header {
            margin-bottom: 24px !important;
        }

        .step-label {
            font-size: 10px !important;
            padding: 5px 12px !important;
            margin-bottom: 12px !important;
        }

        .step-title {
            font-size: 22px !important;
            margin-bottom: 8px !important;
        }

        .step-desc {
            font-size: 13px !important;
            line-height: 1.5 !important;
        }

        /* Поля ввода */
        .input-group {
            margin-bottom: 16px !important;
        }

        .input-label {
            font-size: 11px !important;
            margin-bottom: 8px !important;
        }

        .input-field {
            padding: 16px 16px !important;
            font-size: 16px !important;
            border-radius: 12px !important;
        }

        .input-hint {
            font-size: 11px !important;
        }

        .field-hint {
            font-size: 11px !important;
            line-height: 1.5 !important;
        }

        .field-hint code {
            font-size: 11px !important;
            padding: 1px 5px !important;
        }

        /* Кнопки */
        .btn-action {
            padding: 16px !important;
            font-size: 14px !important;
            border-radius: 12px !important;
            min-height: 52px !important;
            box-shadow: 0 4px 12px rgba(0, 210, 255, 0.15) !important;
        }

        .btn-action:hover {
            transform: none !important;
            box-shadow: 0 4px 12px rgba(0, 210, 255, 0.15) !important;
        }

        .nav-btns {
            flex-direction: column !important;
            gap: 8px !important;
        }

        /* Сообщения (error/success/blocked) */
        .lp-error,
        .lp-success,
        .lp-blocked {
            padding: 14px 16px !important;
            font-size: 12px !important;
            border-radius: 10px !important;
            margin-bottom: 16px !important;
            line-height: 1.5 !important;
        }

        .lp-error i,
        .lp-success i,
        .lp-blocked i {
            font-size: 16px !important;
        }

        /* Footer */
        .form-footer {
            margin-top: 28px !important;
            font-size: 12px !important;
            line-height: 1.6 !important;
        }

        /* CAPTCHA */
        .av-captcha-wrap {
            padding: 16px !important;
            border-radius: 14px !important;
        }

        .av-captcha-header {
            gap: 10px !important;
            margin-bottom: 16px !important;
        }

        .av-captcha-icon {
            width: 36px !important;
            height: 36px !important;
            border-radius: 10px !important;
            font-size: 16px !important;
        }

        .av-captcha-title {
            font-size: 14px !important;
        }

        .av-captcha-subtitle {
            font-size: 10px !important;
        }

        .av-slider-track {
            height: 48px !important;
            border-radius: 10px !important;
            margin-bottom: 16px !important;
        }

        .av-slider-thumb {
            width: 40px !important;
            height: 40px !important;
            border-radius: 8px !important;
            font-size: 16px !important;
        }

        .av-slider-text {
            font-size: 11px !important;
            letter-spacing: 1px !important;
        }

        .av-slider-waves {
            display: none !important;
        }

        .av-captcha-question {
            padding: 14px !important;
            border-radius: 10px !important;
        }

        .av-question-label {
            font-size: 12px !important;
            margin-bottom: 8px !important;
        }

        .av-question-text {
            font-size: 14px !important;
            margin-bottom: 10px !important;
        }

        .av-question-input {
            padding: 12px 14px !important;
            font-size: 16px !important;
            border-radius: 10px !important;
        }

        .av-captcha-success {
            padding: 12px !important;
        }

        .av-captcha-success .success-icon {
            width: 44px !important;
            height: 44px !important;
            font-size: 20px !important;
        }

        .btn-spinner {
            width: 14px !important;
            height: 14px !important;
        }

        /* Footer кнопки — в ряд на мобильных */
        .form-footer {
            display: flex !important;
            flex-direction: row !important;
            gap: 10px !important;
            align-items: stretch !important;
            justify-content: space-between !important;
            margin-top: 28px !important;
            text-align: left !important;
        }
        .form-footer .footer-btn {
            flex: 1 !important;
            padding: 14px 12px !important;
            font-size: 13px !important;
            border-radius: 12px !important;
            margin: 0 !important;
        }
    }

    /* Очень маленькие экраны */
    @media (max-width: 380px) {
        .voice-form-container {
            padding: 20px 14px !important;
        }

        .step-title {
            font-size: 20px !important;
        }

        .input-field {
            padding: 14px 14px !important;
            font-size: 15px !important;
        }

        .btn-action {
            padding: 14px !important;
            font-size: 13px !important;
        }
    }

    /* Landscape */
    @media (max-width: 768px) and (orientation: landscape) and (max-height: 500px) {
        .voice-visuals {
            display: none !important;
        }

        .voice-form-container {
            padding: 20px 18px !important;
            min-height: 100vh;
            min-height: 100dvh;
        }

        .step-header {
            margin-bottom: 16px !important;
        }

        .input-group {
            margin-bottom: 12px !important;
        }

        .form-footer {
            margin-top: 16px !important;
        }
    }
