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

body {
  font-family: 'Poppins', sans-serif;
  color: #707070;
  line-height: 1.4;
}

b { font-weight: 600; }

/* Section labels (as seen in the Elementor template) */
.bloco-label {
  background: #ED6749;
  padding: 20px;
  text-align: center;
}
.bloco-label h2 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  max-width: 74%;
  margin: 0 auto;
}

/* Generic content sections */
.content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 50px 30px;
  text-align: center;
}
.content-block.no-gap { gap: 24px; }

.bg-gray { background: #E7E7E7; }
.bg-white { background: #FFFFFF; }
.bg-dark { background: #303030; }

.headline {
  font-size: 24px;
  font-weight: 400;
  color: #707070;
  max-width: 100%;
}
.subheadline {
  font-size: 24px;
  font-weight: 400;
  color: #707070;
  max-width: 100%;
}
.subheadline.light { color: #FFFFFF; }
.subheadline.light b.accent { color: #ED6749; }
.mid-heading {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
}
.mid-heading.bold { font-weight: 600; color: #707070; }
.mid-heading.light { color: #FFFFFF; }
.mid-heading.accent { font-weight: 700; color: #ED6749; }
.body-text { font-size: 20px; max-width: 90%; }
.body-text.light { color: #FFFFFF; }
.why-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 640px;
  width: 100%;
  text-align: center;
}
.why-card .body-text { max-width: 100%; color: #000000; }
.macbook-photo { width: 100%; max-width: 420px; }

/* Bloco Ruminação - all text in black */
#bloco-ruminacao .subheadline,
#bloco-ruminacao .mid-heading.bold,
#bloco-ruminacao .body-text {
  color: #000000;
}
#bloco-ruminacao .mid-heading.accent { color: #ED6749; }
#bloco-ruminacao .body-text b.accent { color: #ED6749; font-weight: 700; }

/* Placeholder image blocks (stand-ins for real images/photos) */
.ph-img {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 4 / 3;
  background: repeating-linear-gradient(45deg, #cfcfcf, #cfcfcf 10px, #bdbdbd 10px, #bdbdbd 20px);
  border: 2px dashed #999;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 8px;
}
.ph-img.small { max-width: 200px; aspect-ratio: 16 / 9; }
.ph-img.square { max-width: 150px; aspect-ratio: 1 / 1; }
.bundle-photo { width: 100%; max-width: 420px; }
.price-logo { width: 100%; max-width: 160px; }
.tags-photo { width: 100%; max-width: 340px; }
.ph-16 { max-width: 100px; }
.logo { width: 100%; max-width: 260px; }
.highlight { color: #000000; font-weight: 700; }
.content-photo { width: 100%; max-width: 480px; border-radius: 12px; }
.ph-29 { max-width: 260px; }
.ph-54 { max-width: 480px; }

.grid-6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 640px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 800px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 900px;
}

/* Ruminação quote box */
.quote-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #000000;
  border-radius: 24px;
  padding: 40px;
  max-width: 420px;
  width: 100%;
  text-align: center;
}
.quote-box-img .ph-img { max-width: 120px; }
.alert-icon { width: 100%; max-width: 190px; flex-shrink: 0; }
.quote-box-text h4 { color: #FFCC01; font-size: 26px; margin-bottom: 8px; }
.quote-box-text p { color: #FFFFFF; font-size: 20px; }

/* Passo a passo */
.step-card {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #E7E7E7;
  border-radius: 24px;
  padding: 32px;
  max-width: 800px;
  width: 100%;
  text-align: left;
}
.step-text h4 { font-size: 26px; font-weight: 400; color: #707070; margin-bottom: 4px; }
.step-text h4.accent { color: #ED6749; font-weight: 700; }
.step-text p { font-size: 18px; color: #000000; margin-top: 8px; }
.step-img .ph-img { max-width: 160px; }
.step-photo { width: 100%; max-width: 160px; border-radius: 12px; flex-shrink: 0; object-fit: cover; }

/* Benefícios */
.benefit-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #E7E7E7;
  border-radius: 24px;
  padding: 24px;
  text-align: left;
}
.benefit-card .ph-img.small { max-width: 80px; aspect-ratio: 1/1; flex-shrink: 0; }
.benefit-icon { width: 56px; height: 56px; flex-shrink: 0; }
.benefit-icon svg { width: 100%; height: 100%; }
.benefit-text h4 { font-size: 24px; font-weight: 600; color: #707070; margin-bottom: 4px; }
.benefit-text p { font-size: 18px; color: #000000; }

/* Entregáveis / Bônus cards */
.deliverable-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 32px;
  max-width: 800px;
  width: 100%;
  text-align: left;
}
.deliverable-card.gray { background: #E7E7E7; }
.deliverable-card .ph-img { max-width: 140px; flex-shrink: 0; }
.mockup-photo { max-width: 160px; flex-shrink: 0; border-radius: 8px; }
.deliverable-text h4 { font-size: 24px; font-weight: 600; color: #707070; margin-bottom: 8px; }
.deliverable-text h4.accent { color: #ED6749; }
.deliverable-text p { font-size: 18px; color: #000000; }

/* Para quem serve */
.who-card {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #E7E7E7;
  border-radius: 24px;
  padding: 32px;
  max-width: 800px;
  width: 100%;
  text-align: left;
}
.icon-list { list-style: none; }
.icon-list li { font-size: 18px; color: #000000; margin-bottom: 12px; display: flex; align-items: flex-start; gap: 8px; }
.check-icon { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
.who-card .ph-img { max-width: 200px; flex-shrink: 0; }
.who-photo { max-width: 220px; flex-shrink: 0; }

/* Recapitulando */
.recap-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  text-align: left;
}
.recap-card .check { font-size: 16px; color: #000000; }
.recap-card strong { font-size: 22px; color: #707070; }

/* Value stack (recapitulando) */
.value-stack {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 32px;
  width: 100%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.value-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.value-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #000000;
  text-align: left;
  flex: 1;
  min-width: 0;
}
.value-item .check-icon { width: 22px; height: 22px; flex-shrink: 0; }
.value-price {
  font-size: 20px;
  font-weight: 700;
  color: #C0392B;
  text-decoration: line-through;
  white-space: nowrap;
  flex-shrink: 0;
}
.total-price {
  text-decoration: line-through;
  font-weight: 700;
}

/* Valor / Pricing */
.price-card {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 32px;
  max-width: 700px;
  width: 100%;
}
.price-text { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.price-text hr { border: none; border-top: 1px solid #ccc; width: 100%; }
.price-text h4 { font-size: 20px; color: #707070; font-weight: 400; }
.price-big { font-size: 32px; color: #049A6A; font-weight: 700; }

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #049A6A;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
}
.cta-button:hover { opacity: 0.9; }
.cta-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}
.cta-button:hover .cta-arrow { transform: translateX(4px); }

/* Icon boxes (como acessar) */
.icon-box {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.icon-box strong { font-size: 18px; color: #707070; }
.icon-box p { font-size: 16px; color: #000000; }
.access-icon { width: 48px; height: 48px; margin: 0 auto; }
.access-icon svg { width: 100%; height: 100%; }

/* Autoridade */
.author-card {
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 700px;
  width: 100%;
  text-align: left;
}
.author-text { display: flex; flex-direction: column; gap: 16px; }
.author-text h3 { font-size: 26px; color: #707070; margin-bottom: 4px; }
.author-text h4 { font-size: 20px; color: #707070; font-weight: 400; margin-bottom: 12px; }
.author-text p { font-size: 18px; color: #000000; line-height: 1.6; }
.author-card .ph-img { max-width: 200px; flex-shrink: 0; }
.author-photo { width: 100%; max-width: 200px; border-radius: 16px; flex-shrink: 0; object-fit: cover; }

/* Conversa séria */
.options { max-width: 700px; }
.option-card {
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
.option-card.pink { background: #FFF1F4; }
.option-card.green { background: #F3FFFB; }
.option-title-row { display: flex; align-items: center; gap: 10px; }
.option-card .icon { font-size: 24px; line-height: 1; }
.option-card h4 { font-size: 22px; color: #707070; }
.option-card p { font-size: 18px; color: #000000; }

/* Alívio Rápido */
.relief-block {
  background: #ED6749;
  gap: 16px;
}
.relief-block .mid-heading.light { color: #FFFFFF; }
.relief-block .body-text.light { max-width: 640px; }

/* FAQ Accordion */
.accordion { max-width: 700px; width: 100%; display: flex; flex-direction: column; gap: 8px; }
.accordion-item { background: #FFFFFF; border-radius: 12px; overflow: hidden; }
.accordion-header {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 24px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #707070;
  cursor: pointer;
}
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  padding: 0 24px;
  text-align: left;
}
.accordion-body p { font-size: 16px; color: #000000; padding-bottom: 20px; }
.accordion-item.open .accordion-body { max-height: 400px; }

/* WhatsApp floating button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: transform 0.2s ease;
}
.whatsapp-float svg { width: 30px; height: 30px; }
.whatsapp-float:hover { transform: scale(1.08); }

/* Footer */
.footer p { color: #FFFFFF; font-size: 14px; max-width: 800px; margin-bottom: 12px; }
.footer p.small { color: #aaaaaa; font-size: 13px; }

/* Responsive */
@media (max-width: 640px) {
  .content-block { padding: 30px 20px; }
  .logo-block { padding: 10px 20px; gap: 0; }
  .grid-6 { grid-template-columns: repeat(2, 1fr); max-width: 100%; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .step-card, .deliverable-card, .who-card, .author-card, .price-card, .quote-box {
    flex-direction: column;
    text-align: center;
  }
  .step-text, .deliverable-text, .author-text { text-align: center; }
  .headline, .subheadline { font-size: 18px; }
  .deliverable-card { padding: 24px; }
  .deliverable-text h4 { font-size: 19px; }
  .bloco-label h2 { font-size: 15px; max-width: 100%; line-height: 1.3; }
  .value-row { gap: 8px; }
  .value-item { font-size: 14px; gap: 6px; }
  .value-item .check-icon { width: 18px; height: 18px; }
  .value-price { font-size: 15px; }
  .value-stack { padding: 20px; gap: 14px; }
  .quote-box { padding: 28px 20px; }
  .quote-box-text h4 { font-size: 19px; white-space: nowrap; }
  .quote-box-text p { font-size: 17px; }
}
