/* ============ Design tokens (paleta do kit Elementor atual) ============ */
:root {
  --gold: #C0983F;
  --gold-light: #D4AB53;
  --gold-dark: #9A7A32;
  --teal: #257076;
  --teal-dark: #1B5559;
  --bg: #0F1113;
  --bg-2: #16181A;
  --bg-3: #1E2226;
  --line: rgba(192, 152, 63, 0.18);
  --line-strong: rgba(192, 152, 63, 0.35);
  --text: #F5F2EA;
  --text-muted: #A8ACB0;
  --shadow-lg: 0 30px 60px -20px rgba(0,0,0,0.6);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  font-family: 'Poppins', system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}
h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
  color: var(--text);
  line-height: 1.15;
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.005em;
}
h3, h4, h5 { font-family: 'Poppins', sans-serif; font-weight: 500; letter-spacing: 0; }
a { color: var(--gold); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold-light); }
img { max-width: 100%; height: auto; display: block; }
strong { color: var(--text); font-weight: 600; }
em { color: var(--gold); font-style: italic; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 820px; margin: 0 auto; padding: 0 24px; }

/* ============ Header ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(15, 17, 19, 0.85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  color: var(--text);
  font-size: 17px;
  letter-spacing: 0.01em;
}
.brand img { height: 42px; width: auto; filter: brightness(1.05); }
.brand small { display: block; font-size: 10px; color: var(--text-muted); font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; margin-top: 4px; font-family: 'Poppins', sans-serif; }
.nav { display: flex; gap: 32px; align-items: center; }
.nav a { color: var(--text-muted); font-size: 14px; font-weight: 400; letter-spacing: 0.02em; font-family: 'Poppins', sans-serif; }
.nav a:hover, .nav a.active { color: var(--gold); }
.btn-nav { padding: 10px 22px; background: var(--gold); color: var(--bg) !important; border-radius: 999px; font-weight: 600 !important; font-size: 13px !important; letter-spacing: 0.03em; }
.btn-nav:hover { background: var(--gold-light); color: var(--bg) !important; }
@media (max-width: 760px) {
  .nav a:not(.btn-nav) { display: none; }
  .brand small { display: none; }
}

/* ============ Buttons ============ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform .12s, background .2s, color .2s, border-color .2s, box-shadow .2s;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 1;
}
.btn-gold { background: var(--gold); color: var(--bg) !important; border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--bg) !important; transform: translateY(-1px); box-shadow: 0 12px 24px -10px rgba(192,152,63,0.5); }
.btn-teal { background: var(--teal); color: var(--text) !important; border-color: var(--teal); }
.btn-teal:hover { background: var(--teal-dark); transform: translateY(-1px); }
.btn-outline { background: transparent; border-color: var(--gold); color: var(--gold) !important; }
.btn-outline:hover { background: var(--gold); color: var(--bg) !important; }
.btn-ghost { background: transparent; border-color: rgba(245,242,234,0.25); color: var(--text) !important; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold) !important; }
.btn-lg { padding: 18px 36px; font-size: 14px; }

.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ============ Hero ============ */
.hero {
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(60% 80% at 80% 20%, rgba(192,152,63,0.10), transparent 60%),
    radial-gradient(50% 60% at 10% 100%, rgba(37,112,118,0.14), transparent 70%),
    var(--bg);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/assets/img/hero-pattern.svg') center/1200px no-repeat;
  opacity: 0.03;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px;
  align-items: center;
  position: relative;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero { padding: 56px 0 72px; }
}
.eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 24px;
  padding: 7px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(192,152,63,0.04);
}
.hero h1 {
  font-size: clamp(38px, 5.5vw, 60px);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.1;
  margin-bottom: 24px;
}
.hero h1 em { color: var(--gold); font-style: italic; font-weight: 500; }
.lead {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(16px, 1.4vw, 18px);
  color: var(--text-muted);
  margin-bottom: 36px;
  max-width: 560px;
  font-weight: 300;
  line-height: 1.7;
}

.hero-portrait {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--shadow-lg);
}
.hero-portrait img {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.02) saturate(0.95);
}
.hero-portrait::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid var(--gold);
  transform: translate(20px, 20px);
  pointer-events: none;
  border-radius: 4px;
  z-index: -1;
}
.hero-portrait-wrap { position: relative; padding: 20px 20px 0 0; }

