/* =========================================
 * ESTILOS DOS TOASTS (POPUP PREMIUM)
 * ========================================= */
#toast-sucesso, #toast-curriculo {
  position: fixed;
  bottom: 30px;
  right: 30px; /* Os dois ancorados na direita para a animação funcionar! */
  background-color: #421F38; /* Fundo alinhado com a identidade */
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-left: 4px solid #957755; /* Detalhe dourado/marrom */
  transform: translateX(150%); /* Empurra 150% para a direita (fora da tela) */
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 9999;
  font-family: inherit; /* Vai herdar a tipografia do seu site */
}

/* Quando o JS adiciona esta classe, o Toast entra na tela */
#toast-sucesso.toast-show, #toast-curriculo.toast-show {
  transform: translateX(0);
}

.toast-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.toast-text h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #957755;
}

.toast-text p {
  margin: 4px 0 0 0;
  font-size: 14px;
  opacity: 0.9;
}

#fechar-toast {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}

#fechar-toast:hover {
  opacity: 1;
}

/* Ajuste Mobile */
@media (max-width: 600px) {
  #toast-sucesso, #toast-curriculo {
    bottom: 20px;
    right: 20px;
    left: 20px; /* No mobile ele ocupa a largura da tela */
    transform: translateY(150%); /* Esconde jogando para baixo no mobile */
  }
  
  #toast-sucesso.toast-show, #toast-curriculo.toast-show {
    transform: translateY(0); /* Sobe para a tela no mobile */
  }
}


.hamburger {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  gap: 5px;
  z-index: 1001;
}

.hamburger span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: white;
  transition: all 0.3s ease;
}





html {
  /* Força a barra de rolagem vertical a aparecer sempre, 
     evitando que a NAV pule quando você muda de página */
  overflow-y: scroll; 
  overflow-x: hidden;

}

body {
  background-color: #E1DAD2;
  margin: 0;
  padding: 0;
  /* Remova o max-width: 100vw se puder, ele causa bugs com scroll */
  width: 100%;
  overflow-x: hidden;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

body{
  background-color: #E1DAD2;
  zoom: 0.9;
}

a{
  text-decoration: none;
  color: white;
}

ul li{
  list-style: none;
}


/* NAVEGAÇÃO */

header{
  background-color: #421F38;
}

nav{
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

nav img{
  width: 220px;
}

.navegacao{
  display: flex;
  list-style: none;
  font-family: 'Inter';
  gap: 20px;
  color: white;
}

/* DROPDOWN GALERIA */
.dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.dropdown > a {
  color: white;
  text-decoration: none;
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #421F38; /* Fundo roxo/vinho do header */
  min-width: 180px;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.4);
  z-index: 1001;
  border: 1px solid #957755; /* Detalhe dourado */
  border-radius: 8px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 0;
  margin-top: 10px;
}

/* Triângulo indicador */
.dropdown-content::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #957755;
}

.dropdown-content a {
  color: white !important;
  padding: 12px 20px;
  text-decoration: none;
  display: block !important;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
}

.dropdown-content a:hover {
  background-color: #957755;
  color: white !important;
}

.dropdown:hover .dropdown-content,
.dropdown.active .dropdown-content {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateX(-50%) translateY(-10px); }
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* Responsividade Dropdown */
@media (max-width: 768px) {
  .dropdown {
    flex-direction: column;
    align-items: flex-start;
  }
  .dropdown.active .dropdown-content {
    display: block !important;
    animation: none !important;
  }
  .dropdown-content {
    position: static;
    display: none !important; /* Oculto por padrão no mobile para abrir no clique */
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding-left: 15px;
    transform: none;
    margin-top: 0;
  }
  
  .dropdown-content::before {
    display: none;
  }
  
  .dropdown-content a {
    padding: 10px 0;
    font-size: 14px;
    opacity: 0.8;
  }
}



/* VIDEO LANDING*/

