<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>http://localhost/pilotpress/home</loc><lastmod>2026-07-29</lastmod></url></urlset><script>
window.addEventListener('message', function(e) {
    if (e.origin !== window.location.origin) return;
    if (e.data && e.data.type === 'livePreview') {
        let wrapper = document.getElementById('pilotpress-page-content');
        if (!wrapper) {
            wrapper = document.querySelector('main') || document.body;
        }
        const newHtml = e.data.html !== undefined ? e.data.html : e.data.content;
        if (wrapper && newHtml !== undefined) {
            wrapper.innerHTML = newHtml;
        }
        if (e.data.css !== undefined) {
            let styleTag = document.getElementById('pilotpress-custom-css-live');
            if (!styleTag) {
                styleTag = document.createElement('style');
                styleTag.id = 'pilotpress-custom-css-live';
                document.head.appendChild(styleTag);
            }
            styleTag.innerHTML = e.data.css;
        }
    }
});
if ('serviceWorker' in navigator) {
    navigator.serviceWorker.getRegistrations().then(function(registrations) {
        for(let r of registrations) { r.unregister(); }
    });
}
</script><div id="pilotpress-cookie-banner" style="position:fixed;bottom:24px;left:24px;max-width:440px;z-index:999999;background:#ffffff;color:#0f172a;padding:22px;border-radius:16px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.08), 0 8px 10px -6px rgba(0,0,0,0.04);font-family:system-ui,-apple-system,sans-serif;display:none;border:1px solid #e2e8f0;">
    <div style="display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;">
        <svg style="width:20px;height:20px;color:#64748b;flex-shrink:0;margin-top:2px;" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"></path></svg>
        <div>
            <h4 style="margin:0 0 4px 0;font-size:14px;font-weight:700;color:#0f172a;letter-spacing:-0.01em;">Valorizamos sua Privacidade</h4>
            <p style="margin:0;font-size:12px;color:#64748b;line-height:1.5;">Utilizamos cookies para melhorar sua experiência, personalizar conteúdo e analisar nosso tráfego. Ao continuar navegando, você concorda com a nossa Política de Privacidade.</p>
        </div>
    </div>
    <div style="display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid #f1f5f9;">
        
        <button id="pilotpress-accept-cookies" style="background:#0f172a;color:#ffffff;border:none;padding:8px 18px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all 0.2s;margin-left:auto;box-shadow:0 1px 2px 0 rgba(0,0,0,0.05);">Aceitar Todos</button>
    </div>
</div>
<script>
(function() {
    if (!localStorage.getItem('pilotpress_cookies_accepted')) {
        var b = document.getElementById('pilotpress-cookie-banner');
        if (b) b.style.display = 'block';
        var btn = document.getElementById('pilotpress-accept-cookies');
        if (btn) {
            btn.addEventListener('click', function() {
                localStorage.setItem('pilotpress_cookies_accepted', 'true');
                if (b) b.style.display = 'none';
            });
        }
    }
})();
</script>