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

:root {
  --preto: #3d0508;
  --branco: #ffffff;
  --off: #faf8f5;
  --cinza: #7a6a63;
  --cinza-claro: #b3a49c;
  --vermelho: #6b1423;
  --vermelho-escuro: #4a0e17;
  --dourado: #c9a877;
  --linha: #e6ddd3;
}

html { scroll-behavior: smooth; }
body { font-family: 'Manrope', sans-serif; background: var(--branco); color: var(--preto); overflow-x: hidden; }

h1, h2, h3, .serif { font-family: 'Libre Bodoni', serif; }

.container { max-width: 560px; margin: 0 auto; padding: 0 22px; }
.container-wide { max-width: 900px; }

/* PHOTOS */
.bw-photo { display: block; width: 100%; }

/* HEADER */
header {
  position: sticky; top: 0; z-index: 100;
  background: var(--preto); padding: 18px 22px;
}
header span { color: #fff; font-weight: 700; font-size: 0.95rem; letter-spacing: 0.14em; text-transform: uppercase; }
header span em { color: var(--dourado); font-style: normal; }

/* BUTTONS */
.btn-primary {
  display: block; width: 100%;
  background: var(--vermelho); color: var(--dourado);
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 1.02rem;
  padding: 18px 24px; border-radius: 4px; border: none; cursor: pointer;
  text-decoration: none; text-align: center; letter-spacing: 0.02em;
  transition: background 0.2s;
}
.btn-primary:hover { background: var(--vermelho-escuro); }

.btn-outline {
  display: inline-block; border: 1.5px solid var(--preto); color: var(--preto);
  font-weight: 700; font-size: 0.92rem; padding: 13px 30px; border-radius: 4px;
  text-decoration: none; letter-spacing: 0.02em; transition: all 0.2s;
}
.btn-outline:hover { background: var(--preto); color: #fff; }

.btn-outline-white {
  display: inline-block; border: 1.5px solid var(--dourado); color: var(--dourado);
  font-weight: 700; font-size: 0.92rem; padding: 13px 30px; border-radius: 4px;
  text-decoration: none; letter-spacing: 0.02em; transition: all 0.2s;
}
.btn-outline-white:hover { background: var(--dourado); color: var(--preto); }

/* SECTION TITLES */
.section-title {
  font-size: 1.9rem; font-weight: 700; color: var(--preto);
  line-height: 1.2; margin-bottom: 28px;
}
.section-title-white { color: #fff; }
.eyebrow {
  display: block; font-family: 'Manrope', sans-serif; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--vermelho); margin-bottom: 14px;
}

/* HERO */
#hero { background: var(--preto); padding: 56px 0 0; text-align: center; }
#hero .eyebrow { color: var(--vermelho); }
#hero h1 {
  font-size: 2.3rem; font-weight: 700; line-height: 1.22;
  color: #fff; margin-bottom: 22px;
}
#hero .sub {
  font-size: 1.02rem; color: rgba(255,255,255,0.72); line-height: 1.7;
  margin-bottom: 32px; max-width: 460px; margin-left: auto; margin-right: auto;
}
.hero-img { margin-top: 40px; }
.hero-img img { width: 100%; display: block; }
.hero-parcelas { text-align: center; font-size: 0.85rem; color: rgba(255,255,255,0.55); margin-top: 12px; padding-bottom: 44px; }

/* BADGES */
#badges { padding: 40px 0; background: var(--off); }
.badge-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.badge-pill {
  display: flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--linha);
  border-radius: 50px; padding: 10px 18px;
  font-size: 0.88rem; font-weight: 600; color: var(--preto);
}
.badge-pill svg { width: 16px; height: 16px; stroke: var(--vermelho); fill: none; stroke-width: 2; flex-shrink: 0; }

/* DOR */
#dor { padding: 64px 0 0; text-align: left; }
#dor h2 { font-size: 1.7rem; font-weight: 700; color: var(--preto); line-height: 1.3; margin-bottom: 30px; text-align: center; }
.talvez { font-size: 1.05rem; color: var(--cinza); margin-bottom: 14px; line-height: 1.6; }
.talvez.destaque { color: var(--preto); font-weight: 600; margin-top: 24px; }

