:root {
  --fundo: #1E1B18;
  --dourado: #E7C27D;
  --bege: #E9E4D8;
  --coral: #E85C4A;
}

/* BASE */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: var(--fundo);
  color: var(--bege);
  overflow-x: hidden;
  line-height: 1.6;
}

.divider {
  height: 1px;
  background-color: rgba(231, 194, 125, 0.2);
  margin: 0;
}

section {
  padding: 40px 20px;
  text-align: center;
}

/* LOGO */
.logo {
  width: 60%;
  max-width: 700px;
  display: block;
  margin: 0 auto 15px;
}

/* TÍTULOS - agora do mesmo tamanho do HERO */
h1, h2 {
  color: var(--dourado);
  margin-bottom: 20px;
  font-size: 2.3rem;
}

/* SUBTÍTULO DO HERO LIMITADO À LARGURA DA LOGO */
.hero-text p {
  max-width: 700px; /* largura similar à logo */
  margin: 0 auto 35px auto;
  text-align: center;
  line-height: 1.6;
}


/* TEXTOS */
p, li {
  color: var(--bege);
}

/* BOTÃO */
a.cta {
  display: inline-block;
  background-color: var(--dourado);
  color: var(--fundo);
  font-weight: 700;
  padding: 15px 35px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(231,194,125,0.5);
  transition: 0.3s ease;
}
a.cta:hover {
  background-color: #f0d48a;
  transform: translateY(-3px);
}

/* GRID DE APRENDIZADO */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  max-width: 900px;
  margin: 40px auto;
}
.card {
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  padding: 25px;
  color: var(--bege);
  font-weight: 500;
  box-shadow: 0 0 15px rgba(231,194,125,0.1);
}

/* RESPONSIVIDADE PARA A IMAGEM DAS PLATAFORMAS */
@media (max-width: 768px) {
  .plataformas-img {
    width: 95%;
    max-width: none;
    margin: 0 auto 30px auto;
    border-radius: 10px;
  }
}

/* AJUSTE DOS CARDS - TÍTULO + DESCRIÇÃO */
.card strong {
  display: block;
  color: var(--dourado);
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.card span {
  font-size: 0.95rem;
  color: var(--bege);
  opacity: 0.9;
  line-height: 1.5;
  display: inline-block;
  margin-top: 3px;
}


/* QUEM SOU EU */
.sobre-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.sobre-img {
  flex-shrink: 0;
}

.foto-dayane {
  width: 350px;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(231,194,125,0.25);
  border: 2px solid rgba(231,194,125,0.3);
}

.sobre-texto {
  max-width: 500px;
  text-align: left;
}

/* OFERTA BLACK FRIDAY */
.oferta-lista {
  max-width: 800px;
  margin: 40px auto;
  text-align: left;
  background: rgba(255,255,255,0.03);
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 0 15px rgba(231,194,125,0.1);
}

.oferta-lista h3 {
  text-align: center;
  color: var(--dourado);
  margin-bottom: 25px;
  font-size: 1.4rem;
}

.itens-oferta {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--bege);
}

