.elementor-5512 .elementor-element.elementor-element-4ad05d3{--display:flex;}.elementor-5512 .elementor-element.elementor-element-7b4dff3{width:100%;max-width:100%;}body.elementor-page-5512{margin:0% 0% 0% 0%;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-7b4dff3 */:root {
  --navy: #121830;
  --navy-mid: #1e2a45;
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --gold-pale: #F7EDD4;
  --offwhite: #F5F2E8;
  --white: #FFFFFF;
  --text: #2D3142;
  --muted: #6B7280;
  --danger: #C0392B;
  --ok: #1A6B3C;
}
 
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
 
html { scroll-behavior: smooth; }
 
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--offwhite);
  color: var(--text);
  overflow-x: hidden;
}
 
/* ── HERO ─────────────────────────────────────────────────────────────────── */
.hero {
  background: var(--navy);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 80px 40px 60px;
}
 
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 50%, rgba(201,168,76,0.08) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(201,168,76,0.05) 0%, transparent 60%);
  pointer-events: none;
}
 
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(201,168,76,0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.5) 1px, transparent 1px);
  background-size: 60px 60px;
}
 
.hero-inner {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
 
.hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,168,76,0.4);
  padding: 6px 18px;
  margin-bottom: 32px;
  animation: fadeUp 0.6s ease both;
}
 
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 7vw, 80px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 12px;
  animation: fadeUp 0.6s 0.1s ease both;
}
 
.hero-title em {
  font-style: italic;
  color: var(--gold);
}
 
.hero-subtitle {
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  line-height: 1.65;
  max-width: 580px;
  margin: 0 auto 48px;
  animation: fadeUp 0.6s 0.2s ease both;
}
 
.hero-cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  animation: fadeUp 0.6s 0.3s ease both;
}
 
.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 18px 48px;
  text-decoration: none;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.15);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.btn-primary:hover::after { transform: scaleX(1); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(201,168,76,0.35); }
 
.hero-price-note {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.5px;
}
.hero-price-note strong { color: rgba(255,255,255,0.7); }
 
.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.25);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  animation: bounce 2s infinite;
}
.hero-scroll::before {
  content: '';
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, transparent, rgba(201,168,76,0.4));
}
 
/* ── PROBLEMA ─────────────────────────────────────────────────────────────── */
.section { padding: 96px 40px; }
.section-inner { max-width: 820px; margin: 0 auto; }
.section-inner.wide { max-width: 1080px; }
 
.sec-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
 
.sec-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 20px;
}
 
.sec-title em { font-style: italic; color: var(--gold); }
 
.sec-body {
  font-size: 16px;
  line-height: 1.8;
  color: #4B5563;
  margin-bottom: 16px;
}
 
/* ── PROBLEMA DESTAQUE ─────────────────────────────────────────────────────── */
.problema-bg { background: var(--navy); }
 
.custo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 48px;
}
 
.custo-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
 
.custo-card.before { background: rgba(192,57,43,0.12); border-left: 4px solid #C0392B; }
.custo-card.after  { background: rgba(26,107,60,0.12); border-left: 4px solid #1A6B3C; }
 
.custo-card-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.custo-card.before .custo-card-label { color: #E07070; }
.custo-card.after  .custo-card-label { color: #6FC99A; }
 
.custo-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
}
.custo-card.before .custo-card-title { color: var(--white); }
.custo-card.after  .custo-card-title { color: var(--white); }
 
.custo-card p { font-size: 13.5px; color: rgba(255,255,255,0.6); line-height: 1.65; }
 
/* ── O QUE ESTÁ INCLUÍDO ──────────────────────────────────────────────────── */
.produto-bg { background: var(--offwhite); }
 
.produto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}
 
.produto-card {
  background: var(--white);
  border: 1px solid rgba(201,168,76,0.2);
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.produto-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
}
.produto-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(18,24,48,0.1);
}
 
.produto-card-icon {
  font-size: 28px;
  margin-bottom: 16px;
}
 
.produto-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}
 
.produto-card p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.7;
}
 
/* ── CAPÍTULOS ────────────────────────────────────────────────────────────── */
.cap-bg { background: var(--navy); }
 
.cap-list {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
 
.cap-item {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(201,168,76,0.12);
  align-items: flex-start;
}
.cap-item:last-child { border-bottom: none; }
 
.cap-num {
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  opacity: 0.5;
  min-width: 28px;
  padding-top: 2px;
  letter-spacing: 2px;
}
 
.cap-content h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 4px;
}
 
