.elementor-143 .elementor-element.elementor-element-63e3416f{--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-143 .elementor-element.elementor-element-63e3416f:not(.elementor-motion-effects-element-type-background), .elementor-143 .elementor-element.elementor-element-63e3416f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FD2020;}.elementor-143 .elementor-element.elementor-element-ff737f8{--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-143 .elementor-element.elementor-element-e5e5ee5{--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-143 .elementor-element.elementor-element-03ff532{--display:flex;}@media(min-width:768px){.elementor-143 .elementor-element.elementor-element-63e3416f{--content-width:1039px;}}/* Start custom CSS for html, class: .elementor-element-6ce3d742 *//* --- DEFINIÇÃO DA COR GLOBAL --- */
:root {
    /* Mude apenas AQUI para alterar o vermelho em todo o site */
    --brand-red: #f72828; 
}

/* HEADER BASE */
.adv-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: transparent;
    position: relative;
    z-index: 1000;
    box-sizing: border-box;
}

.adv-logo img {
    max-height: 42px;
    width: auto;
    display: block;
}

/* Esconder checkbox */
.adv-menu-toggle {
    display: none;
}

/* HAMBURGER */
.adv-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 20px;
    cursor: pointer;
    z-index: 1002;
    padding: 4px;
}

.adv-hamburger-line {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    display: block;
}

/* MENU MOBILE */
.adv-nav {
    display: none;
}

.adv-cta {
    display: none;
}

/* DESKTOP */
@media (min-width: 1024px) {
    .adv-hamburger {
        display: none;
    }

    .adv-nav {
        display: block;
    }

    .adv-nav ul {
        display: flex;
        list-style: none;
        gap: 30px;
        margin: 0;
        padding: 0;
    }

    .adv-nav a {
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
    }

    .adv-cta {
        display: block;
    }

    .adv-btn {
        background-color: #ffffff;
        /* CORRIGIDO: Agora usa a variável unificada */
        color: var(--brand-red); 
        padding: 10px 24px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        white-space: nowrap;
    }
}

/* Container Principal (Fundo Vermelho) */
.services-red-banner {
    /* CORRIGIDO: Agora usa a variável unificada */
    background-color: var(--brand-red);
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ffffff;
}

/* Wrapper do Conteúdo */
.red-banner-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
}

/* Título Pequeno */
.red-title-small {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #ffffff;
    line-height: 1.2;
}

/* Título Grande */
.red-title-large {
    font-size: 2rem;
    font-weight: 300;
    margin: 0 0 25px 0;
    color: #ffffff;
    line-height: 1.3;
    opacity: 0.95;
}

/* Parágrafo de Descrição */
.red-description {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 auto 40px auto;
    max-width: 750px;
    color: #ffffff;
    font-weight: 400;
}

/* Botão Branco Arredondado */
.btn-pill-white {
    display: inline-block;
    background-color: #ffffff;
    /* CORRIGIDO: Agora usa a variável unificada */
    color: var(--brand-red);
    padding: 15px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.btn-pill-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* --- Marcas de Água / Decoração de Fundo --- */
.red-watermark {
    position: absolute;
    font-family: sans-serif;
    font-weight: 900;
    color: #000000;
    opacity: 0.1;
    line-height: 1;
    z-index: 1;
    pointer-events: none;
    font-size: 20rem;
}

.left-bottom {
    bottom: -100px;
    left: -100px;
    transform: rotate(-90deg);
}

.right-top {
    top: -100px;
    right: -100px;
    transform: rotate(90deg);
}

/* --- Responsividade --- */
@media (max-width: 768px) {
    .services-red-banner {
        padding: 60px 20px;
    }

    .red-title-small { font-size: 1.8rem; }
    .red-title-large { font-size: 1.4rem; }
    
    .red-watermark {
        font-size: 12rem;
        opacity: 0.05;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-258b4cf *//* --- DEFINIÇÃO DA COR GLOBAL --- */
:root {
    /* AQUI ESTÁ A MUDANÇA: A nova cor #FD2020 */
    --brand-red: #FD2020; 
}

/* HEADER BASE */
.adv-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: transparent;
    position: relative;
    z-index: 1000;
    box-sizing: border-box;
}

.adv-logo img {
    max-height: 42px;
    width: auto;
    display: block;
}

/* Esconder checkbox */
.adv-menu-toggle {
    display: none;
}

/* HAMBURGER */
.adv-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 20px;
    cursor: pointer;
    z-index: 1002;
    padding: 4px;
}

.adv-hamburger-line {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    display: block;
}

/* MENU MOBILE */
.adv-nav {
    display: none;
}

.adv-cta {
    display: none;
}

/* DESKTOP */
@media (min-width: 1024px) {
    .adv-hamburger {
        display: none;
    }

    .adv-nav {
        display: block;
    }

    .adv-nav ul {
        display: flex;
        list-style: none;
        gap: 30px;
        margin: 0;
        padding: 0;
    }

    .adv-nav a {
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
    }

    .adv-cta {
        display: block;
    }

    .adv-btn {
        background-color: #ffffff;
        /* Usa a nova cor definida no :root */
        color: var(--brand-red); 
        padding: 10px 24px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        white-space: nowrap;
    }
}

/* Container Principal (Fundo Vermelho) */
.services-red-banner {
    /* Usa a nova cor definida no :root */
    background-color: var(--brand-red);
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ffffff;
}

/* Wrapper do Conteúdo */
.red-banner-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
}

