.elementor-2196 .elementor-element.elementor-element-dcfff56{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2196 .elementor-element.elementor-element-dcfff56:not(.elementor-motion-effects-element-type-background), .elementor-2196 .elementor-element.elementor-element-dcfff56 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#5A7D61;}#elementor-popup-modal-2196 .dialog-widget-content{background-color:#5A7D61;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-2196{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2196 .dialog-message{width:640px;height:100vh;align-items:center;}#elementor-popup-modal-2196 .dialog-close-button{display:flex;}@media(max-width:768px){.elementor-2196 .elementor-element.elementor-element-dcfff56{--min-height:8vh;--justify-content:flex-start;--margin-top:90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}#elementor-popup-modal-2196 .dialog-message{width:100vw;}#elementor-popup-modal-2196{align-items:flex-start;}}/* Start custom CSS */<style>
/* ==========================================================================
   ⚜️ LIZIL GROUP - HEADER MOBILE ULTRA-PREMIUM (CORREÇÃO TOTAL DE POPUP)
   ========================================================================== */

.lizil-mobile-header {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 70px !important;
    z-index: 9999 !important; /* Baixado para garantir que o popup ganha sempre */
    background: rgba(15, 37, 29, 0.85) !important; 
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-sizing: border-box !important;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

/* 🌟 A SOLUÇÃO DEFINITIVA: Quando o popup do Elementor abrir, o header fica 100% invisível 
   e o espaço escuro desaparece, deixando o teu popup ocupar o ecrã inteiro de forma limpa */
body.elementor-popup-is-visible .lizil-mobile-header {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.mobile-header-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

.mobile-logo-area { display: flex !important; align-items: center !important; }
.mobile-logo { height: 40px !important; width: auto !important; display: block !important; }
.mobile-action-area { display: flex !important; align-items: center !important; gap: 18px !important; }

/* Botão de Contacto */
.mobile-cta-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background-color: rgba(186, 148, 110, 0.15) !important; 
    border: 1px solid rgba(186, 148, 110, 0.4) !important;
    border-radius: 50% !important;
    color: #BA946E !important; 
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}
.mobile-cta-btn svg { width: 16px !important; height: 16px !important; }

/* Encapsulamento do Link do Menu */
.mobile-menu-toggle-link {
    text-decoration: none !important;
    display: block !important;
    padding: 10px 5px !important;
}

/* ÍCONE DO HAMBÚRGUER */
.mobile-menu-toggle {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    width: 24px !important;
    height: 16px !important;
    background: transparent !important;
}

.mobile-menu-toggle .bar {
    width: 100% !important;
    height: 2px !important;
    background-color: #ffffff !important; 
    border-radius: 2px !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    transform-origin: left center !important;
}

/* Transformação para o X quando ativo */
.mobile-menu-toggle-link.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(2px, -2px) !important;
    background-color: #BA946E !important; 
}
.mobile-menu-toggle-link.active .bar:nth-child(2) {
    opacity: 0 !important;
}
.mobile-menu-toggle-link.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(1px, 3px) !important;
    background-color: #BA946E !important;
}

@media (max-width: 991px) {
    .lizil-mobile-header { display: block !important; }
}
</style>

/* Força o ecrã do popup a nunca gerar scroll lateral ou vertical */
#elementor-popup-modal-2196,
#elementor-popup-modal-2196 .elementor-background-overlay,
.dialog-lightbox-widget-content,
.dialog-lightbox-message {
    overflow: hidden !important;
    height: 100vh !important;
    max-height: 100vh !important;
}

/* Remove margens e paddings fantasmas do lightbox que esticam a página */
.dialog-type-buttonspopup .dialog-lightbox-message {
    padding: 0 !important;
    margin: 0 !important;
}/* End custom CSS */