.elementor-70 .elementor-element.elementor-element-5fe60b04{--display:flex;}.elementor-70 .elementor-element.elementor-element-5fe60b04:not(.elementor-motion-effects-element-type-background), .elementor-70 .elementor-element.elementor-element-5fe60b04 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-70 .elementor-element.elementor-element-e64d7df{--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-70 .elementor-element.elementor-element-e64d7df:not(.elementor-motion-effects-element-type-background), .elementor-70 .elementor-element.elementor-element-e64d7df > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-70 .elementor-element.elementor-element-12affc0{background-color:var( --e-global-color-primary );}.elementor-70 .elementor-element.elementor-element-a0abf30{--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-70 .elementor-element.elementor-element-1bcb30c{--display:flex;}.elementor-70 .elementor-element.elementor-element-af6ccea{--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-70 .elementor-element.elementor-element-af6ccea:not(.elementor-motion-effects-element-type-background), .elementor-70 .elementor-element.elementor-element-af6ccea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-cc9f42f );}.elementor-70 .elementor-element.elementor-element-5293f97{--display:flex;}@media(max-width:767px){.elementor-70 .elementor-element.elementor-element-5fe60b04{--width:500px;}}/* Start custom CSS for html, class: .elementor-element-12affc0 */@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

/* ========== RESET E BÁSICO ========== */
html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
}

/* ========== CONTENTOR PRINCIPAL ========== */
.main-container {
    width: 100%;
    position: relative;
}

/* ========== FUNDO AZUL ========== */
.background-split {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: linear-gradient(135deg, #0a78b8 0%, #0a8fd0 100%);
    z-index: -1;
}

/* ========== CABEÇALHO ========== */
header {
    text-align: center;
    color: #ffffff;
    padding: 60px 20px 30px;
    max-width: 800px;
    margin: 0 auto;
}

header h1 {
    font-size: 3rem;
    margin: 0 0 15px 0;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

header h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #ffffff;
    line-height: 1.3;
}

header p {
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
    opacity: 0.95;
    padding: 0 20px;
}

/* ========== WRAPPER DA RODA + LOGO ========== */
.ecosystem-wrapper {
    position: relative;
    width: 550px;
    height: 550px;
    margin: 40px auto;
    z-index: 1;
}

/* ========== RODA EXTERNA ========== */
.ecosystem-wheel-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 5;
}

.ecosystem-wheel-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ecosystem-wheel-image:hover img {
    transform: scale(1.05);
    filter: drop-shadow(0 8px 20px rgba(255, 255, 255, 0.4));
}

/* ========== LOGO CENTRAL (SOBREPOSTA À RODA) ========== */
.center-logo-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    z-index: 10;
    overflow: hidden;
}

.center-logo-container img {
    max-width: 85%;
    height: auto;
    display: block;
}

/* ========== RODAPÉ ========== */
.footer-content {
    text-align: center;
    padding: 50px 20px;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
}

.footer-content h3 {
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.footer-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
    opacity: 0.95;
    margin-bottom: 30px;
}

.cta-button {
    background-color: #ce1126;
    color: #ffffff;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.cta-button:hover {
    background-color: #a50d1e;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(206, 17, 38, 0.35);
}

/* ========== TABLET (≤ 768px) ========== */
@media (max-width: 768px) {
    .background-split {
        height: 100%;
    }

    header {
        padding: 40px 20px 24px;
    }

    header h1 {
        font-size: 2.3rem;
    }

    header h2 {
        font-size: 1.5rem;
        margin-bottom: 16px;
    }

    header p {
        font-size: 0.95rem;
        padding: 0 16px;
    }

    .ecosystem-wrapper {
        width: 400px;
        height: 400px;
        margin: 30px auto;
    }

    .center-logo-container {
        width: 180px;
        height: 180px;
    }

    .footer-content {
        padding: 40px 20px;
    }

    .footer-content h3 {
        font-size: 1.8rem;
    }

    .footer-content p {
        font-size: 0.95rem;
    }

    .cta-button {
        font-size: 0.95rem;
        padding: 13px 28px;
    }
}

/* ========== MOBILE (≤ 480px) ========== */
@media (max-width: 480px) {
    .background-split {
        height: 100%;
    }

    header {
        padding: 32px 16px 20px;
    }

    header h1 {
        font-size: 1.9rem;
        margin-bottom: 12px;
    }

    header h2 {
        font-size: 1.25rem;
        margin-bottom: 14px;
    }

    header p {
        font-size: 0.9rem;
        line-height: 1.65;
        padding: 0 12px;
    }

    .ecosystem-wrapper {
        width: 300px;
        height: 300px;
        margin: 24px auto;
    }

    .center-logo-container {
        width: 135px;
        height: 135px;
    }

    .center-logo-container img {
        max-width: 80%;
    }

    .footer-content {
        padding: 32px 16px 40px;
    }

    .footer-content h3 {
        font-size: 1.6rem;
        margin-bottom: 16px;
    }

    .footer-content p {
        font-size: 0.9rem;
        line-height: 1.65;
        margin-bottom: 24px;
    }

    .cta-button {
        font-size: 0.9rem;
        padding: 12px 24px;
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }

    /* Desativa hover em mobile */
    .ecosystem-wheel-image:hover img {
        transform: none;
        filter: none;
    }
}

