html {
  scroll-behavior: smooth;
}

/* ==========================================
   ABOUT COURSE
   ========================================== */
.about-course-con {
  position: relative;
  z-index: 2;
}

/* ==========================================
   WHY THIS COURSE (destrabar tu crecimiento)
   ========================================== */
.why-course-header {
  max-width: 720px;
  margin: 0 0 48px;
}

.why-course-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2f57ef;
  margin-top: 48px;
  margin-bottom: 20px;
}

.why-course-badge i {
  font-size: 18px;
}

.why-course-title {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0;
}

.why-course-title .theme-gradient {
  background: linear-gradient(135deg, #2f57ef, #b966e7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-course-underline {
  display: block;
  width: 48px;
  height: 4px;
  border-radius: 4px;
  background: #2f57ef;
  margin: 18px 0;
}

.why-course-sub {
  font-size: 16px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

.why-course-row {
  margin-bottom: 48px !important;
}

.why-course-image {
  position: relative;
  height: 460px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
}

.why-course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  display: block;
}

.why-course-image-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(4px);
  color: #fff;
}

.why-course-image-badge i {
  font-size: 24px;
  color: #6ee7ff;
  flex-shrink: 0;
}

.why-course-image-badge span {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.why-course-goals-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 20px;
}

.why-course-goals {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.why-course-goal-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 14px;
}

.why-course-goal-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2ff;
}

.why-course-goal-icon i {
  font-size: 18px;
  color: #2f57ef;
}

.why-course-goal-body strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}

.why-course-goal-body p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.why-course-quote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  padding: 36px 40px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f1e4d, #1c2f7a);
  margin-bottom: 40px;
}

.why-course-quote-text {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1 1 320px;
}

.why-course-quote-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
}

.why-course-quote-icon i {
  font-size: 20px;
  color: #fff;
}

.why-course-quote-text h4 {
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
}

.why-course-quote-text p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.5;
}

.why-course-stats {
  display: flex;
  align-items: center;
  gap: 0;
}

.why-course-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 0 26px;
}

.why-course-stat + .why-course-stat {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.why-course-stat i {
  font-size: 22px;
  color: #fff;
}

.why-course-stat strong {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
}

.why-course-stat span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 110px;
  line-height: 1.35;
}

.why-course-cta {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .why-course-title {
    font-size: 28px;
  }
  .why-course-quote {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
  }
  .why-course-stats {
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }
  .why-course-stat {
    padding: 0 12px;
    flex: 1 1 40%;
  }
  .why-course-stat + .why-course-stat {
    border-left: none;
  }
}

@media only screen and (max-width: 576px) {
  .why-course-title {
    font-size: 24px;
  }
  .why-course-image {
    height: 280px;
  }
}

.promo-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  margin-bottom: 16px;
}

.promo-pill strong:first-of-type {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.7);
}

.price-now {
  color: white;
}

/* ==========================================
   HERO (banner vertical)
   ========================================== */
/* El tema fija el hero a 950px; con el banner vertical el contenido
   crece más que eso y la sección siguiente (margin-top: -150px)
   se encimaba sobre el pricing strip. */
.rbt-banner-6.variation-01 {
  height: auto;
  min-height: 950px;
}

.hero-banner {
  display: flex;
  justify-content: center;
}

.hero-banner img {
  width: 100%;
  max-width: 420px;
  height: auto;
}

/* En tablet el tema deja solo 80px de padding inferior, pero
   .about-course sigue subiéndose -150px sobre el hero. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-6.variation-01 .wrapper {
    padding-bottom: 180px;
  }
}

/* ==========================================
   PRICING STRIP (hero)
   ========================================== */
