File size: 9,035 Bytes
3ca5608
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Science | WonderDrop Elixirs</title>
    <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Poppins:wght@300;400;600&display=swap');
    </style>
</head>
<body class="font-sans bg-emerald-50 text-slate-800">
    <!-- Navigation -->
    <nav class="bg-white bg-opacity-80 backdrop-blur-md fixed w-full z-50 shadow-sm">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex justify-between h-20 items-center">
                <div class="flex items-center">
                    <a href="index.html" class="flex-shrink-0 flex items-center">
                        <i data-feather="droplet" class="text-emerald-500 w-8 h-8"></i>
                        <span class="ml-2 text-xl font-serif font-bold text-slate-800">WonderDrop</span>
                    </a>
                </div>
                <div class="hidden md:block">
                    <div class="ml-10 flex items-center space-x-8">
                        <a href="products.html" class="text-slate-600 hover:text-emerald-600 transition">Products</a>
                        <a href="ingredients.html" class="text-slate-600 hover:text-emerald-600 transition">Ingredients</a>
                        <a href="science.html" class="text-emerald-600 font-medium hover:text-emerald-800 transition">Science</a>
                        <a href="about.html" class="text-slate-600 hover:text-emerald-600 transition">About</a>
                        <a href="journal.html" class="text-slate-600 hover:text-emerald-600 transition">Journal</a>
                    </div>
                </div>
                <div class="flex items-center space-x-4">
                    <button class="p-2 rounded-full hover:bg-emerald-50 text-slate-600 hover:text-emerald-600 transition">
                        <i data-feather="search" class="w-5 h-5"></i>
                    </button>
                    <button class="p-2 rounded-full hover:bg-emerald-50 text-slate-600 hover:text-emerald-600 transition">
                        <i data-feather="shopping-bag" class="w-5 h-5"></i>
                    </button>
                    <button class="md:hidden p-2 rounded-full hover:bg-emerald-50 text-slate-600 hover:text-emerald-600 transition">
                        <i data-feather="menu" class="w-5 h-5"></i>
                    </button>
                </div>
            </div>
        </div>
    </nav>

    <!-- Science Main -->
    <section class="pt-32 pb-20">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="text-center mb-16">
                <h1 class="text-4xl md:text-5xl font-serif font-bold text-slate-800 mb-4">The Science Behind Our Formulas</h1>
                <p class="max-w-2xl mx-auto text-slate-600">Combining cutting-edge dermatological research with traditional botanical wisdom.</p>
            </div>

            <div class="bg-white rounded-xl shadow-md p-8 mb-16">
                <div class="grid md:grid-cols-2 gap-12 items-center">
                    <div>
                        <h2 class="text-2xl font-serif font-bold text-slate-800 mb-6">Clinical Research</h2>
                        <p class="text-slate-600 mb-6">All WonderDrop formulations undergo rigorous clinical testing to validate their efficacy and safety.</p>
                        <ul class="space-y-4 text-slate-600">
                            <li class="flex items-start">
                                <i data-feather="check-circle" class="w-5 h-5 text-emerald-500 mr-3 mt-0.5"></i>
                                <span>Independent dermatologist testing</span>
                            </li>
                            <li class="flex items-start">
                                <i data-feather="check-circle" class="w-5 h-5 text-emerald-500 mr-3 mt-0.5"></i>
                                <span>12-week consumer perception studies</span>
                            </li>
                            <li class="flex items-start">
                                <i data-feather="check-circle" class="w-5 h-5 text-emerald-500 mr-3 mt-0.5"></i>
                                <span>In-vitro antioxidant testing</span>
                            </li>
                        </ul>
                    </div>
                    <div class="bg-emerald-50 rounded-lg p-6">
                        <h3 class="text-lg font-medium text-slate-800 mb-4">Key Findings from Our Studies</h3>
                        <div class="space-y-6">
                            <div>
                                <h4 class="font-medium text-emerald-600 mb-1">Hydration Boost</h4>
                                <div class="w-full bg-gray-200 rounded-full h-2.5 mb-2">
                                    <div class="bg-emerald-600 h-2.5 rounded-full" style="width: 89%"></div>
                                </div>
                                <p class="text-sm text-slate-600">89% reported significantly improved hydration after 4 weeks</p>
                            </div>
                            <div>
                                <h4 class="font-medium text-emerald-600 mb-1">Fine Lines Reduction</h4>
                                <div class="w-full bg-gray-200 rounded-full h-2.5 mb-2">
                                    <div class="bg-emerald-600 h-2.5 rounded-full" style="width: 76%"></div>
                                </div>
                                <p class="text-sm text-slate-600">76% saw visible reduction in fine lines after 8 weeks</p>
                            </div>
                            <div>
                                <h4 class="font-medium text-emerald-600 mb-1">Skin Comfort</h4>
                                <div class="w-full bg-gray-200 rounded-full h-2.5 mb-2">
                                    <div class="bg-emerald-600 h-2.5 rounded-full" style="width: 94%"></div>
                                </div>
                                <p class="text-sm text-slate-600">94% reported improved skin comfort and reduced sensitivity</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <div class="grid md:grid-cols-2 gap-8 mb-16">
                <div class="bg-white rounded-xl shadow-md p-8">
                    <h2 class="text-2xl font-serif font-bold text-slate-800 mb-6">Our Research Partners</h2>
                    <p class="text-slate-600 mb-6">We collaborate with leading research institutions to advance skincare science.</p>
                    <div class="grid grid-cols-3 gap-4">
                        <div class="bg-emerald-50 p-4 rounded-lg flex items-center justify-center">
                            <span class="text-sm font-medium text-slate-800">MIT Dermatology Lab</span>
                        </div>
                        <div class="bg-emerald-50 p-4 rounded-lg flex items-center justify-center">
                            <span class="text-sm font-medium text-slate-800">Stanford Skin Research</span>
                        </div>
                        <div class="bg-emerald-50 p-4 rounded-lg flex items-center justify-center">
                            <span class="text-sm font-medium text-slate-800">Cambridge Botanicals</span>
                        </div>
                    </div>
                </div>
                <div class="bg-white rounded-xl shadow-md p-8">
                    <h2 class="text-2xl font-serif font-bold text-slate-800 mb-6">Published Research</h2>
                    <p class="text-slate-600 mb-6">Our findings are published in peer-reviewed journals.</p>
                    <div class="space-y-4">
                        <a href="#" class="block border-l-4 border-emerald-500 pl-4 hover:bg-emerald-50 p-2 transition">
                            <h3 class="font-medium text-slate-800">Efficacy of Moonflower Extract in Nocturnal Hydration</h3>
                            <p class="text-sm text-slate-600">Journal of Dermatological Science, 2022</p>
                        </a>
                        <a href="#" class="block border-l-4 border-emerald-500 pl-4 hover:bg-emerald-50 p-2 transition">
                            <h3 class="font-medium text-slate-800">Golden Chia Antioxidant Properties</h3>
                            <p class="text-sm text-slate-600">Botanical Research International, 2021</p>
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer would be repeated from index.html -->

    <script>
        feather.replace();
    </script>
</body>
</html>