.itens-oferta li {
  background: rgba(255,255,255,0.05);
  margin-bottom: 12px;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.itens-oferta li strong {
  color: var(--dourado);
}

.bonus-destaque {
  border: 2px solid var(--dourado);
  box-shadow: 0 0 10px rgba(231,194,125,0.3);
}

.tag-bonus {
  background-color: var(--dourado);
  color: var(--fundo);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 2px 8px;
  border-radius: 8px;
  margin-left: 8px;
}

.total-box {
  text-align: center;
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  padding: 20px;
  margin-top: 30px;
}

.total-box p {
  margin: 8px 0;
  color: var(--bege);
}

.valor-promocional {
  color: var(--dourado);
  font-size: 1.8rem;
  font-weight: 800;
}

.economia {
  color: #9df59d;
  font-weight: 600;
}

.bonus-especiais {
  max-width: 800px;
  margin: 40px auto;
  text-align: left;
}

.bonus-especiais h3 {
  color: var(--dourado);
  text-align: center;
  margin-bottom: 15px;
}

.bonus-especiais ul {
  list-style: none;
  padding: 0;
}

.bonus-especiais li {
  margin-bottom: 12px;
  color: var(--bege);
  line-height: 1.6;
}

/* TEXTO DESCRITIVO DA SEÇÃO */
.oferta-descricao {
  max-width: 750px;
  margin: 0 auto 30px auto;
  text-align: center;
  color: var(--bege);
  line-height: 1.6;
}

/* ALERTA DE BÔNUS */
.alerta-bonus {
  text-align: center;
  background-color: rgba(232, 92, 74, 0.1);
  border: 1px solid rgba(232, 92, 74, 0.5);
  color: var(--coral);
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 10px;
  margin-bottom: 25px;
}

/* DESTACAR CURSO DA DANI COMO BÔNUS LIMITADO */
.bonus-limitado {
  background-color: rgba(232, 92, 74, 0.9);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 8px;
  margin-left: 8px;
}

/* PREÇO CHEIO (TOTAL) DESTACADO E RISCADO */
.preco-cheio-grande {
  color: #E85C4A;
  font-size: 1.8rem;
  font-weight: 800;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
}

/* TAG BÔNUS LIMITADO (PULSANDO) */
.bonus-limitado {
  background-color: rgba(232, 92, 74, 0.9);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  margin: 5px 0;
  display: inline-block;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(232, 92, 74, 0.5); }
  70% { box-shadow: 0 0 0 10px rgba(232, 92, 74, 0); }
  100% { box-shadow: 0 0 0 0 rgba(232, 92, 74, 0); }
}

/* BÔNUS DANI AJUSTADO */
.bonus-destaque.bonus-dani {
  line-height: 1.5;
  padding-top: 18px;
  padding-bottom: 18px;
}
.subtexto-dani {
  font-size: 0.9rem;
  color: var(--bege);
  opacity: 0.8;
  font-style: italic;
}



/* DEPOIMENTOS - carrossel */
.depoimentos {
  position: relative;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}

.depoimentos-carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.carousel-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* oculta a barra no Firefox */
}

.carousel-track::-webkit-scrollbar {
  display: none; /* oculta a barra no Chrome */
}

.depoimento-card {
  flex: 0 0 230px; /* reduzido e proporcional */
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(231,194,125,0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.depoimento-card:hover {
  transform: scale(1.03);
}

.depo-whatsapp {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  background-color: #1E1B18;
}

/* BOTÕES DE NAVEGAÇÃO */
.carousel-btn {
  background: none;
  border: none;
  color: var(--dourado);
  font-size: 2rem;
  cursor: pointer;
  transition: color 0.3s;
  padding: 10px 15px;
}

.carousel-btn:hover {
  color: #f2dca0;
}

/* POSICIONAMENTO DAS SETAS */
.carousel-btn.prev {
  position: absolute;
  left: -40px;
}

.carousel-btn.next {
  position: absolute;
  right: -40px;
}

/* MOBILE - ocupa a largura total */
@media (max-width: 768px) {
  .carousel-btn.prev { left: 5px; }
  .carousel-btn.next { right: 5px; }
  .depoimento-card { flex: 0 0 80%; }
}

/* GARANTIA */
.garantia-ilustracao {
  width: 380px;
  height: 240px;
  margin: 25px auto;
  background: rgba(255,255,255,0.05);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dourado);
  font-size: 0.9rem;
}

.garantia-img {
  width: 90px;
  height: auto;
  display: block;
  margin: 15px auto 35px auto; /* margem superior menor e inferior maior */
  filter: drop-shadow(0 0 10px rgba(231,194,125,0.3));
}

.garantia-img img {
  width: 90px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* TEXTO DA GARANTIA LIMITADO À LARGURA PADRÃO */
.garantia p {
  max-width: 700px; /* mesma largura usada no subtítulo do hero */
  margin: 0 auto 30px auto;
  text-align: center;
  line-height: 1.6;
}


/* FAQ */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  margin-bottom: 15px;
  box-shadow: 0 0 15px rgba(231,194,125,0.1);
}
.faq-pergunta {
  width: 100%;
  background: none;
  border: none;
  padding: 20px;
  text-align: left;
  font-weight: 600;
  color: var(--dourado);
  cursor: pointer;
  position: relative;
}
.faq-pergunta::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 1.4rem;
  color: var(--bege);
  transition: transform 0.3s;
}
.faq-item.active .faq-pergunta::after {
  content: '–';
  transform: rotate(180deg);
}
.faq-resposta {
  display: none;
  color: var(--bege);
  padding: 15px 20px 20px;
  line-height: 1.6;
  text-align: left;
  transition: 0.3s ease;
}

