/* =========================================================
   RITUAL FACIAL — SALES PAGE
   ---------------------------------------------------------
   Design system: creme + sage + dourado, tipografia serifada
   (Cormorant Garamond) + sans (DM Sans).
   Para trocar a paleta inteira, mexa só no :root abaixo.
   ========================================================= */

:root {
  --cream: #FAF7F2;        /* fundo principal */
  --warm-white: #F5F0E8;   /* fundo alternado das seções */
  --sage: #8B9E7E;         /* cor de ação (botões) */
  --sage-light: #B8C9AD;
  --sage-dark: #5C7050;    /* destaques em itálico sobre claro */
  --stone: #C4B49A;        /* texto secundário sobre escuro */
  --stone-dark: #8C7B65;
  --charcoal: #2C2C2C;     /* fundo escuro */
  --charcoal-light: #4A4A4A;
  --gold: #C9A96E;         /* destaques sobre escuro */
  --gold-light: #E8D5B0;
  --blush: #E8D5CC;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--charcoal);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  /* `hidden` torna o body um contêiner de rolagem e mata os links âncora
     (#oferta). `clip` recorta o estouro horizontal sem esse efeito. */
  overflow-x: hidden;
}
@supports (overflow-x: clip) {
  body { overflow-x: clip; }
}

/* Eyebrow que abre quase toda seção */
.section-tag {
  font-size: 11px; font-weight: 500; letter-spacing: 4px;
  text-transform: uppercase; color: var(--sage);
  margin-bottom: 16px; display: block;
}

/* ---------- 1. HERO ---------- */
.hero {
  background: var(--charcoal); min-height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 80px 24px; position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 60%, rgba(139,158,126,0.15) 0%, transparent 70%);
}
.hero-logo { margin-bottom: 40px; opacity: 0; animation: fadeUp 0.8s ease 0.1s forwards; position: relative; z-index: 1; }
.hero-logo img { height: 64px; width: auto; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.9; }
.hero-tag {
  font-size: 11px; font-weight: 500; letter-spacing: 4px; text-transform: uppercase;
  color: var(--sage-light); margin-bottom: 32px;
  opacity: 0; animation: fadeUp 0.8s ease 0.2s forwards; position: relative; z-index: 1;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif; font-size: clamp(40px, 6.5vw, 76px);
  font-weight: 300; line-height: 1.12; color: var(--cream);
  max-width: 860px; margin-bottom: 24px;
  opacity: 0; animation: fadeUp 0.8s ease 0.4s forwards; position: relative; z-index: 1;
}
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub {
  font-size: clamp(16px, 2.5vw, 19px); color: var(--stone); max-width: 580px; margin-bottom: 48px;
  opacity: 0; animation: fadeUp 0.8s ease 0.6s forwards; position: relative; z-index: 1;
}
.hero-proof {
  display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; margin-bottom: 56px;
  opacity: 0; animation: fadeUp 0.8s ease 0.8s forwards; position: relative; z-index: 1;
}
.proof-item { text-align: center; }
.proof-number { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 300; color: var(--gold); line-height: 1; display: block; }
.proof-label { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--stone); display: block; margin-top: 4px; }
.proof-divider { width: 1px; background: rgba(255,255,255,0.1); align-self: stretch; }

.btn-primary {
  display: inline-block; background: var(--sage); color: white;
  font-size: 14px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase;
  text-decoration: none; padding: 18px 48px; transition: all 0.3s ease;
  opacity: 0; animation: fadeUp 0.8s ease 1.0s forwards;
  border: none; cursor: pointer; position: relative; z-index: 1;
}
.btn-primary:hover { background: var(--sage-dark); transform: translateY(-2px); }
@media (hover: none) {
  .btn-primary:hover { transform: none; }
  .btn-cta:hover { background: var(--sage); }
}

