.elementor-16 .elementor-element.elementor-element-10cfe96{--display:flex;--min-height:140px;--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-16 .elementor-element.elementor-element-10cfe96:not(.elementor-motion-effects-element-type-background), .elementor-16 .elementor-element.elementor-element-10cfe96 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-16 .elementor-element.elementor-element-10cfe96.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-16 .elementor-element.elementor-element-c31fb0b{width:100%;max-width:100%;}.elementor-16 .elementor-element.elementor-element-7e072c8{width:auto;max-width:auto;}.elementor-16 .elementor-element.elementor-element-9ad6351{--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-16 .elementor-element.elementor-element-9ad6351.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-16 .elementor-element.elementor-element-d1a06e6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-16 .elementor-element.elementor-element-8cab6ce{--display:flex;}.elementor-16 .elementor-element.elementor-element-8cab6ce.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-16 .elementor-element.elementor-element-455f5d5{--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-16 .elementor-element.elementor-element-7956dd8{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-16 .elementor-element.elementor-element-4e9dff0d{text-align:center;}.elementor-16 .elementor-element.elementor-element-4e9dff0d .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:16px;font-weight:500;color:var( --e-global-color-cf4379f );}@media(min-width:768px){.elementor-16 .elementor-element.elementor-element-10cfe96{--width:100%;}.elementor-16 .elementor-element.elementor-element-9ad6351{--width:91.287%;}.elementor-16 .elementor-element.elementor-element-8cab6ce{--width:98.11%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for html, class: .elementor-element-1fd1546 *//* Container Principal */
.history-section {
    background-color: #ffffff; /* Fundo branco ou #fafafa se preferir off-white */
    padding: 80px 20px;
    position: relative;
    overflow: hidden; /* Corta as decorações que saem da tela */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
}

/* Conteúdo Centralizado */
.history-content {
    position: relative;
    z-index: 2; /* Fica acima do fundo */
    max-width: 900px;
    margin: 0 auto;
}

/* Título Azul */
.history-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #008ccf; /* Azul Ciano da marca */
    margin-bottom: 30px;
}

/* Blocos de Texto */
.history-text-block p {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
}

.history-text-block strong {
    color: #000;
    font-weight: 700;
}

/* Botão Vermelho Largo */
.btn-history-red {
    display: inline-block;
    background-color: #ce1919; /* Vermelho escuro/vibrante */
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 50px; /* Pílula */
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(206, 25, 25, 0.2);
}

.btn-history-red:hover {
    background-color: #a31414; /* Vermelho mais escuro no hover */
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(206, 25, 25, 0.3);
}

/* --- Decorações de Fundo (Watermarks) --- */
.hist-watermark {
    position: absolute;
    font-family: sans-serif;
    font-weight: bold;
    color: #f0f0f0; /* Cinza muito claro, quase branco */
    line-height: 1;
    z-index: 1;
    pointer-events: none;
}

/* Elemento da Esquerda (Parece um asterisco ou forma abstrata na imagem) */
.left-mark {
    font-size: 25rem;
    top: -100px;
    left: -100px;
    transform: rotate(20deg);
}

/* Elemento da Direita ("A") */
.right-mark {
    font-size: 30rem;
    top: -50px;
    right: -100px;
    opacity: 0.5;
}

/* --- Responsividade --- */
@media (max-width: 768px) {
    .history-title {
        font-size: 2rem;
    }
    
    .btn-history-red {
        width: 100%; /* Botão ocupa largura total no telemóvel */
        padding: 15px 20px;
        font-size: 0.9rem;
    }
    
    .left-mark, .right-mark {
        font-size: 15rem; /* Reduz decoração no mobile */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2dd6f58 */.mvv-section {
    background-color: #ffffff;
    padding: 40px 20px;
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mvv-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* TÍTULO "Missão e Visão" */
.mvv-title {
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    color: #003366; /* azul escuro do título */
    margin: 0 0 24px 0;
}

/* GRID GERAL */
.mvv-top-row,
.mvv-bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
}

.mvv-top-row {
    margin-bottom: 8px;
}

/* CARTÕES GERAIS */
.mvv-card {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
}

/* Missão / Visão – usam as imagens como fundo */
.mvv-card-missao,
.mvv-card-visao {
    padding: 32px 32px 40px 32px;
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* AQUI ENTRAM OS TEUS FICHEIROS */
.mvv-card-missao {
    /* azul-escuro.png */
    background-image: url("https://advancestation.pt/wp-content/uploads/2025/12/azul-escuro.png");
}

.mvv-card-visao {
    /* vermelho.png */
    background-image: url("https://advancestation.pt/wp-content/uploads/2025/12/vermelho.png");
}

/* Títulos Missão / Visão */
.mvv-card-missao h3,
.mvv-card-visao h3 {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 18px 0;
}

.mvv-card-missao p,
.mvv-card-visao p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    max-width: 430px;
}

/* BLOCO "Os nossos valores" – usa a imagem azul.png */
.mvv-card-valores {
    min-height: 360px;
    padding: 32px;
    display: flex;
    align-items: flex-end;
    background-image: url("https://advancestation.pt/wp-content/uploads/2025/12/azul.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mvv-card-valores h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
}

/* GRELHA DOS 4 VALORES */
.mvv-values-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px 16px;
}

.mvv-value-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 32px 32px 30px 32px;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Títulos dos valores */
.mvv-value-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #16335B;
    margin: 0 0 14px 0;
    position: relative;
}

/* Traço azul por baixo do título */
.mvv-value-card h4::after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background-color: #008FE3;
    margin-top: 10px;
}

/* Texto dos valores */
.mvv-value-card p {
    font-size: 13px;
    line-height: 1.5;
    color: #333333;
    margin: 0;
}

/* RESPONSIVO */
@media (max-width: 900px) {
    .mvv-top-row,
    .mvv-bottom-row {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .mvv-card-valores {
        min-height: 260px;
    }
}

@media (max-width: 600px) {
    .mvv-title {
        font-size: 30px;
    }

    .mvv-card-missao h3,
    .mvv-card-visao h3,
    .mvv-card-valores h3 {
        font-size: 26px;
    }

    .mvv-card-missao,
    .mvv-card-visao,
    .mvv-card-valores,
    .mvv-value-card {
        padding: 24px 20px 26px 20px;
    }

    .mvv-values-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e987ecc *//* =========================================
   Variáveis e Reset
   ========================================= */
:root {
    --color-white: #ffffff;
    --color-text-red: #c92a2a; /* Tom de vermelho do texto do botão */
    --color-graphic-blue: #008cd1; /* Azul do elemento gráfico */
    --font-primary: 'Inter', sans-serif;
    --spacing-container: 8%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-primary);
    -webkit-font-smoothing: antialiased;
}

/* =========================================
   Hero Section Layout
   ========================================= */
.hero {
    position: relative;
    width: 100%;
    min-height: 100vh; /* Ocupa a altura total da tela */
    background-image: url('https://images.unsplash.com/photo-1557804506-669a67965ba0?q=80&w=2574&auto=format&fit=crop'); /* Imagem placeholder similar */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end; /* Alinha conteúdo mais para baixo como na imagem */
    padding-bottom: 80px; /* Espaço inferior */
    overflow: hidden; /* Corta o gráfico azul que sai da tela */
}

/* Overlay escuro para legibilidade */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Escurece a imagem */
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
    z-index: 1;
}

.container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-left: var(--spacing-container);
    padding-right: var(--spacing-container);
}

.content-wrapper {
    max-width: 600px; /* Limita a largura do texto para igualar a imagem */
}

/* =========================================
   Tipografia e Elementos de Texto
   ========================================= */
.hero-text {
    color: var(--color-white);
    font-size: 1.125rem; /* ~18px */
    line-height: 1.6;
    margin-bottom: 2rem;
    font-weight: 400;
}

.hero-text strong {
    font-weight: 700;
}

.contact-text {
    color: var(--color-white);
    font-size: 0.85rem;
    margin-top: 1.5rem;
    opacity: 0.9;
}

.contact-text a {
    color: var(--color-white);
    text-decoration: none;
    font-weight: 600;
}

.contact-text a:hover {
    text-decoration: underline;
}

/* =========================================
   Botão (Pill Shape)
   ========================================= */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-white);
    color: var(--color-text-red);
    padding: 14px 28px;
    border-radius: 50px; /* Pílula */
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
    gap: 10px;
}

.btn-primary:hover {
    transform: translateY(-2px);
}

.icon-arrow {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
}

/* =========================================
   Elemento Gráfico (Estrela Azul)
   ========================================= */
.blue-star-graphic {
    position: absolute;
    bottom: -80px;
    right: -50px;
    width: 400px;
    height: 400px;
    z-index: 2;
    pointer-events: none; /* Não interfere no clique */
}

/* Construção das barras da estrela usando CSS puro */
.bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 60px; /* Espessura da barra */
    background-color: var(--color-graphic-blue);
    transform-origin: center;
}

