{"id":3,"date":"2026-05-13T12:12:06","date_gmt":"2026-05-13T12:12:06","guid":{"rendered":"https:\/\/vacayvibes.eu\/?page_id=3"},"modified":"2026-05-25T12:51:38","modified_gmt":"2026-05-25T12:51:38","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/vacayvibes.eu\/es\/privacy-policy\/","title":{"rendered":"Pol\u00edtica de Privacidad"},"content":{"rendered":"<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<div class=\"privacy-container\">\n    <div class=\"privacy-card\">\n        \n        <div class=\"privacy-sidebar\">\n            <div class=\"privacy-icon\"><i class=\"fa-solid fa-shield-halved\"><\/i><\/div>\n            <h2 class=\"privacy-sidebar-title\">Pol\u00edtica de Privacidad<\/h2>\n            <p class=\"privacy-meta\">Declaraci\u00f3n de Protecci\u00f3n de Datos<\/p>\n            <div class=\"privacy-divider\"><\/div>\n            <p class=\"privacy-status\"><i class=\"fa-regular fa-circle-check\"><\/i> Cumple \u00edntegramente con el RGPD, las leyes de cookies de la UE y las directrices de la FTC para 2026.<\/p>\n        <\/div>\n        \n        <div class=\"privacy-content\" id=\"privacy-text-target\">\n            Loading privacy policy details&#8230;\n        <\/div>\n        \n    <\/div>\n<\/div>\n\n<script>\n(function() {\n    const updatePrivacyText = () => {\n        const target = document.getElementById('privacy-text-target');\n        if (!target) return;\n\n        \/\/ Dynamiczne pobieranie aktualnej domeny (np. https:\/\/vacayvibes.eu)\n        const currentDomain = window.location.origin;\n        \/\/ Sama nazwa bez https:\/\/ (np. shoppingclothing.store)\n        const domainName = window.location.hostname;\n\n        target.innerHTML = `\n            <h3>1. Who We Are<\/h3>\n            <p>\n                Our website address is: <strong>${currentDomain}<\/strong>. We operate an independent travel platform dedicated to European route guides, sea crossings, and smart transit alternatives. We are fully committed to protecting your personal data and being transparent about how information is processed.\n            <\/p>\n\n            <h3>2. Cookies & Third-Party Analytics<\/h3>\n            <p>\n                To provide a smooth user experience, we use standard browser cookies. Additionally, our platform integrates third-party tools that set their own cookies:\n            <\/p>\n            <ul>\n                <li><strong>Language Translation:<\/strong> We use GTranslate to offer multi-language support. This service processes text layout and remembers your language preferences using automated analytical cookies.<\/li>\n                <li><strong>Affiliate Tracking:<\/strong> We feature affiliate links from certified transit networks (including coach and ferry providers). When you click these links, tracking cookies are used by the networks to register your booking and award commissions. This happens at no extra cost to you.<\/li>\n            <\/ul>\n\n            <h3>3. Comments & User Data<\/h3>\n            <p>\n                When visitors leave comments on the site, we collect the data shown in the comments form, along with the visitor\u2019s IP address and browser user agent string to assist with automated spam detection. \n            <\/p>\n            <p>\n                An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar privacy policy is available at <em>https:\/\/automattic.com\/privacy\/<\/em>. After your comment is approved, your profile picture is publicly visible next to your comment.\n            <\/p>\n\n            <h3>4. Embedded Content From Other Websites<\/h3>\n            <p>\n                Articles on <strong>${domainName}<\/strong> may include embedded content (e.g., transit maps, videos, or official widgets). Embedded content from other websites behaves in the exact same way as if the visitor had visited the other website directly.\n            <\/p>\n            <p>\n                These external platforms may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that content, especially if you have an active account and are logged into their system.\n            <\/p>\n\n            <h3>5. Data Retention & Your Rights<\/h3>\n            <p>\n                If you leave a comment, the comment and its metadata are retained indefinitely. This allows us to recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.\n            <\/p>\n            <p>\n                You can request to receive an exported file of the personal data we hold about you, including any data you have shared with us. You can also request that we erase any personal data. This does not include data we are legally or securely obliged to keep for administrative or security purposes.\n            <\/p>\n\n            <p class=\"privacy-contact-note\">\n                For any questions regarding your data or to exercise your rights, please reach out via our official <a href=\"${currentDomain}\/contact\/\">Contact Page<\/a>.\n            <\/p>\n        `;\n    };\n\n    \/\/ Odpalenie od razu i po za\u0142adowaniu DOM\n    updatePrivacyText();\n    document.addEventListener('DOMContentLoaded', updatePrivacyText);\n})();\n<\/script>\n\n<style>\n\/* Reset i style kontenera *\/\n.privacy-container * {\n    box-sizing: border-box;\n}\n\n.privacy-container {\n    display: flex;\n    justify-content: center;\n    align-items: flex-start;\n    width: 100%;\n    padding: 10px 20px 100px 20px;\n    background: transparent;\n}\n\n\/* KARTA POLITYKI *\/\n.privacy-card {\n    background: #ffffff;\n    max-width: 1100px;\n    width: 100%;\n    border-radius: 28px;\n    margin-top: -10px;\n    \n    display: grid;\n    grid-template-columns: 1.3fr 2fr; \/* Szeroka lewa kolumna pod d\u0142ugie wyrazy *\/\n    gap: 0;\n    \n    font-family: 'Poppins', sans-serif;\n    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.06);\n    border: 1px solid rgba(0, 0, 0, 0.04);\n    overflow: hidden;\n}\n\n\/* Lewa sekcja *\/\n.privacy-sidebar {\n    background: #fbfbfb;\n    padding: 50px 40px;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-start;\n    align-items: flex-start;\n    text-align: left;\n    border-right: 1px solid rgba(0, 0, 0, 0.05);\n}\n\n.privacy-icon {\n    width: 60px;\n    height: 60px;\n    background: #1a1a1a;\n    color: #ffffff;\n    border-radius: 16px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    margin-bottom: 25px;\n    font-size: 1.5rem;\n}\n\n.privacy-sidebar-title {\n    color: #1a1a1a;\n    font-size: 1.8rem;\n    font-weight: 700;\n    margin: 0 0 5px 0;\n    letter-spacing: -0.5px;\n    line-height: 1.2;\n}\n\n.privacy-meta {\n    color: #888888;\n    font-size: 0.9rem;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin: 0;\n}\n\n.privacy-divider {\n    height: 1px;\n    width: 100%;\n    background: #e5e5e5;\n    margin: 30px 0;\n}\n\n.privacy-status {\n    color: #555555;\n    font-size: 0.85rem;\n    line-height: 1.5;\n    margin: 0;\n}\n\n.privacy-status i {\n    color: #2e7d32;\n    margin-right: 5px;\n}\n\n\/* Prawa sekcja z tre\u015bci\u0105 *\/\n.privacy-content {\n    padding: 60px 70px;\n    text-align: left;\n}\n\n.privacy-content h3 {\n    color: #1a1a1a;\n    font-size: 1.3rem;\n    font-weight: 700;\n    margin: 0 0 15px 0;\n    letter-spacing: -0.3px;\n}\n\n.privacy-content h3:not(:first-child) {\n    margin-top: 35px;\n}\n\n.privacy-content p {\n    color: #4a4a4a;\n    font-size: 1.05rem;\n    line-height: 1.65;\n    margin: 0 0 20px 0;\n}\n\n.privacy-content ul {\n    margin: 0 0 25px 0;\n    padding-left: 20px;\n}\n\n.privacy-content li {\n    color: #4a4a4a;\n    font-size: 1.05rem;\n    line-height: 1.6;\n    margin-bottom: 10px;\n}\n\n.privacy-content strong {\n    color: #1a1a1a;\n    font-weight: 600;\n}\n\n.privacy-contact-note {\n    font-style: italic;\n    color: #777777 !important;\n    margin-top: 40px !important;\n    border-left: 3px solid #e0e0e0;\n    padding-left: 15px;\n}\n\n.privacy-contact-note a {\n    color: #1a1a1a;\n    text-decoration: underline;\n    font-weight: 600;\n}\n\n\/* RESPONSYWNO\u015a\u0106 (TELEFONY I TABLETY) *\/\n@media (max-width: 900px) {\n    .privacy-container {\n        padding: 10px 15px 60px 15px;\n    }\n    \n    .privacy-card {\n        grid-template-columns: 1fr;\n        border-radius: 24px;\n        max-width: 550px;\n        margin-top: 0;\n    }\n    \n    .privacy-sidebar {\n        padding: 40px 30px;\n        align-items: center;\n        text-align: center;\n        border-right: none;\n        border-bottom: 1px solid rgba(0, 0, 0, 0.05);\n    }\n    \n    .privacy-icon {\n        width: 55px;\n        height: 55px;\n        margin-bottom: 15px;\n    }\n    \n    .privacy-sidebar-title {\n        font-size: 1.6rem;\n    }\n    \n    .privacy-divider {\n        margin: 20px 0;\n    }\n    \n    .privacy-content {\n        padding: 40px 30px;\n    }\n    \n    .privacy-content h3 {\n        font-size: 1.2rem;\n    }\n    \n    .privacy-content p, .privacy-content li {\n        font-size: 0.95rem;\n    }\n}\n<\/style>","protected":false},"excerpt":{"rendered":"<p>Privacy Policy Data Protection Statement Compliant with GDPR, EU cookie laws, and FTC guidelines for 2026. Loading privacy policy details&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"saved_in_kubio":false,"footnotes":""},"class_list":["post-3","page","type-page","status-publish","hentry"],"kubio_ai_page_context":{"short_desc":"","purpose":"general"},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/vacayvibes.eu\/es\/wp-json\/wp\/v2\/pages\/3","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vacayvibes.eu\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vacayvibes.eu\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vacayvibes.eu\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vacayvibes.eu\/es\/wp-json\/wp\/v2\/comments?post=3"}],"version-history":[{"count":1,"href":"https:\/\/vacayvibes.eu\/es\/wp-json\/wp\/v2\/pages\/3\/revisions"}],"predecessor-version":[{"id":168,"href":"https:\/\/vacayvibes.eu\/es\/wp-json\/wp\/v2\/pages\/3\/revisions\/168"}],"wp:attachment":[{"href":"https:\/\/vacayvibes.eu\/es\/wp-json\/wp\/v2\/media?parent=3"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}