.pricing-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.pricing-strip-card {
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.pricing-strip-card span,
.pricing-strip-card p {
  color: rgba(255, 255, 255, 0.78);
}

.pricing-strip-card strong {
  display: block;
  color: white;
  font-size: 24px;
  margin: 6px 0;
}

/* ==========================================
   TEMARIO
   ========================================== */
.temario-btn {
  color: white !important;
}
.temario-btn::before {
  content: '' !important;
}

.title-btn {
  display: flex;
}
.title-btn img {
  width: 40px;
  height: min-content;
  margin-top: 5px;
  margin-right: 5px;
}
.temario-mov {
  display: none;
}

.mode-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.mode-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: white;
  border-radius: 14px;
  padding: 18px;
  text-align: left;
}

.mode-card.active {
  border-color: #2f57ef;
  box-shadow: 0 0 0 1px #2f57ef inset;
}
.mode-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}
.mode-card small,
.mode-card p {
  color: rgba(255, 255, 255, 0.75);
  display: block;
}

/* ==========================================
   PROGRAMA (datos clave + malla de modulos)
   ========================================== */
.key-info-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  margin-bottom: 40px;
}

.key-info-card-header {
  position: relative;
  margin-bottom: 20px;
}

.key-info-card-title {
  font-size: 26px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  text-align: center;
}

.key-info-card-dots {
  position: absolute;
  top: 4px;
  right: 0;
  width: 88px;
  height: 32px;
  background-image: radial-gradient(circle, #d8dcea 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.8;
}

@media only screen and (max-width: 991px) {
  .key-info-card-dots {
    display: none;
  }
}

.program-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border: 1px solid #eef0f4;
  border-radius: 16px;
  padding: 8px 12px;
}

.program-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  flex: 1 1 220px;
}

.program-meta-item + .program-meta-item {
  border-left: 1px solid #eef0f4;
}

.program-meta-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #d6ddf5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.program-meta-icon i {
  font-size: 17px;
  color: #2f57ef;
}

.program-meta-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.program-meta-body span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2f57ef;
}

.program-meta-body strong,
.program-meta-body a {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  margin-top: 2px;
  line-height: 1.35;
}

.program-meta-body a {
  text-decoration: none;
}

.program-meta-body a:hover {
  color: #2f57ef;
}

.program-meta-location {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 16px 20px;
  background: #eef2ff;
  border-radius: 14px;
}

.program-meta-location .program-meta-icon {
  background: #fff;
}

.program-meta-location .program-meta-body a {
  font-weight: 500;
}

.program-includes-row {
  margin-bottom: 60px !important;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.program-card {
  background: white;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

.program-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.program-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
  background: linear-gradient(135deg, #2f57ef, #b966e7);
}

.program-card-icon i {
  font-size: 19px;
}

.program-card-icon-closing {
  background: linear-gradient(135deg, #f97316, #ef4444);
}

.program-card-eyebrow {
  font-size: 13px;
  font-weight: 700;
  color: #2f57ef;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.program-card-title {
  font-size: 19px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 16px;
  line-height: 1.3;
}

.program-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.program-card-list li {
  font-size: 14px;
  color: #475569;
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}

.program-card-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b966e7;
}

@media only screen and (max-width: 1199px) {
  .program-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .program-meta {
    flex-direction: column;
    padding: 4px;
  }
  .program-meta-item {
    padding: 14px 16px;
  }
  .program-meta-item + .program-meta-item {
    border-left: none;
    border-top: 1px solid #eef0f4;
  }
  .program-grid {
    grid-template-columns: 1fr;
  }
  .key-info-card {
    padding: 20px;
  }
  .program-meta-location {
    flex-wrap: wrap;
  }
}

/* ==========================================
   EVENT INFO (inscripcion / recomendaciones)
   ========================================== */
.event-includes {
  height: 100%;
  border-radius: 20px;
  padding: 40px 36px;
  background: linear-gradient(155deg, #2f57ef 0%, #6d3fe0 65%, #b966e7 100%);
  box-shadow: 0 20px 40px rgba(47, 87, 239, 0.22);
}

.event-includes-header {
  display: flex;
  align-items: center;
  gap: 18px;
}

.event-includes-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-includes-icon i {
  font-size: 26px;
  color: #fff;
}

.event-includes-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.event-includes-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin: 6px 0 0;
}

.event-includes-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.event-includes-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  padding: 14px 0;
}

.event-includes-list li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.event-includes-list i {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #2f57ef;
  background: #fff;
  margin-top: 1px;
}

.event-tips {
  height: 100%;
  border-radius: 20px;
  padding: 40px 36px;
  background: #fff;
  border: 1px solid #eef0f4;
}

.event-tips-header {
  display: flex;
  align-items: center;
  gap: 18px;
}

.event-tips-header-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2f57ef, #b966e7);
}