.cap-content p {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
}
 
/* ── ERROS ───────────────────────────────────────────────────────────────── */
.erros-bg { background: var(--white); }
 
.erros-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 48px;
}
 
.erro-item {
  display: flex;
  gap: 14px;
  padding: 18px;
  background: var(--offwhite);
  border-left: 3px solid var(--gold);
  align-items: flex-start;
}
 
.erro-n {
  width: 24px;
  height: 24px;
  background: var(--navy);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
 
.erro-text {
  font-size: 13px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.5;
}
 
/* ── PARA QUEM É ─────────────────────────────────────────────────────────── */
.paraquem-bg { background: var(--gold-pale); }
 
.paraquem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}
 
.paraquem-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  background: var(--white);
  border: 1px solid rgba(201,168,76,0.25);
}
 
.paraquem-check {
  width: 22px;
  height: 22px;
  background: var(--gold);
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
 
.paraquem-text {
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
}
 
/* ── PREÇO / CTA ─────────────────────────────────────────────────────────── */
.preco-bg { background: var(--navy); }
 
.preco-box {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
  padding: 56px 48px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,76,0.25);
  position: relative;
  overflow: hidden;
}
 
.preco-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
 
.preco-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}
 
.preco-titulo {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.3;
}
 
.preco-valor {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin: 24px 0 8px;
}
 
.preco-valor sup { font-size: 24px; vertical-align: top; margin-top: 12px; display: inline-block; }
 
.preco-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  margin-bottom: 32px;
  line-height: 1.6;
}
 
.preco-incluso {
  list-style: none;
  margin-bottom: 36px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
 
.preco-incluso li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  align-items: flex-start;
}
 
.preco-incluso li::before {
  content: '✓';
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
}
 
.preco-garantia {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  margin-top: 20px;
  line-height: 1.6;
}
 
/* ── SOBRE O AUTOR ──────────────────────────────────────────────────────── */
.autor-bg { background: var(--offwhite); }
 
.autor-inner {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  align-items: start;
  max-width: 820px;
  margin: 0 auto;
}
 
.autor-foto {
  width: 180px;
  height: 180px;
  background: var(--navy);
  border: 3px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
 
.autor-foto-placeholder {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 700;
  color: var(--gold);
  opacity: 0.6;
}
 
.autor-nome {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}
 
.autor-titulo {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
 
.autor-bio {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 24px;
}
 
.autor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
 
.autor-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--navy);
  background: rgba(201,168,76,0.2);
  padding: 5px 12px;
  border: 1px solid rgba(201,168,76,0.35);
}
 
/* ── FAQ ─────────────────────────────────────────────────────────────────── */
.faq-bg { background: var(--white); }
 
.faq-list { margin-top: 48px; }
 
.faq-item {
  border-bottom: 1px solid #E5E7EB;
  padding: 24px 0;
}
 
.faq-item:first-child { border-top: 1px solid #E5E7EB; }
 
.faq-q {
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
 
.faq-q::after {
  content: '+';
  font-size: 22px;
  color: var(--gold);
  flex-shrink: 0;
  font-weight: 300;
}
 
.faq-a {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.8;
}
 
/* ── CTA FINAL ───────────────────────────────────────────────────────────── */
.cta-final-bg { background: var(--navy); padding: 96px 40px; text-align: center; }
 
.cta-final-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 16px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.cta-final-title em { font-style: italic; color: var(--gold); }
 
.cta-final-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  max-width: 480px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
 
/* ── RODAPÉ ──────────────────────────────────────────────────────────────── */
footer {
  background: #0A0F1C;
  padding: 40px;
  text-align: center;
}
 
.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 8px;
}
 
.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
 
.footer-links a {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-links a:hover { color: var(--gold); }
 
.footer-copy {
  font-size: 11px;
  color: rgba(255,255,255,0.2);
}
 
/* ── ANIMAÇÕES ───────────────────────────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
 
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}
 
/* ── RESPONSIVO ──────────────────────────────────────────────────────────── */
@media (max-width: 680px) {
  .custo-grid, .produto-grid, .paraquem-grid, .erros-grid { grid-template-columns: 1fr; }
  .autor-inner { grid-template-columns: 1fr; }
  .autor-foto { width: 120px; height: 120px; }
  .preco-box { padding: 36px 24px; }
  .preco-valor { font-size: 52px; }
  .section { padding: 64px 24px; }
  .hero { padding: 80px 24px 60px; }
}/* End custom CSS */
/* Start custom CSS */:root {
  --navy: #121830;
  --navy-mid: #1e2a45;
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --gold-pale: #F7EDD4;
  --offwhite: #F5F2E8;
  --white: #FFFFFF;
  --text: #2D3142;
  --muted: #6B7280;
  --danger: #C0392B;
  --ok: #1A6B3C;
}
 
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
 
html { scroll-behavior: smooth; }
 
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--offwhite);
  color: var(--text);
  overflow-x: hidden;
}
 
