/* Image performance optimizations */
img {
  max-width: 100%;
  height: auto;
  content-visibility: auto;
}

img[loading="lazy"] {
  background-color: #f3f4f6;
}

/* Optimize background images */
section[style*="backgroundImage"] {
  will-change: auto;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Optimize font loading */
body {
  text-rendering: optimizeSpeed;
}

/* Hide social media buttons (Facebook & Instagram) in footer */
[x-id="Footer_110"] {
  display: none !important;
}

/* Credit text at very bottom of footer */
[x-id="Footer_128"]::after {
  content: "Website erstellt von Daniel Menderes";
  display: block;
  margin-top: 1rem;
  font-size: 0.7rem;
  color: #9ca3af;
}
