/* ═══════════════════════════════════════════════════════════════
   MENTORIA — estilos específicos das páginas de mentoria
   (mentoria.html · mentoria-medicos.html · mentoria-ex-alunas.html)
   Requer design-system.css carregado ANTES.
   Este arquivo contém apenas overrides intencionais e estilos
   próprios destas páginas; o restante vem do design system.
   ═══════════════════════════════════════════════════════════════ */

/* ── OVERRIDES DE TOKENS (valores diferentes do design system) ── */
:root {
  --gold: #C9A37B;

  --font-display: 'Italiana', 'Marcellus', Georgia, serif;
  --font-serif: 'Marcellus', 'Italiana', Georgia, serif;

  --section-pad: clamp(64px, 10vw, 120px);
  --container: min(1180px, 92vw);
}

/* ── SCROLL PROGRESS ───────────────────────────────────────── */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--terracotta), var(--terracotta-light));
  z-index: 1001;
  transition: width 0.1s linear;
}

/* ── NAV (overrides sobre o nav do design system) ──────────── */
nav.scrolled { background: rgba(246, 233, 216, 0.94); }
.nav-logo { font-size: 1.65rem; }
.nav-actions { display: flex; gap: 18px; align-items: center; }
.nav-back {
  color: var(--text-secondary);
  font-size: 0.82rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}
/* O .nav-cta do design system usa !important em font-size;
   o !important abaixo preserva o tamanho original desta página.
   text-decoration é necessário porque aqui o .nav-cta fica fora
   de .nav-links (dentro de .nav-actions). */
.nav-cta {
  padding: 10px 22px;
  font-size: 0.78rem !important;
  text-decoration: none;
}

/* ── BOTÕES (overrides) ────────────────────────────────────── */
.btn-primary {
  font-size: 0.92rem;
  box-shadow: 0 6px 24px rgba(141, 91, 58, 0.28);
  transition: all 0.3s;
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(141, 91, 58, 0.4);
}

/* ── HERO ──────────────────────────────────────────────────── */
#hero {
  padding: 140px 0 80px;
  background: linear-gradient(180deg, #2B1710 0%, #3D2418 60%, #4A2D1E 100%);
  color: var(--cream-pale);
  position: relative;
  overflow: hidden;
}
#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(186, 133, 101, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(142, 35, 11, 0.12) 0%, transparent 50%);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(186, 133, 101, 0.16);
  border: 1px solid rgba(186, 133, 101, 0.4);
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--terracotta-light);
  margin-bottom: 24px;
}
.hero-badge .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--terracotta-light);
  box-shadow: 0 0 12px var(--terracotta-light);
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.08;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
  color: var(--cream-pale);
}
.hero-title em { font-style: normal; color: var(--terracotta-light); }
.hero-subtitle {
  font-size: clamp(0.98rem, 1.4vw, 1.15rem);
  color: rgba(246, 233, 216, 0.82);
  margin-bottom: 32px;
  max-width: 560px;
}
.hero-stats {
  display: flex;
  gap: 32px;
  margin-bottom: 36px;
  padding: 20px 0;
  border-top: 1px solid rgba(246, 233, 216, 0.12);
  border-bottom: 1px solid rgba(246, 233, 216, 0.12);
}
.hero-stat .num {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--terracotta-light);
  line-height: 1;
  display: block;
}
.hero-stat .label {
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(246, 233, 216, 0.6);
  margin-top: 6px;
  display: block;
}
.hero-vsl-card {
  background: rgba(246, 233, 216, 0.05);
  border: 1px solid rgba(246, 233, 216, 0.15);
  border-radius: 24px;
  padding: 24px;
}
.hero-vsl-placeholder {
  aspect-ratio: 16/9;
  border-radius: 16px;
  background: linear-gradient(135deg, #1A0F0A 0%, #2B1710 100%);
  border: 1px solid rgba(186, 133, 101, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
  position: relative;
}
.vsl-play {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--terracotta);
  color: var(--cream-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 0 0 0 rgba(141, 91, 58, 0.6);
  animation: pulse-ring 2.5s infinite;
}
@keyframes pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(141, 91, 58, 0.6); }
  80%, 100% { box-shadow: 0 0 0 28px rgba(141, 91, 58, 0); }
}
.vsl-label {
  color: rgba(246, 233, 216, 0.85);
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vsl-caption {
  margin-top: 14px;
  font-size: 0.78rem;
  color: rgba(246, 233, 216, 0.55);
  text-align: center;
}

#hero .btn-secondary {
  color: var(--cream-pale);
  border-color: rgba(246, 233, 216, 0.3);
}

