/* Mobile fixes essenziali */
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }
    
    /* Fix servizi mobile - 1 colonna leggibile */
    .servizi-section div[style*="display: grid"][style*="grid-template-columns: repeat(3, 1fr)"] {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        max-width: 100% !important;
        padding: 0 1rem !important;
    }
    
    .servizio-card {
        padding: 2rem 1.5rem !important;
        margin: 0 auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .servizio-card h4 {
        font-size: 1.3rem !important;
        line-height: 1.4 !important;
        margin-bottom: 1rem !important;
    }
    
    .servizio-card p {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin-bottom: 1rem !important;
    }
    
    .servizio-card span {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
    }
    
    .container {
        padding: 0 1rem !important;
    }
    
    .section {
        padding: 4rem 0 !important;
    }
    
    .section-title {
        font-size: 2.2rem !important;
        padding: 0 1rem !important;
    }
}/* cache-bust 1763111670 */
