* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Inter', sans-serif;
  /* ALTERADO: Fundo principal */
  background: #F8F5F2;
  /* ALTERADO: Cor do texto principal */
  color: #545454;
  line-height: 1.6;
  overflow-x: hidden
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

h1,
h2,
h3,
h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  /* ALTERADO: Cor dos títulos */
  color: #5D8AA8;
}

.section-title {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 1rem;
  /* ALTERADO: Removido gradiente, cor sólida */
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #5D8AA8;
}

.section-subtitle {
  font-size: 1.1rem;
  text-align: center;
  /* ALTERADO: Cor do subtítulo */
  color: #707070;
  margin: 0 auto 2.5rem;
  max-width: 640px
}

:root {
  --sticky-h: 52px
}

.header {
  position: fixed;
  top: var(--sticky-h);
  left: 0;
  right: 0;
  /* ALTERADO: Fundo do header */
  background: rgba(248, 245, 242, .9);
  backdrop-filter: blur(10px);
  z-index: 900;
  transition: .3s;
  /* ADICIONADO: Borda sutil para separar do conteúdo */
  border-bottom: 1px solid #dcd6d0;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1200px;
  margin: 0 auto
}

.logo-text {
  font-size: 1.2rem;
  font-weight: 700;
  /* ALTERADO: Cor do logo */
  color: #E87A5D;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1rem
}

.sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* ALTERADO: Fundo da barra superior */
  background: #5D8AA8;
  /* ALTERADO: Cor do texto da barra */
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  padding: 0 12px;
  height: var(--sticky-h)
}

.sticky-copy {
  font-size: .95rem;
  opacity: .95;
  display: flex;
  align-items: center;
  gap: .5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 128px)
}

.cta-xs {
  padding: .55rem 1rem;
  border-radius: 999px;
  font-size: .9rem
}

.cta-button {
  /* ALTERADO: Cor do botão principal */
  background: #E87A5D;
  color: #fff;
  border: none;
  padding: 1rem 1.6rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: .25s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  /* ALTERADO: Sombra do botão */
  box-shadow: 0 10px 30px rgba(232, 122, 93, .3)
}

.cta-button:hover {
  transform: translateY(-2px);
  /* ALTERADO: Sombra do botão no hover */
  box-shadow: 0 15px 40px rgba(232, 122, 93, .4)
}

.cta-button.primary {
  font-size: 1.2rem;
  padding: 1.1rem 2.2rem
}

.cta-button.secondary {
  /* ALTERADO: Botão secundário */
  background: transparent;
  border: 2px solid #E87A5D;
  color: #E87A5D;
}

.cta-button.final {
  font-size: 1.3rem;
  padding: 1.4rem 2.6rem;
  width: 100%;
  justify-content: center
}

.hero {
  padding: 140px 0 80px;
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden
}

.hero-container {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 3rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  /* ALTERADO: Cor do badge */
  background: #E87A5D;
  color: #fff;
  padding: .45rem .9rem;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: .2px
}

.hero-title {
  font-size: 3.2rem;
  margin-bottom: 1rem
}

.highlight {
  /* ALTERADO: Cor do texto destacado */
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #E87A5D;
}

.hero-subtitle {
  font-size: 1.15rem;
  /* ALTERADO: Cor do subtítulo do hero */
  color: #707070;
  margin-bottom: 1.4rem
}

.hero-quick-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .6rem 1rem;
  margin-bottom: 1.6rem
}

.ql-item {
  display: flex;
  align-items: center;
  gap: .6rem;
  /* ALTERADO: Fundo e borda dos itens rápidos */
  background: rgba(0, 0, 0, .03);
  border: 1px solid #dcd6d0;
  padding: .6rem .8rem;
  border-radius: 12px
}

.hero-image {
  position: relative;
  text-align: center
}

.hero-img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  /* ALTERADO: Sombra da imagem */
  box-shadow: 0 20px 60px rgba(0, 0, 0, .1)
}

.floating-elements {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.floating-book {
  position: absolute;
  animation: float 6s ease-in-out infinite
}

.floating-book img {
  width: 80px;
  height: 120px;
  border-radius: 8px;
  /* ALTERADO: Sombra dos livros flutuantes */
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15)
}

.book-1 {
  top: 10%;
  left: -10%
}

.book-2 {
  top: 60%;
  right: -15%
}

.book-3 {
  bottom: 20%;
  left: -5%
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0) rotate(0)
  }

  50% {
    transform: translateY(-18px) rotate(5deg)
  }
}

