.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. LIMITADOR DE DESKTOP (Resolve o estiramento) */
@media screen and (min-width: 1025px) {
    body {
        background-color: #f8f8f8; /* Fundo leve para destacar a página */
    }
    /* Enclausura o site em uma coluna centralizada de 1200px */
    #page, .main-content, .elementor-section-wrap {
        max-width: 1200px !important;
        margin: 0 auto !important;
        background: #fff;
        box-shadow: 0 0 50px rgba(0,0,0,0.05);
    }
    /* Garante que o header e footer acompanhem a largura */
    header, footer, .sema7-region-trust-bar {
        max-width: 1200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* 2. CORREÇÃO DA SOBREPOSIÇÃO (Print do Mobile) */
/* Ajusta o container da imagem de fundo para não esmagar o texto */
.elementor-section.elementor-section-height-min-height,
div[style*="background-image"] {
    min-height: 450px !important; /* Aumenta a altura mínima no mobile */
    display: flex !important;
    align-items: center !important;
    padding: 40px 20px !important;
}

/* Garante que o texto tenha um fundo sutil se a imagem for muito poluída */
.elementor-widget-container h2, 
.elementor-widget-container p {
    position: relative;
    z-index: 2;
}

/* 3. CSS "BLINDADO" APENAS PARA MOBILE (Até 1024px) */
@media screen and (max-width: 1024px) {
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        position: relative !important;
    }
    * {
        max-width: 100vw !important;
        box-sizing: border-box !important;
    }
    /* Impede o transbordo das palavras longas em alemão */
    h1, h2, h3, p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        hyphens: auto !important;
    }
}

/* 4. AJUSTE DO SELO AMARELO (46% Rabatt) */
/* Centraliza e impede que ele cubra o botão de compra final */
.innovativ-formel-badge, 
#fixed-footer-cta {
    max-width: 90vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 9999 !important;
}

/* 5. ESPAÇO DE SEGURANÇA NO RODAPÉ */
body {
    padding-bottom: 120px !important;
}/* End custom CSS */