-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
761 lines (700 loc) · 36 KB
/
Copy pathindex.html
File metadata and controls
761 lines (700 loc) · 36 KB
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
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SKYLINE - Professional Digital Marketing</title>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap"
rel="stylesheet">
<!-- External Libraries -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
<!-- Custom Styles -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Loading Screen -->
<div class="loading-screen" id="loadingScreen">
<div class="loading-content">
<div class="loading-logo">SKYLINE</div>
<div class="loading-bar">
<div class="loading-progress"></div>
</div>
<div class="loading-text">Loading Excellence...</div>
</div>
</div>
<!-- Navigation -->
<nav class="navbar" id="navbar">
<div class="nav-container">
<div class="nav-logo">
<span class="logo-text shiny-text">SKYLINE</span>
</div>
<ul class="nav-links">
<li><a href="#home" class="nav-link shiny-text">Home</a></li>
<li><a href="#services" class="nav-link shiny-text">Services</a></li>
<li><a href="#portfolio" class="nav-link shiny-text">Portfolio</a></li>
<li><a href="#tutorial" class="nav-link shiny-text">How It Works</a></li>
<li><a href="#contact" class="nav-link shiny-text">Contact</a></li>
</ul>
<div class="nav-toggle" id="navToggle">
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero" id="home">
<div class="hero-container">
<div class="hero-content">
<div class="hero-badge">Digital Marketing Excellence</div>
<h1 class="hero-title">
<span class="title-line">Transform Your</span>
<span class="title-line highlight">Digital Presence</span>
<span class="title-line">Into Results</span>
</h1>
<p class="hero-subtitle">
We craft data-driven marketing strategies that drive growth,
increase conversions, and deliver measurable ROI for forward-thinking businesses.
</p>
<div class="hero-stats">
<div class="stat-item">
<div class="stat-number" data-target="500">0</div>
<div class="stat-label">Clients Served</div>
</div>
<div class="stat-item">
<div class="stat-number" data-target="300">0</div>
<div class="stat-label">% Average ROI</div>
</div>
<div class="stat-item">
<div class="stat-number" data-target="24">0</div>
<div class="stat-label">Hour Support</div>
</div>
</div>
<div class="hero-buttons">
<a href="#services" class="btn btn-primary">Start Your Growth</a>
<a href="#portfolio" class="btn btn-secondary">View Our Work</a>
</div>
</div>
<div class="hero-visual">
<div class="visual-container">
<div class="chart-container">
<div class="growth-chart">
<div class="chart-bar" style="height: 20%"></div>
<div class="chart-bar" style="height: 35%"></div>
<div class="chart-bar" style="height: 60%"></div>
<div class="chart-bar" style="height: 80%"></div>
<div class="chart-bar" style="height: 100%"></div>
</div>
<div class="chart-label">Growth Trajectory</div>
</div>
</div>
</div>
</div>
<div class="scroll-indicator">
<div class="scroll-line"></div>
<span>Scroll to explore</span>
</div>
</section>
<!-- Services Section -->
<section class="services" id="services">
<div class="section-container">
<div class="section-header">
<h2 class="section-title">Our Services</h2>
<p class="section-subtitle">
Comprehensive digital marketing solutions designed to accelerate your business growth
</p>
</div>
<div class="services-grid">
<div class="service-card">
<div class="service-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<circle cx="11" cy="11" r="8" />
<path d="21 21l-4.35-4.35" />
</svg>
</div>
<h3 class="service-title">SEO Optimization</h3>
<p class="service-description">
Advanced search engine optimization strategies that drive organic traffic and improve rankings
</p>
<ul class="service-features">
<li>Technical SEO Audits</li>
<li>Keyword Research & Strategy</li>
<li>Content Optimization</li>
<li>Link Building Campaigns</li>
</ul>
</div>
<div class="service-card">
<div class="service-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<rect x="2" y="3" width="20" height="14" rx="2" ry="2" />
<line x1="8" y1="21" x2="16" y2="21" />
<line x1="12" y1="17" x2="12" y2="21" />
</svg>
</div>
<h3 class="service-title">PPC Advertising</h3>
<p class="service-description">
Data-driven paid advertising campaigns that maximize ROI and drive targeted conversions
</p>
<ul class="service-features">
<li>Google Ads Management</li>
<li>Social Media Advertising</li>
<li>Campaign Optimization</li>
<li>Performance Analytics</li>
</ul>
</div>
<div class="service-card">
<div class="service-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path d="18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z" />
</svg>
</div>
<h3 class="service-title">Social Media Marketing</h3>
<p class="service-description">
Strategic social media campaigns that build brand awareness and engage your audience
</p>
<ul class="service-features">
<li>Content Strategy</li>
<li>Community Management</li>
<li>Influencer Partnerships</li>
<li>Social Analytics</li>
</ul>
</div>
<div class="service-card">
<div class="service-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<polyline points="22,12 18,12 15,21 9,3 6,12 2,12" />
</svg>
</div>
<h3 class="service-title">Analytics & Insights</h3>
<p class="service-description">
Comprehensive analytics and reporting to track performance and optimize strategies
</p>
<ul class="service-features">
<li>Performance Tracking</li>
<li>Conversion Analysis</li>
<li>Custom Dashboards</li>
<li>Strategic Insights</li>
</ul>
</div>
<div class="service-card">
<div class="service-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path d="14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" />
<polyline points="14,2 14,8 20,8" />
<line x1="16" y1="13" x2="8" y2="13" />
<line x1="16" y1="17" x2="8" y2="17" />
<polyline points="10,9 9,9 8,9" />
</svg>
</div>
<h3 class="service-title">Content Marketing</h3>
<p class="service-description">
Strategic content creation that engages audiences and drives meaningful conversions
</p>
<ul class="service-features">
<li>Content Strategy</li>
<li>Blog Management</li>
<li>Video Production</li>
<li>Brand Storytelling</li>
</ul>
</div>
<div class="service-card">
<div class="service-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path d="12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" />
</svg>
</div>
<h3 class="service-title">Brand Strategy</h3>
<p class="service-description">
Comprehensive brand development and positioning strategies for market leadership
</p>
<ul class="service-features">
<li>Brand Positioning</li>
<li>Market Research</li>
<li>Competitive Analysis</li>
<li>Brand Guidelines</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Portfolio Section -->
<section class="portfolio" id="portfolio">
<div class="section-container">
<div class="section-header">
<h2 class="section-title">Success Stories</h2>
<p class="section-subtitle">
Real results from real clients who trusted us with their digital growth
</p>
</div>
<div class="portfolio-showcase">
<div class="showcase-content">
<div class="case-study active">
<div class="case-study-content">
<div class="case-badge">E-Commerce</div>
<h3 class="case-title">Fashion Retailer Transformation</h3>
<p class="case-description">
Complete digital overhaul resulting in massive growth across all channels
</p>
<div class="case-metrics">
<div class="metric">
<div class="metric-value">850%</div>
<div class="metric-label">Sales Increase</div>
</div>
<div class="metric">
<div class="metric-value">3.2M</div>
<div class="metric-label">Monthly Reach</div>
</div>
<div class="metric">
<div class="metric-value">4.8x</div>
<div class="metric-label">ROI Improvement</div>
</div>
</div>
</div>
</div>
<div class="case-study">
<div class="case-study-content">
<div class="case-badge">Technology</div>
<h3 class="case-title">SaaS Platform Launch</h3>
<p class="case-description">
Strategic market entry with comprehensive digital marketing approach
</p>
<div class="case-metrics">
<div class="metric">
<div class="metric-value">250%</div>
<div class="metric-label">Lead Generation</div>
</div>
<div class="metric">
<div class="metric-value">5.2M</div>
<div class="metric-label">Impressions</div>
</div>
<div class="metric">
<div class="metric-value">65%</div>
<div class="metric-label">Conversion Rate</div>
</div>
</div>
</div>
</div>
<div class="case-study">
<div class="case-study-content">
<div class="case-badge">Healthcare</div>
<h3 class="case-title">Healthcare Practice Growth</h3>
<p class="case-description">
Local SEO and digital presence optimization for medical practice
</p>
<div class="case-metrics">
<div class="metric">
<div class="metric-value">400%</div>
<div class="metric-label">Patient Inquiries</div>
</div>
<div class="metric">
<div class="metric-value">1.8M</div>
<div class="metric-label">Local Impressions</div>
</div>
<div class="metric">
<div class="metric-value">92%</div>
<div class="metric-label">Appointment Rate</div>
</div>
</div>
</div>
</div>
</div>
<div class="showcase-navigation">
<button class="nav-dot active" data-slide="0"></button>
<button class="nav-dot" data-slide="1"></button>
<button class="nav-dot" data-slide="2"></button>
</div>
</div>
</div>
</section>
<!-- Stepper Tutorial Section -->
<section class="stepper-section" id="tutorial">
<div class="section-container">
<div class="section-header">
<h2 class="section-title">How Our Platform Works</h2>
<p class="section-subtitle">
Follow these simple steps to get the most out of our AI-powered marketing platform
</p>
</div>
<div class="stepper-container">
<div class="outer-container">
<div class="step-circle-container">
<!-- Step Indicators Row -->
<div class="step-indicator-row">
<!-- Step 1 -->
<div class="step-indicator active" data-step="1">
<div class="step-indicator-inner">
<div class="active-dot"></div>
<span class="step-number" style="display: none;">1</span>
<div class="check-icon" style="display: none;">
<svg fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
</svg>
</div>
</div>
</div>
<!-- Connector 1-2 -->
<div class="step-connector">
<div class="step-connector-inner"></div>
</div>
<!-- Step 2 -->
<div class="step-indicator" data-step="2">
<div class="step-indicator-inner">
<div class="active-dot" style="display: none;"></div>
<span class="step-number">2</span>
<div class="check-icon" style="display: none;">
<svg fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
</svg>
</div>
</div>
</div>
<!-- Connector 2-3 -->
<div class="step-connector">
<div class="step-connector-inner"></div>
</div>
<!-- Step 3 -->
<div class="step-indicator" data-step="3">
<div class="step-indicator-inner">
<div class="active-dot" style="display: none;"></div>
<span class="step-number">3</span>
<div class="check-icon" style="display: none;">
<svg fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
</svg>
</div>
</div>
</div>
<!-- Connector 3-4 -->
<div class="step-connector">
<div class="step-connector-inner"></div>
</div>
<!-- Step 4 -->
<div class="step-indicator" data-step="4">
<div class="step-indicator-inner">
<div class="active-dot" style="display: none;"></div>
<span class="step-number">4</span>
<div class="check-icon" style="display: none;">
<svg fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
</svg>
</div>
</div>
</div>
</div>
<!-- Step Content -->
<div class="step-content-default">
<!-- Step 1: Welcome -->
<div class="step-default step-content active" data-step="1">
<div class="tutorial-step">
<div class="step-icon">👋</div>
<h3>Welcome to SKYLINE!</h3>
<p>Your journey to digital marketing success starts here. Our AI-powered platform will transform how you approach marketing.</p>
<div class="step-highlight">
<span class="highlight-text">✨ Get personalized marketing strategies</span>
</div>
</div>
</div>
<!-- Step 2: AI Chat -->
<div class="step-default step-content" data-step="2">
<div class="tutorial-step">
<div class="step-icon">🤖</div>
<h3>Chat with Our AI Assistant</h3>
<p>Click on the AI chat icon in the bottom-right corner to get instant help and recommendations.</p>
<div class="step-highlight">
<div class="chat-demo">
<div class="chat-icon-demo">💬</div>
<span class="arrow-pointer">← Click here anytime</span>
</div>
</div>
</div>
</div>
<!-- Step 3: Get Analysis -->
<div class="step-default step-content" data-step="3">
<div class="tutorial-step">
<div class="step-icon">📊</div>
<h3>Get Your Marketing Analysis</h3>
<p>Tell our AI about your business goals, and it will provide a custom marketing strategy with actionable insights.</p>
</div>
</div>
<!-- Step 4: Start Growing -->
<div class="step-default step-content" data-step="4">
<div class="tutorial-step">
<div class="step-icon">🚀</div>
<h3>Start Your Growth Journey</h3>
<p>Ready to dominate your market? Fill out our contact form below and let's build something legendary together!</p>
<div class="step-highlight">
<button class="demo-cta-btn">Get Started Now →</button>
</div>
</div>
</div>
</div>
<!-- Footer Navigation -->
<div class="footer-container">
<div class="footer-nav end">
<button class="back-button" id="stepperBack" style="display: none;">Back</button>
<button class="next-button" id="stepperNext">Next Step</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact" id="contact">
<div class="section-container">
<div class="contact-content">
<div class="contact-info">
<h2 class="section-title">Ready to Grow?</h2>
<p class="contact-description">
Let's discuss how we can accelerate your business growth with data-driven digital marketing
strategies.
</p>
<div class="contact-details">
<div class="contact-item">
<div class="contact-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path
d="4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z" />
<polyline points="22,6 12,13 2,6" />
</svg>
</div>
<span>hello@SKYLINE.com</span>
</div>
<div class="contact-item">
<div class="contact-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path
d="22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" />
</svg>
</div>
<span>+1 (555) 123-4567</span>
</div>
<div class="contact-item">
<div class="contact-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path d="21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z" />
<circle cx="12" cy="10" r="3" />
</svg>
</div>
<span>New York, NY</span>
</div>
</div>
</div>
<div class="contact-form">
<form id="contactForm">
<div class="form-group">
<label for="name">Full Name</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email Address</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="company">Company</label>
<input type="text" id="company" name="company">
</div>
<div class="form-group">
<label for="message">Project Details</label>
<textarea id="message" name="message" rows="5" required></textarea>
</div>
<button type="submit" class="btn btn-primary btn-submit">
<span class="btn-text">Send Message</span>
<span class="btn-arrow">→</span>
</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="footer-container">
<div class="footer-content">
<div class="footer-brand">
<div class="footer-logo">SKYLINE</div>
<p class="footer-description">
Transforming businesses through innovative digital marketing strategies and data-driven results.
</p>
</div>
<div class="footer-links">
<div class="footer-column">
<h4>Services</h4>
<ul>
<li><a href="#services">SEO Optimization</a></li>
<li><a href="#services">PPC Advertising</a></li>
<li><a href="#services">Social Media</a></li>
<li><a href="#services">Analytics</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Company</h4>
<ul>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Resources</h4>
<ul>
<li><a href="#">Blog</a></li>
<li><a href="#">Case Studies</a></li>
<li><a href="#">Insights</a></li>
<li><a href="#">Support</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 SKYLINE. All rights reserved.</p>
<div class="footer-social">
<a href="#" class="social-link">LinkedIn</a>
<a href="#" class="social-link">Twitter</a>
<a href="#" class="social-link">Instagram</a>
</div>
</div>
</div>
</footer>
<!-- Success Message -->
<div class="success-message" id="successMessage">
<div class="success-content">
<div class="success-icon">✓</div>
<div class="success-text">Message sent successfully!</div>
</div>
</div>
<div class="ai-chat-widget" id="aiChatWidget">
<!-- Chat Toggle Button -->
<div class="chat-toggle" id="chatToggle">
<div class="chat-icon">
<svg class="chat-bubble-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>
</svg>
<svg class="close-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="display: none;">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</div>
<div class="chat-pulse"></div>
<div class="notification-badge" id="notificationBadge">1</div>
</div>
<!-- Chat Window -->
<div class="chat-window" id="chatWindow">
<!-- Chat Header -->
<div class="chat-header">
<div class="ai-avatar">
<span>🤖</span>
</div>
<div class="ai-info">
<h4>Alex - Marketing AI</h4>
<span class="status">Online • Ready to help</span>
</div>
<button class="minimize-btn" id="minimizeBtn">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<line x1="5" y1="12" x2="19" y2="12"></line>
</svg>
</button>
</div>
<!-- Chat Messages -->
<div class="chat-messages" id="chatMessages">
<!-- Welcome Message -->
<div class="message ai-message">
<div class="message-avatar">🤖</div>
<div class="message-content">
<div class="message-text">
👋 Hi! I'm Alex, your AI marketing assistant.
<br><br>
I can help you:
<br>• Find the perfect marketing strategy
<br>• Book a free consultation
<br>• Calculate potential ROI
<br>• Answer any questions
<br><br>
What brings you here today?
</div>
<div class="message-time">Just now</div>
</div>
</div>
</div>
<!-- Quick Action Buttons -->
<div class="quick-actions" id="quickActions">
<button class="quick-btn" data-message="I need help with SEO">🎯 SEO Help</button>
<button class="quick-btn" data-message="I want to book a consultation">📅 Book Meeting</button>
<button class="quick-btn" data-message="What services do you offer?">💼 Services</button>
<button class="quick-btn" data-message="Calculate my ROI potential">📊 ROI Calculator</button>
</div>
<!-- Typing Indicator -->
<div class="typing-indicator" id="typingIndicator" style="display: none;">
<div class="typing-avatar">🤖</div>
<div class="typing-dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
<!-- Chat Input -->
<div class="chat-input-container">
<div class="chat-input-wrapper">
<input type="text" class="chat-input" id="chatInput" placeholder="Type your message..." autocomplete="off">
<button class="send-btn" id="sendBtn">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<line x1="22" y1="2" x2="11" y2="13"></line>
<polygon points="22,2 15,22 11,13 2,9"></polygon>
</svg>
</button>
</div>
<div class="input-footer">
<span>Powered by AI • Your data is secure</span>
</div>
</div>
</div>
</div>
<!-- Lead Capture Modal -->
<div class="lead-modal-overlay" id="leadModalOverlay" style="display: none;">
<div class="lead-modal">
<div class="lead-modal-header">
<h3>📅 Book Your Free Consultation</h3>
<button class="modal-close" id="modalClose">×</button>
</div>
<div class="lead-modal-content">
<form id="leadCaptureForm">
<div class="form-group">
<label>Your Name</label>
<input type="text" name="name" required>
</div>
<div class="form-group">
<label>Email Address</label>
<input type="email" name="email" required>
</div>
<div class="form-group">
<label>Company</label>
<input type="text" name="company">
</div>
<div class="form-group">
<label>What's your main marketing challenge?</label>
<textarea name="challenge" rows="3"></textarea>
</div>
<button type="submit" class="submit-btn">Book My Free Session</button>
</form>
</div>
</div>
</div>
<!-- Custom JavaScript -->
<script src="chatbot.js"></script>
<script src="script.js"></script>
</body>
</html>