.inicio {
  width: 1160px;       /* Largura total */
  margin: 0 auto;
  height: 500px;     /* Defina aqui a altura desejada para o corte */
  overflow: hidden;  /* Esconde o que sobrar do vídeo */
  position: relative;
  margin-top: 60px;
  border-radius: 15px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25), 
              0 15px 30px rgba(0, 0, 0, 0.15);
}
.inicio::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Gradiente do transparente (topo) para o preto suave (base) */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  z-index: 1; /* Garante que fique acima do vídeo */
  pointer-events: none; /* Permite clicar no vídeo através do gradiente, se necessário */
}



.inicio video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* O segredo para não distorcer o vídeo */
  object-position: center; /* Centraliza o vídeo no corte */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}



/* BENEFICIOS */

.backgroundSino{
  background-image: url(./assets/fundoSino.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px;
}

.tituloInicialBullet{
  max-width: 1160px;
  margin: 0 auto;
    font-family: 'Playfair Display', serif;
  font-size: 30px;
  color: #0F1F2E;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.textoFinalBullets{
  font-family: 'Playfair Display', serif;
  max-width: 1160px;
  margin: 0 auto;
  font-size: 30px;
  margin-top: 50px;
  color: #957755;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.alemDoIngles{
  font-style: italic;
  font-weight: 600;
}

.sessaodeBeneficios{
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 50px;
  gap: 60px;
  }


.esquerda{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.e1, .e2, .e3, .e4{
  background-color: #421F38;
  padding: 20px;
  border-radius: 20px;
  color: white;
  text-align: center;
}

.e1 h1, .e2 h1, .e3 h1, .e4 h1{
  font-size: 26px;
  color: #C7B299;
  font-style: italic;
}

.e1 h2, .e2 h2, .e3 h2, .e4 h2{
  font-size: 22px;
  font-family: 'Inter';
  font-weight: 200;
}

.direita{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.d1, .d2, .d3, .d4{
  background-color: #421F38;
  padding: 20px;
  border-radius: 20px;
  color: white;
  text-align: center;
}


.d1 h1, .d2 h1, .d3 h1, .d4 h1{
  font-size: 26px;
  color: #C7B299;
  font-style: italic;
}

.d1 h2, .d2 h2, .d3 h2, .d4 h2{
  font-size: 22px;
  font-family: 'Inter';
  font-weight: 200;
}

.d5{
  justify-content: center !important;
  align-content: center !important;
  background-color: #421F38;
  padding: 20px;
  border-radius: 20px;
  color: white;
  text-align: center;
  width: 550px;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 40px;
}

.d5 h1{
  font-size: 26px;
  color: #C7B299;
  font-style: italic;
}

.d5 h2{
  font-size: 22px;
  font-family: 'Inter';
  font-weight: 200;
}


/* TEXTO INICIAL DO BANNER */



.textoInicio{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 60px;
  font-family: "Playfair Display", serif;
}

.textoInicio h1{
  margin-bottom: 10px;
  margin-top: 100px;
  color: white;
   font-weight: 300;
}

.textoInicio h2{
  margin-bottom: 20px;
  font-size: 52px;
  color: white;
  font-weight: 200;
}

.textoInicio p{
  color: white;
  font-size: 22px;
  max-width: 500px;
  font-family: "Inter", sans-serif;
  font-weight: 200;
}







/* PLANOS */

.conhecaPlanos{
  max-width: 1160px;
  margin: -50px auto;
  justify-self: center;
  align-self: center;
  font-family: 'PlayFair Display';
  color: #322D31;
  font-size: 38px;
}

.conhecaPlanos span{
  font-style: italic;
  color: #957755;
}




.planos1{
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 100px;
  gap: 100px;
}


.planos1 img{
  border-radius: 15px;
  position: absolute;
}

.planos1 a{
    background-color: #421F38;
  padding: 10px 58px;
  font-family: 'Inter';
  font-size: 18px;
  display: flex;
  flex-wrap: nowrap;
  border-radius: 4px;
}



.descricaoFlight1, .descricaoIntensive1,
 .descricaoImmersive1{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-left: 30px;
}

.descricaoFlight1 h1, .descricaoIntensive1 h1,
 .descricaoImmersive1 h1{
  margin-top: 80px;
  font-size: 32px;
  color: #E1DAD2;
  font-weight: 600;
 }

 .descricaoFlight1 h2, .descricaoIntensive1 h2,
 .descricaoImmersive1 h2{
  font-size: 22px;
  color: #E1DAD2;
  font-weight: 200;
  font-family: 'Inter';
}

.h2{
  margin-top: 30px;
}

.planButton{
  margin-top: 100px;
  background-color: #421F38;
  padding: 10px 50px !important;
  font-family: 'Inter';
  font-size: 18px;
  display: flex;
  flex-wrap: nowrap;
}


/* TEXTO HIGHLIGHT */


.roxoTexto{
  width: 1260px;
  margin: 0 auto;
  margin-top: 50px;
    color: #957755;

  padding: 50px 20px;
  font-family: "Playfair Display", serif;
  text-align: center;
  border-radius: 20px;
}

.textoHighlight h2{
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
  font-weight: 400;
  font-size: 32px;
}

.textoHighlight h2 span{
  font-weight: 700;
  font-style: italic;
  color: #957755;
}

.botaoVisionary{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 60px;
    background: #0F1F2E;
    box-shadow: -1px 13px 12.7px 9px rgba(0, 0, 0, 0.14);
    color: white;
    font-family: 'Playfair Display', sans-serif;
    font-size: 26px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
    margin-left: 580px;
    border-radius: 15px;
    margin-top: 50px;
}

/* DEPOIMENTOS */


.depoimentos{
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 80px;
}
.slider-container {
  max-width: 1160px;
  margin: 40px auto 0;
  overflow: hidden; /* Corta as imagens que saem dos 1160px */
  position: relative;
}


.depoimentos h1{
  font-weight: 300;
  font-family: 'PlayFair Display';
  color: #421F38;
  font-weight: 700;


}

.italico{
  font-style: italic;
}

.cards{
  display: flex;
  max-width: 1160px;
  gap: 10px;
  margin-top: 20px;
  cursor: grab;
}

#slider-track {
  display: flex; /* Garante que fiquem em linha */
  cursor: grab;
  user-select: none; /* Impede seleção de texto */
  -webkit-user-drag: none; /* Desativa o arraste nativo no Chrome/Safari */
  touch-action: pan-y; /* Melhora a performance em touch, evitando scroll vertical acidental */
}



/* FORMULÁRIO */

form{
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
}


.form{
  margin-top: 80px;
  overflow: hidden;
  background-image: url(./assets/fundoFormulario.webp);
  background-size: 100%;
  
}


.form h1{
  color: #421F38;
  font-family: "Playfair Display";
  font-size: 48px;
  font-weight: 400;
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 0px;
}

.form h1::after{
  content: '';
  display: block;
  width: 400px;
  height: 2px;
  background-color: white;
  margin-top: 5px;
}



.ready{
  font-style: italic;
  font-weight: 500;
}

label{
  display: block;
  margin-top: 16px;
  margin-bottom: 10px;
  color: #322D31;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}

input{
  display: block;
  margin-top: 10px;
  width: 520px;
  height: 20px;
  border: none;
  padding: 20px;
  font-size: 16px;
  border-radius: 4px;
}

#enviar{
  margin: 0 130px;
  margin-top: 30px;
  width: 240px;
  height: 40px;
  background: #421F38;
  color: white;
  font-family: Inter;
  border: none;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer !important;
  z-index: 1000;
  position: relative;
  margin-bottom: 30px;

}


#objetivo{
  height: 100px;
  width: 520px;
}


#conheceu{
  height: 50px;
  width: 520px;
  border-radius: 4px;
  border: none;
}

