/*
 * pages/registro.css - page-registro.php only.
 *
 * Was an inline <style> block in the template. It must stay scoped to this
 * one template: page-registro.php is the only page with an in-page anchor
 * (the "Completar mi registro" button jumps to #zona-registro). Making
 * smooth scrolling global would change how every other anchor on the site
 * behaves.
 */

html { scroll-behavior: smooth; }