/* ── HERO ─────────────────────────────────────────────────────────────────── */
.hero {
  background: var(--navy);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 80px 40px 60px;
}
 
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 50%, rgba(201,168,76,0.08) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(201,168,76,0.05) 0%, transparent 60%);
  pointer-events: none;
}
 
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(201,168,76,0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.5) 1px, transparent 1px);
  background-size: 60px 60px;
}
 
.hero-inner {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
 
.hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,168,76,0.4);
  padding: 6px 18px;
  margin-bottom: 32px;
  animation: fadeUp 0.6s ease both;
}
 
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 7vw, 80px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 12px;
  animation: fadeUp 0.6s 0.1s ease both;
}
 
.hero-title em {
  font-style: italic;
  color: var(--gold);
}
 
.hero-subtitle {
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  line-height: 1.65;
  max-width: 580px;
  margin: 0 auto 48px;
  animation: fadeUp 0.6s 0.2s ease both;
}
 
.hero-cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  animation: fadeUp 0.6s 0.3s ease both;
}
 
.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 18px 48px;
  text-decoration: none;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.15);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.btn-primary:hover::after { transform: scaleX(1); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(201,168,76,0.35); }
 
.hero-price-note {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.5px;
}
.hero-price-note strong { color: rgba(255,255,255,0.7); }
 
.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.25);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  animation: bounce 2s infinite;
}
.hero-scroll::before {
  content: '';
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, transparent, rgba(201,168,76,0.4));
}
 
/* ── PROBLEMA ─────────────────────────────────────────────────────────────── */
.section { padding: 96px 40px; }
.section-inner { max-width: 820px; margin: 0 auto; }
.section-inner.wide { max-width: 1080px; }
 
.sec-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
 
.sec-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 20px;
}
 
.sec-title em { font-style: italic; color: var(--gold); }
 
.sec-body {
  font-size: 16px;
  line-height: 1.8;
  color: #4B5563;
  margin-bottom: 16px;
}
 
/* ── PROBLEMA DESTAQUE ─────────────────────────────────────────────────────── */
.problema-bg { background: var(--navy); }
 
.custo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 48px;
}
 
.custo-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
 
.custo-card.before { background: rgba(192,57,43,0.12); border-left: 4px solid #C0392B; }
.custo-card.after  { background: rgba(26,107,60,0.12); border-left: 4px solid #1A6B3C; }
 
.custo-card-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.custo-card.before .custo-card-label { color: #E07070; }
.custo-card.after  .custo-card-label { color: #6FC99A; }
 
.custo-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
}
.custo-card.before .custo-card-title { color: var(--white); }
.custo-card.after  .custo-card-title { color: var(--white); }
 
.custo-card p { font-size: 13.5px; color: rgba(255,255,255,0.6); line-height: 1.65; }
 
/* ── O QUE ESTÁ INCLUÍDO ──────────────────────────────────────────────────── */
.produto-bg { background: var(--offwhite); }
 
.produto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}
 
.produto-card {
  background: var(--white);
  border: 1px solid rgba(201,168,76,0.2);
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.produto-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
}
.produto-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(18,24,48,0.1);
}
 
.produto-card-icon {
  font-size: 28px;
  margin-bottom: 16px;
}
 
.produto-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}
 
.produto-card p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.7;
}
 
/* ── CAPÍTULOS ────────────────────────────────────────────────────────────── */
.cap-bg { background: var(--navy); }
 
.cap-list {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
 
.cap-item {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(201,168,76,0.12);
  align-items: flex-start;
}
.cap-item:last-child { border-bottom: none; }
 
.cap-num {
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  opacity: 0.5;
  min-width: 28px;
  padding-top: 2px;
  letter-spacing: 2px;
}
 
.cap-content h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 4px;
}
 
.cap-content p {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
}
 
