/* ── Estilos específicos da pea-lp-aberta ──────────── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Playfair+Display:ital@1&display=swap');

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
               'Helvetica Neue', Arial, sans-serif;
}

/* DOBRA 1: Header VSL */
.vsl-header {
  text-align: center;
  margin-bottom: 28px;
}

.vsl-header__signature {
  display: block;
  margin: 0 auto 10px;
  height: 44px;
  width: auto;
  opacity: 0.9;
}

.vsl-header__subtitle {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  color: #aaaaaa;
  letter-spacing: 0.2px;
  margin: 0 0 10px;
}

.vsl-header__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  background: linear-gradient(160deg, #ffffff 20%, #f0fdf4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.vsl-header__title span {
  background: linear-gradient(135deg, #4ade80 0%, #22c55e 60%, #16a34a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* VSL wrapper com bordas arredondadas */
.vsl-wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
}

/* CTA override — mais discreto e moderno */
.cta-button {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 20px auto 0;
  padding: 13px 32px;
  font-size: 13px;
  letter-spacing: 1.2px;
  border-radius: 100px;
  background: linear-gradient(135deg, #4ade80 0%, #22c55e 50%, #16a34a 100%);
  box-shadow: 0 2px 12px rgba(34, 197, 94, 0.25);
}

.cta-button:hover {
  animation: cta-pulse 0.9s ease-out infinite;
  filter: brightness(1.08);
  transform: translateY(-1px);
}

/* Texto acima do CTA */
.cta-subtext {
  font-size: 13px;
  color: #cccccc;
  text-align: center;
  line-height: 1.6;
  margin: 36px 0 0;
}

.cta-subtext strong {
  color: #ffffff;
  font-weight: 700;
}

/* DOBRA 2: Problema */
.problem-section {
  margin-top: 80px;
}

.problem-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.problem-col {
  padding: 24px 20px;
  border-radius: 16px;
  position: relative;
}

.problem-col--pain {
  background: #130810;
  border: 1px solid #FF5F8A22;
  border-left: 3px solid #FF5F8A55;
}

.problem-col--gain {
  background: #081208;
  border: 1px solid #22c55e22;
  border-left: 3px solid #22c55e55;
}

.problem-col__title {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 20px;
  letter-spacing: -0.2px;
}

.problem-col--pain .problem-col__title {
  background: linear-gradient(135deg, #ffffff 40%, #fecdd3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.problem-col--gain .problem-col__title {
  background: linear-gradient(135deg, #ffffff 40%, #bbf7d0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.problem-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.problem-list__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #bbbbbb;
  line-height: 1.55;
}

.problem-icon {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-top: 2px;
}

.problem-icon--x {
  color: #FF5F8A;
}

.problem-icon--check {
  color: #22c55e;
}

.problem-bridge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  color: #444444;
}

.problem-cta {
  margin-top: 24px;
}

/* Label e título de seção — padrão reutilizável */
.section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #22c55e;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: #0d2918;
  border: 1px solid #22c55e33;
  border-radius: 100px;
  padding: 5px 12px;
  margin: 0 auto 16px;
  width: fit-content;
  /* needed for centering when used inside a flex/block container */
  display: flex;
}

.section-title {
  font-size: 19px;
  font-weight: 800;
  text-align: center;
  line-height: 1.35;
  margin: 0;
  letter-spacing: -0.3px;
  background: linear-gradient(160deg, #ffffff 30%, #bbf7d0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Logos de clientes — abaixo do carrossel */
.clients-block {
  margin-top: 40px;
  text-align: center;
  background: #f2f2f2;
  border-radius: 16px;
  padding: 24px 20px;
  margin-left: -16px;
  margin-right: -16px;
}

.clients-label {
  font-size: 10px;
  font-weight: 600;
  color: #888888;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 20px;
  white-space: nowrap;
}

.clients-logos {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto;
}

/* DOBRA 4: Módulos */
.modules-section {
  margin-top: 80px;
}

.modules-image {
  display: block;
  width: 100%;
  border-radius: 16px;
  margin: 28px 0;
}

.modules-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
}

.module-item {
  background: #0d0d0d;
  border: 1px solid #1e1e1e;
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.module-item[open] {
  border-color: #22c55e33;
}

.module-item--bonus {
  border-color: #22c55e22;
  background: #0a1a0d;
}

.module-item--bonus[open] {
  border-color: #22c55e55;
}

.module-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.module-summary::-webkit-details-marker { display: none; }

.module-summary__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.module-number {
  font-size: 11px;
  font-weight: 600;
  color: #22c55e;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.module-number--bonus {
  color: #4ade80;
}

.module-title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.module-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #22c55e;
  transition: transform 0.25s ease;
}

.module-item[open] .module-icon {
  transform: rotate(180deg);
}

.module-body {
  padding: 0 18px 20px;
  border-top: 1px solid #1a1a1a;
}

.module-lessons {
  margin: 16px 0 14px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  counter-reset: lesson;
}

.module-lessons li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 13px;
  color: #ffffff;
  line-height: 1.45;
  counter-increment: lesson;
}

.module-lessons li::before {
  content: counter(lesson, upper-roman) ".";
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 600;
  color: #22c55e;
  min-width: 20px;
}

.lesson-bonus {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #22c55e;
  background: #22c55e18;
  border: 1px solid #22c55e33;
  border-radius: 4px;
  padding: 1px 5px;
  letter-spacing: 0.3px;
  vertical-align: middle;
  margin-right: 2px;
}

.module-description {
  font-size: 13px;
  color: #cccccc;
  line-height: 1.65;
  margin: 10px 0 0;
  padding-top: 14px;
  border-top: 1px solid #2a2a2a;
}

/* DOBRA 5: Tudo que você vai receber */
.whats-included-section {
  margin-top: 80px;
}

.included-card {
  background: linear-gradient(160deg, #141414 0%, #0f0f0f 100%);
  border: 1px solid #222222;
  border-radius: 20px;
  padding: 32px 24px 28px;
  position: relative;
  overflow: hidden;
}

.included-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(160deg, #22c55e22, transparent 60%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.included-title {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  margin: 0 0 8px;
  line-height: 1.3;
}

.included-subtitle {
  font-size: 15px;
  color: #aaaaaa;
  text-align: center;
  margin: 0 0 28px;
}

.included-today {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #22c55e;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.included-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.included-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #1c1c1c;
  font-size: 15px;
  font-weight: 500;
  color: #eeeeee;
  line-height: 1.4;
}

.included-item:last-child {
  border-bottom: none;
}

.included-check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #22c55e;
  background: #22c55e15;
  border-radius: 50%;
  padding: 3px;
}

.included-cta {
  margin-top: 0;
}

/* DOBRA 6: Preço */
.pricing-section {
  margin-top: 80px;
}

.pricing-section .section-title {
  background: none;
  -webkit-text-fill-color: #ffffff;
}

.pricing-card {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 32px 24px 28px;
  margin-top: 28px;
  text-align: center;
}

.pricing-original {
  font-size: 15px;
  color: #666666;
  margin: 0 0 20px;
}

.pricing-original s {
  color: #888888;
}

.pricing-main {
  margin-bottom: 24px;
}

.pricing-label {
  font-size: 15px;
  color: #444444;
  margin: 0 0 4px;
}

.pricing-price {
  font-size: 56px;
  font-weight: 800;
  color: #111111;
  line-height: 1.1;
  margin: 0 0 6px;
  letter-spacing: -1px;
}

.pricing-cash {
  font-size: 14px;
  color: #555555;
  margin: 0;
}

.pricing-cta {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
}

.pricing-badges {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.payment-logos-img {
  display: block;
  max-width: 280px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.trust-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #555555;
  font-weight: 500;
}

.trust-badge svg {
  color: #555555;
}

.pricing-warning {
  margin: 20px 0 0;
  font-size: 14px;
  color: #FF5F8A;
  line-height: 1.5;
  padding-top: 18px;
  border-top: 1px solid #dddddd;
}

.pricing-warning strong {
  font-weight: 800;
}

/* DOBRA 7: Garantia */
.guarantee-section {
  margin-top: 80px;
  text-align: center;
}

.guarantee-badge {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.guarantee-title {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.5px;
  margin: 0 0 16px;
}

.guarantee-text {
  font-size: 16px;
  color: #cccccc;
  line-height: 1.65;
  margin: 0 0 16px;
}

.guarantee-text strong {
  color: #ffffff;
}

.guarantee-subtext {
  font-size: 16px;
  color: #888888;
  margin: 0;
}

/* Divisor entre seções */
.section-divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #22c55e55, transparent);
  border-radius: 2px;
  margin: 0 auto;
}

/* Profile — mais respiro antes do footer */
.profile-section {
  margin-top: 80px;
}

/* Depoimentos — override de margem do shared */
.testimonials-section {
  margin-top: 80px;
}

.testimonials-section .section-title {
  margin-bottom: 28px;
}

/* DOBRA 8: FAQ — fundo invertido */
.faq-section {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 32px 24px;
  margin-top: 80px;
  margin-left: -16px;
  margin-right: -16px;
}

.faq-section .section-label {
  color: #16a34a;
  background: #dcfce7;
  border-color: #16a34a33;
}

.faq-section .section-title {
  background: none;
  -webkit-text-fill-color: #111111;
}

.faq-section .faq-item {
  border-bottom-color: #dddddd;
}

.faq-section .faq-item:first-of-type {
  border-top-color: #dddddd;
}

.faq-section .faq-question {
  color: #111111;
}

.faq-section .faq-item[open] .faq-question {
  color: #16a34a;
}

.faq-section .faq-answer p {
  color: #444444;
}

.faq-section .faq-answer strong {
  color: #111111;
}
