/*
Theme Name: GanaValores
Theme URI: https://www.ganavalores.com.bo
Author: ELVIN VIDAL MOLLINEDO MENCIA
Author URI: mailto:elvin.mollinedo@owasp.org
Description: Tema corporativo para GanaValores Agencia de Bolsa S.A. Sin plugins de terceros. Contenido editable desde Personalizar y páginas.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ganavalores
*/

/* Base: colores y utilidades (Tailwind se carga por CDN en functions.php) */
html { scroll-behavior: smooth; }
body.text-body { color: #6d6d6d; }
.card-hover { transition: transform 0.25s ease, box-shadow 0.25s ease; }
.card-hover:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -12px rgba(14, 79, 37, 0.15); }
.img-soft { border-radius: 1rem; box-shadow: 0 25px 50px -12px rgba(14, 79, 37, 0.2); }
.section-tint { background: linear-gradient(180deg, rgba(14,79,37,0.04) 0%, transparent 100%); }
.section-pattern { background-color: #fafbf9; background-image: radial-gradient(circle at 1px 1px, rgba(14,79,37,0.06) 1px, transparent 0); background-size: 24px 24px; }
.photo-quality { image-rendering: auto; filter: contrast(1.04) saturate(1.05); max-width: 100%; }
.icon-box { width: 2.5rem; height: 2.5rem; flex-shrink: 0; }
.icon-box svg { width: 100%; height: 100%; }
/* Hero slider */
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease-in-out; }
.hero-slide.active { opacity: 1; z-index: 0; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
/* Estados Financieros */
.ef-bg { background: linear-gradient(135deg, #8bbd23 0%, #7aa81e 50%, #6b9420 100%); }
.ma-bg { background: linear-gradient(160deg, #0e4f25 0%, #0a3d1c 50%, #062d14 100%); }
.cover-wrap { position: relative; overflow: hidden; }
.card-doc { transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid rgba(255,255,255,0.25); }
.card-doc:hover { transform: translateY(-6px); box-shadow: 0 24px 48px -12px rgba(14, 79, 37, 0.25); }
.cover-thumb { aspect-ratio: 3/4; object-fit: cover; width: 100%; background: #f3f4f6; }
.section-title { position: relative; display: inline-block; }
.section-title::after { content: ''; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: currentColor; border-radius: 2px; opacity: 0.8; }
#pdf-modal:not(.open) { opacity: 0; pointer-events: none; transition: opacity 0.2s ease; }
#pdf-modal.open { opacity: 1; pointer-events: auto; }
/* Menú: ítem actual */
.current-menu-item a { background: rgba(255,255,255,0.1); }
