/* Utilidades puntuales. */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.flow > * + * { margin-top: var(--sp-s); }
.hidden { display: none !important; }

/* Lightbox de la galería */
.tf-lightbox {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(15, 22, 18, .92);
  display: grid; place-items: center; padding: var(--sp-m);
  cursor: zoom-out;
}
.tf-lightbox img { max-width: 92vw; max-height: 92vh; border-radius: var(--radius-sm); }

/* Estados de carga de imágenes */
img[loading="lazy"] { background: var(--color-bg); }

/* Bloque CTA WhatsApp (del plugin) */
.cta-whatsapp { text-align: center; padding: var(--sp-l) 0; }