/* FOOTER ATUALIZADO */
footer.final {
  text-align: center;
  padding: 60px 20px;
  color: var(--bege);
  background-color: var(--fundo);
}

.footer-logo {
  width: 160px;
  height: auto;
  display: block;
  margin: 25px auto 0 auto; /* centraliza e dá leve respiro superior */
  filter: none; /* remove o brilho */
}

/* BOTÃO DO FOOTER (DESKTOP PADRÃO) */
.footer-cta {
  background-color: var(--dourado);
  color: var(--fundo);
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto 20px auto;
  font-size: 0.95rem;
  max-width: 380px; /* limita a largura no desktop */
  white-space: nowrap; /* mantém 1 linha no desktop */
  box-shadow: 0 0 10px rgba(231,194,125,0.3);
  transition: 0.3s ease;
}

.footer-cta:hover {
  background-color: #f0d48a;
  transform: translateY(-2px);
}

/* BOTÃO DO FOOTER (MOBILE AJUSTADO) */
@media (max-width: 768px) {
  .footer-cta {
    font-size: 0.9rem;
    padding: 10px 18px;
    max-width: 85%;
    white-space: normal; /* permite quebrar em 2 linhas no mobile */
    line-height: 1.4;
  }
}
x'
.copy {
  font-size: 0.9rem;
  opacity: 0.7;
  margin-top: 20px;
}

/* VIDEO CONTAINER */
.video-container {
  max-width: 640px;
  margin: 35px auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(231,194,125,0.4);
  border: 2px solid rgba(231,194,125,0.2);
}

.video-container iframe {
  width: 100%;
  height: 360px;
  border: none;
  display: block;
}

/* CORRIGE ROLAGEM HORIZONTAL INDESEJADA */
html, body {
  overflow-x: hidden;
  width: 100%;
}

/* GARANTE QUE NENHUM BLOCO ESTOURE A LARGURA */
section, div, img, iframe {
  max-width: 100%;
  box-sizing: border-box;
}

/* ALINHAMENTO DOS BÔNUS ESPECIAIS */
.bonus-destaque {
  text-align: center;
  padding: 20px;
}

.subtexto-dani {
  font-size: 0.9rem;
  color: var(--bege);
  opacity: 0.8;
  display: block;
  margin-top: 3px;
}

.preco-bonus {
  display: block;
  font-weight: 600;
  color: var(--bege);
  margin-top: 5px;
}

.bonus-limitado.alinhado {
  margin-top: 8px;
  margin-bottom: 5px;
  display: inline-block;
  text-align: center;
}

/* LINHAS DUPLAS NOS BÔNUS */
.bonus-linhas {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  margin-bottom: 5px;
}

.bonus-linhas strong {
  color: var(--dourado);
  font-size: 1.1rem;
  font-weight: 700;
}

.bonus-linhas .subinfo {
  font-size: 0.9rem;
  color: var(--bege);
  opacity: 0.85;
  margin-top: 2px;
}

/* =========================
   Ajustes MOBILE (≤ 768px)
   ========================= */
