/* ===========================================================
   50 Prompts Prontos para o Seu Negócio — página de vendas
   Direção visual: caderno de campo / workbook editorial.
   Papel cru, tinta preta, um único acento terracota.
   =========================================================== */

:root {
  --paper: #f2ead9;
  --paper-2: #ece2cc;
  --ink: #211c14;
  --ink-soft: #4a4335;
  --line: #d9cbac;
  --line-strong: #b9a878;
  --terracotta: #c1502b;
  --terracotta-dark: #9c3d1e;
  --terracotta-tint: #f4ddce;
  --olive: #55603f;
  --paper-card: #fbf7ec;

  --font-display: "Fraunces", ui-serif, Georgia, serif;
  --font-body: "IBM Plex Sans", -apple-system, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;

  --wrap: 1120px;
  --wrap-narrow: 760px;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

/* grain overlay for paper texture */
.grain {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0.35;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 28px;
}
.wrap-narrow { max-width: var(--wrap-narrow); }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
}

p { margin: 0 0 1em; color: var(--ink-soft); }
strong { color: var(--ink); font-weight: 600; }
em { font-style: italic; }

a { color: inherit; }

ul { margin: 0; padding: 0; list-style: none; }

/* ---------- reveal-on-scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s cubic-bezier(.22,.68,0,1), transform 0.7s cubic-bezier(.22,.68,0,1);
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-delay-1.in { transition-delay: 0.12s; }
.reveal-delay-2.in { transition-delay: 0.24s; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 28px;
  border-radius: 3px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--terracotta);
  color: var(--paper-card);
  box-shadow: 3px 3px 0 var(--ink);
}
.btn-primary:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--ink); }
.btn-primary:active { transform: translate(0,0); box-shadow: 1px 1px 0 var(--ink); }

.btn-outline {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}
.btn-outline:hover { background: var(--ink); color: var(--paper); }

.btn-small { padding: 10px 18px; font-size: 14px; }
.btn-large { padding: 20px 36px; font-size: 18px; width: 100%; }

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(242, 234, 217, 0.88);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.wordmark {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 21px;
  text-decoration: none;
  color: var(--ink);
}
.wordmark span { color: var(--terracotta); }

/* ---------- kicker / eyebrow ---------- */
.kicker {
  font-family: var(--font-mono);
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--terracotta-dark);
  margin: 0 0 14px;
}
.eyebrow {
  font-family: var(--font-mono);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--olive);
  margin: 0 0 18px;
}

/* ---------- hero ---------- */
.hero { padding: 70px 0 90px; overflow: hidden; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: start;
}
.hero h1 {
  font-size: clamp(2.3rem, 4.2vw, 3.4rem);
  line-height: 1.08;
  margin-bottom: 22px;
}
.hero .lede {
  font-size: 19px;
  color: var(--ink-soft);
  max-width: 46ch;
}
.hero-bullets { margin: 30px 0 36px; display: flex; flex-direction: column; gap: 16px; }
.hero-bullets li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: var(--ink-soft);
  font-size: 16px;
  border-top: 1px dashed var(--line-strong);
  padding-top: 16px;
}
.hero-bullets li:first-child { border-top: 1px dashed var(--line-strong); }
.hero-bullets .num {
  font-family: var(--font-mono);
  color: var(--terracotta);
  font-size: 13px;
  flex-shrink: 0;
  line-height: 1.6;
  padding-top: 1px;
}
.hero-cta { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.hero-cta-note { font-family: var(--font-mono); font-size: 13px; color: var(--ink-soft); }

.hero-visual { position: relative; display: flex; flex-direction: column; align-items: center; gap: 34px; padding-top: 10px; }

.stamp {
  position: relative;
  width: 150px;
  height: 150px;
  color: var(--terracotta-dark);
  transform: rotate(-9deg);
  flex-shrink: 0;
  align-self: flex-end;
  margin-right: 18px;
}
.stamp svg { width: 100%; height: 100%; }
.stamp svg path { stroke: none; }
.stamp svg text { fill: var(--terracotta-dark); font-family: var(--font-mono); }
.stamp-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--terracotta-dark);
  border-radius: 50%;
  width: 78px;
  height: 78px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.stamp-number { font-family: var(--font-display); font-size: 30px; font-weight: 700; line-height: 1; }
