.elementor-1261 .elementor-element.elementor-element-1da7ee1{--display:flex;}.elementor-1261 .elementor-element.elementor-element-1da7ee1:not(.elementor-motion-effects-element-type-background), .elementor-1261 .elementor-element.elementor-element-1da7ee1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1A1A;}.elementor-1261 .elementor-element.elementor-element-7857785{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1261 .elementor-element.elementor-element-7857785:not(.elementor-motion-effects-element-type-background), .elementor-1261 .elementor-element.elementor-element-7857785 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D1D1D1;}.elementor-1261 .elementor-element.elementor-element-f88fa88{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1261 .elementor-element.elementor-element-a7eb311{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1261 .elementor-element.elementor-element-a7eb311:not(.elementor-motion-effects-element-type-background), .elementor-1261 .elementor-element.elementor-element-a7eb311 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D1D1D1;}.elementor-1261 .elementor-element.elementor-element-91439e0{--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-1261 .elementor-element.elementor-element-91439e0:not(.elementor-motion-effects-element-type-background), .elementor-1261 .elementor-element.elementor-element-91439e0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D1D1D1;}.elementor-1261 .elementor-element.elementor-element-0a9bb2a{--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-1261 .elementor-element.elementor-element-0a9bb2a:not(.elementor-motion-effects-element-type-background), .elementor-1261 .elementor-element.elementor-element-0a9bb2a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D1D1D1;}.elementor-1261 .elementor-element.elementor-element-a9bcd33{--display:flex;}.elementor-1261 .elementor-element.elementor-element-a9bcd33:not(.elementor-motion-effects-element-type-background), .elementor-1261 .elementor-element.elementor-element-a9bcd33 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D1D1D1;}.elementor-1261 .elementor-element.elementor-element-96b5bfc{--display:flex;}.elementor-1261 .elementor-element.elementor-element-96b5bfc:not(.elementor-motion-effects-element-type-background), .elementor-1261 .elementor-element.elementor-element-96b5bfc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D1D1D1;}.elementor-1261 .elementor-element.elementor-element-db2b2c3{--display:flex;}.elementor-1261 .elementor-element.elementor-element-db2b2c3:not(.elementor-motion-effects-element-type-background), .elementor-1261 .elementor-element.elementor-element-db2b2c3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D1D1D1;}.elementor-1261 .elementor-element.elementor-element-fc67744{--display:flex;}.elementor-1261 .elementor-element.elementor-element-fc67744:not(.elementor-motion-effects-element-type-background), .elementor-1261 .elementor-element.elementor-element-fc67744 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D1D1D1;}.elementor-1261 .elementor-element.elementor-element-8baad5c{--display:flex;}.elementor-1261 .elementor-element.elementor-element-8baad5c:not(.elementor-motion-effects-element-type-background), .elementor-1261 .elementor-element.elementor-element-8baad5c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D1D1D1;}body.elementor-page-1261{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-1261 .elementor-element.elementor-element-a7eb311{--content-width:1297px;}}/* Start custom CSS for html, class: .elementor-element-51a4b38e *//* =========================================
   ESTILOS GERAIS (Desktop & Base)
   ========================================= */

/* Container Principal */
.adv-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
    background-color: ##1A1A1A; /* Azul escuro da marca */
    font-family: "Helvetica", "Arial", sans-serif;
    position: relative;
    box-sizing: border-box;
    z-index: 1000;
}

/* Logo */
.adv-logo img {
    max-height: 45px; /* Tamanho padrão desktop */
    width: auto;
    display: block;
    transition: all 0.3s ease;
}

/* Navegação (Menu) */
.adv-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.adv-nav a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.adv-nav a:hover {
    color: #cccccc;
}

/* Botão CTA (Fale Conosco) */
.adv-btn {
    background-color: #ffffff;
    color: #c92c2c; /* Vermelho da marca */
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline-block;
    border: 2px solid #ffffff; /* Garante borda */
}

.adv-btn:hover {
    background-color: transparent;
    color: #ffffff;
    transform: scale(1.05);
}

/* Checkbox (Lógica do menu - sempre invisível) */
.menu-checkbox {
    display: none;
}

/* Botão Hambúrguer (Invisível no desktop) */
.adv-menu-toggle {
    display: none;
}

/* =========================================
   MOBILE FIRST (Telas até 900px)
   ========================================= */