/* ---------- 2. RESULTADOS (3 fotos) ---------- */
.results { background: var(--warm-white); padding: 80px 24px; text-align: center; }
.results-inner { max-width: 1100px; margin: 0 auto; }
.results h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 5vw, 52px); font-weight: 300; max-width: 640px; margin: 0 auto 12px; line-height: 1.2; }
.results h2 em { font-style: italic; color: var(--sage-dark); }
.results .sub { font-size: 15px; color: var(--charcoal-light); max-width: 460px; margin: 0 auto 48px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }

/* ---------- 3. SPLIT (filosofia: mídia + texto) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.split-content { padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; background: var(--cream); }
.split-content h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 3.5vw, 44px); font-weight: 300; line-height: 1.2; margin-bottom: 20px; }
.split-content h2 em { font-style: italic; color: var(--sage-dark); }
.split-content p { font-size: 15px; color: var(--charcoal-light); line-height: 1.8; margin-bottom: 14px; }

/* ---------- 4. PILARES (3 princípios) ---------- */
.pillars-section { padding: 100px 24px; max-width: 1000px; margin: 0 auto; text-align: center; }
.pillars-section h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 4vw, 50px); font-weight: 300; margin-bottom: 12px; line-height: 1.2; }
.pillars-section h2 em { font-style: italic; color: var(--sage-dark); }
.pillars-intro { font-size: 15px; color: var(--charcoal-light); max-width: 520px; margin: 0 auto 56px; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: left; }
.pillar { padding: 32px; background: var(--warm-white); border-top: 2px solid var(--sage-light); }
.pillar-number { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 300; color: var(--sage-light); line-height: 1; margin-bottom: 16px; }
.pillar h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; margin-bottom: 10px; }
.pillar p { font-size: 14px; color: var(--charcoal-light); line-height: 1.7; }

/* ---------- 5. ZONAS DE TRATAMENTO (bloco escuro) ---------- */
.zones { background: var(--charcoal); padding: 100px 24px; position: relative; overflow: hidden; }
.zones::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 60% 50%, rgba(139,158,126,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.zones-inner { max-width: 1000px; margin: 0 auto; position: relative; z-index: 1; }
.zones-header { text-align: center; margin-bottom: 56px; }
.zones-header h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 4vw, 52px); font-weight: 300; color: var(--cream); line-height: 1.2; margin-bottom: 16px; }
.zones-header h2 em { font-style: italic; color: var(--gold); }
.zones-header p { font-size: 15px; color: var(--stone); max-width: 520px; margin: 0 auto; }
.zones-body { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.zones-image img { width: 100%; display: block; border: 1px solid rgba(201,169,110,0.2); }
.zones-image-placeholder {
  background: linear-gradient(160deg, #3a3a3a 0%, #1e1e1e 100%);
  border: 1px solid rgba(201,169,110,0.2); aspect-ratio: 3/4;
  display: flex; align-items: center; justify-content: center;
}
.zones-image-placeholder span { font-family: 'Cormorant Garamond', serif; font-size: 15px; font-style: italic; color: var(--stone-dark); text-align: center; padding: 0 24px; }
.zones-list { display: flex; flex-direction: column; gap: 0; }
.zone-item { display: flex; align-items: flex-start; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.zone-item:last-child { border-bottom: none; }
.zone-number { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; color: var(--gold); line-height: 1; flex-shrink: 0; width: 36px; padding-top: 2px; }
.zone-text h4 { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 400; color: var(--cream); margin-bottom: 4px; line-height: 1.2; }
.zone-text p { font-size: 13px; color: var(--stone); line-height: 1.6; }
.zones-footer { margin-top: 48px; padding: 24px 32px; background: rgba(255,255,255,0.03); border: 1px solid rgba(201,169,110,0.15); text-align: center; }
.zones-footer p { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-style: italic; color: var(--stone); }
.zones-footer strong { color: var(--gold); font-style: normal; font-weight: 300; }

/* ---------- 7. ESPECIALISTA (mídia + bio, fundo escuro) ---------- */
.expert { display: grid; grid-template-columns: 1fr 1fr; background: var(--charcoal); min-height: 580px; }
.expert-content { padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; }
.expert-content .section-tag { color: var(--sage-light); }
.expert-content h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px, 3vw, 40px); font-weight: 300; color: var(--cream); margin-bottom: 24px; line-height: 1.3; }
.expert-content h2 em { font-style: italic; color: var(--gold); }
.expert-content p { font-size: 15px; color: var(--stone); line-height: 1.8; margin-bottom: 14px; }

/* ---------- 8. PARA QUEM É ---------- */
.for-who { padding: 100px 24px; max-width: 1000px; margin: 0 auto; text-align: center; }
.for-who h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 4vw, 50px); font-weight: 300; margin-bottom: 48px; line-height: 1.2; }
.for-who h2 em { font-style: italic; color: var(--sage-dark); }
.profiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; text-align: left; }
.profile-item { display: flex; align-items: flex-start; gap: 16px; padding: 28px; background: var(--warm-white); border-left: 3px solid var(--sage-light); }
.profile-check { width: 22px; height: 22px; background: var(--sage); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; font-size: 11px; color: white; }
.profile-text { font-size: 15px; color: var(--charcoal-light); line-height: 1.6; }
.profile-text strong { color: var(--charcoal); font-weight: 500; display: block; margin-bottom: 4px; }

