/* ==========================================================================
   0. CONFIGURAÇÕES GLOBAIS DE ROLAGEM
   ========================================================================== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px; /* Evita que o cabeçalho cubra o topo da seção */
}

/* ==========================================================================
   1. CABEÇALHO PRINCIPAL
   ========================================================================== */
.header-site {
  background-color: #040e27;
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  position: relative;
  z-index: 1000;
}

/* Container do Cabeçalho */
.header-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* Logo */
.header-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header-logo img {
  max-height: 65px;
  width: auto;
  display: block;
}

/* ESTILOS DO MENU DE NAVEGAÇÃO */
.nav-menu ul {
  display: flex;
  list-style: none;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.nav-menu a:hover {
  color: #00c853;
}

/* Botão Verde */
.btn-header-teste {
  background-color: #00c853;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.btn-header-teste:hover {
  background-color: #00a843;
}

/* Responsividade do Header (Mobile e Tablet) */
@media (max-width: 900px) {
  .nav-menu {
    display: none; /* Esconde o menu no mobile/tablet para manter a barra limpa */
  }
}

@media (max-width: 768px) {
  .header-site {
    padding: 10px 16px;
  }

  .header-container {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .header-logo img {
    max-height: 48px;
  }

  .btn-header-teste {
    padding: 9px 16px;
    font-size: 13px;
  }
}

/* ==========================================================================
   2. GRID GERAL & COMPONENTES SECUNDÁRIOS
   ========================================================================== */
.card-curso:hover {
  transform: translateY(-5px);
}

.card-curso img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-curso-body {
  padding: 20px;
}

.card-curso-body h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #111;
}

.card-curso-body p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  color: #FFF;
}

/* ==========================================================================
   3. AJUSTES ELEMENTOR (HERO & BOTÕES) - RESTAURADO
   ========================================================================== */

.elementor-element-a75f3e5,
.elementor-element-5279c5f,
.elementor-element-62b7479,
.elementor-element-882c2fe {
  margin-left: 0 !important;
}

/* Botões Lado a Lado (Desktop) */
.elementor-element-882c2fe {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 16px !important;
  width: auto !important;
}

.elementor-element-882c2fe .elementor-widget-button {
  width: auto !important;
  flex-shrink: 0 !important;
}

.elementor-element-882c2fe .elementor-button {
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media (max-width: 1024px) {
  .elementor-element-5da3045 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

/* AJUSTES EXCLUSIVOS DO HERO NO MOBILE */
@media (max-width: 768px) {
  .elementor-element-5da3045 {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    position: relative !important;
  }

  .elementor-element-a75f3e5 {
    margin-top: -240px !important;
    position: relative !important;
    z-index: 10 !important;
  }

  .elementor-element-882c2fe {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 16px !important;
    margin-top: 24px !important;
  }

  .elementor-element-882c2fe .elementor-widget-button {
    width: 100% !important;
    max-width: 100% !important;
  }

  .elementor-element-882c2fe .elementor-button {
    width: 100% !important;
    min-height: 60px !important;
    padding: 16px 16px !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    letter-spacing: 0.5px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: normal !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
  }
}
/* Adiciona respiro nas laterais no Desktop e Notebooks */
.elementor-element-5da3045 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* Garante a margem lateral também no Mobile */
@media (max-width: 768px) {
  .elementor-element-5da3045 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* ==========================================================================
   4. SEÇÃO: ESCOLHA O CAMINHO PARA O SEU FUTURO
   ========================================================================== */
.secao-caminho {
  padding: 80px 40px !important;
  background-color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.caminho-container {
  max-width: 1440px !important;
  margin: 0 auto !important;
  display: flex !important;
  gap: 32px !important;
  align-items: center !important;
}

.caminho-info {
  flex: 0 0 240px !important;
  width: 240px !important;
}

.caminho-info h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  color: #0b1120;
  margin-bottom: 16px;
}

.caminho-info p {
  font-size: 14px;
  line-height: 1.5;
  color: #475569;
  margin-bottom: 24px;
}

.btn-todos-cursos {
  display: inline-block;
  background-color: #00c853;
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out;
}

.btn-todos-cursos:hover {
  background-color: #00a843;
}

.caminho-cards-grid {
  flex: 1 1 auto !important;
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.card-curso-item {
  background-color: #040e27;
  border-radius: 12px;
  overflow: hidden;
  display: flex !important;
  flex-direction: column !important;
  position: relative;
  min-height: 380px;
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100% !important;
  text-decoration: none !important;
  cursor: pointer;
}

.card-curso-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px -4px rgba(0, 0, 0, 0.3);
}

.card-imagem-box {
  position: relative;
  width: 100%;
  height: 180px !important;
  overflow: hidden;
}

.card-imagem-box img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: 50% 20% !important;
  display: block;
}

.card-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(4, 14, 39, 0) 0%, #040e27 100%);
}

.card-conteudo {
  padding: 0 16px 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  position: relative;
  z-index: 2;
}

.card-icone {
  width: 32px;
  height: 32px;
  color: #ef4444;
  margin-top: -16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icone svg {
  width: 100%;
  height: 100%;
}

.card-conteudo h3 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.25;
}

.card-conteudo p {
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 16px;
  flex: 1;
}

.card-btn-link {
  color: #ef4444;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.card-curso-item:hover .card-btn-link {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .caminho-container {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .caminho-info {
    width: 100% !important;
    flex: none !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .caminho-cards-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
  }
}

