/* Estilos para que-es-avaluo */
.masthead-que-es-avaluo-background-image {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9)), url("../../assets/img/que-es-avaluo/Masthead/masthead-analisis-valor-economico-propiedad-moderna_webp-q25-2100x900.webp");
}

/* Control responsivo de posición de imagen masthead */
@media (max-width: 767.98px) {
  .masthead-que-es-avaluo-background-image {
    background-position: 45% center !important;
    /* Muestra lado derecho en mobile */
  }
}

@media (min-width: 768px) {
  .masthead-que-es-avaluo-background-image {
    background-position: center center !important;
    /* Centro en desktop */
  }
}

/* Mejoras de legibilidad para texto sobre imágenes */
.text-shadow {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8), 0 1px 3px rgba(0, 0, 0, 0.9);
}

.stats-visual {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.hero-content .badge {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

@media (max-width: 768px) {
  .comparison-tipo-avaluo-table {
    display: none;
  }
}