

.video-desktop,
.video-mobile {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}

.video-desktop video,
.video-mobile video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Apenas Desktop */
.video-desktop {
  display: block;
}

.video-mobile {
  display: none;
}

@media (max-width: 768px) {
  .video-desktop {
    display: none;
  }

  .video-mobile {
    display: block;
  }
}


@media (max-width: 768px) {
  .hero {
    height: auto;
    padding: 20px 10px;
    flex-direction: column;
    text-align: center;
  }

  .hero img {
    width: 150px;
  }

  .banner-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .logo-text {
    width: 100%;
    margin: 10px auto;
  }

  .news-section,
  .news-item {
    width: 90%;
    margin: 0 auto;
  }

  .desktop-menu {
    display: none;
  }

  .mobile-menu-icon {
    display: block;
    font-size: 2rem;
    cursor: pointer;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    background-color: #000;
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    z-index: 1000;
  }

  .mobile-menu a {
    padding: 15px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #444;
  }

  .menu-login-carrinho {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-top: 10px;
  }

  .icon-login, .icone-carrinho {
    width: 30px;
    height: auto;
  }

  video {
    width: 100%;
    height: auto;
  }
}


  /* Ajustar logo do banner para não quebrar no mobile */
  .hero-logo img {
    max-width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  /* Corrigir barra de texto rolando (seguidores) */
  .follow p {
    padding-right: 0;
    animation: scroll-left 20s linear infinite;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Centralizar e limitar largura de NEWS */
  .news-section {
    text-align: center;
  }

  .news-item {
    margin-bottom: 20px;
    border-radius: 10px;
  }

  .menu-login-carrinho {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px 0;
  }

  .menu-login-carrinho a {
    display: flex;
    align-items: center;
  }

  .menu-login-carrinho img,
  .menu-login-carrinho .icone-carrinho {
    width: 32px;
    height: 32px;
  }


  /* Ajuste definitivo do tamanho da logo sobre o vídeo no mobile */
  .hero-logo img {
    width: 150px !important;
    max-width: 80%;
    margin: 10px auto;
    display: block;
  }

  /* Corrigir texto da faixa de seguidores rolante */
  .follow {
    overflow-x: hidden;
  }

  .follow p {
    padding-left: 100%;
    animation: scroll-left 25s linear infinite;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    font-size: 1rem;
  }

  @keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(100%);; }
  }

.menu-container-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.logo-mobile {
  width: 120px;
  height: auto;
}

.video-banner video {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}


/* Esconde menu desktop no mobile */
@media (max-width: 768px) {
  .desktop-menu {
    display: none !important;
  }

  .menu-topo-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #000;
  }

  .logo-mobile {
    width: 80px;
    height: auto;
  }

  .mobile-menu-icon {
    font-size: 2rem;
    cursor: pointer;
    color: white;
  }

  .hero-logo img {
    display: none !important; /* Oculta logo gigante no topo */
  }
}


/* Padrão desktop */
.desktop-menu {
  display: flex;
}

/* Menu mobile visível apenas em telas menores */
.menu-topo-mobile,
.mobile-menu {
  display: none;
}

/* Ícones adicionais no topo mobile */
.mobile-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-mobile {
  font-size: 1.4rem;
  color: white;
  text-decoration: none;
}

@media (max-width: 768px) {
  /* Esconde menu desktop */
  .desktop-menu {
    display: none !important;
  }

  /* Mostra menu e topo mobile */
  .menu-topo-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #000;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    background-color: #000;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    z-index: 1000;
  }

  .mobile-menu a {
    padding: 15px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #444;
  }

  .logo-mobile {
    width: 80px;
    height: auto;
  }

  .mobile-menu-icon {
    font-size: 2.5rem;
    cursor: pointer;
    color: white;
  margin-right: 2vh;
  }

  /* Somente no mobile: vídeo em proporção vertical */
  .video-banner video {
    width: 100%;
    height: auto;
    aspect-ratio: 9/16;
    object-fit: cover;
    display: block;
    margin: 0 auto;
  }
}


.hero-container h1 {
  font-size: 2.2rem;
  opacity: 0.9;
}

