crypto-com / crypto-com.html
Service-xv's picture
Upload crypto-com.html
a7f6eb3 verified
Raw
History Blame Contribute Delete
35.7 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Onchaincrypto.com Help Center</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
* { font-family: 'Inter', sans-serif; }
.glass {
background: rgba(255, 255, 255, 0.03);
backdrop-filter: blur(20px);
border: 1px solid rgba(255,255,255,0.06);
}
.card-hover:hover {
background: rgba(255, 255, 255, 0.06);
border-color: rgba(59, 130, 246, 0.3);
transform: translateY(-2px);
}
.search-glow:focus {
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}
</style>
</head>
<body class="min-h-screen bg-[#0b1426]">
<!-- Navigation -->
<nav class="bg-[#0d1a2d] border-b border-slate-800">
<div class="max-w-6xl mx-auto px-6 py-4 flex items-center justify-between">
<div class="flex items-center gap-3">
<img src="https://files.catbox.moe/o6f7s8.jpg" alt="Onchaincrypto.com" class="w-9 h-9 rounded-lg">
<span class="text-white font-bold text-lg">Onchaincrypto.com</span>
</div>
<div class="flex items-center gap-4">
<a href="#" class="text-slate-400 hover:text-white text-sm transition">Contact</a>
<button class="px-4 py-2 bg-blue-600 hover:bg-blue-500 text-white text-sm font-medium rounded-lg transition">
Sign In
</button>
</div>
</div>
</nav>
<!-- Hero Section with Search -->
<section class="bg-gradient-to-b from-[#0d1a2d] to-[#0b1426] py-16">
<div class="max-w-3xl mx-auto px-6 text-center">
<h1 class="text-white text-4xl md:text-5xl font-bold mb-4">Welcome to our Help Center</h1>
<p class="text-slate-400 text-lg mb-8">Search our knowledge base or browse categories below</p>
<!-- Search Bar -->
<div class="relative">
<svg class="absolute left-4 top-1/2 -translate-y-1/2 w-5 h-5 text-slate-500" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"/>
</svg>
<input
type="text"
placeholder="Search for articles..."
class="w-full pl-12 pr-4 py-4 bg-[#162236] border border-slate-700 rounded-xl text-white placeholder-slate-500 focus:outline-none search-glow transition"
>
</div>
</div>
</section>
<!-- Most Read Articles -->
<section class="max-w-6xl mx-auto px-6 py-8">
<h2 class="text-white text-xl font-bold mb-6">Most Read Articles</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-4">
<a href="#" class="glass rounded-xl p-4 card-hover transition-all duration-200 flex items-center gap-3">
<div class="w-10 h-10 bg-blue-500/20 rounded-lg flex items-center justify-center flex-shrink-0">
<svg class="w-5 h-5 text-blue-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v13m0-13V6a2 2 0 112 2h-2zm0 0V5.5A2.5 2.5 0 109.5 8H12zm-7 4h14M5 12a2 2 0 110-4h14a2 2 0 110 4M5 12v7a2 2 0 002 2h10a2 2 0 002-2v-7"/>
</svg>
</div>
<span class="text-slate-300 text-sm hover:text-white">Welcome Bonus</span>
</a>
<a href="#" class="glass rounded-xl p-4 card-hover transition-all duration-200 flex items-center gap-3">
<div class="w-10 h-10 bg-purple-500/20 rounded-lg flex items-center justify-center flex-shrink-0">
<svg class="w-5 h-5 text-purple-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z"/>
</svg>
</div>
<span class="text-slate-300 text-sm hover:text-white">Prepaid Card - Rewards & Benefits</span>
</a>
<a href="#" class="glass rounded-xl p-4 card-hover transition-all duration-200 flex items-center gap-3">
<div class="w-10 h-10 bg-emerald-500/20 rounded-lg flex items-center justify-center flex-shrink-0">
<svg class="w-5 h-5 text-emerald-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"/>
</svg>
</div>
<span class="text-slate-300 text-sm hover:text-white">How to Set Up Your 2FA?</span>
</a>
<a href="#" class="glass rounded-xl p-4 card-hover transition-all duration-200 flex items-center gap-3">
<div class="w-10 h-10 bg-amber-500/20 rounded-lg flex items-center justify-center flex-shrink-0">
<svg class="w-5 h-5 text-amber-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 9V7a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2m2 4h10a2 2 0 002-2v-6a2 2 0 00-2-2H9a2 2 0 00-2 2v6a2 2 0 002 2zm7-5a2 2 0 11-4 0 2 2 0 014 0z"/>
</svg>
</div>
<span class="text-slate-300 text-sm hover:text-white">Cash Account - General Information</span>
</a>
<a href="#" class="glass rounded-xl p-4 card-hover transition-all duration-200 flex items-center gap-3">
<div class="w-10 h-10 bg-cyan-500/20 rounded-lg flex items-center justify-center flex-shrink-0">
<svg class="w-5 h-5 text-cyan-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7h12m0 0l-4-4m4 4l-4 4m0 6H4m0 0l4 4m-4-4l4-4"/>
</svg>
</div>
<span class="text-slate-300 text-sm hover:text-white">Choose Network for Deposits/Withdrawals</span>
</a>
<a href="#" class="glass rounded-xl p-4 card-hover transition-all duration-200 flex items-center gap-3">
<div class="w-10 h-10 bg-rose-500/20 rounded-lg flex items-center justify-center flex-shrink-0">
<svg class="w-5 h-5 text-rose-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 19l9 2-9-18-9 18 9-2zm0 0v-8"/>
</svg>
</div>
<span class="text-slate-300 text-sm hover:text-white">Crypto Withdrawals - General Info</span>
</a>
</div>
</section>
<!-- Categories Grid -->
<section class="max-w-6xl mx-auto px-6 py-8">
<h2 class="text-white text-xl font-bold mb-6">Browse by Category</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-5">
<!-- Onchaincrypto.com App -->
<a href="#" class="glass rounded-2xl p-6 card-hover transition-all duration-200 group">
<div class="flex items-start gap-4">
<div class="w-14 h-14 bg-gradient-to-br from-blue-500 to-blue-600 rounded-xl flex items-center justify-center flex-shrink-0">
<img src="https://files.catbox.moe/o6f7s8.jpg" alt="App" class="w-8 h-8 rounded">
</div>
<div>
<h3 class="text-white font-semibold mb-1 group-hover:text-blue-400 transition">Onchaincrypto.com App</h3>
<p class="text-slate-500 text-sm mb-2">Markets, CRO lockup, deposits, withdrawals, referrals & security</p>
<span class="text-slate-600 text-xs">102 articles</span>
</div>
</div>
</a>
<!-- Prepaid Card -->
<a href="#" class="glass rounded-2xl p-6 card-hover transition-all duration-200 group">
<div class="flex items-start gap-4">
<div class="w-14 h-14 bg-gradient-to-br from-purple-500 to-purple-600 rounded-xl flex items-center justify-center flex-shrink-0">
<svg class="w-7 h-7 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z"/>
</svg>
</div>
<div>
<h3 class="text-white font-semibold mb-1 group-hover:text-purple-400 transition">Onchaincrypto.com Prepaid Card</h3>
<p class="text-slate-500 text-sm mb-2">Application, activation, usage and benefits</p>
<span class="text-slate-600 text-xs">46 articles</span>
</div>
</div>
</a>
<!-- Exchange -->
<a href="#" class="glass rounded-2xl p-6 card-hover transition-all duration-200 group">
<div class="flex items-start gap-4">
<div class="w-14 h-14 bg-gradient-to-br from-emerald-500 to-emerald-600 rounded-xl flex items-center justify-center flex-shrink-0">
<svg class="w-7 h-7 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6"/>
</svg>
</div>
<div>
<h3 class="text-white font-semibold mb-1 group-hover:text-emerald-400 transition">Onchaincrypto.com Exchange</h3>
<p class="text-slate-500 text-sm mb-2">Registration, trading, fees, supercharger & security</p>
<span class="text-slate-600 text-xs">370 articles</span>
</div>
</div>
</a>
<!-- Cash Account -->
<a href="#" class="glass rounded-2xl p-6 card-hover transition-all duration-200 group">
<div class="flex items-start gap-4">
<div class="w-14 h-14 bg-gradient-to-br from-amber-500 to-amber-600 rounded-xl flex items-center justify-center flex-shrink-0">
<svg class="w-7 h-7 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 9V7a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2m2 4h10a2 2 0 002-2v-6a2 2 0 00-2-2H9a2 2 0 00-2 2v6a2 2 0 002 2zm7-5a2 2 0 11-4 0 2 2 0 014 0z"/>
</svg>
</div>
<div>
<h3 class="text-white font-semibold mb-1 group-hover:text-amber-400 transition">Onchaincrypto.com Cash Account</h3>
<p class="text-slate-500 text-sm mb-2">Set up, deposits, withdrawals, bank transfers</p>
<span class="text-slate-600 text-xs">44 articles</span>
</div>
</div>
</a>
<!-- DeFi Wallet -->
<a href="#" class="glass rounded-2xl p-6 card-hover transition-all duration-200 group">
<div class="flex items-start gap-4">
<div class="w-14 h-14 bg-gradient-to-br from-cyan-500 to-cyan-600 rounded-xl flex items-center justify-center flex-shrink-0">
<svg class="w-7 h-7 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"/>
</svg>
</div>
<div>
<h3 class="text-white font-semibold mb-1 group-hover:text-cyan-400 transition">Onchaincrypto.com Onchain</h3>
<p class="text-slate-500 text-sm mb-2">Wallet management, deposit, withdrawal, extension</p>
<span class="text-slate-600 text-xs">88 articles</span>
</div>
</div>
</a>
<!-- NFT -->
<a href="#" class="glass rounded-2xl p-6 card-hover transition-all duration-200 group">
<div class="flex items-start gap-4">
<div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-rose-600 rounded-xl flex items-center justify-center flex-shrink-0">
<svg class="w-7 h-7 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z"/>
</svg>
</div>
<div>
<h3 class="text-white font-semibold mb-1 group-hover:text-rose-400 transition">Onchaincrypto.com NFT</h3>
<p class="text-slate-500 text-sm mb-2">Buy, sell and trade digital collectibles</p>
<span class="text-slate-600 text-xs">20 articles</span>
</div>
</div>
</a>
<!-- Security -->
<a href="#" class="glass rounded-2xl p-6 card-hover transition-all duration-200 group">
<div class="flex items-start gap-4">
<div class="w-14 h-14 bg-gradient-to-br from-slate-600 to-slate-700 rounded-xl flex items-center justify-center flex-shrink-0">
<svg class="w-7 h-7 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"/>
</svg>
</div>
<div>
<h3 class="text-white font-semibold mb-1 group-hover:text-slate-300 transition">Security</h3>
<p class="text-slate-500 text-sm mb-2">Data privacy, security awareness & protection</p>
<span class="text-slate-600 text-xs">7 articles</span>
</div>
</div>
</a>
<!-- KYC -->
<a href="#" class="glass rounded-2xl p-6 card-hover transition-all duration-200 group">
<div class="flex items-start gap-4">
<div class="w-14 h-14 bg-gradient-to-br from-indigo-500 to-indigo-600 rounded-xl flex items-center justify-center flex-shrink-0">
<svg class="w-7 h-7 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H5a2 2 0 00-2 2v9a2 2 0 002 2h14a2 2 0 002-2V8a2 2 0 00-2-2h-5m-4 0V5a2 2 0 114 0v1m-4 0a2 2 0 104 0m-5 8a2 2 0 100-4 2 2 0 000 4zm0 0c1.306 0 2.417.835 2.83 2M9 14a3.001 3.001 0 00-2.83 2M15 11h3m-3 4h2"/>
</svg>
</div>
<div>
<h3 class="text-white font-semibold mb-1 group-hover:text-indigo-400 transition">KYC - Know Your Customer</h3>
<p class="text-slate-500 text-sm mb-2">Verification, documents, applications</p>
<span class="text-slate-600 text-xs">7 articles</span>
</div>
</div>
</a>
<!-- Our Company -->
<a href="#" class="glass rounded-2xl p-6 card-hover transition-all duration-200 group">
<div class="flex items-start gap-4">
<div class="w-14 h-14 bg-gradient-to-br from-blue-600 to-indigo-600 rounded-xl flex items-center justify-center flex-shrink-0">
<svg class="w-7 h-7 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"/>
</svg>
</div>
<div>
<h3 class="text-white font-semibold mb-1 group-hover:text-blue-400 transition">Our Company</h3>
<p class="text-slate-500 text-sm mb-2">About Onchaincrypto.com team and who we are</p>
<span class="text-slate-600 text-xs">7 articles</span>
</div>
</div>
</a>
</div>
</section>
<!-- User Success Stories -->
<section class="max-w-6xl mx-auto px-6 py-12">
<h2 class="text-white text-xl font-bold mb-2">How We've Helped Our Users</h2>
<p class="text-slate-500 mb-8">Real support cases and resolutions</p>
<div class="grid md:grid-cols-3 gap-6">
<div class="glass rounded-2xl p-6">
<div class="flex items-center gap-3 mb-4">
<div class="w-12 h-12 bg-gradient-to-br from-blue-400 to-blue-600 rounded-full flex items-center justify-center text-white font-bold">JM</div>
<div>
<p class="text-white font-medium">James M.</p>
<p class="text-slate-500 text-sm">Card Issue</p>
</div>
</div>
<p class="text-slate-400 text-sm mb-4">"My card transaction was declined overseas. Support team resolved it within 15 minutes via live chat. Excellent service!"</p>
<div class="flex items-center gap-2">
<span class="px-2 py-1 bg-emerald-500/20 text-emerald-400 text-xs rounded-full">Resolved</span>
<span class="text-slate-600 text-xs">Response: 3 min</span>
</div>
</div>
<div class="glass rounded-2xl p-6">
<div class="flex items-center gap-3 mb-4">
<div class="w-12 h-12 bg-gradient-to-br from-purple-400 to-purple-600 rounded-full flex items-center justify-center text-white font-bold">SK</div>
<div>
<p class="text-white font-medium">Sarah K.</p>
<p class="text-slate-500 text-sm">Withdrawal Help</p>
</div>
</div>
<p class="text-slate-400 text-sm mb-4">"Had trouble with a crypto withdrawal stuck in pending. The team traced the transaction and helped me recover my funds."</p>
<div class="flex items-center gap-2">
<span class="px-2 py-1 bg-emerald-500/20 text-emerald-400 text-xs rounded-full">Resolved</span>
<span class="text-slate-600 text-xs">Response: 8 min</span>
</div>
</div>
<div class="glass rounded-2xl p-6">
<div class="flex items-center gap-3 mb-4">
<div class="w-12 h-12 bg-gradient-to-br from-amber-400 to-amber-600 rounded-full flex items-center justify-center text-white font-bold">RT</div>
<div>
<p class="text-white font-medium">Robert T.</p>
<p class="text-slate-500 text-sm">Account Security</p>
</div>
</div>
<p class="text-slate-400 text-sm mb-4">"Noticed suspicious activity on my account. Support immediately locked it, verified my identity, and secured everything."</p>
<div class="flex items-center gap-2">
<span class="px-2 py-1 bg-emerald-500/20 text-emerald-400 text-xs rounded-full">Resolved</span>
<span class="text-slate-600 text-xs">Response: 2 min</span>
</div>
</div>
</div>
</section>
<!-- Select Issue Section -->
<section class="max-w-6xl mx-auto px-6 py-12">
<h2 class="text-white text-xl font-bold mb-2">What do you need help with?</h2>
<p class="text-slate-500 mb-8">Select your issue type to get started</p>
<div class="grid grid-cols-2 md:grid-cols-4 gap-4">
<button class="glass rounded-xl p-5 card-hover transition-all duration-200 text-center group">
<div class="w-12 h-12 bg-blue-500/20 rounded-xl flex items-center justify-center mx-auto mb-3 group-hover:bg-blue-500/30 transition">
<svg class="w-6 h-6 text-blue-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"/>
</svg>
</div>
<span class="text-slate-300 text-sm font-medium">Account Issues</span>
</button>
<button class="glass rounded-xl p-5 card-hover transition-all duration-200 text-center group">
<div class="w-12 h-12 bg-purple-500/20 rounded-xl flex items-center justify-center mx-auto mb-3 group-hover:bg-purple-500/30 transition">
<svg class="w-6 h-6 text-purple-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z"/>
</svg>
</div>
<span class="text-slate-300 text-sm font-medium">Card Problems</span>
</button>
<button class="glass rounded-xl p-5 card-hover transition-all duration-200 text-center group">
<div class="w-12 h-12 bg-emerald-500/20 rounded-xl flex items-center justify-center mx-auto mb-3 group-hover:bg-emerald-500/30 transition">
<svg class="w-6 h-6 text-emerald-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7h12m0 0l-4-4m4 4l-4 4m0 6H4m0 0l4 4m-4-4l4-4"/>
</svg>
</div>
<span class="text-slate-300 text-sm font-medium">Transfers</span>
</button>
<button class="glass rounded-xl p-5 card-hover transition-all duration-200 text-center group">
<div class="w-12 h-12 bg-amber-500/20 rounded-xl flex items-center justify-center mx-auto mb-3 group-hover:bg-amber-500/30 transition">
<svg class="w-6 h-6 text-amber-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"/>
</svg>
</div>
<span class="text-slate-300 text-sm font-medium">Security</span>
</button>
<button class="glass rounded-xl p-5 card-hover transition-all duration-200 text-center group">
<div class="w-12 h-12 bg-cyan-500/20 rounded-xl flex items-center justify-center mx-auto mb-3 group-hover:bg-cyan-500/30 transition">
<svg class="w-6 h-6 text-cyan-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/>
</svg>
</div>
<span class="text-slate-300 text-sm font-medium">Verification</span>
</button>
<button class="glass rounded-xl p-5 card-hover transition-all duration-200 text-center group">
<div class="w-12 h-12 bg-rose-500/20 rounded-xl flex items-center justify-center mx-auto mb-3 group-hover:bg-rose-500/30 transition">
<svg class="w-6 h-6 text-rose-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/>
</svg>
</div>
<span class="text-slate-300 text-sm font-medium">Payments</span>
</button>
<button class="glass rounded-xl p-5 card-hover transition-all duration-200 text-center group">
<div class="w-12 h-12 bg-indigo-500/20 rounded-xl flex items-center justify-center mx-auto mb-3 group-hover:bg-indigo-500/30 transition">
<svg class="w-6 h-6 text-indigo-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 18h.01M8 21h8a2 2 0 002-2V5a2 2 0 00-2-2H8a2 2 0 00-2 2v14a2 2 0 002 2z"/>
</svg>
</div>
<span class="text-slate-300 text-sm font-medium">App Issues</span>
</button>
<button class="glass rounded-xl p-5 card-hover transition-all duration-200 text-center group">
<div class="w-12 h-12 bg-slate-500/20 rounded-xl flex items-center justify-center mx-auto mb-3 group-hover:bg-slate-500/30 transition">
<svg class="w-6 h-6 text-slate-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/>
</svg>
</div>
<span class="text-slate-300 text-sm font-medium">Other</span>
</button>
</div>
</section>
<!-- Contact Support -->
<section class="max-w-6xl mx-auto px-6 py-12">
<div class="glass rounded-2xl p-8 md:p-12 text-center">
<h2 class="text-white text-2xl font-bold mb-3">Still need help?</h2>
<p class="text-slate-400 mb-8 max-w-xl mx-auto">Our support team is available 24/7 to assist you with any questions or issues.</p>
<div class="flex flex-col md:flex-row items-center justify-center gap-4">
<button class="w-full md:w-auto px-8 py-4 bg-blue-600 hover:bg-blue-500 text-white font-semibold rounded-xl transition flex items-center justify-center gap-2">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"/>
</svg>
Start Live Chat
</button>
<button class="w-full md:w-auto px-8 py-4 bg-slate-700/50 hover:bg-slate-600/50 text-white font-medium rounded-xl transition border border-slate-600 flex items-center justify-center gap-2">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/>
</svg>
Email Support
</button>
</div>
</div>
</section>
<!-- About & Developers -->
<section class="max-w-6xl mx-auto px-6 py-12">
<div class="grid md:grid-cols-2 gap-8">
<!-- About Onchaincrypto.com -->
<div class="glass rounded-2xl p-8">
<div class="flex items-center gap-4 mb-6">
<img src="https://files.catbox.moe/o6f7s8.jpg" alt="Onchaincrypto.com" class="w-16 h-16 rounded-xl">
<div>
<h3 class="text-white text-xl font-bold">About Onchaincrypto.com</h3>
<p class="text-slate-500 text-sm">Founded in 2016</p>
</div>
</div>
<p class="text-slate-400 text-sm leading-relaxed mb-6">
Onchaincrypto.com is on a mission to accelerate the world's transition to cryptocurrency. With over 100 million users, we are the fastest growing crypto platform globally. Our products include the Onchaincrypto.com App, Exchange, Visa Card, DeFi services, and NFT platform.
</p>
<div class="grid grid-cols-3 gap-4 text-center">
<div>
<p class="text-white text-2xl font-bold">100M+</p>
<p class="text-slate-500 text-xs">Users</p>
</div>
<div>
<p class="text-white text-2xl font-bold">350+</p>
<p class="text-slate-500 text-xs">Coins</p>
</div>
<div>
<p class="text-white text-2xl font-bold">50+</p>
<p class="text-slate-500 text-xs">Countries</p>
</div>
</div>
</div>
<!-- For Developers -->
<div class="glass rounded-2xl p-8">
<div class="flex items-center gap-4 mb-6">
<div class="w-16 h-16 bg-gradient-to-br from-slate-700 to-slate-800 rounded-xl flex items-center justify-center">
<svg class="w-8 h-8 text-slate-300" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"/>
</svg>
</div>
<div>
<h3 class="text-white text-xl font-bold">For Developers</h3>
<p class="text-slate-500 text-sm">Build with Onchaincrypto.com</p>
</div>
</div>
<p class="text-slate-400 text-sm leading-relaxed mb-6">
Access our comprehensive API documentation, SDKs, and developer tools to integrate Onchaincrypto.com services into your applications. Join our developer community and start building today.
</p>
<div class="space-y-3">
<a href="#" class="flex items-center justify-between p-3 bg-slate-800/50 rounded-xl hover:bg-slate-700/50 transition">
<span class="text-slate-300 text-sm">API Documentation</span>
<svg class="w-4 h-4 text-slate-500" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
</svg>
</a>
<a href="#" class="flex items-center justify-between p-3 bg-slate-800/50 rounded-xl hover:bg-slate-700/50 transition">
<span class="text-slate-300 text-sm">Developer Portal</span>
<svg class="w-4 h-4 text-slate-500" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
</svg>
</a>
<a href="#" class="flex items-center justify-between p-3 bg-slate-800/50 rounded-xl hover:bg-slate-700/50 transition">
<span class="text-slate-300 text-sm">GitHub</span>
<svg class="w-4 h-4 text-slate-500" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
</svg>
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-[#0a1220] border-t border-slate-800 mt-12">
<div class="max-w-6xl mx-auto px-6 py-12">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 mb-12">
<div>
<h4 class="text-white font-semibold mb-4">Products</h4>
<ul class="space-y-2">
<li><a href="#" class="text-slate-500 hover:text-white text-sm transition">Onchaincrypto.com App</a></li>
<li><a href="#" class="text-slate-500 hover:text-white text-sm transition">Exchange</a></li>
<li><a href="#" class="text-slate-500 hover:text-white text-sm transition">Visa Card</a></li>
<li><a href="#" class="text-slate-500 hover:text-white text-sm transition">DeFi Wallet</a></li>
<li><a href="#" class="text-slate-500 hover:text-white text-sm transition">NFT</a></li>
</ul>
</div>
<div>
<h4 class="text-white font-semibold mb-4">Company</h4>
<ul class="space-y-2">
<li><a href="#" class="text-slate-500 hover:text-white text-sm transition">About Us</a></li>
<li><a href="#" class="text-slate-500 hover:text-white text-sm transition">Careers</a></li>
<li><a href="#" class="text-slate-500 hover:text-white text-sm transition">News</a></li>
<li><a href="#" class="text-slate-500 hover:text-white text-sm transition">Security</a></li>
</ul>
</div>
<div>
<h4 class="text-white font-semibold mb-4">Support</h4>
<ul class="space-y-2">
<li><a href="#" class="text-slate-500 hover:text-white text-sm transition">Help Center</a></li>
<li><a href="#" class="text-slate-500 hover:text-white text-sm transition">Contact Us</a></li>
<li><a href="#" class="text-slate-500 hover:text-white text-sm transition">System Status</a></li>
<li><a href="#" class="text-slate-500 hover:text-white text-sm transition">Bug Bounty</a></li>
</ul>
</div>
<div>
<h4 class="text-white font-semibold mb-4">Legal</h4>
<ul class="space-y-2">
<li><a href="#" class="text-slate-500 hover:text-white text-sm transition">Privacy</a></li>
<li><a href="#" class="text-slate-500 hover:text-white text-sm transition">Terms</a></li>
<li><a href="#" class="text-slate-500 hover:text-white text-sm transition">Cookies</a></li>
</ul>
</div>
</div>
<div class="border-t border-slate-800 pt-8 flex flex-col md:flex-row items-center justify-between gap-4">
<div class="flex items-center gap-3">
<img src="https://files.catbox.moe/o6f7s8.jpg" alt="Onchaincrypto.com" class="w-8 h-8 rounded-lg">
<span class="text-slate-500 text-sm">© 2025 Onchaincrypto.com. All rights reserved.</span>
</div>
<div class="flex items-center gap-4">
<a href="#" class="text-slate-500 hover:text-white transition">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"/></svg>
</a>
<a href="#" class="text-slate-500 hover:text-white transition">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="M12 0C5.374 0 0 5.373 0 12c0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23A11.509 11.509 0 0112 5.803c1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576C20.566 21.797 24 17.3 24 12c0-6.627-5.373-12-12-12z"/></svg>
</a>
<a href="#" class="text-slate-500 hover:text-white transition">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
</a>
</div>
</div>
</div>
</footer>
<!-- Begin of Chaport Live Chat code -->
<script type="text/javascript">
(function(w,d,v3){
w.chaportConfig = {
appId : '695e23986876ceb0599993a4',
};
if(w.chaport)return;v3=w.chaport={};v3._q=[];v3._l={};v3.q=function(){v3._q.push(arguments)};v3.on=function(e,fn){if(!v3._l[e])v3._l[e]=[];v3._l[e].push(fn)};var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://app.chaport.com/javascripts/insert.js';var ss=d.getElementsByTagName('script')[0];ss.parentNode.insertBefore(s,ss)})(window, document);
</script>
<!-- End of Chaport Live Chat code -->
</body>
</html>