.insight-card {
  background: var(--preto); border-radius: 4px;
  padding: 30px 26px; text-align: center; margin: 30px 0;
}
.insight-card p { font-size: 1.1rem; color: #fff; line-height: 1.6; margin-bottom: 10px; font-weight: 600; }
.insight-card p:last-child { margin-bottom: 0; }
.transformacao-txt { font-size: 1.15rem; font-weight: 700; color: var(--preto); line-height: 1.5; text-align: center; margin-top: 6px; }
.transformacao-txt em { color: var(--vermelho); font-style: normal; }

.custo-fecho { text-align: center; margin-top: 28px; font-size: 1.05rem; line-height: 1.6; color: var(--cinza); }
.custo-fecho strong { font-weight: 700; color: var(--preto); }

/* IMAGINE / CONTRASTE */
#imagine { background: var(--off); padding: 60px 0; }
#imagine h2 { font-size: 1.7rem; font-weight: 700; color: var(--preto); text-align: center; margin-bottom: 30px; line-height: 1.3; }
.imagine-list { display: flex; flex-direction: column; gap: 4px; }
.imagine-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 13px 0; border-bottom: 1px solid var(--linha);
  font-size: 0.98rem; color: var(--preto); line-height: 1.55;
}
.imagine-item svg { width: 18px; height: 18px; stroke: var(--vermelho); fill: none; stroke-width: 2.4; flex-shrink: 0; margin-top: 3px; }
.imagine-fecho { text-align: center; margin-top: 30px; font-size: 1.05rem; color: var(--preto); line-height: 1.65; font-weight: 600; }

/* COMUNIDADE (manifesto + força + presença, fundidos) */
#comunidade { padding: 64px 0; background: #fff; }
.manifesto-eyebrow { text-align: center; }
#comunidade h2 { font-size: 1.9rem; font-weight: 700; text-align: center; line-height: 1.28; margin-bottom: 30px; }
#comunidade h2 em { color: var(--vermelho); font-style: normal; }
#comunidade p { font-size: 1rem; color: var(--cinza); line-height: 1.75; margin-bottom: 18px; }
#comunidade p.lead { color: var(--preto); font-weight: 600; font-size: 1.05rem; }
#comunidade p:last-child { margin-bottom: 0; }
.negociar-list { background: var(--off); border-left: 3px solid var(--vermelho); border-radius: 4px; padding: 22px 22px; margin: 22px 0; }
.negociar-list p { color: var(--preto); margin-bottom: 10px; font-weight: 600; }
.negociar-list p:last-child { margin-bottom: 0; }
.forca-quote { text-align: center; font-weight: 700; font-size: 1.1rem; color: var(--preto); margin: 24px 0; line-height: 1.5; }
.destaque-final { text-align: center; font-weight: 700; color: var(--preto); font-size: 1.05rem; margin-top: 10px; }

.plataforma-preview { margin: 28px 0; }
.plataforma-preview img { display: block; width: 100%; border-radius: 8px; box-shadow: 0 8px 24px rgba(61,5,8,0.18); }
.plataforma-preview img + img { margin-top: 14px; }
.plataforma-caption { display: block; text-align: center; font-size: 0.82rem; color: var(--vermelho); font-weight: 600; margin-top: 12px; letter-spacing: 0.02em; }

.vida-card { background: var(--off); border-left: 3px solid var(--vermelho); border-radius: 4px; padding: 28px 24px; margin-bottom: 16px; }
.vida-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--preto); margin-bottom: 10px; font-family: 'Libre Bodoni', serif; }
.vida-card p { font-size: 0.97rem; color: var(--cinza); line-height: 1.7; margin-bottom: 0; }

