/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
  
body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #111;
    color: #fff;
    line-height: 1.6;
}

/* HERO COM FUNDO */
.hero-fundo {
  background-image: url('imagens/fundo sem eu - pagina de vendas.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 100px 20px 80px;
  position: relative;
  width: 100%;
  color: #fff;
}

.hero-fundo-overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.2) 100%);
  padding: 60px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-fundo-texto {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.hero-fundo-texto .headline {
  font-size: 2.8rem;
  color: #00e0ff;
  font-weight: bold;
  margin-bottom: 1rem;
}

.hero-fundo-texto .subheadline {
  font-size: 1.25rem;
  color: #ccc;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.botao-comprar {
  background-color: #00e0ff;
  color: #000;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: background 0.3s ease;
  display: inline-block;
}

.botao-comprar:hover {
  background-color: #00b2cc;
}

/* Responsivo */
@media (max-width: 768px) {
  .hero-fundo {
    padding: 80px 15px 60px;
    background-position: top;
  }

  .hero-fundo-texto .headline {
    font-size: 2rem;
    padding: 0 1rem;
  }

  .hero-fundo-texto .subheadline {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .botao-comprar {
    width: 90%;
    max-width: 320px;
  }
}

/* VIDEO */
.video-section {
    background-color: #1a1a1a;
    padding: 3rem 1rem;
    text-align: center;
}
  
.video-wrapper iframe {
    width: 90%;
    max-width: 600px;
    border-radius: 12px;
}
  
/* CONTEÚDO */
.content {
    padding: 4rem 1rem;
    max-width: 800px;
    margin: auto;
    text-align: center;
}
  
.content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
  
.capa-container {
    margin-top: 2rem;
}
  
.capa-img {
    width: 250px;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 224, 255, 0.3);
}
  
/* OFERTA */
.oferta {
    background-color: #111;
    padding: 3rem 1rem;
    text-align: center;
    border-top: 2px solid #00e0ff;
}
  
.oferta-titulo {
    font-size: 2rem;
    color: #00e0ff;
}
  
.oferta-descricao {
    font-size: 1rem;
    color: #ccc;
    margin: 1rem 0;
}
  
.botao-comprar {
    display: inline-block;
    background-color: #00e0ff;
    color: #000;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}
  
.botao-comprar:hover {
    background-color: #00b2cc;
}
  
.oferta-subtexto {
    font-size: 0.9rem;
    color: #777;
    margin-top: 1rem;
}

/* INTRODUÇÃO - DR LUCAS À ESQUERDA */
.hero-introduction {
    background-color: #0d0d0d;
    padding: 6rem 1rem;
    display: flex;
    justify-content: center;
}
  
.hero-intro-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4rem;
    flex-wrap: wrap;
}
  
.hero-imagem-front {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.hero-imagem-front img {
    width: 280px;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    background-color: #111;
    box-shadow: 0 0 20px rgba(0, 224, 255, 0.15);
}
  
.hero-intro-texto {
    flex: 2;
    color: #eee;
}
  
.hero-intro-texto h2 {
    font-size: 2rem;
    color: #00e0ff;
    margin-bottom: 1rem;
}
  
.hero-intro-texto p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #ccc;
}

/* ============================= */
/* RESPONSIVIDADE – MOBILE FIRST */
/* ============================= */
  
@media (max-width: 768px) {
    .video-wrapper iframe {
        width: 100%;
        height: 200px;
    }
  
    .content h2 {
        font-size: 1.5rem;
    }
  
    .oferta-titulo {
        font-size: 1.5rem;
    }
  
    .botao-comprar {
        width: 90%;
        padding: 1rem;
        font-size: 1rem;
    }
  
}
.lead {
    background-color: #1C1C1C; /* Fundo escuro geral */
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .lead > div {
    background-color: #2A2A2A; /* Box um pouco mais clara que o fundo */
    padding: 40px 30px;
    max-width: 800px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); /* Sombra suave para destacar ainda mais */
    color: #E0E0E0;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
  }
  
  .lead p {
    margin-bottom: 30px;
  }
  
  .lead ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
  }
  
  .lead li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 17px;
  }
  
  .lead li::before {
    content: '✔️'; /* Check personalizado */
    position: absolute;
    left: 0;
    top: 0;
    color: #4DA8DA; /* Azul claro vibrante */
    font-size: 20px;
  }
  /* PÚBLICO-ALVO */
