/* =========================================================
   AJUSTE PUNTUAL NOSOTROS
   - NO modifica la primera zona de Nosotros.
   - Solo aplica fondo visible y colores oficiales a Misión / Visión.
   - No toca menú, footer, Inicio, Propiedades, Desarrollos ni estructura.
   ========================================================= */

body.rc-nosotros-bg-fix {
  --rc-green-dark: #1A1A1A;
  --rc-green-deep: #0B0B0B;
  --rc-lime: #D9A84E;
  --rc-sage: #6f8580;
  --rc-soft: #F2F2F2;
  --rc-white: #ffffff;
}

/* Solo sección Misión / Visión detectada por JS */
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section {
  position: relative !important;
  overflow: hidden !important;
  background-image:
    linear-gradient(
      90deg,
      rgba(232, 244, 248, 0.48) 0%,
      rgba(232, 244, 248, 0.36) 44%,
      rgba(11, 11, 11, 0.28) 100%
    ),
    url("../img/section-parallax-realtor-center.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

/* Capa visual solo para Misión / Visión */
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.18) 0%,
      rgba(232,244,248,0.08) 48%,
      rgba(11, 11, 11,0.08) 100%
    ) !important;
}

/* Mantiene contenido encima del fondo */
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section > * {
  position: relative !important;
  z-index: 2 !important;
}

/* Título principal legible con colores nuevos */
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section h1,
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section h2 {
  color: var(--rc-green-deep) !important;
  text-shadow: 0 2px 18px rgba(255,255,255,0.46) !important;
}

/* Eyebrow: NUESTRA ESENCIA */
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section .rc-eyebrow,
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section [class*="eyebrow"],
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section small {
  color: var(--rc-lime) !important;
  font-weight: 900 !important;
  letter-spacing: 0.18em !important;
  text-shadow: 0 2px 12px rgba(11, 11, 11,0.20) !important;
}

/* Cards Misión / Visión con colores oficiales y lectura correcta */
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section [class*="card"],
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section [class*="box"],
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section [class*="panel"] {
  background: rgba(255,255,255,0.38) !important;
  border: 1px solid rgba(11, 11, 11,0.22) !important;
  box-shadow: 0 24px 70px rgba(11, 11, 11,0.18) !important;
  backdrop-filter: blur(16px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(120%) !important;
}

/* Textos dentro de cards */
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section [class*="card"] h3,
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section [class*="box"] h3,
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section [class*="panel"] h3 {
  color: var(--rc-green-deep) !important;
}

body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section [class*="card"] p,
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section [class*="box"] p,
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section [class*="panel"] p {
  color: rgba(11, 11, 11,0.82) !important;
}

/* Pills MISIÓN / VISIÓN */
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section [class*="card"] span,
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section [class*="box"] span,
body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section [class*="panel"] span {
  color: var(--rc-lime) !important;
  background: var(--rc-green-deep) !important;
  border-color: rgba(217, 168, 78,0.32) !important;
}

/* Móvil */
@media (max-width: 900px) {
  body.rc-nosotros-bg-fix .rc-nosotros-mision-vision-section {
    background-attachment: scroll !important;
  }
}

/* =========================================================
   FIN AJUSTE PUNTUAL NOSOTROS
   ========================================================= */
