/* ============================================
   Imersão A Nova Chance — Landing Page
   Luciano Castro | MDC
   ============================================ */

:root {
  --navy: #0B1F4B;
  --navy-deep: #060F2A;
  --gold: #C9A961;
  --gold-bright: #E8C97A;
  --cream: #F7F3EC;
  --white: #FFFFFF;
  --danger: #C0392B;
  --success: #1E7A3C;
  --text: #1A1A1A;
  --text-soft: #4A4A4A;
  --border: #E5E0D6;
  --shadow: 0 10px 40px rgba(11, 31, 75, 0.12);
  --shadow-lg: 0 20px 60px rgba(11, 31, 75, 0.2);
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::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);
  color: var(--text);
  line-height: 1.6;
  background: var(--cream);
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 { font-family: var(--font-heading); line-height: 1.2; color: var(--navy); letter-spacing: -0.01em; }

/* ============ LAYOUT ============ */
.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.section { padding: 72px 0; }
.section-sm { padding: 48px 0; }
.text-center { text-align: center; }

/* ============ HEADER STICKY ============ */
.topbar {
  background: var(--navy-deep);
  color: var(--cream);
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  position: sticky;
  top: 0;
  z-index: 100;
}
.topbar strong { color: var(--gold-bright); }
.topbar .timer { font-family: 'Courier New', monospace; font-weight: 700; color: var(--gold-bright); }

/* ============ HERO ============ */
.hero {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 60%, #132757 100%);
  color: var(--cream);
  padding: 32px 0 48px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201, 169, 97, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 36px; align-items: center; position: relative; z-index: 1; }
.hero .hero-logo {
  width: auto;
  height: 300px;
  margin-bottom: 12px;
  display: block;
  filter: drop-shadow(0 4px 14px rgba(201, 169, 97, 0.35));
}
.hero-badge {
  display: inline-block;
  background: rgba(201, 169, 97, 0.15);
  border: 1px solid var(--gold);
  color: var(--gold-bright);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.hero h1 {
  color: var(--white);
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 700;
  margin-bottom: 14px;
}
.hero h1 em { color: var(--gold-bright); font-style: normal; }
.hero-sub {
  font-size: clamp(15px, 1.4vw, 17px);
  color: rgba(247, 243, 236, 0.85);
  margin-bottom: 18px;
  max-width: 560px;
}
.hero-date {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(201, 169, 97, 0.3);
  padding: 10px 16px;
  border-radius: 12px;
  margin-bottom: 18px;
  font-size: 14px;
}
.hero-date strong { color: var(--gold-bright); }
.hero-img-wrap { position: relative; }
.hero-img-wrap img { border-radius: 16px; box-shadow: var(--shadow-lg); }

/* ============ CTA BUTTON ============ */
.btn {
  display: inline-block;
  padding: 18px 36px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 100%);
  color: var(--navy-deep);
  box-shadow: 0 8px 20px rgba(201, 169, 97, 0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(201, 169, 97, 0.5); }
.btn-large { padding: 22px 48px; font-size: 19px; }
.btn-sub { display: block; font-size: 13px; font-weight: 500; margin-top: 6px; opacity: 0.75; }

/* ============ SECTIONS ============ */
.section h2 {
  font-size: clamp(28px, 3.6vw, 42px);
  text-align: center;
  margin-bottom: 12px;
}
.section h2 em { color: var(--danger); font-style: normal; }
.section-lead {
  text-align: center;
  font-size: 18px;
  color: var(--text-soft);
  max-width: 720px;
  margin: 0 auto 48px;
}

/* ============ CICLO DA REJEIÇÃO ============ */
.bg-dark { background: var(--navy-deep); color: var(--cream); }
.bg-dark h2, .bg-dark h3 { color: var(--white); }
.bg-dark h2 em { color: #E8837D; }
.bg-dark .section-lead,
.curriculum .section-lead,
.pricing .section-lead,
.manifesto .manifesto-lead { color: rgba(247, 243, 236, 0.92); }
.ciclo-card p { color: rgba(247, 243, 236, 0.9); }
.day-card li { color: rgba(247, 243, 236, 0.95); }

.ciclo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 48px; }
.ciclo-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,169,97,0.2);
  border-radius: 14px;
  padding: 28px 24px;
  position: relative;
}
.ciclo-card .num {
  font-family: var(--font-heading);
  font-size: 42px;
  color: var(--gold-bright);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
  opacity: 0.7;
}
.ciclo-card h4 { color: var(--gold-bright); font-size: 17px; margin-bottom: 8px; font-family: var(--font-body); font-weight: 700; }
.ciclo-card p { font-size: 15px; color: rgba(247,243,236,0.8); line-height: 1.5; }

