/*
Theme Name: Pro Agency
Theme URI: https://regalreach.com
Author: Regal Reach Agency
Author URI: https://regalreach.com
Description: Tema ligero para agencias de marketing, SEO-first, accesible y 100% compatible con Elementor.
Version: 1.0.0
License: GPLv2 or later
Text Domain: regalreach.com
*/
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: white;
    padding: 8px;
    z-index: 100000;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

.skip-link:focus {
    transform: translateY(0%);
    top: 0;
}

/* --- Accesibilidad: Focus Visible --- */
:focus-visible {
    outline: 2px solid #0051e5;
    outline-offset: 2px;
}