/* =====================================================================
   LucraBella — Página de Vendas Ultra-Premium
   "Você cuida da beleza. A LucraBella cuida do seu lucro."
   Design system: luxo absoluto — preto profundo, dourado champanhe, nude rosado.
   ===================================================================== */

/* ---------- Design Tokens ---------- */
:root {
  /* Paleta */
  --black: #0A0A0A;
  --black-soft: #121212;
  --black-card: #15130F;
  --gold: #D4AF37;
  --gold-bright: #F0D77B;
  --gold-deep: #A8862A;
  --nude: #E8C5B5;
  --nude-soft: #f3ddd2;
  --offwhite: #F5F2EC;
  --pearl: #B9B6AE;
  --pearl-dim: #87847d;

  /* Tipografia */
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Espaçamento e layout */
  --maxw: 1180px;
  --radius: 18px;
  --radius-sm: 12px;

  /* Sombras / brilhos */
  --glow-gold: 0 0 40px rgba(212, 175, 55, 0.25);
  --shadow-card: 0 24px 60px rgba(0, 0, 0, 0.55);

  /* Gradientes */
  --grad-gold: linear-gradient(135deg, var(--gold-bright) 0%, var(--gold) 45%, var(--gold-deep) 100%);
  --grad-gold-text: linear-gradient(100deg, var(--gold-bright), var(--gold) 55%, var(--nude));
}

/* ---------- Reset ---------- */
*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  background-color: var(--black);
  color: var(--offwhite);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* ---------- Tipografia base ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.12; letter-spacing: -0.01em; }
.serif { font-family: var(--font-display); }

.text-gold {
  background: var(--grad-gold-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gold);
}

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 1.2rem;
  display: inline-block;
}

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }
.section { padding: clamp(72px, 11vw, 150px) 0; position: relative; }
.section--tight { padding: clamp(56px, 8vw, 110px) 0; }
.center { text-align: center; }
.muted { color: var(--pearl); }
.divider-line { width: 70px; height: 2px; background: var(--grad-gold); margin: 1.6rem auto 0; border-radius: 2px; }

.section-title { font-size: clamp(2rem, 4.4vw, 3.4rem); margin-bottom: 1rem; }
.section-lead { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--pearl); max-width: 680px; margin-inline: auto; }

/* =====================================================================
   PRE-LOADER — Monograma "LB" desenhado por linha dourada animada
   ===================================================================== */
#loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--black);
  display: grid;
  place-items: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
#loader.is-hidden { opacity: 0; visibility: hidden; }
#loader .monogram { width: 130px; height: 130px; }
#loader .monogram path,
#loader .monogram circle {
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.55));
}
#loader .monogram .draw {
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  animation: draw 2s ease forwards;
}
#loader .monogram circle.draw { stroke-dasharray: 540; stroke-dashoffset: 540; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.loader-word {
  margin-top: 22px;
  font-family: var(--font-display);
  letter-spacing: 0.3em;
  color: var(--gold);
  font-size: 0.95rem;
  text-transform: uppercase;
  opacity: 0;
  animation: fadeUp 0.9s ease 1.2s forwards;
}

/* =====================================================================
   NAVBAR
   ===================================================================== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 56px);
  transition: background 0.4s ease, padding 0.4s ease, border-color 0.4s ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.16);
  padding-top: 13px; padding-bottom: 13px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand .lb-mark {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--gold);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.brand .brand-name { font-family: var(--font-display); font-size: 1.3rem; letter-spacing: 0.02em; }
.brand .brand-name b { color: var(--gold); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { font-size: 0.92rem; color: var(--pearl); transition: color 0.25s ease; }
.nav-links a:hover { color: var(--offwhite); }
.nav-toggle { display: none; }

/* =====================================================================
   BOTÕES / CTA — brilho dourado deslizante no hover
   ===================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 0.98rem;
  padding: 16px 34px;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--grad-gold);
  color: #1a1405;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.28);
}
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0; left: -130%;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.65), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 44px rgba(212, 175, 55, 0.45); }
.btn-primary:hover::after { left: 130%; }
.btn-ghost {
  background: transparent;
  color: var(--gold);
  border: 1.5px solid rgba(212, 175, 55, 0.5);
}
.btn-ghost:hover { border-color: var(--gold); background: rgba(212, 175, 55, 0.08); transform: translateY(-2px); }
.btn-lg { padding: 19px 44px; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* Pulsar (CTA final) */
.btn-pulse { animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 10px 30px rgba(212, 175, 55, 0.28); }
  50% { box-shadow: 0 10px 50px rgba(212, 175, 55, 0.65); }
}

