/* ======== FIX HEADER RESTORE - SWAPACRYPTO ======== */

/* Força o header a aparecer no topo fixo */
#main-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 80px !important;
  z-index: 9999 !important;
  background: rgba(0, 0, 0, 0.9) !important;
  border-bottom: 1px solid rgba(255, 215, 0, 0.25) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 5% !important;
  box-sizing: border-box !important;
}

/* Estrutura interna */
.header-container {
  width: 100%;
  max-width: 1300px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* LOGO + texto */
.logo-area {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.logo-area .logo {
  height: 48px !important;
  width: auto !important;
}

.site-title {
  font-size: 20px !important;
  color: #FFD700 !important;
  font-weight: bold !important;
}

.site-title .highlight {
  color: white !important;
}

/* MENU */
.navbar .nav-list {
  display: flex !important;
  gap: 25px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.navbar .nav-list li a {
  color: #FFD700 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  transition: color 0.3s ease !important;
}

.navbar .nav-list li a:hover {
  color: white !important;
}

/* BANDEIRA + TRADUTOR */
.lang-tools {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.lang-tools .flag {
  width: 28px !important;
  height: 20px !important;
  border-radius: 3px !important;
}

#google_translate_element {
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: 4px !important;
  padding: 2px 4px !important;
}

/* Empurra o conteúdo para baixo */
body {
  margin-top: 90px !important;
}

/* === CORREÇÃO URGENTE HEADER E TOPO === */
#main-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: linear-gradient(180deg, #000, #111) !important;
  padding: 10px 40px !important;
  z-index: 9999 !important;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5) !important;
}

#main-header .logo-area img {
  height: 50px !important;
  width: auto !important;
}

#main-header .nav-list {
  display: flex !important;
  gap: 25px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#main-header .nav-list a {
  color: #f5c66a !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}

#main-header .lang-tools {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

#main-header .flag {
  width: 28px !important;
  height: auto !important;
}

body {
  margin-top: 130px !important;
}

/* ======= AJUSTE FINAL FORÇADO ======= */
#main-header, 
.header, 
.nav-header, 
.navbar, 
.nav {
  all: unset !important;
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background: linear-gradient(180deg, #000, #111) !important;
  z-index: 9999 !important;
  text-align: center !important;
  padding: 10px 0 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.7) !important;
}

.logo-area, 
.nav-list, 
.lang-tools {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
}

.nav-list a {
  color: #f5c66a !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  font-size: 16px !important;
}

.nav-list a:hover {
  color: #fff !important;
}

.lang-tools img.flag {
  width: 26px !important;
  height: auto !important;
}

body {
  margin-top: 120px !important;
  overflow-x: hidden !important;
}

/* ===== AJUSTE DO VÍDEO DO GLOBO ===== */

/* Container do vídeo */
.swapa-hero-globe {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Tamanho do vídeo */
.swapa-hero-globe video {
  max-width: 720px;     /* largura máxima do globo (pode ajustar) */
  width: 100%;          /* responsivo */
  height: auto;
  display: block;
  border-radius: 199px; /* deixa com bordas suaves */
}

/* Em telas menores, deixa ainda menor pra não ocupar tudo */
@media (max-width: 768px) {
  .swapa-hero-globe video {
    max-width: 120px;
  }
}

/* ===== BLOCO INOVAÇÃO E LIBERDADE – AJUSTE ===== */

.swapa-innovation {
  position: relative;
  background: #000;
  min-height: 520px;        /* altura mínima do bloco */
  overflow: hidden;
}

/* vídeo ocupa todo o fundo do bloco */
.swapa-innovation-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

/* conteúdo por cima do vídeo, centralizado na vertical */
.swapa-innovation-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
}

.swapa-innovation-left {
  max-width: 520px;
  color: #f5d676;
}

.swapa-innovation-title {
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 35px 0;
  text-shadow: 0 0 12px #000;
}

/* CARDS */

.swapa-card {
  background: linear-gradient(180deg, #171429 0%, #251f4b 100%);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 26px 28px;
  margin-bottom: 18px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(12px);
}

.swapa-card-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.swapa-card-tag {
  font-size: 13px;
  letter-spacing: 0.12em;
  opacity: 0.7;
}

.swapa-card-title {
  font-size: 22px;
  font-weight: 700;
}

.swapa-card-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

/* TEXTO EMBAIXO */

.swapa-innovation-text {
  margin-top: 26px;
  font-size: 16px;
  line-height: 1.6;
  text-shadow: 0 0 10px #000;
}

/* RESPONSIVO */

@media (max-width: 900px) {
  .swapa-innovation {
    padding: 60px 0;
  }

  .swapa-innovation-title {
    text-align: center;
  }

  .swapa-innovation-left {
    max-width: 100%;
  }
}

/* ===== BLOCO INOVAÇÃO & LIBERDADE ===== */

.swapa-innovation {
  position: relative;
  overflow: hidden;
  padding: 0 0 70px 0;   /* espaço embaixo pro texto */
  color: #F5D676;
  font-family: inherit;
}

/* vídeo ocupa todo o fundo */
.swapa-innovation-video {
  position: relative;
  width: 100%;
  height: 460px;          /* ALTURA DO BLOCO – ajuste se quiser maior/menor */
}

.swapa-innovation-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* preenche o espaço todo */
  display: block;
}

