<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta
    name="viewport"
    content="width=device-width, initial-scale=1.0"
  />

  <title>One Label Privacy Policy</title>

  <meta
    name="description"
    content="Privacy Policy for One Label NFC digital profile platform."
  />

  <link rel="stylesheet" href="style.css" />
</head>

<body>

  <div class="bg-glow"></div>

  <header class="hero">
    <div class="hero-content">

      <div class="badge">
        PRIVACY POLICY
      </div>

      <h1>
        One Label
      </h1>

      <p class="subtitle">
        NFC Digital Profile Platform • Smart Labels • QR Profiles
      </p>

      <div class="meta">
        Effective Date: 8 May 2026
      </div>

    </div>
  </header>

  <main class="container">

    <section class="card">
      <p>
        One Label respects your privacy. This Privacy Policy explains how we collect, use, store, and protect your information when you use the One Label mobile application, website, smart NFC cards, QR profiles, smart labels, and related services.
      </p>

      <p>
        By using One Label, you agree to the practices described in this Privacy Policy.
      </p>
    </section>

    <section class="card">
      <h2>1. Information We Collect</h2>

      <h3>a. Account Information</h3>

      <ul>
        <li>Name</li>
        <li>Email address</li>
        <li>Phone number</li>
        <li>Business name</li>
        <li>Designation or profession</li>
        <li>Profile photo</li>
        <li>Social media links</li>
        <li>Website links</li>
        <li>Business address</li>
      </ul>

      <h3>b. Profile and Smart Card Information</h3>

      <p>
        One Label allows users to create digital profiles shared through NFC cards, QR codes, smart labels, and profile links.
      </p>

      <h3>c. Camera Access</h3>

      <p>
        Camera access is used only for:
      </p>

      <ul>
        <li>Scanning QR codes</li>
        <li>Scanning smart labels</li>
        <li>Capturing profile-related images</li>
      </ul>

      <h3>d. NFC Access</h3>

      <p>
        NFC access is used to:
      </p>

      <ul>
        <li>Read NFC cards and smart labels</li>
        <li>Write supported NFC tags</li>
        <li>Activate NFC products</li>
      </ul>
    </section>

    <section class="card">
      <h2>2. Information We Do Not Collect</h2>

      <ul>
        <li>Location data</li>
        <li>Contact list data</li>
        <li>Microphone recordings</li>
        <li>SMS data</li>
        <li>Call logs</li>
        <li>Sensitive financial information</li>
      </ul>
    </section>

    <section class="card">
      <h2>3. How We Use Your Information</h2>

      <ul>
        <li>Create and manage accounts</li>
        <li>Display digital profiles</li>
        <li>Enable NFC and QR sharing</li>
        <li>Manage leads and enquiries</li>
        <li>Improve app security and performance</li>
        <li>Provide support and updates</li>
      </ul>
    </section>

    <section class="card">
      <h2>4. Public Profile Visibility</h2>

      <p>
        Information added to your public profile may be visible to users who scan or tap your NFC card, QR code, or smart label.
      </p>
    </section>

    <section class="card">
      <h2>5. Third-Party Services</h2>

      <p>
        One Label may use trusted third-party services such as:
      </p>

      <ul>
        <li>Firebase</li>
        <li>Google Services</li>
        <li>Cloud Hosting Providers</li>
        <li>Analytics and Monitoring Tools</li>
      </ul>
    </section>

    <section class="card">
      <h2>6. Payments</h2>

      <p>
        Payments, if enabled, are processed securely through third-party payment providers. One Label does not store complete payment credentials.
      </p>
    </section>

    <section class="card">
      <h2>7. Data Sharing</h2>

      <p>
        We do not sell user data. Limited information may be shared only when required for app operations, legal compliance, or service functionality.
      </p>
    </section>

    <section class="card">
      <h2>8. Data Storage and Security</h2>

      <p>
        We use industry-standard measures to protect user information and platform security.
      </p>
    </section>

    <section class="card">
      <h2>9. Data Retention</h2>

      <p>
        User data may be retained as long as necessary to operate One Label services and comply with operational or legal requirements.
      </p>
    </section>

    <section class="card">
      <h2>10. Account and Data Deletion</h2>

      <p>
        Users may request account or data deletion by contacting:
      </p>

      <p class="highlight">
        tid.advertisr.marketers@gmail.com
      </p>
    </section>

    <section class="card">
      <h2>11. User Choices and Control</h2>

      <ul>
        <li>Edit profile information</li>
        <li>Remove profile links</li>
        <li>Request account deletion</li>
        <li>Disable NFC or QR sharing</li>
      </ul>
    </section>

    <section class="card">
      <h2>12. Children’s Privacy</h2>

      <p>
        One Label is designed for professionals, businesses, and organizations and is not intended for children.
      </p>
    </section>

    <section class="card">
      <h2>13. Changes to This Policy</h2>

      <p>
        We may update this Privacy Policy periodically. Continued use of One Label indicates acceptance of updated policies.
      </p>
    </section>

    <section class="card">
      <h2>14. Contact Us</h2>

      <div class="contact-box">

        <p>
          <strong>Company:</strong><br />
          TID Advertisr and Marketers
        </p>

        <p>
          <strong>Address:</strong><br />
          51 Avas Vikas, Civil Lines,<br />
          Moradabad, Uttar Pradesh, India
        </p>

        <p>
          <strong>Email:</strong><br />
          <a href="mailto:tid.advertisr.marketers@gmail.com">
            tid.advertisr.marketers@gmail.com
          </a>
        </p>

      </div>
    </section>

  </main>

  <footer class="footer">
    © 2026 One Label. All rights reserved.
  </footer>

  <script src="script.js"></script>

</body>
</html>