/* =====================================================================
   HERO
   ===================================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 130px 0 80px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -20%; right: -10%;
  width: 60vw; height: 60vw;
  max-width: 760px; max-height: 760px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.16) 0%, rgba(212, 175, 55, 0) 65%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -25%; left: -15%;
  width: 55vw; height: 55vw;
  max-width: 700px; max-height: 700px;
  background: radial-gradient(circle, rgba(232, 197, 181, 0.10) 0%, rgba(232, 197, 181, 0) 65%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.hero h1 { font-size: clamp(2.5rem, 5.6vw, 4.4rem); margin-bottom: 1.6rem; }
.hero p.sub { font-size: clamp(1.05rem, 2vw, 1.3rem); color: var(--pearl); max-width: 540px; margin-bottom: 2.4rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.hero-trust { margin-top: 2.2rem; display: flex; align-items: center; gap: 14px; color: var(--pearl-dim); font-size: 0.86rem; }
.hero-trust .stars { color: var(--gold); letter-spacing: 2px; }

/* VSL / vídeo de vendas */
.vsl {
  position: relative;
  aspect-ratio: 9 / 11;
  border-radius: var(--radius);
  overflow: hidden;
  background:
    radial-gradient(120% 100% at 50% 0%, rgba(212,175,55,0.14), transparent 55%),
    linear-gradient(160deg, #1c1a14, #0c0b08);
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: var(--shadow-card), var(--glow-gold);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.vsl .play {
  width: 86px; height: 86px;
  border-radius: 50%;
  background: var(--grad-gold);
  display: grid; place-items: center;
  box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.55);
  animation: ripple 2.2s infinite;
  transition: transform 0.3s ease;
}
.vsl:hover .play { transform: scale(1.08); }
.vsl .play svg { width: 30px; height: 30px; fill: #1a1405; margin-left: 5px; }
@keyframes ripple {
  0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.5); }
  70% { box-shadow: 0 0 0 26px rgba(212, 175, 55, 0); }
  100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
}
.vsl .vsl-label {
  position: absolute;
  bottom: 22px; left: 0; right: 0;
  text-align: center;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--nude);
}
.vsl .vsl-tag {
  position: absolute;
  top: 18px; left: 18px;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(212,175,55,0.4);
  border-radius: 30px;
  padding: 5px 14px;
  background: rgba(10,10,10,0.5);
}

/* Marquee de logos / confiança */
.logo-strip {
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 26px 0;
  color: var(--pearl-dim);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.logo-strip .row { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(24px, 5vw, 60px); align-items: center; }

/* =====================================================================
   SEÇÃO A DOR
   ===================================================================== */
.pain { background: linear-gradient(180deg, var(--black), var(--black-soft)); }
.pain-quote {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1.25;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.pain-quote em { color: var(--gold); font-style: italic; }
.pain-cards {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.pain-card {
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius-sm);
  padding: 30px 26px;
  background: rgba(255,255,255,0.015);
}
.pain-card .ic { font-size: 1.6rem; margin-bottom: 14px; }
.pain-card h4 { font-family: var(--font-body); font-weight: 600; font-size: 1.08rem; margin-bottom: 8px; color: var(--nude); }
.pain-card p { color: var(--pearl); font-size: 0.96rem; }

/* =====================================================================
   SEÇÃO SOLUÇÃO + CALCULADORA
   ===================================================================== */
.solution-head { max-width: 760px; margin: 0 auto 3.6rem; text-align: center; }
.calc-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}
.calc-card {
  background: var(--black-card);
  border: 1px solid rgba(212,175,55,0.22);
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 38px);
  box-shadow: var(--shadow-card);
}
.calc-card h3 { font-size: 1.5rem; margin-bottom: 4px; }
.calc-card .sub { color: var(--pearl); font-size: 0.92rem; margin-bottom: 26px; }
.calc-card.showcase { align-self: center; }
.calc-card.showcase .calc-results { gap: 14px; }
.showcase-copy { display: flex; flex-direction: column; justify-content: center; }
.check-list li {
  display: flex; gap: 11px; align-items: flex-start;
  padding: 10px 0; font-size: 0.98rem; color: var(--pearl);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.check-list li .ck { color: var(--gold); font-weight: 700; flex-shrink: 0; }
.field { margin-bottom: 20px; }
.field label { display: flex; justify-content: space-between; font-size: 0.86rem; color: var(--pearl); margin-bottom: 9px; font-weight: 500; }
.field label .val { color: var(--gold); font-weight: 600; }
.field input[type="number"],
.field input[type="text"],
.field select {
  width: 100%;
  background: rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 13px 15px;
  color: var(--offwhite);
  font-size: 1rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.field input:focus,
.field select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,175,55,0.15); }
.field input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--gold), var(--gold-deep));
  outline: none;
}
.field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 10px rgba(212,175,55,0.7);
  cursor: pointer;
}
.field input[type="range"]::-moz-range-thumb {
  width: 20px; height: 20px; border: none; border-radius: 50%;
  background: var(--gold-bright); box-shadow: 0 0 10px rgba(212,175,55,0.7); cursor: pointer;
}