/* ============ Section base ============ */
section { padding: 100px 0; }
section.compact { padding: 64px 0; }
.section-alt { background: var(--bg-2); }
.section-eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
  text-align: center;
}
.section-title {
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 500;
  letter-spacing: -0.01em;
  max-width: 760px;
  margin: 0 auto 24px;
  line-height: 1.15;
  text-align: center;
}
.section-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: var(--text-muted);
  max-width: 680px;
  margin: 0 auto 48px;
  line-height: 1.7;
  font-weight: 300;
  text-align: center;
}
/* Dentro de layout book (2 col), textos alinham à esquerda */
.book .section-eyebrow,
.book .section-title,
.book .section-sub { text-align: left; margin-left: 0; margin-right: 0; }

/* ============ Authority credentials ============ */
.credentials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 48px;
  justify-content: center;
}
.cred {
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(145deg, var(--bg-3) 0%, var(--bg-2) 100%);
  transition: border-color .2s, transform .2s;
}
.cred:hover { border-color: var(--line-strong); transform: translateY(-2px); }
.cred strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: var(--gold);
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
.cred p { margin: 0; color: var(--text-muted); font-size: 14px; line-height: 1.6; font-weight: 300; }

/* ============ Product cards (home) ============ */
.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 48px;
  justify-content: center;
}
.product-card {
  background: linear-gradient(150deg, var(--bg-3) 0%, var(--bg-2) 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  transition: transform .25s, border-color .25s, box-shadow .25s;
  position: relative;
  overflow: hidden;
}
.product-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.4;
}
.product-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-strong);
  box-shadow: 0 24px 48px -20px rgba(0,0,0,0.6), 0 0 0 1px var(--gold) inset;
}
.product-card .tag {
  align-self: flex-start;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  padding: 5px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  margin-bottom: 24px;
  background: rgba(192,152,63,0.04);
}
.product-card h3 { font-family: 'Playfair Display', serif; font-size: 26px; margin-bottom: 12px; color: var(--text); font-weight: 500; }
.product-card .price { font-family: 'Playfair Display', serif; font-size: 15px; color: var(--gold); margin: -4px 0 16px; font-weight: 500; letter-spacing: 0.02em; }
.product-card p { color: var(--text-muted); font-size: 15px; margin: 0 0 28px; flex-grow: 1; line-height: 1.65; font-weight: 300; }
.product-card .arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: var(--gold);
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: auto;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.product-card:hover .arrow-link { color: var(--gold-light); }

/* ============ Vitrine (alunos) ============ */
.students {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-top: 48px;
}
.student { text-align: center; }
.student-photo {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  position: relative;
  padding: 4px;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  border-radius: 50%;
}
.student-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  background: var(--bg-2);
}
.student strong { display: block; font-family: 'Playfair Display', serif; font-size: 18px; color: var(--text); font-weight: 500; }
.student span { display: block; font-family: 'Poppins', sans-serif; font-size: 12px; color: var(--text-muted); margin-top: 6px; letter-spacing: 0.06em; text-transform: uppercase; }

/* ============ Modules (mentoria) ============ */
.modules {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  counter-reset: module;
  justify-content: center;
}
.module {
  background: var(--bg-3);
  border-left: 2px solid var(--gold);
  padding: 30px 28px;
  border-radius: 0 6px 6px 0;
  counter-increment: module;
  transition: transform .2s, background .2s;
}
.module:hover { background: #22272B; transform: translateX(4px); }
.module::before {
  content: counter(module, decimal-leading-zero);
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
  display: block;
  margin-bottom: 12px;
  opacity: 0.85;
}
.module h3 { font-family: 'Playfair Display', serif; font-size: 20px; margin-bottom: 10px; color: var(--text); font-weight: 500; }
.module p { margin: 0; font-family: 'Poppins', sans-serif; font-size: 14px; color: var(--text-muted); line-height: 1.6; font-weight: 300; }

/* ============ VSL / video ============ */
.vsl {
  aspect-ratio: 16/9;
  background: var(--bg-2);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
}
.vsl img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; transition: opacity .2s; }
.vsl:hover img { opacity: 1; }
.vsl-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15,17,19,0.35);
  transition: background .2s;
}
.vsl:hover .vsl-play { background: rgba(15,17,19,0.15); }
.vsl-play span {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg);
  font-size: 30px;
  padding-left: 6px;
  transition: transform .2s, background .2s;
  box-shadow: 0 12px 40px rgba(192,152,63,0.4);
}
.vsl:hover .vsl-play span { transform: scale(1.08); background: var(--gold-light); }
.vsl iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ============ Highlights (mentoria "o que você recebe") ============ */
.highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 48px;
  justify-content: center;
}
.highlight {
  background: var(--bg-3);
  padding: 32px 28px;
  border-radius: 6px;
  border: 1px solid var(--line);
  transition: border-color .2s, transform .2s;
}
.highlight:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.highlight .icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.highlight h4 { font-family: 'Playfair Display', serif; font-size: 19px; margin-bottom: 10px; color: var(--text); font-weight: 500; }
.highlight p { font-family: 'Poppins', sans-serif; font-size: 14px; color: var(--text-muted); margin: 0; line-height: 1.6; font-weight: 300; }

