

/* Start:/local/templates/lvov_studio/home_mobile.css?17819081461378*/
@media (max-width: 768px) {
    /* Герой блок */
    .hero { padding: 40px 5% 60px; }
    
    .hero-content { max-width: 100% !important; }

    h1.hero-anim-2 { 
        font-size: clamp(32px, 9vw, 48px); 
        line-height: 1.1; 
        margin-bottom: 24px; 
    }
    
    .badge.hero-anim-1 { 
        font-size: 11px; 
        padding: 6px 12px; 
        margin-bottom: 20px; 
        display: inline-block; 
    }
    
    .hero-description.hero-anim-3 { 
        font-size: 16px; 
        margin-bottom: 32px; 
    }
    
    /* Кнопки */
    .hero-cta-row { 
        flex-direction: column; 
        width: 100%; 
        gap: 16px; 
    }
    .hero-cta-row .btn, .hero-cta-row .btn-ghost { 
        width: 100%; 
        justify-content: center; 
        text-align: center; 
    }
    
    /* Stats-bar */
    .stats-bar { 
        grid-template-columns: 1fr; 
    }
    .sb-partner { 
        grid-column: auto;
        padding: 24px 20px; 
        border-bottom: 1px solid rgba(255,255,255,0.08); 
        border-right: none; 
    }
    .sb-stat { 
        padding: 20px; 
        border-bottom: 1px solid rgba(255,255,255,0.08); 
        border-right: none; 
        display: flex; 
        flex-direction: column; 
        align-items: center; 
        text-align: center; 
    }
    .sb-stat:last-child { 
        border-bottom: none; 
    }
}

/* End */
/* /local/templates/lvov_studio/home_mobile.css?17819081461378 */
