.elementor-3781 .elementor-element.elementor-element-d92d227{--display:flex;--min-height:465px;--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-3781 .elementor-element.elementor-element-d92d227:not(.elementor-motion-effects-element-type-background), .elementor-3781 .elementor-element.elementor-element-d92d227 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#030712;}.elementor-3781 .elementor-element.elementor-element-2068d59{--display:flex;--min-height:73px;--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-3781 .elementor-element.elementor-element-2068d59:not(.elementor-motion-effects-element-type-background), .elementor-3781 .elementor-element.elementor-element-2068d59 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#101828;}.elementor-3781 .elementor-element.elementor-element-6b75970{--display:flex;--min-height:334px;--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-3781 .elementor-element.elementor-element-6b75970:not(.elementor-motion-effects-element-type-background), .elementor-3781 .elementor-element.elementor-element-6b75970 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FF4040;}/* Start custom CSS */body.elementor-page-3781::after {
    content: "";
    
    /* A MÁGICA ESTÁ AQUI */
    position: fixed; /* Muda de absolute para fixed */
    top: 0;
    left: 0;
    
    /* Garante que cubra a JANELA inteira, não só a seção */
    width: 100vw; 
    height: 100vh; 
    
    background-image: url('https://klausburg.com/wp-content/uploads/2026/01/Pattern.webp');
    opacity: 0.06; 
    
    /* Garante que fique acima de tudo mesmo ao rolar */
    z-index: 9999; 
    pointer-events: none;
}/* End custom CSS */