|
7 | 7 |
|
8 | 8 | body { |
9 | 9 | font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; |
10 | | - color: #333; |
| 10 | + color: #c77aee; |
11 | 11 | line-height: 1.6; |
| 12 | + background-color: black; |
12 | 13 | } |
13 | 14 |
|
14 | 15 | .container { |
|
42 | 43 | font-size: 2rem; |
43 | 44 | font-weight: 700; |
44 | 45 | margin-bottom: 0.5rem; |
45 | | - color: #333; |
| 46 | + color: #969494; |
46 | 47 | } |
47 | 48 |
|
48 | 49 | .section-header p { |
49 | 50 | font-size: 1.1rem; |
50 | | - color: #666; |
| 51 | + color: #817f7f; |
51 | 52 | max-width: 600px; |
52 | 53 | margin: 0 auto; |
53 | 54 | } |
|
58 | 59 | } |
59 | 60 |
|
60 | 61 | .link-arrow { |
61 | | - color: #2563eb; |
| 62 | + color: #8f25eb; |
62 | 63 | font-weight: 500; |
63 | 64 | display: inline-flex; |
64 | 65 | align-items: center; |
65 | 66 | transition: color 0.2s; |
66 | 67 | } |
67 | 68 |
|
68 | 69 | .link-arrow:hover { |
69 | | - color: #1e40af; |
| 70 | + color: #a24ede; |
70 | 71 | } |
71 | 72 |
|
72 | 73 | /* Buttons */ |
73 | 74 | .btn-primary { |
74 | | - background-color: #2563eb; |
75 | | - color: white; |
| 75 | + background-color: #843ed4; |
| 76 | + color: rgb(242, 238, 238); |
76 | 77 | border: none; |
77 | 78 | padding: 0.75rem 1.5rem; |
78 | 79 | border-radius: 0.375rem; |
|
81 | 82 | } |
82 | 83 |
|
83 | 84 | .btn-primary:hover { |
84 | | - background-color: #1d4ed8; |
| 85 | + background-color: #9d4fe6; |
85 | 86 | } |
86 | 87 |
|
87 | 88 | .btn-secondary { |
88 | | - background-color: white; |
89 | | - color: #2563eb; |
| 89 | + background-color: rgb(59, 57, 57); |
| 90 | + color: #974cc9; |
90 | 91 | border: none; |
91 | 92 | padding: 0.75rem 1.5rem; |
92 | 93 | border-radius: 0.375rem; |
|
95 | 96 | } |
96 | 97 |
|
97 | 98 | .btn-secondary:hover { |
98 | | - background-color: #f8fafc; |
| 99 | + background-color: #d5d3d8; |
99 | 100 | } |
100 | 101 |
|
101 | 102 | .btn-outline { |
102 | 103 | background-color: transparent; |
103 | | - color: #2563eb; |
104 | | - border: 2px solid #2563eb; |
| 104 | + color: #222123; |
| 105 | + border: 2px solid #202021; |
105 | 106 | padding: 0.75rem 1.5rem; |
106 | 107 | border-radius: 0.375rem; |
107 | 108 | font-weight: 500; |
108 | 109 | transition: all 0.2s; |
109 | 110 | } |
110 | 111 |
|
111 | 112 | .btn-outline:hover { |
112 | | - background-color: rgba(37, 99, 235, 0.1); |
| 113 | + background-color: rgba(196, 165, 237, 0.1); |
113 | 114 | } |
114 | 115 |
|
115 | 116 | .btn-outline.light { |
116 | | - color: white; |
| 117 | + color: rgb(252, 250, 250); |
117 | 118 | border-color: white; |
118 | 119 | } |
119 | 120 |
|
|
124 | 125 | .btn-link { |
125 | 126 | background: none; |
126 | 127 | border: none; |
127 | | - color: #2563eb; |
| 128 | + color: #a167e4; |
128 | 129 | font-weight: 500; |
129 | 130 | padding: 0.5rem; |
130 | 131 | transition: color 0.2s; |
131 | 132 | } |
132 | 133 |
|
133 | 134 | .btn-link:hover { |
134 | | - color: #1e40af; |
| 135 | + color: #854ddf; |
135 | 136 | } |
136 | 137 |
|
137 | 138 | .full-width { |
|
140 | 141 |
|
141 | 142 | /* Navbar */ |
142 | 143 | .navbar { |
143 | | - background-color: white; |
144 | | - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); |
| 144 | + background-color: rgb(22, 22, 22); |
| 145 | + box-shadow: 0 1px 3px rgba(246, 244, 244, 0.1); |
145 | 146 | position: sticky; |
146 | 147 | top: 0; |
147 | 148 | z-index: 100; |
|
164 | 165 | height: 40px; |
165 | 166 | width: 40px; |
166 | 167 | border-radius: 8px; |
167 | | - background-color: #2563eb; |
| 168 | + background-color: #792aa6; |
168 | 169 | color: white; |
169 | 170 | display: flex; |
170 | 171 | align-items: center; |
|
176 | 177 |
|
177 | 178 | .logo-icon.light { |
178 | 179 | background-color: white; |
179 | | - color: #2563eb; |
| 180 | + color: #813aed; |
180 | 181 | } |
181 | 182 |
|
182 | 183 | .logo-text { |
183 | 184 | font-size: 1.5rem; |
184 | 185 | font-weight: 700; |
185 | | - color: #333; |
| 186 | + color: #fefafa; |
186 | 187 | } |
187 | 188 |
|
188 | 189 | .nav-links { |
|
197 | 198 | background: none; |
198 | 199 | border: none; |
199 | 200 | font-size: 1.5rem; |
200 | | - color: #666; |
| 201 | + color: #fcf8f8; |
201 | 202 | } |
202 | 203 |
|
203 | 204 | /* Hero Section */ |
204 | 205 | .hero { |
205 | | - background: linear-gradient(90deg, #2563eb 0%, #1e40af 100%); |
| 206 | + background: linear-gradient(90deg, #c187e2 0%,#a541de 50%, #731cd7 100%); |
206 | 207 | color: white; |
207 | 208 | padding: 4rem 0; |
208 | 209 | } |
|
251 | 252 | /* Roadmaps Section */ |
252 | 253 | .roadmaps { |
253 | 254 | padding: 4rem 0; |
254 | | - background-color: white; |
| 255 | + background-color: rgb(31, 30, 30); |
255 | 256 | } |
256 | 257 |
|
257 | 258 | .roadmap-cards { |
|
261 | 262 | } |
262 | 263 |
|
263 | 264 | .roadmap-card { |
264 | | - background-color: #f8fafc; |
| 265 | + background-color: #171818; |
265 | 266 | border-radius: 0.75rem; |
266 | 267 | overflow: hidden; |
267 | 268 | box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); |
|
277 | 278 | content: ''; |
278 | 279 | display: block; |
279 | 280 | height: 0.75rem; |
280 | | - background-color: #ddd; |
| 281 | + background-color: #393737; |
281 | 282 | } |
282 | 283 |
|
283 | 284 | .roadmap-card.beginner::before { |
284 | | - background-color: #10B981; /* green */ |
| 285 | + background-color: #60ccf0; /* green */ |
285 | 286 | } |
286 | 287 |
|
287 | 288 | .roadmap-card.intermediate::before { |
288 | | - background-color: #F59E0B; /* amber */ |
| 289 | + background-color: #33a4f4; /* amber */ |
289 | 290 | } |
290 | 291 |
|
291 | 292 | .roadmap-card.advanced::before { |
|
309 | 310 | } |
310 | 311 |
|
311 | 312 | .beginner .grade-badge { |
312 | | - background-color: #d1fae5; |
313 | | - color: #047857; |
| 313 | + background-color: #d1f2fa; |
| 314 | + color: #047780; |
314 | 315 | } |
315 | 316 |
|
316 | 317 | .intermediate .grade-badge { |
317 | | - background-color: #fef3c7; |
318 | | - color: #b45309; |
| 318 | + background-color: #caecfc; |
| 319 | + color: #047f91; |
319 | 320 | } |
320 | 321 |
|
321 | 322 | .advanced .grade-badge { |
|
364 | 365 | } |
365 | 366 |
|
366 | 367 | .check.completed { |
367 | | - background-color: #10B981; |
| 368 | + background-color: #10b9b3; |
368 | 369 | } |
369 | 370 |
|
370 | 371 | .beginner .check.completed { |
371 | | - background-color: #10B981; |
| 372 | + background-color: #12c7d4; |
372 | 373 | } |
373 | 374 |
|
374 | 375 | .intermediate .check.completed { |
375 | | - background-color: #F59E0B; |
| 376 | + background-color: #0bb3f5; |
376 | 377 | } |
377 | 378 |
|
378 | 379 | .advanced .check.completed { |
|
390 | 391 | /* Benefits Section */ |
391 | 392 | .benefits { |
392 | 393 | padding: 4rem 0; |
393 | | - background-color: #f8fafc; |
| 394 | + background-color: rgb(31, 30, 30); |
394 | 395 | } |
395 | 396 |
|
396 | 397 | .benefit-cards { |
|
400 | 401 | } |
401 | 402 |
|
402 | 403 | .benefit-card { |
403 | | - background-color: white; |
| 404 | + background-color: rgb(14, 13, 13); |
404 | 405 | padding: 1.5rem; |
405 | 406 | border-radius: 0.5rem; |
406 | 407 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); |
|
438 | 439 | /* How It Works Section */ |
439 | 440 | .how-it-works { |
440 | 441 | padding: 4rem 0; |
441 | | - background-color: white; |
| 442 | + background-color: rgb(31, 30, 30); |
442 | 443 | } |
443 | 444 |
|
444 | 445 | .steps-container { |
|
459 | 460 | width: 2rem; |
460 | 461 | height: 2rem; |
461 | 462 | border-radius: 50%; |
462 | | - background-color: #2563eb; |
| 463 | + background-color: #a449e1; |
463 | 464 | color: white; |
464 | 465 | display: flex; |
465 | 466 | align-items: center; |
|
488 | 489 | /* Testimonials Section */ |
489 | 490 | .testimonials { |
490 | 491 | padding: 4rem 0; |
491 | | - background-color: #f8fafc; |
| 492 | + background-color: rgb(31, 30, 30); |
492 | 493 | } |
493 | 494 |
|
494 | 495 | .testimonial-cards { |
|
498 | 499 | } |
499 | 500 |
|
500 | 501 | .testimonial-card { |
501 | | - background-color: white; |
| 502 | + background-color: rgb(0, 0, 0); |
502 | 503 | padding: 1.5rem; |
503 | 504 | border-radius: 0.5rem; |
504 | 505 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); |
|
514 | 515 | width: 3rem; |
515 | 516 | height: 3rem; |
516 | 517 | border-radius: 50%; |
517 | | - background-color: #2563eb; |
| 518 | + background-color: #b325eb; |
518 | 519 | color: white; |
519 | 520 | display: flex; |
520 | 521 | align-items: center; |
|
548 | 549 | /* CTA Section */ |
549 | 550 | .cta { |
550 | 551 | padding: 4rem 0; |
551 | | - background: linear-gradient(90deg, #2563eb 0%, #1e40af 100%); |
| 552 | + background: linear-gradient(90deg, #8d09f2 0%,#a84bee 50%, #ca93f1 100%); |
552 | 553 | color: white; |
553 | 554 | text-align: center; |
554 | 555 | } |
|
0 commit comments