/* CEMI Core v1.2.149 — refinamiento visual del hero
   Objetivo: quitar líneas diagnóstico, precio centrado "Desde", métodos de pago más ligeros
   y botones Fotos/Mapa/Contacto menos pesados sin romper layout/responsive existente. */

body.cemi-ui-single-property .cemi-single-property *,
body.single-cemi_property .cemi-single-property *,
body.single-opalestate_property .cemi-single-property *{
  outline-color: transparent !important;
}

/* Apagar cualquier guía visual que haya quedado de versiones diagnóstico. */
body.cemi-ui-single-property .cemi-property-wrap,
body.cemi-ui-single-property .cemi-prop-left,
body.cemi-ui-single-property .cemi-prop-right,
body.cemi-ui-single-property .cemi-sticky-panel,
body.cemi-ui-single-property .cemi-card,
body.single-cemi_property .cemi-property-wrap,
body.single-cemi_property .cemi-prop-left,
body.single-cemi_property .cemi-prop-right,
body.single-cemi_property .cemi-sticky-panel,
body.single-cemi_property .cemi-card,
body.single-opalestate_property .cemi-property-wrap,
body.single-opalestate_property .cemi-prop-left,
body.single-opalestate_property .cemi-prop-right,
body.single-opalestate_property .cemi-sticky-panel,
body.single-opalestate_property .cemi-card{
  outline: none !important;
}

/* Panel precio: más limpio, menos caja/borde pesado. */
body.cemi-ui-single-property .cemi-single-hero-panel,
body.single-cemi_property .cemi-single-hero-panel,
body.single-opalestate_property .cemi-single-hero-panel{
  text-align:center !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(180deg, rgba(26,34,49,.78), rgba(15,23,42,.62)) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 22px 70px rgba(0,0,0,.28) !important;
  backdrop-filter:blur(16px) saturate(130%) !important;
  -webkit-backdrop-filter:blur(16px) saturate(130%) !important;
}

body.cemi-ui-single-property .cemi-single-hero-price-label,
body.single-cemi_property .cemi-single-hero-price-label,
body.single-opalestate_property .cemi-single-hero-price-label{
  display:block !important;
  width:100% !important;
  text-align:center !important;
  color:rgba(255,255,255,.78) !important;
  font-size:12px !important;
  line-height:1 !important;
  letter-spacing:.22em !important;
  font-weight:850 !important;
  text-transform:uppercase !important;
  margin:0 0 8px !important;
}

body.cemi-ui-single-property .cemi-single-hero-price,
body.single-cemi_property .cemi-single-hero-price,
body.single-opalestate_property .cemi-single-hero-price{
  display:block !important;
  width:100% !important;
  text-align:center !important;
  color:#fff !important;
  font-weight:950 !important;
  letter-spacing:-.045em !important;
  line-height:.98 !important;
  text-shadow:0 12px 38px rgba(0,0,0,.35) !important;
  margin:0 auto !important;
}

/* Métodos de pago/requisitos: dejan de parecer botones protagonistas. */
body.cemi-ui-single-property .cemi-single-hero-payments,
body.single-cemi_property .cemi-single-hero-payments,
body.single-opalestate_property .cemi-single-hero-payments{
  width:100% !important;
  margin-top:16px !important;
  padding-top:13px !important;
  border-top:1px solid rgba(255,255,255,.10) !important;
  background:transparent !important;
  box-shadow:none !important;
}

body.cemi-ui-single-property .cemi-single-hero-pay-title,
body.single-cemi_property .cemi-single-hero-pay-title,
body.single-opalestate_property .cemi-single-hero-pay-title{
  display:block !important;
  text-align:center !important;
  font-size:10px !important;
  letter-spacing:.16em !important;
  color:rgba(255,255,255,.58) !important;
  margin-bottom:9px !important;
}

body.cemi-ui-single-property .cemi-single-hero-pay-pills,
body.single-cemi_property .cemi-single-hero-pay-pills,
body.single-opalestate_property .cemi-single-hero-pay-pills{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:center !important;
  align-items:center !important;
  gap:7px !important;
  width:100% !important;
}

body.cemi-ui-single-property .cemi-single-hero-pay-pills span,
body.single-cemi_property .cemi-single-hero-pay-pills span,
body.single-opalestate_property .cemi-single-hero-pay-pills span{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:rgba(255,255,255,.82) !important;
  font-size:12px !important;
  line-height:1.2 !important;
  font-weight:750 !important;
  letter-spacing:.01em !important;
  white-space:nowrap !important;
}