/* Resultados da calculadora */
.calc-results { display: flex; flex-direction: column; gap: 16px; }
.result-card {
  border-radius: var(--radius-sm);
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease;
}
.result-card:hover { transform: translateY(-3px); }
.result-card .label { font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pearl); }
.result-card .desc { font-size: 0.84rem; color: var(--pearl-dim); margin-top: 3px; }
.result-card .price { font-family: var(--font-display); font-size: 1.9rem; font-weight: 700; }
.result-card.min { border-color: rgba(255,255,255,0.1); }
.result-card.min .price { color: var(--pearl); }
.result-card.ideal {
  border-color: rgba(212,175,55,0.5);
  background: linear-gradient(120deg, rgba(212,175,55,0.12), rgba(212,175,55,0.02));
  box-shadow: var(--glow-gold);
}
.result-card.ideal .price { color: var(--gold); }
.result-card.premium { border-color: rgba(232,197,181,0.4); background: rgba(232,197,181,0.05); }
.result-card.premium .price { color: var(--nude); }
.calc-note { margin-top: 18px; font-size: 0.82rem; color: var(--pearl-dim); text-align: center; }

/* Caixa de revelação — "quanto você está perdendo" / projeção mensal */
.calc-reveal {
  margin-top: 18px;
  border-radius: var(--radius-sm);
  padding: 24px 26px;
  text-align: center;
  border: 1px solid rgba(212, 175, 55, 0.55);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(168, 134, 42, 0.04));
  box-shadow: var(--glow-gold);
  animation: revealPop 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.calc-reveal[hidden] { display: none; }
