/*
Theme Name: IDZO
Theme URI: https://idzo.app
Author: IDZO Team
Author URI: https://idzo.app
Description: High-performance, modern landing page theme for IDZO credit card rewards & deals marketplace. Built with Native PHP, Tailwind CSS, Alpine.js, and ACF.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: idzo-theme
Tags: custom-landing-page, tailwindcss, alpinejs, acf, responsive-layout, fast-loading
*/

/* Custom animations & keyframes */
@keyframes pulseGlow {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

.animate-pulse-glow {
  animation: pulseGlow 3s ease-in-out infinite;
}

/* Perspective utilities for 3D card visual */
.perspective-800 {
  perspective: 800px;
}

.transform-style-3d {
  transform-style: preserve-3d;
}
