Terms Of Services
<div class="flex flex-col lg:flex-row gap-16 relative min-h-screen">
<!-- Sidebar Navigation (Desktop) -->
<div class="hidden lg:block w-72 shrink-0">
<div class="sticky top-40 space-y-8">
<div class="space-y-4">
<h3 class="text-sm font-bold text-white/40 uppercase tracking-wider px-4">Legal Documents</h3>
<nav class="flex flex-col space-y-1">
<a href="#privacy" class="group flex items-center gap-3 px-4 py-2.5 rounded-lg bg-white/5 text-white border border-white/10 font-medium transition-all">
<i data-lucide="shield" class="w-4 h-4 text-primary"></i>
Privacy Policy
</a>
<a href="#" class="group flex items-center gap-3 px-4 py-2.5 rounded-lg text-gray-400 hover:text-white hover:bg-white/5 transition-all">
<i data-lucide="file-text" class="w-4 h-4 text-gray-600 group-hover:text-primary transition-colors"></i>
Terms of Service
</a>
<a href="#" class="group flex items-center gap-3 px-4 py-2.5 rounded-lg text-gray-400 hover:text-white hover:bg-white/5 transition-all">
<i data-lucide="refresh-cw" class="w-4 h-4 text-gray-600 group-hover:text-primary transition-colors"></i>
Refund Policy
</a>
</nav>
</div>
<div class="space-y-4">
<h3 class="text-sm font-bold text-white/40 uppercase tracking-wider px-4">On This Page</h3>
<nav class="flex flex-col border-l border-white/10 ml-4 pl-4 space-y-3">
<a href="#collection" class="text-sm text-gray-400 hover:text-primary transition-colors">1. Information Collection</a>
<a href="#usage" class="text-sm text-gray-400 hover:text-primary transition-colors">2. Use & Sharing</a>
<a href="#security" class="text-sm text-gray-400 hover:text-primary transition-colors">3. Security & Rights</a>
</nav>
</div>
</div>
</div>
<!-- Main Content -->
<div class="flex-1 min-w-0 pb-24">
<!-- Header -->
<div class="mb-12 border-b border-white/5 pb-8">
<div class="flex items-center gap-3 text-sm text-primary font-medium mb-4">
<span>Legal</span>
<i data-lucide="chevron-right" class="w-4 h-4 text-gray-600"></i>
<span>Privacy</span>
</div>
<h1 class="text-4xl md:text-5xl font-black text-white tracking-tight mb-4">Privacy Policy</h1>
<p class="text-lg text-gray-400 max-w-2xl leading-relaxed">
This document explains how Source Scripts handles your data. We believe in transparency and minimal data collection.
</p>
</div>
<!-- Content Sections -->
<div class="space-y-16">
<!-- Section 1 -->
<section id="collection" class="scroll-mt-32">
<div class="flex items-center gap-4 mb-6">
<div class="w-10 h-10 rounded-lg bg-primary/10 flex items-center justify-center text-primary font-bold text-lg border border-primary/20">1</div>
<h2 class="text-2xl font-bold text-white tracking-tight">Information We Collect</h2>
</div>
<div class="prose prose-invert max-w-none text-gray-400 space-y-4 bg-white/[0.02] border border-white/5 rounded-2xl p-6 md:p-8">
<div class="flex gap-4 items-start">
<i data-lucide="credit-card" class="w-6 h-6 text-gray-500 mt-1 shrink-0"></i>
<div>
<strong class="text-white block mb-1">Payments & Delivery</strong>
<p class="text-sm leading-relaxed">Handled entirely through the <strong class="text-white">Tebex platform</strong>. Tebex processes your payment details (card information, etc.) directly. This sensitive financial data never touches our servers.</p>
</div>
</div>
<div class="w-full h-px bg-white/5 my-4"></div>
<div class="flex gap-4 items-start">
<i data-lucide="user-check" class="w-6 h-6 text-gray-500 mt-1 shrink-0"></i>
<div>
<strong class="text-white block mb-1">Cfx.re Account Data</strong>
<p class="text-sm leading-relaxed">During purchase, your <strong class="text-white">FiveM account information</strong> is automatically processed by the Tebex escrow system to grant Keymaster license access.</p>
</div>
</div>
<div class="w-full h-px bg-white/5 my-4"></div>
<div class="flex gap-4 items-start">
<i data-lucide="message-square" class="w-6 h-6 text-gray-500 mt-1 shrink-0"></i>
<div>
<strong class="text-white block mb-1">Support Interactions</strong>
<p class="text-sm leading-relaxed">When you contact support via Discord, only your Discord username and the content of your messages are visible to our support team.</p>
</div>
</div>
</div>
</section>
<!-- Section 2 -->
<section id="usage" class="scroll-mt-32">
<div class="flex items-center gap-4 mb-6">
<div class="w-10 h-10 rounded-lg bg-white/5 flex items-center justify-center text-white font-bold text-lg border border-white/10">2</div>
<h2 class="text-2xl font-bold text-white tracking-tight">Use and Sharing of Information</h2>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="bg-[#0f0f0f] border border-white/5 p-6 rounded-xl hover:border-primary/20 transition-colors group">
<i data-lucide="check-circle" class="w-8 h-8 text-green-500/20 group-hover:text-green-500 mb-4 transition-colors"></i>
<h3 class="text-white font-bold mb-2">Purpose of Collection</h3>
<p class="text-sm text-gray-500 leading-relaxed">Collected data is used solely to complete purchases, grant script access via Keymaster, and provide technical support.</p>
</div>
<div class="bg-[#0f0f0f] border border-white/5 p-6 rounded-xl hover:border-red-500/20 transition-colors group">
<i data-lucide="x-circle" class="w-8 h-8 text-red-500/20 group-hover:text-red-500 mb-4 transition-colors"></i>
<h3 class="text-white font-bold mb-2">No Third Parties</h3>
<p class="text-sm text-gray-500 leading-relaxed">Your information is never shared, sold, or rented to third parties. We do not disclose data except when required by law.</p>
</div>
</div>
</section>
<!-- Section 3 -->
<section id="security" class="scroll-mt-32">
<div class="flex items-center gap-4 mb-6">
<div class="w-10 h-10 rounded-lg bg-white/5 flex items-center justify-center text-white font-bold text-lg border border-white/10">3</div>
<h2 class="text-2xl font-bold text-white tracking-tight">Security and Your Rights</h2>
</div>
<div class="bg-gradient-to-r from-primary/10 to-transparent border border-primary/20 rounded-2xl p-8 relative overflow-hidden">
<div class="absolute right-0 top-0 -mt-8 -mr-8 w-32 h-32 bg-primary/20 blur-3xl rounded-full"></div>
<div class="relative z-10 space-y-6">
<div class="flex items-start gap-4">
<div class="p-2 rounded-lg bg-primary/20 text-primary">
<i data-lucide="lock" class="w-5 h-5"></i>
</div>
<div>
<h3 class="text-white font-bold text-lg mb-1">Data Security</h3>
<p class="text-gray-400 text-sm leading-relaxed">Any limited data we hold is stored securely. We rely on industry-standard platforms (Tebex, Discord) which maintain high security standards.</p>
</div>
</div>
<div class="flex items-start gap-4">
<div class="p-2 rounded-lg bg-primary/20 text-primary">
<i data-lucide="globe" class="w-5 h-5"></i>
</div>
<div>
<h3 class="text-white font-bold text-lg mb-1">GDPR & Your Rights</h3>
<p class="text-gray-400 text-sm leading-relaxed">EU residents are entitled to GDPR rights including access, rectification, and deletion. You can submit requests via our Discord support system.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Note -->
<div class="flex items-center justify-between pt-8 border-t border-white/5">
<p class="text-gray-600 text-sm">Last updated: <span class="text-gray-400">February 2026</span></p>
<a href="https://discord.gg/source" target="_blank" class="flex items-center gap-2 text-sm font-bold text-primary hover:text-primary/80 transition-colors">
<i data-lucide="message-circle" class="w-4 h-4"></i>
Contact Support
</a>
</div>
</div>
</div>
</div>