.stamp-word { font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; }

.video-frame {
  width: 100%;
  border-radius: 8px;
  background: var(--paper-card);
  box-shadow: 0 18px 40px -14px rgba(33, 28, 20, 0.35), 0 2px 0 var(--line-strong);
  overflow: hidden;
}
.video-placeholder {
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  color: #d8cdb8;
  background:
    radial-gradient(120% 140% at 30% 15%, #3a3226 0%, #211c14 62%),
    linear-gradient(160deg, #2a2419, #17130d);
}
.video-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(193, 80, 43, 0.16), transparent 60%);
}
.play-btn {
  position: relative;
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--terracotta);
  color: var(--paper-card);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px;
  box-shadow: 0 10px 26px -6px rgba(193, 80, 43, 0.55);
  transition: transform 0.25s ease;
}
.video-frame:hover .play-btn { transform: scale(1.06); }
.video-placeholder p {
  position: relative;
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  color: #a89a7d;
}

/* ---------- generic section rhythm ---------- */
.section { padding: 86px 0; border-top: 1px solid var(--line); position: relative; }
.section h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  line-height: 1.22;
  max-width: 20ch;
}

/* ---------- dor ---------- */
.section-dor { background: var(--paper-2); }
.dor-cenas { margin: 32px 0; display: flex; flex-direction: column; gap: 18px; }
.dor-cenas p {
  padding-left: 20px;
  border-left: 3px solid var(--line-strong);
  font-size: 17px;
}
.dor-tese {
  margin-top: 30px;
  font-family: var(--font-display);
  font-size: 21px;
  font-style: italic;
  color: var(--ink);
  line-height: 1.5;
}

/* ---------- cards row (prova / depoimentos) ---------- */
.cards-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 34px; }
.cards-row-3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--paper-card);
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  padding: 28px;
  position: relative;
  box-shadow: 0 1px 2px rgba(33, 28, 20, 0.04), 0 14px 30px -18px rgba(33, 28, 20, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 1px 2px rgba(33, 28, 20, 0.05), 0 22px 36px -16px rgba(33, 28, 20, 0.4);
}
.placeholder-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--olive);
  background: #e5e1cc;
  padding: 3px 9px;
  border-radius: 20px;
}
.prova-head { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.avatar-initial {
  flex-shrink: 0;
  width: 42px; height: 42px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(155deg, var(--terracotta), var(--terracotta-dark));
  color: var(--paper-card);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 17px;
  box-shadow: 0 4px 10px -3px rgba(156, 61, 30, 0.55);
}
.prova-nome { font-family: var(--font-display); font-weight: 600; font-size: 16.5px; color: var(--ink); margin-bottom: 6px; line-height: 1.25; }
.card-prova p:not(.prova-nome):not(.placeholder-tag) { font-size: 15.5px; margin: 0; }

.card-depoimento .prova-nome {
  font-size: 15.5px;
  margin-bottom: 5px;
}
.card-depoimento .depo-label {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--terracotta-dark);
  margin: 14px 0 4px;
}
.card-depoimento .depo-label:first-of-type { margin-top: 0; }
.card-depoimento p:not(.depo-label) { font-size: 15px; }

/* ---------- CTA intermediário ---------- */
.section-cta-meio { padding: 60px 0; background: var(--ink); }
.cta-meio-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.cta-meio-inner p { color: var(--paper); font-family: var(--font-display); font-size: 22px; margin: 0; max-width: 32ch; }
.section-cta-meio .btn-outline { border-color: var(--paper); color: var(--paper); flex-shrink: 0; }
.section-cta-meio .btn-outline:hover { background: var(--paper); color: var(--ink); }