.alert-box {
  background: rgba(192, 57, 43, 0.15);
  border-left: 4px solid var(--danger);
  padding: 20px 24px;
  border-radius: 8px;
  margin: 40px auto 0;
  max-width: 680px;
  font-size: 17px;
  font-weight: 500;
}

/* ============ PARA QUEM É ============ */
.para-quem { background: var(--white); }
.para-quem-list { max-width: 760px; margin: 32px auto 0; }
.para-quem-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  background: var(--cream);
  border-radius: 12px;
  margin-bottom: 12px;
  border: 1px solid var(--border);
}
.para-quem-item .check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--success);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.para-quem-item p { font-size: 16px; font-weight: 500; margin: 2px 0 0; }

/* ============ CONTEÚDO / CURRICULUM ============ */
.curriculum { background: var(--navy); color: var(--cream); }
.curriculum h2 { color: var(--white); }
.curriculum-days { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 48px; }
.day-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(201,169,97,0.25);
  border-radius: 16px;
  padding: 36px 32px;
}
.day-card .day-label {
  color: var(--gold-bright);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.day-card h3 { color: var(--white); font-size: 26px; margin-bottom: 24px; }
.day-card ul { list-style: none; }
.day-card li {
  padding: 12px 0 12px 28px;
  position: relative;
  font-size: 15px;
  color: rgba(247,243,236,0.9);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.day-card li:last-child { border-bottom: none; }
.day-card li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--gold-bright);
  font-weight: 700;
}