select {
  color: #322D31;
}

textarea{
  font-size: 16px;
  padding: 2px;
  border: none;
}








/* FOOTER */

footer{
 background: #421F38;
  height: 250px;
  display: flex;
  position: relative;

  font-family: 'Playfair Display';
}

.xadrez{
  position: absolute;
  bottom: -1;
  left: -1;
  right: 0;
  height: 250px;
}



.NaveFooter{
  font-family: 'Playfair Display', serif;
  color: white;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;

}

.FooterNavegacao{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: -100px;  
}


.NavFooter{
  display: flex;
  flex-direction: column;
  margin-left: 100px;
  margin-top: 50px;
  font-family: 'Inter', sans-serif;
  color: white;
  font-size: 18px;
}

.tituloNav{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 14px;
  font-family: 'Playfair Display', serif;
}



.contatoFooter{
  display: flex;
  flex-direction: column;
  margin-left: 120px;
  margin-top: 50px;
  font-family: 'Playfair Display', serif;
  color: white;
  font-size: 18px;
}


.logoFooter{
  height: 50px;
  cursor: pointer;
}


.logosFooter{
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 10px;
  left: 90px;
  height: 60px;
}


/* AJUSTES PARA TABLET (768px) */
@media (max-width: 768px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1100;
    }

nav{
          max-width: 95%; /* Dá uma margem de segurança nas laterais */
        margin-left: auto;
        margin-right: auto;
}


  .hamburger {
    display: flex; /* Mostra o botão no mobile */
    z-index: 1100;
  }

    .logoPrincipal  {
      width: 150px;
    }

  .navegacao {
    position: fixed;
    top: 0;
    right: -100%; /* Esconde o menu para fora da tela */
    width: 50%;
    height: 50vh;
    background-color: #421F38;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding-left: 50px;
    transition: 0.4s;
    box-shadow: -10px 0 20px rgba(0,0,0,0.3);
    z-index: 1000;
  }

  .navegacao.active {
    right: 0; /* Traz o menu para dentro da tela */
  }

  /* Animação do X no hambúrguer quando ativo */
  .hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .hamburger.active span:nth-child(2) { opacity: 0; }
  .hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -6px); }