/* ---------- 9. O QUE VOCÊ RECEBE ---------- */
.what-you-get { background: var(--warm-white); padding: 100px 24px; }
.what-you-get-inner { max-width: 960px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-header h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 4vw, 52px); font-weight: 300; margin-bottom: 12px; line-height: 1.2; }
.section-header h2 em { font-style: italic; color: var(--sage-dark); }
.section-header p { font-size: 15px; color: var(--charcoal-light); max-width: 500px; margin: 0 auto; }

.main-product { background: white; border: 1px solid var(--gold-light); display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 56px; position: relative; overflow: hidden; }
/* Selo do card principal — troque o texto aqui */
.main-product::before {
  content: 'CURSO PRINCIPAL'; position: absolute; top: 0; left: 0;
  background: var(--gold); color: white; font-size: 10px; font-weight: 500;
  letter-spacing: 3px; padding: 6px 20px; z-index: 1;
}
.main-product-text { padding: 56px 40px 40px; }
.main-product-text h3 { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 400; margin-bottom: 6px; }
.main-product-sub { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--sage); margin-bottom: 24px; display: block; }
.product-features { list-style: none; }
.product-features li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--charcoal-light); padding: 8px 0; border-bottom: 1px solid var(--warm-white); }
.product-features li:last-child { border-bottom: none; }
.product-features li::before { content: '→'; color: var(--sage); flex-shrink: 0; }