/* ============ BÔNUS ============ */
.bonus { background: var(--cream); }
.bonus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 40px; }
.bonus-card {
  background: var(--white);
  border: 2px solid var(--gold);
  border-radius: 16px;
  padding: 32px 28px;
  position: relative;
}
.bonus-tag {
  position: absolute;
  top: -14px;
  left: 28px;
  background: var(--navy);
  color: var(--gold-bright);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.bonus-card h3 { font-size: 22px; margin-bottom: 12px; }
.bonus-card .price-tag { color: var(--danger); font-weight: 700; margin-top: 14px; }

/* ============ FAQ / OBJEÇÕES ============ */
.objections { background: var(--white); }
.objection-item {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 16px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.objection-item h4 {
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.objection-item p { color: var(--text-soft); font-size: 16px; }

/* ============ PREÇO ============ */
.pricing { background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%); color: var(--cream); text-align: center; }
.pricing h2 { color: var(--white); }
.price-card {
  max-width: 560px;
  margin: 40px auto 0;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--gold);
  border-radius: 20px;
  padding: 48px 40px;
}
.price-old { text-decoration: line-through; color: rgba(247,243,236,0.5); font-size: 16px; margin-bottom: 6px; }
.price-label { color: rgba(247,243,236,0.7); font-size: 15px; font-weight: 500; letter-spacing: 0.04em; margin-bottom: 10px; }
.price-hero {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  color: var(--gold-bright);
  font-family: var(--font-heading);
  line-height: 1;
  margin: 6px 0 8px;
}
.price-hero .rs { font-size: 26px; font-weight: 600; }
.price-hero .mult { font-size: 32px; font-weight: 600; margin-right: 4px; }
.price-hero .num { font-size: 80px; font-weight: 700; }
.price-hero .sep { font-size: 80px; font-weight: 700; margin: 0 2px; }
.price-hero .cents { font-size: 38px; font-weight: 600; align-self: flex-start; margin-top: 8px; }
.price-install { color: rgba(247,243,236,0.85); font-size: 15px; margin-bottom: 24px; }
.price-install strong { color: var(--gold-bright); font-weight: 600; }
.price-scarcity {
  background: rgba(192, 57, 43, 0.2);
  border: 1px solid rgba(192, 57, 43, 0.5);
  color: #FFB3AE;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
  display: inline-block;
}

/* ============ COMPARAÇÃO ============ */
.comparison { background: var(--cream); }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; max-width: 920px; margin-left: auto; margin-right: auto; }
.compare-col { padding: 32px 28px; border-radius: 16px; }
.compare-bad { background: #FFF3F2; border: 2px solid #F5D1CF; }
.compare-bad h3 { color: var(--danger); }
.compare-good { background: #F0F8F2; border: 2px solid #C9E4D0; }
.compare-good h3 { color: var(--success); }
.compare-col h3 { font-size: 20px; margin-bottom: 18px; font-family: var(--font-body); }
.compare-col ul { list-style: none; }
.compare-col li { padding: 10px 0 10px 26px; position: relative; font-size: 15px; }
.compare-bad li::before { content: '✕'; position: absolute; left: 0; color: var(--danger); font-weight: 700; }
.compare-good li::before { content: '✓'; position: absolute; left: 0; color: var(--success); font-weight: 700; }

/* ============ MENTOR / AUTORIDADE ============ */
.mentor { background: var(--white); }
.mentor-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 48px; align-items: center; margin-top: 40px; }
.mentor-img { border-radius: 16px; box-shadow: var(--shadow); }
.mentor h3 { font-size: 30px; margin-bottom: 16px; }
.mentor-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 24px 0; }
.mentor-stat {
  background: var(--cream);
  padding: 16px;
  border-radius: 10px;
  border-left: 3px solid var(--gold);
}
.mentor-stat strong { display: block; font-size: 22px; color: var(--navy); font-family: var(--font-heading); }
.mentor-stat span { font-size: 13px; color: var(--text-soft); }
.mentor-quote {
  border-left: 3px solid var(--gold);
  padding: 12px 20px;
  font-style: italic;
  color: var(--text-soft);
  margin-top: 20px;
}

/* ============ GARANTIA ============ */
.warranty { background: var(--cream); text-align: center; padding: 64px 0; }
.warranty-seal {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 100%);
  border-radius: 50%;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 42px;
  font-weight: 700;
  color: var(--navy-deep);
  box-shadow: var(--shadow);
}
.warranty p { max-width: 640px; margin: 16px auto 0; font-size: 17px; color: var(--text-soft); }

/* ============ FAQ FINAL ============ */
.faq-section { background: var(--white); }
.faq-item {
  max-width: 820px;
  margin: 0 auto 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}
.faq-item summary {
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  color: var(--navy);
  list-style: none;
  position: relative;
  padding-right: 48px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: var(--gold);
  font-weight: 300;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item .faq-body { padding: 0 24px 20px; color: var(--text-soft); }

/* ============ MANIFESTO FINAL ============ */
.manifesto {
  background: var(--navy-deep);
  color: var(--cream);
  text-align: center;
  padding: 80px 0;
}
.manifesto h2 {
  color: var(--white);
  font-size: clamp(32px, 4.5vw, 48px);
  margin-bottom: 24px;
}
.manifesto h2 em { color: var(--gold-bright); font-style: normal; }
.manifesto-lead {
  max-width: 720px;
  margin: 0 auto 32px;
  font-size: 19px;
  color: rgba(247,243,236,0.85);
}
.manifesto-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 820px; margin: 32px auto 48px; }
.manifesto-pillar {
  padding: 24px 16px;
  background: rgba(201,169,97,0.08);
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--gold-bright);
}
.manifesto-final-quote {
  font-family: var(--font-heading);
  font-size: clamp(22px, 3vw, 30px);
  font-style: italic;
  color: var(--gold-bright);
  max-width: 720px;
  margin: 40px auto 0;
  line-height: 1.4;
}