@media (max-width: 900px) {

    /* Ajuste do Container para permitir quebra de linha */
    .adv-header-wrapper {
        flex-wrap: wrap;
        padding: 15px 20px;
        position: sticky; /* Menu fixo no topo ao rolar */
        top: 0;
    }

    /* 1. Logo (Esquerda) */
    .adv-logo {
        flex: 1; /* Ocupa o espaço disponível à esquerda */
        order: 1;
    }
    
    .adv-logo img {
        max-height: 35px; /* Levemente menor no mobile */
    }

    /* 2. Botão Hambúrguer (Direita) */
    .adv-menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 6px;
        cursor: pointer;
        padding: 10px 0 10px 15px; /* Área de toque maior */
        order: 2;
        z-index: 1002;
    }

    .adv-menu-toggle span {
        width: 30px;
        height: 3px;
        background-color: #ffffff;
        border-radius: 3px;
        transition: all 0.4s ease;
    }

    /* 3. Menu Dropdown (Escondido inicialmente) */
    .adv-nav {
        order: 3;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
        background-color: #061736; /* Fundo sólido para leitura */
    }

    .adv-nav ul {
        flex-direction: column;
        gap: 0;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 15px;
    }

    .adv-nav li {
        width: 100%;
        text-align: center;
    }

    .adv-nav a {
        display: block;
        padding: 15px 0;
        font-size: 18px; /* Fonte maior para toque */
    }

    /* 4. Botão CTA no Mobile (Agora aparece dentro do menu!) */
    .adv-cta {
        order: 4;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.4s ease-in-out;
        text-align: center;
        background-color: #061736;
    }
    
    /* Estilo específico do botão no mobile */
    .adv-cta .adv-btn {
        width: 80%;
        margin: 10px auto 30px auto;
        display: block;
        padding: 12px 0;
    }

    /* --- LÓGICA DE ABERTURA (CHECKBOX HACK) --- */

    /* Quando clicado: Expande o Menu */
    .menu-checkbox:checked ~ .adv-nav {
        max-height: 500px; /* Altura suficiente para os links */
    }

    /* Quando clicado: Expande e Mostra o CTA */
    .menu-checkbox:checked ~ .adv-cta {
        max-height: 150px;
        opacity: 1;
    }

    /* Animação do Ícone (Hambúrguer vira X) */
    .menu-checkbox:checked ~ .adv-menu-toggle span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    .menu-checkbox:checked ~ .adv-menu-toggle span:nth-child(2) {
        opacity: 0;
    }
    .menu-checkbox:checked ~ .adv-menu-toggle span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd22fd6 *//* =========================================
   ESTILOS GERAIS (Base / Desktop)
   ========================================= */