/* ---------- método ---------- */
.metodo-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 38px 0; }
.metodo-step {
  background: var(--paper-card);
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  padding: 28px 24px;
  box-shadow: 0 1px 2px rgba(33, 28, 20, 0.04), 0 14px 30px -18px rgba(33, 28, 20, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.metodo-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 1px 2px rgba(33, 28, 20, 0.05), 0 22px 36px -16px rgba(33, 28, 20, 0.4);
}
.metodo-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(155deg, var(--terracotta), var(--terracotta-dark));
  color: var(--paper-card);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
  box-shadow: 0 4px 10px -3px rgba(156, 61, 30, 0.5);
}
.metodo-step h3 { font-size: 19px; margin-bottom: 8px; }
.metodo-step p { font-size: 15px; margin: 0; }

.stat-callout {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 26px;
  background: var(--terracotta-tint);
  border: 1px solid var(--terracotta);
  border-radius: 4px;
  padding: 26px 30px;
}
.stat-number { font-family: var(--font-display); font-weight: 700; font-size: 46px; color: var(--terracotta-dark); flex-shrink: 0; }
.stat-callout p { margin: 0; font-size: 15.5px; color: var(--ink); }

/* ---------- para quem ---------- */
.section-quem { background: var(--paper-2); }
.quem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 34px; }
.quem-col { padding: 30px; border-radius: 4px; }
.quem-sim { background: var(--paper-card); border: 1.5px solid var(--olive); }
.quem-nao { background: transparent; border: 1.5px dashed var(--line-strong); }
.quem-col h3 { font-size: 18px; margin-bottom: 18px; }
.quem-sim h3 { color: var(--olive); }
.quem-nao h3 { color: var(--ink-soft); }
.quem-col li { padding: 12px 0; border-top: 1px solid var(--line); font-size: 15.5px; color: var(--ink-soft); }
.quem-col li:first-child { border-top: none; }
.quem-sim li { padding-left: 22px; position: relative; }
.quem-sim li::before { content: "✓"; position: absolute; left: 0; top: 12px; color: var(--olive); font-weight: 700; }
.quem-nao li { padding-left: 22px; position: relative; }
.quem-nao li::before { content: "×"; position: absolute; left: 0; top: 11px; color: var(--ink-soft); font-weight: 700; }

/* ---------- entregáveis ---------- */
.entregavel-list { margin-top: 30px; display: flex; flex-direction: column; }
.entregavel-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px dashed var(--line-strong);
}
.entregavel-item:last-child { border-bottom: 1px dashed var(--line-strong); }
.entregavel-text h3 { font-size: 17px; margin-bottom: 4px; }
.entregavel-text p { margin: 0; font-size: 15px; }
.entregavel-valor {
  font-family: var(--font-mono);
  font-size: 13.5px;
  color: var(--terracotta-dark);
  white-space: nowrap;
  padding-top: 2px;
}

/* ---------- bônus ---------- */
.bonus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.card-bonus { display: flex; flex-direction: column; }
.bonus-index {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--terracotta-dark);
  margin-bottom: 10px;
}
.card-bonus h3 { font-size: 18px; margin-bottom: 10px; }
.card-bonus p { font-size: 15px; flex-grow: 1; }
.bonus-valor {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 15px;
  color: var(--ink);
  border-top: 1px solid var(--line);
  padding-top: 14px;
  margin-top: 14px;
}

/* ---------- stack de valor ---------- */
.stack-table { margin-top: 30px; border-top: 1.5px solid var(--ink); }
.stack-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px dashed var(--line-strong);
  font-size: 15.5px;
  color: var(--ink-soft);
}
.stack-row span:last-child { font-family: var(--font-mono); white-space: nowrap; }
.stack-total { border-bottom: 1.5px solid var(--ink); font-weight: 600; color: var(--ink); }
.stack-hoje {
  border-bottom: none;
  padding-top: 22px;
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--terracotta-dark);
  font-weight: 700;
}
.stack-hoje span:first-child { font-family: var(--font-body); font-size: 16px; font-weight: 600; color: var(--ink); align-self: center; }

