-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
494 lines (471 loc) · 24.2 KB
/
Copy pathabout.html
File metadata and controls
494 lines (471 loc) · 24.2 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
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
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>من نحن — SmartStruct</title>
<meta name="description" content="SmartStruct — منصة ذكية لإدارة مشاريع البناء والمقاولات في الجزائر. تعرف على فريقنا ورسالتنا.">
<link rel="shortcut icon" href="assets/icons/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/svg+xml" href="assets/icons/favicon.svg">
<link rel="apple-touch-icon" sizes="180x180" href="assets/icons/apple-touch-icon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&family=Inter:wght@300;400;500;700;800;900&display=swap">
<style>
:root {
--bg-0: #07080C; --bg-1: #0B0F17; --bg-2: #111722; --bg-3: #1A2231; --bg-card: #0E141E;
--fg: #F2F1EC; --fg-soft: #C7C9CF; --fg-muted: #7E8595; --fg-dim: #4A5266;
--gold: #E8B84B; --gold-hi: #F5D07A; --gold-lo: #B98726; --gold-deep: #6B4D14;
--gold-tint: rgba(232,184,75,0.10); --gold-glow: rgba(232,184,75,0.18);
--green: #6CC59A; --red: #E47B8B;
--line: rgba(245,245,235,0.06); --line-2: rgba(245,245,235,0.12);
--font: 'Tajawal', system-ui, sans-serif;
--mono: 'JetBrains Mono', ui-monospace, monospace;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--font); background: var(--bg-0); color: var(--fg); line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; border: 0; background: 0; color: inherit; cursor: pointer; }
::selection { background: var(--gold); color: #0A0F18; }
::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: var(--bg-0); } ::-webkit-scrollbar-thumb { background: var(--bg-3); border-radius: 4px; }
.wrap { width: 100%; padding: 0 6%; }
/* ── Nav ── */
.nav { position: fixed; top: 0; right: 0; left: 0; z-index: 100; padding: 18px 0;
background: rgba(7,8,12,0.6); backdrop-filter: blur(20px) saturate(140%);
border-bottom: 1px solid transparent; transition: all 0.3s ease; }
.nav.scrolled { padding: 12px 0; border-bottom-color: var(--line); background: rgba(7,8,12,0.88); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 18px; }
.brand-mark { width: 34px; height: 34px; border-radius: 9px; display: block; object-fit: contain; box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset, 0 6px 16px rgba(232,184,75,0.25); }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--fg-soft); transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.btn { display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 20px; border-radius: 8px; font-size: 14px; font-weight: 700; white-space: nowrap; transition: all 0.25s cubic-bezier(0.4,0,0.2,1); }
.btn-ghost { color: var(--fg-soft); }
.btn-ghost:hover { color: var(--fg); }
.btn-gold { background: linear-gradient(140deg, #F5D07A 0%, #E8B84B 45%, #B98726 100%); color: #0A0F18; box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset, 0 6px 18px rgba(232,184,75,0.25); }
.btn-gold:hover { transform: translateY(-1px); box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset, 0 10px 28px rgba(232,184,75,0.4); }
.btn .arrow { width: 14px; height: 14px; transition: transform 0.25s; }
.btn:hover .arrow { transform: translateX(-3px); }
/* ── Hero ── */
.page-hero {
padding: 160px 0 80px;
position: relative;
overflow: hidden;
border-bottom: 1px solid var(--line);
}
.page-hero::before {
content: '';
position: absolute;
top: -40%;
left: 50%;
transform: translateX(-50%);
width: 800px;
height: 800px;
background: radial-gradient(ellipse at center, rgba(232,184,75,0.07) 0%, transparent 65%);
pointer-events: none;
}
.page-hero-inner { text-align: center; max-width: 720px; margin: 0 auto; }
.eyebrow {
display: inline-flex; align-items: center; gap: 10px;
font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.18em;
text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem;
}
.eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--gold); opacity: 0.6; }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 900; line-height: 1.12; letter-spacing: -0.02em; margin-bottom: 1.2rem; }
.page-hero h1 em { font-style: normal; color: var(--gold); }
.page-hero p { font-size: 1.1rem; color: var(--fg-soft); line-height: 1.7; max-width: 560px; margin: 0 auto; }
/* ── Sections ── */
.sec { padding: 90px 0; border-bottom: 1px solid var(--line); }
.sec:last-of-type { border-bottom: none; }
/* ── Mission ── */
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.mission-text h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 900; line-height: 1.2; margin-bottom: 1.2rem; letter-spacing: -0.02em; }
.mission-text h2 em { font-style: normal; color: var(--gold); }
.mission-text p { color: var(--fg-soft); line-height: 1.8; margin-bottom: 1rem; font-size: 1rem; }
.mission-visual {
position: relative;
background: var(--bg-card);
border: 1px solid var(--line-2);
border-radius: 20px;
padding: 2.5rem;
overflow: hidden;
}
.mission-visual::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 80% 20%, rgba(232,184,75,0.06) 0%, transparent 60%);
}
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; position: relative; }
.stat-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: 1.4rem 1.2rem; text-align: center; transition: border-color 0.25s; }
.stat-card:hover { border-color: rgba(232,184,75,0.3); }
.stat-num { font-family: var(--mono); font-size: 2rem; font-weight: 700; color: var(--gold); display: block; }
.stat-lbl { font-size: 0.78rem; color: var(--fg-muted); margin-top: 0.3rem; display: block; }
/* ── Values ── */
.values-header { text-align: center; margin-bottom: 3.5rem; }
.values-header h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 900; margin-bottom: 0.8rem; }
.values-header p { color: var(--fg-muted); max-width: 460px; margin: 0 auto; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.value-card {
background: var(--bg-card); border: 1px solid var(--line); border-radius: 16px;
padding: 2rem 1.6rem; transition: all 0.3s; position: relative; overflow: hidden;
}
.value-card::before {
content: '';
position: absolute;
top: 0; right: 0;
width: 80px; height: 80px;
background: radial-gradient(ellipse at top right, var(--value-color, rgba(232,184,75,0.08)) 0%, transparent 70%);
}
.value-card:hover { border-color: rgba(232,184,75,0.25); transform: translateY(-3px); }
.value-icon { font-size: 2rem; margin-bottom: 1rem; display: block; }
.value-card h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 0.6rem; }
.value-card p { font-size: 0.85rem; color: var(--fg-muted); line-height: 1.6; }
/* ── Team ── */
.team-header { text-align: center; margin-bottom: 3.5rem; }
.team-header h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 900; margin-bottom: 0.8rem; }
.team-header p { color: var(--fg-muted); max-width: 440px; margin: 0 auto; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.team-card {
background: var(--bg-card); border: 1px solid var(--line); border-radius: 18px;
padding: 2rem; text-align: center; transition: all 0.3s;
}
.team-card:hover { border-color: rgba(232,184,75,0.25); transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.team-avatar {
width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 1rem;
display: flex; align-items: center; justify-content: center;
font-size: 1.8rem; font-weight: 900;
background: linear-gradient(135deg, var(--bg-3), var(--bg-2));
border: 2px solid var(--line-2);
color: var(--gold);
}
.team-card h3 { font-size: 1rem; font-weight: 800; margin-bottom: 0.25rem; }
.team-card .role { font-family: var(--mono); font-size: 0.72rem; color: var(--gold); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.8rem; }
.team-card p { font-size: 0.82rem; color: var(--fg-muted); line-height: 1.6; }
/* ── Timeline ── */
.timeline-header { text-align: center; margin-bottom: 3.5rem; }
.timeline-header h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 900; margin-bottom: 0.8rem; }
.timeline { position: relative; max-width: 700px; margin: 0 auto; }
.timeline::before { content: ''; position: absolute; right: 50%; top: 0; bottom: 0; width: 1px; background: var(--line-2); }
.tl-item { display: flex; justify-content: flex-end; padding-left: calc(50% + 30px); margin-bottom: 2rem; position: relative; }
.tl-item:nth-child(even) { justify-content: flex-start; padding-left: 0; padding-right: calc(50% + 30px); }
.tl-dot {
position: absolute; right: calc(50% - 8px); top: 8px;
width: 16px; height: 16px; border-radius: 50%;
background: var(--gold); border: 3px solid var(--bg-0);
box-shadow: 0 0 12px rgba(232,184,75,0.4);
}
.tl-item:nth-child(even) .tl-dot { right: calc(50% - 8px); }
.tl-content { background: var(--bg-card); border: 1px solid var(--line); border-radius: 12px; padding: 1.2rem 1.4rem; max-width: 280px; }
.tl-year { font-family: var(--mono); font-size: 0.68rem; color: var(--gold); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.4rem; }
.tl-content h4 { font-size: 0.95rem; font-weight: 800; margin-bottom: 0.3rem; }
.tl-content p { font-size: 0.8rem; color: var(--fg-muted); line-height: 1.5; }
/* ── CTA ── */
.about-cta {
text-align: center;
padding: 100px 0;
position: relative;
overflow: hidden;
}
.about-cta::before {
content: '';
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
width: 600px; height: 400px;
background: radial-gradient(ellipse, rgba(232,184,75,0.07) 0%, transparent 65%);
}
.about-cta h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 900; margin-bottom: 1rem; }
.about-cta p { color: var(--fg-muted); margin-bottom: 2rem; font-size: 1rem; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
/* ── Footer ── */
footer { padding: 60px 0 30px; border-top: 1px solid var(--line); }
.foot { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.foot p { font-size: 0.85rem; color: var(--fg-muted); margin-top: 0.8rem; line-height: 1.7; max-width: 280px; }
.foot h5 { font-size: 0.72rem; font-family: var(--mono); font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--fg-dim); margin-bottom: 1rem; }
.foot ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.foot ul a { font-size: 0.88rem; color: var(--fg-muted); transition: color 0.2s; }
.foot ul a:hover { color: var(--fg); }
.foot-bot { display: flex; justify-content: space-between; align-items: center; padding-top: 1.5rem; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 0.7rem; color: var(--fg-dim); }
/* ── Reveal ── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }
/* ── Responsive ── */
@media (max-width: 900px) {
.mission-grid { grid-template-columns: 1fr; }
.values-grid { grid-template-columns: 1fr 1fr; }
.team-grid { grid-template-columns: 1fr 1fr; }
.foot { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 620px) {
.nav-links { display: none; }
.values-grid, .team-grid { grid-template-columns: 1fr; }
.timeline::before { right: 16px; }
.tl-item, .tl-item:nth-child(even) { padding-right: 0; padding-left: 46px; justify-content: flex-start; }
.tl-dot, .tl-item:nth-child(even) .tl-dot { right: auto; left: 8px; }
.tl-content { max-width: 100%; }
.foot { grid-template-columns: 1fr; }
.foot-bot { flex-direction: column; gap: 0.5rem; text-align: center; }
}
</style>
</head>
<body>
<!-- ══ NAV ══ -->
<nav class="nav" id="nav">
<div class="wrap nav-inner">
<a href="index.html" class="brand" style="text-decoration:none">
<img class="brand-mark" src="assets/logo-mark.svg" alt="SmartStruct">
<span class="brand-name">SmartStruct</span>
</a>
<div class="nav-links">
<a href="index.html#features">المنصة</a>
<a href="index.html#workflow">سير العمل</a>
<a href="index.html#pricing">الأسعار</a>
<a href="about.html" class="active">من نحن</a>
<a href="contact.html">تواصل</a>
</div>
<div class="nav-cta">
<a class="btn btn-ghost" href="app.html#login">تسجيل الدخول</a>
<a class="btn btn-gold" href="app.html#register">
<span>ابدأ مجاناً</span>
<svg class="arrow" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M19 12H5M11 18l-6-6 6-6"/></svg>
</a>
</div>
</div>
</nav>
<!-- ══ HERO ══ -->
<section class="page-hero">
<div class="wrap">
<div class="page-hero-inner">
<div class="eyebrow">من نحن · À propos</div>
<h1>بنيناها لأننا<br><em>احتجنا إليها</em></h1>
<p>SmartStruct وُلدت من ألم حقيقي — شركات مقاولات جزائرية تُدار بأوراق وجداول بيانات. قررنا أن نبني الحل الذي كنا نتمنى وجوده.</p>
</div>
</div>
</section>
<!-- ══ MISSION ══ -->
<section class="sec">
<div class="wrap">
<div class="mission-grid">
<div class="mission-text reveal">
<div class="eyebrow" style="margin-bottom:1.2rem">رسالتنا</div>
<h2>منصة واحدة<br>لكل <em>ورشة جزائرية</em></h2>
<p>نؤمن أن كل شركة مقاولات في الجزائر — مهما كان حجمها — تستحق أدوات احترافية تفهم تشريعاتها المحلية، تتحدث لغتها، وتعمل في بيئتها الخاصة.</p>
<p>من العقد إلى التسليم، من الراتب إلى الفاتورة، من المخزن إلى التقرير البنكي — كل شيء في مكان واحد، بدون فوضى.</p>
<p style="color:var(--fg-muted);font-size:.9rem;margin-top:1.5rem;padding-right:1rem;border-right:2px solid var(--gold)">"التكنولوجيا يجب أن تخدم البنّاء، لا أن تُرهقه."</p>
</div>
<div class="mission-visual reveal">
<div class="stat-grid">
<div class="stat-card">
<span class="stat-num">+500</span>
<span class="stat-lbl">مقاول يستخدم المنصة</span>
</div>
<div class="stat-card">
<span class="stat-num">48</span>
<span class="stat-lbl">ولاية جزائرية</span>
</div>
<div class="stat-card">
<span class="stat-num">7.4</span>
<span class="stat-lbl">إصدار المنصة الحالي</span>
</div>
<div class="stat-card">
<span class="stat-num">2023</span>
<span class="stat-lbl">سنة التأسيس</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ══ VALUES ══ -->
<section class="sec">
<div class="wrap">
<div class="values-header reveal">
<div class="eyebrow" style="margin-bottom:1rem;justify-content:center">قيمنا</div>
<h2>ما يقودنا كل يوم</h2>
<p>قيم ليست شعارات على جدار، بل ممارسات تظهر في كل سطر كود وكل قرار نصنعه.</p>
</div>
<div class="values-grid">
<div class="value-card reveal" style="--value-color:rgba(232,184,75,0.1)">
<span class="value-icon">🏗️</span>
<h3>مبني للجزائر</h3>
<p>TVA 19%، RC، NIF، NIS، CNAS — كل التشريعات المحلية مدمجة بشكل أصلي، لا كإضافة لاحقة.</p>
</div>
<div class="value-card reveal" style="--value-color:rgba(108,197,154,0.08)">
<span class="value-icon">🔒</span>
<h3>الأمان أولاً</h3>
<p>بيانات مؤسستك محمية بتشفير كامل. لا مشاركة، لا بيع، لا وصول بدون إذنك الصريح.</p>
</div>
<div class="value-card reveal" style="--value-color:rgba(74,144,226,0.08)">
<span class="value-icon">⚡</span>
<h3>بساطة حقيقية</h3>
<p>واجهة يفهمها المقاول الذي لا يحب التكنولوجيا. وقت التعلم: أقل من 7 دقائق.</p>
</div>
<div class="value-card reveal" style="--value-color:rgba(232,184,75,0.08)">
<span class="value-icon">🤝</span>
<h3>دعم حقيقي</h3>
<p>فريق يرد بالدارجة والفرنسية والعربية الفصحى. لا روبوتات، لا قوائم انتظار طويلة.</p>
</div>
<div class="value-card reveal" style="--value-color:rgba(228,123,139,0.08)">
<span class="value-icon">🧠</span>
<h3>ذكاء اصطناعي محلي</h3>
<p>AI يفهم السياق الجزائري — أسعار المواد، الأجور، المخاطر القانونية الخاصة بالسوق المحلية.</p>
</div>
<div class="value-card reveal" style="--value-color:rgba(108,197,154,0.08)">
<span class="value-icon">🔄</span>
<h3>تحسين مستمر</h3>
<p>نُصدر تحديثات منتظمة بناءً على طلبات مستخدمينا مباشرة. صوتك يُشكّل المنتج.</p>
</div>
</div>
</div>
</section>
<!-- ══ TEAM ══ -->
<section class="sec">
<div class="wrap">
<div class="team-header reveal">
<div class="eyebrow" style="margin-bottom:1rem;justify-content:center">الفريق</div>
<h2>من يبني SmartStruct</h2>
<p>فريق صغير ومتحمس يؤمن بقطاع البناء الجزائري وإمكاناته.</p>
</div>
<div class="team-grid">
<div class="team-card reveal">
<div class="team-avatar">م·أ</div>
<h3>محمد الأمين</h3>
<div class="role">المؤسس والمدير التنفيذي</div>
<p>مهندس معمار ورائد أعمال. بنى SmartStruct بعد معاناته الشخصية مع إدارة مشاريع البناء.</p>
</div>
<div class="team-card reveal">
<div class="team-avatar">ي·ب</div>
<h3>يوسف بن حمزة</h3>
<div class="role">مدير التقنية CTO</div>
<p>خبرة 10 سنوات في تطوير البرمجيات. متخصص في أنظمة البيانات الهجينة وتجربة المستخدم.</p>
</div>
<div class="team-card reveal">
<div class="team-avatar">س·م</div>
<h3>سارة مزوار</h3>
<div class="role">مديرة المنتج</div>
<p>خبيرة في UX/UI مع خلفية في إدارة مشاريع البناء. تترجم احتياجات المقاولين إلى ميزات فعلية.</p>
</div>
</div>
</div>
</section>
<!-- ══ TIMELINE ══ -->
<section class="sec">
<div class="wrap">
<div class="timeline-header reveal">
<div class="eyebrow" style="margin-bottom:1rem;justify-content:center">رحلتنا</div>
<h2>من الفكرة إلى المنصة</h2>
</div>
<div class="timeline">
<div class="tl-item reveal">
<div class="tl-dot"></div>
<div class="tl-content">
<div class="tl-year">2023 — البداية</div>
<h4>وُلدت الفكرة</h4>
<p>بعد مشاكل متكررة في إدارة مشروع بناء بالجزائر العاصمة، قرر المؤسس بناء الحل.</p>
</div>
</div>
<div class="tl-item reveal">
<div class="tl-dot"></div>
<div class="tl-content">
<div class="tl-year">2024 — الإطلاق</div>
<h4>الإصدار الأول Beta</h4>
<p>أول نسخة تجريبية مع 20 مقاول. ردود الفعل شكّلت معظم المنتج الحالي.</p>
</div>
</div>
<div class="tl-item reveal">
<div class="tl-dot"></div>
<div class="tl-content">
<div class="tl-year">2025 — النمو</div>
<h4>الذكاء الاصطناعي</h4>
<p>إضافة المحلل الذكي المتخصص في السوق الجزائرية. +300 مستخدم في 6 أشهر.</p>
</div>
</div>
<div class="tl-item reveal">
<div class="tl-dot"></div>
<div class="tl-content">
<div class="tl-year">2026 — الحاضر</div>
<h4>الإصدار 7.4</h4>
<p>منصة ناضجة تخدم +500 مقاول عبر 48 ولاية جزائرية.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ══ CTA ══ -->
<section class="about-cta">
<div class="wrap">
<div class="eyebrow" style="justify-content:center;margin-bottom:1.2rem">ابدأ اليوم</div>
<h2>جاهز لتحويل<br>طريقة إدارتك؟</h2>
<p>انضم إلى مئات المقاولين الجزائريين الذين يديرون مشاريعهم بشكل أذكى.</p>
<div class="cta-btns">
<a class="btn btn-gold" href="app.html#register" style="height:52px;padding:0 28px;font-size:15px">
<span>جرّب مجاناً 14 يوم</span>
<svg class="arrow" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M19 12H5M11 18l-6-6 6-6"/></svg>
</a>
<a class="btn" href="contact.html" style="height:52px;padding:0 28px;font-size:15px;border:1px solid var(--line-2);color:var(--fg-soft)">
تحدث مع الفريق
</a>
</div>
</div>
</section>
<!-- ══ FOOTER ══ -->
<footer>
<div class="wrap">
<div class="foot">
<div>
<div class="brand">
<img class="brand-mark" src="assets/logo-mark.svg" alt="SmartStruct">
<span class="brand-name">SmartStruct</span>
</div>
<p>منصة موحَّدة لإدارة مشاريع البناء والمقاولات في الجزائر — من العقد إلى التسليم.</p>
</div>
<div>
<h5>المنصة</h5>
<ul>
<li><a href="index.html#features">القدرات</a></li>
<li><a href="index.html#workflow">سير العمل</a></li>
<li><a href="index.html#documents">الوثائق</a></li>
<li><a href="index.html#pricing">الأسعار</a></li>
</ul>
</div>
<div>
<h5>الشركة</h5>
<ul>
<li><a href="about.html">من نحن</a></li>
<li><a href="contact.html">تواصل</a></li>
</ul>
</div>
<div>
<h5>قانوني</h5>
<ul>
<li><a href="terms.html">شروط الاستخدام</a></li>
<li><a href="privacy.html">سياسة الخصوصية</a></li>
<li><a href="status.html">حالة الخدمة</a></li>
</ul>
</div>
</div>
<div class="foot-bot">
<span>© 2026 SmartStruct — صُمم في الجزائر</span>
<span>الإصدار 7.4 · آخر تحديث 23 ماي 2026</span>
</div>
</div>
</footer>
<script>
const nav = document.getElementById('nav');
window.addEventListener('scroll', () => {
nav.classList.toggle('scrolled', window.scrollY > 24);
}, { passive: true });
const io = new IntersectionObserver(entries => {
entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('in'); io.unobserve(e.target); } });
}, { threshold: 0.1 });
document.querySelectorAll('.reveal').forEach((el, i) => {
el.style.transitionDelay = (i % 4) * 0.08 + 's';
io.observe(el);
});
</script>
</body>
</html>