@media (max-width: 768px) {
  .secao-caminho {
    padding: 30px 16px 10px 16px !important;
  }

  .caminho-cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .card-curso-item {
    width: 100% !important;
    max-width: none !important;
    min-height: 380px !important;
  }

  .card-imagem-box {
    height: 190px !important;
  }

  .card-imagem-box img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: 50% 15% !important;
  }

  .card-conteudo {
    padding: 0 10px 16px 10px !important;
  }

  .card-conteudo h3 {
    font-size: 11px !important;
    margin-top: 4px;
    margin-bottom: 6px;
    line-height: 1.2 !important;
  }

  .card-conteudo p {
    font-size: 10.5px !important;
    line-height: 1.3 !important;
    margin-bottom: 12px;
  }

  .card-icone {
    width: 26px !important;
    height: 26px !important;
    margin-top: -13px !important;
    margin-bottom: 6px !important;
  }

  .card-btn-link {
    font-size: 10px !important;
  }
}

/* ==========================================================================
   5. SEÇÃO DE DEPOIMENTOS
   ========================================================================== */
.secao-depoimentos {
  padding: 60px 0;
  background-color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  overflow: hidden;
}

.depoimentos-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}

.depoimentos-subtitulo {
  font-size: 13px;
  font-weight: 700;
  color: #8a94a6;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 8px;
}

.depoimentos-titulo {
  font-size: 28px;
  font-weight: 800;
  color: #0c1e38;
  letter-spacing: 0.5px;
  margin: 0;
}

.depoimentos-carrossel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.depoimentos-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: rolarDepoimentos 35s linear infinite;
}

.depoimentos-track:hover {
  animation-play-state: paused;
}

.card-depoimento {
  width: 210px;
  flex: 0 0 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #f0f2f5;
  padding-right: 20px;
}

.depoimento-aspas {
  color: #ef4444;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 12px;
  font-family: Georgia, serif;
}

.depoimento-texto {
  font-size: 12px;
  line-height: 1.5;
  color: #334155;
  margin-bottom: 24px;
  flex: 1;
}

.depoimento-autor {
  display: flex;
  align-items: center;
  gap: 10px;
}

.depoimento-autor img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.autor-info {
  display: flex;
  flex-direction: column;
}

.autor-info strong {
  font-size: 12px;
  color: #0f172a;
  font-weight: 700;
}

.autor-info span {
  font-size: 10px;
  color: #64748b;
  line-height: 1.2;
}

@keyframes rolarDepoimentos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 12px));
  }
}

@media (max-width: 768px) {
  .secao-depoimentos {
    padding: 20px 0 20px 0 !important;
  }

  .depoimentos-header {
    margin-bottom: 20px !important;
  }

  .depoimentos-subtitulo {
    font-size: 11px !important;
    margin-bottom: 4px !important;
  }

  .depoimentos-titulo {
    font-size: 22px !important;
  }
}

/* ==========================================================================
   6. SEÇÃO: MURAL DE CURSOS E ÁREAS DE ATUAÇÃO
   ========================================================================== */
.secao-mural {
  padding: 60px 20px;
  background-color: #f8fafc;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.mural-header {
  text-align: center;
  margin-bottom: 40px;
}

.mural-titulo {
  font-size: 28px;
  font-weight: 800;
  color: #0b1120;
  letter-spacing: 0.5px;
  margin: 0 0 8px 0;
}