/* Área de membros (cards inclinados + grid de recursos) */
.app-v2 { background: white; border: 1px solid var(--gold-light); padding: 48px 44px; margin-bottom: 56px; position: relative; overflow: hidden; }
.app-v2::before {
  content: 'INCLUSO NA SUA FORMAÇÃO'; position: absolute; top: 0; left: 0;
  background: var(--sage-dark); color: white; font-size: 10px; font-weight: 500;
  letter-spacing: 3px; padding: 6px 20px;
}
.app-v2-head { max-width: 600px; margin-bottom: 36px; padding-top: 14px; }
.app-v2-head h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(24px, 3vw, 32px); font-weight: 400; line-height: 1.25; margin-bottom: 10px; }
.app-v2-head h3 em { font-style: italic; color: var(--sage-dark); }
.app-v2-head p { font-size: 14px; color: var(--charcoal-light); line-height: 1.7; }
.app-v2-body { display: grid; grid-template-columns: 180px 1fr; gap: 40px; align-items: center; }
.app-v2-stack { position: relative; height: 200px; }
.app-v2-card { position: absolute; width: 150px; background: var(--warm-white); border: 1px solid var(--gold-light); padding: 14px; box-shadow: 0 12px 30px rgba(44,44,44,0.1); }
.app-v2-card-1 { top: 0; left: 0; transform: rotate(-6deg); z-index: 1; }
.app-v2-card-2 { top: 14px; left: 34px; transform: rotate(3deg); z-index: 2; background: white; border-color: var(--sage-light); }
.app-v2-card-3 { top: 46px; left: 12px; transform: rotate(-2deg); z-index: 3; background: var(--charcoal); border-color: var(--charcoal); }
.app-v2-card-eyebrow { font-size: 8px; letter-spacing: 2px; text-transform: uppercase; color: var(--sage-dark); margin-bottom: 6px; display: block; }
.app-v2-card-3 .app-v2-card-eyebrow { color: var(--gold); }
.app-v2-card-title { font-family: 'Cormorant Garamond', serif; font-size: 14px; color: var(--charcoal); line-height: 1.3; }
.app-v2-card-3 .app-v2-card-title { color: var(--cream); }
.app-v2-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 28px; }
.app-v2-item { border-left: 2px solid var(--sage-light); padding-left: 14px; }
.app-v2-item-icon { font-size: 15px; margin-bottom: 4px; display: block; }
.app-v2-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 500; margin-bottom: 4px; }
.app-v2-item p { font-size: 13px; color: var(--charcoal-light); line-height: 1.6; }
.app-v2-foot { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--warm-white); font-size: 12px; color: var(--stone-dark); display: flex; align-items: center; gap: 8px; }

/* Bônus 1–3 */
.bonuses-header { text-align: center; margin-bottom: 32px; }
.bonuses-header h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px, 3.5vw, 40px); font-weight: 300; margin-bottom: 8px; line-height: 1.2; }
.bonuses-header p { font-size: 14px; color: var(--charcoal-light); }
.bonuses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bonus-card { background: white; border: 1px solid #eee; border-top: 3px solid var(--sage-light); overflow: hidden; }
.bonus-mockup { aspect-ratio: 3/4; position: relative; overflow: hidden; }
.mockup-tag { position: absolute; top: 12px; left: 12px; z-index: 1; background: white; color: var(--sage-dark); font-size: 9px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding: 4px 10px; }
.bonus-info { padding: 22px; }
.bonus-label-tag { font-size: 10px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--sage); margin-bottom: 8px; display: block; }
.bonus-info h4 { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 400; margin-bottom: 8px; line-height: 1.3; }
.bonus-info p { font-size: 13px; color: var(--charcoal-light); line-height: 1.6; margin-bottom: 12px; }
.bonus-value { font-size: 12px; color: var(--stone-dark); }
.bonus-value s { text-decoration: line-through; }
.bonus-value span { color: var(--sage-dark); font-weight: 500; }

