<style id="wowseru-portfolio-filter">
.wowseru-portfolio-filter [data-wowseru-filter-hidden="true"] { display: none !important; }
</style>
<script id="wowseru-portfolio-filter">
(function(){
document.addEventListener('DOMContentLoaded', function () {
	var wrap = document.querySelector('.wowseru-portfolio-filter');
	if (!wrap) return;
	var items = wrap.querySelectorAll('.wp-block-post');
	var buttons = wrap.querySelectorAll('[data-wowseru-filter-btn]');
	buttons.forEach(function (btn) {
		btn.addEventListener('click', function () {
			var category = btn.getAttribute('data-wowseru-filter-btn');
			buttons.forEach(function (b) { b.setAttribute('aria-pressed', 'false'); });
			btn.setAttribute('aria-pressed', 'true');
			items.forEach(function (item) {
				var terms = (item.getAttribute('data-terms') || '').split(',');
				var show = category === 'all' || terms.indexOf(category) !== -1;
				item.setAttribute('data-wowseru-filter-hidden', show ? 'false' : 'true');
			});
		});
	});
});
})();
</script>
<script id="wowseru-stats-counter">
(function(){
document.addEventListener('DOMContentLoaded', function () {
	var numbers = document.querySelectorAll('.wowseru-stat-number');
	if (!numbers.length || !('IntersectionObserver' in window)) return;

	var prefersReducedMotion = window.matchMedia('(prefers-reduced-motion: reduce)').matches;

	var animate = function (el) {
		var target = parseInt(el.getAttribute('data-target'), 10) || 0;
		if (prefersReducedMotion) {
			el.textContent = target;
			return;
		}
		var start = 0;
		var duration = 1200;
		var startTime = null;
		function step(timestamp) {
			if (!startTime) startTime = timestamp;
			var progress = Math.min((timestamp - startTime) / duration, 1);
			el.textContent = Math.floor(progress * (target - start) + start);
			if (progress < 1) window.requestAnimationFrame(step);
		}
		window.requestAnimationFrame(step);
	};

	var observer = new IntersectionObserver(function (entries) {
		entries.forEach(function (entry) {
			if (entry.isIntersecting) {
				animate(entry.target);
				observer.unobserve(entry.target);
			}
		});
	}, { threshold: 0.4 });

	numbers.forEach(function (el) { observer.observe(el); });
});
})();
</script>
<style id="wowseru-pricing-cards">
.wowseru-pricing-card { transition: transform var(--wp--custom--transition--base, 250ms), box-shadow var(--wp--custom--transition--base, 250ms); box-shadow: 0 1px 2px rgba(24,16,19,0.04), 0 8px 24px rgba(24,16,19,0.06); }
.wowseru-pricing-card:hover { transform: translateY(-6px); box-shadow: 0 4px 8px rgba(24,16,19,0.06), 0 16px 40px rgba(233,30,99,0.12); }
.wowseru-pricing-card--highlight { border: 2px solid var(--wp--preset--color--primary); }
@media (prefers-reduced-motion: reduce) {
	.wowseru-pricing-card { transition: none; }
	.wowseru-pricing-card:hover { transform: none; }
}
</style>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://wowseru.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://wowseru.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://wowseru.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://wowseru.com/wp-sitemap-posts-portfolio-1.xml</loc></sitemap><sitemap><loc>https://wowseru.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://wowseru.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