.mural-subtitulo {
  font-size: 13px;
  font-weight: 700;
  color: #8a94a6;
  letter-spacing: 1.5px;
  display: block;
  text-transform: uppercase;
}

.mural-container {
  max-width: 1300px;
  margin: 0 auto;
}

.mural-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.mural-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e2e8f0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mural-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.mural-card-header {
  background-color: #040e27;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.mural-card-icon {
  width: 24px;
  height: 24px;
  color: #ef4444;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.mural-card-icon svg {
  width: 100%;
  height: 100%;
}

.mural-card-header h3 {
  color: #ffffff;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1.2;
}

.mural-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.mural-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.mural-card-body li {
  position: relative;
  padding-left: 18px;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #334155;
  margin-bottom: 10px;
  line-height: 1.3;
}

.mural-card-body li::before {
  content: "•";
  color: #ef4444;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -1px;
}

.mural-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 12px 16px;
  background-color: #ef4444;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 8px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  margin-top: auto;
}

.mural-link:hover {
  background-color: #dc2626;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

@media (max-width: 1024px) {
  .mural-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .mural-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   7. SEÇÃO FORMULÁRIO DE CONTATO
   ========================================================================== */
.secao-formulario {
  background-color: #081533;
  padding: 70px 24px;
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  border-bottom: 1px solid #1e293b;
}

.formulario-container {
  max-width: 900px;
  margin: 0 auto;
}

.formulario-header {
  text-align: center;
  margin-bottom: 40px;
}

.formulario-header h2 {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
}

.formulario-header p {
  font-size: 15px;
  color: #94a3b8;
  margin: 0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 13px;
  font-weight: 600;
  color: #cbd5e1;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-group input,
.form-group select {
  background-color: #040e27;
  border: 1px solid #1e293b;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 14px;
  color: #ffffff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input::placeholder {
  color: #64748b;
}

.form-group select {
  color: #ffffff;
  cursor: pointer;
}

.form-group select option {
  background-color: #040e27;
  color: #ffffff;
}

.form-group input:focus,
.form-group select:focus {
  border-color: #00c853;
  box-shadow: 0 0 0 3px rgba(0, 200, 83, 0.15);
}

.form-submit {
  text-align: center;
}

.btn-enviar-form {
  background-color: #00c853;
  color: #ffffff;
  border: none;
  padding: 16px 40px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
  cursor: pointer;
  width: 100%;
  max-width: 320px;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-enviar-form:hover {
  background-color: #00a843;
}

.btn-enviar-form:active {
  transform: scale(0.98);
}

.campo-oculto {
  display: none !important;
}

@media (max-width: 640px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .secao-formulario {
    padding: 50px 20px;
  }
  .formulario-header h2 {
    font-size: 22px;
  }
  .btn-enviar-form {
    max-width: 100%;
  }
}

/* ==========================================================================
   8. RODAPÉ PRINCIPAL
   ========================================================================== */
.footer-site {
  background-color: #040e27;
  color: #94a3b8;
  padding: 60px 24px 30px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}

.footer-brand-col {
  padding-right: 20px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 16px;
}

.footer-logo img {
  height: 90px;
  width: auto;
  display: block;
}

.footer-descricao {
  color: #cbd5e1;
  max-width: 320px;
  margin-bottom: 20px;
}

.footer-info-contato p {
  margin: 4px 0;
  font-size: 13px;
  color: #94a3b8;
}

.footer-info-contato strong {
  color: #e2e8f0;
}

.footer-col h4 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 18px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 12px;
}

.footer-col a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: #ffffff;
}

.footer-divider {
  height: 1px;
  background-color: #1e293b;
  margin-bottom: 30px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #64748b;
}

.footer-copyright {
  color: #94a3b8;
}

.footer-politicas {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-politicas a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-politicas a:hover {
  color: #ffffff;
}

.footer-politicas .dot {
  color: #475569;
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .footer-site {
    padding: 40px 20px 20px 20px;
  }

  .footer-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
    margin-bottom: 30px;
  }

  .footer-brand-col {
    grid-column: span 3 !important;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .footer-col h4,
  .footer-grid h4 {
    font-size: 13px !important;
    margin-bottom: 8px !important;
  }

  .footer-col a,
  .footer-grid a {
    font-size: 11px !important;
  }

  .footer-descricao {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .footer-politicas {
    flex-wrap: wrap;
    justify-content: center;
  }
}