/* === Custom Style === */
/* Hide vendor logos section */
.mt-12.md\:mt-16.lg\:mt-20.w-full {
  display: none !important;
}

/* Homepage background - only on homepage (body.yz-home) */
body.yz-home {
  background: url('/custom/bg-desktop.webp') center/cover no-repeat fixed !important;
  background-color: #0a0a0f !important;
}

@media (max-width: 768px) {
  body.yz-home {
    background-image: url('/custom/bg-mobile.webp') !important;
  }
}