.tldr {
  padding: 3.5rem 0;
  /* ALTERADO: Fundo da seção */
  background: #EAE6E3;
}

.tldr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem
}

.tldr-card {
  /* ALTERADO: Fundo e borda dos cards */
  background: #F8F5F2;
  border: 1px solid #dcd6d0;
  border-radius: 16px;
  padding: 1.2rem
}

.tldr-card h3 {
  font-size: 1.05rem;
  margin-bottom: .4rem
}

.tldr-cta {
  text-align: center;
  margin-top: 1.5rem
}

.what-you-get {
  padding: 4rem 0;
  /* ALTERADO: Fundo da seção */
  background: #EAE6E3;
}

.books-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.4rem;
  margin-bottom: 2rem
}

.book-item {
  /* ALTERADO: Fundo e borda dos itens de livro */
  background: #F8F5F2;
  border-radius: 16px;
  padding: 1.4rem;
  text-align: center;
  border: 1px solid #dcd6d0;
  transition: .25s
}

.book-item:hover {
  transform: translateY(-6px);
  /* ALTERADO: Sombra no hover */
  box-shadow: 0 20px 60px rgba(93, 138, 168, .15);
}

.book-cover {
  margin-bottom: 1rem
}

.book-cover img {
  width: 110px;
  height: 165px;
  object-fit: cover;
  border-radius: 10px;
  /* ALTERADO: Sombra da capa do livro */
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.book-info h3 {
  font-size: 1.15rem;
  margin-bottom: .3rem
}

.book-category {
  display: inline-block;
  /* ALTERADO: Cor da categoria */
  background: #5D8AA8;
  color: #fff;
  padding: .25rem .8rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 700;
  margin-bottom: .6rem
}

.book-info p {
  /* ALTERADO: Cor do texto de descrição */
  color: #707070;
  font-size: .95rem
}

.books-cta {
  text-align: center;
  padding: 1.4rem;
  /* ALTERADO: Fundo e borda do CTA de livros */
  background: rgba(232, 122, 93, .1);
  border-radius: 16px;
  border: 1px solid rgba(232, 122, 93, .2);
}

.books-highlight {
  font-size: 1.1rem;
  margin-bottom: 1rem
}

.reviews-images {
  padding: 4rem 0;
  /* ALTERADO: Fundo da seção de reviews */
  background: #F8F5F2;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.2rem;
  margin-top: 1.6rem
}

.review-image {
  border-radius: 16px;
  overflow: hidden;
  /* ALTERADO: Sombra da imagem de review */
  box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
  transition: .25s
}

.review-image:hover {
  transform: translateY(-6px)
}

.benefits {
  padding: 4rem 0;
  /* ALTERADO: Fundo da seção de benefícios */
  background: #EAE6E3;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.2rem;
  margin-top: 1.6rem
}

.benefit-card {
  /* ALTERADO: Fundo e borda dos cards de benefício */
  background: #F8F5F2;
  padding: 1.6rem;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #dcd6d0;
  transition: .25s
}

.benefit-card:hover {
  transform: translateY(-6px);
  /* ALTERADO: Sombra no hover */
  box-shadow: 0 20px 60px rgba(93, 138, 168, .15);
}

.benefit-icon {
  width: 74px;
  height: 74px;
  /* ALTERADO: Cor do ícone de benefício */
  background: #E87A5D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.8rem;
  color: #fff;
}

.benefit-card h3 {
  font-size: 1.2rem;
  margin-bottom: .4rem
}

.benefit-card p {
  /* ALTERADO: Cor do texto do card */
  color: #707070;
}

.about {
  padding: 4rem 0
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 1.2rem 0 1.4rem
}

.stat-item {
  text-align: center;
  padding: 1rem;
  /* ALTERADO: Fundo e borda do item de estatística */
  background: #EAE6E3;
  border-radius: 12px;
  border: 1px solid #dcd6d0;
}

.stat-item h3 {
  font-size: 2rem;
  /* ALTERADO: Cor do número da estatística */
  color: #E87A5D;
  margin-bottom: .2rem
}

.categories-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem
}

.category-tag {
  /* ALTERADO: Cor da tag de categoria */
  background: #5D8AA8;
  color: #fff;
  padding: .45rem .8rem;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 700
}

.steps {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1rem
}

.step {
  /* ALTERADO: Fundo e borda do passo */
  background: rgba(0, 0, 0, .04);
  border: 1px solid #dcd6d0;
  padding: .6rem .8rem;
  border-radius: 12px;
  font-weight: 600
}

