Bkl / privacy.php
Hydui's picture
Upload 17 files
34664bd verified
Raw
History Blame Contribute Delete
1.89 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy | CR-Remover</title>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600&display=swap" rel="stylesheet">
<style>
body { background: #0a0a0a; color: #ddd; font-family: 'Outfit', sans-serif; line-height: 1.6; padding: 40px 20px; }
.container { max-width: 800px; margin: auto; background: #111; padding: 30px; border-radius: 10px; border: 1px solid #333; }
h1 { color: #3395ff; border-bottom: 1px solid #333; padding-bottom: 10px; }
h3 { color: #fff; margin-top: 20px; }
p, li { font-size: 0.95rem; color: #aaa; }
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<h3>What Data We Collect</h3>
<p>We collect minimal data required to run our SaaS platform:</p>
<ul>
<li>Your Phone Number (for account authentication).</li>
<li>Uploaded Video Files (temporarily for processing).</li>
<li>Payment metadata (Transaction IDs). We do not store your bank details or UPI PINs.</li>
</ul>
<h3>How We Handle Your Videos (Auto-Deletion)</h3>
<p>We value your privacy and server storage. <strong>All uploaded and processed videos are automatically permanently deleted from our servers within 24 to 48 hours of upload.</strong> We do not sell, share, or claim ownership of your content.</p>
<h3>Third-Party Services</h3>
<p>We use third-party payment gateways to process transactions and Telegram APIs for internal system logging. These services have their own privacy policies.</p>
<br><a href="index.php" style="color:#3395ff;">← Back to Home</a>
</div>
</body>
</html>