/* ============ Livro layout ============ */
.book {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: center;
}
@media (max-width: 900px) { .book { grid-template-columns: 1fr; gap: 48px; } }
.book-cover { position: relative; }
.book-cover img {
  border-radius: 4px;
  box-shadow: 0 40px 80px -20px rgba(0,0,0,0.7);
  transform: perspective(800px) rotateY(-6deg);
  transition: transform .4s;
}
.book-cover:hover img { transform: perspective(800px) rotateY(0); }

/* ============ Comparison box (curso vs mentoria) ============ */
.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 760px) { .compare { grid-template-columns: 1fr; } }
.compare-col {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 36px 32px;
  position: relative;
}
.compare-col.featured {
  border-color: var(--gold);
  background: linear-gradient(150deg, rgba(192,152,63,0.06), var(--bg-3));
}
.compare-col.featured::before {
  content: 'MAIS COMPLETA';
  position: absolute;
  top: -12px;
  left: 32px;
  background: var(--gold);
  color: var(--bg);
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  padding: 6px 12px;
  border-radius: 999px;
}
.compare-col h3 { font-family: 'Playfair Display', serif; font-size: 26px; color: var(--text); margin-bottom: 8px; font-weight: 500; }
.compare-col .price { font-family: 'Playfair Display', serif; font-size: 15px; color: var(--gold); margin-bottom: 20px; font-weight: 500; }
.compare-col ul { list-style: none; padding: 0; margin: 0 0 32px; }
.compare-col li {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: var(--text-muted);
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  font-weight: 300;
  line-height: 1.5;
}
.compare-col li:last-child { border-bottom: 0; }
.compare-col li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 10px;
  color: var(--gold);
  font-weight: 600;
}
.compare-col li.no::before { content: '×'; color: rgba(255,255,255,0.25); }
.compare-col li.no { color: rgba(255,255,255,0.35); }

/* ============ CTA final ============ */
.cta-final {
  background:
    radial-gradient(50% 60% at 50% 0%, rgba(192,152,63,0.14), transparent 70%),
    linear-gradient(180deg, var(--bg-2), var(--bg));
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cta-final h2 { color: var(--text); font-size: clamp(30px, 3.6vw, 44px); margin-bottom: 20px; font-family: 'Playfair Display', serif; font-weight: 500; }
.cta-final p { color: var(--text-muted); font-family: 'Poppins', sans-serif; font-size: 17px; margin-bottom: 40px; max-width: 620px; margin-left: auto; margin-right: auto; font-weight: 300; }

/* ============ Footer ============ */
.site-footer {
  background: var(--bg);
  color: var(--text-muted);
  padding: 64px 0 32px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  border-top: 1px solid var(--line);
}
.site-footer .container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 760px) { .site-footer .container { grid-template-columns: 1fr; gap: 32px; } }
.site-footer h5 { color: var(--gold); font-family: 'Poppins', sans-serif; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 18px; font-weight: 500; }
.site-footer a { color: var(--text-muted); display: block; padding: 5px 0; font-weight: 300; font-size: 14px; }
.site-footer a:hover { color: var(--gold); }
.site-footer .brand small { color: rgba(245,242,234,0.4); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 48px; padding-top: 24px; text-align: center; font-size: 12px; color: rgba(245,242,234,0.4); font-weight: 300; letter-spacing: 0.02em; }

/* ============ Prose ============ */
.prose p { font-family: 'Poppins', sans-serif; font-size: 17px; color: var(--text-muted); margin: 0 0 22px; font-weight: 300; line-height: 1.75; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--text); font-weight: 500; }

/* ============ Utilities ============ */
.center { text-align: center; }
.mt-lg { margin-top: 48px; }

/* ============ Quote ============ */
.quote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-style: italic;
  color: var(--text);
  line-height: 1.4;
  max-width: 780px;
  border-left: 3px solid var(--gold);
  padding: 8px 0 8px 32px;
  margin: 0;
  font-weight: 400;
}
.quote-attr { display: block; margin-top: 20px; font-family: 'Poppins', sans-serif; font-size: 12px; color: var(--gold); letter-spacing: 0.16em; text-transform: uppercase; font-style: normal; font-weight: 500; }