.calc-reveal.loss {
  border-color: rgba(224, 122, 95, 0.65);
  background: linear-gradient(135deg, rgba(224, 122, 95, 0.18), rgba(224, 122, 95, 0.04));
  box-shadow: 0 0 40px rgba(224, 122, 95, 0.22);
}
.calc-reveal .reveal-head {
  font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--pearl); margin-bottom: 6px;
}
.calc-reveal .reveal-amount {
  font-family: var(--font-display); font-weight: 700; line-height: 1.05;
  font-size: clamp(2.1rem, 6vw, 2.7rem); color: var(--gold);
}
.calc-reveal.loss .reveal-amount { color: #ED9C86; }
.calc-reveal .reveal-sub { font-size: 0.92rem; color: var(--pearl); margin-top: 9px; }
.calc-reveal .reveal-sub b { color: var(--offwhite); }
@keyframes revealPop { from { opacity: 0; transform: scale(0.96) translateY(8px); } to { opacity: 1; transform: none; } }

/* Barra de CTA fixa no mobile */
.mobile-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 900;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  background: rgba(10, 10, 10, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(212, 175, 55, 0.28);
  transform: translateY(120%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.mobile-cta.visible { transform: translateY(0); }
.mobile-cta .mc-from { display: block; font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pearl-dim); }
.mobile-cta .mc-price { font-family: var(--font-display); font-size: 1.4rem; color: var(--gold); font-weight: 700; line-height: 1; }
.mobile-cta .mc-price small { font-size: 0.78rem; color: var(--pearl); font-weight: 400; }
.mobile-cta .btn { padding: 13px 24px; font-size: 0.92rem; }
.badge-pill {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--grad-gold);
  color: #1a1405;
  font-weight: 700;
  margin-left: 8px;
  vertical-align: middle;
}

/* =====================================================================
   SEÇÃO MÓDULOS — cards glassmorphism
   ===================================================================== */
.modules { background: linear-gradient(180deg, var(--black-soft), var(--black)); }
.modules-grid {
  margin-top: 3.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.glass-card {
  position: relative;
  border-radius: var(--radius);
  padding: 34px 30px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(140% 90% at 0% 0%, rgba(212,175,55,0.10), transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.glass-card:hover { transform: translateY(-8px); border-color: rgba(212,175,55,0.4); box-shadow: var(--shadow-card); }
.glass-card:hover::before { opacity: 1; }
.glass-card .num {
  font-family: var(--font-display);
  font-size: 2.6rem;
  color: rgba(212,175,55,0.35);
  line-height: 1;
  margin-bottom: 14px;
}
.glass-card .mod-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: rgba(212,175,55,0.12);
  border: 1px solid rgba(212,175,55,0.3);
  display: grid; place-items: center;
  font-size: 1.5rem;
  margin-bottom: 18px;
}
.glass-card h3 { font-size: 1.32rem; margin-bottom: 10px; }
.glass-card p { color: var(--pearl); font-size: 0.96rem; position: relative; z-index: 1; }
.glass-card.featured {
  grid-column: span 1;
  border-color: rgba(212,175,55,0.45);
  background: linear-gradient(150deg, rgba(212,175,55,0.10), rgba(255,255,255,0.03));
}
.glass-card .feat-tag {
  position: absolute; top: 18px; right: 18px;
  font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); border: 1px solid rgba(212,175,55,0.4);
  border-radius: 20px; padding: 4px 10px;
}

/* =====================================================================
   SEÇÃO PROVA SOCIAL — carrossel
   ===================================================================== */
.proof { background: var(--black); }
.carousel { position: relative; margin-top: 3.4rem; }
.carousel-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 6px 2px 26px;
  scrollbar-width: none;
}
.carousel-track::-webkit-scrollbar { display: none; }
.testi {
  scroll-snap-align: center;
  flex: 0 0 clamp(280px, 80vw, 380px);
  background: var(--black-card);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
}
.testi .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 14px; }
.testi .result {
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: var(--gold);
  margin-bottom: 14px;
  line-height: 1.25;
}
.testi blockquote { color: var(--pearl); font-size: 0.98rem; flex: 1; }
.testi .who { margin-top: 22px; display: flex; align-items: center; gap: 12px; }
.testi .avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--grad-gold);
  display: grid; place-items: center;
  color: #1a1405; font-weight: 700; font-family: var(--font-display);
}
.testi .who .name { font-weight: 600; font-size: 0.95rem; }
.testi .who .role { color: var(--pearl-dim); font-size: 0.82rem; }
.carousel-nav { display: flex; justify-content: center; gap: 14px; margin-top: 8px; }
.carousel-nav button {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid rgba(212,175,55,0.4); color: var(--gold);
  display: grid; place-items: center; font-size: 1.2rem;
  transition: background 0.25s ease, transform 0.25s ease;
}
.carousel-nav button:hover { background: rgba(212,175,55,0.12); transform: scale(1.08); }

/* =====================================================================
   SEÇÃO OFERTA / PLANOS
   ===================================================================== */