/* ---------- suporte ---------- */
.section-suporte { background: var(--ink); }
.section-suporte h2 { color: var(--paper); }
.section-suporte p { color: #cfc6b0; }
.section-suporte .kicker { color: var(--terracotta); }

/* ---------- garantia ---------- */
.garantia-inner { display: flex; align-items: center; gap: 42px; }
.garantia-selo {
  flex-shrink: 0;
  width: 128px; height: 128px;
  border-radius: 50%;
  border: 2.5px dashed var(--terracotta-dark);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--terracotta-dark);
  transform: rotate(-6deg);
}
.garantia-selo span { font-family: var(--font-display); font-weight: 700; font-size: 42px; line-height: 1; }
.garantia-selo small { font-family: var(--font-mono); font-size: 11px; text-align: center; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 4px; }

/* ---------- autoridade ---------- */
.card-autoridade {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.autoridade-icon {
  flex-shrink: 0;
  width: 42px; height: 42px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--terracotta-tint);
  color: var(--terracotta-dark);
  font-size: 18px;
}
.card-autoridade p { margin: 0; font-size: 15.5px; }

/* ---------- FAQ ---------- */
.faq-list { margin-top: 30px; border-top: 1px solid var(--line-strong); }
.faq-item { border-bottom: 1px solid var(--line-strong); }
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: none;
  border: none;
  text-align: left;
  padding: 22px 4px;
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 16.5px;
  line-height: 1.4;
  color: var(--ink);
}
.faq-icon { line-height: 1; }
.faq-icon {
  font-family: var(--font-mono);
  font-size: 20px;
  color: var(--terracotta);
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 4px;
}
.faq-item.open .faq-answer { max-height: 240px; padding: 0 4px 22px; }
.faq-answer p { margin: 0; font-size: 15.5px; }

/* ---------- oferta final ---------- */
.section-oferta { background: var(--paper-2); }
.oferta-box {
  margin-top: 30px;
  background: var(--paper-card);
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  padding: 40px;
  box-shadow: 8px 8px 0 var(--terracotta-tint);
}
.oferta-lista { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.oferta-lista li {
  padding-left: 26px;
  position: relative;
  font-size: 15.5px;
  color: var(--ink-soft);
}
.oferta-lista li::before { content: "✓"; position: absolute; left: 0; color: var(--olive); font-weight: 700; }
.oferta-preco {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed var(--line-strong);
}
.oferta-de { font-family: var(--font-mono); text-decoration: line-through; color: var(--ink-soft); font-size: 15px; }
.oferta-por { font-family: var(--font-display); font-weight: 700; font-size: 44px; color: var(--terracotta-dark); }
.oferta-por small { font-family: var(--font-body); font-weight: 500; font-size: 15px; color: var(--ink-soft); }
.oferta-termos { font-family: var(--font-mono); font-size: 12px; text-align: center; margin: 16px 0 0; color: var(--ink-soft); }

/* ---------- footer ---------- */
.site-footer { padding: 44px 0 120px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.site-footer .wordmark { pointer-events: none; }
.site-footer p { margin: 0; font-size: 13.5px; color: var(--ink-soft); }

/* ---------- sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--paper-card);
  border-top: 1.5px solid var(--ink);
  padding: 12px 18px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta span { font-family: var(--font-mono); font-size: 12.5px; }

/* ===========================================================
   Responsive
   =========================================================== */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { align-items: flex-start; }
  .stamp { align-self: flex-start; margin-left: 6px; }
  .quem-grid { grid-template-columns: 1fr; }
  .metodo-steps { grid-template-columns: 1fr; }
  .bonus-grid { grid-template-columns: 1fr; }
  .cards-row, .cards-row-3 { grid-template-columns: 1fr; }
  .garantia-inner { flex-direction: column; text-align: center; }
  .cta-meio-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .section { padding: 60px 0; }
  .oferta-box { padding: 26px; }
  .oferta-por { font-size: 34px; }
  .sticky-cta { display: flex; }
  .site-footer { padding-bottom: 96px; }
  .stat-callout { flex-direction: column; align-items: flex-start; gap: 14px; }
}
