body {
  font-family: 'Roboto', Arial, sans-serif;
  margin: 0;
  background: #181a1b;
  color: #f5f5f5;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}
.bg-glow {
  position: fixed;
  top: -200px;
  left: 50%;
  width: 1200px;
  height: 900px;
  background: radial-gradient(circle at 50% 30%, #00eaff55 0%, #232a39 80%);
  z-index: 0;
  transform: translateX(-50%);
  filter: blur(80px) brightness(1.2);
  pointer-events: none;
}
.gamer-header {
  background: linear-gradient(90deg, #1f2326 60%, #2b1e3c 100%);
  padding: 3rem 1rem 2rem 1rem;
  text-align: center;
  box-shadow: 0 4px 24px #0006;
  position: relative;
  z-index: 1;
}
.logo-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
}
.logo-icon {
  font-size: 2.5rem;
  filter: drop-shadow(0 0 12px #00eaff);
}
.logo-text {
  font-family: 'Orbitron', 'Roboto', Arial, sans-serif;
  font-size: 2.3rem;
  color: #00eaff;
  letter-spacing: 2px;
  text-shadow: 0 0 12px #00eaff99;
  font-weight: 700;
}
.main-title {
  margin: 0 0 0.7rem 0;
  font-size: 2.2rem;
  color: #fff;
  font-family: 'Orbitron', 'Roboto', Arial, sans-serif;
  text-shadow: 0 0 24px #00eaff44, 0 2px 8px #0008;
  letter-spacing: 1px;
}
.slogan {
  margin: 0;
  color: #ffb300;
  font-size: 1.2rem;
  font-weight: 500;
  text-shadow: 0 0 12px #ffb30044;
}
.diferenciais.painel-glass {
  background: rgba(35, 39, 42, 0.7);
  border-radius: 18px;
  box-shadow: 0 4px 32px #00eaff33, 0 0 0 3px #00eaff22;
  border: 2px solid #00eaff44;
  margin: 2.5rem auto 1.5rem auto;
  max-width: 900px;
  text-align: center;
  padding: 2rem 1rem 1.5rem 1rem;
  backdrop-filter: blur(8px);
}
.diferenciais h2 {
  color: #00eaff;
  font-family: 'Orbitron', 'Roboto', Arial, sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
  text-shadow: 0 0 12px #00eaff99;
}
.diferenciais-lista {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
.diferencial {
  background: rgba(35, 39, 42, 0.85);
  border-radius: 12px;
  padding: 1.2rem 1rem;
  min-width: 200px;
  box-shadow: 0 2px 12px #00eaff22;
  border: 2px solid #00eaff44;
  margin-bottom: 1rem;
  transition: box-shadow 0.2s, border 0.2s;
}
.diferencial:hover {
  box-shadow: 0 0 24px #00eaff99;
  border: 2px solid #ffb300;
}
.dif-icon {
  font-size: 2.1rem;
  display: block;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 0 8px #00eaff);
}
.gamer-sep {
  border: none;
  height: 3px;
  background: linear-gradient(90deg, #00eaff 0%, #ffb300 100%);
  margin: 2.5rem auto 2rem auto;
  width: 80%;
  border-radius: 2px;
  box-shadow: 0 0 18px #00eaff55;
}
main {
  padding: 1rem;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.produtos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  justify-content: center;
}
.card-glass {
  background: rgba(35, 39, 42, 0.85);
  border-radius: 18px;
  box-shadow: 0 4px 32px #00eaff33, 0 0 0 3px #00eaff22;
  border: 2px solid #00eaff99;
  backdrop-filter: blur(8px);
  padding: 2.2rem 1.3rem 1.3rem 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  transition: box-shadow 0.2s, border 0.2s;
}
.card-glass:hover {
  box-shadow: 0 0 32px #00eaffcc, 0 2px 16px #ffb30044;
  border: 2px solid #ffb300;
}
.prod-icon {
  font-size: 2.2rem;
  margin-bottom: 0.7rem;
  filter: drop-shadow(0 0 12px #00eaff);
}
.produto h2 {
  margin-top: 0;
  color: #ffb300;
  font-size: 1.25rem;
  font-family: 'Orbitron', 'Roboto', Arial, sans-serif;
  text-shadow: 0 0 12px #ffb30044;
}
.produto p {
  flex: 1;
  color: #e0e0e0;
}
.btn-glow {
  margin-top: 1.2rem;
  background: linear-gradient(90deg, #00eaff 0%, #ffb300 100%);
  color: #181a1b;
  padding: 1rem 2.2rem;
  border: none;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  box-shadow: 0 0 24px #00eaff99, 0 0 8px #ffb30055;
  transition: background 0.2s, box-shadow 0.2s, color 0.2s, transform 0.2s;
  outline: none;
  cursor: pointer;
  letter-spacing: 1px;
  text-shadow: 0 0 8px #fff8;
}
.btn-glow:hover, .btn-glow:focus {
  background: linear-gradient(90deg, #ffb300 0%, #00eaff 100%);
  color: #23272a;
  box-shadow: 0 0 48px #ffb300cc, 0 0 24px #00eaff99;
  transform: scale(1.04);
}
footer {
  text-align: center;
  padding: 1.5rem;
  background: #1f2326;
  color: #bdbdbd;
  font-size: 1.05rem;
  margin-top: 3rem;
  letter-spacing: 1px;
  border-top: 2px solid #00eaff33;
  z-index: 2;
  position: relative;
}
@media (max-width: 900px) {
  .produtos {
    grid-template-columns: 1fr;
  }
  .diferenciais-lista {
    flex-direction: column;
    gap: 1.2rem;
  }
}
@media (max-width: 600px) {
  .gamer-header {
    padding: 2rem 0.5rem 1.2rem 0.5rem;
  }
  .main-title {
    font-size: 1.2rem;
  }
  .logo-text {
    font-size: 1.3rem;
  }
  main {
    padding: 0.5rem;
  }
  .card-glass {
    padding: 1.1rem 0.7rem 0.7rem 0.7rem;
  }
} 