Files
old-riskletpy/backend/core/templates/privacy_policy.html
2025-09-01 02:04:58 +02:00

68 lines
4.8 KiB
HTML

{% extends "base.html" %}
{% load static %}
{% block content %}
<main class="flex-grow">
<section class="bg-gradient-to-br from-primary to-teal-700 text-light-text py-20 md:py-32 relative">
<div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h1 class="text-4xl sm:text-5xl md:text-6xl font-extrabold tracking-tight mb-4">Privacy Notice</h1>
<p class="text-blue-100 text-lg mb-2">Last Updated: August 16, 2025</p>
</div>
</section>
<section class="py-16 bg-gray-50 sm:py-24">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="bg-white rounded-xl shadow-xl p-8 md:p-12">
<p class="mb-6 text-gray-700">This Privacy Notice outlines how Kompanija broj 4 d.o.o. ("Risklet," "we," "us," or "our") collects, uses, maintains, and discloses personal data collected from users ("Customer" or "you") of the Risklet.com platform (the "Service"). This Notice applies to the Service and all products and services offered by Risklet.</p>
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">1. Data Controller</h2>
<p class="mb-4 text-gray-700">The data controller is Kompanija broj 4 d.o.o., located at Hakije Turajlica 2, 71000 Sarajevo, Bosnia and Herzegovina.</p>
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">2. Personal Data We Collect</h2>
<p class="mb-2 text-gray-700">We may collect the following types of personal data:</p>
<ul class="list-disc pl-6 mb-4 text-gray-700">
<li><span class="font-semibold">Account Information:</span> Name, email address, phone number, and company information provided upon registration.</li>
<li><span class="font-semibold">Payment Information:</span> Billing details and payment card information, which are processed by our third-party payment processors.</li>
<li><span class="font-semibold">Usage Data:</span> Information about how you interact with our Service, including IP address, browser type, and pages visited.</li>
</ul>
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">3. How We Use Your Personal Data</h2>
<p class="mb-2 text-gray-700">We use the collected data for the following purposes:</p>
<ul class="list-disc pl-6 mb-4 text-gray-700">
<li>To provide and maintain our Service.</li>
<li>To process transactions and manage your account.</li>
<li>To communicate with you, including responding to inquiries and providing support.</li>
<li>To improve the Service and for internal analytics.</li>
<li>To comply with legal and regulatory obligations.</li>
</ul>
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">4. Legal Basis for Processing</h2>
<p class="mb-2 text-gray-700">We process your personal data on the following legal bases:</p>
<ul class="list-disc pl-6 mb-4 text-gray-700">
<li><span class="font-semibold">Performance of a Contract:</span> To fulfill our contractual obligations to provide the Service to you.</li>
<li><span class="font-semibold">Legitimate Interests:</span> To improve our Service and communicate with you, provided these interests are not overridden by your data protection rights.</li>
<li><span class="font-semibold">Consent:</span> Where you have provided explicit consent for specific processing activities.</li>
</ul>
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">5. Data Sharing and Disclosure</h2>
<p class="mb-4 text-gray-700">We do not sell, trade, or rent your personal data. We may share your information with trusted third-party service providers who assist us in operating our Service, conducting our business, or serving our users, so long as those parties agree to keep this information confidential. We may also release information when its release is appropriate to comply with the law, enforce our site policies, or protect ours or others' rights, property, or safety.</p>
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">6. Data Security</h2>
<p class="mb-4 text-gray-700">We are committed to protecting your data. We implement a variety of security measures, including encryption and access controls, to maintain the safety of your personal information.</p>
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">7. Your Data Protection Rights</h2>
<p class="mb-4 text-gray-700">In accordance with applicable law, you may have the right to access, correct, or delete your personal data. To exercise these rights, please contact us at the address provided below.</p>
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">8. Contact Information</h2>
<p class="mb-2 text-gray-700">For any questions regarding this Privacy Notice, please contact us at:</p>
<address class="not-italic text-gray-700">
Kompanija broj 4 d.o.o.<br>
Hakije Turajlica 2<br>
71000 Sarajevo<br>
Bosna i Hercegovina
</address>
</div>
</div>
</section>
</main>
{% endblock %}