:root {
  --lime: #c4ff00;
  --black: #000000;
  --white: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background: var(--black);
  color: var(--white);
  line-height: 1.6;
}

/* Hero Section */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9));
  position: relative;
}

/* Ajuste do título principal */
.hero h1 {
  font-size: 2.8rem; /* Reduzido de 4rem */
  font-weight: 800;
  color: #00ff19;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.hero h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #00ff19;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Produtos Grid */
:root {
  --neon: #00ff19;
--black: #000000;
--white: #ffffff;
}

.produtos-comparacao {
padding: 5rem 2rem;
background: rgba(196, 255, 0, 0.02);
}

/* Texto do Hero */
.hero-content h2 {
  font-size: 2.8rem;
  color: #00ff19;
  text-align: center;
  margin-bottom: 2rem;
  text-shadow: 0 0 5px rgba(0, 255, 25, 0.5),
               0 0 10px rgba(0, 255, 25, 0.3),
               0 0 15px rgba(0, 255, 25, 0.2);
}

/* Texto da seção de produtos */
.section-title {
  text-align: center;
  color: #00ff19;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: 0 0 5px rgba(0, 255, 25, 0.5),
               0 0 10px rgba(0, 255, 25, 0.3),
               0 0 15px rgba(0, 255, 25, 0.2);
}
.produtos-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
max-width: 1400px;
margin: 0 auto;
}
.produto-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Efeitos de sombra para cards de produto */
.produto-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px #00ff19, 0 0 40px #00ff19, 0 0 60px #00ff19;
}

/* Efeito de sombra para o card em destaque */
.produto-card.destaque {
  background: rgba(0, 255, 25, 0.1);
  box-shadow: 0 0 20px #00ff19, 0 0 40px #00ff19, 0 0 60px #00ff19;
}
.produto-card.destaque::before {
  content: "Mais Popular";
  position: absolute;
  top: -15px;
  right: -15px;
  background: #00ff19;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
/* Elementos dos Produtos */
.produto-card img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

@media (max-width: 1200px) {
  .produto-card img {
      max-height: 200px;
  }
}

@media (max-width: 768px) {
  .produto-card img {
      max-height: 180px;
  }
}

@media (max-width: 480px) {
  .produto-card img {
      max-height: 160px;
  }
}

.produto-header h3 {
  color: #00ff19;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.produto-features {
  flex-grow: 1;
}

.produto-features p {
  color: var(--white);
  margin: 0.8rem 0;
  font-size: 0.95rem;
}

.produto-preco {
  margin: 1.5rem 0;
  text-align: center;
}

.preco-valor {
  font-size: 2.5rem;
  color: #00ff19;
  font-weight: 800;
  display: block;
}

.preco-parcelado {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

/* Botões */
.btn-comprar {
  background: #00ff19;
  color: var(--black);
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-align: center;
  display: block;
}
/* Efeito de sombra para botões */
.btn-comprar:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px #00ff19, 0 0 30px #00ff19, 0 0 45px #00ff19;
}

.btn-saiba-mais {
  background: transparent;
  color: #00ff19;
  border: 2px solid #00ff19;
  text-decoration: none;
  padding: 0.7rem 2rem;
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-align: center;
  display: block;
  margin-top: 0.7rem;
  box-shadow: 0 0 8px #00ff1933, 0 0 0px #00ff19;
}
.btn-saiba-mais:hover {
  background: #00ff19;
  color: #000;
  box-shadow: 0 0 15px #00ff19, 0 0 30px #00ff19, 0 0 45px #00ff19;
  transform: scale(1.05);
}

/* Seção de Contatos */
.contatos {
  padding: 3rem 0;
  background: rgba(255, 255, 255, 0.02);
}

.contatos-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.contato-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--white);
  padding: 1rem 2rem;
  border-radius: 10px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
}

/* Efeito de sombra para itens de contato */
.contato-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px #00ff19, 0 0 30px #00ff19, 0 0 45px #00ff19;
}

.contato-item img {
  width: 24px;
  height: 24px;
}

/* Efeito de sombra para elementos destacados */
.destaque::before {
  box-shadow: 0 0 10px #00ff19, 0 0 20px #00ff19, 0 0 30px #00ff19;
}

/* Animações */
.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* Responsividade */
@media (max-width: 1200px) {
  .produtos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .hero h2 {
    font-size: 1.5rem;
  }

  .produtos-grid {
    grid-template-columns: 1fr;
  }

  .produto-card.destaque {
    transform: scale(1);
  }

  .contatos-container {
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
  }

  .contato-item {
    width: 100%;
    justify-content: center;
  }
}

.site-header {
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 255, 25, 0.2);
}

