/* =========================================================
   EMM – Landing BASE 20260408
   ========================================================= */

/* ---------- 1. RESET SOLO ESTA LANDING ---------- */

.emm-lp-base-20260408{
  background: #fff;
}

.emm-lp-base-20260408 #page,
.emm-lp-base-20260408 .site-content,
.emm-lp-base-20260408 .content-area,
.emm-lp-base-20260408 #content,
.emm-lp-base-20260408 .inside-article,
.emm-lp-base-20260408 .entry-content{
  max-width: none !important;
  width: 100% !important;
}

.emm-lp-base-20260408 .site-content{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.emm-lp-base-20260408 .inside-article{
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.emm-lp-base-20260408 .entry-content{
  margin: 0 !important;
}

/* ---------- 2. OCULTAR HEADER ---------- */

.emm-lp-base-20260408 .site-header,
.emm-lp-base-20260408 .main-navigation,
.emm-lp-base-20260408 .inside-header,
.emm-lp-base-20260408 .header-widget{
  display: none !important;
}

.emm-lp-base-20260408 #page{
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* ---------- 3. HERO ---------- */

.emm-lp-base-20260408 .emm-hero{
  position: relative;
  padding: clamp(60px, 7vw, 110px) 0;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
}

/* Overlay oscuro */
.emm-lp-base-20260408 .emm-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.62);
  z-index: 0;
}

.emm-lp-base-20260408 .emm-hero > *{
  position: relative;
  z-index: 1;
}

/* Contenido centrado */
.emm-lp-base-20260408 .emm-hero .wp-block-group__inner-container,
.emm-lp-base-20260408 .emm-hero .wp-block-cover__inner-container,
.emm-lp-base-20260408 .emm-hero .is-layout-constrained{
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

/* ---------- 4. TÍTULO HERO ---------- */

.emm-lp-base-20260408 .emm-hero__title{
  font-size: clamp(40px, 5.4vw, 72px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 18px;
  text-shadow:
    0 10px 30px rgba(0,0,0,.35),
    0 18px 50px rgba(0,0,0,.28);
}

/* Subtexto general del hero */
.emm-lp-base-20260408 .emm-hero p{
  color: rgba(255,255,255,.92);
  font-size: 18px;
  max-width: 980px;
  margin: 0 auto 20px;
}

/* ---------- 5. CTA ---------- */

.emm-lp-base-20260408 .wp-block-buttons{
  margin-top: 20px;
  margin-bottom: 10px;
  justify-content: center;
}

/* ---------- 6. FACTS ---------- */

.emm-lp-base-20260408 .emm-hero__fact{
  margin-top: 36px;
}

.emm-lp-base-20260408 .emm-hero__fact.wp-block-columns{
  gap: 18px;
  justify-content: center;
  align-items: stretch;
}

.emm-lp-base-20260408 .emm-hero__fact.wp-block-columns > .wp-block-column{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.emm-lp-base-20260408 .emm-hero__fact .wp-block-columns{
  gap: 18px;
  align-items: stretch;
}

/* Items reales */
.emm-lp-base-20260408 .emm-hero__fact .emm-hero__fact-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;

  padding: 22px 26px;
  min-height: 116px;
  width: 100%;

  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 12px;

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  box-shadow: 0 12px 28px rgba(0,0,0,.25);
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Por si Gutenberg intenta imponer layout raro */
.emm-lp-base-20260408 .emm-hero__fact .emm-hero__fact-item.is-layout-flow{
  display: flex;
}

/* Contenido de texto */
.emm-lp-base-20260408 .emm-hero__fact .emm-hero__fact-item p{
  margin: 0 !important;
  color: #fff;
  text-align: center;
  max-width: none;
}

/* Etiqueta */
.emm-lp-base-20260408 .emm-hero__fact .emm-hero__fact-item p:first-of-type{
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .90;
  margin-bottom: 5px !important;
}

/* Valor */
.emm-lp-base-20260408 .emm-hero__fact .emm-hero__fact-item p:last-of-type{
  font-size: 18px;
  font-weight: 800;
  margin-top: 0 !important;
  opacity: .99;
  line-height: 1.2;
}

/* ---------- ICONOS ---------- */

.emm-lp-base-20260408 .emm-hero__fact .emm-hero__fact-item::before{
  content: "";
  width: 72px;
  height: 72px;
  flex: 0 0 72px;

  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: center;

  filter: drop-shadow(0 6px 12px rgba(0,0,0,.35));
  opacity: .98;
}

/* Iconos por clase específica */
.emm-lp-base-20260408 .emm-hero__fact .emm-hero__fact-fecha::before{
  background-image: url("/wp-content/uploads/2026/02/calendar.png");
}

.emm-lp-base-20260408 .emm-hero__fact .emm-hero__fact-plazas::before{
  background-image: url("/wp-content/uploads/2026/02/hourglass.png");
}

.emm-lp-base-20260408 .emm-hero__fact .emm-hero__fact-modalidad::before{
  background-image: url("/wp-content/uploads/2026/02/monitor.png");
}

.emm-lp-base-20260408 .emm-hero__fact .emm-hero__fact-precio::before{
  background-image: url("/wp-content/uploads/2026/02/price.png");
}

/* ---------- 7. SOCIAL PROOF ---------- */

.emm-lp-base-20260408 .emm-hero__social-proof{
  margin-top: 24px;
  font-weight: 600;
  color: rgba(255,255,255,.9);
}

/* ---------- 8. RESPONSIVE ---------- */

@media (max-width: 768px){

  .emm-lp-base-20260408 .emm-hero{
    padding: 50px 0 70px;
  }

  .emm-lp-base-20260408 .emm-hero__title{
    font-size: 34px;
    line-height: 1.06;
  }

  .emm-lp-base-20260408 .emm-hero p{
    font-size: 17px;
    max-width: 100%;
  }

  .emm-lp-base-20260408 .emm-hero__fact{
    margin-top: 24px;
  }

  .emm-lp-base-20260408 .emm-hero__fact.wp-block-columns{
    gap: 12px;
  }

  .emm-lp-base-20260408 .emm-hero__fact .wp-block-columns{
    gap: 12px;
  }

  .emm-lp-base-20260408 .emm-hero__fact .emm-hero__fact-item{
    min-height: 96px;
    padding: 16px 18px;
    gap: 16px;
  }

  .emm-lp-base-20260408 .emm-hero__fact .emm-hero__fact-item::before{
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    background-size: 52px 52px;
  }

  .emm-lp-base-20260408 .emm-hero__fact .emm-hero__fact-item p:first-of-type{
    font-size: 10px;
  }

  .emm-lp-base-20260408 .emm-hero__fact .emm-hero__fact-item p:last-of-type{
    font-size: 16px;
  }

}