/* overlay do conteúdo (texto + cards) */
.swapa-innovation-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;          /* MESMO valor do .swapa-innovation-video */
  display: flex;
  align-items: center;
  pointer-events: none;   /* não atrapalha clique no vídeo, se tiver */
}

/* coluna da esquerda: título + cards */
.swapa-innovation-left {
  max-width: 520px;
  margin-left: 8%;        /* === MEXA AQUI para trazer mais pra direita/esquerda === */
  pointer-events: auto;
}

.swapa-innovation-title {
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 26px 0;
  text-align: left;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.7);
}

/* cards */
.swapa-innovation-card {
  position: relative;
  margin-bottom: 18px;
  padding: 20px 26px;
  border-radius: 22px;
  background: linear-gradient(180deg, #3a2b79 0%, #151528 100%);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* aumenta/diminui o tamanho dos cards aqui */
.swapa-innovation-card .swapa-card-text {
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}

/* ícone / GIF à direita */
.swapa-card-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;  /* mantém o GIF sem distorcer */
}

/* texto embaixo (tokens) */
.swapa-innovation-bottom {
  max-width: 900px;
  margin: 22px auto 0 auto;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;      /* se quiser mais à direita: troque para right */
  /* para puxar um pouco pra direita, descomente a linha abaixo:
     margin-right: 8%;
  */
  color: #F5D676;
}

/* RESPONSIVO – telas menores */
@media (max-width: 900px) {
  .swapa-innovation-video,
  .swapa-innovation-overlay {
    height: 520px;
  }

  .swapa-innovation-left {
    margin-left: 5%;
    margin-right: 5%;
  }

  .swapa-innovation-title {
    font-size: 32px;
  }

  .swapa-innovation-card .swapa-card-text {
    font-size: 18px;
  }

  .swapa-card-icon img {
    width: 52px;
    height: 52px;
  }
}

/* ===== BLOCO INOVAÇÃO & LIBERDADE ===== */

.swapa-innovation {
  position: relative;
  overflow: hidden;
  padding: 0 0 70px 0;   /* espaço embaixo pro texto */
  color: #F5D676;
  font-family: inherit;
}

/* vídeo ocupa todo o fundo */
.swapa-innovation-video {
  position: relative;
  width: 100%;
  height: 460px;          /* ALTURA DO BLOCO – ajuste se quiser maior/menor */
}

.swapa-innovation-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* preenche o espaço todo */
  display: block;
}

/* overlay do conteúdo (texto + cards) */
.swapa-innovation-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;          /* MESMO valor do .swapa-innovation-video */
  display: flex;
  align-items: center;
  pointer-events: none;   /* não atrapalha clique no vídeo, se tiver */
}

/* coluna da esquerda: título + cards */
.swapa-innovation-left {
  max-width: 520px;
  margin-left: 8%;        /* === MEXA AQUI para trazer mais pra direita/esquerda === */
  pointer-events: auto;
}

.swapa-innovation-title {
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 26px 0;
  text-align: left;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.7);
}

/* cards */
.swapa-innovation-card {
  position: relative;
  margin-bottom: 18px;
  padding: 20px 26px;
  border-radius: 22px;
  background: linear-gradient(180deg, #3a2b79 0%, #151528 100%);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* aumenta/diminui o tamanho dos cards aqui */
.swapa-innovation-card .swapa-card-text {
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}

/* ícone / GIF à direita */
.swapa-card-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;  /* mantém o GIF sem distorcer */
}

/* texto embaixo (tokens) */
.swapa-innovation-bottom {
  max-width: 900px;
  margin: 72px auto 0 auto;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;      /* se quiser mais à direita: troque para right */
  /* para puxar um pouco pra direita, descomente a linha abaixo:
     margin-right: 8%;
  */
  color: #F5D676;
}

/* RESPONSIVO – telas menores */
@media (max-width: 900px) {
  .swapa-innovation-video,
  .swapa-innovation-overlay {
    height: 620px;
  }

  .swapa-innovation-left {
    margin-left: 95%;
    margin-right: 95%;
  }

  .swapa-innovation-title {
    font-size: 132px;
  }

  .swapa-innovation-card .swapa-card-text {
    font-size: 18px;
  }

  .swapa-card-icon img {
    width: 52px;
    height: 52px;
  }
}

/* 
...todo o CSS novo que eu te mandei agora há pouco...
*/