/* Rotação das barras para formar o asterisco */
.bar-1 { transform: translate(-50%, -50%) rotate(15deg); }
.bar-2 { transform: translate(-50%, -50%) rotate(60deg); }
.bar-3 { transform: translate(-50%, -50%) rotate(105deg); }
.bar-4 { transform: translate(-50%, -50%) rotate(150deg); }

/* =========================================
   Responsividade
   ========================================= */
@media (max-width: 768px) {
    .hero {
        align-items: center;
        justify-content: center;
        padding-bottom: 40px;
    }
    
    .content-wrapper {
        text-align: left;
        padding: 0 20px;
    }

    .hero-text {
        font-size: 1rem;
    }

    .blue-star-graphic {
        width: 250px;
        height: 250px;
        bottom: -50px;
        right: -50px;
        opacity: 0.6; /* Reduz impacto no mobile */
    }
    
    .bar {
        height: 40px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ef5376 *//* =========================================
   Reset & Configurações
   ========================================= */
:root {
    --color-blue-title: #009FE3;    /* Azul ciano do título */
    --color-text-dark: #203a4e;     /* Azul escuro/Chumbo do texto */
    --bg-color: #F9F9F9;            /* Fundo off-white */
    --font-primary: 'Inter', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-primary);
    -webkit-font-smoothing: antialiased;
    background-color: var(--bg-color);
}

/* =========================================
   Seção Hubs
   ========================================= */
.hubs-intro {
    width: 100%;
    padding: 60px 8%; /* Espaçamento generoso ao redor */
    display: flex;
    justify-content: flex-start;
}

.container {
    max-width: 1200px;
    width: 100%;
}

/* =========================================
   Tipografia
   ========================================= */
.title-hubs {
    color: var(--color-blue-title);
    font-size: 2.25rem; /* Aprox 36px */
    font-weight: 700;
    line-height: 1.15; /* Entrelinha apertada como na imagem */
    margin-bottom: 24px;
}

.desc-hubs {
    color: var(--color-text-dark);
    font-size: 0.95rem; /* Levemente menor que o padrão */
    font-weight: 700;   /* O texto na imagem é negrito */
    line-height: 1.4;
    max-width: 420px;   /* Largura forçada para quebrar a linha igual à imagem */
}

/* =========================================
   Responsividade
   ========================================= */
@media (max-width: 768px) {
    .hubs-intro {
        padding: 40px 20px;
    }

    .title-hubs {
        font-size: 1.8rem;
    }

    .desc-hubs {
        font-size: 0.9rem;
        max-width: 100%; /* Texto flui livremente no mobile */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e65466 *//* Evitar vazamento geral quando estiver no site */
html, body {
    overflow-x: hidden;
}

/* --- ESTILOS GERAIS DA SEÇÃO --- */
body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.rep-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box;
}

/* --- TÍTULO E TEXTO INTRODUTÓRIO --- */
.rep-header {
    margin-bottom: 40px;
    max-width: 600px;
}

.rep-title {
    color: #009FE3;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 18px 0;
}

.rep-description {
    font-size: 14px;
    color: #111;
    line-height: 1.5;
    font-weight: 600;
}

/* --- GRID DOS CARDS --- */
.rep-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    align-items: start;
    /* Adiciona um padding no topo da grid para garantir espaço extra se necessário */
    padding-top: 20px;
}

/* --- O CARD --- */
.rep-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    
    /* ALTERADO: Permite que a imagem saia do card */
    overflow: visible; 
    
    transition: transform 0.3s ease;
    
    /* ALTERADO: Margem superior maior para a "cabeça" da foto ter espaço */
    margin-top: 50px; 
}

