/* =========================================================
   Guía de la conversación — "Él me llama su hija"
   Extiende curso.css (mismos componentes .curso-*) con un
   tema propio (azul noche + dorado) y secciones específicas.
   ========================================================= */

/* ---------- TEMA: naranja (igual que el banner del inicio) ---------- */
body.theme-film {
  --crs:        #E65100;
  --crs-2:      #BF360C;
  --crs-light:  #FFE8D9;
  --crs-soft:   #FFC9A3;
  --crs-text:   #C64510;
  --crs-rgb:    230,81,0;
  --film-gold:  #a98f4d;
  --film-gold-soft: #FFD9B3;
  --cream:      #FFF4EC;
  background: var(--cream);
}
body.theme-film .site-header { background: var(--crs); }
body.theme-film .nav-links a { color: white; }
body.theme-film .nav-links a.active { border-bottom-color: white; }
body.theme-film .nav-toggle span,
body.theme-film .nav-toggle span::before,
body.theme-film .nav-toggle span::after { background: white; }
body.theme-film .curso-hero::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 70' preserveAspectRatio='none'%3E%3Cpath d='M0,35 C300,70 900,0 1200,35 L1200,70 L0,70 Z' fill='%23fff4ec'/%3E%3C/svg%3E") no-repeat center bottom / cover;
}
body.theme-film .curso-hero {
  background: linear-gradient(160deg, #E65100 0%, #BF360C 100%);
}
body.theme-film .curso-hero h1 { color: white; }
body.theme-film .curso-hero .lead { color: rgba(255,255,255,.9); }
body.theme-film .curso-hero .curso-accent {
  color: var(--film-gold-soft);
  text-decoration-color: rgba(255,217,179,.5);
}
body.theme-film .curso-hero-blob { background: rgba(255,255,255,.08); }
body.theme-film .curso-badge { color: var(--crs-2); }

.film-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--film-gold-soft);
}

/* ---------- INTRO con título ---------- */
.film-intro-title {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: .01em;
}

/* ---------- RUTA (4 pasos, 2 columnas) ---------- */
.film-route { grid-template-columns: repeat(2, 1fr); max-width: 940px; }
.film-route .curso-module-num {
  width: 52px; height: 52px;
  font-size: 17px;
  letter-spacing: .02em;
}
.film-route .curso-module h3 { margin-bottom: 4px; }
.film-route .film-route-quote {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--film-gold);
  margin-bottom: 10px;
}
.film-route .curso-module p { margin: 0; font-size: 15px; color: #4b5563; line-height: 1.6; }
/* botón dentro de un paso de la ruta */
.film-route .film-route-btn {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 16px;
  padding: 10px 22px;
  border-radius: 100px;
  background: var(--crs);
  color: #fff;
  font-size: 14px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(var(--crs-rgb), .3);
  transition: transform .2s ease, box-shadow .2s ease;
}
.film-route .film-route-btn svg { width: 17px; height: 17px; flex: none; }
.film-route .film-route-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(var(--crs-rgb), .38); }
@media (max-width: 700px) { .film-route { grid-template-columns: 1fr; } }

/* ---------- FRASE DESTACADA ---------- */
.film-statement {
  padding: 56px 0;
  text-align: center;
}
.film-statement p {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(22px, 3.2vw, 36px);
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--crs-2);
}
.film-statement p::before,
.film-statement p::after {
  content: '';
  display: block;
  width: 64px; height: 4px;
  border-radius: 4px;
  background: var(--film-gold);
  margin: 0 auto 26px;
}
.film-statement p::after { margin: 26px auto 0; }

/* ---------- FECHAS CLAVE ---------- */
.film-dates {
  max-width: 480px;
  margin: 0 auto;
}
.film-date-card {
  background: white;
  border-radius: 22px;
  padding: 34px 30px;
  box-shadow: 0 4px 24px rgba(var(--crs-rgb), .1);
  border-top: 5px solid var(--film-gold);
}
.film-date-card.is-main { background: var(--crs); border-top-color: var(--film-gold-soft); }
.film-date-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 10px;
}
.film-date-value {
  display: block;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  line-height: 1.15;
  color: #1a1a2e;
  margin-bottom: 14px;
}
.film-date-card h3 { font-size: 18px; font-weight: 700; color: var(--film-gold); margin-bottom: 6px; }
.film-date-card p { font-size: 15px; color: #4b5563; line-height: 1.6; margin: 0 0 10px; }
.film-date-card p:last-child { margin-bottom: 0; }
.film-date-card .film-date-note { font-size: 13.5px; font-style: italic; color: #6b7280; }
.film-date-card.is-main .film-date-label { color: rgba(255,255,255,.6); }
.film-date-card.is-main .film-date-value,
.film-date-card.is-main h3 { color: white; }
.film-date-card.is-main p { color: rgba(255,255,255,.85); }

/* ---------- ¿CÓMO PUEDES SUMARTE? (4 pasos) ---------- */
.film-steps {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.film-steps li {
  background: var(--crs-light);
  border-radius: 18px;
  padding: 26px 22px;
  font-size: 15.5px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.45;
}
.film-steps .film-step-num {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: var(--film-gold);
  margin-bottom: 8px;
}
@media (max-width: 860px) { .film-steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .film-steps { grid-template-columns: 1fr; } }

/* ---------- CALL TO ACTION (WhatsApp) ---------- */
.film-cta { padding: 56px 0 90px; text-align: center; }
.film-cta-inner { max-width: 820px; margin: 0 auto; }
.film-cta h2 {
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 12px;
}
.film-cta p { font-size: clamp(15px, 1.6vw, 18px); color: #4b5563; max-width: 560px; margin: 0 auto 32px; line-height: 1.6; }
.film-cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.film-cta-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px;
  border-radius: 100px;
  border: 2px solid var(--crs);
  background: white;
  color: var(--crs-2);
  font-weight: 800; font-size: 17px; letter-spacing: .06em; text-transform: uppercase;
  padding: 18px 44px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.film-cta-btn svg { width: 20px; height: 20px; flex: none; }
.film-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(var(--crs-rgb), .28); }
.film-cta-btn.is-primary { background: var(--crs); color: white; box-shadow: 0 12px 28px rgba(var(--crs-rgb), .35); }
@media (max-width: 640px) { .film-cta-btn { width: 100%; } }

/* ---------- Animación (reutiliza scroll-reveal) ---------- */
.film-date-card, .film-steps li { opacity: 0; }
.film-date-card.animate-in,
.film-steps li.animate-in { animation: cursoFadeUp 0.6s cubic-bezier(.2,.7,.3,1) forwards; }

/* ---------- PÓSTER ---------- */
.film-poster {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(var(--crs-rgb), .35);
}

/* ---------- VIDEO (YouTube) ---------- */
.film-video { padding: 30px 0 10px; }
.film-video-frame {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 60px rgba(var(--crs-rgb), .3);
}
.film-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 700px) { .film-video-frame { border-radius: 16px; } }
