/* ===== Fondo exclusivo para Planes ===== */
body{
  /* Fondo café/ámbar cálido */
  background: url("https://images.unsplash.com/photo-1503602642458-232111445657?auto=format&fit=crop&w=1920&q=80")
              no-repeat center center fixed !important;
  background-size: cover !important;
}

/* ===== Íconos/imagenes muy grandes en tarjetas de planes ===== */
/* Limita tamaño de imágenes e íconos dentro de tarjetas / secciones de planes */
.card img, .cards img, .plan img, .pricing img, .pricing-card img,
img[class*="icon"], .icon img {
  max-width: 64px !important;
  max-height: 64px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Para íconos de tipografía (Font Awesome / Material Icons) */
i[class*="fa"], .fa, .material-icons {
  font-size: 28px !important;
  line-height: 1 !important;
}

/* Badges/insignias que usan svg/png */
.promo-badge img, .promo-badge svg {
  max-width: 24px !important;
  max-height: 24px !important;
}