/* ── SEÇÕES (overrides sobre o design system) ──────────────── */
.section-eyebrow { font-size: 0.78rem; }
.section-title em { font-style: normal; color: var(--accent); }
.section-subtitle {
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  max-width: 680px;
  margin: 0 auto 56px;
}
.glow-line { margin: 18px auto 24px; }

/* ── DIFERENÇA CURSO X MENTORIA ────────────────────────────── */
#diferenca { background: var(--bg-section); }
.diferenca-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}
.diferenca-col {
  padding: 36px 32px;
  border-radius: 20px;
}
.diferenca-col.curso {
  background: rgba(141, 91, 58, 0.05);
  border: 1px solid rgba(141, 91, 58, 0.15);
}
.diferenca-col.mentoria {
  background: linear-gradient(135deg, rgba(141, 91, 58, 0.12) 0%, rgba(186, 133, 101, 0.06) 100%);
  border: 1px solid rgba(141, 91, 58, 0.3);
  box-shadow: 0 12px 48px rgba(141, 91, 58, 0.12);
  position: relative;
}
.diferenca-col.mentoria::before {
  content: '';
  display: none;
  position: absolute;
  top: -12px;
  right: 24px;
  padding: 4px 14px;
  background: var(--terracotta);
  color: var(--cream-pale);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 50px;
}
.diferenca-col h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  margin-bottom: 18px;
  color: var(--accent);
}
.diferenca-col ul { list-style: none; }
.diferenca-col li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.6;
}
.diferenca-col .marker {
  flex-shrink: 0;
  color: var(--accent);
  font-weight: 700;
}

/* ── TICKETS ───────────────────────────────────────────────── */
#tickets { background: var(--bg-deep); }
.tickets-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
  align-items: stretch;
}
.ticket {
  padding: 48px 36px;
  border-radius: 28px;
  background: var(--bg-section);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-card);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}
.ticket:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(43, 23, 16, 0.12);
}
.ticket.premium {
  background: linear-gradient(180deg, var(--bg-section) 0%, rgba(186, 133, 101, 0.08) 100%);
  border: 2px solid var(--accent);
  box-shadow: 0 16px 56px rgba(141, 91, 58, 0.18);
  transform: scale(1.02);
}
.ticket-tag {
  position: absolute;
  top: -14px;
  left: 36px;
  padding: 6px 18px;
  background: var(--terracotta);
  color: var(--cream-pale);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 50px;
}
.ticket.premium .ticket-tag {
  background: linear-gradient(135deg, var(--terracotta), var(--terracotta-light));
  box-shadow: 0 4px 18px rgba(141, 91, 58, 0.4);
}
.ticket-name {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  line-height: 1.2;
  margin-bottom: 8px;
  color: var(--text-primary);
}
.ticket-name em { font-style: normal; color: var(--accent); }
.ticket-pitch {
  font-size: 0.95rem;
  color: var(--text-secondary);
  margin-bottom: 28px;
  line-height: 1.7;
  min-height: 60px;
}
.ticket-price {
  padding: 20px 0;
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
  margin-bottom: 28px;
}
.ticket-price .from {
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.ticket-price .value {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  color: var(--accent);
  line-height: 1;
}
.ticket-price .currency { font-size: 0.55em; vertical-align: super; margin-right: 4px; }
.ticket-price .install {
  font-size: 0.88rem;
  color: var(--text-secondary);
  margin-top: 8px;
}
.ticket-list { list-style: none; flex: 1; margin-bottom: 28px; }
.ticket-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--glass-border);
  font-size: 0.92rem;
  color: var(--text-secondary);
}
.ticket-list li:last-child { border-bottom: none; }
.ticket-list li .check {
  color: var(--accent);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.ticket-list li.highlight {
  background: rgba(186, 133, 101, 0.08);
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px dashed rgba(186, 133, 101, 0.5);
  margin: 8px 0;
}
.ticket-list li.highlight strong {
  color: var(--accent);
}
.ticket-cta {
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, var(--terracotta), var(--terracotta-light));
  color: var(--cream-pale);
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  box-shadow: 0 6px 20px rgba(141, 91, 58, 0.3);
}
.ticket-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(141, 91, 58, 0.45);
}
.ticket-vagas {
  text-align: center;
  margin-top: 14px;
  font-size: 0.82rem;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}
