/* =========================
   PERFORMANCE & OTIMIZAÇÃO
========================= */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Will-change para elementos que animam frequentemente */
.btn,
.focofy-feature,
.focofy-testimonial,
.focofy-pricing__card {
  will-change: transform;
}

/* Lazy loading: não esconder imagens (evita parecer que o campo 'Imagem' não funciona) */
img[loading="lazy"]{
  opacity: 1;
  transition: opacity var(--transition-base);
}
