* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #fff7fb;
  color: #2b2b2b;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

header {
  min-height: 100vh;
  padding: 45px 20px;
  text-align: center;
  background: linear-gradient(180deg, #ffe4f1 0%, #fff7fb 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

header p:first-child {
  background: #ff5fa8;
  color: #fff;
  padding: 9px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.5px;
}

h1 {
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.05;
  color: #d91b72;
  max-width: 900px;
}

header p {
  max-width: 720px;
  font-size: 18px;
  color: #3d3d3d;
}

header img {
  width: min(520px, 100%);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(217, 27, 114, 0.16);
}

a {
  display: inline-block;
  background: linear-gradient(135deg, #ff5fa8, #ff9cca);
  color: #fff;
  padding: 17px 30px;
  border-radius: 18px;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 8px 0 #b91561;
  transition: 0.2s;
  text-align: center;
}

a:hover {
  transform: translateY(3px);
  box-shadow: 0 5px 0 #b91561;
}

section {
  padding: 70px 20px;
}

h2 {
  font-size: clamp(26px, 4vw, 40px);
  text-align: center;
  margin-bottom: 30px;
  color: #d91b72;
  line-height: 1.15;
}

h3 {
  font-size: clamp(38px, 6vw, 62px);
  color: #ff5fa8;
  text-align: center;
  line-height: 1;
}

ul,
ol {
  list-style: none;
  max-width: 1050px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

li {
  background: #fff;
  padding: 24px;
  border-radius: 22px;
  font-weight: 800;
  box-shadow: 0 12px 32px rgba(217, 27, 114, 0.12);
  border: 1px solid rgba(217, 27, 114, 0.08);
}

#dores,
#como-funciona,
#prova-social {
  background: #fff;
}

#beneficios,
#faq {
  background: #fff7fb;
  text-align: center;
}

#beneficios a {
  margin-top: 30px;
}

#prova-social {
  text-align: center;
}

#prova-social img {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  border-radius: 24px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

#bonus {
  background: linear-gradient(180deg, #ffe4f1, #fff7fb);
}

#depoimentos {
  background: linear-gradient(180deg, #ffffff, #fff7fb);
  text-align: center;
}

.subtitulo-depoimentos {
  display: inline-block;
  background: #ffe4f1;
  color: #d91b72;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 14px;
}

.depoimentos-grid {
  max-width: 1050px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.depoimento-card {
  background: #fff;
  padding: 30px;
  border-radius: 28px;
  text-align: left;
  box-shadow: 0 18px 45px rgba(217, 27, 114, 0.12);
  border: 1px solid rgba(217, 27, 114, 0.08);
}

.depoimento-card.destaque {
  transform: translateY(-12px);
  border: 2px solid #ff9cca;
}

.estrelas {
  color: #ffb000;
  font-size: 20px;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.depoimento-card blockquote {
  font-size: 16px;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 22px;
}

.cliente {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, #ff5fa8, #ff9cca);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  flex-shrink: 0;
}

.depoimento-card h3 {
  font-size: 17px;
  color: #d91b72;
  text-align: left;
  margin: 0;
  line-height: 1.2;
}

.depoimento-card span {
  font-size: 14px;
  color: #777;
}

#oferta {
  text-align: center;
  background: linear-gradient(180deg, #d91b72, #ff5fa8);
  color: #fff;
}

#oferta h2,
#oferta h3 {
  color: #fff;
}

#oferta p {
  font-size: 20px;
  margin-bottom: 12px;
}

#oferta s {
  color: #ffd6e9;
  font-size: 28px;
}

#oferta a {
  margin-top: 20px;
  background: #25d366;
  box-shadow: 0 8px 0 #128c45;
}

#faq {
  max-width: 900px;
  margin: 0 auto;
}

#faq details {
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  margin-bottom: 14px;
  box-shadow: 0 10px 28px rgba(217, 27, 114, 0.1);
}

#faq summary {
  font-weight: 900;
  cursor: pointer;
  color: #d91b72;
}

#faq p {
  margin-top: 12px;
}

footer {
  text-align: center;
  padding: 25px 20px;
  background: #2b0f1f;
  color: #fff;
  font-size: 14px;
}

.esconder {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.6s ease;
}

.aparecer {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  header {
    min-height: auto;
    padding: 45px 16px;
  }

  header p {
    font-size: 16px;
  }

  section {
    padding: 55px 16px;
  }

  ul,
  ol,
  .depoimentos-grid {
    grid-template-columns: 1fr;
  }

  li {
    padding: 20px;
  }

  a {
    width: 100%;
    max-width: 360px;
  }

  #prova-social img {
    width: 100%;
    max-width: 340px;
    display: block;
    margin: 14px auto;
  }

  .depoimento-card.destaque {
    transform: none;
  }
}

#oferta {
  padding: 80px 20px;
}

#oferta h2 {
  margin-bottom: 25px;
}

#oferta p {
  max-width: 850px;
  margin: 0 auto 12px;
}

#oferta h3 {
  margin: 15px 0 12px;
}

#oferta a {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 30px auto 0;
}

#oferta small {
  display: block;
  margin: 18px auto 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  text-align: center;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
  z-index: 9999;
  padding: 0;
  max-width: none;
}

.whatsapp-float:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
}
