@import url('https://fonts.googleapis.com/css?family=Patua+One&display=swap');

html, body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: #111928;
  color: #fff;
  font-family: 'Patua One', 'Segoe UI', Arial, sans-serif;
  box-sizing: border-box;
  /* overflow-x: hidden; */
}
.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px 40px 10px;
  position: relative;
  z-index: 2;
}

/* ----- VÍDEO DE FUNDO ----- */
.video-bg {
  display: block;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  z-index: 0;
 /* overflow: hidden; */
  pointer-events: none;
}
.video-bg iframe {
  position: absolute;
  top: 50%; left: 50%;
  width: 177.77vh; height: 100vh;
  min-width: 100vw; min-height: 56.25vw;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: brightness(0.85) blur(0.7px);
  border: none;
  pointer-events: none;
  background: #000;
  display: block;
}
.video-bg .video-overlay {
  position: absolute;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: linear-gradient(180deg,rgba(9,16,32,0.22) 0%,rgba(9,16,32,0.24) 100%);
  z-index: 1;
  pointer-events: none;
}

/* -------- HERO -------- */
.ebook-page .hero {
  margin-top: 26px;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.ebook-page .hero-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 22px;
  background: linear-gradient(90deg, #3ae374 0%, #17c0eb 55%, #7158e2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: center;
  letter-spacing: 0.5px;
}
.ebook-page .ebook-hero-card {
  display: flex;
  flex-direction: row;
  background: rgba(28, 40, 64, 0.42);
  border-radius: 24px;
  box-shadow: 0 7px 36px #101a4480;
  backdrop-filter: blur(3.5px);
  padding: 32px;
  gap: 32px;
  align-items: center;
  max-width: 720px;
  width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ebook-page .ebook-hero-img {
  flex: 0 0 240px;
}
.ebook-page .ebook-hero-img img.book-cover {
  width: 220px;
  height: auto;
  border-radius: 16px;
}
.ebook-page .ebook-hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ebook-page .hero-desc {
  font-size: 1.17em;
  color: #f0f0f0;
  line-height: 1.55;
  max-width: 400px;
}
.ebook-page .hero-btn {
  display: inline-block;
  background: linear-gradient(90deg,#21c287,#14a6ea 60%,#6847d3 100%);
  color: #fff;
  font-size: 1.13em;
  padding: 13px 32px;
  border-radius: 18px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 14px #161e4980;
  transition: opacity .18s, transform .15s;
  margin-top: 4px;
  text-align: center;
  letter-spacing: 0.3px;
}
.ebook-page .hero-btn:hover {
  opacity: 0.94;
  transform: scale(1.03) translateY(-2px);
}

/* ====== BENEFITS GRID ====== */
.ebook-page .benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto 40px auto;
  max-width: 660px;
}

/* ====== BENEFIT CARD ====== */
.ebook-page .benefit-card {
  background: rgba(28, 40, 64, 0.42);
  border-radius: 18px;
  border: 1px solid rgba(180,255,234,0.12);
  box-shadow: 0 7px 36px #101a4480;
  backdrop-filter: blur(3.5px);
  padding: 20px 17px 18px 17px;
  min-width: 0; /* CRUCIAL! */
  max-width: 320px;
  min-height: 185px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #e8e8e8;
  font-size: 1.04em;
}

/* Emoji e título */
.ebook-page .benefit-card .emoji {
  font-size: 2em;
  margin-bottom: 10px;
  display: block;
}
.ebook-page .benefit-card h3 {
  margin: 0 0 9px 0;
  font-size: 1.12em;
  font-weight: 900;
  color: #aaffd7 !important;
  letter-spacing: 0.4px;
  line-height: 1.22;
  text-shadow: 0 3px 12px #151a40, 0 2px 8px #21c0eb99, 0 1px 6px #3ae37480;
}
/* -------- REVIEWS (GRID) -------- */
.ebook-page .reviews-title {
  margin-top: 56px;
  margin-bottom: 17px;
  text-align: center;
  font-size: 1.25em;
  color: #c9f6e9;
  font-weight: bold;
  letter-spacing: 1px;
}
/* ====== REVIEWS GRID ====== */
.ebook-page .reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto 40px auto;
  max-width: 660px;
}

/* ====== REVIEW CARD ====== */
.ebook-page .review-card {
  background: linear-gradient(90deg,#3ae374 0%,#17c0eb 70%,#7158e2 100%);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px #122a7e38;
  padding: 19px 17px 15px 17px;
  min-width: 0;
  max-width: 320px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  font-size: 1.04em;
  position: relative;
}
.ebook-page .review-card .stars {
  color: #ffd700;
  font-size: 1.19em;
  margin-bottom: 7px;
  font-weight: 900;
  text-shadow: 0 2px 8px #fff7, 0 1px 6px #7158e2cc;
}
.ebook-page .review-card .author {
  font-size: .99em;
  margin-top: 13px;
  color: #fffbe9;
  font-weight: 700;
  text-align: left;
  display: block;
}
/* -------- CARD SOBRE -------- */
.ebook-page .about-card {
  /*background: linear-gradient(90deg, #282e3a 0%, #243c62 70%, #1cb5e0 100%);*/
  max-width: 670px;
  margin: 40px auto 38px auto;
  padding: 26px 26px 22px 26px;
  border-radius: 34px;
  /*box-shadow: 0 9px 34px #000a;*/
  display: flex;
  align-items: center;
  gap: 28px;
  /*border: 1px solid #c5fff42c;*/
  background: rgba(28, 40, 64, 0.42);  /* Mais leveza */
  border: 1px solid rgba(180,255,234,0.12);
  box-shadow: 0 7px 36px #101a4480;
  backdrop-filter: blur(3.5px);
}
.ebook-page .about-content {
  flex: 2;
  color: #fff;
  text-align: left;
}
.ebook-page .about-content h1 {
  font-size: 1.23rem;
  letter-spacing: 1px;
  margin-bottom: 9px;
  font-weight: 800;
  text-align: center;
}
.ebook-page .about-content p {
  margin: 0 0 0.55em 0;
  font-size: 1.08em;
  line-height: 1.45;
  font-weight: 500;
}
.ebook-page .about-content .contact {
  margin: 1em 0 0.8em 0;
  font-size: 0.99em;
}
.ebook-page .about-photo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  margin-left: 7px;
}
.ebook-page .about-photo img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 22px #0006;
  border: 5px solid #fff4;
}
.ebook-page .about-btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 1.1em 0 0 0;
}
.ebook-page .cta-btn-bright {
  display: inline-block;
  padding: 13px 40px;
  border: none;
  background: linear-gradient(90deg, #124957 0%, #1e887e 100%);
  color: #fff !important;
  border-radius: 9px;
  font-size: 1.15em !important;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-weight: bold;
  box-shadow: 0 4px 16px #0003;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.15s;
  text-decoration: none;
  text-shadow: 0 2px 6px #093b3490;
  letter-spacing: 0.7px;
}
.ebook-page .cta-btn-bright:hover {
  background: linear-gradient(90deg, #19976a 0%, #31c6ad 100%);
  color: #fff;
  transform: translateY(-2px) scale(1.03);
}

/* -------- Footer e CTA padrão -------- */
.cta-final {
  margin: 58px auto 0 auto;
  text-align: center;
}
.cta-btn {
  background: linear-gradient(90deg,#21c287,#14a6ea 60%,#6847d3 100%);
  color: #fff;
  border: none;
  font-size: 1.19em;
  padding: 14px 38px;
  border-radius: 22px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 18px #111a;
  transition: opacity .2s, transform .18s;
  margin-top: 18px;
  display: inline-block;
}
.cta-btn:hover { opacity:0.9; transform:scale(1.03) translateY(-2px); }
.footer {
  text-align: center;
  color: #bbb;
  font-size: .98em;
  margin-top: 48px;
  padding: 24px 2px 19px 2px;
}

/* -------- SOCIAL PROOF -------- */
.ebook-page .social-proof {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 22px 0 30px 0;
}
.ebook-page .social-proof-badge {
  background: linear-gradient(90deg, #232e42 0%, #3ae374 60%, #17c0eb 100%);
  color: #222;
  border-radius: 20px;
  padding: 11px 24px 11px 18px;
  font-size: 1.09em;
  font-weight: bold;
  box-shadow: 0 2px 14px #1114;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.ebook-page .stars {
  color: #ffd700;
  font-size: 1.2em;
  letter-spacing: 2px;
  text-shadow: 0 2px 10px #fff7, 0 1px 6px #7158e2cc;
  font-weight: 800;
  margin-right: 8px;
  display: inline-block;
}

/* -------- MOBILE -------- */
@media (max-width: 700px) {
  .container { max-width: 100vw; padding: 0 4vw; }
  .ebook-page .hero-title { font-size: 1.25em; }
  .ebook-page .hero { margin-top: 10px; }
  .ebook-page .ebook-hero-card {
    flex-direction: column;
    align-items: center;
    width: 97vw;
    min-width: 0;
    max-width: 98vw;
    border-radius: 16px;
    padding: 18px 2vw 20px 2vw;
    gap: 14px;
  }
  .ebook-page .ebook-hero-img img.book-cover {
    width: 88vw;
    max-width: 300px;
    border-radius: 12px;
  }
  .ebook-page .hero-btn {
    width: 80vw;
    max-width: 300px;
    font-size: 1.02em;
    padding: 13px 0;
    display: block;
    text-align: center;
    margin: 14px auto 0 auto;
  }
  .ebook-page .benefits,
  .ebook-page .reviews {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .ebook-page .benefit-card,
  .ebook-page .review-card {
    min-width: 92vw;
    max-width: 99vw;
    margin-bottom: 9px;
  }
  .ebook-page .about-card {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-top: 14px;
    padding-bottom: 16px;
    max-width: 97vw;
    min-width: 0;
  }
  .ebook-page .about-photo {
    order: -1;
    margin: 0 auto 12px auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .ebook-page .about-photo img {
    width: 120px;
    height: 120px;
    border-width: 4px;
    margin: 0 auto;
    display: block;
  }
  .topbar { 
    position: sticky; top: 0; z-index: 9; 
  }
}

/* Pequeno ajuste para evitar scroll lateral */
@media (max-width: 700px) {
  html, body, .container {
    max-width: 100vw;
   /* overflow-x: hidden; */
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 700px) {
  .ebook-page .benefit-card {
    text-align: left !important;
    align-items: flex-start !important;
    border-radius: 22px !important; /* Mais arredondado no mobile */
    padding: 23px 17px 18px 17px !important;
  }
}
/* ====== MOBILE: 1 COLUNA E NÃO CORTA ====== */
@media (max-width: 700px) {
  .ebook-page .benefits {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 98vw;
    padding: 0 2vw;
    margin-bottom: 24px;
  }
  .ebook-page .benefit-card {
    max-width: 100vw;
    min-width: 0;
    border-radius: 19px;
    padding: 19px 10px 15px 14px;
    margin: 0 auto;
    font-size: 1em;
    align-items: flex-start;
    text-align: left;
  }
  .ebook-page .benefit-card .emoji {
    margin-left: 0px;
  }
}
/* ====== MOBILE: 1 COLUNA, ALINHADO À ESQUERDA, SEM CORTE ====== */
@media (max-width: 700px) {
  .ebook-page .reviews {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 98vw;
    padding: 0 2vw;
    margin-bottom: 24px;
  }
  .ebook-page .review-card {
    max-width: 100vw;
    min-width: 0;
    border-radius: 19px;
    padding: 18px 10px 13px 14px;
    margin: 0 auto;
    font-size: 1em;
    align-items: flex-start;
    text-align: left;
  .topbar { position: sticky; top: 0; z-index: 9; }
    }
  }
  
