body {
 
    margin: 0;
   
    font-family: "DM Sans", sans-serif;
  }

  body {
  background-color: #000; /* deixa o fundo preto no site todo */
}


  html {
  scroll-behavior: smooth;
}


  .home {

    background-color: black;
   
    padding-top: 6.25rem; /* era 100 px alterei para 6.25 rem, verificar a questão da flexibilidade */
    padding-left: 100px;
    padding-right: 100px;


    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    gap: 200px;


  }


  .home h1, h3 {
    color: aliceblue;
  }


  .home h1 {
    padding-top: 2rem;
    margin-top: 0;
    font-size: 30px;
  }


  .home h3 {
    font-size: 20px;
  }


  .destaque {
    color: rgb(69, 160, 73);
  }


  .start img {
    width: 400px;
    height: auto;
  }
.bloco {
  display: block;
  align-items: center;
  justify-content: center;
} 
.aprovacao {
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #222;
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 15px;
  margin: 0 auto 0px auto; /* centraliza horizontal */
  max-width: 280px; /* largura máxima, menor que o botão verde */
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.aprovacao:hover {
  background-color: #ff4500; 
  box-shadow: 0 6px 15px rgba(0,0,0,0.6);
  transform: translateY(-2px);
}

.aprovacao .icone {
  margin-right: 8px;
  color: #ff5722;
  font-size: 18px;
}

.bloco2 {
  position: relative; 
  display: inline-block; /* pra ocupar só o necessário */
} 
.preço {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222;
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 15px;
  margin: 0 auto 0px auto; /* centraliza horizontal */
  max-width: 280px; /* largura máxima, menor que o botão verde */
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}
.preço .detalhe {
    display: block; /* força a quebra */
    width: 100%; /* garante que ocupe toda a largura */
    font-size: 14px;
    color: #ffcc00;
    margin-top: 5px;
}

.preço:hover {
  background-color: #45a049;
  box-shadow: 0 6px 15px rgba(0,0,0,0.6);
  transform: translateY(-2px);
}

.preço .icone {
  margin-right: 8px;
  color: #45a049;
  font-size: 18px;
}

  /*Butão*/

  /* Centralizar o botão */
.btn-container {
  text-align: center;
  margin-top: 40px;
}

/* Estilo do botão */
.cta-btn {
  background: linear-gradient(135deg, #34974b, #1d8334);
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 36px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

/* Efeito ao passar o mouse */
.btn-container:hover {
  background: linear-gradient(135deg, #010703, #010703);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  text-decoration: none;
}

/* Efeito ao clicar */
.cta-btn:active {
  transform: scale(0.97);
  }

  /*books*/


  .books {
    background-color: black;
   
    padding-left: 100px;
    padding-right: 100px;


    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
  }

  .books img {
     width: 1000px;
    height: auto;
  }

  /*meio*/

  .meio {


     background-color: black;
   
    padding-bottom: 200px;
    padding-top: 200px;
    padding-right: 200px;
    padding-left: 200px;
    gap: 100px;


    display: flex;
    align-items: center;
    justify-content: center;

  }

  .mei img{
    width: 100%;
    height: auto;
  }


  .mei h1 {
    color: #fff;
  }

  /*lista*/

  .titulolista {
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .titulolista h1 {
    color: aliceblue;
  }

#prev-button, #next-button {
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#prev-button img, #next-button img {
  width: 100%;
  height: 100%;
}

#prev-button {
  transform: rotate(180deg);
}

.garantia {
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;

    padding-bottom: 150px;
    padding-top: 150px;
  }

  .garantia img {
    width: 10rem;
    height: auto;
  }

  .garantia h1 {
    font-size: 20px;
    color: #fff;
  }

  .garantia h2 {
    font-size: 15px;
    color: #fff;
  }

  .divulgacao {
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;


    padding-left: 300px;
    padding-right: 300px;

    padding-bottom: 200px;
    padding-top: 200px;
  }

  .divulgacao img {
    width: 22rem;
    height: auto;
  }
 
  .divulgacao h2, p{
    color: #fff;
  }

  .divulgacao h2 {
    font-size: 30px;
  }

 .text-dispositivos {
  padding-top: 200px;
  background-color: black;
  display: flex;
  text-align: center;
    align-items: center;
    justify-content: center;
 }

  .text-dispositivos h2 {
        font-size: 30px;
    color: #fff;
  }

.dispositivos {
  display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: black;
    gap: 40px;
    padding-bottom: 200px;
}

.dispositivos h2, h3 {
    color: #fff;
}

.chamado {
  display: flex;
  text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #070707;
    gap: 100px;
    padding-left: 200px;
    padding-right: 200px;


    padding-bottom: 200px;
    padding-top: 200px;
}

.chamado h2, p{
  color: #fff;
}


.chamado p {
  font-size: 15px;
}

.chamado h2 {
  font-size: 30px;
}

.chamado img{
  width: 20rem;
    height: auto;
}

.baixe {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #070707;
  gap: 60px;
  padding: 80px 10%;
  flex-wrap: wrap; /* deixa responsivo */
}

.ebook-img img {
  width: 22rem;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
  transition: transform 0.3s;
}

.ebook-img img:hover {
  transform: scale(1.05);
}

.texto {
  max-width: 520px;
  color: #fff;
  text-align: left;
}

.texto h2 {
  font-size: 42px;
  margin-bottom: 20px;
  color: #ff3b3b;
  line-height: 1.2;
}

.texto p {
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 1.6;
}

.texto p strong {
  color: #ff5a5a;
}

.btn-comprar {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 32px;
  background: linear-gradient(45deg, #ff0000, #ff5a5a);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.4);
}

.btn-comprar:hover {
  background: linear-gradient(45deg, #ff5a5a, #ff0000);
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(255, 0, 0, 0.6);
  text-decoration: none; 
}

/* Responsividade */
@media (max-width: 768px) {
  .baixe {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 60px 5%;
  }

  .texto {
    text-align: center;
  }

  .texto h2 {
    font-size: 32px;
  }

  .texto p {
    font-size: 16px;
  }

  .btn-comprar {
    font-size: 18px;
    padding: 12px 28px;
  }
}
 @media (max-width: 768px) {


  .home, .books, .meio, .divulgacao, .chamado, .baixe {
    flex-direction: column;
    padding: 2rem 1rem;
    gap: 2rem;
  }


  .start img,
  .books img,
  .divulgacao img,
  .chamado img,
  .baixe img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }


  .container-images {
    width: 150%;
    padding: 0 1rem;
  }


  .garantia {
    flex-direction: column;
    padding: 4rem 1rem;
    gap: 2rem;
    text-align: center;
  }


  .garantia h1 {
    font-size: 18px;
  }


  .garantia h2 {
    font-size: 14px;
  }


  .divulgacao, .chamado, .baixe {
    padding: 4rem 1rem;
    text-align: center;
  }


  .divulgacao h2, .chamado h2, .baixe h2 {
    font-size: 24px;
  }


  .baixe h2 {
    font-size: 28px;
  }


  .dispositivos {
    flex-direction: column;
    gap: 2rem;
    padding: 4rem 1rem;
  }


  .text-dispositivos {
    padding-top: 3rem;
  }


  .text-dispositivos h2 {
    font-size: 24px;
  }


  .home h1 {
    font-size: 24px;
  }


  .home h3 {
    font-size: 16px;
  }


  button {
    width: 100%;
    padding: 15px;
    font-size: 16px;
  }
}


/* Ajustes apenas para telas grandes (PC) */
@media (min-width: 769px) {
  .container-slider {
    display: flex;
  }


  /* Diminuir espaços verticais no desktop */
  .meio,
  .divulgacao,
  .chamado,
  .baixe,
  .garantia,
  .butão {
    padding-top: 80px;
    padding-bottom: 80px;
  }


  .text-dispositivos {
    padding-top: 80px;
  }


  .dispositivos {
    padding-bottom: 80px;
  }
}


/* Esconder carrossel no celular */
@media (max-width: 768px) {
  .container-slider {
    display: none;
  }
}
@media (max-width: 768px) {
  .titulolista {
    display: none;
  }
}

/* Estilo da Tabela de Preço */
.preco-container {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.card-preco {
  border: 2px solid #27ae60;
  border-radius: 12px;
  padding: 20px;
  max-width: 320px;
  text-align: center;
  background: #050101;
  box-shadow: 0 4px 10px rgba(235, 228, 228, 0.1);
}

.card-preco h2 {
  font-size: 30px;
  color: #27ae60;
  margin-bottom: 05px;
  
}


.card-preco .preco {
  font-size: 30px;
  font-weight: bold;
  color: #ff0000;
  line-height: 0;
  margin-bottom: 0px;
}

.card-preco .preco1 {
  font-size: 40px;
  font-weight: bold;
  color: #27ae60;
  line-height: 0,5;
  margin-bottom: 0px;
}

.card-preco ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-preco ul li {
  font-size: 16px;
  margin: 8px 0;
  color: #27ae60;
}

.card-preco a.btn-duvidas {
  display: inline-block; /* faz o link se comportar como botão */
  margin-top: 20px;
  background: #27ae60;
  color: #fff;
  text-decoration: none; /* tira o sublinhado */
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.card-preco a.btn-duvidas:hover {  
  background: #219150;
}

/* Efeito ao passar o mouse na tabela */
.card-preco a.btn-duvidas:hover {
  background: linear-gradient(200deg, #34d058, #28a745);
  transform: translateY(-3px) scale(1,1);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.35);
}

/*depoimentos*/

.depoimentos {
  background: #000;
  padding: 70px 20px;
  text-align: center;
}

.depoimentos h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}

.depoimentos h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #00ff9d, #00c4ff);
  margin: 15px auto 0;
  border-radius: 3px;
}

.depoimentos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.depoimento-card {
  background: #111;
  border-radius: 20px;
  padding: 12px;
  max-width: 300px;
  box-shadow: 0 0 25px rgba(0, 255, 157, 0.2);
  border: 1px solid rgba(0, 255, 157, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.depoimento-card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 0 35px rgba(0, 255, 157, 0.4);
}

.depoimento-card img {
  width: 100%;
  border-radius: 15px;
  display: block;
}

.depoimento-card a {
  display: block;
  border-radius: 15px;
  overflow: hidden;
}

.depoimento-card img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.depoimento-card:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* Lightbox escondido inicialmente */
.lightbox {
  display: none; 
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(6px);
  justify-content: center;
  align-items: center;
}

/* Imagem ampliada */
.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0,255,157,0.4);
  animation: zoomIn 0.3s ease;
}

/* Botão de fechar */
.lightbox .close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  font-weight: bold;
  transition: color 0.3s;
}

.lightbox .close:hover {
  color: #00ff9d;
}

/* Animação */
@keyframes zoomIn {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