/* Bônus 4 com contador regressivo */
.bonus-04-wrapper { position: relative; margin-top: 8px; }
.bonus-04-urgency-bar {
  background: linear-gradient(135deg, #1a1a1a 0%, #2C2C2C 100%);
  border: 1px solid var(--gold); border-bottom: none; padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}
.bonus-04-urgency-bar .urgency-text { font-size: 11px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
.bonus-04-urgency-bar .timer-display { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: white; letter-spacing: 2px; min-width: 80px; text-align: right; }
.bonus-04-card { background: white; border: 2px solid var(--gold); overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; position: relative; }
.bonus-04-ribbon { position: absolute; top: 20px; right: -32px; background: var(--gold); color: white; font-size: 9px; font-weight: 500; letter-spacing: 2px; padding: 5px 48px; transform: rotate(45deg); transform-origin: center; z-index: 2; }
.bonus-04-image { position: relative; overflow: hidden; min-height: 320px; }
.bonus-04-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bonus-04-content { padding: 36px 32px; display: flex; flex-direction: column; justify-content: center; }
.bonus-04-tag { font-size: 10px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; display: block; }
.bonus-04-content h4 { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 400; margin-bottom: 14px; line-height: 1.2; color: var(--charcoal); }
.bonus-04-content p { font-size: 14px; color: var(--charcoal-light); line-height: 1.7; margin-bottom: 16px; }
.bonus-04-price-block { display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: var(--warm-white); border-left: 3px solid var(--gold); margin-bottom: 12px; }
.bonus-04-price-block .original { font-size: 14px; color: var(--stone-dark); text-decoration: line-through; }
.bonus-04-price-block .free { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--sage-dark); font-weight: 500; }
.bonus-04-note { font-size: 11px; color: var(--stone-dark); font-style: italic; }

/* ---------- 10. CERTIFICADO ---------- */
.certificate { background: var(--charcoal); padding: 100px 24px; }
.certificate-inner { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.certificate-image img { width: 100%; box-shadow: 0 20px 60px rgba(0,0,0,0.4); border: 1px solid rgba(201,169,110,0.3); }
.certificate-content h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 3.5vw, 44px); font-weight: 300; color: var(--cream); margin-bottom: 20px; line-height: 1.2; }
.certificate-content h2 em { font-style: italic; color: var(--gold); }
.certificate-content p { font-size: 15px; color: var(--stone); line-height: 1.8; margin-bottom: 16px; }
.certificate-items { list-style: none; margin-top: 24px; }
.certificate-items li { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--stone); padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.certificate-items li:last-child { border-bottom: none; }
.certificate-items li::before { content: '✦'; color: var(--gold); flex-shrink: 0; font-size: 10px; }

/* ---------- 11. DEPOIMENTO EM VÍDEO ---------- */
.video-testimonial { padding: 100px 24px; }
.video-testimonial-inner { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.video-testimonial-content h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 3.5vw, 44px); font-weight: 300; margin-bottom: 20px; line-height: 1.2; }
.video-testimonial-content h2 em { font-style: italic; color: var(--sage-dark); }
.video-testimonial-content p { font-size: 15px; color: var(--charcoal-light); line-height: 1.8; margin-bottom: 16px; }
.video-testimonial-quote { border-left: 2px solid var(--sage-light); padding-left: 20px; margin-top: 24px; }
.video-testimonial-quote p { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-style: italic; color: var(--charcoal-light); line-height: 1.7; margin-bottom: 12px; }
.video-testimonial-quote span { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--sage-dark); }
.video-testimonial-player { display: flex; align-items: center; justify-content: center; }
.video-placeholder {
  width: 100%; max-width: 400px; aspect-ratio: 9/16;
  background: linear-gradient(160deg, #3a3a3a 0%, #1e1e1e 100%);
  border: 1px solid var(--gold-light);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  color: var(--stone); font-family: 'Cormorant Garamond', serif; font-style: italic; text-align: center; padding: 24px;
}
.video-placeholder .play { width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 18px; }

/* ---------- 12. DEPOIMENTOS (prints) ---------- */
.testimonials { background: var(--cream); padding: 100px 24px; }
.testimonials-inner { max-width: 960px; margin: 0 auto; }
.testimonials-header { text-align: center; margin-bottom: 16px; }
.testimonials-header h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 4vw, 52px); font-weight: 300; margin-bottom: 12px; line-height: 1.2; }
.testimonials-header h2 em { font-style: italic; color: var(--sage-dark); }
.testimonials-header p { font-size: 15px; color: var(--charcoal-light); max-width: 560px; margin: 0 auto 48px; line-height: 1.7; }
.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.testimonial-card { background: white; border: 1px solid var(--warm-white); border-radius: 2px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: transform 0.3s ease; }
.testimonial-card:hover { transform: translateY(-4px); }
.testimonial-img { width: 100%; height: auto; display: block; }
.testimonials-note { text-align: center; margin-top: 32px; color: var(--stone-dark); font-style: italic; font-family: 'Cormorant Garamond', serif; font-size: 17px; }