body.cemi-ui-single-property .cemi-single-hero-pay-pills span::before,
body.single-cemi_property .cemi-single-hero-pay-pills span::before,
body.single-opalestate_property .cemi-single-hero-pay-pills span::before{
  content:'✓';
  color:#D7266B;
  font-weight:950;
  margin-right:5px;
  font-size:1em;
  line-height:1;
}

/* Acciones: siguen importantes pero como navegación, no como precio. */
body.cemi-ui-single-property .cemi-single-hero-bottom-actions,
body.single-cemi_property .cemi-single-hero-bottom-actions,
body.single-opalestate_property .cemi-single-hero-bottom-actions{
  gap:10px !important;
}

body.cemi-ui-single-property .cemi-single-hero-bottom-actions a,
body.single-cemi_property .cemi-single-hero-bottom-actions a,
body.single-opalestate_property .cemi-single-hero-bottom-actions a{
  background:rgba(15,23,42,.52) !important;
  color:rgba(255,255,255,.94) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  box-shadow:0 12px 34px rgba(0,0,0,.22) !important;
  backdrop-filter:blur(12px) !important;
  -webkit-backdrop-filter:blur(12px) !important;
  font-weight:850 !important;
  letter-spacing:.01em !important;
}
body.cemi-ui-single-property .cemi-single-hero-bottom-actions a:hover,
body.single-cemi_property .cemi-single-hero-bottom-actions a:hover,
body.single-opalestate_property .cemi-single-hero-bottom-actions a:hover{
  background:rgba(215,38,107,.88) !important;
  border-color:rgba(215,38,107,.95) !important;
  transform:translateY(-1px) !important;
}

/* Badges superiores: más finos, menos competencia visual. */
body.cemi-ui-single-property .cemi-single-hero-badge,
body.cemi-ui-single-property .cemi-single-hero-chip,
body.single-cemi_property .cemi-single-hero-badge,
body.single-cemi_property .cemi-single-hero-chip,
body.single-opalestate_property .cemi-single-hero-badge,
body.single-opalestate_property .cemi-single-hero-chip{
  min-height:0 !important;
  padding:7px 11px !important;
  border-radius:999px !important;
  font-size:11px !important;
  letter-spacing:.08em !important;
  box-shadow:none !important;
}
body.cemi-ui-single-property .cemi-single-hero-badge,
body.single-cemi_property .cemi-single-hero-badge,
body.single-opalestate_property .cemi-single-hero-badge{
  background:rgba(215,38,107,.88) !important;
}
body.cemi-ui-single-property .cemi-single-hero-chip,
body.single-cemi_property .cemi-single-hero-chip,
body.single-opalestate_property .cemi-single-hero-chip{
  background:rgba(255,255,255,.10) !important;
  border-color:rgba(255,255,255,.13) !important;
}

@media (min-width: 980px){
  body.cemi-ui-single-property .cemi-single-hero-price,
  body.single-cemi_property .cemi-single-hero-price,
  body.single-opalestate_property .cemi-single-hero-price{
    font-size:clamp(34px,3.1vw,52px) !important;
  }
}

@media (max-width: 979px){
  body.cemi-ui-single-property .cemi-single-hero-panel,
  body.single-cemi_property .cemi-single-hero-panel,
  body.single-opalestate_property .cemi-single-hero-panel{
    padding:16px !important;
  }
  body.cemi-ui-single-property .cemi-single-hero-price,
  body.single-cemi_property .cemi-single-hero-price,
  body.single-opalestate_property .cemi-single-hero-price{
    font-size:clamp(30px,7vw,42px) !important;
  }
}

@media (max-width: 720px){
  body.cemi-ui-single-property .cemi-single-hero-panel,
  body.single-cemi_property .cemi-single-hero-panel,
  body.single-opalestate_property .cemi-single-hero-panel{
    margin-top:4px !important;
  }
  body.cemi-ui-single-property .cemi-single-hero-payments,
  body.single-cemi_property .cemi-single-hero-payments,
  body.single-opalestate_property .cemi-single-hero-payments{
    margin-top:12px !important;
    padding-top:11px !important;
  }
  body.cemi-ui-single-property .cemi-single-hero-pay-pills span,
  body.single-cemi_property .cemi-single-hero-pay-pills span,
  body.single-opalestate_property .cemi-single-hero-pay-pills span{
    font-size:11px !important;
  }
  body.cemi-ui-single-property .cemi-single-hero-bottom-actions a,
  body.single-cemi_property .cemi-single-hero-bottom-actions a,
  body.single-opalestate_property .cemi-single-hero-bottom-actions a{
    min-height:40px !important;
    padding:10px 8px !important;
    border-radius:13px !important;
  }
}
