{"id":3,"date":"2026-04-09T09:27:26","date_gmt":"2026-04-09T09:27:26","guid":{"rendered":"https:\/\/specullum.com\/products\/?page_id=3"},"modified":"2026-04-25T17:04:38","modified_gmt":"2026-04-25T17:04:38","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/specullum.com\/products\/privacy-policy\/","title":{"rendered":"Privacy and Policy"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3\" class=\"elementor elementor-3\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88bc4f6 e-con-full e-flex e-con e-parent\" data-id=\"88bc4f6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c835a7c elementor-widget elementor-widget-html\" data-id=\"c835a7c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n<title>Privacy Policy \u2013 Specullum Ltd<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;500;600&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,400&display=swap\" rel=\"stylesheet\" \/>\n<style>\n  \/* ===== RESET & BASE ===== *\/\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  html { scroll-behavior: smooth; }\n  body {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 16px;\n    line-height: 1.7;\n    color: #1a1a1a;\n    background: #f7f6f2;\n  }\n\n  \/* ===== CSS VARIABLES ===== *\/\n  :root {\n    --blue-50: #E6F1FB;\n    --blue-600: #185FA5;\n    --blue-800: #0C447C;\n    --blue-900: #042C53;\n    --teal-50: #E1F5EE;\n    --teal-600: #0F6E56;\n    --teal-800: #085041;\n    --amber-50: #FAEEDA;\n    --amber-600: #854F0B;\n    --coral-50: #FAECE7;\n    --coral-600: #993C1D;\n    --purple-50: #EEEDFE;\n    --purple-600: #534AB7;\n    --green-50: #EAF3DE;\n    --green-600: #3B6D11;\n    --pink-50: #FBEAF0;\n    --pink-600: #993556;\n    --gray-50: #F1EFE8;\n    --gray-100: #D3D1C7;\n    --gray-600: #5F5E5A;\n    --white: #ffffff;\n    --text-primary: #1a1a1a;\n    --text-secondary: #4a4a4a;\n    --text-muted: #7a7a7a;\n    --border: rgba(0,0,0,0.10);\n    --border-strong: rgba(0,0,0,0.18);\n    --radius-sm: 8px;\n    --radius-md: 12px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 1px 4px rgba(0,0,0,0.06);\n    --shadow-md: 0 4px 20px rgba(0,0,0,0.08);\n  }\n\n  \/* ===== ELEMENTOR WRAPPER (full page) ===== *\/\n  .e-page {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 2.5rem 1.25rem 5rem;\n  }\n\n  \/* ===== HERO SECTION ===== *\/\n  .e-hero {\n    background: linear-gradient(135deg, #042C53 0%, #185FA5 55%, #1D9E75 100%);\n    border-radius: var(--radius-lg);\n    padding: 3.5rem 3rem 3rem;\n    margin-bottom: 2.5rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .e-hero::before {\n    content: '';\n    position: absolute;\n    top: -80px; right: -80px;\n    width: 300px; height: 300px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.05);\n  }\n\n  .e-hero::after {\n    content: '';\n    position: absolute;\n    bottom: -50px; left: 40px;\n    width: 180px; height: 180px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.04);\n  }\n\n  .e-hero-brand {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.65);\n    margin-bottom: 0.75rem;\n    position: relative; z-index: 1;\n  }\n\n  .e-hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(28px, 5vw, 42px);\n    font-weight: 600;\n    color: #fff;\n    line-height: 1.15;\n    margin-bottom: 1.25rem;\n    position: relative; z-index: 1;\n  }\n\n  .e-hero-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.5rem;\n    align-items: center;\n    position: relative; z-index: 1;\n  }\n\n  .e-badge {\n    font-size: 11.5px;\n    font-weight: 500;\n    padding: 5px 13px;\n    border-radius: 20px;\n    background: rgba(255,255,255,0.14);\n    color: rgba(255,255,255,0.92);\n    border: 0.5px solid rgba(255,255,255,0.28);\n  }\n\n  .e-hero-date {\n    font-size: 12.5px;\n    color: rgba(255,255,255,0.55);\n    margin-left: 0.25rem;\n  }\n\n  \/* ===== INTRO TEXT ===== *\/\n  .e-intro {\n    font-size: 15px;\n    line-height: 1.8;\n    color: var(--text-secondary);\n    margin-bottom: 2rem;\n    padding: 0 0.25rem;\n  }\n\n  \/* ===== TABLE OF CONTENTS ===== *\/\n  .e-toc {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: var(--radius-md);\n    padding: 1.5rem 1.75rem;\n    margin-bottom: 2.5rem;\n    box-shadow: var(--shadow-sm);\n  }\n\n  .e-toc-label {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-bottom: 1rem;\n  }\n\n  .e-toc-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));\n    gap: 4px 20px;\n  }\n\n  .e-toc-link {\n    font-size: 13.5px;\n    color: var(--blue-600);\n    text-decoration: none;\n    padding: 5px 0;\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    transition: opacity 0.15s;\n  }\n\n  .e-toc-link:hover { opacity: 0.65; }\n\n  .e-toc-num {\n    font-size: 11px;\n    color: var(--text-muted);\n    min-width: 20px;\n  }\n\n  \/* ===== ACCORDION SECTIONS ===== *\/\n  .e-section {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: var(--radius-md);\n    margin-bottom: 1rem;\n    box-shadow: var(--shadow-sm);\n    overflow: hidden;\n    transition: box-shadow 0.2s;\n  }\n\n  .e-section:hover { box-shadow: var(--shadow-md); }\n\n  .e-section-header {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    padding: 1.25rem 1.5rem;\n    cursor: pointer;\n    user-select: none;\n    background: var(--white);\n    transition: background 0.15s;\n    border: none;\n    width: 100%;\n    text-align: left;\n  }\n\n  .e-section-header:hover { background: #fafaf8; }\n\n  .e-section-icon {\n    width: 34px; height: 34px;\n    border-radius: 9px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 16px;\n    flex-shrink: 0;\n  }\n\n  .icon-blue   { background: var(--blue-50);   color: var(--blue-600); }\n  .icon-teal   { background: var(--teal-50);   color: var(--teal-600); }\n  .icon-amber  { background: var(--amber-50);  color: var(--amber-600); }\n  .icon-coral  { background: var(--coral-50);  color: var(--coral-600); }\n  .icon-purple { background: var(--purple-50); color: var(--purple-600); }\n  .icon-green  { background: var(--green-50);  color: var(--green-600); }\n  .icon-pink   { background: var(--pink-50);   color: var(--pink-600); }\n  .icon-gray   { background: var(--gray-50);   color: var(--gray-600); }\n\n  .e-section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 16px;\n    font-weight: 500;\n    color: var(--text-primary);\n    flex: 1;\n  }\n\n  .e-chevron {\n    width: 22px; height: 22px;\n    border-radius: 50%;\n    background: var(--gray-50);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 10px;\n    color: var(--text-muted);\n    transition: transform 0.25s, background 0.2s;\n    flex-shrink: 0;\n  }\n\n  .e-chevron.open {\n    transform: rotate(180deg);\n    background: var(--blue-50);\n    color: var(--blue-600);\n  }\n\n  .e-section-body {\n    padding: 0 1.5rem;\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.35s ease, padding 0.25s ease;\n    border-top: 0px solid var(--border);\n  }\n\n  .e-section-body.open {\n    padding: 1.25rem 1.5rem 1.5rem;\n    max-height: 2000px;\n    border-top: 1px solid var(--border);\n  }\n\n  \/* ===== LISTS ===== *\/\n  .e-list {\n    list-style: none;\n  }\n\n  .e-list li {\n    font-size: 14.5px;\n    line-height: 1.7;\n    color: var(--text-secondary);\n    padding: 0.6rem 0 0.6rem 22px;\n    position: relative;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .e-list li:last-child { border-bottom: none; }\n\n  .e-list li::before {\n    content: '';\n    position: absolute;\n    left: 2px; top: 15px;\n    width: 7px; height: 7px;\n    border-radius: 50%;\n    background: var(--blue-600);\n  }\n\n  .e-list li strong {\n    display: block;\n    font-weight: 500;\n    color: var(--text-primary);\n    margin-bottom: 2px;\n    font-size: 14px;\n  }\n\n  \/* ===== CALLOUT \/ HIGHLIGHT ===== *\/\n  .e-callout {\n    background: var(--blue-50);\n    border-left: 3px solid var(--blue-600);\n    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;\n    padding: 11px 16px;\n    font-size: 13.5px;\n    color: var(--blue-800);\n    margin-top: 1rem;\n    line-height: 1.6;\n  }\n\n  \/* ===== RIGHTS GRID ===== *\/\n  .e-rights-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));\n    gap: 10px;\n    margin-top: 0.75rem;\n  }\n\n  .e-right-card {\n    background: #fafaf8;\n    border: 1px solid var(--border);\n    border-radius: var(--radius-sm);\n    padding: 0.9rem 1rem;\n    transition: border-color 0.15s, box-shadow 0.15s;\n  }\n\n  .e-right-card:hover {\n    border-color: var(--blue-600);\n    box-shadow: 0 2px 8px rgba(24,95,165,0.08);\n  }\n\n  .e-right-card-title {\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--text-primary);\n    margin-bottom: 5px;\n  }\n\n  .e-right-card-desc {\n    font-size: 12.5px;\n    color: var(--text-muted);\n    line-height: 1.55;\n  }\n\n  \/* ===== CONTACT BOX ===== *\/\n  .e-contact {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: var(--radius-md);\n    padding: 1.5rem 1.75rem;\n    margin-bottom: 2.5rem;\n    box-shadow: var(--shadow-sm);\n  }\n\n  .e-contact-label {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-bottom: 1.1rem;\n  }\n\n  .e-contact-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .e-contact-table td {\n    padding: 7px 0;\n    font-size: 14px;\n    border-bottom: 1px solid var(--border);\n    vertical-align: top;\n  }\n\n  .e-contact-table tr:last-child td { border-bottom: none; }\n\n  .e-contact-key {\n    color: var(--text-muted);\n    font-size: 12.5px;\n    width: 80px;\n    padding-right: 12px;\n  }\n\n  .e-contact-val { color: var(--text-primary); }\n\n  .e-contact-val a {\n    color: var(--blue-600);\n    text-decoration: none;\n  }\n\n  .e-contact-val a:hover { text-decoration: underline; }\n\n  \/* ===== BODY PROSE ===== *\/\n  .e-prose p {\n    font-size: 14.5px;\n    line-height: 1.75;\n    color: var(--text-secondary);\n    margin-bottom: 0.9rem;\n  }\n\n  .e-prose p:last-child { margin-bottom: 0; }\n\n  \/* ===== FOOTER ===== *\/\n  .e-footer {\n    text-align: center;\n    padding-top: 2rem;\n    border-top: 1px solid var(--border);\n  }\n\n  .e-footer-tagline {\n    font-family: 'Playfair Display', serif;\n    font-size: 15px;\n    font-style: italic;\n    color: var(--text-secondary);\n    margin-bottom: 0.5rem;\n  }\n\n  .e-footer-copy {\n    font-size: 12px;\n    color: var(--text-muted);\n  }\n\n  \/* ===== RESPONSIVE BREAKPOINTS ===== *\/\n  @media (max-width: 768px) {\n    .e-page { padding: 1.5rem 1rem 4rem; }\n    .e-hero { padding: 2.25rem 1.5rem 2rem; }\n    .e-toc-grid { grid-template-columns: 1fr 1fr; }\n    .e-rights-grid { grid-template-columns: 1fr 1fr; }\n    .e-section-header { padding: 1rem 1.125rem; }\n    .e-section-body.open { padding: 1rem 1.125rem 1.25rem; }\n    .e-toc { padding: 1.25rem 1.25rem; }\n    .e-contact { padding: 1.25rem 1.25rem; }\n  }\n\n  @media (max-width: 480px) {\n    .e-hero { padding: 2rem 1.25rem 1.75rem; }\n    .e-toc-grid { grid-template-columns: 1fr; }\n    .e-rights-grid { grid-template-columns: 1fr; }\n    .e-hero-badges { gap: 0.4rem; }\n    .e-section-title { font-size: 15px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- ===== ELEMENTOR PAGE WRAPPER ===== -->\n<div class=\"e-page\" role=\"main\">\n\n  <!-- HERO -->\n  <section class=\"e-hero\" aria-label=\"Privacy Policy Hero\">\n    <div class=\"e-hero-brand\">Specullum Ltd \u00b7 Gravity Water Purifier<\/div>\n    <h1 class=\"e-hero-title\">Privacy Policy<\/h1>\n    <div class=\"e-hero-badges\">\n      <span class=\"e-badge\">NDPA 2023 Compliant<\/span>\n      <span class=\"e-badge\">NDPR 2019 Compliant<\/span>\n      <span class=\"e-hero-date\">Last Updated: April 2026<\/span>\n    <\/div>\n  <\/section>\n\n  <!-- INTRO -->\n  <p class=\"e-intro\">\n    This Privacy Policy describes how Specullum Ltd collects, uses, and discloses your personal information when you use our services or make a purchase. Our primary market is Nigeria, and this Policy is governed by the Nigeria Data Protection Act (NDPA) 2023 and the Nigeria Data Protection Regulation (NDPR) 2019 issued by NITDA. By using our services, you acknowledge that you have read and understood this Policy.\n  <\/p>\n\n  <!-- TABLE OF CONTENTS -->\n  <nav class=\"e-toc\" aria-label=\"Table of Contents\">\n    <div class=\"e-toc-label\">Contents<\/div>\n    <div class=\"e-toc-grid\">\n      <a class=\"e-toc-link\" href=\"#\" onclick=\"toggleSection('s1');return false;\"><span class=\"e-toc-num\">01<\/span>Information We Collect<\/a>\n      <a class=\"e-toc-link\" href=\"#\" onclick=\"toggleSection('s2');return false;\"><span class=\"e-toc-num\">02<\/span>Sources of Information<\/a>\n      <a class=\"e-toc-link\" href=\"#\" onclick=\"toggleSection('s3');return false;\"><span class=\"e-toc-num\">03<\/span>How We Use Your Data<\/a>\n      <a class=\"e-toc-link\" href=\"#\" onclick=\"toggleSection('s4');return false;\"><span class=\"e-toc-num\">04<\/span>How We Share Your Data<\/a>\n      <a class=\"e-toc-link\" href=\"#\" onclick=\"toggleSection('s5');return false;\"><span class=\"e-toc-num\">05<\/span>Security &amp; Retention<\/a>\n      <a class=\"e-toc-link\" href=\"#\" onclick=\"toggleSection('s6');return false;\"><span class=\"e-toc-num\">06<\/span>Your Rights<\/a>\n      <a class=\"e-toc-link\" href=\"#\" onclick=\"toggleSection('s7');return false;\"><span class=\"e-toc-num\">07<\/span>Children's Data<\/a>\n      <a class=\"e-toc-link\" href=\"#\" onclick=\"toggleSection('s8');return false;\"><span class=\"e-toc-num\">08<\/span>Policy Changes<\/a>\n    <\/div>\n  <\/nav>\n\n  <!-- SECTION 1 -->\n  <article class=\"e-section\" id=\"wrap-s1\">\n    <button class=\"e-section-header\" onclick=\"toggleSection('s1')\" aria-expanded=\"true\" aria-controls=\"s1\">\n      <div class=\"e-section-icon icon-blue\" aria-hidden=\"true\">\ud83d\udccb<\/div>\n      <span class=\"e-section-title\">1. Personal Information We Collect<\/span>\n      <div class=\"e-chevron open\" id=\"chev-s1\" aria-hidden=\"true\">\u25bc<\/div>\n    <\/button>\n    <div class=\"e-section-body open\" id=\"s1\" role=\"region\">\n      <ul class=\"e-list\">\n        <li><strong>Contact details<\/strong>Full name, delivery address, billing address, phone number, and email address.<\/li>\n        <li><strong>Financial information<\/strong>Payment details including bank transfer references, card information, mobile money transaction details, and payment confirmation records.<\/li>\n        <li><strong>Account information<\/strong>Username, password, security preferences, and account settings where applicable.<\/li>\n        <li><strong>Transaction information<\/strong>Products you view, add to cart, purchase, return, or exchange, as well as your order and transaction history.<\/li>\n        <li><strong>Communications with us<\/strong>Content of messages sent via email, WhatsApp, phone, or any other channel for customer support or enquiries.<\/li>\n        <li><strong>Device and usage information<\/strong>IP address, browser type, device identifiers, and how you interact with our website or digital platforms.<\/li>\n        <li><strong>Location information (approximate)<\/strong>Used for shipping, logistics, and fraud prevention within Nigeria.<\/li>\n      <\/ul>\n    <\/div>\n  <\/article>\n\n  <!-- SECTION 2 -->\n  <article class=\"e-section\" id=\"wrap-s2\">\n    <button class=\"e-section-header\" onclick=\"toggleSection('s2')\" aria-expanded=\"false\" aria-controls=\"s2\">\n      <div class=\"e-section-icon icon-teal\" aria-hidden=\"true\">\ud83d\udd0d<\/div>\n      <span class=\"e-section-title\">2. Sources of Personal Information<\/span>\n      <div class=\"e-chevron\" id=\"chev-s2\" aria-hidden=\"true\">\u25bc<\/div>\n    <\/button>\n    <div class=\"e-section-body\" id=\"s2\" role=\"region\">\n      <ul class=\"e-list\">\n        <li><strong>Directly from you<\/strong>When you place an order, create an account, contact us, fill out a form, or otherwise provide your information.<\/li>\n        <li><strong>Automatically through our platforms<\/strong>Via cookies and similar technologies that track your interactions with our online presence.<\/li>\n        <li><strong>From our service providers<\/strong>Including logistics companies, payment processors, and customer support platforms operating on our behalf.<\/li>\n        <li><strong>From third-party partners<\/strong>Where permitted by applicable Nigerian law.<\/li>\n      <\/ul>\n    <\/div>\n  <\/article>\n\n  <!-- SECTION 3 -->\n  <article class=\"e-section\" id=\"wrap-s3\">\n    <button class=\"e-section-header\" onclick=\"toggleSection('s3')\" aria-expanded=\"false\" aria-controls=\"s3\">\n      <div class=\"e-section-icon icon-amber\" aria-hidden=\"true\">\u2699\ufe0f<\/div>\n      <span class=\"e-section-title\">3. How We Use Your Personal Information<\/span>\n      <div class=\"e-chevron\" id=\"chev-s3\" aria-hidden=\"true\">\u25bc<\/div>\n    <\/button>\n    <div class=\"e-section-body\" id=\"s3\" role=\"region\">\n      <ul class=\"e-list\">\n        <li><strong>Order fulfilment &amp; service delivery<\/strong>To process purchases, arrange delivery within Nigeria, manage returns\/exchanges, and provide after-sales support.<\/li>\n        <li><strong>Account management<\/strong>To create and maintain your customer account, remember your preferences, and send order-related notifications.<\/li>\n        <li><strong>Marketing and communications<\/strong>To send promotional emails, SMS, or WhatsApp messages about products, offers, and updates. You may opt out at any time.<\/li>\n        <li><strong>Customer support<\/strong>To respond to enquiries, resolve complaints, and maintain our relationship with you.<\/li>\n        <li><strong>Security and fraud prevention<\/strong>To authenticate your identity, detect fraudulent activity, and protect the integrity of our services.<\/li>\n        <li><strong>Legal compliance<\/strong>To comply with Nigerian laws, respond to lawful requests from authorities, and enforce our terms and policies.<\/li>\n        <li><strong>Service improvement<\/strong>To analyse usage patterns, improve our products and website, and develop new features for Nigerian households.<\/li>\n      <\/ul>\n    <\/div>\n  <\/article>\n\n  <!-- SECTION 4 -->\n  <article class=\"e-section\" id=\"wrap-s4\">\n    <button class=\"e-section-header\" onclick=\"toggleSection('s4')\" aria-expanded=\"false\" aria-controls=\"s4\">\n      <div class=\"e-section-icon icon-coral\" aria-hidden=\"true\">\ud83e\udd1d<\/div>\n      <span class=\"e-section-title\">4. How We Disclose Your Personal Information<\/span>\n      <div class=\"e-chevron\" id=\"chev-s4\" aria-hidden=\"true\">\u25bc<\/div>\n    <\/button>\n    <div class=\"e-section-body\" id=\"s4\" role=\"region\">\n      <ul class=\"e-list\">\n        <li><strong>Logistics and delivery partners<\/strong>To facilitate delivery of your order to your address within Nigeria.<\/li>\n        <li><strong>Payment processors<\/strong>Including Nigerian platforms such as Paystack and Flutterwave, to process transactions securely.<\/li>\n        <li><strong>Technology and IT service providers<\/strong>Including platforms that support our website, customer management systems, and communications infrastructure.<\/li>\n        <li><strong>Marketing and analytics partners<\/strong>To help us understand our audience and deliver relevant communications, subject to your consent where required.<\/li>\n        <li><strong>Legal and regulatory authorities<\/strong>Where required by Nigerian law, court order, or government regulation.<\/li>\n        <li><strong>Business transfers<\/strong>In the event of a merger, acquisition, or restructuring, subject to continued privacy protections.<\/li>\n        <li><strong>With your consent<\/strong>Where you have directed or authorised us to share your information with a specific third party.<\/li>\n      <\/ul>\n      <div class=\"e-callout\">\n        &#9432;&nbsp; We do not sell your personal information to third parties. All sharing is conducted in accordance with the NDPA 2023 and NDPR 2019.\n      <\/div>\n    <\/div>\n  <\/article>\n\n  <!-- SECTION 5 -->\n  <article class=\"e-section\" id=\"wrap-s5\">\n    <button class=\"e-section-header\" onclick=\"toggleSection('s5')\" aria-expanded=\"false\" aria-controls=\"s5\">\n      <div class=\"e-section-icon icon-green\" aria-hidden=\"true\">\ud83d\udd12<\/div>\n      <span class=\"e-section-title\">5. Data Security and Retention<\/span>\n      <div class=\"e-chevron\" id=\"chev-s5\" aria-hidden=\"true\">\u25bc<\/div>\n    <\/button>\n    <div class=\"e-section-body\" id=\"s5\" role=\"region\">\n      <div class=\"e-prose\">\n        <p>We implement appropriate technical and organisational measures to protect your personal information against unauthorised access, loss, misuse, or disclosure. However, no data transmission or storage system is entirely secure, and we cannot guarantee absolute security.<\/p>\n        <p>We retain your personal information for as long as necessary to fulfil the purposes outlined in this Policy, comply with our legal obligations under Nigerian law, resolve disputes, and enforce our agreements. When your information is no longer required, we will securely delete or anonymise it.<\/p>\n      <\/div>\n      <div class=\"e-callout\">\n        &#9432;&nbsp; We strongly advise you not to share your account credentials, passwords, or sensitive payment information through unsecured channels.\n      <\/div>\n    <\/div>\n  <\/article>\n\n  <!-- SECTION 6 -->\n  <article class=\"e-section\" id=\"wrap-s6\">\n    <button class=\"e-section-header\" onclick=\"toggleSection('s6')\" aria-expanded=\"true\" aria-controls=\"s6\">\n      <div class=\"e-section-icon icon-purple\" aria-hidden=\"true\">\u2696\ufe0f<\/div>\n      <span class=\"e-section-title\">6. Your Rights and Choices<\/span>\n      <div class=\"e-chevron open\" id=\"chev-s6\" aria-hidden=\"true\">\u25bc<\/div>\n    <\/button>\n    <div class=\"e-section-body open\" id=\"s6\" role=\"region\">\n      <p style=\"font-size:14.5px;color:#4a4a4a;margin-bottom:1rem;\">As a customer in Nigeria, you have the following rights under the NDPA 2023 and NDPR 2019:<\/p>\n      <div class=\"e-rights-grid\">\n        <div class=\"e-right-card\">\n          <div class=\"e-right-card-title\">Right to Access<\/div>\n          <div class=\"e-right-card-desc\">Request access to the personal information we hold about you.<\/div>\n        <\/div>\n        <div class=\"e-right-card\">\n          <div class=\"e-right-card-title\">Right to Rectification<\/div>\n          <div class=\"e-right-card-desc\">Request correction of any inaccurate or incomplete personal information.<\/div>\n        <\/div>\n        <div class=\"e-right-card\">\n          <div class=\"e-right-card-title\">Right to Deletion<\/div>\n          <div class=\"e-right-card-desc\">Request deletion of your personal information, subject to legal obligations.<\/div>\n        <\/div>\n        <div class=\"e-right-card\">\n          <div class=\"e-right-card-title\">Right to Object<\/div>\n          <div class=\"e-right-card-desc\">Object to the processing of your data for direct marketing at any time.<\/div>\n        <\/div>\n        <div class=\"e-right-card\">\n          <div class=\"e-right-card-title\">Right to Portability<\/div>\n          <div class=\"e-right-card-desc\">Request a copy of your data in a structured, commonly used format.<\/div>\n        <\/div>\n        <div class=\"e-right-card\">\n          <div class=\"e-right-card-title\">Withdraw Consent<\/div>\n          <div class=\"e-right-card-desc\">Withdraw consent at any time without affecting prior lawful processing.<\/div>\n        <\/div>\n        <div class=\"e-right-card\">\n          <div class=\"e-right-card-title\">Lodge a Complaint<\/div>\n          <div class=\"e-right-card-desc\">File a complaint with the Nigeria Data Protection Commission (NDPC).<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/article>\n\n  <!-- SECTION 7 -->\n  <article class=\"e-section\" id=\"wrap-s7\">\n    <button class=\"e-section-header\" onclick=\"toggleSection('s7')\" aria-expanded=\"false\" aria-controls=\"s7\">\n      <div class=\"e-section-icon icon-pink\" aria-hidden=\"true\">\ud83d\udc76<\/div>\n      <span class=\"e-section-title\">7. Children's Data<\/span>\n      <div class=\"e-chevron\" id=\"chev-s7\" aria-hidden=\"true\">\u25bc<\/div>\n    <\/button>\n    <div class=\"e-section-body\" id=\"s7\" role=\"region\">\n      <div class=\"e-prose\">\n        <p>Our services are not intended for use by children under the age of 18. We do not knowingly collect personal information from minors. If you are a parent or guardian and believe your child has provided us with personal information without your consent, please contact us immediately using the details in Section 9, and we will promptly delete such information.<\/p>\n      <\/div>\n    <\/div>\n  <\/article>\n\n  <!-- SECTION 8 -->\n  <article class=\"e-section\" id=\"wrap-s8\">\n    <button class=\"e-section-header\" onclick=\"toggleSection('s8')\" aria-expanded=\"false\" aria-controls=\"s8\">\n      <div class=\"e-section-icon icon-gray\" aria-hidden=\"true\">\ud83d\udcdd<\/div>\n      <span class=\"e-section-title\">8. Changes to This Privacy Policy<\/span>\n      <div class=\"e-chevron\" id=\"chev-s8\" aria-hidden=\"true\">\u25bc<\/div>\n    <\/button>\n    <div class=\"e-section-body\" id=\"s8\" role=\"region\">\n      <div class=\"e-prose\">\n        <p>We may update this Privacy Policy from time to time to reflect changes in our practices, legal obligations, or business operations. When we make material changes, we will update the \"Last Updated\" date at the top of this document and notify you through appropriate channels, including via email or a notice on our website or social media platforms.<\/p>\n        <p>We encourage you to review this Privacy Policy periodically to stay informed about how we protect your information.<\/p>\n      <\/div>\n    <\/div>\n  <\/article>\n\n  <!-- CONTACT -->\n  <section class=\"e-contact\" aria-label=\"Contact Information\">\n    <div class=\"e-contact-label\">9. Contact Us<\/div>\n    <table class=\"e-contact-table\">\n      <tr>\n        <td class=\"e-contact-key\">Company<\/td>\n        <td class=\"e-contact-val\">Specullum Ltd<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"e-contact-key\">Product<\/td>\n        <td class=\"e-contact-val\">Specullum Gravity Water Purifier<\/td>\n      <\/tr>\n      <tr>\n        <td class=\"e-contact-key\">Email<\/td>\n        <td class=\"e-contact-val\"><a href=\"mailto:specullumltd@gmail.com\">specullumltd@gmail.com<\/a><\/td>\n      <\/tr>\n      <tr>\n        <td class=\"e-contact-key\">Phone<\/td>\n        <td class=\"e-contact-val\"><a href=\"tel:08077775951\">08077775951<\/a><\/td>\n      <\/tr>\n      <tr>\n        <td class=\"e-contact-key\">Address<\/td>\n        <td class=\"e-contact-val\">Lagos, Nigeria<\/td>\n      <\/tr>\n    <\/table>\n  <\/section>\n\n  <!-- FOOTER -->\n  <footer class=\"e-footer\">\n    <p class=\"e-footer-tagline\">Built Like You to Last \u2014 Reflecting Excellence in Every Home<\/p>\n    <p class=\"e-footer-copy\">&copy; 2026 Specullum Ltd &middot; All rights reserved &middot; Nigeria<\/p>\n  <\/footer>\n\n<\/div><!-- \/.e-page -->\n\n<script>\n  function toggleSection(id) {\n    var body = document.getElementById(id);\n    var chev = document.getElementById('chev-' + id);\n    var header = body.previousElementSibling;\n    if (!body) return;\n    var isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (chev) chev.classList.toggle('open', !isOpen);\n    if (header) header.setAttribute('aria-expanded', String(!isOpen));\n  }\n<\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Privacy Policy \u2013 Specullum Ltd Specullum Ltd \u00b7 Gravity Water Purifier Privacy Policy NDPA 2023 Compliant NDPR 2019 Compliant Last [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-3","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/specullum.com\/products\/wp-json\/wp\/v2\/pages\/3","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/specullum.com\/products\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/specullum.com\/products\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/specullum.com\/products\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/specullum.com\/products\/wp-json\/wp\/v2\/comments?post=3"}],"version-history":[{"count":24,"href":"https:\/\/specullum.com\/products\/wp-json\/wp\/v2\/pages\/3\/revisions"}],"predecessor-version":[{"id":10218,"href":"https:\/\/specullum.com\/products\/wp-json\/wp\/v2\/pages\/3\/revisions\/10218"}],"wp:attachment":[{"href":"https:\/\/specullum.com\/products\/wp-json\/wp\/v2\/media?parent=3"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}