/* =========================================================
   ROCÍO SALAZAR — Webinar: extensiones de estilo propias de
   esta landing. Reutiliza tokens, tipografía y botones base de
   css/style.css; acá solo se agrega lo que esa hoja no tiene:
   hero centrado, cuenta regresiva, tarjetas de aprendizaje,
   tarjeta de precio y la barra sticky de compra en mobile.
   ========================================================= */

.btn-primary{
  background: var(--rose-deep);
  color: var(--white);
  box-shadow: 0 10px 24px -10px rgba(168, 93, 116, 0.6);
}
.btn-primary:hover{ background: var(--rose); }

.btn-full{ width: 100%; }

/* ---------- Barra de aviso (webinar) ---------- */

.sticky-wrap{
  position: sticky;
  top: 0;
  z-index: 70;
}
.sticky-wrap .site-header{
  position: relative;
  top: auto;
}

.promo-bar{
  background: linear-gradient(90deg, var(--rose-deep), var(--rose));
}

.promo-bar-inner{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 10px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  text-align: center;
}

.promo-bar-text{
  margin: 0;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.promo-bar-icon{ font-size: 1rem; }
.promo-bar-date{ font-weight: 700; color: var(--rose-light); }

.promo-bar-actions{ display: flex; align-items: center; gap: 10px; }

.promo-bar .btn-primary{
  background: var(--white);
  color: var(--rose-deep);
  padding: 8px 18px;
  font-size: 0.82rem;
  box-shadow: none;
}
.promo-bar .btn-primary:hover{ background: var(--rose-light); }

.promo-bar-close{
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.85);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  padding: 2px 6px;
}
.promo-bar-close:hover{ color: var(--white); }

@media (max-width: 760px){
  .promo-bar-title{ display: none; }
  .promo-bar-inner{ padding: 8px 20px; gap: 10px; }
}

.wb-nav{ display: flex; gap: 30px; }
.wb-nav a{
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-soft);
  transition: color var(--transition);
}
.wb-nav a:hover{ color: var(--rose-deep); }

@media (max-width: 760px){
  .wb-nav{ display: none; }
}

/* ---------- Hero ---------- */

.wb-hero{
  background: linear-gradient(180deg, var(--beige) 0%, var(--white) 100%);
  padding: 96px 0 72px;
  text-align: center;
}

.wb-hero-inner{
  max-width: 760px;
  margin: 0 auto;
  padding: 0 28px;
}

.wb-hero .eyebrow{ justify-content: center; }

.wb-title{
  font-size: clamp(2.1rem, 4.4vw, 3.1rem);
  line-height: 1.18;
  margin-bottom: 20px;
}

.wb-subtitle{
  font-size: 1.08rem;
  color: var(--ink-soft);
  max-width: 620px;
  margin: 0 auto 28px;
}

.wb-date{
  font-weight: 600;
  color: var(--rose-deep);
  margin-bottom: 30px;
}

.wb-hero .hero-actions{
  justify-content: center;
  margin-bottom: 26px;
}

.trust-row{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-size: 0.88rem;
  color: var(--ink-soft);
}

/* ---------- Cuenta regresiva ---------- */

.countdown-section{
  background: var(--ink);
  padding: 64px 0;
}
.countdown-section .eyebrow{ color: var(--gold); justify-content: center; }
.countdown-section h2{ color: var(--white); text-align: center; margin-bottom: 36px; }

.countdown-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 480px;
  margin: 0 auto;
}

.countdown-box{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  padding: 22px 10px;
  text-align: center;
}

.countdown-number{
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 2.6rem);
  font-weight: 700;
  color: var(--rose-light);
  letter-spacing: -0.02em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.countdown-label{
  display: block;
  margin-top: 8px;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,0.6);
  font-weight: 600;
}

.countdown-ended{
  text-align: center;
  margin-top: 24px;
  font-weight: 700;
  color: var(--rose-light);
}

@media (min-width: 480px){
  .countdown-grid{ grid-template-columns: repeat(4, 1fr); }
}

/* ---------- Qué vas a aprender ---------- */

.learn-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 48px;
}

.learn-card{
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid rgba(52,38,43,0.1);
  border-radius: var(--radius);
  padding: 26px 24px;
}

.learn-check{
  flex: none;
  font-size: 1.3rem;
  line-height: 1.4;
}

.learn-card p{ margin: 0; color: var(--ink-soft); }

/* ---------- Precio ---------- */

.price-grid{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.price-grid .check-list{
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.price-grid .check-list li{
  padding-left: 28px;
  position: relative;
  color: var(--ink-soft);
}
.price-grid .check-list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--rose-deep);
  font-weight: 700;
}

.price-card{
  background: var(--beige);
  border: 1px solid var(--rose-light);
  border-radius: var(--radius);
  padding: 40px 34px;
  text-align: center;
}

.price-badge{
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.price-card h3{ font-size: 1.2rem; margin-bottom: 18px; }

.price-amount{
  margin-bottom: 12px;
}
.price-currency{
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--ink);
  vertical-align: top;
  position: relative;
  top: 10px;
}
.price-number{
  font-family: var(--font-display);
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--rose-deep);
}

.price-expiry{ color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 24px; }

.secure-note{
  margin: 16px 0 0;
  font-size: 0.8rem;
  color: var(--ink-soft);
}

/* ---------- CTA final ---------- */

.final-cta{
  background: linear-gradient(165deg, var(--rose-deep), var(--rose));
  padding: 88px 0;
}
.final-card{ text-align: center; max-width: 640px; margin: 0 auto; }
.final-cta .eyebrow{ color: var(--rose-light); justify-content: center; }
.final-cta h2{ color: var(--white); }
.final-cta p{ color: rgba(255,255,255,0.85); margin-bottom: 28px; }
.final-cta .btn-primary{
  background: var(--white);
  color: var(--rose-deep);
  box-shadow: 0 10px 24px -10px rgba(0,0,0,0.35);
}
.final-cta .btn-primary:hover{ background: var(--rose-light); }

/* ---------- Barra sticky de compra (mobile) ---------- */

.mobile-sticky-cta{
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 60;
  padding: 12px 16px;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(52,38,43,0.1);
  box-shadow: 0 -12px 30px -20px rgba(52,38,43,0.4);
}

/* ---------- Responsive ---------- */

@media (max-width: 900px){
  .price-grid{ grid-template-columns: 1fr; gap: 40px; }
  .learn-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 760px){
  .wb-hero{ padding: 72px 0 60px; }
  .mobile-sticky-cta{ display: block; }
  body{ padding-bottom: 76px; }
}
