Bkl / refund.php
Hydui's picture
Upload 17 files
34664bd verified
Raw
History Blame Contribute Delete
1.88 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Refund 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: #2ed573; border-bottom: 1px solid #333; padding-bottom: 10px; }
h3 { color: #fff; margin-top: 20px; }
p { font-size: 0.95rem; color: #aaa; }
</style>
</head>
<body>
<div class="container">
<h1>Cancellation & Refund Policy</h1>
<h3>Strict No-Refund Policy</h3>
<p>CR-Remover provides a digital utility service in the form of a 24-Hour access pass. Because our system allocates server resources and AI processing power immediately upon payment, <strong>ALL SALES ARE FINAL. WE DO NOT OFFER REFUNDS.</strong></p>
<h3>Failed Transactions</h3>
<p>If your money is deducted from your bank account but the 24-hour pass is not activated due to a technical error, the amount will automatically be refunded by your bank/UPI provider within 3-5 business days. Our system does not capture funds for failed API calls.</p>
<h3>Limit Exhaustion</h3>
<p>If you exhaust your daily video limit (e.g., 2 videos) before your 24 hours expire, you will not receive a partial refund for the remaining time. The pass is valid for 24 hours OR until the limit is reached, whichever comes first.</p>
<br><a href="index.php" style="color:#2ed573;">← Back to Home</a>
</div>
</body>
</html>