.header-container {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.site-logo {
  width: 120px;
  height: auto;
}

.site-header h1 {
  font-size: 1.8rem;
  color: #00ff19;
  font-weight: 600;
  letter-spacing: 1px;
}

.hero {
  padding-top: 4rem;
}

.hero-content h2 {
  font-size: 2.8rem;
  color: #00ff19;
  text-align: center;
  margin-bottom: 2rem;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;


  transform: translateY(0);
}
}
.cronometro {
  text-align: center;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 400px;
  background: rgba(0, 255, 25, 0.05);
  border-radius: 15px;

  box-shadow: 0 0 8px #00ff19,
              0 0 15px #00ff19,
              0 0 25px #00ff19;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-10px);
  }
  100% {
      transform: translateY(0);
  }
}
.cronometro h3 {
  color: #00ff19;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.3);
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 255, 25, 0.3);
}

.time-block {
  position: relative;
  min-width: 80px;
  padding: 1rem;
  background: rgba(0, 255, 25, 0.1);
  border-radius: 6px;
}

.time-block span {
  font-size: 2.5rem;
  font-weight: 800;
  color: #00ff19;
  text-shadow: 0 0 10px rgba(0, 255, 25, 0.5);
  animation: pulseNumber 1s infinite;
}

.time-block label {
  color: #ffffff;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.time-separator {
  font-size: 2.5rem;
  font-weight: 800;
  color: #00ff19;
  animation: blinkSeparator 1s infinite;
}

@keyframes pulseNumber {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes blinkSeparator {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.selos-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 3rem auto;
  max-width: 800px;
  padding: 0 1rem;
}

/* Animação e ajustes dos selos */
.selo {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(0, 255, 25, 0.05);
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 0 8px #00ff19, 0 0 15px #00ff19, 0 0 25px #00ff19;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.selo:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px #00ff19, 0 0 30px #00ff19, 0 0 45px #00ff19;
}

.selo img {
  width: 48px; /* Tamanho ideal para selos */
  height: 48px;
  object-fit: contain;
}

.selo-texto h4 {
  color: #00ff19;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.selo-texto p {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .selos-container {
    flex-direction: column;
  }

  .selo {
    width: 100%;
  }
}

.footer {
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.8);
    border-top: 1px solid rgba(0, 255, 25, 0.1);
    margin-top: 4rem;
}

.footer-content {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.highlight {
    color: #00ff19;
    text-shadow: 0 0 5px rgba(0, 255, 25, 0.3),
                 0 0 10px rgba(0, 255, 25, 0.2);
    font-weight: 600;
}

/* Centralizador principal */
.container-site {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 1300px) {
  .container-site { max-width: 98vw; }
}

/* Grid responsivo dos produtos */
.produtos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  margin: 2rem 0;
}
@media (max-width: 1024px) {
  .produtos-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .produtos-grid { grid-template-columns: 1fr; }
}

/* Aviso neon centralizado */
.aviso-neon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: rgba(0,0,0,0.85);
  border-left: 6px solid #22ff00;
  box-shadow: 0 0 16px 2px #22ff00;
  border-radius: 1rem;
  padding: 1.2rem 2rem;
  max-width: 600px;
  margin: 2rem auto 1.5rem auto;
}
.aviso-icone {
  color: #22ff00;
  font-size: 2.2rem;
  animation: pulse 1.5s infinite;
}
.aviso-titulo {
  color: #22ff00;
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
  display: block;
}
.aviso-descricao {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}
.aviso-destaque {
  color: #22ff00;
  font-weight: 700;
}
.aviso-sub {
  display: block;
  margin-top: 0.2rem;
}
.aviso-compat {
  display: block;
  color: #aaffaa;
  font-size: 0.95rem;
  margin-top: 0.5rem;
}
@media (max-width: 600px) {
  .aviso-neon {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1rem;
    max-width: 98vw;
  }
  .aviso-icone {
    font-size: 1.6rem;
  }
  .aviso-titulo {
    font-size: 1rem;
  }
  .aviso-descricao {
    font-size: 0.95rem;
  }
}

.scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0 0 0;
  animation: fadeInDown 1s;
}
.scroll-text {
  color: #00ff19;
  font-size: 1rem;
  margin-bottom: 0.3rem;
  letter-spacing: 1px;
  text-shadow: 0 0 8px #00ff19;
}
.scroll-arrow {
  color: #00ff19;
  font-size: 2.2rem;
  animation: bounce 1.5s infinite;
  text-shadow: 0 0 8px #00ff19;
}
@keyframes bounce {
  0%, 100% { transform: translateY(0);}
  50% { transform: translateY(12px);}
}
