* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
  color: #e0e6ed;
  line-height: 1.7;
}

.topo-5hbet {
  background: linear-gradient(180deg, #0d1428 0%, #1a2540 100%);
  border-bottom: 2px solid #00ff88;
  padding: 1.5rem 0;
}

.container-topo {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo-5hbet {
  height: 60px;
  width: auto;
}

.menu-principal {
  display: flex;
  list-style: none;
  gap: 2.5rem;
  align-items: center;
}

.menu-principal a {
  color: #e0e6ed;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.05rem;
  transition: all 0.3s;
  position: relative;
}

.menu-principal a:hover {
  color: #00ff88;
  text-shadow: 0 0 10px #00ff88;
}

.menu-principal a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #00ff88, #00d4ff);
  transition: width 0.3s;
}

.menu-principal a:hover::after {
  width: 100%;
}

.btn-jogar-5hbet {
  background: linear-gradient(135deg, #00ff88 0%, #00d4ff 100%);
  color: #0a0e27;
  padding: 0.9rem 2.2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 4px 20px rgba(0, 255, 136, 0.4);
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}

.btn-jogar-5hbet:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 30px rgba(0, 255, 136, 0.6);
}

.hero-5hbet {
  background: linear-gradient(135deg, #1a2540 0%, #0d1428 100%);
  padding: 5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-5hbet::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(0, 255, 136, 0.1), transparent 70%);
  pointer-events: none;
}

.conteudo-hero {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.titulo-hero {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #00ff88 0%, #00d4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px rgba(0, 255, 136, 0.3);
}

.subtitulo-hero {
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  color: #b8c5d6;
}

.secao-jogos {
  padding: 5rem 2rem;
  background: #0a0e27;
}

.container-secao {
  max-width: 1400px;
  margin: 0 auto;
}

.titulo-secao {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #00ff88;
  font-weight: 800;
}

.grade-jogos-5hbet {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.card-jogo-5hbet {
  background: linear-gradient(135deg, #1a2540 0%, #0d1428 100%);
  border-radius: 15px;
  overflow: hidden;
  width: calc(33.333% - 1.5rem);
  min-width: 300px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: all 0.4s;
  border: 1px solid rgba(0, 255, 136, 0.2);
}

.card-jogo-5hbet:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 40px rgba(0, 255, 136, 0.3);
  border-color: #00ff88;
}

.imagem-jogo {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.info-jogo {
  padding: 1.8rem;
}

.titulo-jogo {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #00d4ff;
  font-weight: 700;
}

.descricao-jogo {
  color: #b8c5d6;
  font-size: 1rem;
  line-height: 1.6;
}

.secao-conteudo {
  padding: 4rem 2rem;
  background: #0d1428;
}

.bloco-texto {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(26, 37, 64, 0.5);
  padding: 3rem;
  border-radius: 15px;
  border: 1px solid rgba(0, 255, 136, 0.15);
}

.bloco-texto h2 {
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
  color: #00ff88;
  font-weight: 800;
}

.bloco-texto h3 {
  font-size: 1.8rem;
  margin: 2rem 0 1rem;
  color: #00d4ff;
  font-weight: 700;
}

.bloco-texto p {
  margin-bottom: 1.3rem;
  font-size: 1.05rem;
  color: #d0dae6;
}

.bloco-texto ul {
  margin: 1.5rem 0 1.5rem 2rem;
  color: #d0dae6;
}

.bloco-texto li {
  margin-bottom: 0.8rem;
  line-height: 1.7;
}

.bloco-texto strong {
  color: #00ff88;
  font-weight: 700;
}

.grade-avaliacoes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.card-avaliacao {
  background: linear-gradient(135deg, #1a2540 0%, #0d1428 100%);
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid rgba(0, 212, 255, 0.2);
  transition: all 0.3s;
}

.card-avaliacao:hover {
  border-color: #00d4ff;
  box-shadow: 0 8px 25px rgba(0, 212, 255, 0.2);
}

.cabecalho-avaliacao {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.nome-avaliador {
  font-weight: 700;
  color: #00ff88;
  font-size: 1.1rem;
}

.estrelas {
  color: #ffd700;
  font-size: 1.2rem;
}

.texto-avaliacao {
  color: #d0dae6;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.info-avaliacao {
  color: #7a8a9e;
  font-size: 0.9rem;
}

.lista-faq {
  margin-top: 2rem;
}

.item-faq {
  background: rgba(26, 37, 64, 0.3);
  padding: 1.5rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  border-left: 4px solid #00ff88;
}

.pergunta-faq {
  font-weight: 700;
  color: #00d4ff;
  margin-bottom: 0.8rem;
  font-size: 1.15rem;
}

.resposta-faq {
  color: #d0dae6;
  line-height: 1.7;
}

.rodape-5hbet {
  background: linear-gradient(180deg, #0d1428 0%, #060a18 100%);
  padding: 3rem 2rem 2rem;
  border-top: 2px solid #00ff88;
}

.conteudo-rodape {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.menu-rodape {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.menu-rodape a {
  color: #b8c5d6;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s;
}

.menu-rodape a:hover {
  color: #00ff88;
}

.info-rodape {
  color: #7a8a9e;
  font-size: 0.9rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .titulo-hero {
    font-size: 2.2rem;
  }
  
  .card-jogo-5hbet {
    width: 100%;
  }
  
  .menu-principal {
    gap: 1rem;
    font-size: 0.9rem;
  }
  
  .bloco-texto {
    padding: 2rem;
  }
}