/* Seção Público Alvo Refinado */
.publico-alvo {
    background-color: #1C1C1C;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
  }
  
  .publico-container {
    background-color: #2A2A2A;
    padding: 50px 30px;
    max-width: 1000px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    color: #E0E0E0;
    text-align: center;
  }
  
  .publico-container h2 {
    font-size: 2.5rem;
    color: #00e0ff;
    margin-bottom: 10px;
  }
  
  .publico-subtitulo {
    font-size: 1.2rem;
    color: #ccc;
    margin-bottom: 40px;
  }
  
  .publico-lista {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: left;
  }
  
  .item {
    background: #1C1C1C;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(0, 224, 255, 0.2);
  }
  
  .item span {
    font-size: 1.5rem;
    color: #00e0ff;
  }
  
  /* Botão */
  .publico-botao {
    margin-top: 40px;
  }
  
  .botao-comprar {
    display: inline-block;
    background-color: #00e0ff;
    color: #000;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
  }
  
  .botao-comprar:hover {
    background-color: #00b2cc;
  }
  
  /* Responsivo */
  @media (max-width: 768px) {
    .publico-lista {
      grid-template-columns: 1fr;
    }
  
    .publico-container h2 {
      font-size: 2rem;
    }
  }
  
  /* DEPOIMENTOS SLIDER */
.depoimentos {
    background-color: #1C1C1C;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
  }
  
  .depoimentos-container {
    max-width: 900px;
    width: 100%;
    text-align: center;
    position: relative;
  }
  
  .depoimentos h2 {
    font-size: 2.5rem;
    color: #00e0ff;
    margin-bottom: 50px;
  }
  
  .slider {
    position: relative;
    overflow: hidden;
  }
  
  .slide {
    display: none;
    background-color: #2A2A2A;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 224, 255, 0.1);
  }
  
  .slide.active {
    display: block;
  }
  
  .depoimento-texto {
    font-size: 1.2rem;
    color: #E0E0E0;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  
  .depoimento-autor {
    font-size: 1rem;
    font-style: italic;
    color: #AAAAAA;
  }
  
  /* Botões */
  .slider-controls {
    margin-top: 20px;
  }
  
  .slider-controls button {
    background-color: transparent;
    border: 2px solid #00e0ff;
    color: #00e0ff;
    padding: 10px 20px;
    margin: 0 10px;
    font-size: 1.5rem;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
  }
  
  .slider-controls button:hover {
    background-color: #00e0ff;
    color: #111;
  }
  
  /* RESPONSIVO */
  @media (max-width: 768px) {
    .depoimentos h2 {
      font-size: 2rem;
    }
  
    .depoimento-texto {
      font-size: 1rem;
    }
  }
  /* CORPO DO TEXTO */
.corpo-texto {
    background-color: #111;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    color: #eee;
  }
  
  .corpo-container {
    max-width: 900px;
    width: 100%;
    line-height: 1.7;
    font-size: 1.1rem;
  }
  
  .corpo-container h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #00e0ff;
  }
  
  .corpo-racional h3,
  .corpo-conquista h3 {
    color: #00e0ff;
    font-size: 1.5rem;
    margin: 40px 0 20px;
  }
  
  .corpo-emocional p {
    margin-bottom: 20px;
    font-size: 1.1rem;
  }
  
  .corpo-racional ul,
  .corpo-conquista ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
  }
  
  .corpo-racional li,
  .corpo-conquista li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
  }
  
  .corpo-racional li::before {
    content: "🧠";
    position: absolute;
    left: 0;
    font-size: 1.2rem;
  }
  
  .corpo-conquista li::before {
    content: "✅";
    position: absolute;
    left: 0;
    font-size: 1.2rem;
    color: #00e0ff;
  }
  
  .corpo-final {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 40px;
    color: #ccc;
  }
  
  .corpo-final strong {
    color: #00e0ff;
    font-weight: bold;
  }
  
  .corpo-final .destaque {
    color: #00e0ff;
    font-weight: bold;
    font-size: 1.3rem;
  }
  
  /* MOBILE */
  @media (max-width: 768px) {
    .corpo-container h2 {
      font-size: 2rem;
    }
  
    .corpo-racional h3,
    .corpo-conquista h3 {
      font-size: 1.3rem;
    }
  
    .corpo-final {
      font-size: 1.1rem;
    }
  }