.step-num {
  /* ALTERADO: Cor do número do passo */
  background: #E87A5D;
  color: #fff;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: .5rem;
  font-size: .8rem
}

.about-img {
  max-width: 100%;
  width: 420px;
  height: auto;
  display: block;
  margin: 0 auto
}

.price-comparison {
  padding: 4rem 0;
  /* ALTERADO: Fundo da seção */
  background: #EAE6E3;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 1rem;
  margin-bottom: 2.2rem
}

.price-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  /* ALTERADO: Sombra do item de preço */
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  transition: .25s
}

.price-item:hover {
  transform: translateY(-4px)
}

.price-item img {
  width: 100px;
  max-width: 200px;
  height: auto;
  display: block
}

.price-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);
  padding: .7rem;
  text-align: center
}

.individual-price {
  /* ALTERADO: Cor do preço individual */
  color: #fff;
  font-weight: 800
}

.urgency {
  /* ALTERADO: Fundo da seção de urgência */
  background: #E87A5D;
  padding: 2.6rem 0;
  text-align: center;
  color: #fff;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem
}

.countdown-item {
  background: rgba(255, 255, 255, .2);
  padding: 1rem;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  min-width: 90px
}

.countdown-number {
  display: block;
  font-size: 2rem;
  font-weight: 800
}

.countdown-label {
  font-size: .85rem;
  opacity: .9
}

.final-cta {
  padding: 4rem 0;
  /* ALTERADO: Fundo da seção */
  background: #F8F5F2;
  text-align: center
}

.cta-content>h2 {
  font-size: 2.2rem;
  margin-bottom: .6rem
}

.cta-content>p {
  font-size: 1.15rem;
  /* ALTERADO: Cor do texto */
  color: #707070;
  margin-bottom: 2rem
}

.offer-box {
  /* ALTERADO: Fundo e borda da caixa de oferta */
  background: #EAE6E3;
  border-radius: 20px;
  padding: 2rem;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #dcd6d0;
}

.offer-header h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  /* ALTERADO: Cor do título da oferta */
  color: #E87A5D;
}

.price {
  margin-bottom: 1.2rem
}

.old-price {
  text-decoration: line-through;
  /* ALTERADO: Cor do preço antigo */
  color: #707070;
  display: block;
  margin-bottom: .3rem
}

.new-price {
  font-size: 2.6rem;
  font-weight: 800;
  /* ALTERADO: Cor do novo preço */
  color: #5D8AA8;
}

.offer-includes {
  text-align: left;
  margin-bottom: 1.8rem
}

.offer-includes li {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: .55rem;
  font-weight: 600
}

.payment-methods {
  margin-top: 1.2rem;
  text-align: center
}

.payment-methods p {
  margin-bottom: .6rem;
  font-size: .9rem;
  /* ALTERADO: Cor do texto */
  color: #707070;
}

.payment-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  flex-wrap: wrap
}

.payment-icons img {
  max-height: 36px;
  width: auto;
  object-fit: contain
}

.guarantee {
  padding: 4rem 0;
  /* ALTERADO: Fundo da seção */
  background: #EAE6E3;
  text-align: center
}

.guarantee-badge {
  width: 90px;
  height: 90px;
  /* ALTERADO: Cor do selo de garantia */
  background: #5D8AA8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 2.4rem
}

.faq {
  padding: 4rem 0
}

.faq-container {
  max-width: 800px;
  margin: 0 auto
}

.faq-item {
  /* ALTERADO: Fundo e borda do item do FAQ */
  background: #EAE6E3;
  border-radius: 12px;
  margin-bottom: .75rem;
  border: 1px solid #dcd6d0;
  overflow: hidden
}

.faq-question {
  padding: 1.1rem 1.4rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .25s
}

.faq-question:hover {
  /* ALTERADO: Fundo no hover */
  background: #dcd6d0;
}

.faq-answer {
  padding: 0 1.4rem;
  max-height: 0;
  overflow: hidden;
  transition: all .3s
}

.faq-item.active .faq-answer {
  padding: 0 1.4rem 1rem;
  max-height: 200px
}

.footer {
  /* ALTERADO: Fundo do rodapé */
  background: #EAE6E3;
  padding: 2.2rem 0 1rem;
  border-top: 1px solid #dcd6d0;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem;
  margin-bottom: 1.2rem
}

.footer-logo span {
  font-size: 1.2rem;
  font-weight: 800;
  /* ALTERADO: Cor do logo no rodapé */
  color: #E87A5D;
}