.event-tips-header-icon i {
  font-size: 26px;
  color: #fff;
}

.event-tips-title {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}

.event-tips-sub {
  font-size: 14px;
  color: #64748b;
  margin: 6px 0 0;
}

.event-tips-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.event-tips-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  font-size: 15px;
  color: #334155;
  line-height: 1.5;
}

.event-tips-list li + li {
  border-top: 1px solid #eef0f4;
}

.event-tips-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2ff;
}

.event-tips-icon i {
  font-size: 17px;
  color: #2f57ef;
}

@media only screen and (max-width: 767px) {
  .event-includes,
  .event-tips {
    padding: 28px 24px;
  }
  .event-includes-icon,
  .event-tips-header-icon {
    width: 52px;
    height: 52px;
  }
  .event-includes-icon i,
  .event-tips-header-icon i {
    font-size: 22px;
  }
}

/* ==========================================
   PONENTES
   ========================================== */
.ponente-card {
  background: white;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.ponente-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.ponente-avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f57ef, #b966e7);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  overflow: hidden;
}

.ponente-avatar img.ponente-imagen {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.ponente-avatar span {
  font-size: 32px;
  font-weight: 800;
  color: white;
}

.ponente-nombre {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.ponente-especialidad {
  font-size: 14px;
  font-weight: 600;
  color: #2f57ef;
  margin-bottom: 14px;
}

.ponente-desc {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 20px;
}

.ponente-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.ponente-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 100px;
  background: #f1f5f9;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
}

.ponente-tag i {
  font-size: 12px;
  color: #2f57ef;
}

a.ponente-tag-link {
  text-decoration: none;
  color: #475569;
  transition:
    background 0.2s,
    color 0.2s;
}

a.ponente-tag-link:hover {
  background: rgba(47, 87, 239, 0.08);
  color: #2f57ef;
}

/* ==========================================
   NUESTRO EQUIPO
   ========================================== */
.team-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.team-stat {
  display: flex;
  align-items: center;
  gap: 14px;
}

.team-stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(47, 87, 239, 0.1), rgba(185, 102, 231, 0.1));
}

.team-stat-icon i {
  font-size: 20px;
  color: #2f57ef;
}

