/* Encabezado fijo arriba al hacer scroll (el espacio que ocupa lo reserva front.js). */
body.ehf-header:not(.elementor-editor-active) #masthead { position: fixed; top: 0; left: 0; right: 0; z-index: 99; }
.admin-bar.ehf-header:not(.elementor-editor-active) #masthead { top: 32px; }
@media (max-width: 782px) { .admin-bar.ehf-header:not(.elementor-editor-active) #masthead { top: var(--smartpol-adminbar, 46px); } }

/* "Iniciar sesión" en naranja dentro del menú superior. */
.menu-item.smartpol-login > a.hfe-menu-item { color: #F07800 !important; font-weight: 600; }

/* Botón para volver arriba: aparece al bajar. En el editor de Elementor siempre se ve. */
.smartpol-back-to-top { opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s; }
.smartpol-back-to-top.is-visible,
.elementor-editor-active .smartpol-back-to-top { opacity: 1; visibility: visible; }
.smartpol-back-to-top .elementor-button { width: 52px; height: 52px; padding: 0 !important; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(240,120,0,0.4); }