/* PILARES */
#pilares { background: #fff; padding: 64px 0; }
#pilares h2 { font-size: 1.9rem; font-weight: 700; color: var(--preto); text-align: center; margin-bottom: 34px; line-height: 1.28; }
.pilar-card {
  background: var(--off); border-left: 3px solid var(--vermelho); border-radius: 4px; padding: 30px 24px;
  margin-bottom: 16px;
}
.pilar-card h3 { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vermelho); margin-bottom: 14px; }
.pilar-card p { font-size: 0.98rem; color: var(--cinza); line-height: 1.7; }
.pilares-fecho { text-align: center; color: var(--preto); margin-top: 26px; line-height: 1.7; font-weight: 600; font-size: 1.05rem; }

/* APLICACOES */
#aplicacoes { padding: 64px 0; }
#aplicacoes h2 { font-size: 1.7rem; font-weight: 700; text-align: center; margin-bottom: 34px; line-height: 1.3; }
.aplic-card { background: var(--off); border-radius: 4px; padding: 30px 24px; margin-bottom: 20px; }
.aplic-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 16px; font-family: 'Libre Bodoni', serif; }
.aplic-card h3 em { color: var(--vermelho); font-style: normal; }
.aplic-card ul { list-style: none; margin-bottom: 16px; }
.aplic-card li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 0.95rem; color: var(--cinza); line-height: 1.55; }
.aplic-card li::before { content: '•'; position: absolute; left: 0; color: var(--vermelho); }
.aplic-card .fecho { font-size: 0.98rem; color: var(--preto); font-weight: 600; line-height: 1.6; margin-bottom: 0; }

/* AUTORIDADE */
#autoridade { padding: 0 0 64px; }
.aut-photo { overflow: hidden; margin-bottom: 30px; }
.aut-photo img { width: 100%; display: block; }
.aut-eyebrow { text-align: center; }
#autoridade h2 { font-size: 1.5rem; font-weight: 700; text-align: center; line-height: 1.35; margin-bottom: 22px; }
#autoridade p { font-size: 0.98rem; color: var(--cinza); line-height: 1.75; margin-bottom: 16px; }
#autoridade p.quote { font-weight: 600; color: var(--preto); font-size: 1.08rem; text-align: center; margin: 20px 0; }
.aut-divider { height: 1px; background: var(--linha); margin: 26px 0; }
.aut-assinatura { text-align: center; font-weight: 700; color: var(--preto); font-size: 1rem; }

/* PARA QUEM */
#para-quem { background: var(--off); padding: 60px 0; }
#para-quem h2 { font-size: 1.7rem; font-weight: 700; text-align: center; margin-bottom: 28px; line-height: 1.3; }
.para-quem-item {
  display: flex; align-items: flex-start; gap: 12px;
  background: #fff; border-radius: 4px; padding: 16px 18px; margin-bottom: 10px;
  font-size: 0.95rem; color: var(--preto); line-height: 1.55;
}
.para-quem-item svg { width: 18px; height: 18px; stroke: var(--vermelho); fill: none; stroke-width: 2.4; flex-shrink: 0; margin-top: 2px; }

/* INCLUSO */
#incluso { padding: 60px 0; }
#incluso h2 { font-size: 1.7rem; font-weight: 700; text-align: center; margin-bottom: 28px; line-height: 1.3; }
.incluso-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 0; border-bottom: 1px solid var(--linha);
  font-size: 0.97rem; color: var(--preto); line-height: 1.6;
}
.incluso-item:last-child { border-bottom: none; }
.incluso-item svg { width: 20px; height: 20px; stroke: var(--vermelho); fill: none; stroke-width: 2.2; flex-shrink: 0; margin-top: 2px; }
.incluso-item strong { display: block; margin-bottom: 3px; }
.incluso-item span.desc { color: var(--cinza); font-size: 0.93rem; }

/* NAO ESPERE */
#nao-espere { background: var(--off); padding: 60px 0; text-align: center; }
#nao-espere h2 { font-size: 1.7rem; font-weight: 700; color: var(--preto); margin-bottom: 22px; line-height: 1.3; }
#nao-espere p { font-size: 0.98rem; color: var(--cinza); line-height: 1.75; margin-bottom: 14px; }
#nao-espere .evidencia { color: var(--preto); font-weight: 700; font-size: 1.15rem; margin: 22px 0; }

