<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service - CodeGuard AI</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: linear-gradient(135deg, #0f0f23 0%, #1a1a3e 100%);
color: #e2e8f0;
min-height: 100vh;
line-height: 1.7;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 60px 24px;
}
.logo {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 40px;
}
.logo-icon {
width: 48px;
height: 48px;
background: linear-gradient(135deg, #6366f1, #8b5cf6);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
}
.logo-text {
font-size: 24px;
font-weight: 700;
background: linear-gradient(90deg, #6366f1, #a78bfa);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
h1 {
font-size: 2.5rem;
margin-bottom: 8px;
color: #fff;
}
.updated {
color: #94a3b8;
margin-bottom: 40px;
}
h2 {
font-size: 1.25rem;
color: #a78bfa;
margin: 32px 0 16px;
padding-bottom: 8px;
border-bottom: 1px solid #334155;
}
p,
li {
color: #cbd5e1;
margin-bottom: 12px;
}
ul {
padding-left: 24px;
}
.highlight {
background: rgba(99, 102, 241, 0.1);
border-left: 3px solid #6366f1;
padding: 16px;
border-radius: 0 8px 8px 0;
margin: 16px 0;
}
.footer {
margin-top: 60px;
padding-top: 24px;
border-top: 1px solid #334155;
text-align: center;
color: #64748b;
}
a {
color: #6366f1;
}
</style>
</head>
<body>
<div class="container">
<div class="logo">
<div class="logo-icon">🛡️</div>
<span class="logo-text">CodeGuard AI</span>
</div>
<h1>Terms of Service</h1>
<p class="updated">Last Updated: January 2026</p>
<h2>1. Service Description</h2>
<p>CodeGuard AI is a VS Code/Cursor extension that scans code for compliance risks (GDPR, LGPD, AI Act) and
provides AI-powered fixes.</p>
<h2>2. Credits System</h2>
<ul>
<li><strong>Credits are prepaid units</strong> for AI-powered code fixes</li>
<li><strong>1 credit = 1 AI fix</strong> applied to your code</li>
<li><strong>Credits do not expire</strong> unless your account is inactive for 24+ months</li>
<li><strong>Credits are non-transferable</strong> between accounts</li>
</ul>
<h2>3. Refund Policy</h2>
<div class="highlight">
<p>✅ <strong>Full refund within 7 days</strong> if no credits have been used</p>
<p>❌ <strong>No refund</strong> after any credit has been consumed</p>
<p>📧 Refund requests: <a href="mailto:support@code-guard.eu">support@code-guard.eu</a></p>
</div>
<h2>4. Payment Processing</h2>
<ul>
<li>Payments processed securely by <strong>Stripe</strong></li>
<li>We do not store your card details</li>
<li>Prices shown include applicable taxes</li>
</ul>
<h2>5. Account Requirements</h2>
<ul>
<li>Valid email address required</li>
<li>Same email must be used in extension settings</li>
<li>One account per email address</li>
</ul>
<h2>6. Acceptable Use</h2>
<p>You agree NOT to:</p>
<ul>
<li>Reverse engineer the extension</li>
<li>Share your account credentials</li>
<li>Use the service for illegal purposes</li>
</ul>
<h2>7. Limitation of Liability</h2>
<p>CodeGuard AI is provided "as is". We are not liable for:</p>
<ul>
<li>Code changes made by AI fixes</li>
<li>Compliance decisions based on scan results</li>
<li>Indirect or consequential damages</li>
</ul>
<h2>8. Contact</h2>
<p>📧 Email: <a href="mailto:support@code-guard.eu">support@code-guard.eu</a></p>
<div class="footer">
<p>© 2026 CodeGuard AI. All rights reserved.</p>
<p><a href="/privacy">Privacy Policy</a></p>
</div>
</div>
</body>
</html>