<!DOCTYPE html>
<html class="dark" lang="en"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>QuizQuest Contact & Support</title>
<link href="https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300;400;500;600;700;800;900&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": "#5b13ec",
"background-dark": "#0a0518",
"surface-dark": "#161129",
"surface-highlight": "#1e1836",
"accent-yellow": "#fef01e",
},
fontFamily: {
"display": ["Spline Sans", "sans-serif"]
},
borderRadius: {
"DEFAULT": "1rem",
"lg": "1.5rem",
"xl": "2.5rem",
"full": "9999px"
},
},
},
}
</script>
<style type="text/tailwindcss">
:root {
--primary-glow: rgba(91, 19, 236, 0.4);
}
body {
font-family: 'Spline Sans', sans-serif;
background-color: #0a0518;
background-image:
radial-gradient(circle at 20% 30%, rgba(91, 19, 236, 0.15) 0%, transparent 40%),
radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.1) 0%, transparent 40%),
linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
background-size: 100% 100%, 100% 100%, 40px 40px, 40px 40px;
}
.neon-shadow-primary {
box-shadow: 0 0 20px var(--primary-glow);
}
.input-glow:focus {
box-shadow: 0 0 15px rgba(91, 19, 236, 0.2);
border-color: #5b13ec;
}
</style>
</head>
<body class="text-slate-100 antialiased min-h-screen flex flex-col">
<nav class="sticky top-0 z-50 border-b border-white/5 bg-background-dark/80 px-6 py-4 backdrop-blur-xl lg:px-12">
<div class="mx-auto flex max-w-7xl items-center justify-between">
<div class="flex items-center gap-3">
<div class="flex h-10 w-10 items-center justify-center rounded-lg bg-primary text-white neon-shadow-primary">
<span class="material-symbols-outlined">stadia_controller</span>
</div>
<h1 class="text-xl font-black tracking-tight text-white">QuizQuest</h1>
</div>
<div class="hidden gap-8 lg:flex">
<a class="text-sm font-semibold text-slate-400 hover:text-white transition-colors" href="#">Home</a>
<a class="text-sm font-semibold text-slate-400 hover:text-white transition-colors" href="#">Prizes</a>
<a class="text-sm font-semibold text-slate-400 hover:text-white transition-colors" href="#">Leaderboard</a>
</div>
<div class="flex items-center gap-4">
<button class="text-sm font-bold text-white hover:opacity-80 transition-opacity">Login</button>
<button class="rounded-full bg-primary px-6 py-2.5 text-sm font-bold text-white neon-shadow-primary hover:scale-105 transition-transform">Join Now</button>
</div>
</div>
</nav>
<main class="flex-1 px-6 py-12 lg:px-12 lg:py-20">
<div class="mx-auto max-w-6xl">
<div class="mb-16 text-center lg:text-left">
<div class="inline-flex items-center gap-2 rounded-full border border-primary/30 bg-primary/10 px-4 py-1.5 mb-6">
<span class="relative flex h-2 w-2">
<span class="animate-ping absolute inline-flex h-full w-full rounded-full bg-primary opacity-75"></span>
<span class="relative inline-flex rounded-full h-2 w-2 bg-primary"></span>
</span>
<span class="text-[10px] font-bold uppercase tracking-widest text-primary">Support Center</span>
</div>
<h2 class="text-4xl font-black text-white md:text-6xl">Contact & <span class="text-primary">Support</span></h2>
<p class="mt-4 max-w-2xl text-lg text-slate-400">Need a hand with your Quest? Our support team is online and ready to help you climb the leaderboard.</p>
</div>
<div class="grid grid-cols-1 gap-12 lg:grid-cols-2">
<div class="flex flex-col gap-8">
<div class="grid grid-cols-1 gap-6 sm:grid-cols-2 lg:grid-cols-1">
<div class="group flex items-start gap-5 rounded-xl bg-surface-dark border border-white/5 p-6 transition-all hover:bg-surface-highlight hover:border-primary/30">
<div class="flex h-14 w-14 shrink-0 items-center justify-center rounded-xl bg-primary/10 text-primary transition-all group-hover:bg-primary group-hover:text-white neon-shadow-primary">
<span class="material-symbols-outlined text-3xl">mail</span>
</div>
<div>
<h3 class="text-lg font-bold text-white">Email Support</h3>
<p class="mt-1 text-sm text-slate-400 leading-relaxed">Response within 2 hours</p>
<a class="mt-2 inline-block font-bold text-primary hover:underline" href="mailto:support@quizquest.com">support@quizquest.com</a>
</div>
</div>
<div class="group flex items-start gap-5 rounded-xl bg-surface-dark border border-white/5 p-6 transition-all hover:bg-surface-highlight hover:border-primary/30">
<div class="flex h-14 w-14 shrink-0 items-center justify-center rounded-xl bg-emerald-500/10 text-emerald-400 transition-all group-hover:bg-emerald-500 group-hover:text-white shadow-[0_0_15px_rgba(16,185,129,0.3)]">
<span class="material-symbols-outlined text-3xl">chat_bubble</span>
</div>
<div>
<h3 class="text-lg font-bold text-white">Live Support Chat</h3>
<p class="mt-1 text-sm text-slate-400 leading-relaxed">Available 24/7 for Elite members</p>
<button class="mt-2 font-bold text-emerald-400 hover:underline">Start a Live Chat</button>
</div>
</div>
<div class="group flex items-start gap-5 rounded-xl bg-surface-dark border border-white/5 p-6 transition-all hover:bg-surface-highlight hover:border-primary/30">
<div class="flex h-14 w-14 shrink-0 items-center justify-center rounded-xl bg-accent-yellow/10 text-accent-yellow transition-all group-hover:bg-accent-yellow group-hover:text-black shadow-[0_0_15px_rgba(254,240,30,0.3)]">
<span class="material-symbols-outlined text-3xl">location_on</span>
</div>
<div>
<h3 class="text-lg font-bold text-white">Headquarters</h3>
<p class="mt-1 text-sm text-slate-400 leading-relaxed">Gaming District, Silicon Valley<br/>Building 42, Floor 7</p>
</div>
</div>
</div>
</div>
<div class="relative">
<div class="absolute -inset-1 rounded-2xl bg-gradient-to-r from-primary/30 to-purple-600/30 blur opacity-25"></div>
<div class="relative flex flex-col gap-6 rounded-2xl bg-surface-dark border border-white/10 p-8 lg:p-10">
<h3 class="text-2xl font-black text-white">Send a Transmission</h3>
<form class="flex flex-col gap-5">
<div class="grid grid-cols-1 gap-5 sm:grid-cols-2">
<div class="flex flex-col gap-2">
<label class="text-xs font-bold uppercase tracking-widest text-slate-500">Gamer Tag</label>
<div class="relative">
<span class="material-symbols-outlined absolute left-4 top-1/2 -translate-y-1/2 text-[20px] text-slate-500">person</span>
<input class="w-full rounded-lg border-white/10 bg-background-dark/50 py-3 pl-12 pr-4 text-sm font-medium text-white placeholder-slate-600 focus:border-primary focus:ring-1 focus:ring-primary input-glow outline-none transition-all" placeholder="e.g. ShadowSlayer99" type="text"/>
</div>
</div>
<div class="flex flex-col gap-2">
<label class="text-xs font-bold uppercase tracking-widest text-slate-500">Issue Type</label>
<div class="relative">
<span class="material-symbols-outlined absolute left-4 top-1/2 -translate-y-1/2 text-[20px] text-slate-500">error</span>
<select class="w-full appearance-none rounded-lg border-white/10 bg-background-dark/50 py-3 pl-12 pr-10 text-sm font-medium text-white placeholder-slate-600 focus:border-primary focus:ring-1 focus:ring-primary input-glow outline-none transition-all">
<option>Payout Issue</option>
<option>Account Access</option>
<option>Quiz Bug</option>
<option>Other Enquiry</option>
</select>
<span class="material-symbols-outlined absolute right-4 top-1/2 -translate-y-1/2 pointer-events-none text-slate-500">expand_more</span>
</div>
</div>
</div>
<div class="flex flex-col gap-2">
<label class="text-xs font-bold uppercase tracking-widest text-slate-500">Your Message</label>
<textarea class="w-full rounded-lg border-white/10 bg-background-dark/50 p-4 text-sm font-medium text-white placeholder-slate-600 focus:border-primary focus:ring-1 focus:ring-primary input-glow outline-none transition-all" placeholder="Describe your issue in detail..." rows="5"></textarea>
</div>
<button class="mt-2 flex items-center justify-center gap-2 rounded-lg bg-primary py-4 text-sm font-black uppercase tracking-wider text-white neon-shadow-primary transition-all hover:scale-[1.02] active:scale-95" type="submit">
<span class="material-symbols-outlined text-[20px]">send</span>
Submit Transmission
</button>
<p class="text-center text-[10px] text-slate-600 uppercase font-bold tracking-tighter">By clicking submit, you agree to our terms of service.</p>
</form>
</div>
</div>
</div>
</div>
</main>
<footer class="mt-auto border-t border-white/5 bg-background-dark/50 px-6 py-10 lg:px-12">
<div class="mx-auto flex max-w-7xl flex-col items-center justify-between gap-6 md:flex-row">
<div class="flex items-center gap-3 opacity-50">
<span class="material-symbols-outlined text-white">stadia_controller</span>
<span class="text-sm font-bold text-white tracking-tight">QuizQuest © 2024</span>
</div>
<div class="flex gap-8">
<a class="text-[11px] font-bold uppercase tracking-widest text-slate-500 hover:text-white transition-colors" href="#">Privacy</a>
<a class="text-[11px] font-bold uppercase tracking-widest text-slate-500 hover:text-white transition-colors" href="#">Terms</a>
<a class="text-[11px] font-bold uppercase tracking-widest text-slate-500 hover:text-white transition-colors" href="#">Support</a>
</div>
<div class="flex gap-4">
<a class="flex h-8 w-8 items-center justify-center rounded-lg bg-white/5 text-slate-400 hover:bg-primary hover:text-white transition-all" href="#">
<span class="material-symbols-outlined text-lg">public</span>
</a>
<a class="flex h-8 w-8 items-center justify-center rounded-lg bg-white/5 text-slate-400 hover:bg-primary hover:text-white transition-all" href="#">
<span class="material-symbols-outlined text-lg">videogame_asset</span>
</a>
</div>
</div>
</footer>
</body></html>