@media (max-width: 768px) {
  /* Layout base */
  section { padding: 40px 16px; }
  h1, h2 { font-size: 1.8rem; }

  /* Logo e hero */
  .logo { width: 82%; max-width: 420px; }
  .hero-text p { max-width: 90%; margin: 0 auto 24px; }
  .video-container { max-width: 94%; margin: 24px auto; }
  .video-container iframe { height: 220px; }

  /* Imagem plataformas (o que vai aprender) */
  .plataformas-img { width: 94%; max-width: none; margin-bottom: 24px; }

  /* Grid dos cards (o que vai aprender) */
  .grid {
    grid-template-columns: 1fr; /* 1 por linha no mobile */
    gap: 16px;
    max-width: 92%;
  }
  .card { padding: 18px; }

  /* Quem sou eu */
  .sobre-wrapper { flex-direction: column; gap: 24px; }
  .foto-dayane { width: 92vw; max-width: 380px; height: auto; }
  .sobre-texto { max-width: 92%; text-align: center; }

  /* Oferta BF */
  .oferta-descricao { max-width: 92%; margin-bottom: 20px; }
  .oferta-lista { max-width: 94%; padding: 18px; }
  .itens-oferta li {
    padding: 12px;
    font-size: 0.98rem;
  }
  .preco-cheio-grande,
  .valor-promocional { font-size: 1.5rem; }
  .total-box { padding: 16px; }

  /* Bônus (duas linhas centralizadas + selo alinhado) */
  .bonus-destaque { text-align: center; }
  .bonus-linhas strong { font-size: 1rem; }
  .bonus-linhas .subinfo { font-size: 0.86rem; }
  .bonus-limitado.alinhado { margin: 8px 0 6px; }
  .preco-bonus { margin-top: 2px; }

  /* Carrossel depoimentos */
  .depoimentos { max-width: 100%; }
  .depoimentos-carousel { margin-top: 20px; }
  .depoimento-card { flex: 0 0 86%; }
  .carousel-btn.prev { left: 6px; }
  .carousel-btn.next { right: 6px; }

  /* Garantia */
  .garantia-img { width: 72px; margin: 10px auto 24px; }
  .garantia p { max-width: 92%; margin-bottom: 0; }

  /* FAQ */
  .faq-container { max-width: 94%; }
  .faq-pergunta { padding: 16px; }
  .faq-pergunta::after { top: 16px; }

  /* Footer */
  .footer-cta { width: 92%; padding: 14px 0; }
  .footer-logo { width: 140px; margin-top: 18px; }
}

/* =========================
   Ajuste extra (≤ 480px)
   ========================= */
@media (max-width: 480px) {
  h1, h2 { font-size: 1.6rem; }
  .video-container iframe { height: 200px; }
}

.video-container iframe {
  width: 100%;
  height: 360px;
  border: none;
  display: block;
}

@media (max-width: 768px) {
  .video-container iframe {
    height: 220px;
  }
}

/* SEÇÃO O QUE VOCÊ VAI RECEBER */
.oferta {
  padding: 60px 20px;
  text-align: center;
}

.oferta-descricao {
  max-width: 720px;
  margin: 0 auto 30px;
  color: var(--bege);
  font-size: 1.05rem;
  line-height: 1.6;
  opacity: 0.9;
}

.itens-oferta {
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  max-width: 720px;
}

.itens-oferta li {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 18px 20px;
  margin-bottom: 15px;
  border-radius: 12px;
  color: var(--bege);
  font-size: 1rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.preco-bonus {
  color: var(--bege);
  opacity: 0.85;
  font-weight: 600;
}

.cortado-vermelho {
  color: #ff4d4d;
  text-decoration: line-through;
  font-weight: 700;
}

.total-box {
  margin-top: 30px;
}

.preco-cheio-grande {
  font-size: 1.3rem;
  color: var(--bege);
  margin-bottom: 10px;
}

.valor-promocional strong {
  font-size: 2rem;
  color: var(--dourado);
}

/* PREÇO CHEIO EM VERMELHO NO MESMO TAMANHO DO PREÇO PROMOCIONAL */
.preco-completo {
  font-size: 2rem;          /* mesmo tamanho do 497 */
  color: #ff4d4d;           /* vermelho */
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-color: #ff4d4d;
}


