/*
Theme Name: chief-ai-officer-index-v7-1
Text Domain: chief-ai-officer-index-v7-3
Description: Evolución de la V7.2 aprobada para certificacioncaio.com: diseño editorial rojo/negro/marfil, rankings dinámicos, mapa vivo y capa SEO/LLM con sitemap canónico, robots para crawlers de IA y llms.txt editorial.
Version: 1.2.1
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

/* This file holds the WordPress theme header (above) plus truly global
 * rules only. Tailwind handles everything else.
 *
 * - Design tokens live in theme.css's @theme block.
 * - Prose + form styles live in presets.css.
 * - Layout, color, typography utilities come from Tailwind v4.
 *
 * Do NOT add component classes here (.btn-primary, .card, etc.). Use
 * Tailwind utilities in templates instead.
 */

html {
	scroll-behavior: smooth;
}

/* Ranking preview: mantener el diseño aprobado y reducir el movimiento del hero. */
#caiorank .ring-dot {
	display: none !important;
}

#caiorank .ring-a,
#caiorank .ring-b,
#caiorank .ring-c {
	opacity: .28 !important;
	animation: caiov71-soft-halo 18s ease-in-out infinite !important;
}

#caiorank .ring-b {
	animation-delay: -6s !important;
}

#caiorank .ring-c {
	opacity: .18 !important;
	animation-delay: -11s !important;
}

@keyframes caiov71-soft-halo {
	0%, 100% { transform: scale(1); opacity: .18; }
	50% { transform: scale(1.025); opacity: .34; }
}

@media (prefers-reduced-motion: reduce) {
	#caiorank .ring-a,
	#caiorank .ring-b,
	#caiorank .ring-c {
		animation: none !important;
	}
}
