{"id":2,"date":"2026-02-21T12:20:40","date_gmt":"2026-02-21T12:20:40","guid":{"rendered":"https:\/\/vertilawx.online\/?page_id=2"},"modified":"2026-03-02T12:37:32","modified_gmt":"2026-03-02T12:37:32","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/vertilawx.online\/?page_id=2","title":{"rendered":"privacy-policy"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<title>Privacy Policy<\/title>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n<style>\n\/* ===== Global Reset ===== *\/\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n    font-family: \"Segoe UI\", system-ui, sans-serif;\n}\n\n\/* ===== Background ===== *\/\nbody{\n    min-height:100vh;\n    background: rgb(2,3,129);\n    overflow-x:hidden;\n    color:#fff;\n}\n\n\/* Glowing animated orbs *\/\n.bg-orb{\n    position:fixed;\n    width:600px;\n    height:600px;\n    background:radial-gradient(circle, rgba(0,255,255,0.25), transparent 65%);\n    filter:blur(60px);\n    z-index:0;\n    animation: float 14s ease-in-out infinite;\n}\n.bg-orb.orb1{ top:-200px; left:-200px;}\n.bg-orb.orb2{ bottom:-200px; right:-200px; animation-delay:4s;}\n\n@keyframes float{\n    0%{transform:translate(0,0);}\n    50%{transform:translate(180px,140px);}\n    100%{transform:translate(0,0);}\n}\n\n\/* ===== Layout ===== *\/\n.wrapper{\n    min-height:100vh;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    padding:40px 15px;\n    position:relative;\n    z-index:1;\n}\n\n\/* ===== Glass Card ===== *\/\n.card{\n    max-width:950px;\n    width:100%;\n    background:rgba(255,255,255,0.08);\n    backdrop-filter:blur(18px);\n    -webkit-backdrop-filter:blur(18px);\n    border-radius:28px;\n    padding:50px;\n    box-shadow:\n        0 0 40px rgba(0,255,255,0.15),\n        0 0 120px rgba(0,0,0,0.6);\n    animation: fadeIn 1.2s ease;\n}\n\n@keyframes fadeIn{\n    from{opacity:0; transform:translateY(30px);}\n    to{opacity:1; transform:translateY(0);}\n}\n\n\/* ===== Headings ===== *\/\nh1{\n    text-align:center;\n    font-size:3rem;\n    margin-bottom:10px;\n    background:linear-gradient(90deg,#00f7ff,#6effff,#00f7ff);\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n}\n\n.updated{\n    text-align:center;\n    font-size:0.9rem;\n    color:#cfd8ff;\n    margin-bottom:40px;\n}\n\n\/* ===== Sections ===== *\/\nsection{\n    margin-bottom:35px;\n    padding:22px;\n    border-radius:18px;\n    background:rgba(255,255,255,0.03);\n    transition:0.3s ease;\n    border:1px solid rgba(255,255,255,0.05);\n}\n\nsection:hover{\n    background:rgba(255,255,255,0.07);\n    transform:translateY(-4px) scale(1.01);\n    box-shadow:0 0 25px rgba(0,255,255,0.18);\n}\n\nh2{\n    color:#6effff;\n    margin-bottom:10px;\n    font-size:1.5rem;\n}\n\np, li{\n    color:#e6ebff;\n    line-height:1.85;\n    font-size:1rem;\n}\n\nul{\n    padding-left:22px;\n}\n\n\/* ===== Contact Box ===== *\/\n.contact-box{\n    text-align:center;\n    border:1px solid rgba(110,255,255,0.35);\n    box-shadow:inset 0 0 25px rgba(0,255,255,0.15);\n}\n\n.contact-box span{\n    display:inline-block;\n    margin-top:10px;\n    font-weight:600;\n    color:#00f7ff;\n    letter-spacing:1px;\n}\n\n\/* ===== Responsive ===== *\/\n@media(max-width:768px){\n    .card{\n        padding:30px;\n    }\n    h1{\n        font-size:2.2rem;\n    }\n    h2{\n        font-size:1.25rem;\n    }\n}\n<\/style>\n<\/head>\n\n<body>\n\n<!-- Background Effects -->\n<div class=\"bg-orb orb1\"><\/div>\n<div class=\"bg-orb orb2\"><\/div>\n\n<div class=\"wrapper\">\n    <div class=\"card\">\n        <h1>Privacy Policy<\/h1>\n        <p class=\"updated\">Last updated: March 2, 2026<\/p>\n\n        <section>\n            <h2>Introduction<\/h2>\n            <p>\n                We are committed to protecting your privacy. This policy explains how we collect, \n                use, store, and safeguard your personal data when you use our website and services.\n            <\/p>\n        <\/section>\n\n        <section>\n            <h2>Information We Collect<\/h2>\n            <ul>\n                <li>Personal information (name, email, phone number)<\/li>\n                <li>Device and browser information<\/li>\n                <li>Usage data and analytics<\/li>\n                <li>Cookies and tracking technologies<\/li>\n            <\/ul>\n        <\/section>\n\n        <section>\n            <h2>How We Use Your Data<\/h2>\n            <ul>\n                <li>To provide and maintain our services<\/li>\n                <li>To improve user experience<\/li>\n                <li>To communicate important updates<\/li>\n                <li>To ensure security and prevent fraud<\/li>\n            <\/ul>\n        <\/section>\n\n        <section>\n            <h2>Cookies<\/h2>\n            <p>\n                Cookies are used to enhance performance and functionality. You may disable cookies \n                through your browser settings at any time.\n            <\/p>\n        <\/section>\n\n        <section>\n            <h2>Security<\/h2>\n            <p>\n                We use industry-standard technical and organizational measures to protect your data, \n                including encryption, access controls, and secure servers.\n            <\/p>\n        <\/section>\n\n        <section>\n            <h2>Your Rights<\/h2>\n            <p>\n                You have the right to access, correct, delete, or restrict the processing of your personal data. \n                You may also request data portability and withdraw consent at any time.\n            <\/p>\n        <\/section>\n\n        <section class=\"contact-box\">\n            <h2>Contact Us<\/h2>\n            <p>For any privacy-related questions, contact us at<\/p>\n            <span>privacy@vertilawx.com<\/span>\n        <\/section>\n    <\/div>\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Privacy Policy Privacy Policy Last updated: March 2, 2026 Introduction We are committed to protecting your privacy. This policy explains how we collect, use, store, and safeguard your personal data when you use our website and services. Information We Collect Personal information (name, email, phone number) Device and browser information Usage data and analytics Cookies [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vertilawx.online\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vertilawx.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vertilawx.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vertilawx.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vertilawx.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":6,"href":"https:\/\/vertilawx.online\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":57,"href":"https:\/\/vertilawx.online\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/57"}],"wp:attachment":[{"href":"https:\/\/vertilawx.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}