.navegacao li {
    font-size: 14px;
  }

    .backgroundSino {
        padding: 60px 20px; /* Reduzi o padding de 150px que espremia o conteúdo */
    }

    .sessaodeBeneficios {
        flex-direction: column; /* Empilha as colunas esquerda e direita */
        gap: 40px;
    }

    .inicio {
        height: auto;
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .textoInicio {
        margin-left: 20px;
        padding-right: 20px;
    }

   .planos1 {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    /* Transforma os contentores principais numa área delimitada */
    .planoFlight1, .planoIntensive1, .Immersive1 {
        position: relative;
        width: 100%;
        max-width: 400px;
        min-height: 450px; /* Define uma altura mínima para a imagem ter espaço */
        display: flex;
        border-radius: 15px;
        overflow: hidden; /* Garante que a imagem respeita os cantos arredondados */
    }

    /* A imagem funciona como background absoluto */
    .planos1 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* Preenche todo o contentor sem distorcer */
        z-index: 0;
    }

    /* O texto fica por cima (z-index: 1) e centralizado */
    .descricaoFlight1, .descricaoIntensive1, .descricaoImmersive1 {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        margin-left: 0;
        padding: 40px 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
  
    }

    .descricaoFlight1 h1, .descricaoIntensive1 h1, .descricaoImmersive1 h1 {
        margin-top: 0; /* Remove a margem superior que vinha do desktop */
    }

    .planButton {
        margin-top: 30px; /* Ajusta a distância do botão ao texto */
    }

    .roxoTexto {
        width: 90%; /* Deixa de ser 1260px fixo */
        margin-top: 100px;
    }

    .botaoVisionary {
        margin-left: 0;
        display: flex;
        width: fit-content;
        margin: 40px auto; /* Centraliza o botão */
    }
    /* Formulário */
    input, #conheceu, #objetivo, textarea {
        width: 100% !important; /* Ocupa a largura total do container */
    }
    #enviar { margin: 30px auto; width: 100%; }

    .form{
      background-image: none;
      padding: 30px 20px;
      border-radius: 20px;
    }

    /* Footer - Padding Cimentado nas laterais e gap coeso */
    footer { 
        height: auto; 
        padding: 40px 20px; 
        padding-right: calc(50% - 55px); /* Protege a área de texto */
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column; 
        align-items: flex-start; 
        text-align: left; 
        position: relative;
        overflow: hidden;
        background-color: #421F38;
        background-image: url('./assets/xadrezFooter.webp');
        background-repeat: repeat-y; 
        background-position: right top; 
        background-size: calc(50% - 55px) 33.333%; /* Pega o meio menos 55px, repetindo exatas 3x na altura (100 / 3) */
    }
    .FooterNavegacao { flex-direction: column; margin-top: 0; gap: 30px; align-items: flex-start; }
    .NavFooter, .contatoFooter { 
        margin-left: 0; 
        margin-top: 0; 
        align-items: flex-start; 
        text-align: left; 
        word-break: break-word; /* Evita que o email comprido estoure o layout da esquerda */
    }
    .logosFooter { position: static; margin-top: 30px; justify-content: flex-start; gap: 15px; }
    .xadrez { 
        display: none !important; /* Escondemos a img HTML que é ruim de escalar e duplicar em CSS puro =] */
    }

    .form{
        width: 100%;
        max-width: 100vw;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }


}