.team-stat-body {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.team-stat-body strong {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
}

.team-stat-body span {
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
}

.team-stat-body small {
  font-size: 12px;
  color: #64748b;
}

.team-partners {
  margin-top: 40px;
  padding: 24px 32px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.team-partners-label {
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  max-width: 220px;
}

.team-partners-badges {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.team-partner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 32px;
  border-left: 1px solid #e2e8f0;
}

.team-partner:first-child {
  padding-left: 0;
  border-left: none;
}

.team-partner img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.team-partner i {
  font-size: 24px;
  color: #1877f2;
}

.team-partner strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.team-partner small {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #2f57ef;
}

@media only screen and (max-width: 767px) {
  .team-stats {
    gap: 18px;
  }
  .team-partners {
    padding: 20px;
    justify-content: center;
    text-align: center;
  }
  .team-partners-label {
    max-width: 100%;
  }
  .team-partner {
    padding-left: 0;
    border-left: none;
    justify-content: center;
  }
}

/* ==========================================
   MAP
   ========================================== */
.map-container {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  display: block;
}

.map-info {
  text-align: center;
  margin-top: 28px;
}

/* ==========================================
   PURCHASE — CONVERSION FOCUSED
   ========================================== */

/* Urgency strip */
.purchase-urgency {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  margin-bottom: 28px;
  background: linear-gradient(135deg, rgba(47, 87, 239, 0.06), rgba(185, 102, 231, 0.06));
  border-radius: 12px;
  border: 1px solid rgba(47, 87, 239, 0.1);
  flex-wrap: wrap;
}

.purchase-urgency-badge {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  background: linear-gradient(135deg, #ef4444, #dc2626);
}

.purchase-urgency-text {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}

.purchase-urgency-text strong {
  color: #dc2626;
}

/* Header & pricing hero */
.purchase-header {
  text-align: center;
  margin-bottom: 24px;
}

.purchase-title {
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 16px;
  line-height: 1.15;
}

.purchase-title-gradient {
  background: linear-gradient(135deg, #2f57ef, #b966e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.purchase-pricing-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.purchase-pricing-now {
  font-size: 48px;
  font-weight: 900;
  color: #2f57ef;
  line-height: 1;
  letter-spacing: -0.02em;
}

.purchase-pricing-before {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #64748b;
}

.purchase-pricing-before s {
  color: #94a3b8;
}

.purchase-pricing-before em {
  font-style: normal;
  font-weight: 700;
  color: #16a34a;
  background: rgba(22, 163, 74, 0.08);
  padding: 2px 10px;
  border-radius: 100px;
  font-size: 13px;
}

/* Perks list */
.purchase-perks {
  list-style: none;
  margin: 0 0 28px;
  padding: 20px 24px;
  background: #f8fafc;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.purchase-perks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
}

.purchase-perks svg {
  width: 18px;
  height: 18px;
  color: #16a34a;
  flex-shrink: 0;
}

/* Mode selector */
.purchase-selector {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.purchase-option {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 2px solid #f1f5f9;
  background: #fff;
  border-radius: 14px;
  padding: 18px 16px;
  text-align: left;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: inherit;
  color: inherit;
}

.purchase-option:hover {
  border-color: #e2e8f0;
}
.purchase-option.active {
  border-color: #2f57ef;
  background: rgba(47, 87, 239, 0.02);
  box-shadow:
    0 0 0 1px #2f57ef,
    0 6px 20px rgba(47, 87, 239, 0.08);
}

.purchase-option-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(47, 87, 239, 0.08), rgba(185, 102, 231, 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2f57ef;
  transition: all 0.25s ease;
}

.purchase-option.active .purchase-option-icon {
  background: linear-gradient(135deg, #2f57ef, #b966e7);
  color: #fff;
}

.purchase-option-icon svg {
  width: 16px;
  height: 16px;
}

.purchase-option-body {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.purchase-option-label {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.purchase-option-desc {
  margin: 0;
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
}

/* PayPal section */
.purchase-paypal {
  padding: 24px;
  background: #f8fafc;
  border-radius: 16px;
  border: 1px solid #f1f5f9;
  text-align: center;
}

.purchase-paypal-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.purchase-paypal-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 12px 0 0;
  font-size: 12px;
  color: #94a3b8;
}

.purchase-paypal-note svg {
  width: 14px;
  height: 14px;
}

/* Transfer */
.purchase-transfer {
  margin-top: 20px;
  background: #f8fafc;
  border-radius: 16px;
  border: 1px solid #f1f5f9;
  overflow: hidden;
}

.purchase-transfer-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 20px 0;
}

.purchase-transfer-bank {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #004481;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.purchase-transfer-bank-logo {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.04em;
}

.purchase-transfer-header-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.purchase-transfer-header-text strong {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.purchase-transfer-header-text span {
  font-size: 12px;
  color: #94a3b8;
}

.purchase-transfer-card {
  margin: 16px 20px 20px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #f1f5f9;
  overflow: hidden;
}

.purchase-transfer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  gap: 12px;
}

.purchase-transfer-row + .purchase-transfer-row {
  border-top: 1px solid #f8fafc;
}

.purchase-transfer-row-label {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  flex-shrink: 0;
}

.purchase-transfer-row-value {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: right;
}

.purchase-transfer-row-value > span {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
}

.purchase-transfer-mono {
  font-family: 'SF Mono', 'Cascadia Code', 'Roboto Mono', monospace;
  letter-spacing: 0.02em;
}

.purchase-transfer-copy {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 11px;
  font-weight: 600;
  color: #2f57ef;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
  font-family: inherit;
}

.purchase-transfer-copy svg {
  width: 13px;
  height: 13px;
}
.purchase-transfer-copy:hover {
  background: rgba(47, 87, 239, 0.06);
  border-color: #2f57ef;
}
.purchase-transfer-copy:active {
  transform: scale(0.95);
}

.purchase-transfer-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 20px;
  background: #fff;
  border-top: 1px solid #f1f5f9;
  font-size: 13px;
  color: #64748b;
  flex-wrap: wrap;
}

.purchase-transfer-footer-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.purchase-transfer-footer-icon svg {
  width: 100%;
  height: 100%;
}

.purchase-transfer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  color: #2f57ef;
  text-decoration: none;
  transition: color 0.2s;
}

.purchase-transfer-whatsapp svg {
  width: 13px;
  height: 13px;
}
.purchase-transfer-whatsapp:hover {
  color: #1d4ed8;
}

/* ==========================================
   MODAL
   ========================================== */
.modal-exito {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: pop-in 0.3s ease;
}

@keyframes pop-in {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.modal-content h2 {
  color: #007bff;
  margin-bottom: 0.5rem;
}
.modal-content p {
  margin-bottom: 1rem;
  color: #333;
}

.input-group {
  margin-bottom: 1rem;
}
.input-group input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  transition: border 0.2s;
}
.input-group input:focus {
  border-color: #007bff;
  outline: none;
}

.send-mail-btn {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}
.send-mail-btn:hover {
  background-color: #0056b3;
}

.contacto {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #555;
}
.contacto a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}
.contacto a:hover {
  text-decoration: underline;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media only screen and (max-width: 767px) {
  .pricing-strip,
  .mode-grid,
  .purchase-selector {
    grid-template-columns: repeat(1, 1fr);
  }
  .purchase-pricing-now {
    font-size: 40px;
  }
}

/* ==========================================
   STICKY PRE-SALE BAR — Premium
   ========================================== */
.presale-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.98) 0%, #0f172a 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  animation: presale-slide-up 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.presale-sticky-glow {
  position: absolute;
  top: -1px;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(47, 87, 239, 0.6),
    rgba(185, 102, 231, 0.6),
    transparent
  );
  animation: presale-glow-pulse 2s ease-in-out infinite;
}

@keyframes presale-glow-pulse {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}

@keyframes presale-slide-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.presale-sticky-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.presale-sticky-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.presale-sticky-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
  animation: presale-badge-pulse 2s ease-in-out infinite;
}

