File size: 16,391 Bytes
dff9e37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Для кого этот курс</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap');
        
        body {
            font-family: 'Inter', sans-serif;
            background-color: #0a0a0a;
            color: #E1E1E1;
            overflow-x: hidden;
        }
        
        .glow-text {
            text-shadow: 0 0 10px rgba(246, 252, 121, 0.7);
        }
        
        .glow-box {
            box-shadow: 0 0 15px rgba(246, 252, 121, 0.5);
        }
        
        .glow-box:hover {
            box-shadow: 0 0 25px rgba(246, 252, 121, 0.8);
        }
        
        .border-glow {
            border-color: #f6fc79;
            box-shadow: 0 0 10px rgba(246, 252, 121, 0.3);
        }
        
        .border-glow:hover {
            box-shadow: 0 0 20px rgba(246, 252, 121, 0.5);
        }
        
        .dashboard-container {
            perspective: 1000px;
            transform-style: preserve-3d;
        }
        
        .dashboard {
            transform: rotateY(-15deg) rotateX(5deg);
            transition: all 0.5s ease;
        }
        
        .dashboard:hover {
            transform: rotateY(-10deg) rotateX(3deg);
        }
        
        .traffic-flow {
            position: relative;
            height: 100%;
            overflow: hidden;
        }
        
        .flow-item {
            position: absolute;
            transition: all 0.5s ease;
        }
        
        .pulse {
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.05); opacity: 0.8; }
            100% { transform: scale(1); opacity: 1; }
        }
        
        .particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }
        
        .particle {
            position: absolute;
            background-color: rgba(246, 252, 121, 0.6);
            border-radius: 50%;
            pointer-events: none;
        }
        
        .tooltip {
            visibility: hidden;
            opacity: 0;
            transition: all 0.3s ease;
        }
        
        .flow-item:hover .tooltip {
            visibility: visible;
            opacity: 1;
        }
        
        .nav-link {
            position: relative;
            transition: all 0.3s ease;
        }
        
        .nav-link:hover {
            text-shadow: 0 0 10px rgba(246, 252, 121, 0.7);
            color: #f6fc79 !important;
        }
        
        .process-arrow {
            position: absolute;
            color: #f6fc79;
            font-size: 24px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
        }
        
        @media (max-width: 768px) {
            .dashboard {
                transform: none;
            }
        }

        .arrow-animation {
            animation: arrowPulse 1.5s infinite;
        }

        @keyframes arrowPulse {
            0% { opacity: 0.5; transform: translateY(-50%) translateX(0); }
            50% { opacity: 1; transform: translateY(-50%) translateX(5px); }
            100% { opacity: 0.5; transform: translateY(-50%) translateX(0); }
        }
        
        /* Custom styles for this section */
        .section-target {
            min-height: 100vh;
            position: relative;
            overflow: hidden;
        }
        
        .card-glow {
            position: relative;
        }
        
        .card-glow::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100%;
            height: 20px;
            background: linear-gradient(to top, rgba(246, 252, 121, 0.2), transparent);
            border-radius: 50%;
            filter: blur(5px);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .card-glow:hover::after {
            opacity: 1;
        }
        
        .icon-hover {
            transition: all 0.3s ease;
        }
        
        .card:hover .icon-hover {
            transform: translateY(-5px) rotate(5deg);
            filter: drop-shadow(0 5px 5px rgba(246, 252, 121, 0.3));
        }
        
        .fade-in-up {
            animation: fadeInUp 1s ease forwards;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .vibrate {
            animation: vibrate 0.3s linear infinite;
        }
        
        @keyframes vibrate {
            0% { transform: rotate(0deg); }
            25% { transform: rotate(2deg); }
            50% { transform: rotate(0deg); }
            75% { transform: rotate(-2deg); }
            100% { transform: rotate(0deg); }
        }
        
        .scan-line {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(to right, transparent, #f6fc79, transparent);
            z-index: 10;
            animation: scan 3s linear infinite;
            opacity: 0;
        }
        
        @keyframes scan {
            0% { top: 0; opacity: 0.7; }
            100% { top: 100%; opacity: 0; }
        }
        
        .show-scan {
            animation: showScan 1.5s ease forwards;
        }
        
        @keyframes showScan {
            0% { opacity: 0; }
            50% { opacity: 0.7; }
            100% { opacity: 0; }
        }

        .icon-container {
            width: 50px;
            height: 50px;
            border-radius: 12px;
            background: linear-gradient(135deg, #1a1a1a 0%, #121212 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
        }

        .icon-container::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(
                to bottom right,
                rgba(246, 252, 121, 0) 0%,
                rgba(246, 252, 121, 0.1) 50%,
                rgba(246, 252, 121, 0) 100%
            );
            transform: rotate(30deg);
            transition: all 0.6s ease;
        }

        .card:hover .icon-container::before {
            transform: rotate(30deg) translate(20%, 20%);
        }

        .icon-target {
            color: #f6fc79;
            font-size: 24px;
        }
    </style>
</head>
<body>
    <section class="section-target w-full py-20 px-4 sm:px-6 lg:px-8">
        <!-- Scan line effect -->
        <div id="scanLine" class="scan-line"></div>
        
        <div class="max-w-7xl mx-auto h-full flex flex-col lg:flex-row items-center justify-center gap-12">
            <!-- Left side - Text content -->
            <div class="lg:w-1/2 space-y-6 fade-in-up" style="animation-delay: 0.2s;">
                <div class="flex items-center gap-3">
                    <div class="icon-container">
                        <i class="fas fa-bullseye icon-target"></i>
                    </div>
                    <h2 class="text-4xl md:text-5xl font-bold uppercase text-[#f6fc79] tracking-wide glow-text">
                        Для кого этот курс
                    </h2>
                </div>
                
                <p class="text-lg md:text-xl text-[#E1E1E1] opacity-90 max-w-2xl fade-in-up" style="animation-delay: 0.4s;">
                    Курс подойдёт тем, кто хочет зарабатывать онлайн — даже если у вас нет опыта. Простыми словами, пошагово и с поддержкой на каждом этапе.
                </p>
            </div>
            
            <!-- Right side - Cards -->
            <div class="lg:w-1/2 w-full">
                <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
                    <!-- Card 1 -->
                    <div class="card bg-[#121212] rounded-2xl p-6 border border-[#1f1f1f] transition-all duration-300 hover:border-[#f6fc79] glow-box card-glow fade-in-up" style="animation-delay: 0.6s;">
                        <div class="flex flex-col space-y-4">
                            <div class="icon-container">
                                <i class="fas fa-user-graduate icon-target"></i>
                            </div>
                            <h3 class="text-xl font-bold text-white">Новички без опыта в маркетинге</h3>
                            <p class="text-[#E1E1E1] opacity-80">
                                "Мы научим с нуля. Без сложных терминов и лишней теории — только практика."
                            </p>
                        </div>
                    </div>
                    
                    <!-- Card 2 -->
                    <div class="card bg-[#121212] rounded-2xl p-6 border border-[#1f1f1f] transition-all duration-300 hover:border-[#f6fc79] glow-box card-glow fade-in-up" style="animation-delay: 0.8s;">
                        <div class="flex flex-col space-y-4">
                            <div class="icon-container">
                                <i class="fas fa-briefcase icon-target"></i>
                            </div>
                            <h3 class="text-xl font-bold text-white">Предприниматели, желающие освоить онлайн-заработок</h3>
                            <p class="text-[#E1E1E1] opacity-80">
                                "Построим новую нишу или усилим текущий бизнес через трафик."
                            </p>
                        </div>
                    </div>
                    
                    <!-- Card 3 -->
                    <div class="card bg-[#121212] rounded-2xl p-6 border border-[#1f1f1f] transition-all duration-300 hover:border-[#f6fc79] glow-box card-glow fade-in-up" style="animation-delay: 1.0s;">
                        <div class="flex flex-col space-y-4">
                            <div class="icon-container">
                                <i class="fas fa-chart-line icon-target"></i>
                            </div>
                            <h3 class="text-xl font-bold text-white">Маркетологи, стремящиеся увеличить доход</h3>
                            <p class="text-[#E1E1E1] opacity-80">
                                "Арбитраж — это масштаб. Освой навыки, которые приносят x2–x5 к доходу."
                            </p>
                        </div>
                    </div>
                    
                    <!-- Card 4 -->
                    <div class="card bg-[#121212] rounded-2xl p-6 border border-[#1f1f1f] transition-all duration-300 hover:border-[#f6fc79] glow-box card-glow fade-in-up" style="animation-delay: 1.2s;">
                        <div class="flex flex-col space-y-4">
                            <div class="icon-container">
                                <i class="fas fa-globe-americas icon-target"></i>
                            </div>
                            <h3 class="text-xl font-bold text-white">Те, кто хочет работать удалённо и зарабатывать в $</h3>
                            <p class="text-[#E1E1E1] opacity-80">
                                "Работа без офиса, заказчиков и потолка по доходу. Только результат."
                            </p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <script>
        // Trigger scan line animation when page loads
        document.addEventListener('DOMContentLoaded', function() {
            const scanLine = document.getElementById('scanLine');
            
            // Initial scan
            setTimeout(() => {
                scanLine.classList.add('show-scan');
            }, 500);
            
            // Add vibrate animation to icons when cards are hovered
            const cards = document.querySelectorAll('.card');
            cards.forEach(card => {
                card.addEventListener('mouseenter', function() {
                    const icon = this.querySelector('.icon-container');
                    icon.classList.add('vibrate');
                    
                    // Add particles effect
                    createParticles(this);
                });
                
                card.addEventListener('mouseleave', function() {
                    const icon = this.querySelector('.icon-container');
                    icon.classList.remove('vibrate');
                });
            });
            
            // Create particles effect
            function createParticles(element) {
                const rect = element.getBoundingClientRect();
                const colors = ['#f6fc79', '#f6fc79', '#f6fc79'];
                
                for (let i = 0; i < 8; i++) {
                    const particle = document.createElement('div');
                    particle.classList.add('particle');
                    
                    // Random size between 2px and 5px
                    const size = Math.random() * 3 + 2;
                    particle.style.width = `${size}px`;
                    particle.style.height = `${size}px`;
                    
                    // Random position within the card
                    const x = Math.random() * rect.width;
                    const y = Math.random() * rect.height;
                    
                    // Random color
                    const color = colors[Math.floor(Math.random() * colors.length)];
                    particle.style.backgroundColor = color;
                    
                    // Set initial position
                    particle.style.left = `${x}px`;
                    particle.style.top = `${y}px`;
                    
                    // Add to card
                    element.appendChild(particle);
                    
                    // Animate
                    const animation = particle.animate([
                        { transform: 'translate(0, 0)', opacity: 1 },
                        { transform: `translate(${(Math.random() - 0.5) * 60}px, ${(Math.random() - 0.5) * 60}px)`, opacity: 0 }
                    ], {
                        duration: Math.random() * 1000 + 500,
                        easing: 'cubic-bezier(0.4, 0, 0.2, 1)'
                    });
                    
                    animation.onfinish = () => particle.remove();
                }
            }
        });
    </script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=timoon811/tmtblock2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>