/* FAQ */
.faq {
    background-color: #111;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
  }
  
  .faq-container {
    max-width: 800px;
    width: 100%;
    color: #eee;
  }
  
  .faq-container h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #00e0ff;
    margin-bottom: 40px;
  }
  
  .faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
  }
  
  .faq-pergunta {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    color: #00e0ff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 15px 10px;
    cursor: pointer;
    position: relative;
  }
  
  .faq-pergunta::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
  }
  
  .faq-pergunta.active::after {
    content: "−";
  }
  
  .faq-resposta {
    display: none;
    padding: 0 10px 20px 10px;
    font-size: 1.05rem;
    color: #ccc;
    line-height: 1.6;
  }
  
  .faq-resposta.open {
    display: block;
  }
  
  /* MOBILE */
  @media (max-width: 768px) {
    .faq-container h2 {
      font-size: 2rem;
    }
  
    .faq-pergunta {
      font-size: 1.1rem;
    }
  }
  /* SEÇÃO: O que você vai receber */
.receber {
    background-color: #1C1C1C;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    color: #eee;
  }
  
  .receber-container {
    max-width: 1000px;
    width: 100%;
    line-height: 1.7;
    font-size: 1.1rem;
  }
  
  .receber-container h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #00e0ff;
  }
  
  .receber-container .introducao {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 30px;
    color: #ccc;
  }
  
  .subtitulo {
    font-size: 1.7rem;
    color: #00e0ff;
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: left;
  }
  
  /* PILARES */
  .pilar {
    margin-bottom: 40px;
    padding-left: 15px;
    border-left: 4px solid #00e0ff;
  }
  
  .pilar h4 {
    font-size: 1.4rem;
    color: #00e0ff;
    margin-bottom: 10px;
  }
  
  .pilar p {
    margin-bottom: 10px;
    color: #ccc;
  }
  
  /* LISTAS GERAIS */
  .itens {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
  }
  
  .itens li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
  }
  
  .itens li::before {
    content: "✔️";
    position: absolute;
    left: 0;
    font-size: 1.1rem;
    color: #00e0ff;
  }
  
  /* RESUMO FINAL */
  .resumo-final {
    background-color: #2A2A2A;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 224, 255, 0.1);
    margin-top: 40px;
  }
  
  .resumo-final h3 {
    font-size: 1.6rem;
    color: #00e0ff;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .resumo-final ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
  }
  
  .resumo-final ul li {
    padding-left: 30px;
    margin-bottom: 12px;
    position: relative;
  }
  
  .resumo-final ul li::before {
    content: "✔️";
    position: absolute;
    left: 0;
    color: #00e0ff;
    font-size: 1.1rem;
  }
  
  .resumo-final .encerramento {
    font-size: 1.3rem;
    text-align: center;
    color: #ccc;
    margin-top: 20px;
    line-height: 1.6;
  }
  
  .resumo-final .encerramento strong,
  .receber strong {
    color: #00e0ff;
  }
  
  /* RESPONSIVO */
  @media (max-width: 768px) {
    .receber-container h2 {
      font-size: 2rem;
    }
  
    .subtitulo {
      font-size: 1.4rem;
    }
  
    .pilar h4 {
      font-size: 1.2rem;
    }
  
    .resumo-final .encerramento {
      font-size: 1.1rem;
    }
  }
  .oferta {
    background-color: #0e0e0e;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    color: #eee;
    text-align: left;
  }
  
  .oferta-container {
    max-width: 900px;
    width: 100%;
    line-height: 1.7;
    font-size: 1.1rem;
  }
  
  .oferta-container h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
    color: #00e0ff;
  }
  
  .oferta-container h3 {
    font-size: 1.5rem;
    margin: 40px 0 20px;
    color: #00e0ff;
  }
  
  .oferta-intro {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #ccc;
  }
  
  .oferta-texto {
    margin-bottom: 20px;
    color: #ccc;
  }
  
  .oferta-itens {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
  }
  
  .oferta-itens li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
  }
  
  .oferta-itens li::before {
    content: "✔️";
    position: absolute;
    left: 0;
    color: #00e0ff;
  }
  
  .oferta-preco {
    font-size: 1.3rem;
    text-align: center;
    margin: 40px 0;
  }
  
  .oferta-preco .preco {
    font-size: 1.6rem;
    font-weight: bold;
    color: #00e0ff;
  }
  
  .garantia {
    background-color: #1b1b1b;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 224, 255, 0.1);
    margin-top: 40px;
  }
  
  .cta-final {
    text-align: center;
    margin-top: 50px;
  }
  
  .cta-final p {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  
  .botao-comprar {
    background-color: #00e0ff;
    color: #000;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s ease;
  }
  
  .botao-comprar:hover {
    background-color: #00b2cc;
  }
  
  @media (max-width: 768px) {
    .oferta-container h2 {
      font-size: 2rem;
    }
    .oferta-container h3 {
      font-size: 1.3rem;
    }
    .oferta-preco {
      font-size: 1.1rem;
    }
    .oferta-preco .preco {
      font-size: 1.4rem;
    }
    .cta-final p {
      font-size: 1rem;
    }
    .botao-comprar {
      font-size: 1rem;
      width: 90%;
    }
  }
  .footer {
    background-color: #0e0e0e;
    padding: 40px 20px;
    color: #888;
    font-size: 13px;
    text-align: center;
  }
  
  .footer p {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
  }
  
  .footer a {
    color: #4DA8DA;
    text-decoration: none;
    margin: 0 5px;
  }
  
  .footer a:hover {
    text-decoration: underline;
  }
  
  /* Responsivo */
  @media (max-width: 768px) {
    .footer {
      padding: 30px 15px;
      font-size: 12px;
    }
  
    .footer p {
      padding: 0 10px;
    }
  
    .footer a {
      display: inline-block;
      margin-top: 10px;
    }
  }
 /* NAV DESKTOP */
    .navbar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: #000;
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      z-index: 1000;
    }

    .nav-items {
      display: flex;
      gap: 20px;
    }

