/* Responsividade Mobile - Home */

/* Ajustes gerais para mobile */
@media (max-width: 768px) {
    /* Ajustar padding geral */
    .elementor-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    /* Ajustar container */
    .elementor-container {
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    
    /* Ajustar colunas */
    .elementor-column {
        width: 100% !important;
        margin-bottom: 20px;
        padding: 0 !important;
        max-width: 100% !important;
    }
    
    /* Ajustar textos */
    .elementor-heading-title {
        font-size: 28px !important;
        line-height: 1.3 !important;
        text-align: center !important;
        margin: 0 auto !important;
        max-width: 90% !important;
    }
    
    .elementor-text-editor p {
        font-size: 16px !important;
        line-height: 1.6 !important;
        text-align: center !important;
        margin: 0 auto !important;
        max-width: 90% !important;
    }
    
    /* Ajustar botões */
    .elementor-button {
        width: 100% !important;
        max-width: 300px !important;
        margin: 10px auto !important;
        display: block !important;
        text-align: center !important;
    }
    
    /* Ajustar imagens */
    .elementor-widget-image img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    /* Ajustar formulários */
    .elementor-form {
        padding: 20px !important;
    }
    
    .elementor-field {
        margin-bottom: 15px !important;
    }
    
    /* Ajustar espaçamentos */
    .elementor-section {
        margin-bottom: 30px !important;
    }
    
    /* Ajustar hero section */
    .elementor-section.elementor-top-section:first-of-type {
        min-height: 60vh !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
    
    .elementor-section.elementor-top-section:first-of-type .elementor-container {
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }
    
    .elementor-section.elementor-top-section:first-of-type .elementor-column {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }
    
    /* Ajustar background da hero */
    .elementor-section.elementor-top-section:first-of-type .elementor-background-overlay {
        background: linear-gradient(135deg, rgba(28, 42, 77, 0.9), rgba(252, 157, 42, 0.8)) !important;
    }
}

/* Ajustes específicos para telas muito pequenas */
@media (max-width: 480px) {
    /* Ajustar padding */
    .elementor-section {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    /* Ajustar títulos */
    .elementor-heading-title {
        font-size: 24px !important;
        text-align: center !important;
        margin: 0 auto !important;
        max-width: 95% !important;
    }
    
    /* Ajustar textos */
    .elementor-text-editor p {
        font-size: 14px !important;
        text-align: center !important;
        margin: 0 auto !important;
        max-width: 95% !important;
    }
    
    /* Ajustar botões */
    .elementor-button {
        padding: 12px 20px !important;
        font-size: 14px !important;
    }
    
    /* Ajustar espaçamentos */
    .elementor-section {
        margin-bottom: 20px !important;
    }
    
    /* Ajustar hero section */
    .elementor-section.elementor-top-section:first-of-type {
        min-height: 50vh !important;
    }
}

/* Ajustes para orientação landscape em mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .elementor-section.elementor-top-section:first-of-type {
        min-height: 40vh !important;
    }
    
    .elementor-heading-title {
        font-size: 24px !important;
    }
}

/* Melhorar acessibilidade em mobile */
@media (max-width: 768px) {
    /* Aumentar área de toque */
    .elementor-button,
    .elementor-nav-menu li a,
    .mobile-menu-toggle,
    .mobile-user-icon {
        min-height: 44px !important;
        min-width: 44px !important;
    }
    
    /* Melhorar contraste */
    .elementor-text-editor p {
        color: #333 !important;
    }
    
    /* Ajustar focus */
    .elementor-button:focus,
    .elementor-nav-menu li a:focus {
        outline: 2px solid #FC9D2A !important;
        outline-offset: 2px !important;
    }
}

/* Animações suaves para mobile */
@media (max-width: 768px) {
    .elementor-nav-menu,
    .mobile-menu-toggle,
    .mobile-user-icon {
        transition: all 0.3s ease !important;
    }
    
    .elementor-button {
        transition: all 0.2s ease !important;
    }
    
    .elementor-button:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 12px rgba(252, 157, 42, 0.3) !important;
    }
}

/* Otimizações de performance para mobile */
@media (max-width: 768px) {
    /* Reduzir sombras */
    .elementor-widget-container {
        box-shadow: none !important;
    }
    
    /* Simplificar backgrounds */
    .elementor-background-overlay {
        background-attachment: scroll !important;
    }
    
    /* Otimizar imagens */
    img {
        will-change: auto !important;
    }
}
