/* =========================================================
   EMM – Bloque Solicitar Información
   ========================================================= */

body.page-id-9595 .emm-info-cta{
  position: relative;
  padding: clamp(64px, 8vw, 120px) 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.96) 0%,
      rgba(255,255,255,0.92) 45%,
      rgba(255,255,255,0.55) 65%,
      rgba(255,255,255,0.15) 100%
    ),
    url("https://elmonomigrador.com/wp-content/uploads/2026/01/Sin-titulo-1200-x-1500-px-3.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

/* Contenedor interior */
body.page-id-9595 .emm-info-cta__inner{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Todo centrado visualmente pero alineado a la izquierda */
body.page-id-9595 .emm-info-cta *{
  box-sizing: border-box;
}

/* Eyebrow */
body.page-id-9595 .emm-info-cta p:first-of-type{
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  margin-bottom: 12px;
  font-weight: 600;
}

/* H2 principal */
body.page-id-9595 .emm-info-cta h2{
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(32px, 4.5vw, 44px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
  color: #111;
}

/* Texto descriptivo */
body.page-id-9595 .emm-info-cta p{
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(0,0,0,.8);
  max-width: 620px;
  margin-bottom: 26px;
}

/* Lista de beneficios */
body.page-id-9595 .emm-info-cta ul{
  list-style: none;
  padding: 0;
  margin: 0 0 34px 0;
  display: grid;
  gap: 12px;
  max-width: 640px;
}

body.page-id-9595 .emm-info-cta ul li{
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(0,0,0,.85);
}

/* Botones */
body.page-id-9595 .emm-info-cta .wp-block-buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}

body.page-id-9595 .emm-info-cta .wp-block-button__link{
  border-radius: 12px;
  padding: 14px 22px;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
}

/* Microtexto */
body.page-id-9595 .emm-info-cta p:last-of-type{
  font-size: 14px;
  color: rgba(0,0,0,.55);
  margin-top: 8px;
}

/* Responsive */
@media (max-width: 860px){
  body.page-id-9595 .emm-info-cta{
    background-image:
      linear-gradient(
        180deg,
        rgba(255,255,255,0.96) 0%,
        rgba(255,255,255,0.96) 100%
      ),
      url("https://elmonomigrador.com/wp-content/uploads/2026/01/Sin-titulo-1200-x-1500-px-3.png");
    background-position: center top;
  }

  body.page-id-9595 .emm-info-cta__inner{
    text-align: center;
  }

  body.page-id-9595 .emm-info-cta ul{
    justify-content: center;
  }

  body.page-id-9595 .emm-info-cta ul li{
    justify-content: center;
  }

  body.page-id-9595 .emm-info-cta .wp-block-buttons{
    justify-content: center;
  }
}