/* OFERTA */
#oferta { padding: 60px 0; }
.oferta-card {
  background: var(--off); border: 2px solid var(--preto); border-radius: 4px;
  padding: 40px 26px 32px; position: relative;
}
.oferta-badge {
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  background: var(--dourado); color: var(--preto); font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 9px 22px; border-radius: 50px; white-space: nowrap;
}
.oferta-title { font-size: 1.5rem; font-weight: 700; text-align: center; margin-bottom: 24px; font-family: 'Libre Bodoni', serif; }
.preco-valor { font-size: 2.6rem; font-weight: 800; color: var(--preto); text-align: center; line-height: 1; margin-bottom: 6px; font-family: 'Libre Bodoni', serif; }
.preco-label { font-size: 0.95rem; color: var(--cinza); text-align: center; margin-bottom: 26px; }
.garantia-mini {
  display: flex; align-items: flex-start; gap: 14px;
  background: #fff; border-radius: 4px; padding: 16px; margin-top: 22px;
}
.garantia-mini svg { width: 30px; height: 30px; stroke: var(--vermelho); fill: none; stroke-width: 1.6; flex-shrink: 0; }
.garantia-mini h4 { font-size: 0.92rem; font-weight: 700; color: var(--preto); margin-bottom: 4px; }
.garantia-mini p { font-size: 0.85rem; color: var(--cinza); line-height: 1.5; }

/* GARANTIA SECAO */
#garantia { padding: 0 0 60px; }
.garantia-box { background: var(--off); border-radius: 4px; padding: 40px 26px; text-align: center; }
.garantia-box h2 { font-size: 1.35rem; font-weight: 700; margin-bottom: 16px; font-family: 'Libre Bodoni', serif; }
.garantia-box p { font-size: 0.97rem; color: var(--cinza); line-height: 1.7; margin-bottom: 0; }

/* FAQ */
#faq { padding: 60px 0; }
#faq h2 { font-size: 1.7rem; font-weight: 700; margin-bottom: 30px; text-align: center; }
.faq-item { border-bottom: 1px solid var(--linha); }
.faq-question {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 18px 0; background: none; border: none; cursor: pointer;
  text-align: left; font-family: 'Manrope', sans-serif; font-size: 0.96rem;
  font-weight: 600; color: var(--preto); gap: 12px;
}
.faq-chevron { flex-shrink: 0; transition: transform 0.25s; color: var(--vermelho); font-size: 1.2rem; display: block; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 0 18px; font-size: 0.93rem; color: var(--cinza); line-height: 1.7; }
.faq-item.open .faq-answer { display: block; }

/* CTA FINAL */
#cta-final { background: var(--preto); padding: 64px 0; text-align: center; }
#cta-final h2 { font-size: 1.9rem; font-weight: 700; color: #fff; margin-bottom: 18px; line-height: 1.25; font-family: 'Libre Bodoni', serif; }
#cta-final p { font-size: 1rem; color: rgba(255,255,255,0.72); margin-bottom: 32px; line-height: 1.65; }

/* FOOTER */
footer { background: var(--preto); padding: 32px 20px; text-align: center; border-top: 1px solid rgba(255,255,255,0.1); }
footer p { font-size: 0.8rem; color: rgba(255,255,255,0.4); line-height: 1.7; margin-bottom: 4px; }

/* STICKY CTA */
.sticky-cta-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 98;
  background: var(--preto); padding: 12px 20px;
}
.sticky-cta-bar.visible { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 20px; }
.sticky-price-info { display: flex; flex-direction: column; line-height: 1.3; min-width: 0; }
.sticky-price-main { font-size: 1.05rem; font-weight: 800; color: #fff; }
.sticky-price-parcelas { font-size: 0.66rem; color: rgba(255,255,255,0.6); white-space: nowrap; }
.sticky-cta-bar .btn-primary { white-space: nowrap; font-size: 0.86rem; padding: 13px 18px; flex-shrink: 0; min-width: 0; }

@media (max-width: 400px) {
  .sticky-cta-bar.visible { flex-wrap: wrap; row-gap: 8px; }
  .sticky-cta-bar .btn-primary { flex: 1 1 100%; text-align: center; }
}