/* ---------- 13. POTENCIAL DE RENDA ---------- */
.income { padding: 100px 24px; max-width: 1000px; margin: 0 auto; }
.income-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.income-content h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 3.5vw, 44px); font-weight: 300; margin-bottom: 16px; line-height: 1.2; }
.income-content h2 em { font-style: italic; color: var(--sage-dark); }
.income-content p { font-size: 15px; color: var(--charcoal-light); line-height: 1.8; }
.income-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.income-card { background: var(--warm-white); padding: 24px; border-top: 2px solid var(--sage-light); text-align: center; }
.income-amount { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 300; color: var(--sage-dark); display: block; line-height: 1; margin-bottom: 6px; }
.income-desc { font-size: 12px; color: var(--charcoal-light); line-height: 1.5; }

/* ---------- 14. OFERTA ---------- */
.pricing { background: linear-gradient(135deg, var(--charcoal) 0%, #1a1a1a 100%); padding: 100px 24px; text-align: center; position: relative; overflow: hidden; }
.pricing::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 100%, rgba(139,158,126,0.1) 0%, transparent 60%); }
.pricing-inner { max-width: 620px; margin: 0 auto; position: relative; z-index: 1; }
.pricing h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 4vw, 50px); font-weight: 300; color: var(--cream); margin-bottom: 16px; line-height: 1.2; }
.pricing h2 em { font-style: italic; color: var(--gold); }
.pricing-box { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); padding: 48px; margin: 48px 0; }
.discount-badge { display: inline-block; background: #C0392B; color: white; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 18px; margin-bottom: 16px; }
.original-price { font-size: 15px; color: var(--stone-dark); text-decoration: line-through; margin-bottom: 8px; }
.current-price { font-family: 'Cormorant Garamond', serif; font-size: 80px; font-weight: 300; color: var(--cream); line-height: 1; margin-bottom: 8px; }
.current-price sup { font-size: 32px; vertical-align: top; margin-top: 16px; color: var(--gold); }
.price-note { font-size: 13px; color: var(--stone); margin-bottom: 32px; }
.includes-list { list-style: none; text-align: left; margin-bottom: 32px; }
.includes-list li { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 14px; color: var(--stone); }
.includes-list li:last-child { border-bottom: none; }
.includes-list li.highlight-item { color: var(--gold-light); }
.includes-list li.app-item { color: var(--sage-light); }
.check { width: 18px; height: 18px; background: var(--sage); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 10px; color: white; }
.check-gold { width: 18px; height: 18px; background: var(--gold); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 10px; color: white; }
.check-app { width: 18px; height: 18px; background: var(--sage-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 10px; color: white; }
.btn-cta { display: block; width: 100%; background: var(--sage); color: white; font-size: 13px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; text-decoration: none; padding: 20px 48px; transition: all 0.3s ease; cursor: pointer; border: none; margin-bottom: 16px; }
.btn-cta:hover { background: var(--sage-dark); }
.secure-note { font-size: 12px; color: var(--stone-dark); display: flex; align-items: center; justify-content: center; gap: 6px; flex-wrap: wrap; }
.platform-badge { display: block; font-size: 11px; letter-spacing: 1px; color: var(--stone-dark); margin-top: 10px; }
.pricing-footnote { font-size: 14px; color: var(--stone); max-width: 480px; margin: 0 auto; }

/* ---------- 15. GARANTIA ---------- */
.guarantee { padding: 80px 24px; max-width: 700px; margin: 0 auto; text-align: center; }
.guarantee-badge { width: 80px; height: 80px; background: var(--sage-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 32px; font-size: 32px; }
.guarantee h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 40px); font-weight: 300; margin-bottom: 20px; line-height: 1.3; }
.guarantee p { font-size: 16px; color: var(--charcoal-light); line-height: 1.8; }

/* ---------- 16. FAQ ---------- */
.faq { background: var(--warm-white); padding: 100px 24px; }
.faq-inner { max-width: 700px; margin: 0 auto; }
.faq h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 4vw, 48px); font-weight: 300; text-align: center; margin-bottom: 56px; line-height: 1.2; }
.faq-item { border-bottom: 1px solid var(--stone); padding: 24px 0; }
.faq-item:first-of-type { border-top: 1px solid var(--stone); }
.faq-question { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; color: var(--charcoal); margin-bottom: 12px; display: flex; justify-content: space-between; align-items: center; }
.faq-answer { font-size: 15px; color: var(--charcoal-light); line-height: 1.7; }

