| <!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:
|
| .container { max-width: 800px; margin: auto; background:
|
| h1 { color:
|
| h3 { color:
|
| p, li { font-size: 0.95rem; color:
|
| </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> |