.nav-items a,
.sidebar a {
  border: 1px solid #007BFF; /* azul */
  border-radius: 8px;
  padding: 6px 12px;
  transition: all 0.3s ease;
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.nav-items a:hover,
.sidebar a:hover {
  background-color: #007BFF;
  color: white;
}

/* Também adiciona um pequeno efeito ao ícone junto ao texto */
.nav-items a span,
.sidebar a span {
  transition: transform 0.3s ease;
}

.nav-items a:hover span,
.sidebar a:hover span {
  transform: scale(1.1);
}

    /* sidebar - MOBILE */
    .verticalbar {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }

    .verticalbar span {
      height: 3px;
      width: 25px;
      background: white;
      margin-bottom: 4px;
      border-radius: 2px;
    }

    /* SIDEBAR MOBILE */
    .sidebar {
      position: fixed;
      top: 0;
      left: -250px;
      width: 250px;
      height: 100%;
      background: #111;
      color: white;
      display: flex;
      flex-direction: column;
      padding: 60px 20px;
      transition: left 0.3s ease;
      z-index: 1001;
    }

    .sidebar.active {
      left: 0;
    }

    .sidebar a {
      color: white;
      text-decoration: none;
      margin-bottom: 20px;
      font-size: 18px;
      display: flex;
      gap: 8px;
    }

    /* RESPONSIVO */
    @media (max-width: 768px) {
      .nav-items {
        display: none;
      }

      .verticalbar {
        display: flex;
      }
    }

    section {
      padding: 100px 20px;
      margin-top: 60px;
    }
