/* =====================================================
   PYMER — Override acento verde → azul #2ea3f2
   ===================================================== */

/* Hero overlay */
#pa-landing .pa-hero-overlay {
    background: linear-gradient(135deg, rgba(26,46,26,0.88) 0%, rgba(46,163,242,0.55) 100%);
}

/* Eyebrow */
#pa-landing .pa-eyebrow { color: #2ea3f2; }

/* Botón blanco */
#pa-landing .pa-btn--white { color: #2ea3f2 !important; }

/* Check list */
#pa-landing .pa-check-list li::before { color: #2ea3f2; }

/* Cards */
#pa-landing .pa-card:hover { box-shadow: 0 12px 40px rgba(46,163,242,0.14); }
#pa-landing .pa-card-icon { background: #e8f4fd; }
#pa-landing .pa-card-icon svg { stroke: #2ea3f2; }
#pa-landing .pa-card { border-color: #d6eaf8; }

/* Módulos */
#pa-landing .pa-modulos-col h3 { color: #2ea3f2 !important; }
#pa-landing .pa-num { background: #2ea3f2; }

/* Acceso list */
#pa-landing .pa-access-list li::before { color: #2ea3f2; }

/* Sección CTA */
#pa-landing .pa-section--cta { background: #2ea3f2; }

/* Sección gris — fondo ligeramente azulado */
#pa-landing .pa-section--gray { background: #f0f6fc; }