/* ============ FOOTER ============ */
.footer {
  background: #030818;
  color: rgba(247,243,236,0.6);
  padding: 40px 0;
  text-align: center;
  font-size: 13px;
}
.footer a { color: var(--gold-bright); text-decoration: none; }
.footer p { margin: 6px 0; }

/* ============ DEPOIMENTOS EM VÍDEO ============ */
.testimonials { background: var(--white); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.testimonial-card { display: flex; flex-direction: column; gap: 12px; }
.testimonial-card .video-placeholder { border-radius: 12px; }
.testimonial-meta {
  padding: 4px 6px 0;
}
.testimonial-meta h4 {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 2px;
}
.testimonial-meta span { font-size: 13px; color: var(--text-soft); }

/* ============ VÍDEOS (thumbs clicáveis) ============ */
.video-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.video-placeholder img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.video-placeholder::after {
  content: '▶';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: white;
  background: rgba(0,0,0,0.3);
  transition: background 0.2s;
}
.video-placeholder:hover::after { background: rgba(0,0,0,0.1); }
.video-placeholder.playing { cursor: default; }
.video-placeholder.playing::after { display: none; }
.video-placeholder.playing iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ============ RESPONSIVO MOBILE ============ */
@media (max-width: 768px) {
  .section { padding: 48px 0; }
  .hero { padding: 28px 0 40px; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .hero .hero-sub { margin-left: auto; margin-right: auto; }
  .hero .hero-logo { height: 260px; margin: 0 auto 18px; }
  .hero-badge { margin-bottom: 16px; padding: 6px 14px; font-size: 11px; }
  .hero h1 { font-size: 28px; margin-bottom: 12px; }
  .hero-sub { font-size: 15px; margin-bottom: 18px; }
  .hero-date { padding: 10px 14px; font-size: 13px; margin-bottom: 18px; }
  .hero-img-wrap { max-width: 260px; margin: 8px auto 0; }
  .section h2, .section-lead { text-align: center; }
  .mentor-grid > div:last-child { text-align: center; }
  .mentor-quote { text-align: left; max-width: 420px; margin-left: auto; margin-right: auto; }
  .para-quem-item { text-align: left; }
  .day-card { text-align: left; }
  .day-card h3 { text-align: left; }
  .bonus-card { text-align: center; }
  .objection-item { text-align: left; }
  .compare-col { text-align: left; }
  .curriculum-days { grid-template-columns: 1fr; gap: 20px; }
  .day-card { padding: 28px 22px; }
  .bonus-grid { grid-template-columns: 1fr; }
  .compare-grid { grid-template-columns: 1fr; }
  .mentor-grid { grid-template-columns: 1fr; gap: 32px; }
  .mentor-img { max-width: 260px; margin: 0 auto; }
  .mentor-stats { grid-template-columns: 1fr; }
  .manifesto-pillars { grid-template-columns: 1fr; }
  .price-card { padding: 32px 22px; }
  .price-hero .num, .price-hero .sep { font-size: 62px; }
  .price-hero .cents { font-size: 30px; }
  .price-hero .rs, .price-hero .mult { font-size: 22px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .btn-large { padding: 18px 20px; font-size: 16px; }
  .ciclo-grid { grid-template-columns: 1fr; gap: 14px; }
  .topbar { font-size: 12px; padding: 8px 10px; }
}

/* ============ ANIMAÇÃO SUAVE NO SCROLL ============ */
@media (prefers-reduced-motion: no-preference) {
  .fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
  .fade-in.visible { opacity: 1; transform: translateY(0); }
}
