<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>QuizQuest - Legal & Policies</title>
<link href="https://fonts.googleapis.com" rel="preconnect"/>
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/>
<link href="https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
colors: {
"primary": "#7f13ec",
"background-light": "#f7f6f8",
"background-dark": "#191022",
},
fontFamily: {
"display": ["Newsreader", "serif"]
},
borderRadius: {
"DEFAULT": "1rem",
"lg": "2rem",
"xl": "3rem",
"full": "9999px"
},
},
},
}
</script>
<style>
body {
font-family: 'Newsreader', serif;
}
/* Custom scrollbar for webkit */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: #dcdcdc;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: #b0b0b0;
}
</style>
</head>
<body class="bg-background-light text-slate-900 antialiased font-display">
<!-- Top Navigation -->
<header class="fixed top-0 left-0 right-0 z-50 bg-white/80 backdrop-blur-md border-b border-slate-200">
<div class="max-w-7xl mx-auto px-6 h-16 flex items-center justify-between">
<div class="flex items-center gap-3 text-slate-900">
<div class="size-8 bg-primary/10 rounded-full flex items-center justify-center text-primary">
<span class="material-symbols-outlined">psychology</span>
</div>
<h1 class="text-xl font-bold tracking-tight">QuizQuest</h1>
</div>
<nav class="hidden md:flex items-center gap-8">
<a class="text-sm font-medium text-slate-600 hover:text-primary transition-colors" href="#">Home</a>
<a class="text-sm font-medium text-slate-600 hover:text-primary transition-colors" href="#">Quizzes</a>
<a class="text-sm font-medium text-slate-600 hover:text-primary transition-colors" href="#">Leaderboard</a>
</nav>
<div class="flex items-center gap-4">
<a class="hidden sm:block text-sm font-medium text-slate-600 hover:text-primary transition-colors" href="#">Login</a>
<button class="bg-primary hover:bg-primary/90 text-white px-5 py-2 rounded-full text-sm font-semibold transition-all shadow-lg shadow-primary/20">
Get Started
</button>
</div>
</div>
</header>
<!-- Main Layout -->
<div class="relative min-h-screen pt-24 pb-20 px-6 max-w-7xl mx-auto flex flex-col lg:flex-row gap-12">
<!-- Sticky Sidebar Navigation -->
<aside class="lg:w-80 flex-shrink-0 hidden lg:block">
<div class="sticky top-28 flex flex-col gap-8">
<!-- Document Switcher -->
<div class="bg-white p-2 rounded-2xl shadow-sm border border-slate-100 flex flex-col gap-1">
<a class="flex items-center justify-between px-4 py-3 rounded-xl bg-primary/5 text-primary font-bold transition-all" href="#">
<span class="flex items-center gap-3">
<span class="material-symbols-outlined text-[20px]">gavel</span>
Terms & Conditions
</span>
<span class="material-symbols-outlined text-[18px]">chevron_right</span>
</a>
<a class="flex items-center justify-between px-4 py-3 rounded-xl hover:bg-slate-50 text-slate-500 font-medium transition-all group" href="#">
<span class="flex items-center gap-3">
<span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">verified_user</span>
Privacy Policy
</span>
</a>
<a class="flex items-center justify-between px-4 py-3 rounded-xl hover:bg-slate-50 text-slate-500 font-medium transition-all group" href="#">
<span class="flex items-center gap-3">
<span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">receipt_long</span>
Refund Policy
</span>
</a>
</div>
<!-- Table of Contents -->
<div class="flex flex-col gap-4 pl-2">
<h3 class="text-xs font-bold uppercase tracking-wider text-slate-400">On this page</h3>
<nav class="flex flex-col gap-1 border-l-2 border-slate-100">
<a class="pl-4 py-2 text-sm font-bold text-primary border-l-2 -ml-[2px] border-primary transition-colors" href="#introduction">
1. Introduction
</a>
<a class="pl-4 py-2 text-sm text-slate-500 hover:text-slate-800 transition-colors" href="#user-accounts">
2. User Accounts
</a>
<a class="pl-4 py-2 text-sm text-slate-500 hover:text-slate-800 transition-colors" href="#intellectual-property">
3. Intellectual Property
</a>
<a class="pl-4 py-2 text-sm text-slate-500 hover:text-slate-800 transition-colors" href="#payment-terms">
4. Payment Terms
</a>
<a class="pl-4 py-2 text-sm text-slate-500 hover:text-slate-800 transition-colors" href="#termination">
5. Termination
</a>
<a class="pl-4 py-2 text-sm text-slate-500 hover:text-slate-800 transition-colors" href="#liability">
6. Limitation of Liability
</a>
</nav>
</div>
<!-- Support Card -->
<div class="bg-gradient-to-br from-primary/10 to-primary/5 p-6 rounded-2xl mt-4">
<div class="size-10 bg-white rounded-full flex items-center justify-center text-primary mb-4 shadow-sm">
<span class="material-symbols-outlined">support_agent</span>
</div>
<h4 class="font-bold text-slate-900 mb-1">Need help?</h4>
<p class="text-sm text-slate-600 mb-4 leading-relaxed">Our legal team is available for any clarifications regarding these terms.</p>
<a class="text-sm font-bold text-primary hover:underline" href="#">Contact Support →</a>
</div>
</div>
</aside>
<!-- Main Content Area -->
<main class="flex-1 min-w-0">
<!-- Mobile Switcher (Visible on small screens only) -->
<div class="lg:hidden mb-8 overflow-x-auto pb-4">
<div class="flex gap-2">
<button class="bg-primary text-white px-5 py-2 rounded-full text-sm font-bold whitespace-nowrap shadow-md shadow-primary/20">Terms & Conditions</button>
<button class="bg-white border border-slate-200 text-slate-600 px-5 py-2 rounded-full text-sm font-medium whitespace-nowrap">Privacy Policy</button>
<button class="bg-white border border-slate-200 text-slate-600 px-5 py-2 rounded-full text-sm font-medium whitespace-nowrap">Refund Policy</button>
</div>
</div>
<div class="bg-white rounded-[2rem] p-8 md:p-12 shadow-sm border border-slate-100 relative overflow-hidden">
<!-- Decorative background elements -->
<div class="absolute top-0 right-0 w-96 h-96 bg-primary/5 rounded-full blur-3xl -translate-y-1/2 translate-x-1/2 pointer-events-none"></div>
<!-- Header -->
<header class="relative z-10 mb-12 border-b border-slate-100 pb-8">
<div class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-slate-100 text-slate-500 text-xs font-bold tracking-wide uppercase mb-6">
<span class="w-2 h-2 rounded-full bg-green-500"></span>
Active Document
</div>
<h1 class="text-4xl md:text-5xl font-bold text-slate-900 mb-4 tracking-tight">Terms & Conditions</h1>
<p class="text-lg text-slate-500">Last updated: <span class="text-slate-900 font-medium">October 25, 2023</span></p>
</header>
<!-- Content Sections -->
<div class="relative z-10 flex flex-col gap-12 text-lg text-slate-600 leading-relaxed">
<!-- Section 1 -->
<section class="scroll-mt-32" id="introduction">
<h2 class="text-2xl font-bold text-slate-900 mb-4 flex items-center gap-3">
<span class="flex items-center justify-center size-8 rounded-full bg-slate-100 text-sm font-bold text-slate-900">1</span>
Introduction
</h2>
<p class="mb-6">
Welcome to QuizQuest! These Terms and Conditions ("Terms") govern your use of the QuizQuest website, mobile application, and related services (collectively, the "Service"). By accessing or using the Service, you agree to be bound by these Terms. If you disagree with any part of the terms, then you may not access the Service.
</p>
<!-- TL;DR Box -->
<div class="bg-primary/5 border border-primary/10 rounded-2xl p-5 flex gap-4 items-start">
<span class="material-symbols-outlined text-primary mt-1">info</span>
<div>
<h4 class="text-primary font-bold text-base mb-1">Quick Summary</h4>
<p class="text-sm text-slate-700">By using QuizQuest, you agree to play fair, respect others, and follow our rules. It's a contract between us and you.</p>
</div>
</div>
</section>
<!-- Section 2 -->
<section class="scroll-mt-32" id="user-accounts">
<h2 class="text-2xl font-bold text-slate-900 mb-4 flex items-center gap-3">
<span class="flex items-center justify-center size-8 rounded-full bg-slate-100 text-sm font-bold text-slate-900">2</span>
User Accounts
</h2>
<p class="mb-4">
When you create an account with us, you must provide us information that is accurate, complete, and current at all times. Failure to do so constitutes a breach of the Terms, which may result in immediate termination of your account on our Service.
</p>
<p class="mb-4">
You are responsible for safeguarding the password that you use to access the Service and for any activities or actions under your password, whether your password is with our Service or a third-party service.
</p>
<ul class="list-none space-y-3 mt-4 pl-2">
<li class="flex items-center gap-3">
<span class="material-symbols-outlined text-green-500 text-xl">check_circle</span>
<span>You must be at least 13 years of age.</span>
</li>
<li class="flex items-center gap-3">
<span class="material-symbols-outlined text-green-500 text-xl">check_circle</span>
<span>You are responsible for account security.</span>
</li>
<li class="flex items-center gap-3">
<span class="material-symbols-outlined text-green-500 text-xl">check_circle</span>
<span>Notify us immediately of unauthorized use.</span>
</li>
</ul>
</section>
<!-- Section 3 -->
<section class="scroll-mt-32" id="intellectual-property">
<h2 class="text-2xl font-bold text-slate-900 mb-4 flex items-center gap-3">
<span class="flex items-center justify-center size-8 rounded-full bg-slate-100 text-sm font-bold text-slate-900">3</span>
Intellectual Property
</h2>
<p class="mb-4">
The Service and its original content (excluding Content provided by users), features and functionality are and will remain the exclusive property of QuizQuest and its licensors. The Service is protected by copyright, trademark, and other laws of both the United States and foreign countries.
</p>
<div class="grid md:grid-cols-2 gap-4 mt-6">
<div class="bg-slate-50 p-6 rounded-2xl">
<span class="material-symbols-outlined text-slate-900 mb-3">copyright</span>
<h3 class="font-bold text-slate-900 mb-2">Our Content</h3>
<p class="text-sm">Logos, game mechanics, and code belong to QuizQuest. Please don't copy them without permission.</p>
</div>
<div class="bg-slate-50 p-6 rounded-2xl">
<span class="material-symbols-outlined text-slate-900 mb-3">edit_note</span>
<h3 class="font-bold text-slate-900 mb-2">Your Content</h3>
<p class="text-sm">Quizzes you create remain yours, but you grant us a license to display them to other players.</p>
</div>
</div>
</section>
<!-- Section 4 -->
<section class="scroll-mt-32" id="payment-terms">
<h2 class="text-2xl font-bold text-slate-900 mb-4 flex items-center gap-3">
<span class="flex items-center justify-center size-8 rounded-full bg-slate-100 text-sm font-bold text-slate-900">4</span>
Payment Terms
</h2>
<p class="mb-4">
QuizQuest offers premium subscriptions and virtual currency ("Coins"). All payments are final and non-refundable, except as required by law or our Refund Policy. By selecting a subscription, you agree to pay QuizQuest the monthly or annual subscription fees indicated.
</p>
</section>
<!-- Section 5 -->
<section class="scroll-mt-32" id="termination">
<h2 class="text-2xl font-bold text-slate-900 mb-4 flex items-center gap-3">
<span class="flex items-center justify-center size-8 rounded-full bg-slate-100 text-sm font-bold text-slate-900">5</span>
Termination
</h2>
<p class="mb-4">
We may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms. All provisions of the Terms which by their nature should survive termination shall survive termination.
</p>
</section>
<!-- Section 6 -->
<section class="scroll-mt-32" id="liability">
<h2 class="text-2xl font-bold text-slate-900 mb-4 flex items-center gap-3">
<span class="flex items-center justify-center size-8 rounded-full bg-slate-100 text-sm font-bold text-slate-900">6</span>
Limitation of Liability
</h2>
<p class="mb-4">
In no event shall QuizQuest, nor its directors, employees, partners, agents, suppliers, or affiliates, be liable for any indirect, incidental, special, consequential or punitive damages, including without limitation, loss of profits, data, use, goodwill, or other intangible losses, resulting from your access to or use of or inability to access or use the Service.
</p>
</section>
</div>
<!-- Footer of Content -->
<div class="mt-16 pt-8 border-t border-slate-100 flex flex-col sm:flex-row justify-between items-center gap-4">
<p class="text-sm text-slate-500">Was this helpful?</p>
<div class="flex gap-4">
<button class="flex items-center gap-2 px-4 py-2 rounded-full border border-slate-200 text-slate-600 hover:bg-slate-50 transition-colors text-sm font-medium">
<span class="material-symbols-outlined text-[18px]">thumb_up</span> Yes
</button>
<button class="flex items-center gap-2 px-4 py-2 rounded-full border border-slate-200 text-slate-600 hover:bg-slate-50 transition-colors text-sm font-medium">
<span class="material-symbols-outlined text-[18px]">thumb_down</span> No
</button>
</div>
</div>
</div>
</main>
</div>
<!-- Main Footer -->
<footer class="bg-white border-t border-slate-200 py-12 px-6">
<div class="max-w-7xl mx-auto flex flex-col md:flex-row justify-between items-center gap-6">
<div class="flex flex-col gap-2 text-center md:text-left">
<h2 class="text-xl font-bold text-slate-900">QuizQuest</h2>
<p class="text-slate-500 text-sm">© 2023 QuizQuest Inc. All rights reserved.</p>
</div>
<div class="flex gap-6">
<a class="text-slate-400 hover:text-primary transition-colors" href="#">
<span class="sr-only">Twitter</span>
<svg class="h-6 w-6" fill="currentColor" viewbox="0 0 24 24"><path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84"></path></svg>
</a>
<a class="text-slate-400 hover:text-primary transition-colors" href="#">
<span class="sr-only">GitHub</span>
<svg class="h-6 w-6" fill="currentColor" viewbox="0 0 24 24"><path clip-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z" fill-rule="evenodd"></path></svg>
</a>
</div>
</div>
</footer>
</body></html>