.rep-card:hover {
    transform: translateY(-6px);
}

/* PARTE COLORIDA DO CARD */
.rep-card-header {
    height: 200px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    position: relative;
    display: flex;
    justify-content: center;
    
    /* ALTERADO: Permite que a imagem saia da caixa colorida */
    overflow: visible; 
}

/* CORES DOS FUNDOS */
.bg-blue { background-color: #0077c8; }
.bg-red  { background-color: #e60000; }

/* A IMAGEM (POP-OUT) */
.rep-card-header img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    
    /* ALTERADO: Aumentado para 135% para subir mais */
    height: 135%;   
    width: auto;
    object-fit: contain;
    z-index: 10;
    max-width: none;
    
    /* OPCIONAL: Sombra suave na imagem para dar profundidade 3D */
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2));
}

/* CONTEÚDO DE TEXTO */
.rep-card-body {
    padding: 26px 24px 28px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
    /* Z-index maior para garantir que o texto fique sobre a base da imagem se precisar */
    z-index: 11; 
    position: relative;
}

.rep-card-body h3 {
    font-size: 20px;
    font-weight: 800;
    color: #000;
    margin: 0 0 10px 0;
}

.rep-card-body p {
    font-size: 13px;
    color: #444;
    line-height: 1.5;
    margin: 0 0 22px 0;
}