/* ========== MOBILE MUITO PEQUENO (≤ 360px) ========== */
@media (max-width: 360px) {
    header h1 {
        font-size: 1.7rem;
    }

    header h2 {
        font-size: 1.15rem;
    }

    .ecosystem-wrapper {
        width: 260px;
        height: 260px;
    }

    .center-logo-container {
        width: 120px;
        height: 120px;
    }

    .footer-content h3 {
        font-size: 1.45rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ed471f *//* ===== RESET LOCAL ===== */
.hub-hero,
.hub-hero * {
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

/* ===== HERO ===== */
.hub-hero {
  position: relative;
  width: 100%;
  min-height: 420px;
  background-image: url("https://advancestation.pt/wp-content/uploads/2025/12/Rectangle-31-8.png");
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  padding: 60px 70px;
  border-radius: 8px;
  overflow: hidden;
}

/* ===== OVERLAY ===== */
.hub-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.70) 0%,
    rgba(0, 0, 0, 0.55) 35%,
    rgba(0, 0, 0, 0.20) 70%,
    rgba(0, 0, 0, 0.00) 100%
  );
  z-index: 1;
}

/* ===== CONTEÚDO ===== */
.hub-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
  color: #ffffff;              /* texto branco */
}

/* força o branco mesmo se o tema tentar sobrescrever */
.hub-content h1,
.hub-content p,
.hub-content span {
  color: #ffffff !important;   /* IMPORTANTE: garante branco */
}

/* ===== TEXTO ===== */
.hub-content h1 {
  font-size: 34px;
  line-height: 1.35;
  font-weight: 500;
  margin: 0 0 28px 0;
}

.hub-content h1 strong {
  font-weight: 700;
}

/* ===== BOTÃO ===== */
.hub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  background-color: #ffffff;
  color: #cf1515;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease,
              background-color 0.2s ease, color 0.2s ease;
}

.hub-btn-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  transform: translateY(1px);
}

.hub-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  color: #b31212;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 900px) {
  .hub-hero {
    padding: 40px 24px;
    min-height: 380px;
    background-position: center right;
  }

  .hub-content h1 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .hub-hero {
    padding: 32px 20px;
    min-height: 360px;
  }

  .hub-content h1 {
    font-size: 24px;
    line-height: 1.4;
  }

  .hub-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1d0673 *//* ==================================================
   1. CONFIGURAÇÕES DE CORES
   Aqui você define as cores usadas em todo o design
   ================================================== */

.as-container {
    /* Cor Azul (Texto: O que é...) */
    --cor-azul: #0085CA; 
    
    /* Cor Escura (Texto: Advance Station, Textos laterais) */
    --cor-escura: #1A1A2E; 
    
    /* Tamanho máximo da largura do conteúdo */
    --largura-maxima: 900px; 
}

/* ==================================================
   2. ESTRUTURA (LAYOUT)
   Organiza o título de um lado e o texto do outro
   ================================================== */

.as-container {
    display: flex;             /* Coloca lado a lado */
    flex-wrap: wrap;           /* Permite quebrar linha no celular */
    align-items: flex-start;   /* Alinha tudo ao topo */
    max-width: var(--largura-maxima);
    margin: 0 auto;            /* Centraliza na tela */
    padding: 20px 0;           /* Espaço acima e abaixo */
    font-family: "Roboto", sans-serif; /* Define a fonte padrão (mude se necessário) */
}

/* Configuração da Coluna Esquerda (Título) */
.as-col-left {
    flex: 1;                   /* Ocupa espaço flexível */
    min-width: 300px;          /* Largura mínima antes de quebrar */
    padding-right: 40px;       /* Espaço entre o título e o texto */
}

/* Configuração da Coluna Direita (Texto) */
.as-col-right {
    flex: 1;                   /* Ocupa espaço flexível */
    min-width: 280px;
    padding-top: 5px;          /* Pequeno ajuste para alinhar com o topo do título */
}

/* ==================================================
   3. TIPOGRAFIA DO TÍTULO (LADO ESQUERDO)
   ================================================== */

.as-title {
    /* --- TAMANHO DO TÍTULO --- */
    font-size: 32px;           /* Reduzi para ficar mais parecido com a imagem */
    line-height: 1.15;         /* Espaçamento entre as linhas do título */
    font-weight: 700;          /* Negrito */
    margin: 0;
}

/* Aplica a cor Azul */
.color-primary {
    color: var(--cor-azul);
}

/* Aplica a cor Escura */
.color-secondary {
    color: var(--cor-escura);
}

/* ==================================================
   4. TIPOGRAFIA DO TEXTO (LADO DIREITO)
   ================================================== */

/* Texto corrido (parágrafo) */
.as-text {
    /* --- TAMANHO DO PARÁGRAFO --- */
    font-size: 13px;           /* Fonte pequena conforme a imagem */
    line-height: 1.5;          /* Altura da linha para leitura */
    color: #444;               /* Cor cinza escuro para o texto */
    margin-bottom: 25px;       /* Espaço abaixo do parágrafo */
    text-align: justify;       /* (Opcional) Justifica o texto */
}

/* Bloco de destaque (Perguntas em baixo) */
.as-subtitle {
    /* --- TAMANHO DO SUBTÍTULO --- */
    font-size: 14px;           /* Levemente maior que o texto */
    font-weight: 700;          /* Negrito forte */
    color: var(--cor-escura);  /* Usa a cor escura definida no topo */
    margin: 0;                 /* Remove margens padrão */
    line-height: 1.4;
}

/* ==================================================
   5. RESPONSIVIDADE (CELULAR)
   Ajustes para quando a tela for pequena
   ================================================== */

@media (max-width: 767px) {
    .as-container {
        flex-direction: column; /* Empilha um bloco em cima do outro */
    }
    
    .as-col-left {
        padding-right: 0;
        margin-bottom: 30px;    /* Espaço entre o título e o texto no celular */
    }
    
    .as-title {
        font-size: 28px;        /* Título um pouco menor no celular */
    }
}/* End custom CSS */