.custom-brands-section {
    /* Gradiente radial subtil para dar profundidade */
    background: radial-gradient(circle at center, #25282A 0%, #1A1A1A 100%);
    padding: clamp(60px, 10vh, 100px) 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-family: 'PT Sans', sans-serif; 
    color: #ffffff;
}

/* --- Marcas de Água (Watermarks) "A" --- */
.bg-watermark {
    position: absolute;
    font-size: clamp(200px, 40vw, 600px); 
    font-family: 'Futura PT', 'Spartan', sans-serif;
    font-weight: 800;
    line-height: 1;
    z-index: 0;
    pointer-events: none;
    user-select: none;
    color: #FFFFFF;
    opacity: 0.03; /* Muito subtil */
    mix-blend-mode: overlay; 
    transition: transform 0.5s ease-out;
}

.bg-watermark.left {
    top: -10%;
    left: -5%;
    transform: rotate(-15deg);
}

.bg-watermark.right {
    bottom: -10%;
    right: -5%;
    transform: rotate(15deg);
}

/* Animação suave ao passar o rato (apenas Desktop) */
@media (min-width: 768px) {
    .custom-brands-section:hover .bg-watermark.left {
        transform: rotate(-10deg) translateX(20px);
    }
    .custom-brands-section:hover .bg-watermark.right {
        transform: rotate(10deg) translateX(-20px);
    }
}

/* --- Wrapper do Conteúdo --- */
.content-wrapper {
    position: relative;
    z-index: 2; /* Garante que fica acima dos As */
    max-width: 800px;
    margin: 0 auto;
}

/* --- Tipografia --- */
.title-primary {
    font-family: 'Futura PT', 'Jost', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

/* Traço azul abaixo do título */
.title-separator {
    width: 60px;
    height: 4px;
    background-color: #016BCF;
    margin: 0 auto 20px auto;
    border-radius: 2px;
}

.title-secondary {
    font-family: 'Futura PT', 'Jost', sans-serif;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 400;
    color: #016BCF;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.description-text {
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    line-height: 1.7;
    color: #E0E0E0;
    margin-bottom: 50px;
    font-weight: 400;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* --- Botão Moderno --- */
.btn-primary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(145deg, #ffffff, #f0f0f0); 
    color: #016BCF; 
    padding: 19px 40px;
    border-radius: 40px;
    text-decoration: none;
    font-family: 'Futura PT', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px; 
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2); 
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); 
    position: relative;
    overflow: hidden;
}

/* Ícone dentro do botão */
.btn-primary-action i {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Efeito Hover (Apenas Desktop) */
@media (min-width: 768px) {
    .btn-primary-action:hover {
        background: linear-gradient(135deg, #016BCF 0%, #0056a8 100%);
        color: #FFFFFF;
        transform: translateY(-4px) scale(1.02);
        padding-right: 60px; /* Expande para o lado */
        box-shadow: 0 0 25px rgba(1, 107, 207, 0.5), 
                    0 10px 10px rgba(0,0,0,0.2);  
        border-color: transparent;
    }

    .btn-primary-action:hover i {
        transform: translateX(6px);
    }
}

/* =========================================
   MOBILE FIRST (Telas até 767px)
   ========================================= */

@media (max-width: 767px) {
    
    .custom-brands-section {
        padding: 50px 20px; /* Menos espaçamento vertical */
    }

    /* --- Ajuste Fundo "A" --- */
    /* Empurramos para fora para não poluir o texto */
    .bg-watermark {
        opacity: 0.02;
        font-size: 250px; 
    }
    
    .bg-watermark.left { 
        top: -20px; 
        left: -30%; 
    }
    
    .bg-watermark.right { 
        bottom: -20px; 
        right: -30%; 
    }

    /* --- Tipografia Mobile --- */
    .title-primary {
        font-size: 28px; /* Tamanho fixo legível */
        margin-bottom: 10px;
    }

    .title-secondary {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .description-text {
        font-size: 15px;
        line-height: 1.6;
        max-width: 100%; /* Aproveita largura total */
        margin-bottom: 35px;
    }

    /* --- Botão Mobile --- */
    .button-wrapper {
        width: 100%;
        display: block;
    }

    .btn-primary-action {
        width: 100%; /* Botão largura total (fácil de clicar) */
        padding: 16px 20px; /* Altura confortável */
        border-radius: 50px;
        box-sizing: border-box;
        font-size: 14px;
    }

    /* Removemos o efeito de "slide" lateral no hover do mobile */
    .btn-primary-action:hover {
        padding-right: 40px; /* Mantém padding original */
        transform: none;
    }

    /* Efeito de toque (Active) */
    .btn-primary-action:active {
        background: #e6e6e6;
        transform: scale(0.98); /* Leve clique para baixo */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f88fa88 *//* =========================================
   ESTILOS GERAIS (Base / Desktop)
   ========================================= */

/* --- 1. O Palco (Container Principal) --- */
.rep-section-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center; 
    justify-content: space-between;
    gap: clamp(40px, 8vw, 120px); /* Aumentado levemente o gap máximo */
    background: radial-gradient(circle at 70% 50%, #D2D2D2 0%, #D1D1D1 100%);
    padding: clamp(80px, 12vh, 120px) 5%; /* Padding lateral em % para melhor respiro */
    position: relative;
    overflow: hidden; 
    z-index: 1;
}

/* Glow Azul de fundo */
.rep-section-container::before {
    content: '';
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(1, 107, 207, 0.15) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

/* --- 2. Coluna da Esquerda (Texto) --- */
.rep-column-left {
    flex: 1.2; /* Dá um pouco mais de espaço para o texto respirar */
    min-width: 320px;
    position: relative;
    padding-right: 30px; /* Margem de segurança para não encostar no card */
}

/* Linha decorativa */
.rep-column-left::before {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #016BCF;
    margin-bottom: 25px;
}

.rep-main-title {
    font-family: 'Futura PT', 'Jost', sans-serif;
    /* Ajustado: Reduzi o tamanho máximo de 3.8rem para 3.2rem */
    font-size: clamp(2.2rem, 3.8vw, 3.2rem); 
    line-height: 1.1; /* Aumentado levemente para não sufocar */
    color: #000000;
    font-weight: 800;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    max-width: 550px; /* Limita a largura para o texto não espalhar demais */
}

/* Logo Badge */
.rep-brand-logo {
    display: block;
    max-width: 200px;
    height: auto;
    background-color: transparent; 
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 35px;
    transition: transform 0.3s ease;
}

/* Descrição */
.rep-description {
    font-family: 'PT Sans', sans-serif;
    font-size: clamp(1rem, 1.1vw, 1.15rem);
    line-height: 1.8;
    color: #000000;
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    padding-left: 25px;
    max-width: 500px;
}

.rep-description strong {
    color: #000000;
    font-weight: 700;
}

/* --- 3. Coluna da Direita (O Cartão) --- */
.rep-column-right {
    flex: 1;
    min-width: 320px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.rep-card {
    width: 100%;
    max-width: 450px; /* Reduzi levemente o max-width do card */
    background: #1e1e1e;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.rep-card-image-wrapper {
    height: 320px;
    overflow: hidden;
    position: relative;
}

.rep-card-image-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 70%;
    background: linear-gradient(to top, #1e1e1e 0%, transparent 100%);
    z-index: 1;
}

.rep-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.7s ease;
}

.rep-card-content {
    padding: 30px 40px 40px 40px;
    position: relative;
    z-index: 2;
    margin-top: -60px; 
}

.rep-card-title {
    font-family: 'Futura PT', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 10px 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.rep-card-text {
    font-family: 'PT Sans', sans-serif;
    font-size: 1rem;
    color: #cccccc;
    margin-bottom: 30px;
    opacity: 0.9;
}

.rep-btn-dark {
    display: inline-flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: transparent;
    border: 1px solid #016BCF;
    color: #FFFFFF;
    padding: 22px 0; /* Ajuste leve no padding */
    text-transform: uppercase;
    font-family: 'Futura PT', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 0.85rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Interações Desktop */
@media (min-width: 768px) {
    .rep-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 40px 80px rgba(1, 107, 207, 0.2);
    }
    .rep-card:hover .rep-card-img { transform: scale(1.1); }
    
    .rep-btn-dark:hover {
        background-color: #016BCF;
    }
    .rep-btn-dark:hover .arrow { transform: translateX(5px); }
    .rep-brand-logo:hover { transform: scale(1.02); }
}

/* =========================================
   MOBILE (Abaixo de 767px)
   ========================================= */

@media (max-width: 767px) {
    .rep-section-container {
        flex-direction: column;
        padding: 50px 20px;
        text-align: center;
        gap: 30px;
    }
    
    .rep-column-left {
        width: 100%;
        padding-right: 0; /* Remove padding lateral no mobile */
    }

    .rep-column-left::before {
        margin: 0 auto 15px auto; 
    }

    .rep-main-title {
        font-size: 1.85rem; /* Reduzido no mobile para caber melhor */
        margin-bottom: 25px;
        max-width: 100%;
    }

    .rep-brand-logo {
        margin: 0 auto 25px auto;
        max-width: 160px;
    }
    
    .rep-description {
        border-left: none;
        padding: 0;
        font-size: 1rem;
        text-align: center;
    }

    .rep-column-right {
        width: 100%;
        justify-content: center;
    }
    
    .rep-card {
        margin: 0 auto;
    }

    .rep-card-image-wrapper {
        height: 200px;
    }

    .rep-card-content {
        margin-top: 0;
        padding: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-1320 *//* =========================================
   ESTILOS GERAIS (Base / Desktop)
   ========================================= */

/* --- Configuração da Grelha --- */
.cards-grid-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 colunas lado a lado */
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

/* --- Estilo Base dos Cards --- */
.grid-card {
    position: relative;
    height: 320px; /* Altura padrão Desktop */
    border-radius: 16px; /* Cantos mais modernos */
    overflow: hidden;
    text-decoration: none;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Interação Desktop */
@media (min-width: 1025px) {
    .grid-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    }
}

/* --- Cards com Imagem (1, 2 e 3) --- */
.img-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: flex-end; /* Texto no rodapé do card */
    justify-content: flex-start; /* Alinha à esquerda */
}

/* IMAGENS DE FUNDO (Substitua pelas suas URLs finais) */
.card-1 {
    background-image: url('https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?auto=format&fit=crop&q=80&w=600'); 
}
.card-2 {
    background-image: url('https://images.unsplash.com/photo-1531403009284-440f080d1e12?auto=format&fit=crop&q=80&w=600');
}
.card-3 {
    background-image: url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&q=80&w=600');
}

/* Overlay (Degradê para leitura) */
.card-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* Gradiente mais suave e profissional */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 140, 207, 0.4) 50%, transparent 100%);
    z-index: 1;
    transition: background 0.3s ease;
}

.grid-card:hover .card-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 140, 207, 0.5) 60%, transparent 100%);
}

.card-text {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 1.25rem; /* Texto maior */
    font-weight: 700;
    text-align: left;
    margin: 0;
    padding: 25px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* --- Card Sólido Azul (4) - O Link --- */
.solid-card {
    background-color: #008ccf;
    background: linear-gradient(135deg, #008ccf 0%, #006fa3 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
}

.solid-card-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding: 25px;
    z-index: 2;
    box-sizing: border-box;
}

.link-text {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-align: left;
}

/* Ícone de Seta */
.icon-circle {
    width: 45px;
    height: 45px;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

.grid-card:hover .icon-circle {
    background-color: #ffffff;
    border-color: #ffffff;
    transform: rotate(-45deg); /* Efeito de seta apontando para cima */
}

.grid-card:hover .icon-circle svg path {
    stroke: #008ccf;
}

/* Marca de Água "A" */
.watermark-logo {
    position: absolute;
    top: -30px;
    right: 10px;
    font-size: 14rem;
    font-weight: 900;
    color: #000000;
    opacity: 0.05;
    line-height: 1;
    pointer-events: none;
    transform: rotate(15deg);
}

/* =========================================
   MOBILE FIRST (Tablets e Celulares)
   ========================================= */

/* Tablets (iPad, portrait) */
@media (max-width: 1024px) {
    .cards-grid-section {
        grid-template-columns: repeat(2, 1fr); /* 2x2 Grid */
        gap: 15px;
        padding: 30px 20px;
    }
}

/* Celulares (Abaixo de 767px) */
@media (max-width: 767px) {
    .cards-grid-section {
        display: flex;
        flex-direction: column; /* Empilha um embaixo do outro */
        gap: 12px; /* Menor espaço entre eles */
        padding: 20px 15px;
    }
    
    .grid-card {
        height: 220px; /* Cartões mais compactos para não ocupar tanto scroll */
        width: 100%;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15); /* Sombra mais leve */
    }

    /* Ajuste do Texto no Mobile */
    .card-text {
        font-size: 1.1rem;
        padding: 20px;
    }

    /* O Card Azul precisa de atenção especial */
    .solid-card {
        margin-top: 10px; /* Um pouco mais de separação para o CTA final */
        height: auto; /* Altura automática para o texto caber bem */
        min-height: 160px;
    }

    .solid-card-content {
        padding: 25px 20px;
        align-items: center; /* Centraliza verticalmente ícone e texto */
    }
    
    .link-text {
        font-size: 1rem;
    }

    .icon-circle {
        width: 35px; /* Ícone levemente menor */
        height: 35px;
        border-color: rgba(255,255,255,0.8); /* Borda mais visível */
    }

    /* Ajuste da Marca D'água para não atrapalhar */
    .watermark-logo {
        font-size: 10rem;
        top: -20px;
        right: -10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c4e02e *//* =========================================
   ESTILOS BASE (Seu código original Desktop)
   ========================================= */

.ling-section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 60px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    background-color: #D1D1D1;
}

/* --- Coluna da Esquerda --- */
.ling-column-left {
    flex: 1;
    min-width: 300px;
}

.ling-brand-logo {
    max-width: 280px;
    height: auto;
    margin-bottom: 30px;
    display: block;
}

.ling-description {
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    max-width: 480px;
    text-align: left;
}

.ling-description strong {
    font-weight: 700;
    color: #000000;
}

/* --- Coluna da Direita (Card) --- */
.ling-column-right {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: flex-end;
}

.ling-card {
    background-color: #ffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    width: 100%;
    max-width: 450px;
}

/* --- Imagem do Card --- */
.ling-card-image-wrapper {
    width: 100%;
    height: 300px; 
    background-color: #e30613;
    overflow: hidden;
}

.ling-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* Conteúdo do Card */
.ling-card-content {
    padding: 30px;
    text-align: left;
}

.ling-card-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px 0;
}

.ling-card-text {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 25px;
    line-height: 1.4;
}

/* Botão Preto */
.ling-btn-dark {
    display: inline-flex;
    align-items: center;
    background-color: #1f1f1f;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.ling-btn-dark:hover {
    background-color: #000000;
}

.ling-btn-dark .arrow {
    margin-left: 8px;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.ling-btn-dark:hover .arrow {
    transform: translateX(4px);
}

/* =========================================
   MOBILE FIRST (Otimizações apenas aqui)
   ========================================= */

@media (max-width: 767px) {
    
    /* 1. Layout Geral Mobile */
    .ling-section-container {
        flex-direction: column; /* Empilha um bloco sobre o outro */
        padding: 40px 20px;
        gap: 30px;
        text-align: center; /* Centraliza textos gerais */
    }
    
    /* 2. Ajuste Texto e Logo (Esquerda) */
    .ling-column-left {
        width: 100%;
        min-width: auto; /* Remove largura mínima fixa */
        display: flex;
        flex-direction: column;
        align-items: center; /* Centraliza logo e texto */
    }

    .ling-brand-logo {
        max-width: 220px; /* Logo menor para caber melhor */
        margin: 0 auto 20px auto; 
    }

    .ling-description {
        text-align: center; /* Centraliza descrição */
        margin: 0 auto;
        font-size: 1rem; /* Tamanho legível */
    }

    /* 3. Ajuste do Card (Direita) */
    .ling-column-right {
        width: 100%;
        min-width: auto;
        justify-content: center;
    }

    .ling-card {
        margin: 0 auto; /* Garante que o card fique no meio */
        box-shadow: 0 5px 15px rgba(0,0,0,0.1); /* Sombra mais leve */
    }

    /* 4. Imagem Otimizada para Mobile */
    .ling-card-image-wrapper {
        height: 180px; /* Reduz altura para economizar scroll */
    }

    /* 5. Conteúdo do Card Mobile */
    .ling-card-content {
        padding: 25px; 
        text-align: center; /* Centraliza título e texto */
    }

    .ling-card-title {
        font-size: 1.6rem;
    }

    /* 6. Botão Full Width (Largura Total) */
    .ling-btn-dark {
        display: flex; /* Flex para centralizar o conteúdo interno */
        justify-content: center;
        width: 100%; /* Ocupa 100% da largura do card */
        box-sizing: border-box; /* Garante que o padding não quebre o layout */
        padding: 15px 0; /* Área de toque confortável */
    }
    
    /* Remove animação de hover no mobile */
    .ling-btn-dark:hover {
        transform: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f5cac2c *//* =========================================
   ESTILOS GERAIS (Base / Desktop)
   ========================================= */

/* --- Configuração da Grelha --- */
.ling-grid-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 colunas padrão */
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* --- Estilo Base dos Cards --- */
.ling-grid-card {
    position: relative;
    height: 320px; /* Altura padrão Desktop */
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    transition: transform 0.3s ease;
}

/* Interação Desktop */
@media (min-width: 1025px) {
    .ling-grid-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }
}

/* --- Cards com Imagem (1, 2 e 3) --- */
.ling-img-card {
    background-size: cover;
    background-position: center;
    align-items: flex-end; /* Texto no rodapé */
    justify-content: center;
}

/* IMAGENS (Substitua pelas suas finais) */
.ling-card-1 {
    background-image: url('https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?auto=format&fit=crop&q=80&w=600'); 
}
.ling-card-2 {
    background-image: url('https://images.unsplash.com/photo-1544716278-ca5e3f4abd8c?auto=format&fit=crop&q=80&w=600');
}
.ling-card-3 {
    background-image: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&q=80&w=600');
}

/* Overlay Vermelho Gradiente */
.ling-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* Gradiente ajustado para legibilidade */
    background: linear-gradient(to bottom, transparent 30%, rgba(227, 6, 19, 0.95) 100%);
    z-index: 1;
}

.ling-grid-text {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
    padding: 0 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* --- Card Sólido Vermelho (4) - O Link --- */
.ling-solid-card {
    background-color: #e30613;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.ling-solid-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 25px;
    z-index: 2;
    box-sizing: border-box;
}

.ling-link-text {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    text-align: left;
}

/* Ícone de Seta */
.ling-icon-circle {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: 10px;
}

/* Interação do ícone (Desktop) */
@media (min-width: 1025px) {
    .ling-grid-card:hover .ling-icon-circle {
        background-color: #fff;
        border-color: #fff;
    }
    .ling-grid-card:hover .ling-icon-circle svg path {
        stroke: #e30613;
    }
}

/* Marca de Água "A" */
.ling-watermark-logo {
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 12rem;
    font-weight: bold;
    color: #000000;
    opacity: 0.1;
    line-height: 1;
    pointer-events: none;
    transform: rotate(10deg);
}

/* =========================================
   MOBILE FIRST (Otimizações Responsivas)
   ========================================= */

/* Tablets (iPad Portrait) */
@media (max-width: 1024px) {
    .ling-grid-section {
        grid-template-columns: repeat(2, 1fr); /* 2 Colunas */
        gap: 15px;
        padding: 30px 20px;
    }
}

/* Telemóveis (Abaixo de 767px) */
@media (max-width: 767px) {
    
    .ling-grid-section {
        display: flex;
        flex-direction: column; /* Empilha verticalmente */
        gap: 12px; /* Espaço reduzido entre cards */
        padding: 20px 15px;
    }

    /* Cards de Imagem Compactos */
    .ling-img-card {
        height: 220px; /* Reduz altura para economizar scroll */
        width: 100%;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .ling-grid-text {
        font-size: 1.1rem;
        margin-bottom: 20px; /* Texto um pouco mais baixo */
        padding: 0 10px;
    }

    /* O Card Vermelho (CTA Final) */
    .ling-solid-card {
        height: auto; /* Altura flexível baseada no texto */
        min-height: 140px; /* Altura mínima garantida */
        margin-top: 10px; /* Separação visual */
        border-radius: 12px;
    }

    .ling-solid-content {
        padding: 20px 25px; /* Padding interno equilibrado */
        align-items: center;
    }

    .ling-link-text {
        font-size: 1rem;
    }

    /* Ajuste da Marca D'água no Mobile */
    .ling-watermark-logo {
        font-size: 8rem; /* Menor para não poluir */
        top: -10px;
        right: -10px;
        opacity: 0.08;
    }
    
    /* Feedback de toque no botão vermelho */
    .ling-solid-card:active {
        transform: scale(0.98);
        background-color: #c90511; /* Tom levemente mais escuro ao clicar */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f20b17 *//* =========================================
   ESTILOS GERAIS (Base / Desktop)
   ========================================= */

/* Container da Secção */
.advantages-section {
    /* CORRIGIDO: removido o # duplicado */
    background-color: #D1D1D1; 
    padding: 80px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

/* Wrapper para alinhar o conteúdo */
.adv-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

/* --- Coluna da Esquerda (Título) --- */
.adv-column-left {
    flex: 1;
    min-width: 300px;
}

.adv-title {
    font-size: 3rem;
    line-height: 1.1;
    color: #016BCF; /* Azul da marca */
    font-weight: 700;
    margin: 0;
    letter-spacing: -1px;
}

/* --- Coluna da Direita (Lista) --- */
.adv-column-right {
    flex: 1.5;
    min-width: 300px;
    padding-top: 10px; 
}

.adv-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Item da Lista (Estilo Base) */
.adv-item {
    font-size: 1.1rem;
    color: #333; /* Contraste melhorado */
    margin-bottom: 30px;
    line-height: 1.6;
    position: relative; /* Necessário para o ícone */
    padding-left: 0;
}

.adv-item:last-child {
    margin-bottom: 0;
}

/* Negrito nos itens */
.adv-item strong {
    color: #000000;
    font-weight: 700;
    display: block; /* No desktop, pode ficar na mesma linha ou bloco, aqui deixo fluido */
    margin-bottom: 5px;
}

/* =========================================
   MOBILE FIRST (Otimização para Telemóveis)
   ========================================= */

@media (max-width: 768px) {
    
    /* 1. Ajuste de Espaçamento Geral */
    .advantages-section {
        padding: 50px 20px; /* Menos padding vertical */
    }

    .adv-container {
        flex-direction: column; /* Empilha Título sobre Lista */
        gap: 40px;
    }
    
    /* 2. Título Mobile */
    .adv-column-left {
        width: 100%;
        min-width: auto;
        text-align: left; /* Mantém alinhado à esquerda para leitura natural */
    }

    .adv-title {
        font-size: 2.4rem; /* Tamanho ajustado */
        line-height: 1.2;
    }

    /* 3. Lista Otimizada ("Checklist Look") */
    .adv-column-right {
        width: 100%;
        min-width: auto;
        padding-top: 0;
    }

    .adv-item {
        font-size: 1rem;
        margin-bottom: 25px;
        padding-left: 35px; /* Espaço para o ícone de check */
        background-color: rgba(255,255,255,0.3); /* Fundo subtil para destacar cada item */
        padding: 20px 20px 20px 50px; /* Padding interno do "cartão" */
        border-radius: 8px;
        border-left: 4px solid #016BCF; /* Linha azul lateral */
    }

    /* Adiciona um "Check" (✔) via CSS antes de cada item */
    .adv-item::before {
        content: '\2713'; /* Código Unicode para Checkmark */
        position: absolute;
        left: 20px;
        top: 20px; /* Alinha com a primeira linha de texto */
        color: #016BCF;
        font-weight: 900;
        font-size: 1.2rem;
    }

    /* Garante que o título do item se destaque */
    .adv-item strong {
        display: block; /* Quebra de linha após o título do item */
        font-size: 1.1rem;
        margin-bottom: 5px;
    }
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-1295 *//* Container Principal da Secção */
.hero-proposal-section {
    position: relative;
    background-image: url('https://images.unsplash.com/photo-1544531586-fde5298cdd40?auto=format&fit=crop&q=80&w=1200');
    background-size: cover;
    background-position: center;
    height: 520px; /* ligeiramente mais baixo que 550px */
    display: flex;
    align-items: center;
    padding: 0 5%;
    overflow: hidden;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Overlay */
.hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
    z-index: 1;
}

/* Conteúdo */
.hero-content-container {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin-top: 80px;
}

.hero-title {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 32px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* Botão */
.btn-proposal {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: #b71c1c;
    padding: 15px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.98rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.btn-proposal:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    background-color: #f2f2f2;
}

.btn-proposal .arrow {
    margin-left: 10px;
    font-size: 1.15rem;
    transition: transform 0.3s ease;
    color: #b71c1c;
}

.btn-proposal:hover .arrow {
    transform: translateX(5px);
}

/* Estrela Azul */
.blue-star-decoration {
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 400px;
    height: 400px;
    z-index: 2;
    pointer-events: none;
}

.star-arm {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 100%;
    background-color: #008ccf;
    transform-origin: center;
    border-radius: 5px;
}

.arm-1 { transform: translate(-50%, -50%) rotate(0deg); }
.arm-2 { transform: translate(-50%, -50%) rotate(45deg); }
.arm-3 { transform: translate(-50%, -50%) rotate(90deg); }
.arm-4 { transform: translate(-50%, -50%) rotate(135deg); }

/* --- Tablet / Mobile --- */
@media (max-width: 768px) {
    .hero-proposal-section {
        height: auto;                /* deixa crescer conforme o conteúdo */
        padding: 70px 20px 80px;     /* mais “respiro” */
        text-align: center;
        align-items: flex-start;     /* começa mais em cima */
        background-position: left center;
    }

    .hero-overlay {
        background: rgba(0,0,0,0.55); /* overlay uniforme e um pouco mais escuro */
    }

    .hero-content-container {
        margin-top: 0;
        max-width: 100%;
    }

    .hero-title {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 24px;
    }

    .btn-proposal {
        padding: 13px 26px;
        font-size: 0.95rem;
    }

    .blue-star-decoration {
        width: 220px;
        height: 220px;
        bottom: -60px;
        right: -60px;
        opacity: 0.7;
    }
    
    .star-arm {
        width: 38px;
    }
}

/* --- Mobile pequeno --- */
@media (max-width: 480px) {
    .hero-proposal-section {
        padding: 60px 16px 70px;
    }

    .hero-title {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .btn-proposal {
        width: 100%;
        justify-content: center;
        font-size: 0.9rem;
        padding: 12px 20px;
    }

    .blue-star-decoration {
        width: 190px;
        height: 190px;
        bottom: -70px;
        right: -70px;
        opacity: 0.5; /* ainda mais discreta */
    }

    .star-arm {
        width: 32px;
    }
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-1304 *//* =========================================
   ESTILOS GERAIS (Base / Desktop)
   ========================================= */

/* Container da Grelha */
.news-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 Colunas iguais */
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

/* Estilo Base do Cartão */
.news-card {
    border-radius: 16px;
    padding: 40px 30px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px; /* Altura consistente */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Cores de Fundo */
.card-orange { background: linear-gradient(135deg, #ff8c00 0%, #ff6a00 100%); }
.card-magenta { background: linear-gradient(135deg, #a50044 0%, #800033 100%); }
.card-purple { background: linear-gradient(135deg, #4a148c 0%, #300a6e 100%); }

/* Interação Desktop */
@media (min-width: 1025px) {
    .news-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    }
}

/* --- IMAGENS / LOGÓTIPOS --- */
.logo-large {
    width: 100%;
    max-width: 240px;
    height: auto;
    margin-bottom: 25px;
    display: block;
}

.logo-small {
    width: auto;
    height: 45px; /* Altura fixa para alinhar */
    margin-bottom: 25px;
    display: block;
}

/* --- Conteúdo --- */
.news-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-headline {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.news-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
    flex-grow: 1; /* Empurra o botão para baixo */
}

/* --- Botão Branco --- */
.btn-news-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #000000;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    align-self: flex-start; 
    margin-top: auto; 
    border: 2px solid #ffffff;
}

@media (min-width: 1025px) {
    .btn-news-white:hover {
        background-color: transparent;
        color: #ffffff;
        transform: scale(1.05);
    }
    
    .btn-news-white:hover .arrow {
        transform: translateX(5px);
    }
}

.btn-news-white .arrow {
    margin-left: 8px;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

/* --- Decoração (Estrela) --- */
.bg-watermark-star {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 70%);
    pointer-events: none;
    z-index: 0;
}

/* =========================================
   MOBILE FIRST (Scroll Horizontal)
   ========================================= */

@media (max-width: 1024px) {
    .news-grid-container {
        grid-template-columns: repeat(2, 1fr); /* Tablet: 2 colunas */
    }
}

@media (max-width: 767px) {
    
    /* Container vira um Scroll Horizontal */
    .news-grid-container {
        display: flex; /* Muda de Grid para Flex */
        flex-wrap: nowrap; /* Impede quebra de linha */
        overflow-x: auto; /* Permite scroll lateral */
        gap: 15px;
        padding: 20px 20px 40px 20px; /* Padding extra embaixo para a barra de rolagem não colar */
        scroll-snap-type: x mandatory; /* Faz o scroll "travar" no cartão */
        -webkit-overflow-scrolling: touch; /* Scroll suave no iOS */
        
        /* Esconde barra de rolagem feia (opcional) */
        scrollbar-width: none; /* Firefox */
    }
    
    .news-grid-container::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }

    /* Cartão Mobile */
    .news-card {
        flex: 0 0 85%; /* O cartão ocupa 85% da largura da tela (deixa ver uma pontinha do próximo) */
        scroll-snap-align: center; /* Centraliza ao parar de rolar */
        min-height: auto; /* Altura flexível */
        height: auto; 
        padding: 30px 25px;
    }

    /* Ajustes de Conteúdo Mobile */
    .logo-large { max-width: 180px; margin-bottom: 20px; }
    .logo-small { height: 35px; margin-bottom: 20px; }
    
    .news-headline { font-size: 1.2rem; }
    .news-text { font-size: 0.95rem; margin-bottom: 25px; }

    /* Botão Mobile */
    .btn-news-white {
        width: 100%; /* Botão largo para toque fácil */
        padding: 14px 0;
    }
    
    .btn-news-white:active {
        background-color: rgba(255,255,255,0.9);
        transform: scale(0.98);
    }
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-1307 *//* Container Principal */
.checkerboard-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 80px; /* Espaço entre a linha de cima e a de baixo */
}

/* Estrutura da Linha */
.cb-row {
    display: flex;
    align-items: center; /* Centraliza verticalmente texto e imagem */
    justify-content: space-between;
    gap: 60px; /* Espaço entre o texto e a imagem */
}

/* Colunas */
.cb-col-text, .cb-col-img {
    flex: 1; /* Ocupam 50% cada */
    width: 50%;
}

/* Tipografia */
.cb-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 20px;
}

.cb-desc {
    font-size: 1rem;
    line-height: 1.5;
    color: #555;
    margin-bottom: 35px;
    max-width: 450px; /* Impede que o texto fique muito largo */
}

/* Estilo das Imagens */
.cb-image {
    width: 100%;
    height: 350px; /* Altura fixa para uniformidade */
    object-fit: cover; /* Garante que a imagem preencha sem distorcer */
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

/* Botão Vermelho */
.cb-btn-red {
    display: inline-flex;
    align-items: center;
    background-color: #d32f2f; /* Vermelho forte */
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.cb-btn-red:hover {
    background-color: #b71c1c; /* Vermelho mais escuro no hover */
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(211, 47, 47, 0.3);
}

.cb-btn-red .arrow {
    margin-left: 8px;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.cb-btn-red:hover .arrow {
    transform: translateX(4px);
}

/* --- Responsividade (Telemóvel e Tablet) --- */
@media (max-width: 900px) {
    .checkerboard-section {
        gap: 60px;
    }
    
    .cb-row {
        flex-direction: column; /* Empilha um em cima do outro */
        gap: 30px;
        text-align: left;
    }
    
    /* Na 2ª linha, inverte a ordem para que a imagem não fique em cima do texto (opcional)
       Se remover isto, ficará: Texto -> Imagem, Imagem -> Texto. 
       Com isto fica: Texto -> Imagem, Texto -> Imagem (mais consistente) */
    .cb-row.reverse-mobile {
        flex-direction: column-reverse;
    }

    .cb-col-text, .cb-col-img {
        width: 100%;
    }

    .cb-image {
        height: 250px; /* Imagem mais baixa no telemóvel */
    }
    
    .cb-title {
        font-size: 1.8rem;
    }
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-1310 *//* =========================================
   ESTILOS GERAIS (Base / Desktop)
   ========================================= */

/* Container da Secção */
.faq-custom-section {
    background-color: #D1D1D1; /* Corrigido de ## para # */
    padding: 80px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

/* Grelha (Grid) */
.faq-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colunas no Desktop */
    gap: 30px; /* Espaço entre os cartões */
}

/* Item Individual (Estilo Cartão) */
.faq-item {
    background-color: #ffffff; /* Fundo branco para leitura fácil */
    padding: 30px;
    border-radius: 12px; /* Cantos arredondados */
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); /* Sombra suave */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid transparent; /* Prepara para o hover */
}

/* Efeito Hover (Apenas Desktop) */
@media (min-width: 768px) {
    .faq-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        border-left-color: #008ccf; /* Linha azul aparece ao passar o rato */
    }
}

/* Estilo da Pergunta */
.faq-question {
    color: #008ccf; /* Azul da marca */
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

/* Estilo da Resposta */
.faq-answer {
    color: #555555; /* Cinza escuro para contraste */
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

/* =========================================
   MOBILE FIRST (Otimização para Telemóveis)
   ========================================= */

@media (max-width: 767px) {
    
    .faq-custom-section {
        padding: 50px 20px; /* Padding vertical reduzido */
    }

    /* 1. Coluna Única */
    .faq-container {
        grid-template-columns: 1fr; /* Empilha tudo */
        gap: 20px; /* Espaço entre cartões */
    }

    /* 2. Ajuste do Cartão Mobile */
    .faq-item {
        padding: 25px 20px; /* Espaço interno confortável */
        box-shadow: 0 4px 10px rgba(0,0,0,0.08);
        border-left: 5px solid #008ccf; /* Linha azul sempre visível no mobile para destaque */
    }

    /* 3. Tipografia Mobile */
    .faq-question {
        font-size: 1.15rem; /* Tamanho legível */
        margin-bottom: 12px;
    }

    .faq-answer {
        font-size: 0.95rem; /* Leitura confortável */
        color: #444; /* Um pouco mais escuro para garantir leitura ao sol */
    }
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-264 *//* Container Principal da Newsletter */
.advance-newsletter-box {
    position: relative;
    /* Imagem de fundo + Gradiente Azul (da esquerda para direita) */
    /* Ajuste a URL abaixo com a sua imagem */
    background: linear-gradient(90deg, #0089cf 30%, rgba(0,137,207,0.85) 55%, rgba(0,137,207,0) 100%), 
                url('https://advancestation.pt/wp-content/uploads/2025/12/Frame-91.png');
    background-size: cover;
    background-position: center;
    height: 450px; /* Altura do banner */
    display: flex;
    align-items: center; /* Centraliza verticalmente */
    border-radius: 4px;
    overflow: hidden;
    font-family: sans-serif;
}

/* Área do conteúdo (Texto e Formulário) */
.advance-newsletter-content {
    width: 100%;
    max-width: 550px; /* Limita a largura do texto */
    padding-left: 60px; /* Espaço da esquerda */
    padding-right: 20px;
    z-index: 2;
}

/* Título */
.advance-newsletter-content h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

/* Subtítulo "Subscreva a nossa newsletter" */
.advance-newsletter-content p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Estilo dos campos do formulário */
.advance-form-visual {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Espaço entre o campo de email e o botão */
    max-width: 400px;
}

/* Campo de Email */
.advance-form-visual input[type="email"] {
    width: 100%;
    padding: 15px 25px;
    border-radius: 50px; /* Borda redonda estilo cápsula */
    border: none;
    font-size: 16px;
    outline: none;
    color: #333;
}

/* Botão Vermelho */
.advance-form-visual button {
    width: 100%;
    padding: 15px 25px;
    border-radius: 50px; /* Borda redonda estilo cápsula */
    border: none;
    background-color: #d61a22; /* Vermelho vivo */
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.advance-form-visual button:hover {
    background-color: #b01218; /* Vermelho mais escuro ao passar o mouse */
}

/* Responsividade para Celulares */
@media (max-width: 768px) {
    .advance-newsletter-box {
        background: #0089cf; /* Fundo azul sólido no celular para leitura fácil */
        height: auto;
        padding: 40px 20px;
    }
    
    .advance-newsletter-content {
        padding-left: 0;
        text-align: center;
        margin: 0 auto;
    }
    
    .advance-newsletter-content h2 {
        font-size: 24px;
    }
}/* End custom CSS */