/* BOTÃO */
.btn-black {
    background-color: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background 0.3s, transform 0.2s;
}

.btn-black:hover {
    background-color: #333;
    transform: scale(1.03);
}

.btn-black span {
    margin-left: 8px;
    font-size: 14px;
}

/* --- MOBILE --- */
@media (max-width: 767px) {
    .rep-section {
        padding: 40px 16px;
    }

    .rep-header {
        margin-bottom: 32px;
    }

    .rep-title {
        font-size: 26px;
    }

    /* No mobile mantemos a margem para a foto não bater no card de cima */
    .rep-card {
        margin-top: 60px; 
    }

    .rep-card-header {
        height: 180px;
    }
}

/* --- DESKTOP GRANDE --- */
@media (min-width: 1200px) {
    .rep-title {
        font-size: 36px;
    }

    .rep-grid {
        gap: 40px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fcd02de *//* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Importante para o site todo não ter scroll lateral */
html, body {
    overflow-x: hidden;
}

/* Card Principal */
.card-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* Lado do Conteúdo (Esquerda) */
.form-content {
    flex: 1 1 50%;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Tipografia */
.title {
    color: #2e3056;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
}

.subtitle {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.5;
}

/* Formulário */
.input-group-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.input-field {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    outline: none;
    font-size: 0.85rem;
    color: #333;
    transition: border-color 0.3s;
    background-color: #fff;
}

.input-field::placeholder {
    color: #bfbfbf;
}

.input-field:focus {
    border-color: #aaa;
}

.full-width {
    width: 100%;
    margin-bottom: 15px;
}

.text-area {
    border-radius: 20px;
    height: 100px;
    resize: none;
}

/* Botão */
.cta-button {
    background-color: #c91a1a;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background-color 0.3s, transform 0.2s;
    margin-top: 5px;
    text-align: center;
}

.cta-button:hover {
    background-color: #a81515;
    transform: translateY(-1px);
}

.cta-button span {
    font-size: 1.1rem;
}

/* Lado da Imagem (Direita) */
.image-content {
    flex: 1 1 50%;
    position: relative;
    min-height: 260px;
    background-color: #f0f0f0;
}

.image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* RESPONSIVO */
@media (max-width: 900px) {
    .card-container {
        flex-direction: column;
    }

    .form-content {
        flex: 1 1 100%;
        padding: 30px 20px;
    }

    .image-content {
        flex: 1 1 100%;
        height: 240px;
        order: -1;
    }

    .title {
        font-size: 1.05rem;
    }
}

@media (max-width: 480px) {
    .card-container {
        border-radius: 12px;
    }

    .form-content {
        padding: 24px 16px;
    }

    .input-group-row {
        flex-direction: column;
        gap: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d35f424 *//* Configurações Globais (se já tiver no outro ficheiro, não precisa repetir) */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #fff;
    padding: 40px;
    color: #333;
}

/* Contentor Principal */
.faq-container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Duas colunas iguais */
    gap: 40px; /* Espaço entre as colunas */
    max-width: 1200px;
    margin: 0 auto;
}

/* Estilo de cada item (Pergunta + Resposta) */
.faq-item {
    margin-bottom: 30px;
}

/* Títulos (Perguntas) */
.faq-item h3 {
    color: #009fe3; /* Azul Ciano idêntico à imagem */
    font-size: 1rem; /* Tamanho equilibrado */
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

/* Texto (Respostas) */
.faq-item p {
    color: #4a4a4a; /* Cinzento escuro para leitura confortável */
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
}

/* Links no texto */
.faq-item a {
    color: inherit; /* Mantém a cor do texto */
    text-decoration: underline; /* Sublinhado como na imagem */
    font-weight: 500;
    cursor: pointer;
}

.faq-item a:hover {
    color: #009fe3; /* Muda para azul ao passar o rato */
}

/* Responsividade para telemóveis */
@media (max-width: 768px) {
    .faq-container {
        grid-template-columns: 1fr; /* Passa a 1 coluna */
        gap: 20px;
    }
    
    body {
        padding: 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 */