.hero-container .acesso-loja {
  margin-top: 40px;
  font-size: 1rem;
  padding: 10px 20px;
  opacity: 0.85;
  border: none;
  border-radius: 25px;
  background: linear-gradient(90deg, #00f, #a0f);
  color: white;
  cursor: pointer;
}

@media (max-width: 768px) {
  .hero-container h1 {
    font-size: 1.5rem;
    opacity: 0.85;
  }

  .hero-container .acesso-loja {
    margin-top: 60px;
    font-size: 0.95rem;
    opacity: 0.8;
  }

  .mobile-menu a.icon {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}


/* Estilo padrão para desktop */
.video-banner video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* Apenas no mobile a proporção será 9:16 */
@media (max-width: 768px) {
  .menu-topo-mobile {
    display: flex;
  }

  .desktop-menu {
    display: none !important;
  }

  .video-banner video {
    aspect-ratio: 9/16;
  }
}

/* Para telas maiores, esconde o topo mobile */
@media (min-width: 769px) {
  .menu-topo-mobile,
  .mobile-menu {
    display: none !important;
  }

  .desktop-menu {
    display: flex !important;
  }
}


/* Garantir que nada ultrapasse a largura no mobile */
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

.container,
.menu-topo-mobile,
.mobile-menu,
.hero,
.video-banner {
  max-width: 100vw;
  box-sizing: border-box;
}


/* Correções Gerais */
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

.container,
.menu-topo-mobile,
.mobile-menu,
.hero,
.video-banner {
  max-width: 100vw;
  box-sizing: border-box;
}

/* Estilo padrão para desktop */
.video-banner video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* Apenas no mobile a proporção será vertical */
@media (max-width: 768px) {
  .menu-topo-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    background-color: #000;
    position: fixed;
  }

  .logo-mobile {
    width: 80px;
    height: auto;
  }

  .desktop-menu {
    display: none !important;
  }

  .video-banner video {
    aspect-ratio: 9/16;
  }
}

/* Esconder menu mobile no desktop */
@media (min-width: 769px) {
  .menu-topo-mobile,
  .mobile-menu {
    display: none !important;
  }

  .desktop-menu {
    display: flex !important;
  }
}


@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}


/* Teste - Menu sempre visível */
.mobile-menu {
  align-items: right;
  top: 0;
  right: 0;
  width: 60%;
  max-width: 220px;
  height: 100%;
  background-color: #111;
  color: #fff;
  z-index: 1000;
  padding: 5px 0;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.3);
  transform: translateX(0%);
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.mobile-menu a {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 10px 14px;
  border-bottom: 1px solid #333;
  margin: 0;
}


.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid #444;
  background-color: #111;
}

.menu-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.menu-close {
  font-size: 1.5rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}




.follow {
  width: 100%;
  margin-top: -24vh;
  background: ##0a0a0a;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.follow p {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  padding-left: 100%;  animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}


/* Controle dos vídeos */
.video-desktop, .video-mobile {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-desktop video,
.video-mobile video {
  width: 100%;
  height: 76vh;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}

.video-desktop { display: block; }
.video-mobile { display: none; }

@media (max-width: 768px) {
  .video-desktop { display: none; }
  .video-mobile { display: block; }
}

/* Menu mobile visível apenas em telas pequenas */
@media (min-width: 769px) {
  .menu-topo-mobile,
  .mobile-menu {
    display: none !important;
  }
}

.video-wrapper {
  width: 100%;
  overflow: hidden;
  margin-top: 60px; /* espaço abaixo do menu fixo */
}

.video-banner {
  width: 100%;
  height: auto;
  display: block;
}

/* Ajustes exclusivos para versão mobile do footer */
@media (max-width: 768px) {
  .footer-sobre {
    display: none !important;
  }
  .footer-contato p:nth-child(3) {
    display: none !important;
  }
  .footer-contato::after {
    content: "Email: contato@valhallateam.com";
    color: white;
    display: block;
    margin-top: 6px;
    font-size: 19px;
  }
}

/* Elementos sobre o vídeo mobile */
@media (max-width: 768px) {
  .mobile-video-overlay {
    position: absolute;
    bottom: 31%;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 23px;
    font-weight: bold;
    text-shadow: 1px 1px 4px black;
    z-index: 10;
  }

  .botao-loja-mobile {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 18px;
    background: linear-gradient(to right,#00f0ff, #7f00ff);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
  }
  .botao-loja-mobile:hover {
background: linear-gradient(90deg, #7f00ff, #00f0ff);
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(127, 0, 255, 0.7);
}

  video {
    position: relative;
  }
}