@keyframes presale-badge-pulse {
  0%,
  100% {
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
  }
  50% {
    box-shadow: 0 2px 16px rgba(239, 68, 68, 0.5);
  }
}

.presale-sticky-price {
  font-size: 13px;
  color: #94a3b8;
  white-space: nowrap;
}

.presale-sticky-price s {
  color: #64748b;
  margin-right: 4px;
}
.presale-sticky-price strong {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

/* Countdown blocks */
.presale-sticky-countdown {
  display: flex;
  align-items: center;
  gap: 3px;
  flex: 1;
  justify-content: center;
}

.presale-sticky-cd-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 4px 10px;
  min-width: 44px;
}

.presale-sticky-cd-num {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.presale-sticky-cd-label {
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.35);
}

.presale-sticky-cd-sep {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.15);
  padding-bottom: 8px;
}

/* CTA */
.presale-sticky-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 14px;
  border: none;
  background: linear-gradient(135deg, #2f57ef, #b966e7);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 4px 20px rgba(47, 87, 239, 0.4);
  position: relative;
  overflow: hidden;
}

.presale-sticky-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent);
  pointer-events: none;
}

.presale-sticky-cta svg {
  width: 16px;
  height: 16px;
  transition: transform 0.25s;
}
.presale-sticky-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(47, 87, 239, 0.55);
}
.presale-sticky-cta:hover svg {
  transform: translateX(3px);
}
.presale-sticky-cta:active {
  transform: translateY(0);
}

