File size: 35,543 Bytes
e50934a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>ZenFlow Harmony Studio | Peaceful Yoga & Meditation</title>
    <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
    <link rel="stylesheet" href="style.css">
    <script src="https://cdn.tailwindcss.com"></script>
    <script>
        tailwind.config = {
            darkMode: 'class',
            theme: {
                extend: {
                    colors: {
                        primary: {
                            50: '#f0f9ff',
                            100: '#e0f2fe',
                            200: '#bae6fd',
                            300: '#7dd3fc',
                            400: '#38bdf8',
                            500: '#0ea5e9',
                            600: '#0284c7',
                            700: '#0369a1',
                            800: '#075985',
                            900: '#0c4a6e',
                        },
                        secondary: {
                            50: '#fdf2f8',
                            100: '#fce7f3',
                            200: '#fbcfe8',
                            300: '#f9a8d4',
                            400: '#f472b6',
                            500: '#ec4899',
                            600: '#db2777',
                            700: '#be185d',
                            800: '#9d174d',
                            900: '#831843',
                        }
                    }
                }
            }
        }
    </script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
</head>
<body class="bg-gray-900 text-gray-100 min-h-screen font-sans">
    <!-- Navigation -->
    <script src="components/navbar.js"></script>
    <custom-navbar></custom-navbar>

    <!-- Hero Section -->
    <section class="relative overflow-hidden py-20 md:py-32 px-4 md:px-8">
        <div class="absolute inset-0 z-0">
            <img src="http://static.photos/nature/1200x630/42" alt="Calming nature background" class="w-full h-full object-cover opacity-30">
            <div class="absolute inset-0 bg-gradient-to-r from-gray-900 via-gray-900/80 to-transparent"></div>
        </div>
        <div class="container mx-auto max-w-6xl relative z-10">
            <div class="grid md:grid-cols-2 gap-12 items-center">
                <div>
                    <h1 class="text-4xl md:text-6xl font-bold mb-6 leading-tight">
                        Find Your <span class="text-primary-400">Inner Peace</span> with Mindful Movement
                    </h1>
                    <p class="text-xl text-gray-300 mb-8 max-w-2xl">
                        Welcome to ZenFlow Harmony Studio, where ancient yoga traditions meet modern wellness practices. Our calming sanctuary offers transformative experiences for body, mind, and spirit.
                    </p>
                    <div class="flex flex-wrap gap-4">
                        <a href="#classes" class="bg-primary-600 hover:bg-primary-700 text-white px-8 py-4 rounded-full font-semibold text-lg transition duration-300 transform hover:scale-105 shadow-lg">
                            Explore Classes
                        </a>
                        <a href="#booking" class="border-2 border-secondary-500 hover:bg-secondary-500/20 text-secondary-300 px-8 py-4 rounded-full font-semibold text-lg transition duration-300">
                            Book Your Session
                        </a>
                    </div>
                </div>
                <div class="hidden md:block">
                    <div class="relative">
                        <div class="absolute -inset-4 bg-gradient-to-r from-primary-500 to-secondary-500 rounded-3xl blur-xl opacity-30"></div>
                        <img src="http://static.photos/wellness/640x360/23" alt="Yoga practitioner in peaceful pose" class="relative rounded-2xl shadow-2xl w-full">
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Class Types -->
    <section id="classes" class="py-20 px-4 md:px-8">
        <div class="container mx-auto max-w-6xl">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold mb-4">Our Yoga & Meditation Classes</h2>
                <p class="text-gray-400 max-w-2xl mx-auto">From gentle flows to powerful practices, find the perfect class for your journey</p>
            </div>
            <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
                <!-- Class Card 1 -->
                <div class="bg-gray-800 rounded-2xl p-8 hover:bg-gray-700/50 transition duration-300 border border-gray-700 hover:border-primary-500/30">
                    <div class="w-16 h-16 bg-primary-900/30 rounded-2xl flex items-center justify-center mb-6">
                        <i data-feather="moon" class="text-primary-400 w-8 h-8"></i>
                    </div>
                    <h3 class="text-2xl font-bold mb-3">Gentle Hatha Flow</h3>
                    <p class="text-gray-400 mb-6">Perfect for beginners, this class focuses on foundational poses, breath awareness, and gentle movements to build strength and flexibility.</p>
                    <div class="flex items-center text-gray-300">
                        <i data-feather="clock" class="w-4 h-4 mr-2"></i>
                        <span>60 min • All Levels</span>
                    </div>
                </div>
                
                <!-- Class Card 2 -->
                <div class="bg-gray-800 rounded-2xl p-8 hover:bg-gray-700/50 transition duration-300 border border-gray-700 hover:border-secondary-500/30">
                    <div class="w-16 h-16 bg-secondary-900/30 rounded-2xl flex items-center justify-center mb-6">
                        <i data-feather="sun" class="text-secondary-400 w-8 h-8"></i>
                    </div>
                    <h3 class="text-2xl font-bold mb-3">Vinyasa Power</h3>
                    <p class="text-gray-400 mb-6">Dynamic sequences that synchronize breath with movement. Build heat, strength, and endurance in this energizing practice.</p>
                    <div class="flex items-center text-gray-300">
                        <i data-feather="clock" class="w-4 h-4 mr-2"></i>
                        <span>75 min • Intermediate</span>
                    </div>
                </div>
                
                <!-- Class Card 3 -->
                <div class="bg-gray-800 rounded-2xl p-8 hover:bg-gray-700/50 transition duration-300 border border-gray-700 hover:border-primary-500/30">
                    <div class="w-16 h-16 bg-primary-900/30 rounded-2xl flex items-center justify-center mb-6">
                        <i data-feather="wind" class="text-primary-400 w-8 h-8"></i>
                    </div>
                    <h3 class="text-2xl font-bold mb-3">Restorative Yin</h3>
                    <p class="text-gray-400 mb-6">Deep stretching and long-held poses target connective tissues. Release tension and find deep relaxation in this meditative practice.</p>
                    <div class="flex items-center text-gray-300">
                        <i data-feather="clock" class="w-4 h-4 mr-2"></i>
                        <span>90 min • All Levels</span>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Instructors -->
    <section class="py-20 px-4 md:px-8 bg-gray-800/50">
        <div class="container mx-auto max-w-6xl">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold mb-4">Meet Our Expert Instructors</h2>
                <p class="text-gray-400 max-w-2xl mx-auto">Guided by experienced teachers dedicated to your wellness journey</p>
            </div>
            <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
                <!-- Instructor 1 -->
                <div class="bg-gray-900 rounded-2xl overflow-hidden border border-gray-700">
                    <div class="h-64 overflow-hidden">
                        <img src="http://static.photos/wellness/640x360/101" alt="Maya Sharma" class="w-full h-full object-cover hover:scale-110 transition duration-500">
                    </div>
                    <div class="p-8">
                        <h3 class="text-2xl font-bold mb-2">Maya Sharma</h3>
                        <p class="text-primary-400 mb-4">Lead Hatha & Meditation Instructor</p>
                        <p class="text-gray-400 mb-6">With 15 years of teaching experience, Maya brings ancient wisdom and modern mindfulness techniques to every class.</p>
                        <div class="flex space-x-4">
                            <a href="#" class="text-gray-400 hover:text-primary-400 transition">
                                <i data-feather="instagram" class="w-5 h-5"></i>
                            </a>
                            <a href="#" class="text-gray-400 hover:text-primary-400 transition">
                                <i data-feather="facebook" class="w-5 h-5"></i>
                            </a>
                        </div>
                    </div>
                </div>
                
                <!-- Instructor 2 -->
                <div class="bg-gray-900 rounded-2xl overflow-hidden border border-gray-700">
                    <div class="h-64 overflow-hidden">
                        <img src="http://static.photos/wellness/640x360/102" alt="David Chen" class="w-full h-full object-cover hover:scale-110 transition duration-500">
                    </div>
                    <div class="p-8">
                        <h3 class="text-2xl font-bold mb-2">David Chen</h3>
                        <p class="text-secondary-400 mb-4">Vinyasa & Power Yoga Specialist</p>
                        <p class="text-gray-400 mb-6">David's dynamic classes combine athleticism with spiritual depth, creating transformative experiences for advanced practitioners.</p>
                        <div class="flex space-x-4">
                            <a href="#" class="text-gray-400 hover:text-secondary-400 transition">
                                <i data-feather="instagram" class="w-5 h-5"></i>
                            </a>
                            <a href="#" class="text-gray-400 hover:text-secondary-400 transition">
                                <i data-feather="youtube" class="w-5 h-5"></i>
                            </a>
                        </div>
                    </div>
                </div>
                
                <!-- Instructor 3 -->
                <div class="bg-gray-900 rounded-2xl overflow-hidden border border-gray-700">
                    <div class="h-64 overflow-hidden">
                        <img src="http://static.photos/wellness/640x360/103" alt="Sofia Rodriguez" class="w-full h-full object-cover hover:scale-110 transition duration-500">
                    </div>
                    <div class="p-8">
                        <h3 class="text-2xl font-bold mb-2">Sofia Rodriguez</h3>
                        <p class="text-primary-400 mb-4">Restorative & Yin Yoga Guide</p>
                        <p class="text-gray-400 mb-6">Sofia's gentle approach helps students release deep tension and find profound relaxation through mindful movement.</p>
                        <div class="flex space-x-4">
                            <a href="#" class="text-gray-400 hover:text-primary-400 transition">
                                <i data-feather="instagram" class="w-5 h-5"></i>
                            </a>
                            <a href="#" class="text-gray-400 hover:text-primary-400 transition">
                                <i data-feather="twitter" class="w-5 h-5"></i>
                            </a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Schedule -->
    <section class="py-20 px-4 md:px-8">
        <div class="container mx-auto max-w-6xl">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold mb-4">Weekly Class Schedule</h2>
                <p class="text-gray-400 max-w-2xl mx-auto">Find your perfect time for practice</p>
            </div>
            <div class="bg-gray-800 rounded-2xl p-6 overflow-x-auto">
                <table class="w-full min-w-[800px]">
                    <thead>
                        <tr class="border-b border-gray-700">
                            <th class="py-4 px-4 text-left text-gray-400">Time</th>
                            <th class="py-4 px-4 text-left text-gray-400">Monday</th>
                            <th class="py-4 px-4 text-left text-gray-400">Tuesday</th>
                            <th class="py-4 px-4 text-left text-gray-400">Wednesday</th>
                            <th class="py-4 px-4 text-left text-gray-400">Thursday</th>
                            <th class="py-4 px-4 text-left text-gray-400">Friday</th>
                            <th class="py-4 px-4 text-left text-gray-400">Saturday</th>
                            <th class="py-4 px-4 text-left text-gray-400">Sunday</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr class="border-b border-gray-700/50">
                            <td class="py-4 px-4 font-semibold">6:00 AM</td>
                            <td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Sunrise Flow</span></td>
                            <td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Morning Meditation</span></td>
                            <td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Sunrise Flow</span></td>
                            <td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Morning Meditation</span></td>
                            <td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Sunrise Flow</span></td>
                            <td class="py-4 px-4"><span class="bg-secondary-900/30 text-secondary-300 px-3 py-1 rounded-full">Weekend Power</span></td>
                            <td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Gentle Start</span></td>
                        </tr>
                        <tr class="border-b border-gray-700/50">
                            <td class="py-4 px-4 font-semibold">9:00 AM</td>
                            <td class="py-4 px-4"><span class="bg-secondary-900/30 text-secondary-300 px-3 py-1 rounded-full">Vinyasa Power</span></td>
                            <td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Hatha Basics</span></td>
                            <td class="py-4 px-4"><span class="bg-secondary-900/30 text-secondary-300 px-3 py-1 rounded-full">Vinyasa Power</span></td>
                            <td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Hatha Basics</span></td>
                            <td class="py-4 px-4"><span class="bg-secondary-900/30 text-secondary-300 px-3 py-1 rounded-full">Vinyasa Power</span></td>
                            <td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Family Yoga</span></td>
                            <td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Community Class</span></td>
                        </tr>
                        <tr class="border-b border-gray-700/50">
                            <td class="py-4 px-4 font-semibold">5:30 PM</td>
                            <td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Gentle Hatha</span></td>
                            <td class="py-4 px-4"><span class="bg-secondary-900/30 text-secondary-300 px-3 py-1 rounded-full">Evening Flow</span></td>
                            <td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Gentle Hatha</span></td>
                            <td class="py-4 px-4"><span class="bg-secondary-900/30 text-secondary-300 px-3 py-1 rounded-full">Evening Flow</span></td>
                            <td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Restorative Yin</span></td>
                            <td class="py-4 px-4"></td>
                            <td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Meditation Circle</span></td>
                        </tr>
                        <tr>
                            <td class="py-4 px-4 font-semibold">7:30 PM</td>
                            <td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Meditation</span></td>
                            <td class="py-4 px-4"></td>
                            <td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Meditation</span></td>
                            <td class="py-4 px-4"></td>
                            <td class="py-4 px-4"><span class="bg-primary-900/30 text-primary-300 px-3 py-1 rounded-full">Candlelight Yin</span></td>
                            <td class="py-4 px-4"></td>
                            <td class="py-4 px-4"></td>
                        </tr>
                    </tbody>
                </table>
            </div>
        </div>
    </section>

    <!-- Pricing -->
    <section class="py-20 px-4 md:px-8 bg-gray-800/50">
        <div class="container mx-auto max-w-6xl">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold mb-4">Choose Your Wellness Path</h2>
                <p class="text-gray-400 max-w-2xl mx-auto">Flexible memberships for every journey</p>
            </div>
            <div class="grid md:grid-cols-3 gap-8">
                <!-- Basic Plan -->
                <div class="bg-gray-900 rounded-2xl p-8 border border-gray-700 hover:border-primary-500/50 transition duration-300">
                    <div class="text-center mb-8">
                        <h3 class="text-2xl font-bold mb-4">Drop-In</h3>
                        <div class="text-4xl font-bold text-primary-400 mb-2">$25</div>
                        <p class="text-gray-400">per class</p>
                    </div>
                    <ul class="space-y-4 mb-8">
                        <li class="flex items-center text-gray-300">
                            <i data-feather="check" class="w-5 h-5 text-primary-400 mr-3"></i>
                            <span>Single class access</span>
                        </li>
                        <li class="flex items-center text-gray-300">
                            <i data-feather="check" class="w-5 h-5 text-primary-400 mr-3"></i>
                            <span>Mat rental included</span>
                        </li>
                        <li class="flex items-center text-gray-300">
                            <i data-feather="check" class="w-5 h-5 text-primary-400 mr-3"></i>
                            <span>Tea & refreshments</span>
                        </li>
                    </ul>
                    <a href="#booking" class="block text-center bg-gray-800 hover:bg-primary-600 text-white py-4 rounded-xl font-semibold transition duration-300">
                        Book Now
                    </a>
                </div>
                
                <!-- Popular Plan -->
                <div class="bg-gray-900 rounded-2xl p-8 border-2 border-primary-500 relative transform scale-105">
                    <div class="absolute -top-4 left-1/2 transform -translate-x-1/2">
                        <span class="bg-primary-500 text-white px-6 py-2 rounded-full text-sm font-semibold">MOST POPULAR</span>
                    </div>
                    <div class="text-center mb-8">
                        <h3 class="text-2xl font-bold mb-4">Monthly Unlimited</h3>
                        <div class="text-4xl font-bold text-primary-400 mb-2">$99</div>
                        <p class="text-gray-400">per month</p>
                    </div>
                    <ul class="space-y-4 mb-8">
                        <li class="flex items-center text-gray-300">
                            <i data-feather="check" class="w-5 h-5 text-primary-400 mr-3"></i>
                            <span>Unlimited classes</span>
                        </li>
                        <li class="flex items-center text-gray-300">
                            <i data-feather="check" class="w-5 h-5 text-primary-400 mr-3"></i>
                            <span>Free mat storage</span>
                        </li>
                        <li class="flex items-center text-gray-300">
                            <i data-feather="check" class="w-5 h-5 text-primary-400 mr-3"></i>
                            <span>2 guest passes/month</span>
                        </li>
                        <li class="flex items-center text-gray-300">
                            <i data-feather="check" class="w-5 h-5 text-primary-400 mr-3"></i>
                            <span>Workshop discounts</span>
                        </li>
                    </ul>
                    <a href="#booking" class="block text-center bg-primary-600 hover:bg-primary-700 text-white py-4 rounded-xl font-semibold transition duration-300">
                        Get Started
                    </a>
                </div>
                
                <!-- Annual Plan -->
                <div class="bg-gray-900 rounded-2xl p-8 border border-gray-700 hover:border-secondary-500/50 transition duration-300">
                    <div class="text-center mb-8">
                        <h3 class="text-2xl font-bold mb-4">Annual Commitment</h3>
                        <div class="text-4xl font-bold text-secondary-400 mb-2">$899</div>
                        <p class="text-gray-400">per year (save $289)</p>
                    </div>
                    <ul class="space-y-4 mb-8">
                        <li class="flex items-center text-gray-300">
                            <i data-feather="check" class="w-5 h-5 text-secondary-400 mr-3"></i>
                            <span>All Monthly benefits</span>
                        </li>
                        <li class="flex items-center text-gray-300">
                            <i data-feather="check" class="w-5 h-5 text-secondary-400 mr-3"></i>
                            <span>Free workshops</span>
                        </li>
                        <li class="flex items-center text-gray-300">
                            <i data-feather="check" class="w-5 h-5 text-secondary-400 mr-3"></i>
                            <span>Personalized sessions</span>
                        </li>
                        <li class="flex items-center text-gray-300">
                            <i data-feather="check" class="w-5 h-5 text-secondary-400 mr-3"></i>
                            <span>Priority booking</span>
                        </li>
                    </ul>
                    <a href="#booking" class="block text-center bg-gray-800 hover:bg-secondary-600 text-white py-4 rounded-xl font-semibold transition duration-300">
                        Commit to Wellness
                    </a>
                </div>
            </div>
        </div>
    </section>

    <!-- Blog & Map -->
    <section class="py-20 px-4 md:px-8">
        <div class="container mx-auto max-w-6xl">
            <div class="grid lg:grid-cols-2 gap-12">
                <!-- Blog Section -->
                <div>
                    <h2 class="text-3xl md:text-4xl font-bold mb-8">Meditation Tips & Insights</h2>
                    <div class="space-y-8">
                        <article class="bg-gray-800 rounded-2xl p-6 hover:bg-gray-700/50 transition duration-300">
                            <div class="flex items-center text-gray-400 text-sm mb-4">
                                <i data-feather="calendar" class="w-4 h-4 mr-2"></i>
                                <span>March 15, 2024</span>
                                <span class="mx-3"></span>
                                <span class="text-primary-400">Mindfulness</span>
                            </div>
                            <h3 class="text-2xl font-bold mb-3">5-Minute Breathing Techniques for Busy Days</h3>
                            <p class="text-gray-400 mb-4">Discover simple yet powerful breathing exercises that can transform your stress levels in just five minutes...</p>
                            <a href="#" class="text-primary-400 hover:text-primary-300 font-semibold inline-flex items-center">
                                Read More <i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
                            </a>
                        </article>
                        
                        <article class="bg-gray-800 rounded-2xl p-6 hover:bg-gray-700/50 transition duration-300">
                            <div class="flex items-center text-gray-400 text-sm mb-4">
                                <i data-feather="calendar" class="w-4 h-4 mr-2"></i>
                                <span>March 8, 2024</span>
                                <span class="mx-3"></span>
                                <span class="text-secondary-400">Yoga Practice</span>
                            </div>
                            <h3 class="text-2xl font-bold mb-3">The Science Behind Yin Yoga's Healing Effects</h3>
                            <p class="text-gray-400 mb-4">Explore how long-held poses in Yin Yoga stimulate connective tissues and promote deep healing...</p>
                            <a href="#" class="text-primary-400 hover:text-primary-300 font-semibold inline-flex items-center">
                                Read More <i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
                            </a>
                        </article>
                    </div>
                    <a href="#" class="inline-flex items-center justify-center mt-8 bg-gray-800 hover:bg-gray-700 text-white px-8 py-4 rounded-xl font-semibold transition duration-300">
                        View All Articles <i data-feather="arrow-right" class="w-5 h-5 ml-2"></i>
                    </a>
                </div>
                
                <!-- Map & Location -->
                <div>
                    <h2 class="text-3xl md:text-4xl font-bold mb-8">Visit Our Sanctuary</h2>
                    <div class="bg-gray-800 rounded-2xl p-6 mb-8">
                        <div id="map" class="h-96 rounded-xl mb-6"></div>
                        <div class="space-y-4">
                            <div class="flex items-start">
                                <i data-feather="map-pin" class="w-6 h-6 text-primary-400 mr-4 mt-1"></i>
                                <div>
                                    <h4 class="font-semibold text-lg mb-1">Studio Location</h4>
                                    <p class="text-gray-400">123 Peaceful Lane, Serenity District<br>Zen City, ZC 10001</p>
                                </div>
                            </div>
                            <div class="flex items-start">
                                <i data-feather="clock" class="w-6 h-6 text-primary-400 mr-4 mt-1"></i>
                                <div>
                                    <h4 class="font-semibold text-lg mb-1">Opening Hours</h4>
                                    <p class="text-gray-400">Monday - Friday: 6:00 AM - 9:00 PM<br>Saturday - Sunday: 7:00 AM - 8:00 PM</p>
                                </div>
                            </div>
                            <div class="flex items-start">
                                <i data-feather="phone" class="w-6 h-6 text-primary-400 mr-4 mt-1"></i>
                                <div>
                                    <h4 class="font-semibold text-lg mb-1">Contact Us</h4>
                                    <p class="text-gray-400">(555) 123-ZEN-FLOW<br>hello@zenflowharmony.com</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Booking Form -->
    <section id="booking" class="py-20 px-4 md:px-8 bg-gradient-to-br from-gray-900 to-gray-800">
        <div class="container mx-auto max-w-4xl">
            <div class="text-center mb-12">
                <h2 class="text-3xl md:text-4xl font-bold mb-4">Book Your Session</h2>
                <p class="text-gray-400 max-w-2xl mx-auto">Begin your journey to inner peace today</p>
            </div>
            <div class="bg-gray-800 rounded-2xl p-8 md:p-12">
                <form id="bookingForm" class="space-y-6">
                    <div class="grid md:grid-cols-2 gap-6">
                        <div>
                            <label for="name" class="block text-gray-300 mb-2">Full Name</label>
                            <input type="text" id="name" class="w-full bg-gray-900 border border-gray-700 rounded-xl px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent" required>
                        </div>
                        <div>
                            <label for="email" class="block text-gray-300 mb-2">Email Address</label>
                            <input type="email" id="email" class="w-full bg-gray-900 border border-gray-700 rounded-xl px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent" required>
                        </div>
                    </div>
                    <div class="grid md:grid-cols-2 gap-6">
                        <div>
                            <label for="phone" class="block text-gray-300 mb-2">Phone Number</label>
                            <input type="tel" id="phone" class="w-full bg-gray-900 border border-gray-700 rounded-xl px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent">
                        </div>
                        <div>
                            <label for="classType" class="block text-gray-300 mb-2">Class Type</label>
                            <select id="classType" class="w-full bg-gray-900 border border-gray-700 rounded-xl px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent" required>
                                <option value="">Select a class</option>
                                <option value="hatha">Gentle Hatha Flow</option>
                                <option value="vinyasa">Vinyasa Power</option>
                                <option value="yin">Restorative Yin</option>
                                <option value="meditation">Morning Meditation</option>
                            </select>
                        </div>
                    </div>
                    <div class="grid md:grid-cols-2 gap-6">
                        <div>
                            <label for="date" class="block text-gray-300 mb-2">Preferred Date</label>
                            <input type="date" id="date" class="w-full bg-gray-900 border border-gray-700 rounded-xl px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent" required>
                        </div>
                        <div>
                            <label for="time" class="block text-gray-300 mb-2">Preferred Time</label>
                            <select id="time" class="w-full bg-gray-900 border border-gray-700 rounded-xl px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent" required>
                                <option value="">Select time</option>
                                <option value="6:00 AM">6:00 AM</option>
                                <option value="9:00 AM">9:00 AM</option>
                                <option value="5:30 PM">5:30 PM</option>
                                <option value="7:30 PM">7:30 PM</option>
                            </select>
                        </div>
                    </div>
                    <div>
                        <label for="message" class="block text-gray-300 mb-2">Additional Notes</label>
                        <textarea id="message" rows="4" class="w-full bg-gray-900 border border-gray-700 rounded-xl px-4 py-3 text-white focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent" placeholder="Any injuries, experience level, or special requests..."></textarea>
                    </div>
                    <div class="flex items-center">
                        <input type="checkbox" id="terms" class="w-5 h-5 mr-3 rounded" required>
                        <label for="terms" class="text-gray-300">
                            I agree to the <a href="#" class="text-primary-400 hover:text-primary-300">terms and conditions</a> and understand the cancellation policy
                        </label>
                    </div>
                    <button type="submit" class="w-full bg-gradient-to-r from-primary-600 to-secondary-600 hover:from-primary-700 hover:to-secondary-700 text-white py-4 rounded-xl font-semibold text-lg transition duration-300 transform hover:scale-[1.02]">
                        Book Your Session
                    </button>
                </form>
                <div id="bookingSuccess" class="hidden mt-6 p-4 bg-green-900/30 border border-green-700 rounded-xl text-green-300 text-center">
                    <i data-feather="check-circle" class="w-8 h-8 mx-auto mb-2"></i>
                    <p class="font-semibold">Booking submitted successfully! We'll contact you shortly to confirm your session.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <script src="components/footer.js"></script>
    <custom-footer></custom-footer>

    <!-- Scripts -->
    <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
    <script src="script.js"></script>
    <script>
        feather.replace();
        
        // Initialize map
        document.addEventListener('DOMContentLoaded', function() {
            const map = L.map('map').setView([40.7128, -74.0060], 15);
            
            L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
                attribution: '© OpenStreetMap contributors'
            }).addTo(map);
            
            L.marker([40.7128, -74.0060])
                .addTo(map)
                .bindPopup('<b>ZenFlow Harmony Studio</b><br>Your sanctuary for peace')
                .openPopup();
        });
    </script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>