.footer-bottom {
  border-top: 1px solid #dcd6d0;
  padding-top: 1.2rem;
  text-align: center;
  /* ALTERADO: Cor do texto do rodapé */
  color: #707070;
}

@media (max-width: 900px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    text-align: center
  }

  .hero-quick-list {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 1.6rem
  }

  .about-text {
    order: 1
  }

  .about-image {
    order: 2;
    text-align: center
  }

  .about-img {
    width: min(320px, 90%);
    margin: 12px auto 0
  }
}

@media (max-width: 640px) {
  :root {
    --sticky-h: 46px
  }

  .sticky-copy {
    max-width: calc(100% - 112px);
    font-size: .85rem
  }

  .nav-cta {
    display: none
  }

  .cta-button {
    /* ALTERADO: Sombra do botão no mobile */
    box-shadow: 0 6px 18px rgba(232, 122, 93, .25)
  }

  .hero-title {
    font-size: 2.2rem
  }

  .sticky-copy {
    font-size: .9rem
  }

  .countdown-item {
    min-width: 78px
  }

  .price-item img {
    width: 92px
  }

  .payment-icons img {
    max-height: 28px
  }
}

/* Reviews: imagens fluidas */
.review-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile: 1 coluna e padding seguro */
@media (max-width: 640px) {
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .reviews-images .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* se alguma imagem vier enorme na vertical, limita a altura e evita scroll */
  .review-image img {
    max-height: 520px;
    object-fit: cover;
  }
}

/* ===== Price Summary — ajustes visuais ===== */
.price-summary {
  /* ALTERADO: Fundo e borda */
  background: #F8F5F2;
  border: 1px solid #dcd6d0;
  border-radius: 18px;
  padding: 20px;
}

.total-comparison {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.individual-total,
.our-offer {
  /* ALTERADO: Fundo e borda */
  background: #EAE6E3;
  border: 1px solid #dcd6d0;
  border-radius: 14px;
  padding: 14px 16px;
}

.individual-total h3,
.our-offer h3 {
  font-size: 1.05rem;
  margin-bottom: 4px;
  /* ALTERADO: Cor do texto */
  color: #545454;
}

.big-price {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  /* ALTERADO: Cor do texto */
  color: #545454;
  line-height: 1.2;
  margin-bottom: 2px;
}

.individual-total p,
.our-offer p {
  font-size: .95rem;
  /* ALTERADO: Cor do texto */
  color: #707070;
}

.vs-divider {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  /* ALTERADO: Fundo, borda e cor */
  background: rgba(232, 122, 93, .15);
  border: 1px solid rgba(232, 122, 93, .35);
  color: #E87A5D;
  font-weight: 900;
  letter-spacing: .5px;
}

.savings-highlight {
  /* ALTERADO: Fundo e borda */
  background: rgba(232, 122, 93, .1);
  border: 1px dashed rgba(232, 122, 93, .4);
  border-radius: 14px;
  padding: 14px 16px;
  margin: 4px 0 16px;
}

.savings-highlight h2 {
  font-size: 1.3rem;
  margin: 0 0 4px 0;
}

.savings-highlight .highlight {
  /* ALTERADO: Cor do destaque */
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #E87A5D;
}

.savings-highlight p {
  /* ALTERADO: Cor do texto */
  color: #707070;
  font-size: .95rem;
}

.comparison-cta {
  text-align: left;
}

.comparison-cta .cta-button {
  padding: 1rem 1.6rem;
  font-size: 1.05rem;
  border-radius: 999px;
  /* ALTERADO: Sombra do botão */
  box-shadow: 0 10px 28px rgba(232, 122, 93, .28);
}

/* ===== Responsivo ===== */
@media (max-width: 820px) {
  .total-comparison {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .vs-divider {
    width: 40px;
    height: 40px;
    margin: 2px auto 6px;
  }

  .comparison-cta {
    text-align: center;
  }

  .comparison-cta .cta-button {
    width: 100%;
  }
}

.audio-preview-min {
  padding: 3rem 0;
  /* ALTERADO: Fundo da seção */
  background: #EAE6E3;
  text-align: center
}

.audio-card {
  max-width: 760px;
  margin: 0 auto;
  /* ALTERADO: Fundo e borda do card de áudio */
  background: #F8F5F2;
  border: 1px solid #dcd6d0;
  border-radius: 14px;
  padding: 16px;
  /* ALTERADO: Sombra do card */
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.audio-native {
  width: 100%;
  height: 40px
}

@media (max-width:640px) {
  .audio-card {
    padding: 12px;
    border-radius: 12px
  }

  .audio-native {
    height: 38px
  }
}