.pricing { background: linear-gradient(180deg, var(--black), var(--black-soft)); }
.anchor-note {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
  color: var(--pearl);
}
.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.plan {
  position: relative;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.02);
  padding: 38px 30px;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, border-color 0.4s ease;
}
.plan:hover { transform: translateY(-6px); border-color: rgba(212,175,55,0.35); }
.plan.popular {
  border-color: var(--gold);
  background: linear-gradient(170deg, rgba(212,175,55,0.12), rgba(255,255,255,0.02));
  box-shadow: var(--glow-gold);
  transform: scale(1.03);
}
.plan.popular:hover { transform: scale(1.03) translateY(-6px); }
.plan .ribbon {
  position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--grad-gold);
  color: #1a1405;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 30px;
  white-space: nowrap;
}
.plan .plan-name { font-family: var(--font-display); font-size: 1.6rem; margin-bottom: 4px; }
.plan .plan-for { color: var(--pearl-dim); font-size: 0.88rem; margin-bottom: 22px; }
.plan .price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 4px; }
.plan .price .cur { color: var(--pearl); font-size: 1.1rem; }
.plan .price .amount { font-family: var(--font-display); font-size: 3rem; font-weight: 700; line-height: 1; }
.plan .price .per { color: var(--pearl); font-size: 0.95rem; }
.plan.popular .price .amount { color: var(--gold); }
.plan .compare { color: var(--pearl-dim); font-size: 0.82rem; margin-bottom: 24px; }
.plan .compare s { color: var(--pearl-dim); }
.plan ul.features { margin-bottom: 28px; flex: 1; }
.plan ul.features li {
  display: flex; gap: 11px; align-items: flex-start;
  padding: 9px 0;
  font-size: 0.94rem;
  color: var(--pearl);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.plan ul.features li .ck { color: var(--gold); flex-shrink: 0; font-weight: 700; }
.plan .btn { margin-top: auto; }

/* Bônus + escassez */
.bonus-banner {
  margin-top: 3rem;
  border: 1px dashed rgba(212,175,55,0.5);
  border-radius: var(--radius);
  padding: 26px 30px;
  background: rgba(212,175,55,0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}
.bonus-banner .b-text strong { color: var(--gold); }
.bonus-banner .counter {
  font-family: var(--font-display);
  color: var(--gold);
  font-size: 1.3rem;
  white-space: nowrap;
}

/* =====================================================================
   GARANTIA + FAQ
   ===================================================================== */
.guarantee {
  display: flex;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: var(--radius);
  padding: 32px 36px;
  background: linear-gradient(120deg, rgba(212,175,55,0.08), transparent);
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
.guarantee .seal {
  width: 92px; height: 92px; flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid var(--gold);
  display: grid; place-items: center; text-align: center;
  font-family: var(--font-display); color: var(--gold);
  line-height: 1.05; font-size: 0.8rem;
  box-shadow: var(--glow-gold);
}
.guarantee .seal b { font-size: 1.7rem; display: block; }
.guarantee h3 { font-size: 1.4rem; margin-bottom: 6px; }
.guarantee p { color: var(--pearl); max-width: 620px; }

.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.09); }
.faq-q {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 4px;
  font-family: var(--font-display);
  font-size: 1.18rem;
  color: var(--offwhite);
  transition: color 0.25s ease;
}
.faq-q:hover { color: var(--gold); }
.faq-q .plus { color: var(--gold); font-size: 1.5rem; transition: transform 0.3s ease; flex-shrink: 0; }
.faq-item.open .faq-q .plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-a p { color: var(--pearl); padding: 0 4px 24px; font-size: 0.98rem; }

/* =====================================================================
   CTA FINAL
   ===================================================================== */
.final-cta {
  position: relative;
  min-height: 86vh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(120% 80% at 50% 120%, rgba(212,175,55,0.22), transparent 60%),
    linear-gradient(180deg, var(--black-soft), var(--black));
}
.final-cta::before {
  content: "LB";
  position: absolute;
  font-family: var(--font-display);
  font-size: 46vw;
  font-weight: 700;
  color: rgba(212,175,55,0.04);
  line-height: 1;
  z-index: 0;
  letter-spacing: -0.04em;
}
.final-cta .inner { position: relative; z-index: 2; max-width: 880px; padding-inline: 24px; }
.final-cta h2 { font-size: clamp(2.2rem, 5.5vw, 4rem); margin-bottom: 1.6rem; }
.final-cta p { color: var(--pearl); font-size: 1.15rem; max-width: 600px; margin: 0 auto 2.6rem; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.footer { border-top: 1px solid rgba(255,255,255,0.07); padding: 56px 0 36px; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 40px; }
.footer .brand-name { font-size: 1.4rem; }
.footer .tagline { color: var(--pearl); max-width: 320px; margin-top: 14px; font-size: 0.95rem; }
.footer-cols { display: flex; gap: clamp(40px, 8vw, 90px); flex-wrap: wrap; }
.footer-cols h5 { font-family: var(--font-body); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; color: var(--gold); margin-bottom: 16px; }
.footer-cols a { display: block; color: var(--pearl); font-size: 0.92rem; padding: 5px 0; transition: color 0.2s ease; }
.footer-cols a:hover { color: var(--offwhite); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--pearl-dim); font-size: 0.84rem; }

/* =====================================================================
   ANIMAÇÕES DE SCROLL (reveal)
   ===================================================================== */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: 0.1s; }
.reveal.d2 { transition-delay: 0.2s; }
.reveal.d3 { transition-delay: 0.3s; }
.reveal.d4 { transition-delay: 0.4s; }

@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

/* Parallax helper */
.parallax { will-change: transform; }

/* =====================================================================
   RESPONSIVO
   ===================================================================== */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .vsl { max-width: 420px; margin-inline: auto; }
  .calc-wrap { grid-template-columns: 1fr; }
  .pain-cards, .modules-grid { grid-template-columns: repeat(2, 1fr); }
  .plans { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .plan.popular { transform: none; }
  .plan.popular:hover { transform: translateY(-6px); }
  .nav-links { display: none; }
}
@media (max-width: 760px) {
  .mobile-cta { display: flex; }
  body.has-mobile-cta { padding-bottom: 78px; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .pain-cards, .modules-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .guarantee { flex-direction: column; text-align: center; }
  .bonus-banner { flex-direction: column; text-align: center; }
  .footer-grid { flex-direction: column; }
}

/* Acessibilidade: respeitar prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
