-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRefund-Policy.html
More file actions
105 lines (91 loc) · 3.19 KB
/
Refund-Policy.html
File metadata and controls
105 lines (91 loc) · 3.19 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content=" Proxyless Google Dork Scraper helps you extract fresh domains and real-time Google results without proxies. Fast, accurate, and ideal for SEO research.">
<title>Refund Policy - PlusParser</title>
<style>
/* Reset some defaults */
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
background-color: #f8f9fa;
color: #333;
line-height: 1.6;
padding: 20px;
}
.container {
max-width: 900px;
margin: 40px auto;
background-color: #fff;
padding: 40px;
border-radius: 12px;
box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
h1 {
color: #1f2937;
margin-bottom: 20px;
font-size: 2em;
text-align: center;
}
h2 {
color: #111827;
margin-top: 30px;
margin-bottom: 15px;
font-size: 1.3em;
}
p {
margin-bottom: 15px;
font-size: 1em;
color: #4b5563;
}
ul {
margin-left: 20px;
margin-bottom: 15px;
}
li {
margin-bottom: 10px;
}
.highlight {
color: #ef4444;
font-weight: bold;
}
@media (max-width: 600px) {
.container {
padding: 25px;
}
h1 {
font-size: 1.6em;
}
h2 {
font-size: 1.1em;
}
}
</style>
</head>
<body>
<div class="container">
<h1>Refund Policy</h1>
<p>Welcome to <strong>PlusParser</strong> (www.plusparser.cloud). We are committed to delivering high-quality services and tools that consistently provide value. Please review our refund policy carefully before making a purchase.</p>
<h2>No Refunds Policy</h2>
<p>All purchases on PlusParser are <span class="highlight">final and non-refundable</span>. Once your payment is processed and access to our services is granted, we cannot offer refunds under any circumstances.</p>
<p>This policy applies to:</p>
<ul>
<li>Subscription plans</li>
<li>One-time purchases</li>
<li>Trial upgrades or premium services</li>
</ul>
<h2>Why We Don’t Offer Refunds</h2>
<p>Our services are digital and access is granted immediately after purchase. This ensures fairness, security, and consistent performance for all users. Because of the immediate delivery, reversing or reclaiming services is not possible once provided.</p>
<h2>Support and Assistance</h2>
<p>Although refunds are not available, our team is here to help you maximize the value of your purchase. If you face any issues, need guidance, or require technical assistance, please contact our support team. We will work to resolve your concerns promptly.</p>
<h2>Policy Updates</h2>
<p>PlusParser reserves the right to update or modify this refund policy at any time. Changes will take effect immediately upon posting on this page. We encourage you to review this policy periodically to stay informed.</p>
</div>
</body>
</html>