File size: 35,016 Bytes
2cb9d4b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Center for Medical Policy & Law Research</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=Playfair+Display:wght@400;700&family=Roboto:wght@300;400;500;700&display=swap');
        
        body {
            font-family: 'Roboto', sans-serif;
        }
        
        .hero-gradient {
            background: linear-gradient(135deg, #1a365d 0%, #2c5282 50%, #4299e1 100%);
        }
        
        .nav-link:hover {
            color: #4299e1;
        }
        
        .research-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .footer-link:hover {
            color: #4299e1;
        }
        
        .transition-slow {
            transition: all 0.3s ease;
        }
    </style>
</head>
<body class="bg-gray-50">
    <!-- Top Bar -->
    <div class="bg-blue-900 text-white text-sm py-2 px-4">
        <div class="container mx-auto flex justify-between items-center">
            <div class="flex space-x-4">
                <a href="#" class="hover:text-blue-200 transition-slow"><i class="fas fa-phone-alt mr-1"></i> (123) 456-7890</a>
                <a href="#" class="hover:text-blue-200 transition-slow"><i class="fas fa-envelope mr-1"></i> contact@portalresearch.org</a>
            </div>
            <div class="flex space-x-4">
                <a href="#" class="hover:text-blue-200 transition-slow"><i class="fab fa-twitter"></i></a>
                <a href="#" class="hover:text-blue-200 transition-slow"><i class="fab fa-linkedin"></i></a>
                <a href="#" class="hover:text-blue-200 transition-slow"><i class="fab fa-facebook"></i></a>
            </div>
        </div>
    </div>

    <!-- Navigation -->
    <nav class="bg-white shadow-md sticky top-0 z-50">
        <div class="container mx-auto px-4 py-4 flex justify-between items-center">
            <div class="flex items-center">
                <a href="index.html" class="flex items-center">
                    <div class="bg-blue-700 text-white p-2 rounded-lg mr-3">
                        <i class="fas fa-balance-scale text-xl"></i>
                    </div>
                    <span class="text-xl font-bold text-gray-800">Center for Medical<br>Policy & Law Research</span>
                </a>
            </div>
            
            <div class="hidden md:flex space-x-8">
                <a href="#home" class="nav-link text-gray-700 font-medium hover:text-blue-600 transition-slow">Home</a>
                <a href="#about" class="nav-link text-gray-700 font-medium hover:text-blue-600 transition-slow">About</a>
                <div class="relative group">
                    <button class="nav-link text-gray-700 font-medium hover:text-blue-600 transition-slow flex items-center">
                        Research <i class="fas fa-chevron-down ml-1 text-xs"></i>
                    </button>
                    <div class="absolute left-0 mt-2 w-48 bg-white shadow-lg rounded-md py-2 hidden group-hover:block">
                        <a href="#research" class="block px-4 py-2 text-gray-700 hover:bg-blue-50">Policy Analysis</a>
                        <a href="#research" class="block px-4 py-2 text-gray-700 hover:bg-blue-50">Legal Studies</a>
                        <a href="#research" class="block px-4 py-2 text-gray-700 hover:bg-blue-50">Health Regulations</a>
                    </div>
                </div>
                <a href="#publications" class="nav-link text-gray-700 font-medium hover:text-blue-600 transition-slow">Publications</a>
                <a href="#events" class="nav-link text-gray-700 font-medium hover:text-blue-600 transition-slow">Events</a>
                <a href="#contact" class="nav-link text-gray-700 font-medium hover:text-blue-600 transition-slow">Contact</a>
            </div>
            
            <button class="md:hidden text-gray-700 focus:outline-none">
                <i class="fas fa-bars text-xl"></i>
            </button>
        </div>
    </nav>

    <!-- About Hero Section -->
    <section id="home" class="hero-gradient text-white py-20">
        <div class="container mx-auto px-4 text-center">
            <h1 class="text-4xl md:text-5xl font-bold mb-6">About Our Research Center</h1>
            <p class="text-xl max-w-3xl mx-auto">Advancing evidence-based healthcare policy through rigorous interdisciplinary research at the intersection of medicine, law, and public health.</p>
        </div>
    </section>

    <!-- Mission Section -->
    <section id="about" class="py-16 bg-white">
        <div class="container mx-auto px-4">
            <div class="flex flex-col lg:flex-row items-center">
                <div class="lg:w-1/2 mb-10 lg:mb-0 lg:pr-10">
                    <img src="https://images.unsplash.com/photo-1576091160550-2173dba999ef?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=880&q=80" alt="Research team meeting" class="rounded-lg shadow-lg w-full">
                </div>
                <div class="lg:w-1/2">
                    <h2 class="text-3xl font-bold text-gray-800 mb-6">Our Mission</h2>
                    <p class="text-gray-600 mb-6">The Center for Medical Policy & Law Research was established to provide objective, evidence-based analysis of complex issues at the intersection of healthcare delivery, legal frameworks, and public policy.</p>
                    <p class="text-gray-600 mb-6">We bring together physicians, legal scholars, health services researchers, and policy experts to study pressing challenges in medical liability, health regulations, insurance systems, and emerging health technologies.</p>
                    <div class="bg-blue-50 p-6 rounded-lg border-l-4 border-blue-600">
                        <p class="text-gray-700 font-medium">"Our work bridges the gap between academic research and real-world policy implementation, ensuring our findings translate into meaningful improvements in healthcare systems."</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- History Section -->
    <section class="py-16 bg-gray-50">
        <div class="container mx-auto px-4">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-gray-800 mb-4">Our History</h2>
                <div class="w-20 h-1 bg-blue-600 mx-auto"></div>
            </div>
            
            <div class="max-w-4xl mx-auto">
                <div class="relative">
                    <!-- Timeline -->
                    <div class="border-l-2 border-blue-200 pl-8 space-y-12">
                        <div class="relative">
                            <div class="absolute -left-11 top-0 w-6 h-6 bg-blue-600 rounded-full"></div>
                            <h3 class="text-xl font-bold text-gray-800 mb-2">2008 - Founding</h3>
                            <p class="text-gray-600">Established as the Policy Research Organization for Translational Advances in Law (PORTAL) by a consortium of medical and legal scholars.</p>
                        </div>
                        <div class="relative">
                            <div class="absolute -left-11 top-0 w-6 h-6 bg-blue-600 rounded-full"></div>
                            <h3 class="text-xl font-bold text-gray-800 mb-2">2012 - Expansion</h3>
                            <p class="text-gray-600">Launched our first major research initiative on medical malpractice reform, funded by the National Institutes of Health.</p>
                        </div>
                        <div class="relative">
                            <div class="absolute -left-11 top-0 w-6 h-6 bg-blue-600 rounded-full"></div>
                            <h3 class="text-xl font-bold text-gray-800 mb-2">2016 - Recognition</h3>
                            <p class="text-gray-600">Received the American Health Law Association's Outstanding Research Center award for our work on healthcare regulations.</p>
                        </div>
                        <div class="relative">
                            <div class="absolute -left-11 top-0 w-6 h-6 bg-blue-600 rounded-full"></div>
                            <h3 class="text-xl font-bold text-gray-800 mb-2">2020 - Rebranding</h3>
                            <p class="text-gray-600">Renamed to better reflect our expanded focus on both medical policy and legal research across all healthcare sectors.</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Team Section -->
    <section class="py-16 bg-white">
        <div class="container mx-auto px-4">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-gray-800 mb-4">Our Leadership Team</h2>
                <div class="w-20 h-1 bg-blue-600 mx-auto"></div>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                <!-- Team Member 1 -->
                <div class="bg-white p-6 rounded-lg shadow-md text-center">
                    <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Dr. Sarah Chen" class="w-32 h-32 rounded-full mx-auto mb-4">
                    <h3 class="text-xl font-bold text-gray-800 mb-2">Dr. Sarah Chen</h3>
                    <p class="text-blue-600 font-medium mb-2">Executive Director</p>
                    <p class="text-gray-600">MD, JD with 15 years experience in health policy research and medical-legal education.</p>
                </div>
                
                <!-- Team Member 2 -->
                <div class="bg-white p-6 rounded-lg shadow-md text-center">
                    <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Prof. Michael Rodriguez" class="w-32 h-32 rounded-full mx-auto mb-4">
                    <h3 class="text-xl font-bold text-gray-800 mb-2">Prof. Michael Rodriguez</h3>
                    <p class="text-blue-600 font-medium mb-2">Director of Policy Research</p>
                    <p class="text-gray-600">PhD in Health Policy with expertise in insurance systems and healthcare financing.</p>
                </div>
                
                <!-- Team Member 3 -->
                <div class="bg-white p-6 rounded-lg shadow-md text-center">
                    <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Dr. Angela Park" class="w-32 h-32 rounded-full mx-auto mb-4">
                    <h3 class="text-xl font-bold text-gray-800 mb-2">Dr. Angela Park</h3>
                    <p class="text-blue-600 font-medium mb-2">Director of Legal Studies</p>
                    <p class="text-gray-600">JD, MPH specializing in medical liability and patient safety regulations.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Partners Section -->
    <section class="py-16 bg-gray-50">
        <div class="container mx-auto px-4">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-gray-800 mb-4">Our Partners & Funders</h2>
                <div class="w-20 h-1 bg-blue-600 mx-auto"></div>
            </div>
            
            <div class="grid grid-cols-2 md:grid-cols-4 gap-8 items-center">
                <div class="flex justify-center">
                    <img src="https://via.placeholder.com/150x80?text=NIH" alt="National Institutes of Health" class="h-16 object-contain grayscale hover:grayscale-0 transition-slow">
                </div>
                <div class="flex justify-center">
                    <img src="https://via.placeholder.com/150x80?text=AHA" alt="American Hospital Association" class="h-16 object-contain grayscale hover:grayscale-0 transition-slow">
                </div>
                <div class="flex justify-center">
                    <img src="https://via.placeholder.com/150x80?text=AMA" alt="American Medical Association" class="h-16 object-contain grayscale hover:grayscale-0 transition-slow">
                </div>
                <div class="flex justify-center">
                    <img src="https://via.placeholder.com/150x80?text=Law+School" alt="Harvard Law School" class="h-16 object-contain grayscale hover:grayscale-0 transition-slow">
                </div>
            </div>
        </div>
    </section>
        <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
            <div class="md:w-1/2 mb-10 md:mb-0">
                <h1 class="text-4xl md:text-5xl font-bold mb-6 leading-tight">Advancing Medical Policy & Legal Research</h1>
                <p class="text-xl mb-8">Bridging the gap between healthcare policy, legal frameworks, and medical practice through rigorous interdisciplinary research.</p>
                <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
                    <a href="#" class="bg-white text-blue-800 font-bold py-3 px-6 rounded-lg hover:bg-gray-100 transition-slow text-center">Explore Our Research</a>
                    <a href="#" class="border-2 border-white text-white font-bold py-3 px-6 rounded-lg hover:bg-white hover:text-blue-800 transition-slow text-center">Join Our Network</a>
                </div>
            </div>
            <div class="md:w-1/2 flex justify-center">
                <img src="https://images.unsplash.com/photo-1579684385127-1ef15d508118?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=880&q=80" alt="Medical research" class="rounded-lg shadow-xl max-w-full h-auto">
            </div>
        </div>
    </section>

    <!-- Stats Section -->
    <section class="bg-white py-12">
        <div class="container mx-auto px-4">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8 text-center">
                <div class="p-6 border-r-0 md:border-r border-gray-200">
                    <div class="text-4xl font-bold text-blue-700 mb-2">15+</div>
                    <div class="text-gray-600">Years of Research</div>
                </div>
                <div class="p-6 border-r-0 md:border-r border-gray-200">
                    <div class="text-4xl font-bold text-blue-700 mb-2">200+</div>
                    <div class="text-gray-600">Published Studies</div>
                </div>
                <div class="p-6 border-r-0 md:border-r border-gray-200">
                    <div class="text-4xl font-bold text-blue-700 mb-2">50+</div>
                    <div class="text-gray-600">Policy Recommendations</div>
                </div>
                <div class="p-6">
                    <div class="text-4xl font-bold text-blue-700 mb-2">12</div>
                    <div class="text-gray-600">Countries Served</div>
                </div>
            </div>
        </div>
    </section>

    <!-- Research Areas -->
    <section id="research" class="py-16 bg-gray-50">
        <div class="container mx-auto px-4">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-gray-800 mb-4">Our Research Focus Areas</h2>
                <div class="w-20 h-1 bg-blue-600 mx-auto"></div>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                <div class="research-card bg-white p-8 rounded-lg shadow-md hover:shadow-lg transition-slow">
                    <div class="text-blue-600 mb-4">
                        <i class="fas fa-gavel text-4xl"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3 text-gray-800">Medical Malpractice Law</h3>
                    <p class="text-gray-600">Examining liability, compensation systems, and legal standards in medical practice to improve patient safety and provider accountability.</p>
                    <a href="#" class="mt-4 inline-block text-blue-600 font-medium hover:text-blue-800 transition-slow">Learn More <i class="fas fa-arrow-right ml-1"></i></a>
                </div>
                
                <div class="research-card bg-white p-8 rounded-lg shadow-md hover:shadow-lg transition-slow">
                    <div class="text-blue-600 mb-4">
                        <i class="fas fa-procedures text-4xl"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3 text-gray-800">Healthcare Policy Analysis</h3>
                    <p class="text-gray-600">Evaluating the impact of healthcare reforms, insurance models, and regulatory frameworks on patient outcomes and system efficiency.</p>
                    <a href="#" class="mt-4 inline-block text-blue-600 font-medium hover:text-blue-800 transition-slow">Learn More <i class="fas fa-arrow-right ml-1"></i></a>
                </div>
                
                <div class="research-card bg-white p-8 rounded-lg shadow-md hover:shadow-lg transition-slow">
                    <div class="text-blue-600 mb-4">
                        <i class="fas fa-dna text-4xl"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3 text-gray-800">Bioethics & Genetic Law</h3>
                    <p class="text-gray-600">Exploring the legal and ethical implications of genetic testing, gene editing, and personalized medicine in clinical practice.</p>
                    <a href="#" class="mt-4 inline-block text-blue-600 font-medium hover:text-blue-800 transition-slow">Learn More <i class="fas fa-arrow-right ml-1"></i></a>
                </div>
                
                <div class="research-card bg-white p-8 rounded-lg shadow-md hover:shadow-lg transition-slow">
                    <div class="text-blue-600 mb-4">
                        <i class="fas fa-prescription-bottle-alt text-4xl"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3 text-gray-800">Pharmaceutical Regulation</h3>
                    <p class="text-gray-600">Analyzing drug approval processes, pricing policies, and post-market surveillance systems for improved medication safety.</p>
                    <a href="#" class="mt-4 inline-block text-blue-600 font-medium hover:text-blue-800 transition-slow">Learn More <i class="fas fa-arrow-right ml-1"></i></a>
                </div>
                
                <div class="research-card bg-white p-8 rounded-lg shadow-md hover:shadow-lg transition-slow">
                    <div class="text-blue-600 mb-4">
                        <i class="fas fa-laptop-medical text-4xl"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3 text-gray-800">Digital Health Law</h3>
                    <p class="text-gray-600">Investigating legal frameworks for telemedicine, health data privacy, AI in diagnostics, and emerging health technologies.</p>
                    <a href="#" class="mt-4 inline-block text-blue-600 font-medium hover:text-blue-800 transition-slow">Learn More <i class="fas fa-arrow-right ml-1"></i></a>
                </div>
                
                <div class="research-card bg-white p-8 rounded-lg shadow-md hover:shadow-lg transition-slow">
                    <div class="text-blue-600 mb-4">
                        <i class="fas fa-globe-americas text-4xl"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3 text-gray-800">Global Health Governance</h3>
                    <p class="text-gray-600">Studying international health regulations, pandemic response frameworks, and cross-border healthcare delivery models.</p>
                    <a href="#" class="mt-4 inline-block text-blue-600 font-medium hover:text-blue-800 transition-slow">Learn More <i class="fas fa-arrow-right ml-1"></i></a>
                </div>
            </div>
        </div>
    </section>

    <!-- Featured Publication -->
    <section id="publications" class="py-16 bg-white">
        <div class="container mx-auto px-4">
            <div class="flex flex-col lg:flex-row items-center">
                <div class="lg:w-1/2 mb-10 lg:mb-0 lg:pr-10">
                    <img src="https://images.unsplash.com/photo-1506880018603-4d5ec7961f0f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=880&q=80" alt="Featured Publication" class="rounded-lg shadow-lg w-full">
                </div>
                <div class="lg:w-1/2">
                    <div class="bg-blue-100 text-blue-800 inline-block px-4 py-1 rounded-full mb-4 font-medium">Latest Research</div>
                    <h2 class="text-3xl font-bold text-gray-800 mb-4">"The Impact of Tort Reform on Healthcare Costs"</h2>
                    <p class="text-gray-600 mb-6">Our comprehensive 3-year study examines how changes in medical malpractice laws affect healthcare spending, physician practice patterns, and patient access to care across 12 U.S. states with varying legal frameworks.</p>
                    <div class="flex flex-wrap gap-4 mb-6">
                        <div class="bg-gray-100 px-4 py-2 rounded-full text-sm font-medium">Medical Malpractice</div>
                        <div class="bg-gray-100 px-4 py-2 rounded-full text-sm font-medium">Health Economics</div>
                        <div class="bg-gray-100 px-4 py-2 rounded-full text-sm font-medium">Legal Reform</div>
                    </div>
                    <div class="flex items-center">
                        <a href="#" class="bg-blue-700 text-white font-bold py-3 px-6 rounded-lg hover:bg-blue-800 transition-slow mr-4">Download Full Report</a>
                        <a href="#" class="text-blue-700 font-medium hover:text-blue-900 transition-slow">View Executive Summary <i class="fas fa-external-link-alt ml-1"></i></a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Testimonials -->
    <section id="events" class="py-16 bg-gray-100">
        <div class="container mx-auto px-4">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-gray-800 mb-4">Trusted by Policy Makers & Legal Experts</h2>
                <div class="w-20 h-1 bg-blue-600 mx-auto"></div>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="bg-white p-8 rounded-lg shadow-sm">
                    <div class="text-yellow-400 mb-4">
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                    </div>
                    <p class="text-gray-600 mb-6">"The Center's analysis of our state's medical liability system provided the evidence base we needed to craft balanced reforms that protect patients while ensuring physician practice remains viable."</p>
                    <div class="flex items-center">
                        <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah Johnson" class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <div class="font-bold text-gray-800">Sarah Johnson</div>
                            <div class="text-gray-500 text-sm">State Health Policy Director</div>
                        </div>
                    </div>
                </div>
                
                <div class="bg-white p-8 rounded-lg shadow-sm">
                    <div class="text-yellow-400 mb-4">
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                    </div>
                    <p class="text-gray-600 mb-6">"As a healthcare attorney, I regularly consult the Center's research to stay current on evolving legal standards and policy trends affecting my hospital clients nationwide."</p>
                    <div class="flex items-center">
                        <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael Chen" class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <div class="font-bold text-gray-800">Michael Chen</div>
                            <div class="text-gray-500 text-sm">Healthcare Attorney, Partner</div>
                        </div>
                    </div>
                </div>
                
                <div class="bg-white p-8 rounded-lg shadow-sm">
                    <div class="text-yellow-400 mb-4">
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                    </div>
                    <p class="text-gray-600 mb-6">"Their interdisciplinary approach combining legal analysis with health services research produces findings that are both academically rigorous and immediately applicable to real-world policy challenges."</p>
                    <div class="flex items-center">
                        <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Dr. Angela Martinez" class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <div class="font-bold text-gray-800">Dr. Angela Martinez</div>
                            <div class="text-gray-500 text-sm">Professor of Health Policy</div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Newsletter -->
    <section class="py-16 bg-blue-800 text-white">
        <div class="container mx-auto px-4">
            <div class="max-w-4xl mx-auto text-center">
                <h2 class="text-3xl font-bold mb-4">Stay Updated on Medical Policy Research</h2>
                <p class="text-xl mb-8 text-blue-200">Subscribe to our monthly newsletter for the latest research findings, policy briefs, and event invitations.</p>
                
                <form class="flex flex-col sm:flex-row gap-4 max-w-2xl mx-auto">
                    <input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 rounded-lg text-gray-800 focus:outline-none focus:ring-2 focus:ring-blue-500">
                    <button type="submit" class="bg-white text-blue-800 font-bold px-6 py-3 rounded-lg hover:bg-gray-100 transition-slow">Subscribe</button>
                </form>
                
                <p class="text-sm text-blue-200 mt-4">We respect your privacy. Unsubscribe at any time.</p>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer id="contact" class="bg-gray-900 text-white pt-16 pb-8">
        <div class="container mx-auto px-4">
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12 mb-12">
                <div>
                    <div class="flex items-center mb-6">
                        <div class="bg-blue-700 text-white p-2 rounded-lg mr-3">
                            <i class="fas fa-balance-scale text-xl"></i>
                        </div>
                        <span class="text-xl font-bold">Center for Medical<br>Policy & Law Research</span>
                    </div>
                    <p class="text-gray-400 mb-4">Advancing evidence-based healthcare policy and legal frameworks through rigorous interdisciplinary research.</p>
                    <div class="flex space-x-4">
                        <a href="#" class="text-gray-400 hover:text-white transition-slow"><i class="fab fa-twitter text-xl"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white transition-slow"><i class="fab fa-linkedin text-xl"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white transition-slow"><i class="fab fa-facebook text-xl"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white transition-slow"><i class="fab fa-youtube text-xl"></i></a>
                    </div>
                </div>
                
                <div>
                    <h3 class="text-lg font-bold mb-6">Quick Links</h3>
                    <ul class="space-y-3">
                        <li><a href="about.html" class="footer-link text-gray-400 hover:text-blue-400 transition-slow">About Us</a></li>
                        <li><a href="#" class="footer-link text-gray-400 hover:text-blue-400 transition-slow">Research Areas</a></li>
                        <li><a href="#" class="footer-link text-gray-400 hover:text-blue-400 transition-slow">Publications</a></li>
                        <li><a href="#" class="footer-link text-gray-400 hover:text-blue-400 transition-slow">Events</a></li>
                        <li><a href="#" class="footer-link text-gray-400 hover:text-blue-400 transition-slow">Careers</a></li>
                        <li><a href="#" class="footer-link text-gray-400 hover:text-blue-400 transition-slow">Contact</a></li>
                    </ul>
                </div>
                
                <div>
                    <h3 class="text-lg font-bold mb-6">Research Topics</h3>
                    <ul class="space-y-3">
                        <li><a href="#" class="footer-link text-gray-400 hover:text-blue-400 transition-slow">Medical Liability</a></li>
                        <li><a href="#" class="footer-link text-gray-400 hover:text-blue-400 transition-slow">Health Insurance Law</a></li>
                        <li><a href="#" class="footer-link text-gray-400 hover:text-blue-400 transition-slow">Patient Rights</a></li>
                        <li><a href="#" class="footer-link text-gray-400 hover:text-blue-400 transition-slow">Pharmaceutical Policy</a></li>
                        <li><a href="#" class="footer-link text-gray-400 hover:text-blue-400 transition-slow">Digital Health Regulation</a></li>
                        <li><a href="#" class="footer-link text-gray-400 hover:text-blue-400 transition-slow">Global Health Law</a></li>
                    </ul>
                </div>
                
                <div>
                    <h3 class="text-lg font-bold mb-6">Contact Us</h3>
                    <ul class="space-y-3 text-gray-400">
                        <li class="flex items-start">
                            <i class="fas fa-map-marker-alt mt-1 mr-3 text-blue-500"></i>
                            <span>123 Research Drive<br>Policy Center, NY 10001</span>
                        </li>
                        <li class="flex items-center">
                            <i class="fas fa-phone-alt mr-3 text-blue-500"></i>
                            <span>(123) 456-7890</span>
                        </li>
                        <li class="flex items-center">
                            <i class="fas fa-envelope mr-3 text-blue-500"></i>
                            <span>contact@portalresearch.org</span>
                        </li>
                        <li class="flex items-center">
                            <i class="fas fa-clock mr-3 text-blue-500"></i>
                            <span>Mon-Fri: 9am-5pm EST</span>
                        </li>
                    </ul>
                </div>
            </div>
            
            <div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
                <div class="text-gray-500 text-sm mb-4 md:mb-0">
                    &copy; 2023 Center for Medical Policy & Law Research. All rights reserved.
                </div>
                <div class="flex space-x-6">
                    <a href="#" class="footer-link text-gray-500 hover:text-white text-sm transition-slow">Privacy Policy</a>
                    <a href="#" class="footer-link text-gray-500 hover:text-white text-sm transition-slow">Terms of Service</a>
                    <a href="#" class="footer-link text-gray-500 hover:text-white text-sm transition-slow">Accessibility</a>
                </div>
            </div>
        </div>
    </footer>

    <script>
        // Mobile menu toggle functionality
        document.addEventListener('DOMContentLoaded', function() {
            const mobileMenuButton = document.querySelector('.md\\:hidden');
            const mobileMenu = document.querySelector('.md\\:flex');
            
            mobileMenuButton.addEventListener('click', function() {
                mobileMenu.classList.toggle('hidden');
                mobileMenu.classList.toggle('flex');
                mobileMenu.classList.toggle('flex-col');
                mobileMenu.classList.toggle('absolute');
                mobileMenu.classList.toggle('top-16');
                mobileMenu.classList.toggle('left-0');
                mobileMenu.classList.toggle('right-0');
                mobileMenu.classList.toggle('bg-white');
                mobileMenu.classList.toggle('p-4');
                mobileMenu.classList.toggle('shadow-lg');
            });
            
            // Smooth scrolling for anchor links
            document.querySelectorAll('a[href^="#"]').forEach(anchor => {
                anchor.addEventListener('click', function (e) {
                    e.preventDefault();
                    
                    const targetId = this.getAttribute('href');
                    if (targetId === '#') return;
                    
                    const targetElement = document.querySelector(targetId);
                    if (targetElement) {
                        targetElement.scrollIntoView({
                            behavior: 'smooth'
                        });
                    }
                });
            });
        });
    </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=zglu/portal-webpage" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>