/* AJUSTES PARA MOBILE (425px) */
@media (max-width: 425px) {
    .tituloInicialBullet, .textoFinalBullets {
        font-size: 24px; /* Diminui o texto para não ocupar a tela toda */
    }

    .textoInicio h2 {
        font-size: 38px;
    }

    .backgroundSino{
      padding: 10px;
    }

    .textoInicio p {
        font-size: 18px;
    }

    .e1 h1, .e2 h1, .e3 h1, .e4 h1,
    .d1 h1, .d2 h1, .d3 h1, .d4 h1 {
        font-size: 22px;
    }

    .e1 h2, .e2 h2, .e3 h2, .e4 h2,
    .d1 h2, .d2 h2, .d3 h2, .d4 h2 {
        font-size: 18px;
    }

    .d5{
      width: 100%;
    }

    .inicio {
    width: 95%;
    height: 350px;      /* Altura ajustada conforme solicitado pelo usuário */
    margin: 20px auto;     /* Margem menor para telas pequenas */
    border-radius: 12px; /* Arredondado mais sutil para telas menores */
    box-shadow: none;
    /* Sombra um pouco mais leve para não sobrecarregar o mobile */
    background: none;
  }
  
  .inicio::after{
    box-shadow: none;
    background: none;

  }

  .inicio video {
    box-shadow: none;
    height: 100%;
    object-fit: cover;
  }

    .conhecaPlanos {
        font-size: 28px;
        text-align: center;
        margin: 20px auto;
    }

    .planButton {
        margin-top: 20px; /* Ajusta o espaçamento do botão no card */
    }

    .textoHighlight h2 {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .botaoVisionary {
        padding: 15px 30px;
        font-size: 20px;
        margin-top: 10px !important;
    }

    
    .form h1 { font-size: 34px; }
    .form h1::after { width: 150px; }
    
    .roxoTexto{
      padding: 10px !important;
      margin-top: 10px !important;
    }
    .depoimentos, .form, form, nav, .planos1 {
        width: 100%;
        max-width: 100vw;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }


}



.elfsight-app-ef093914-1b10-4236-98c0-f99dd562fec1 {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: 'Inter';
}

.cards img{
  border-radius: 10px;
}