@media (max-width: 640px) {
  .presale-sticky-inner {
    gap: 10px;
    padding: 8px 12px;
  }
  .presale-sticky-left {
    gap: 8px;
  }
  .presale-sticky-cd-item {
    min-width: 36px;
    padding: 4px 7px;
  }
  .presale-sticky-cd-num {
    font-size: 15px;
  }
  .presale-sticky-cd-sep {
    padding-bottom: 6px;
  }
  .presale-sticky-cta {
    padding: 8px 14px;
    font-size: 13px;
  }
  .presale-sticky-price strong {
    font-size: 15px;
  }
  .presale-sticky-price {
    display: none;
  }
}

@media (max-width: 400px) {
  .presale-sticky-badge {
    display: none;
  }
  .presale-sticky-cd-item {
    min-width: 32px;
    padding: 3px 5px;
  }
  .presale-sticky-cd-num {
    font-size: 14px;
  }
  .presale-sticky-cd-label {
    font-size: 7px;
  }
  .presale-sticky-cta {
    padding: 8px 12px;
    font-size: 12px;
  }
}

.purchase-subtitle {
  margin: 0 0 16px;
  font-size: 14px;
  color: #64748b;
  font-weight: 600;
}
.purchase-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 4px;
}
.purchase-countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f1f5f9;
  border-radius: 10px;
  padding: 8px 12px;
  min-width: 56px;
}
.purchase-countdown-num {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.purchase-countdown-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #94a3b8;
  margin-top: 2px;
}
.purchase-countdown-sep {
  font-size: 20px;
  font-weight: 700;
  color: #cbd5e1;
  margin: 0 2px;
  padding-bottom: 10px;
}

/* ============================================
   POSICIONAMIENTO SECTION
   ============================================ */

.positioning-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #eef2ff 0%, #eff6ff 100%);
}

.positioning-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.positioning-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.positioning-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #3b82f6;
  margin: 0;
}

.positioning-copy h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
}

.positioning-copy h2 span {
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.positioning-copy > p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin: 10px 0 20px 0;
}

.positioning-benefits {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

.benefit-item i {
  color: #3b82f6;
  font-size: 18px;
  flex-shrink: 0;
}

.positioning-carousel-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #f5f5f5;
}

.carousel-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 18px;
}

.carousel-btn:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%) scale(1.05);
}

.carousel-btn-prev {
  left: 16px;
}

.carousel-btn-next {
  right: 16px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.dot:hover {
  background: #bbb;
}

.dot.active {
  background: #3b82f6;
  width: 28px;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .positioning-shell {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .positioning-copy h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .positioning-section {
    padding: 50px 0;
  }

  .positioning-copy h2 {
    font-size: 26px;
  }

  .positioning-copy > p {
    font-size: 14px;
  }

  .benefit-item {
    font-size: 14px;
  }

  .carousel-container {
    aspect-ratio: 1 / 0.8;
  }

  .carousel-btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .carousel-btn-prev {
    left: 8px;
  }

  .carousel-btn-next {
    right: 8px;
  }
}