/* ── ERROS ───────────────────────────────────────────────────────────────── */
.erros-bg { background: var(--white); }
 
.erros-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 48px;
}
 
.erro-item {
  display: flex;
  gap: 14px;
  padding: 18px;
  background: var(--offwhite);
  border-left: 3px solid var(--gold);
  align-items: flex-start;
}
 
.erro-n {
  width: 24px;
  height: 24px;
  background: var(--navy);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
 
.erro-text {
  font-size: 13px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.5;
}
 
/* ── PARA QUEM É ─────────────────────────────────────────────────────────── */
.paraquem-bg { background: var(--gold-pale); }
 
.paraquem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}
 
.paraquem-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  background: var(--white);
  border: 1px solid rgba(201,168,76,0.25);
}
 
.paraquem-check {
  width: 22px;
  height: 22px;
  background: var(--gold);
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
 
.paraquem-text {
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
}
 
/* ── PREÇO / CTA ─────────────────────────────────────────────────────────── */
.preco-bg { background: var(--navy); }
 
.preco-box {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
  padding: 56px 48px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,76,0.25);
  position: relative;
  overflow: hidden;
}
 
.preco-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
 
.preco-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}
 
.preco-titulo {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.3;
}
 
.preco-valor {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin: 24px 0 8px;
}
 
.preco-valor sup { font-size: 24px; vertical-align: top; margin-top: 12px; display: inline-block; }
 
.preco-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  margin-bottom: 32px;
  line-height: 1.6;
}
 
.preco-incluso {
  list-style: none;
  margin-bottom: 36px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
 
.preco-incluso li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  align-items: flex-start;
}
 
.preco-incluso li::before {
  content: '✓';
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
}
 
.preco-garantia {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  margin-top: 20px;
  line-height: 1.6;
}
 
/* ── SOBRE O AUTOR ──────────────────────────────────────────────────────── */
.autor-bg { background: var(--offwhite); }
 
.autor-inner {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  align-items: start;
  max-width: 820px;
  margin: 0 auto;
}
 
.autor-foto {
  width: 180px;
  height: 180px;
  background: var(--navy);
  border: 3px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
 
.autor-foto-placeholder {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 700;
  color: var(--gold);
  opacity: 0.6;
}
 
.autor-nome {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}
 
.autor-titulo {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
 
.autor-bio {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 24px;
}
 
.autor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
 
.autor-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--navy);
  background: rgba(201,168,76,0.2);
  padding: 5px 12px;
  border: 1px solid rgba(201,168,76,0.35);
}
 
/* ── FAQ ─────────────────────────────────────────────────────────────────── */
.faq-bg { background: var(--white); }
 
.faq-list { margin-top: 48px; }
 
.faq-item {
  border-bottom: 1px solid #E5E7EB;
  padding: 24px 0;
}
 
.faq-item:first-child { border-top: 1px solid #E5E7EB; }
 
.faq-q {
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
 
.faq-q::after {
  content: '+';
  font-size: 22px;
  color: var(--gold);
  flex-shrink: 0;
  font-weight: 300;
}
 
.faq-a {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.8;
}
 
/* ── CTA FINAL ───────────────────────────────────────────────────────────── */
.cta-final-bg { background: var(--navy); padding: 96px 40px; text-align: center; }
 
.cta-final-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 16px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.cta-final-title em { font-style: italic; color: var(--gold); }
 
.cta-final-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  max-width: 480px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
 
/* ── RODAPÉ ──────────────────────────────────────────────────────────────── */
footer {
  background: #0A0F1C;
  padding: 40px;
  text-align: center;
}
 
.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 8px;
}
 
.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
 
.footer-links a {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-links a:hover { color: var(--gold); }
 
.footer-copy {
  font-size: 11px;
  color: rgba(255,255,255,0.2);
}
 
/* ── ANIMAÇÕES ───────────────────────────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
 
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}
 
/* ── RESPONSIVO ──────────────────────────────────────────────────────────── */
@media (max-width: 680px) {
  .custo-grid, .produto-grid, .paraquem-grid, .erros-grid { grid-template-columns: 1fr; }
  .autor-inner { grid-template-columns: 1fr; }
  .autor-foto { width: 120px; height: 120px; }
  .preco-box { padding: 36px 24px; }
  .preco-valor { font-size: 52px; }
  .section { padding: 64px 24px; }
  .hero { padding: 80px 24px 60px; }
}/* End custom CSS */