File size: 1,888 Bytes
34664bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!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>