Html olarak deneyin.Çok tasarım çıkar.
Bu 1. Tasarım
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Google Hit Botu | Hit Botu | Request Hit Botu | Trafik Botu | CTR Bot | Organic Traffic</title>
<meta name="description" content="Google hit botu, hit botu, request hit botu, trafik botu ve CTR bot çözümleri. Organic traffic artışı için profesyonel hizmet. Google'da 1. sıra garantisi. Sektörün %90'ı bizi tercih ediyor." />
<meta name="keywords" content="google hit botu, hit botu, request hit botu, trafik botu, ctr bot, organic traffic, google bot, seo bot, traffic bot" />
<meta name="robots" content="index,follow,max-image-preview:large,max-snippet:-1,max-video-preview:-1" />
<meta name="theme-color" content="#020617" />
<link rel="canonical" href="https://hitbotu.com/" />
<meta http-equiv="content-language" content="tr" />
<link rel="alternate" hreflang="tr-TR" href="https://hitbotu.com/" />
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" type="image/png" href="/logo.png">
<link rel="apple-touch-icon" href="/logo.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Rajdhani:wght@300;500;700&family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
<style>
:root {
--bg-dark: #020617;
--bg-panel: #0f172a;
--primary: #0ea5e9; /* Cyber Blue */
--accent: #00f3ff; /* Neon Cyan */
--success: #00ff41; /* Matrix Green */
--text-main: #f8fafc;
--text-muted: #94a3b8;
--border-glow: rgba(0, 243, 255, 0.3);
--glass: rgba(15, 23, 42, 0.6);
--gradient-tech: linear-gradient(135deg, #0ea5e9 0%, #00f3ff 100%);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}
body {
font-family: 'Rajdhani', sans-serif;
background-color: var(--bg-dark);
color: var(--text-main);
overflow-x: hidden;
line-height: 1.6;
}
/* Tech Background Grid */
.bg-grid {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(rgba(14, 165, 233, 0.05) 1px, transparent 1px),
linear-gradient(90deg, rgba(14, 165, 233, 0.05) 1px, transparent 1px);
background-size: 50px 50px;
z-index: -2;
pointer-events: none;
}
/* Network Particles Canvas */
#network-canvas {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0.4;
}
h1, h2, h3 {
font-family: 'Orbitron', sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
}
.container {
max-width: 1400px;
margin: 0 auto;
padding: 0 24px;
position: relative;
z-index: 1;
}
/* Header */
.header {
background: rgba(2, 6, 23, 0.8);
backdrop-filter: blur(12px);
border-bottom: 1px solid rgba(14, 165, 233, 0.2);
padding: 1.25rem 0;
position: sticky;
top: 0;
z-index: 1000;
}
.header .container {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo h1 {
font-size: 1.5rem;
background: var(--gradient-tech);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 0 0 20px rgba(0, 243, 255, 0.3);
}
.nav {
display: flex;
gap: 2rem;
}
.nav a {
color: var(--text-main);
text-decoration: none;
font-weight: 600;
font-size: 1.1rem;
position: relative;
transition: 0.3s;
letter-spacing: 1px;
}
.nav a:hover, .nav a.active {
color: var(--accent);
text-shadow: 0 0 10px var(--accent);
}
.nav a::before {
content: '[';
margin-right: 5px;
opacity: 0;
color: var(--success);
transition: 0.3s;
}
.nav a::after {
content: ']';
margin-left: 5px;
opacity: 0;
color: var(--success);
transition: 0.3s;
}
.nav a:hover::before, .nav a:hover::after,
.nav a.active::before, .nav a.active::after {
opacity: 1;
}
/* Hero Section */
.hero {
padding: 8rem 0 6rem;
text-align: center;
position: relative;
}
.hero-badge {
display: inline-block;
padding: 0.5rem 1.5rem;
border: 1px solid var(--success);
color: var(--success);
background: rgba(0, 255, 65, 0.1);
font-family: 'JetBrains Mono', monospace;
font-size: 0.9rem;
margin-bottom: 2rem;
clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%);
}
.hero-title {
font-size: 4rem;
margin-bottom: 1.5rem;
line-height: 1.1;
position: relative;
}
.hero-title .highlight {
color: var(--accent);
text-shadow: 0 0 20px rgba(0, 243, 255, 0.5);
position: relative;
display: inline-block;
}
.hero-subtitle {
font-size: 1.4rem;
color: var(--text-muted);
max-width: 800px;
margin: 0 auto 3rem;
}
/* Buttons */
.btn {
display: inline-block;
padding: 1rem 3rem;
text-decoration: none;
font-weight: 700;
font-family: 'Orbitron', sans-serif;
text-transform: uppercase;
transition: all 0.3s;
position: relative;
clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
border: none;
cursor: pointer;
}
.btn-primary {
background: var(--gradient-tech);
color: var(--bg-dark);
box-shadow: 0 0 30px rgba(14, 165, 233, 0.3);
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 0 50px rgba(0, 243, 255, 0.5);
letter-spacing: 2px;
}
.btn-pricing {
width: 100%;
background: transparent;
border: 1px solid var(--accent);
color: var(--accent);
margin-top: 2rem;
}
.btn-pricing:hover {
background: var(--accent);
color: var(--bg-dark);
box-shadow: 0 0 20px var(--accent);
}
/* Stats */
.hero-stats {
display: flex;
justify-content: center;
gap: 4rem;
margin-top: 4rem;
border-top: 1px solid rgba(255,255,255,0.1);
padding-top: 2rem;
background: linear-gradient(90deg, transparent, rgba(14, 165, 233, 0.05), transparent);
}
.hero-stat-value {
font-family: 'Orbitron', sans-serif;
font-size: 2.5rem;
color: var(--text-main);
display: block;
}
.hero-stat-label {
color: var(--success);
font-family: 'JetBrains Mono', monospace;
font-size: 0.8rem;
}
/* Cards Style (Common) */
.feature-card, .pricing-card, .why-card {
background: rgba(15, 23, 42, 0.6);
border: 1px solid rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
padding: 2.5rem;
position: relative;
transition: 0.3s;
overflow: hidden;
}
.feature-card::before, .pricing-card::before, .why-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 2px;
height: 0;
background: var(--accent);
transition: 0.5s;
}
.feature-card:hover, .pricing-card:hover, .why-card:hover {
transform: translateY(-5px);
border-color: var(--accent);
box-shadow: 0 10px 40px -10px rgba(0, 243, 255, 0.2);
}
.feature-card:hover::before, .pricing-card:hover::before, .why-card:hover::before {
height: 100%;
}
/* Features */
.features-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
margin-top: 4rem;
}
.feature-icon {
font-size: 2.5rem;
margin-bottom: 1.5rem;
color: var(--accent);
text-shadow: 0 0 15px var(--accent);
}
/* Pricing */
.pricing-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
margin-top: 3rem;
}
.pricing-card.featured {
border-color: var(--accent);
box-shadow: 0 0 30px rgba(0, 243, 255, 0.1);
}
.price {
font-size: 3.5rem;
font-family: 'Orbitron';
color: var(--text-main);
margin: 1rem 0;
}
.price span {
font-size: 1rem;
color: var(--text-muted);
}
.price-features li {
list-style: none;
padding: 0.8rem 0;
border-bottom: 1px dashed rgba(255,255,255,0.1);
color: var(--text-muted);
display: flex;
align-items: center;
}
.price-features li::before {
content: '>';
color: var(--success);
margin-right: 10px;
font-family: 'JetBrains Mono';
font-weight: bold;
}
/* Section Titles */
.section-title {
font-size: 2.5rem;
text-align: center;
margin-bottom: 1rem;
}
.section-title::after {
content: '_';
animation: blink 1s infinite;
color: var(--accent);
}
@keyframes blink { 50% { opacity: 0; } }
/* Footer */
.footer {
border-top: 1px solid rgba(255,255,255,0.1);
padding: 3rem 0;
margin-top: 4rem;
text-align: center;
background: #000;
}
/* Floating Button */
.telegram-float {
position: fixed;
bottom: 30px;
right: 30px;
width: 60px;
height: 60px;
background: #229ED9;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
text-decoration: none;
box-shadow: 0 0 20px rgba(34, 158, 217, 0.5);
z-index: 999;
transition: 0.3s;
}
.telegram-float:hover {
transform: scale(1.1);
box-shadow: 0 0 40px rgba(34, 158, 217, 0.8);
}
/* Responsive */
@media (max-width: 768px) {
.hero-title { font-size: 2.5rem; }
.features-grid, .pricing-grid { grid-template-columns: 1fr; }
.nav { display: none; }
.hero-stats { flex-direction: column; gap: 2rem; }
}
</style>
</head>
<body>
<div class="bg-grid"></div>
<canvas id="network-canvas"></canvas>
<header class="header">
<div class="container">
<div class="logo">
<h1><BARY_REQUEST /></h1>
</div>
<nav class="nav">
<a href="#home">/ROOT</a>
<a href="#features">/SYSTEMS</a>
<a href="#pricing">/ACCESS</a>
<a href="#contact">/CONNECT</a>
</nav>
</div>
</header>
<section id="home" class="hero">
<div class="container">
<div class="hero-badge">SYSTEM STATUS: ONLINE</div>
<h1 class="hero-title">Google Traffic <br><span class="highlight">Domination Protocol</span></h1>
<p class="hero-subtitle">Profesyonel hit botu, request bot ve CTR manipülasyonu. Sektörün %90'ının kullandığı gizli siber altyapı ile Google'da 1. sırayı hackleyin.</p>
<a href="#pricing" class="btn btn-primary">INITIALIZE BOT</a>
<div class="hero-stats">
<div class="hero-stat">
<span class="hero-stat-value">98.4%</span>
<span class="hero-stat-label">SUCCESS RATE</span>
</div>
<div class="hero-stat">
<span class="hero-stat-value">RANK #1</span>
<span class="hero-stat-label">GUARANTEED</span>
</div>
<div class="hero-stat">
<span class="hero-stat-value">INF</span>
<span class="hero-stat-label">REQUESTS/SEC</span>
</div>
</div>
</div>
</section>
<section id="features" class="features" style="padding: 6rem 0;">
<div class="container">
<h2 class="section-title">SYSTEM ARCHITECTURE</h2>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">🤖</div>
<h3>AI Driven Hit Bot</h3>
<p>Yapay zeka algoritmaları ile Google güncellemelerini anlık analiz eden ve davranışlarını buna göre şekillendiren otonom bot ağı.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🌐</div>
<h3>Global Proxy Matrix</h3>
<p>Milyonlarca clean residential IP üzerinden dağıtık request saldırısı. Google'ın bot tespit sistemlerine karşı hayalet modu.</p>
</div>
<div class="feature-card">
<div class="feature-icon">⚡</div>
<h3>High-Frequency Request</h3>
<p>Multi-thread optimizasyonu ile saniyede binlerce organik görünümlü istek. Sunucularınızı test edin, rakipleri geride bırakın.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🛡️</div>
<h3>Fingerprint Spoofing</h3>
<p>Her istekte benzersiz Canvas, WebGL ve Audio parmak izi üretimi. %100 gerçek kullanıcı simülasyonu.</p>
</div>
</div>
</div>
</section>
<section id="pricing" style="padding: 6rem 0;">
<div class="container">
<h2 class="section-title">ACCESS LEVELS</h2>
<div class="pricing-grid">
<div class="pricing-card">
<h3>MONTHLY ACCESS</h3>
<div class="price">$1.000</div>
<ul class="price-features">
<li>Google 1. Sıra Protokolü</li>
<li>Premium Request Botu</li>
<li>Advanced CTR Manipülasyonu</li>
<li>Organik Trafik Raporu</li>
</ul>
<a href="https://t.me/beratbary" target="_blank" class="btn btn-pricing">DEPLOY</a>
</div>
<div class="pricing-card featured">
<div style="position: absolute; top:0; right:0; background:var(--accent); color:black; padding:5px 15px; font-weight:bold; font-size:0.8rem;">RECOMMENDED</div>
<h3>YEARLY LICENSE</h3>
<div class="price">$3.000</div>
<ul class="price-features">
<li>Google 1. Sıra Garantisi</li>
<li>Enterprise Bot Ağı Erişimi</li>
<li>Trafik & CTR Bot Teknolojisi</li>
<li>7/24 Öncelikli Siber Destek</li>
</ul>
<a href="https://t.me/beratbary" target="_blank" class="btn btn-pricing">DEPLOY</a>
</div>
<div class="pricing-card">
<h3>UNLIMITED NODE</h3>
<div class="price">$3.750</div>
<ul class="price-features">
<li>Limit Kaldırılmış Altyapı</li>
<li>Sınırsız Hit & Request Gönderimi</li>
<li>Özel Botnet Konfigürasyonu</li>
<li>Canlı Trafik İzleme Paneli</li>
</ul>
<a href="https://t.me/beratbary" target="_blank" class="btn btn-pricing">DEPLOY</a>
</div>
<div class="pricing-card" style="border-color: var(--success);">
<h3>SOURCE CODE</h3>
<div class="price">$5.000</div>
<ul class="price-features">
<li>Tam Kaynak Kodu (Open Source)</li>
<li>White Label Lisanslama</li>
<li>Kendi Sunucunda Barındırma</li>
<li>Ömür Boyu Güncelleme</li>
</ul>
<a href="https://t.me/beratbary" target="_blank" class="btn btn-pricing">GET ROOT ACCESS</a>
</div>
</div>
</div>
</section>
<section style="background: rgba(0,255,65,0.05); padding: 4rem 0; text-align: center; border-top: 1px solid var(--success); border-bottom: 1px solid var(--success);">
<div class="container">
<h2 style="color: var(--success); margin-bottom: 1rem;">🔒 SECURITY GUARANTEE</h2>
<p style="max-width: 800px; margin: 0 auto;">
Bary Request altyapısı ile hedeflediğiniz anahtar kelimede 1. sıraya ulaşamazsanız, ödemeniz kripto veya fiat para birimi fark etmeksizin iade edilir.
</p>
</div>
</section>
<footer class="footer">
<div class="container">
<p>© 2026 BARY REQUEST | ENCRYPTED CONNECTION ESTABLISHED</p>
<p style="font-size: 0.8rem; color: #555; margin-top: 10px;">Google Hit Botu | Request Bot | CTR Traffic Solutions</p>
</div>
</footer>
<a href="https://t.me/beratbary" target="_blank" class="telegram-float">
<svg viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4.64 6.8c-.15 1.58-.8 5.42-1.13 7.19-.14.75-.42 1-.68 1.03-.58.05-1.02-.38-1.58-.75-.88-.58-1.38-.94-2.23-1.5-.99-.65-.35-1.01.22-1.59.15-.15 2.71-2.48 2.76-2.69a.2.2 0 00-.05-.18c-.06-.05-.14-.03-.21-.02-.09.02-1.49.95-4.22 2.79-.4.27-.76.41-1.08.4-.36-.01-1.04-.2-1.55-.37-.63-.2-1.12-.31-1.08-.66.02-.18.27-.36.74-.55 2.92-1.27 4.86-2.11 5.83-2.51 2.78-1.16 3.35-1.36 3.73-1.36.08 0 .27.02.39.12.1.08.13.19.14.27-.01.06.01.24 0 .24z"/></svg>
</a>
<script>
const canvas = document.getElementById('network-canvas');
const ctx = canvas.getContext('2d');
let width, height;
let particles = [];
// Resize
function resize() {
width = canvas.width = window.innerWidth;
height = canvas.height = window.innerHeight;
}
window.addEventListener('resize', resize);
resize();
// Particle Class
class Particle {
constructor() {
this.x = Math.random() * width;
this.y = Math.random() * height;
this.vx = (Math.random() - 0.5) * 0.5;
this.vy = (Math.random() - 0.5) * 0.5;
this.size = Math.random() * 2 + 1;
}
update() {
this.x += this.vx;
this.y += this.vy;
if (this.x < 0 || this.x > width) this.vx *= -1;
if (this.y < 0 || this.y > height) this.vy *= -1;
}
draw() {
ctx.beginPath();
ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2);
ctx.fillStyle = '#0ea5e9';
ctx.fill();
}
}
// Init Particles
for (let i = 0; i < 70; i++) {
particles.push(new Particle());
}
// Animation Loop
function animate() {
ctx.clearRect(0, 0, width, height);
for (let i = 0; i < particles.length; i++) {
particles[i].update();
particles[i].draw();
// Draw Connections
for (let j = i; j < particles.length; j++) {
const dx = particles[i].x - particles[j].x;
const dy = particles[i].y - particles[j].y;
const distance = Math.sqrt(dx * dx + dy * dy);
if (distance < 150) {
ctx.beginPath();
ctx.strokeStyle = `rgba(14, 165, 233, ${1 - distance/150})`;
ctx.lineWidth = 0.5;
ctx.moveTo(particles[i].x, particles[i].y);
ctx.lineTo(particles[j].x, particles[j].y);
ctx.stroke();
}
}
}
requestAnimationFrame(animate);
}
animate();
</script>
</body>
</html>Bu 2
<!DOCTYPE html>
<html lang="tr" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bary Request | Next-Gen Traffic Automation</title>
<meta name="description" content="Yapay zeka tabanlı Google Hit ve CTR Botu. Sektörün lider trafik otomasyon çözümü." />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;500;700;800&display=swap" rel="stylesheet">
<style>
:root {
/* Modern Dark Palette */
--bg-body: #030712; /* Çok koyu lacivert/siyah */
--bg-card: rgba(17, 24, 39, 0.7);
--primary: #3b82f6; /* Modern Blue */
--secondary: #8b5cf6; /* Modern Purple */
--accent: #06b6d4; /* Cyan */
--text-main: #f8fafc;
--text-muted: #94a3b8;
--border-color: rgba(255, 255, 255, 0.08);
--glass-border: rgba(255, 255, 255, 0.1);
/* Gradients */
--hero-gradient: linear-gradient(135deg, #f8fafc 0%, #94a3b8 100%);
--btn-gradient: linear-gradient(90deg, #3b82f6, #06b6d4);
--glow-gradient: radial-gradient(circle at center, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', sans-serif;
background-color: var(--bg-body);
color: var(--text-main);
overflow-x: hidden;
line-height: 1.6;
}
/* --- Ambient Background Effects --- */
.ambient-light {
position: fixed;
top: -10%;
left: 50%;
transform: translateX(-50%);
width: 1000px;
height: 600px;
background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, rgba(139, 92, 246, 0.05) 40%, transparent 70%);
filter: blur(80px);
z-index: -1;
pointer-events: none;
}
#network-canvas {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -2;
opacity: 0.5;
}
.container {
max-width: 1280px;
margin: 0 auto;
padding: 0 24px;
}
/* --- Typography --- */
h1, h2, h3 {
font-family: 'Outfit', sans-serif;
color: white;
}
.gradient-text {
background: linear-gradient(to right, #60a5fa, #c084fc, #2dd4bf);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
/* --- Header --- */
.header {
position: fixed;
top: 0;
width: 100%;
z-index: 50;
background: rgba(3, 7, 18, 0.6);
backdrop-filter: blur(16px);
border-bottom: 1px solid var(--border-color);
transition: all 0.3s ease;
}
.header-inner {
display: flex;
justify-content: space-between;
align-items: center;
height: 80px;
}
.logo {
font-size: 1.5rem;
font-weight: 700;
letter-spacing: -0.5px;
display: flex;
align-items: center;
gap: 10px;
}
.logo-dot {
width: 8px;
height: 8px;
background: #2dd4bf;
border-radius: 50%;
box-shadow: 0 0 10px #2dd4bf;
}
.nav-link {
color: var(--text-muted);
text-decoration: none;
font-size: 0.95rem;
margin-left: 2rem;
transition: color 0.3s;
font-weight: 500;
}
.nav-link:hover {
color: white;
}
/* --- Hero Section --- */
.hero {
padding: 180px 0 100px;
text-align: center;
position: relative;
}
.hero h1 {
font-size: 4.5rem;
line-height: 1.1;
font-weight: 800;
letter-spacing: -2px;
margin-bottom: 1.5rem;
}
.hero p {
font-size: 1.25rem;
color: var(--text-muted);
max-width: 700px;
margin: 0 auto 3rem;
font-weight: 300;
}
.pill-badge {
display: inline-flex;
align-items: center;
padding: 6px 16px;
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 999px;
font-size: 0.85rem;
color: #94a3b8;
margin-bottom: 2rem;
backdrop-filter: blur(4px);
}
.pill-badge span {
color: #38bdf8;
font-weight: 600;
margin-right: 8px;
}
.cta-group {
display: flex;
justify-content: center;
gap: 1rem;
margin-bottom: 5rem;
}
.btn {
padding: 1rem 2rem;
border-radius: 12px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
font-size: 1rem;
}
.btn-primary {
background: white;
color: black;
box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}
.btn-primary:hover {
background: #e2e8f0;
transform: translateY(-2px);
box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}
.btn-secondary {
background: rgba(255, 255, 255, 0.05);
color: white;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn-secondary:hover {
background: rgba(255, 255, 255, 0.1);
border-color: rgba(255, 255, 255, 0.2);
}
/* --- Glass Cards (Common) --- */
.glass-card {
background: var(--bg-card);
border: 1px solid var(--border-color);
border-radius: 24px;
padding: 2.5rem;
transition: all 0.4s ease;
position: relative;
overflow: hidden;
backdrop-filter: blur(12px);
}
.glass-card:hover {
border-color: rgba(59, 130, 246, 0.3);
transform: translateY(-5px);
box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.5);
}
.glass-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
opacity: 0.5;
}
/* --- Stats Grid --- */
.stats-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
max-width: 1000px;
margin: 0 auto;
}
.stat-item h3 {
font-size: 2.5rem;
font-weight: 700;
background: linear-gradient(to bottom, #fff, #94a3b8);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 0.25rem;
}
.stat-item p {
font-size: 0.9rem;
color: var(--text-muted);
letter-spacing: 0.05em;
text-transform: uppercase;
}
/* --- Features --- */
.features {
padding: 8rem 0;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 4rem;
}
.feature-icon-box {
width: 56px;
height: 56px;
background: rgba(59, 130, 246, 0.1);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
border: 1px solid rgba(59, 130, 246, 0.2);
font-size: 1.5rem;
color: #60a5fa;
}
/* --- Pricing --- */
.pricing-section {
padding: 8rem 0;
position: relative;
}
.pricing-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
max-width: 1200px;
margin: 4rem auto 0;
}
.price-tag {
font-size: 3rem;
font-weight: 700;
color: white;
margin: 1.5rem 0;
display: flex;
align-items: baseline;
gap: 5px;
}
.price-tag span {
font-size: 1rem;
color: var(--text-muted);
font-weight: 400;
}
.feature-list {
list-style: none;
margin-bottom: 2rem;
}
.feature-list li {
padding: 0.75rem 0;
display: flex;
align-items: center;
color: #cbd5e1;
font-size: 0.95rem;
}
.feature-list li svg {
width: 20px;
height: 20px;
margin-right: 12px;
color: #2dd4bf; /* Teal checkmark */
}
.btn-full {
width: 100%;
text-align: center;
background: linear-gradient(180deg, rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0.05));
border: 1px solid rgba(59, 130, 246, 0.2);
color: #60a5fa;
padding: 1rem;
border-radius: 12px;
transition: 0.3s;
}
.btn-full:hover {
background: #3b82f6;
color: white;
border-color: #3b82f6;
}
.popular-badge {
position: absolute;
top: 20px;
right: 20px;
background: #3b82f6;
color: white;
font-size: 0.75rem;
font-weight: 600;
padding: 4px 12px;
border-radius: 999px;
}
/* --- Floating Elements --- */
.telegram-btn {
position: fixed;
bottom: 30px;
right: 30px;
width: 64px;
height: 64px;
border-radius: 50%;
background: linear-gradient(135deg, #229ED9, #0088cc);
display: flex;
align-items: center;
justify-content: center;
color: white;
box-shadow: 0 10px 25px rgba(0, 136, 204, 0.4);
transition: all 0.3s;
z-index: 99;
border: 4px solid rgba(34, 158, 217, 0.2);
}
.telegram-btn:hover {
transform: scale(1.1) rotate(10deg);
border-color: rgba(34, 158, 217, 0.5);
}
/* Responsive */
@media (max-width: 768px) {
.hero h1 { font-size: 2.75rem; }
.hero-inner { flex-direction: column; }
.header-inner { justify-content: center; }
.nav-link { display: none; }
.stats-grid { grid-template-columns: 1fr; }
.cta-group { flex-direction: column; padding: 0 20px; }
.btn { width: 100%; text-align: center; }
}
</style>
</head>
<body>
<div class="ambient-light"></div>
<canvas id="network-canvas"></canvas>
<header class="header">
<div class="container header-inner">
<a href="#" class="logo">
<div class="logo-dot"></div>
BARY REQUEST
</a>
<nav class="nav">
<a href="#features" class="nav-link">Özellikler</a>
<a href="#pricing" class="nav-link">Fiyatlandırma</a>
<a href="https://t.me/beratbary" target="_blank" class="nav-link">İletişim</a>
</nav>
</div>
</header>
<section class="hero">
<div class="container">
<div class="pill-badge">
<span>NEW</span> v4.0 AI Algoritması Yayında
</div>
<h1>Google Organik Trafik <br> <span class="gradient-text">Otomasyonun Geleceği</span></h1>
<p>
Sıradan hit botlarını unutun. Yapay zeka destekli, parmak izi gizleme teknolojisine sahip ve sektörün %90'ının güvendiği altyapı ile tanışın.
</p>
<div class="cta-group">
<a href="#pricing" class="btn btn-primary">Paketleri İncele</a>
<a href="https://t.me/beratbary" class="btn btn-secondary">Telegram'a Git</a>
</div>
<div class="glass-card" style="padding: 2rem;">
<div class="stats-grid">
<div class="stat-item">
<h3>99.9%</h3>
<p>Uptime Garantisi</p>
</div>
<div class="stat-item">
<h3>1. Sıra</h3>
<p>Google Hedefleme</p>
</div>
<div class="stat-item">
<h3>∞</h3>
<p>Sınırsız İstek</p>
</div>
</div>
</div>
</div>
</section>
<section id="features" class="features">
<div class="container">
<div style="text-align: center; margin-bottom: 3rem;">
<h2 style="font-size: 2.5rem; margin-bottom: 1rem;">Neden Bary Request?</h2>
<p style="color: var(--text-muted);">Geleneksel botların aksine, gerçek kullanıcı davranışını simüle eden <br> modern bir siber altyapı sunuyoruz.</p>
</div>
<div class="features-grid">
<div class="glass-card">
<div class="feature-icon-box">⚡</div>
<h3>AI Destekli Davranış</h3>
<p style="color: var(--text-muted); margin-top: 10px;">
Statik botlar yerine, fare hareketleri ve sayfada gezinme süreleri yapay zeka tarafından her ziyaretçi için benzersiz oluşturulur.
</p>
</div>
<div class="glass-card">
<div class="feature-icon-box">🛡️</div>
<h3>Fingerprint Cloaking</h3>
<p style="color: var(--text-muted); margin-top: 10px;">
Canvas, WebGL ve AudioContext parmak izlerini her istekte değiştirerek Google'ın bot tespit sistemlerini %100 aşar.
</p>
</div>
<div class="glass-card">
<div class="feature-icon-box">🌍</div>
<h3>Global Proxy Ağı</h3>
<p style="color: var(--text-muted); margin-top: 10px;">
4G Mobil ve Konut (Residential) IP havuzumuz üzerinden gelen trafik, tamamen organik ve temiz görünür.
</p>
</div>
</div>
</div>
</section>
<section id="pricing" class="pricing-section">
<div class="container">
<div style="text-align: center;">
<h2 style="font-size: 2.5rem;">Esnek Planlar</h2>
<p style="color: var(--text-muted);">İster bireysel, ister kurumsal ölçekte trafik ihtiyacı.</p>
</div>
<div class="pricing-grid">
<div class="glass-card">
<h3>Başlangıç</h3>
<div class="price-tag">$1.000 <span>/ay</span></div>
<ul class="feature-list">
<li><svg fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>Standart Trafik Hızı</li>
<li><svg fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>Google 1. Sıra Odaklı</li>
<li><svg fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>7/24 Teknik Destek</li>
</ul>
<a href="https://t.me/beratbary" class="btn btn-full">Satın Al</a>
</div>
<div class="glass-card" style="border-color: rgba(59, 130, 246, 0.5); background: rgba(30, 41, 59, 0.8);">
<div class="popular-badge">POPÜLER</div>
<h3>Yıllık Lisans</h3>
<div class="price-tag">$3.000 <span>/yıl</span></div>
<ul class="feature-list">
<li><svg fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>Yüksek Öncelikli Trafik</li>
<li><svg fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>Gelişmiş CTR Modülü</li>
<li><svg fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>Özel IP Havuzu Erişimi</li>
</ul>
<a href="https://t.me/beratbary" class="btn btn-full" style="background: #3b82f6; color: white;">Hemen Başla</a>
</div>
<div class="glass-card">
<h3>Source Code</h3>
<div class="price-tag">$5.000 <span>/ömürlük</span></div>
<ul class="feature-list">
<li><svg fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>Açık Kaynak Kodları</li>
<li><svg fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>Kendi Sunucunda Barındır</li>
<li><svg fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>Developer Desteği</li>
</ul>
<a href="https://t.me/beratbary" class="btn btn-full">Teklif Al</a>
</div>
</div>
</div>
</section>
<footer style="border-top: 1px solid var(--border-color); padding: 3rem 0; text-align: center; color: var(--text-muted); font-size: 0.9rem;">
<div class="container">
<p>© 2026 Bary Request. Tüm hakları saklıdır. Professional SEO Automation.</p>
</div>
</footer>
<a href="https://t.me/beratbary" target="_blank" class="telegram-btn">
<svg viewBox="0 0 24 24" width="28" height="28" fill="currentColor"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4.64 6.8c-.15 1.58-.8 5.42-1.13 7.19-.14.75-.42 1-.68 1.03-.58.05-1.02-.38-1.58-.75-.88-.58-1.38-.94-2.23-1.5-.99-.65-.35-1.01.22-1.59.15-.15 2.71-2.48 2.76-2.69a.2.2 0 00-.05-.18c-.06-.05-.14-.03-.21-.02-.09.02-1.49.95-4.22 2.79-.4.27-.76.41-1.08.4-.36-.01-1.04-.2-1.55-.37-.63-.2-1.12-.31-1.08-.66.02-.18.27-.36.74-.55 2.92-1.27 4.86-2.11 5.83-2.51 2.78-1.16 3.35-1.36 3.73-1.36.08 0 .27.02.39.12.1.08.13.19.14.27-.01.06.01.24 0 .24z"/></svg>
</a>
<script>
const canvas = document.getElementById('network-canvas');
const ctx = canvas.getContext('2d');
let width, height;
let particles = [];
function resize() {
width = canvas.width = window.innerWidth;
height = canvas.height = window.innerHeight;
}
window.addEventListener('resize', resize);
resize();
class Particle {
constructor() {
this.x = Math.random() * width;
this.y = Math.random() * height;
this.vx = (Math.random() - 0.5) * 0.3; // Slower, smoother movement
this.vy = (Math.random() - 0.5) * 0.3;
this.size = Math.random() * 1.5 + 0.5; // Smaller particles
}
update() {
this.x += this.vx;
this.y += this.vy;
if (this.x < 0) this.x = width;
if (this.x > width) this.x = 0;
if (this.y < 0) this.y = height;
if (this.y > height) this.y = 0;
}
draw() {
ctx.beginPath();
ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2);
ctx.fillStyle = '#3b82f6';
ctx.fill();
}
}
for (let i = 0; i < 60; i++) particles.push(new Particle());
function animate() {
ctx.clearRect(0, 0, width, height);
for (let i = 0; i < particles.length; i++) {
particles[i].update();
particles[i].draw();
for (let j = i; j < particles.length; j++) {
const dx = particles[i].x - particles[j].x;
const dy = particles[i].y - particles[j].y;
const distance = Math.sqrt(dx * dx + dy * dy);
if (distance < 120) {
ctx.beginPath();
ctx.strokeStyle = `rgba(59, 130, 246, ${0.15 * (1 - distance/120)})`;
ctx.lineWidth = 0.5;
ctx.moveTo(particles[i].x, particles[i].y);
ctx.lineTo(particles[j].x, particles[j].y);
ctx.stroke();
}
}
}
requestAnimationFrame(animate);
}
animate();
</script>
</body>
</html>