/* ---------- 17. CTA FINAL + RODAPÉ ---------- */
.final-cta { padding: 100px 24px; text-align: center; }
.final-cta h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 5vw, 60px); font-weight: 300; line-height: 1.2; max-width: 720px; margin: 0 auto 24px; }
.final-cta h2 em { font-style: italic; color: var(--sage-dark); }
.final-cta p { font-size: 16px; color: var(--charcoal-light); max-width: 520px; margin: 0 auto 40px; }
footer { background: var(--charcoal); padding: 32px 24px; text-align: center; }
footer p { font-size: 12px; color: var(--stone-dark); line-height: 1.8; }
footer a { color: var(--stone); text-decoration: none; }

/* ---------- ANIMAÇÕES ---------- */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.fade-in { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ---------- POP-UP DE PROVA SOCIAL ---------- */
.notif-wrapper { position: fixed; bottom: 24px; left: 24px; z-index: 9999; max-width: 320px; width: calc(100% - 48px); }
.notif-card {
  background: #2C2C2C; border: 1px solid rgba(201,169,110,0.25); border-left: 3px solid #C9A96E;
  padding: 14px 16px; display: flex; align-items: center; gap: 14px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
  opacity: 0; transform: translateX(-110%);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-family: 'DM Sans', sans-serif;
}
.notif-card.show { opacity: 1; transform: translateX(0); }
.notif-card.hide { opacity: 0; transform: translateX(-110%); transition: all 0.4s ease; }
.notif-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, #5C7050, #3D4F35);
  border: 1.5px solid rgba(201,169,110,0.4);
  display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0;
}
.notif-content { flex: 1; min-width: 0; }
.notif-action { font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: #C9A96E; margin-bottom: 3px; }
.notif-name { font-size: 13px; font-weight: 500; color: #FAF7F2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.notif-detail { font-size: 11px; color: #8C7B65; margin-top: 2px; }
.notif-dot { width: 6px; height: 6px; border-radius: 50%; background: #8B9E7E; flex-shrink: 0; animation: pulse-dot 2s ease infinite; }
@keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.7); } }

/* ---------- MOBILE ---------- */
@media (max-width: 768px) {
  .split, .expert, .main-product, .income-inner, .certificate-inner, .video-testimonial-inner, .zones-body { grid-template-columns: 1fr; }
  .pillars, .grid-3, .bonuses-grid, .profiles, .testimonials-grid { grid-template-columns: 1fr; }
  .income-numbers { grid-template-columns: 1fr 1fr; }
  .split-content, .expert-content, .certificate-content { padding: 40px 24px; }
  .pricing-box { padding: 32px 20px; }
  .proof-divider { display: none; }
  .main-product-text { padding: 40px 24px 32px; }
  .video-testimonial-content { order: 2; }
  .video-testimonial-player { order: 1; }
  .bonus-04-card { grid-template-columns: 1fr; }
  .bonus-04-urgency-bar { flex-direction: column; align-items: flex-start; }
  .app-v2-body { grid-template-columns: 1fr; }
  .app-v2-stack { display: none; }
  .app-v2-grid { grid-template-columns: 1fr; }
  .app-v2 { padding: 32px 24px; }
}