/* Título Pequeno */
.red-title-small {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #ffffff;
    line-height: 1.2;
}

/* Título Grande */
.red-title-large {
    font-size: 2rem;
    font-weight: 300;
    margin: 0 0 25px 0;
    color: #ffffff;
    line-height: 1.3;
    opacity: 0.95;
}

/* Parágrafo de Descrição */
.red-description {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 auto 40px auto;
    max-width: 750px;
    color: #ffffff;
    font-weight: 400;
}

/* Botão Branco Arredondado */
.btn-pill-white {
    display: inline-block;
    background-color: #ffffff;
    /* Usa a nova cor definida no :root */
    color: var(--brand-red);
    padding: 15px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.btn-pill-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* --- Marcas de Água / Decoração de Fundo --- */
.red-watermark {
    position: absolute;
    font-family: sans-serif;
    font-weight: 900;
    color: #000000;
    opacity: 0.1;
    line-height: 1;
    z-index: 1;
    pointer-events: none;
    font-size: 20rem;
}

.left-bottom {
    bottom: -100px;
    left: -100px;
    transform: rotate(-90deg);
}

.right-top {
    top: -100px;
    right: -100px;
    transform: rotate(90deg);
}

/* --- Responsividade --- */
@media (max-width: 768px) {
    .services-red-banner {
        padding: 60px 20px;
    }

    .red-title-small { font-size: 1.8rem; }
    .red-title-large { font-size: 1.4rem; }
     
    .red-watermark {
        font-size: 12rem;
        opacity: 0.05;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c86c6b5 *//* Container */
.why-choose-section {
    background-color: #f9f9f9; /* Fundo muito levemente cinza/branco */
    padding: 60px 20px 40px 20px; /* Padding inferior menor para colar com a prox secção */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.why-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Título Principal */
.why-main-title {
    font-size: 3rem;
    line-height: 1.1;
    color: #1a1a3d; /* Azul escuro quase preto */
    font-weight: 700;
    margin-bottom: 50px;
}

/* Lista de Itens */
.why-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.why-item-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #000;
    margin: 0 0 5px 0;
}

.why-item-desc {
    font-size: 1rem;
    color: #444;
    margin: 0;
    line-height: 1.5;
}

/* Responsividade */
@media (max-width: 768px) {
    .why-main-title {
        font-size: 2.2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e9a4a94 *//* Container da Secção FAQ */
.faq-extended-section {
    background-color: #ffffff; /* Fundo branco */
    padding: 40px 20px 80px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Layout Grelha de 2 Colunas */
.faq-grid-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Duas colunas iguais */
    column-gap: 60px; /* Espaço horizontal entre colunas */
    align-items: start;
}

/* Blocos Individuais */
.faq-block {
    margin-bottom: 40px;
}

/* Estilo da Pergunta (Azul Ciano) */
.faq-q-blue {
    color: #009FE3; /* Azul ciano vivo */
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Estilo da Resposta */
.faq-a-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #555;
    margin: 0;
}

/* Responsividade */
@media (max-width: 768px) {
    .faq-grid-container {
        grid-template-columns: 1fr; /* 1 Coluna no telemóvel */
        column-gap: 0;
    }
    
    .faq-extended-section {
        padding-top: 20px;
    }
}/* 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 */