/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1a1a1a;
  background: #f5f5f0;
  line-height: 1.6;
  padding-bottom: 76px;
}
img { display: block; max-width: 100%; border-radius: 8px; }
a { text-decoration: none; }
section { padding: 32px 18px; }
h1 { font-size: 1.9rem; line-height: 1.18; font-weight: 900; letter-spacing: -0.02em; }
h2 { font-size: 1.35rem; font-weight: 800; line-height: 1.25; margin-bottom: 14px; }
h3 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
p { margin-bottom: 10px; }
s { color: #999; }

/* ===== TOP BAR ===== */
.top-bar {
  background: #e63946;
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 998;
}
.top-bar #countdown {
  background: #fff;
  color: #e63946;
  padding: 1px 6px;
  border-radius: 4px;
  font-weight: 900;
}

/* ===== HERO ===== */
.hero {
  background: linear-gradient(175deg, #0d2b0d 0%, #1a4a1a 55%, #2e6b2e 100%);
  color: #fff;
  text-align: center;
  padding: 28px 18px 36px;
}
.hero-social-proof {
  display: inline-block;
  background: rgba(168,224,99,0.18);
  border: 1px solid #a8e063;
  color: #a8e063;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.03em;
}
.hero h1 { color: #fff; margin-bottom: 12px; }
.hl-yellow { color: #ffe066; }
.hero-sub {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.82);
  margin-bottom: 20px;
}

/* Product visual */
.product-box {
  position: relative;
  display: inline-block;
  margin: 0 auto 20px;
  width: 70vw;
}
.product-box img {
  width: 100%;
  max-width: 320px;
  border-radius: 12px;
  border: 3px solid rgba(168,224,99,0.4);
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}
.product-badge {
  position: absolute;
  top: -10px;
  right: -6px;
  background: #ffe066;
  color: #1a1a1a;
  font-size: 0.7rem;
  font-weight: 900;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}

/* Price Hero */
.price-hero {
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 20px;
}
.price-from { font-size: 0.82rem; color: rgba(255,255,255,0.55); margin-bottom: 2px; }
.price-to { font-size: 0.82rem; color: rgba(255,255,255,0.7); }
.price-big {
  font-size: 3rem;
  font-weight: 900;
  color: #a8e063;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.price-pix { font-size: 0.8rem; color: rgba(255,255,255,0.55); margin-top: 4px; }

.hero-sub-cta { font-size: 0.75rem; color: rgba(255,255,255,0.6); margin-top: 10px; margin-bottom: 0; }

/* ===== PROVA SOCIAL STRIP ===== */
.proof-strip {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 18px 12px;
  border-bottom: 3px solid #2e6b2e;
}
.proof-item { text-align: center; font-size: 0.75rem; color: #555; line-height: 1.4; }
.proof-item strong { display: block; font-size: 1.1rem; color: #1a3a1a; }
.proof-divider { width: 1px; height: 40px; background: #ddd; }

/* ===== DOR ===== */
.pain { background: #fff8f0; }
.pain-tag, .section-tag {
  display: inline-block;
  background: #ffe066;
  color: #7a4a00;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pain h2 { color: #7a1a00; }
.pain-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 14px 0;
}
.pain-card {
  background: #fff;
  border: 1px solid #f0c090;
  border-left: 3px solid #e8a838;
  border-radius: 8px;
  padding: 10px 10px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #4a2800;
  line-height: 1.4;
}
.pain-bridge {
  background: #fff3e0;
  border-left: 4px solid #e8a838;
  border-radius: 0 8px 8px 0;
  padding: 14px;
  font-size: 0.92rem;
  margin-top: 4px;
}

/* ===== SOLUÇÃO ===== */
.solution { background: #f0faf0; }
.solution h2 { color: #1a3a1a; }
.solution-img-wrap { margin: 16px 0; }
.solution-img-wrap img { width: 100%; }
.solution-stats {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.stat {
  flex: 1;
  background: #fff;
  border: 1px solid #c3e6c3;
  border-radius: 10px;
  padding: 12px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.stat-num { font-size: 1.4rem; font-weight: 900; color: #2e6b2e; line-height: 1; }
.stat-label { font-size: 0.7rem; color: #555; margin-top: 4px; }

/* ===== O QUE VOCÊ RECEBE ===== */
.what-you-get { background: #fff; }
.get-card {
  background: #f8fdf8;
  border: 2px solid #2e6b2e;
  border-radius: 14px;
  overflow: hidden;
}
.get-card-header {
  background: #2e6b2e;
  padding: 8px 16px;
}
.get-badge {
  color: #a8e063;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.get-card h3 { padding: 14px 16px 0; color: #1a3a1a; font-size: 1.05rem; }
.get-list {
  list-style: none;
  padding: 10px 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.get-list li { font-size: 0.88rem; color: #333; }
.get-value {
  background: #e8f5e9;
  padding: 10px 16px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #2e6b2e;
  text-align: right;
}

/* ===== RECEITAS ===== */
.recipes { background: #f5f5f0; }
.recipe-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 16px 16px 16px 50px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
}
.recipe-num {
  position: absolute;
  left: 12px;
  top: 16px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #c8e6c9;
  line-height: 1;
}
.recipe-card h3 { color: #1a3a1a; }
.recipe-card p { font-size: 0.88rem; color: #444; margin-bottom: 0; }

/* ===== MID CTA ===== */
.mid-cta {
  background: linear-gradient(160deg, #1a3a1a, #2e6b2e);
  text-align: center;
  color: #fff;
  padding: 28px 20px;
}
.mid-cta p { color: rgba(255,255,255,0.8); font-size: 0.9rem; margin-bottom: 8px; }
.mid-price {
  font-size: 2.8rem;
  font-weight: 900;
  color: #a8e063;
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}
.mid-cta .small { font-size: 0.75rem; color: rgba(255,255,255,0.6); margin-top: 10px; margin-bottom: 0; }

/* ===== BÔNUS ===== */
.bonus { background: #1a1a2e; color: #fff; }
.bonus-tag { background: #ffe066; color: #1a1a2e; }
.bonus h2 { color: #fff; }
.bonus-total-val { font-size: 0.9rem; color: rgba(255,255,255,0.75); margin-bottom: 18px; }
.bonus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.bonus-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 14px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bonus-icon { font-size: 1.8rem; line-height: 1; }
.bonus-card strong { font-size: 0.8rem; color: #fff; line-height: 1.35; }
.b-val { font-size: 0.75rem; color: #a8e063; font-weight: 700; }

/* ===== DEPOIMENTOS ===== */
.testimonials { background: #fff; }
.testi-card {
  background: #f8fdf8;
  border: 1px solid #dce8dc;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
}
.testi-top {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}
.testi-top img { width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0; }
.testi-top strong { display: block; font-size: 0.82rem; color: #1a3a1a; }
.stars { font-size: 0.78rem; display: block; }
.testi-card > p { font-size: 0.88rem; color: #333; font-style: italic; margin-bottom: 0; }
.social-count {
  background: #f0faf0;
  border: 1px solid #c3e6c3;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  font-size: 0.9rem;
  color: #1a3a1a;
  margin-top: 6px;
}

/* ===== GARANTIA ===== */
.guarantee { background: #fff8f0; padding: 28px 18px; }
.guarantee-inner {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 2px solid #5cb85c;
  border-radius: 14px;
  padding: 20px;
}
.guarantee-badge {
  background: #2e6b2e;
  color: #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.3;
  flex-shrink: 0;
}
.guarantee-badge strong { font-size: 0.85rem; }
.guarantee-inner h3 { color: #1a3a1a; margin-bottom: 6px; }
.guarantee-inner p { font-size: 0.88rem; color: #333; }
.guarantee-note { font-size: 0.78rem; color: #2e6b2e; font-weight: 700; margin-bottom: 0; }

/* ===== OFERTA FINAL ===== */
.final-offer {
  background: #fff;
  text-align: center;
}
.final-offer h2 { color: #1a3a1a; }

/* Value Stack */
.value-stack {
  background: #f8fdf8;
  border: 2px solid #c3e6c3;
  border-radius: 12px;
  overflow: hidden;
  margin: 16px 0;
  text-align: left;
}
.vs-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 1px solid #e8f5e9;
  font-size: 0.82rem;
  gap: 8px;
}
.vs-val { font-size: 0.8rem; color: #999; flex-shrink: 0; }
.vs-total {
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
  background: #e8f5e9;
  font-weight: 700;
  font-size: 0.88rem;
  color: #1a3a1a;
}

/* Final Price */
.final-price-block {
  background: linear-gradient(160deg, #1a3a1a, #2e6b2e);
  border-radius: 14px;
  padding: 20px;
  margin: 16px 0;
  color: #fff;
}
.fp-label { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; color: rgba(255,255,255,0.7); text-transform: uppercase; }
.fp-price { font-size: 3.2rem; font-weight: 900; color: #a8e063; line-height: 1.1; letter-spacing: -0.02em; }
.fp-sub { font-size: 0.8rem; color: rgba(255,255,255,0.65); }

.urgency-final {
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #7a4a00;
  margin-bottom: 16px;
  display: inline-block;
}
.urgency-final #countdown2 { color: #e63946; }

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 14px;
}
.trust-row span {
  background: #f0faf0;
  border: 1px solid #c3e6c3;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1a3a1a;
}

/* ===== FAQ ===== */
.faq { background: #f5f5f0; }
.faq h2 { color: #1a3a1a; }
.faq-item {
  background: #fff;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 10px;
  border-left: 3px solid #2e6b2e;
}
.faq-item h3 { color: #1a3a1a; font-size: 0.9rem; }
.faq-item p { font-size: 0.85rem; color: #555; margin-bottom: 0; }

/* ===== FOOTER ===== */
.footer {
  background: #111;
  color: rgba(255,255,255,0.5);
  text-align: center;
  padding: 20px 18px;
  font-size: 0.75rem;
}
.footer p { margin-bottom: 6px; }
.footer .disclaimer { font-size: 0.68rem; color: rgba(255,255,255,0.3); }

/* ===== BUTTONS ===== */
.btn-main {
  display: block;
  background: #27ae60;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  padding: 17px 18px;
  border-radius: 12px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.01em;
  transition: background 0.2s ease;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}
.btn-main:hover, .btn-main:active { background: #219150; }
.btn-xl { font-size: 1.05rem; padding: 20px 18px; border-radius: 14px; }

/* Pulse animation (lightweight) */
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(39,174,96,0.5); }
  50% { box-shadow: 0 0 0 10px rgba(39,174,96,0); }
}
.pulse { animation: pulse 2s infinite; }

/* ===== STICKY BAR ===== */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  border-top: 2px solid #27ae60;
  padding: 8px 14px;
  box-shadow: 0 -3px 16px rgba(0,0,0,0.14);
}
.sticky-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sticky-price {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.sticky-label { font-size: 0.68rem; color: #888; font-weight: 600; }
.sticky-val { font-size: 1.2rem; font-weight: 900; color: #1a3a1a; line-height: 1; }
.btn-sticky {
  flex: 1;
  display: block;
  background: #27ae60;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  padding: 14px 10px;
  border-radius: 10px;
  text-align: center;
  min-height: 52px;
  line-height: 1.3;
  text-transform: uppercase;
  transition: background 0.2s ease;
}
.btn-sticky:hover, .btn-sticky:active { background: #219150; }

/* ===== DESKTOP ===== */
@media (min-width: 480px) {
  h1 { font-size: 2.3rem; }
  .pain-cards { grid-template-columns: repeat(3, 1fr); }
  .bonus-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 720px) {
  body { padding-bottom: 0; }
  .sticky-bar { display: none; }
  section { padding: 52px 10%; }
  h1 { font-size: 2.8rem; }
  .hero { padding: 52px 10%; }
  .pain-cards { grid-template-columns: repeat(4, 1fr); }
  .bonus-grid { grid-template-columns: repeat(3, 1fr); }
  .solution-stats { max-width: 400px; }
}
