-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
379 lines (366 loc) · 22 KB
/
Copy pathindex.html
File metadata and controls
379 lines (366 loc) · 22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | BrightMind Books</title>
<meta name="description" content="BrightMind is a premium e-book marketplace and digital learning platform. Learn smarter, grow faster with 620+ titles across business, AI, technology and self-development.">
<meta name="theme-color" content="#0A1226">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="manifest" href="site.webmanifest">
<meta property="og:title" content="Home | BrightMind Books">
<meta property="og:description" content="BrightMind is a premium e-book marketplace and digital learning platform. Learn smarter, grow faster with 620+ titles across business, AI, technology and self-development.">
<meta property="og:image" content="images/logo-512.png">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<a href="#main" class="skip-link">Skip to content</a>
<div class="topbar">
<div class="container">
<div class="topbar-links">
<a href="about.html">About Us</a>
<a href="blog.html">Blog</a>
<a href="faq.html">Help Center</a>
</div>
<div class="topbar-contact">
<a href="mailto:olatundeajayi87@yahoo.com">olatundeajayi87@yahoo.com</a>
<a href="tel:+2349135878155">+234 913 587 8155</a>
<a href="https://wa.me/2349135878155" target="_blank" rel="noopener">WhatsApp</a>
</div>
</div>
</div>
<header class="navbar">
<div class="container">
<a href="index.html" class="brand">
<img src="images/logo.png" alt="BrightMind Books logo">
<span>
<span class="brand-word">Bright<span>Mind</span></span>
<span class="brand-tag">Learn Smarter. Grow Faster.</span>
</span>
</a>
<nav class="nav-links">
<a href="index.html" class="active">Home</a>
<a href="shop.html" class="">Shop</a>
<a href="categories.html" class="">Categories</a>
<a href="authors.html" class="">Authors</a>
<a href="blog.html" class="">Blog</a>
<div class="has-dropdown">
<a href="faq.html">Help</a>
<div class="dropdown">
<a href="faq.html">Help Center / FAQs</a>
<a href="refund-policy.html">Returns & Refund Policy</a>
<a href="privacy-policy.html">Privacy Policy</a>
<a href="terms.html">Terms & Conditions</a>
<a href="cookie-policy.html">Cookie Policy</a>
</div>
</div>
</nav>
<form class="nav-search" data-search-form>
<button type="submit" aria-label="Search"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="7"/><path d="m21 21-4.3-4.3"/></svg></button>
<input type="text" placeholder="Search books, authors, ISBN...">
</form>
<div class="nav-actions">
<a href="wishlist.html" class="icon-btn" aria-label="Wishlist"><svg width="19" height="19" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z"/></svg><span class="badge" data-wishlist-count>0</span></a>
<a href="cart.html" class="icon-btn" aria-label="Cart"><svg width="19" height="19" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.6 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6"/></svg><span class="badge" data-cart-count>0</span></a>
<a href="dashboard.html" class="icon-btn" aria-label="Account"><svg width="19" height="19" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M20 21a8 8 0 1 0-16 0"/><circle cx="12" cy="7" r="4"/></svg></a>
<a href="login.html" class="btn btn-primary btn-sm" style="margin-left:6px;">Sign In</a>
<button class="nav-toggle icon-btn" aria-label="Open menu"><svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="12" x2="21" y2="12"/><line x1="3" y1="18" x2="21" y2="18"/></svg></button>
</div>
</div>
</header>
<div class="mobile-menu">
<button class="close-btn" aria-label="Close menu">×</button>
<nav>
<a href="index.html">Home</a><a href="shop.html">Shop</a><a href="categories.html">Categories</a><a href="authors.html">Authors</a><a href="blog.html">Blog</a><a href="about.html">About</a><a href="contact.html">Contact</a>
<a href="faq.html">Help Center / FAQs</a><a href="refund-policy.html">Returns & Refund Policy</a><a href="privacy-policy.html">Privacy Policy</a><a href="terms.html">Terms & Conditions</a><a href="cookie-policy.html">Cookie Policy</a>
<a href="login.html">Sign In</a>
<a href="register.html">Create Account</a>
</nav>
</div>
<main id="main">
<section class="hero">
<div class="container">
<div>
<span class="eyebrow">Premium E-Book Marketplace</span>
<h1>Learn Smarter. <em>Grow Faster.</em></h1>
<p class="lead">BrightMind is a curated digital learning platform with hundreds of premium e-books on AI, business, technology and personal growth — built for readers across Africa and beyond.</p>
<div class="hero-cta">
<a href="shop.html" class="btn btn-primary">Browse the Shop</a>
<a href="categories.html" class="btn btn-outline">Explore Categories</a>
</div>
<div class="hero-stats">
<div><strong>620+</strong><span>E-books</span></div>
<div><strong>140+</strong><span>Authors</span></div>
<div><strong>38k+</strong><span>Readers</span></div>
<div><strong>4.8/5</strong><span>Avg. Rating</span></div>
</div>
</div>
<div class="hero-visual">
<div class="beam"><svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bulbGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FFCE7A"/><stop offset="100%" stop-color="#F0A93A"/>
</linearGradient>
<linearGradient id="bookGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#6C93FF"/><stop offset="100%" stop-color="#2A5CE6"/>
</linearGradient>
</defs>
<circle cx="100" cy="72" r="34" fill="url(#bulbGrad)" opacity="0.95"/>
<rect x="88" y="100" width="24" height="18" rx="3" fill="#C98A2E"/>
<path d="M20 150 Q100 120 180 150 L180 160 Q100 132 20 160 Z" fill="url(#bookGrad)"/>
<path d="M20 150 Q100 176 180 150" fill="none" stroke="#fff" stroke-width="3" opacity=".6"/>
<g stroke="#F0A93A" stroke-width="3" stroke-linecap="round" opacity=".8">
<line x1="100" y1="18" x2="100" y2="4"/>
<line x1="130" y1="28" x2="140" y2="18"/>
<line x1="70" y1="28" x2="60" y2="18"/>
<line x1="145" y1="55" x2="158" y2="50"/>
<line x1="55" y1="55" x2="42" y2="50"/>
</g>
</svg></div>
<div class="float-card c1">📚 New: Prompt Engineering for Beginners</div>
<div class="float-card c2">⭐ 4.9 average rating</div>
</div>
</div>
</section>
<section class="section section-alt">
<div class="container">
<div class="divider"><span class="line"></span><svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bulbGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FFCE7A"/><stop offset="100%" stop-color="#F0A93A"/>
</linearGradient>
<linearGradient id="bookGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#6C93FF"/><stop offset="100%" stop-color="#2A5CE6"/>
</linearGradient>
</defs>
<circle cx="100" cy="72" r="34" fill="url(#bulbGrad)" opacity="0.95"/>
<rect x="88" y="100" width="24" height="18" rx="3" fill="#C98A2E"/>
<path d="M20 150 Q100 120 180 150 L180 160 Q100 132 20 160 Z" fill="url(#bookGrad)"/>
<path d="M20 150 Q100 176 180 150" fill="none" stroke="#fff" stroke-width="3" opacity=".6"/>
<g stroke="#F0A93A" stroke-width="3" stroke-linecap="round" opacity=".8">
<line x1="100" y1="18" x2="100" y2="4"/>
<line x1="130" y1="28" x2="140" y2="18"/>
<line x1="70" y1="28" x2="60" y2="18"/>
<line x1="145" y1="55" x2="158" y2="50"/>
<line x1="55" y1="55" x2="42" y2="50"/>
</g>
</svg><span class="line rev"></span></div>
<div class="section-head">
<div>
<span class="eyebrow">Handpicked for you</span>
<h2>Featured & Best-Selling Books</h2>
<p>The titles our readers keep coming back to, across business, AI and self-development.</p>
</div>
<a href="shop.html" class="btn btn-ghost">View All Books</a>
</div>
<div class="grid grid-4" id="featured-grid"></div>
</div>
</section>
<section class="section" style="padding-top:0;">
<div class="container">
<div class="section-head">
<div>
<span class="eyebrow">Just Arrived</span>
<h2>New Releases</h2>
<p>Fresh titles from our author community, published this month.</p>
</div>
<a href="shop.html?sort=newest" class="btn btn-ghost">See New Releases</a>
</div>
<div class="grid grid-4" id="new-grid"></div>
</div>
</section>
<section class="section section-alt">
<div class="container">
<div class="section-head">
<div>
<span class="eyebrow">Browse by interest</span>
<h2>Popular Categories</h2>
<p>25 categories spanning technology, business, wellbeing and academics.</p>
</div>
<a href="categories.html" class="btn btn-ghost">All Categories</a>
</div>
<div class="grid grid-4" id="category-grid"></div>
</div>
</section>
<section class="section section-navy">
<div class="container">
<div class="stat-strip">
<div><strong>620+</strong><span>Digital Titles</span></div>
<div><strong>140+</strong><span>Verified Authors</span></div>
<div><strong>25</strong><span>Categories</span></div>
<div><strong>19</strong><span>Countries Reached</span></div>
<div><strong>99.9%</strong><span>Uptime</span></div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="section-head">
<div>
<span class="eyebrow">Meet the writers</span>
<h2>Popular Authors</h2>
<p>Practitioners and educators writing from real, hands-on experience.</p>
</div>
<a href="authors.html" class="btn btn-ghost">View All Authors</a>
</div>
<div class="grid grid-4" id="author-grid"></div>
</div>
</section>
<section class="section section-alt">
<div class="container">
<div class="section-head">
<div>
<span class="eyebrow">Why BrightMind</span>
<h2>Why Readers Choose Us</h2>
<p>Everything you need to buy, read and grow — in one secure platform.</p>
</div>
</div>
<div class="grid grid-4">
<div class="cat-card"><span class="ico"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 2 4 5v6c0 5 3.4 9 8 11 4.6-2 8-6 8-11V5z"/></svg></span><h4>Secure Checkout</h4><p style="margin:0;font-size:.85rem;">Encrypted payments via Stripe, Paystack, Flutterwave and PayPal.</p></div>
<div class="cat-card"><span class="ico"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"/></svg></span><h4>Instant Download</h4><p style="margin:0;font-size:.85rem;">Get your e-book immediately after purchase, on any device.</p></div>
<div class="cat-card"><span class="ico"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 2v4M12 18v4M4.9 4.9l2.8 2.8M16.3 16.3l2.8 2.8M2 12h4M18 12h4M4.9 19.1l2.8-2.8M16.3 7.7l2.8-2.8"/></svg></span><h4>AI Recommendations</h4><p style="margin:0;font-size:.85rem;">Personalized picks based on what you read and love.</p></div>
<div class="cat-card"><span class="ico"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 18v-6a9 9 0 0 1 18 0v6"/><path d="M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"/></svg></span><h4>24/7 Support</h4><p style="margin:0;font-size:.85rem;">Real humans and a smart assistant, ready whenever you need help.</p></div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="section-head">
<div>
<span class="eyebrow">Reader stories</span>
<h2>What Our Readers Say</h2>
</div>
</div>
<div class="grid grid-3">
<div class="testi-card">
<span class="stars">★★★★★</span>
<p>"Prompt Engineering for Beginners paid for itself in one afternoon. Clear, practical, no fluff."</p>
<div class="testi-person"><div class="avatar">CO</div><div><strong style="display:block;color:var(--navy);">Chioma O.</strong><span style="font-size:.78rem;color:var(--slate-light);">Product Designer, Lagos</span></div></div>
</div>
<div class="testi-card">
<span class="stars">★★★★★</span>
<p>"Best e-book platform I've used for African payment support. Checkout with Paystack was seamless."</p>
<div class="testi-person"><div class="avatar">DM</div><div><strong style="display:block;color:var(--navy);">David M.</strong><span style="font-size:.78rem;color:var(--slate-light);">Founder, Nairobi</span></div></div>
</div>
<div class="testi-card">
<span class="stars">★★★★☆</span>
<p>"The recommendation engine actually gets my taste. Found three new favorite authors already."</p>
<div class="testi-person"><div class="avatar">AB</div><div><strong style="display:block;color:var(--navy);">Aisha B.</strong><span style="font-size:.78rem;color:var(--slate-light);">Grad Student, Abuja</span></div></div>
</div>
</div>
</div>
</section>
<section class="section section-alt">
<div class="container">
<div class="section-head">
<div><span class="eyebrow">From the blog</span><h2>Latest Articles</h2></div>
<a href="blog.html" class="btn btn-ghost">Visit Blog</a>
</div>
<div class="grid grid-3" id="blog-grid"></div>
</div>
</section>
<section class="section">
<div class="container">
<div class="section-head"><div><span class="eyebrow">Common questions</span><h2>Frequently Asked Questions</h2></div></div>
<div style="max-width:760px;">
<div class="faq-item"><div class="faq-q">How do I receive my e-book after purchase?<span class="plus">+</span></div><div class="faq-a"><p>Immediately after checkout, your book is added to your Downloads in the dashboard and a copy is emailed to you as a protected PDF/EPUB.</p></div></div>
<div class="faq-item"><div class="faq-q">Which payment methods do you accept?<span class="plus">+</span></div><div class="faq-a"><p>We support Paystack, Flutterwave, Stripe and PayPal, so you can pay in naira, dollars or most major currencies.</p></div></div>
<div class="faq-item"><div class="faq-q">Can I read on multiple devices?<span class="plus">+</span></div><div class="faq-a"><p>Yes. Your library syncs to your account, so you can access purchases from your phone, tablet or laptop.</p></div></div>
<div class="faq-item"><div class="faq-q">Do you offer refunds?<span class="plus">+</span></div><div class="faq-a"><p>Yes, within 7 days of purchase if the file is faulty or materially not as described. See our <a href="refund-policy.html">Refund Policy</a>.</p></div></div>
</div>
</div>
</section>
<section class="section-tight">
<div class="container">
<div class="newsletter">
<div>
<h2 style="color:#fff;margin-bottom:8px;">Get smarter every week</h2>
<p style="margin:0;">New releases, learning tips and exclusive discounts — straight to your inbox.</p>
</div>
<form data-demo-form data-success-msg="Subscribed successfully">
<input type="email" required placeholder="Enter your email address">
<button class="btn btn-primary" type="submit">Subscribe</button>
</form>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="footer-grid">
<div>
<div class="footer-brand">
<img src="images/logo.png" alt="BrightMind Books">
<div>
<strong style="color:#fff;font-family:var(--font-display);display:block;">BrightMind Books</strong>
<span style="font-size:.75rem;">Ignite Your Mind. Transform Your Life.</span>
</div>
</div>
<p style="font-size:.86rem;max-width:280px;">A premium e-book marketplace and digital learning platform built for African and global readers who want to learn smarter and grow faster.</p>
<div class="footer-social">
<a href="#" aria-label="Facebook"><svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M22 12a10 10 0 1 0-11.6 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.4v7A10 10 0 0 0 22 12z"/></svg></a>
<a href="#" aria-label="Twitter / X"><svg width="15" height="15" viewBox="0 0 24 24" fill="currentColor"><path d="M18.9 2H22l-7.6 8.7L23.4 22h-7.1l-5.6-6.9L4.3 22H1.2l8.1-9.3L1 2h7.3l5 6.3L18.9 2zm-1.2 18h1.7L7.3 4H5.5l12.2 16z"/></svg></a>
<a href="#" aria-label="Instagram"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="3" width="18" height="18" rx="5"/><circle cx="12" cy="12" r="4"/><circle cx="17.5" cy="6.5" r="1"/></svg></a>
<a href="#" aria-label="LinkedIn"><svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M6.94 5a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM5 8h4v12H5V8zm7 0h3.8v1.7h.05c.53-1 1.83-2 3.77-2 4 0 4.75 2.6 4.75 6.1V20h-4v-5.6c0-1.35-.02-3.1-1.9-3.1-1.9 0-2.2 1.5-2.2 3v5.7h-4V8z"/></svg></a>
</div>
</div>
<div>
<h5>Explore</h5>
<a href="about.html">About BrightMind</a>
<a href="shop.html">Shop</a>
<a href="categories.html">Categories</a>
<a href="authors.html">Authors</a>
<a href="blog.html">Blog</a>
</div>
<div>
<h5>Account</h5>
<a href="dashboard.html">My Dashboard</a>
<a href="wishlist.html">Wishlist</a>
<a href="cart.html">Cart</a>
<a href="login.html">Sign In</a>
<a href="register.html">Create Account</a>
</div>
<div>
<h5>Support</h5>
<a href="faq.html">Help Center / FAQs</a>
<a href="refund-policy.html">Returns & Refund Policy</a>
<a href="privacy-policy.html">Privacy Policy</a>
<a href="terms.html">Terms & Conditions</a>
<a href="cookie-policy.html">Cookie Policy</a>
<a href="contact.html">Contact Us</a>
</div>
<div>
<h5>Newsletter</h5>
<p style="font-size:.84rem;">Get new releases and learning tips in your inbox.</p>
<form data-demo-form data-success-msg="Subscribed successfully" style="display:flex;gap:8px;">
<input type="email" required placeholder="Email address" style="flex:1;min-width:0;padding:10px 14px;border-radius:100px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;">
<button class="btn btn-primary btn-sm" type="submit">Join</button>
</form>
</div>
</div>
<div class="footer-bottom">
<span>© 2026 BrightMind. All Rights Reserved. Powered by Adavi Digital. Designed for the Future of Digital Learning.</span>
<div class="payment-icons">
<span>STRIPE</span><span>PAYSTACK</span><span>FLUTTERWAVE</span><span>PAYPAL</span>
</div>
</div>
</div>
</footer>
<button class="chatbot-btn" aria-label="Open support chat"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 11.5a8.4 8.4 0 0 1-1 4 8.5 8.5 0 0 1-7.5 4.5A8.4 8.4 0 0 1 8 19l-5 1 1-5a8.4 8.4 0 0 1-1-4 8.5 8.5 0 0 1 4.5-7.5 8.4 8.4 0 0 1 4-1h.5a8.5 8.5 0 0 1 8 8v.5z"/></svg></button>
<div class="chatbot-panel">
<div class="chatbot-head"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 11.5a8.4 8.4 0 0 1-1 4 8.5 8.5 0 0 1-7.5 4.5A8.4 8.4 0 0 1 8 19l-5 1 1-5a8.4 8.4 0 0 1-1-4 8.5 8.5 0 0 1 4.5-7.5 8.4 8.4 0 0 1 4-1h.5a8.5 8.5 0 0 1 8 8v.5z"/></svg> <div><strong>BrightMind Assistant</strong><div style="font-size:.72rem;color:#9AA6C4;">Typically replies instantly</div></div></div>
<div class="chatbot-body"><div class="chatbot-msg bot">Hi! I'm the BrightMind smart assistant. Ask me about orders, books, or your account.</div></div>
<div class="chatbot-foot"><input type="text" placeholder="Type a message..."><button aria-label="Send"><svg width="17" height="17" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="22" y1="2" x2="11" y2="13"/><polygon points="22 2 15 22 11 13 2 9 22 2"/></svg></button></div>
</div>
<button class="back-to-top" aria-label="Back to top"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="12" y1="19" x2="12" y2="5"/><polyline points="5 12 12 5 19 12"/></svg></button>
<script src="js/data.js"></script>
<script src="js/script.js"></script>
</body>
</html>