/* ==========================================================
   O Recomeço — stylesheet
   ========================================================== */

:root {
  --bg: #0b0e14;
  --bg-alt: #10141c;
  --card: #161b26;
  --border: #232a38;
  --text: #eef1f6;
  --text-muted: #a6adbb;
  --gold: #d4a94a;
  --gold-light: #f0c96c;
  --green: #25d366;
  --radius: 14px;
  --max: 1120px;
  --shadow: 0 20px 50px -20px rgba(0,0,0,.6);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .logo {
  font-family: 'Playfair Display', serif;
  line-height: 1.15;
  margin: 0 0 .6em;
}

p { margin: 0 0 1em; color: var(--text-muted); }

a { color: inherit; text-decoration: none; }

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

.container.narrow { max-width: 780px; }

.accent { color: var(--gold); }

.tag {
  display: inline-block;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 14px;
}

.lead {
  font-size: 1.15rem;
  max-width: 700px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #1a1204;
  box-shadow: 0 10px 30px -10px rgba(212,169,74,.55);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -12px rgba(212,169,74,.65); }
.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-lg { padding: 17px 34px; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn-header { padding: 10px 20px; font-size: .9rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11,14,20,.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}
.logo {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
}
.logo span { color: var(--gold); display: block; font-size: .7rem; letter-spacing: .1em; font-family: 'Inter', sans-serif; font-weight: 600; text-transform: uppercase; }
.nav-desktop { display: flex; gap: 32px; }
.nav-desktop a { font-size: .92rem; font-weight: 500; color: var(--text-muted); }
.nav-desktop a:hover { color: var(--gold); }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span { width: 22px; height: 2px; background: var(--text); display: block; }
.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 8px 24px 20px;
  border-top: 1px solid var(--border);
}
.nav-mobile a { padding: 10px 0; font-weight: 500; color: var(--text-muted); }
.nav-mobile.open { display: flex; }
.nav-mobile .btn { margin-top: 10px; }

@media (max-width: 860px) {
  .nav-desktop, .btn-header { display: none; }
  .nav-toggle { display: flex; }
}

/* ---------- Hero ---------- */
.hero {
  padding: 90px 0 60px;
  background:
    radial-gradient(60% 60% at 50% 0%, rgba(212,169,74,.14), transparent 70%),
    var(--bg);
  text-align: center;
}
.eyebrow {
  display: inline-block;
  font-size: .85rem;
  font-weight: 600;
  color: var(--gold-light);
  background: rgba(212,169,74,.1);
  border: 1px solid rgba(212,169,74,.35);
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 24px;
}
.hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.hero-sub {
  font-size: 1.15rem;
  max-width: 680px;
  margin: 0 auto 34px;
}
.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 780px;
  margin: 0 auto;
  border-top: 1px solid var(--border);
  padding-top: 32px;
}
.stat strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: var(--gold);
}
.stat span { font-size: .82rem; color: var(--text-muted); }

@media (max-width: 640px) {
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Sections ---------- */
.section { padding: 90px 0; }
.section h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
.verdade, .metodo, .quem { background: var(--bg-alt); }

.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}
.card h3 { font-size: 1.15rem; color: var(--gold-light); }
.card p { margin: 0; }

@media (max-width: 860px) { .cards-3 { grid-template-columns: 1fr; } }

/* ---------- Timeline ---------- */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 40px 0 48px;
}
.timeline-item {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}
.timeline-marker {
  flex: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}
.timeline-content h3 { font-size: 1.2rem; margin-bottom: 6px; }
.timeline-content p { margin: 0; }

.quote {
  margin: 0;
  padding: 32px;
  border-left: 3px solid var(--gold);
  background: var(--card);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-style: italic;
}
.quote cite {
  display: block;
  margin-top: 14px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: .9rem;
  color: var(--text-muted);
}

/* ---------- Pillars ---------- */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.pillar {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  text-align: left;
}
.pillar-num {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #1a1204;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 18px;
}
.pillar h3 { font-size: 1.2rem; }
.pillar p { margin: 0; }

@media (max-width: 860px) { .pillars { grid-template-columns: 1fr; } }

/* ---------- Quem / não é ---------- */
.quem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.quem-col {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
}
.quem-sim { border-color: rgba(212,169,74,.4); }
.quem-col h3 { font-size: 1.2rem; }
.quem-col ul { margin: 0; padding-left: 20px; color: var(--text-muted); }
.quem-col li { margin-bottom: 10px; }
.quem-sim li::marker { color: var(--gold); }
.quem-nao li::marker { color: #8a8f99; }

@media (max-width: 760px) { .quem-grid { grid-template-columns: 1fr; } }

/* ---------- Testimonials ---------- */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.testimonial {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial p { font-size: .95rem; margin-bottom: 20px; }
.testimonial-author strong { display: block; font-size: .92rem; }
.testimonial-author span { font-size: .8rem; color: var(--text-muted); }
.testimonial-placeholder { border-style: dashed; opacity: .6; }

@media (max-width: 860px) { .testimonials { grid-template-columns: 1fr; } }

/* ---------- Offer ---------- */
.offer-card {
  background: var(--card);
  border: 1px solid rgba(212,169,74,.4);
  border-radius: 20px;
  padding: 44px;
  text-align: center;
  box-shadow: var(--shadow);
}
.offer-badge {
  display: inline-block;
  color: var(--gold);
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
}
.offer-card h3 { margin-bottom: 4px; }
.offer-desc { color: var(--text-muted); margin-bottom: 22px; }
.price-main {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: var(--gold);
  font-weight: 700;
}
.price-main small { font-size: 1.4rem; }
.price-sub { display: block; color: var(--text-muted); margin-bottom: 26px; }
.offer-includes {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: inline-block;
}
.offer-includes li {
  padding: 8px 0 8px 28px;
  position: relative;
  color: var(--text);
}
.offer-includes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
.offer-guarantee { margin-top: 18px; font-size: .9rem; color: var(--text-muted); }

/* ---------- FAQ ---------- */
.acc-item {
  border-bottom: 1px solid var(--border);
}
.acc-trigger {
  width: 100%;
  background: none;
  border: none;
  color: var(--text);
  font-family: 'Inter', sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
}
.acc-trigger span { color: var(--gold); font-size: 1.3rem; transition: transform .2s ease; }
.acc-item.open .acc-trigger span { transform: rotate(45deg); }
.acc-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
}
.acc-panel p { padding-bottom: 20px; margin: 0; }

/* ---------- CTA final ---------- */
.cta-final {
  text-align: center;
  background: radial-gradient(60% 100% at 50% 0%, rgba(212,169,74,.12), transparent 70%), var(--bg);
}
.cta-final .lead { margin: 0 auto 34px; }

/* ---------- Footer ---------- */
.site-footer {
  padding: 40px 0;
  border-top: 1px solid var(--border);
  text-align: center;
  font-size: .82rem;
  color: var(--text-muted);
}
.footer-links a { color: var(--text-muted); }
.footer-links a:hover { color: var(--gold); }
.footer-lgpd { max-width: 640px; margin: 14px auto 0; font-size: .74rem; opacity: .7; }

/* ---------- WhatsApp float ---------- */
.whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 26px -8px rgba(37,211,102,.6);
  z-index: 60;
  transition: transform .15s ease;
}
.whatsapp-float:hover { transform: scale(1.08); }

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