.ticket-vagas strong { color: var(--burgundy); }

/* ── SOBRE A CLAU ──────────────────────────────────────────── */
#sobre-clau { background: var(--bg-section); }
.sobre-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.sobre-img {
  aspect-ratio: 3/4;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(43, 23, 16, 0.15);
}
.sobre-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 25%;
}
.sobre-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1.2;
  margin-bottom: 24px;
}
.sobre-text h2 em { font-style: normal; color: var(--accent); }
.sobre-text p {
  color: var(--text-secondary);
  font-size: 0.98rem;
  margin-bottom: 18px;
  line-height: 1.85;
}
.sobre-text p strong { color: var(--text-primary); }

/* ── COMO É (5 pilares da experiência) ─────────────────────── */
#como-e { background: var(--bg-deep); }
.pilares-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.pilar-card {
  padding: 32px 28px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  backdrop-filter: blur(8px);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.pilar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(43, 23, 16, 0.1);
}
.pilar-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.pilar-card h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--text-primary);
}
.pilar-card p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ── DEPOIMENTOS ───────────────────────────────────────────── */
#depoimentos { background: var(--bg-section); }
.depo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.depo-card {
  padding: 28px;
  background: var(--bg-deep);
  border: 1px solid var(--glass-border);
  border-radius: 18px;
}
.depo-card p {
  font-style: italic;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 1.7;
  font-size: 0.93rem;
}
.depo-card .author {
  color: var(--accent);
  font-weight: 600;
  font-size: 0.9rem;
}
.depo-card .role {
  color: var(--text-muted);
  font-size: 0.78rem;
  display: block;
  margin-top: 4px;
}

/* ── CTA FINAL ─────────────────────────────────────────────── */
#cta-final {
  background: linear-gradient(180deg, #2B1710 0%, #3D2418 100%);
  color: var(--cream-pale);
  text-align: center;
}
#cta-final h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.15;
  max-width: 720px;
  margin: 0 auto 24px;
  color: var(--cream-pale);
}
#cta-final h2 em { font-style: normal; color: var(--terracotta-light); }
#cta-final p {
  max-width: 560px;
  margin: 0 auto 36px;
  color: rgba(246, 233, 216, 0.78);
  font-size: 1rem;
}
#cta-final .btn-primary { font-size: 1rem; padding: 20px 44px; }
.cta-vagas-info {
  margin-top: 24px;
  font-size: 0.85rem;
  color: rgba(246, 233, 216, 0.6);
}

/* ── FOOTER (tema escuro, diferente do footer claro do DS) ── */
footer {
  padding: 32px 0;
  background: var(--deep-brown);
  color: rgba(246, 233, 216, 0.55);
  font-size: 0.82rem;
  border-top: none; /* o DS adiciona borda clara; aqui o footer é escuro */
}
footer p {
  color: rgba(246, 233, 216, 0.55); /* o DS usa --text-muted (escuro), invisível neste fundo */
  font-size: 0.82rem;
}
footer a {
  color: var(--terracotta-light);
  text-decoration: underline; /* preserva o sublinhado padrão original */
}

/* ── WHATSAPP FLUTUANTE (overrides) ────────────────────────── */
.floating-whatsapp {
  bottom: 24px; right: 24px;
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.35);
}
.floating-whatsapp svg { width: 30px; height: 30px; }

/* ── REVEAL (transição própria destas páginas) ─────────────── */
.reveal {
  transform: translateY(28px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .hero-grid, .diferenca-grid, .tickets-grid, .sobre-grid { grid-template-columns: 1fr; gap: 40px; }
  .ticket.premium { transform: none; }
  .nav-back { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

/* ————— Variações por público (geral · ex-alunas · médicos) ————— */
.tickets-grid.single {
  grid-template-columns: 1fr;
  max-width: 620px;
}
.incluso-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}
.badge-bonus {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  border: 1px solid var(--accent);
  border-radius: 100px;
  font-size: 0.72rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--accent);
}
@media (max-width: 860px) {
  .incluso-grid { grid-template-columns: 1fr; }
}

/* Foto real no card do hero (substitui o placeholder de VSL) */
.hero-photo {
  aspect-ratio: 4/5;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(186, 133, 101, 0.25);
  background: linear-gradient(135deg, #1A0F0A 0%, #2B1710 100%);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ————— Correção de overflow no mobile —————
   .hero-stats era um flex sem wrap: os 3 números lado a lado criavam
   um min-content maior que a tela e, como as colunas `1fr` do grid não
   encolhem abaixo do min-content, o hero inteiro estourava a viewport
   (o overflow-x:hidden do body escondia o sintoma, cortando o texto). */
@media (max-width: 900px) {
  .hero-grid > *,
  .diferenca-grid > *,
  .tickets-grid > *,
  .sobre-grid > * { min-width: 0; }
  .hero-stats { flex-wrap: wrap; gap: 20px 28px; }
  .hero-stat { flex: 0 1 auto; }
}

/* Os !important em font-size/letter-spacing abaixo são necessários
   porque o .nav-cta do design system usa !important nessas
   propriedades — sem eles, o ajuste mobile deixaria de valer. */
@media (max-width: 560px) {
  .nav-logo { font-size: 1.25rem; white-space: nowrap; }
  .nav-cta { padding: 9px 16px; font-size: 0.7rem !important; white-space: nowrap; }
  .nav-actions { gap: 10px; }
  .hero-badge { font-size: 0.66rem; padding: 6px 13px; }
  .hero-title { font-size: clamp(1.9rem, 8.5vw, 2.6rem); }
  .ticket-list li { font-size: 0.9rem; }
}

/* Telas estreitas: logo e CTA do topo estavam com apenas 2px de folga */
@media (max-width: 430px) {
  .nav-logo { font-size: 1.1rem; letter-spacing: 0.6px; }
  .nav-cta { padding: 8px 13px; font-size: 0.65rem !important; letter-spacing: 0.6px !important; }
  #navbar .container { padding: 0 16px; }
}


/* Banner de rascunho — usado na página de médicos enquanto a
   estratégia desse público não está definida. */
.disclaimer-banner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 44px;
  padding: 20px 24px;
  border: 1px solid rgba(214, 138, 78, 0.55);
  border-left: 4px solid #D68A4E;
  border-radius: 14px;
  background: rgba(214, 138, 78, 0.12);
}
.disclaimer-banner .disclaimer-tag {
  flex-shrink: 0;
  padding: 5px 13px;
  border-radius: 50px;
  background: #D68A4E;
  color: #241209;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.disclaimer-banner p {
  flex: 1 1 260px;
  min-width: 0;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--cream-pale);
}


/* Nota discreta sob os CTAs do hero: mantém a data visível sem
   deixar o evento emoldurar a página inteira. */
.hero-nota {
  margin-top: 18px;
  font-size: 0.86rem;
  color: var(--text-muted);
  letter-spacing: 0.2px;
}

/* Link secundário de pagamento, sob o botão de checkout */
.pagamento-alt {
  display: block;
  margin-top: 14px;
  text-align: center;
  font-size: 0.84rem;
  color: var(--text-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pagamento-alt:hover { color: var(--accent); }
