-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
616 lines (591 loc) · 35.1 KB
/
index.html
File metadata and controls
616 lines (591 loc) · 35.1 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
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
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Azura AI | Premium Document & Workflow Automation for Europe</title>
<!-- SEO & Social Sharing -->
<meta name="description" content="State-of-the-art AI automation for European enterprises.">
<meta property="og:title" content="Azura AI | Premium Document & Workflow Automation for Europe">
<meta property="og:description" content="State-of-the-art AI automation for European enterprises.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://azura-ai.github.io">
<meta property="og:image" content="assets/images/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Azura AI | Premium Document & Workflow Automation for Europe">
<meta name="twitter:description" content="State-of-the-art AI automation for European enterprises.">
<meta name="twitter:image" content="assets/images/og-image.png">
<link rel="canonical" href="https://azura-ai.github.io">
<link rel="stylesheet" href="style.css?v=2.2">
<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=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<link rel="icon" type="image/png" href="assets/images/favicon.png">
<!-- JSON-LD Structured Data Slot -->
</head>
<body class="main-page">
<header id="header-container">
<!-- Header will be injected here during build -->
<nav class="glass">
<div class="logo"><a href="/" style="text-decoration: none; color: inherit;">AZURA<span>AI</span></a></div>
<ul class="nav-links">
<li><a href="index.html#hero">Home</a></li>
<li><a href="index.html#services">Services</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="index.html#cases">Demos</a></li>
<li><a href="about.html">About</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
<button class="cta-button" onclick="window.location.href='index.html#contact'">Get in Touch</button>
</nav>
</header>
<main id="main-content">
<!-- Main body content slot -->
<section class="hero" id="hero">
<div class="hero-content">
<span class="badge animate-in">Europe's Lead in Document Intelligence</span>
<h1 class="animate-in">Scale Your <span>Document Architecture</span> with Agentic AI</h1>
<p class="hero-subtitle animate-in">We deliver high-performance Web Development, AI Integration, and Managed Document Workflows. From autonomous agents to complete website management and hosting.</p>
<div class="hero-btns animate-in">
<a href="#contact" class="btn primary">Book a Discovery Call →</a>
<a href="#cases" class="btn secondary">View ROI Demos</a>
</div>
</div>
<div class="hero-visual">
<div class="glow-sphere"></div>
<div class="orbit-ring"></div>
<div class="orbit-chips">
<div class="orbit-chip">Invoice OCR</div>
<div class="orbit-chip">Healthcare Claims</div>
<div class="orbit-chip">PII Redaction</div>
<div class="orbit-chip">Booking Agents</div>
<div class="orbit-chip">Fraud Detection</div>
<div class="orbit-chip">Supply Chain</div>
</div>
<div class="orbit-center">
<div class="orbit-center-icon"><i class="fas fa-brain"></i></div>
<div class="orbit-center-label">Agentic AI</div>
<div class="orbit-center-sub">Document Intelligence</div>
</div>
</div>
</section>
<section class="trust-bar">
<div class="container">
<p class="trust-label">Architecting the Future with Industry-Leading Technology</p>
<div class="logo-grid">
<div class="logo-item"><i class="fab fa-openai"></i> OpenAI</div>
<div class="logo-item"><i class="fab fa-aws"></i> AWS Cloud</div>
<div class="logo-item"><i class="fab fa-google-drive"></i> Google Cloud</div>
<div class="logo-item"><i class="fab fa-python"></i> Python Foundation</div>
<div class="logo-item"><i class="fab fa-github"></i> GitHub Enterprise</div>
</div>
</div>
</section>
<section id="services" class="services-section">
<h2 class="section-title">Specialized <span>Automation.</span></h2>
<div class="services-grid">
<div class="service-card animate-in">
<div class="service-icon"><i class="fas fa-microchip"></i></div>
<h3>Workflow Intelligence</h3>
<p>Advanced AI integration for Invoices, Passports, and Insurance cards. We automate and integrate "Super Bills" and healthcare claims with >99% accuracy.</p>
</div>
<div class="service-card animate-in">
<div class="service-icon"><i class="fas fa-server"></i></div>
<h3>Managed Web & Hosting</h3>
<p>Premium Web Development and Complete Website Management. Specialized in high-performance infrastructure and automated hosting for international enterprises.</p>
</div>
<div class="service-card animate-in">
<div class="service-icon"><i class="fas fa-chart-line"></i></div>
<h3>Retail ROI Engines</h3>
<p>Turning document data into loyalty. Automated point credit systems for retail giants like Dubai Mall through high-volume receipt extraction.</p>
</div>
<div class="service-card animate-in">
<div class="service-icon"><i class="fas fa-robot"></i></div>
<h3>Autonomous Agents</h3>
<p>Custom chatbots for appointment booking (Labs/Hospitals), Help Desk automation, and frictionless food ordering for European enterprises.</p>
</div>
<div class="service-card animate-in">
<div class="service-icon"><i class="fas fa-shield-halved"></i></div>
<h3>Fraud Detection</h3>
<p>High-performance predictive ML to stop Fintech fraud (APP fraud) before it happens, processing millions of transactions in real-time.</p>
</div>
<div class="service-card animate-in">
<div class="service-icon"><i class="fas fa-hospital"></i></div>
<h3>Healthcare HUB</h3>
<p>HIPAA-compliant document workflows extracting member IDs, CPT codes, and ICD-10 medical billing data with automated verification.</p>
</div>
<div class="service-card animate-in">
<div class="service-icon"><i class="fas fa-id-card"></i></div>
<h3>Global Identity</h3>
<p>Automated Global Identity Verification (KYC) with intelligent OCR for Passports, Visas, and National IDs across 180+ countries.</p>
</div>
<div class="service-card animate-in">
<div class="service-icon"><i class="fas fa-file-shield"></i></div>
<h3>PDF Redaction & PII Compliance</h3>
<p>Layout-aware AI redaction for sensitive documents. Automated PII masking at scale—fully compliant with GDPR, HIPAA, and global data privacy regulations.</p>
</div>
</div>
</section>
<section id="tech" class="tech-section">
<h2 class="section-title">Our Technology <span>Stack.</span></h2>
<div class="tech-container">
<div class="tech-group">
<h4>Core Languages</h4>
<div class="tech-icons">
<span class="tech-tag">Python (Expert)</span>
<span class="tech-tag">Go (High Perf)</span>
</div>
</div>
<div class="tech-group">
<h4>Agentic Frameworks</h4>
<div class="tech-icons">
<span class="tech-tag">LangGraph</span>
<span class="tech-tag">Pydantic AI</span>
<span class="tech-tag">CrewAI</span>
</div>
</div>
<div class="tech-group">
<h4>Deployment</h4>
<div class="tech-icons">
<span class="tech-tag">Docker</span>
<span class="tech-tag">GitHub Actions</span>
<span class="tech-tag">Railway/Cloud</span>
</div>
</div>
</div>
</section>
<section id="process" class="process-section">
<div class="container">
<h2 class="section-title">Our Proven <span>Framework.</span></h2>
<p class="section-subtitle">A structured, 4-step path from identifying operational friction to deploying measurable AI scaling.</p>
<div class="process-grid">
<div class="process-card animate-in">
<div class="process-num">01</div>
<h3>Strategic Discovery</h3>
<p>We audit your existing manual workflows to identify high-impact, low-risk automation opportunities with the highest ROI.</p>
</div>
<div class="process-card animate-in">
<div class="process-num">02</div>
<h3>Architecture & Audit</h3>
<p>Our pods design a bespoke AI middle-ware solution, ensuring seamless integration with your current ERP, CRM, or legacy systems.</p>
</div>
<div class="process-card animate-in">
<div class="process-num">03</div>
<h3>Implementation</h3>
<p>We build and deploy your autonomous agents or document pipelines in structured sprints, with a focus on >99% data accuracy.</p>
</div>
<div class="process-card animate-in">
<div class="process-num">04</div>
<h3>Managed Scaling</h3>
<p>Continuous monitoring, optimization, and monthly ROI reviews ensure your AI systems evolve as your business grows.</p>
</div>
</div>
</div>
</section>
<section id="pricing" class="pricing-section">
<h2 class="section-title">Transparent <span>Pricing.</span></h2>
<p class="pricing-subtitle">Strategic, ROI-aligned packages designed for European enterprises. We leverage a high-efficiency global delivery model to offer elite AI engineering at a fraction of local continental costs.</p>
<div class="pricing-grid">
<div class="pricing-card animate-in">
<div class="pricing-badge">Starter</div>
<h3>Digital Foundation</h3>
<div class="pricing-price">€2,500<span> Setup</span></div>
<div class="pricing-recurring">€499 /mo</div>
<p class="pricing-desc">Premium Web Development, basic Chatbot Integration, and Managed Hosting for your business.</p>
<ul class="pricing-features">
<li><i class="fas fa-check"></i> High-performance Website Dev</li>
<li><i class="fas fa-check"></i> 1x AI Chatbot Integration</li>
<li><i class="fas fa-check"></i> Managed SSL & Cloud Hosting</li>
<li><i class="fas fa-check"></i> Content Updates & Support</li>
<li><i class="fas fa-check"></i> Full Source Code Ownership</li>
</ul>
<p class="pricing-ideal">Ideal for: Small to Mid-market businesses establishing their AI-first presence.</p>
<a href="#contact" class="btn primary pricing-cta">Initiate Foundation Plan →</a>
</div>
<div class="pricing-card featured animate-in">
<div class="pricing-badge">Scaling</div>
<h3>Automation Suite</h3>
<div class="pricing-price">€6,500<span> Setup</span></div>
<div class="pricing-recurring">€1,299 /mo</div>
<p class="pricing-desc">Advanced Document Workflows, Multi-Agent systems, and CRM/ERP Integration for ROI-driven automation.</p>
<ul class="pricing-features">
<li><i class="fas fa-check"></i> Multi-Agent Autonomous Systems</li>
<li><i class="fas fa-check"></i> AI Document Workflow Integration</li>
<li><i class="fas fa-check"></i> Complete ERP/CRM Connectivity</li>
<li><i class="fas fa-check"></i> Managed Infrastructure & High-Perf Hosting</li>
<li><i class="fas fa-check"></i> Priority Managed Support (Slack)</li>
</ul>
<p class="pricing-ideal">Ideal for: Enterprise Logistics, Healthcare Systems, and high-growth Retail Chains.</p>
<a href="#contact" class="btn primary pricing-cta">Scale Your Automation →</a>
</div>
<div class="pricing-card animate-in">
<div class="pricing-badge">Elite</div>
<h3>Fractional AI Dept.</h3>
<div class="pricing-price">Custom<span> Setup</span></div>
<div class="pricing-recurring">from €3,500 /mo</div>
<p class="pricing-desc">Long-term strategic partnership acting as your internal AI R&D and Complete Website Management department.</p>
<ul class="pricing-features">
<li><i class="fas fa-check"></i> Dedicated Agency Resource Dept.</li>
<li><i class="fas fa-check"></i> Complete Website & AI Management</li>
<li><i class="fas fa-check"></i> Custom AI Research & R&D</li>
<li><i class="fas fa-check"></i> GDPR/Sovereignty Compliance</li>
<li><i class="fas fa-check"></i> 24/7 Enterprise Support Hot-line</li>
</ul>
<p class="pricing-ideal">Ideal for: European Banks, Government Networks, Multi-national Corps.</p>
<a href="#contact" class="btn primary pricing-cta">Apply for Elite Membership →</a>
</div>
</div>
</section>
<section id="cases" class="cases-section">
<div class="container">
<h2 class="section-title">ROI Driven <span>Case Studies.</span></h2>
<div class="cases-grid" id="cases-grid">
<!-- CASES_START -->
<div class="case-card animate-in " style="animation-delay: 0.0s">
<div class="case-content">
<div class="case-header">
<span class="case-badge">Impact Analysis</span>
<h3>AI Marketing Outreach: Scaling Hyper-Personalized Sales at 100x Speed</h3>
</div>
<p>Moving beyond spam-bots to autonomous agents that research, score, and engage leads with human-level nuance.</p>
<a href="case/ai-marketing-outreach/" class="read-more">View Full Breakdown <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="case-card animate-in " style="animation-delay: 0.1s">
<div class="case-content">
<div class="case-header">
<span class="case-badge">Impact Analysis</span>
<h3>Intelligent Document Redaction: Layout-Aware PII Masking</h3>
</div>
<p>Protecting sensitive data at scale with autonomous agents that "understand" document structure before masking.</p>
<a href="case/ai-redaction-engine/" class="read-more">View Full Breakdown <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="case-card animate-in " style="animation-delay: 0.2s">
<div class="case-content">
<div class="case-header">
<span class="case-badge">Impact Analysis</span>
<h3>Autonomous Supply Chain Engine</h3>
</div>
<p>How we deployed a LangGraph-powered agentic system that reduced transportation costs by 28%.</p>
<a href="case/autonomous-logistics/" class="read-more">View Full Breakdown <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="case-card animate-in " style="animation-delay: 0.30000000000000004s">
<div class="case-content">
<div class="case-header">
<span class="case-badge">Impact Analysis</span>
<h3>Service Agents: Autonomous Booking & Ordering</h3>
</div>
<p>Deploying agentic AI systems that handle complex appointment booking and food ordering, reducing labor costs by 70%.</p>
<a href="case/booking-agents/" class="read-more">View Full Breakdown <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="case-card animate-in " style="animation-delay: 0.4s">
<div class="case-content">
<div class="case-header">
<span class="case-badge">Impact Analysis</span>
<h3>Retail Revolution: Dubai Mall Loyalty Automation</h3>
</div>
<p>Driving 99%+ accuracy in retail analytics through automated high-volume receipt processing and loyalty point attribution.</p>
<a href="case/dubai-mall-loyalty/" class="read-more">View Full Breakdown <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="case-card animate-in " style="animation-delay: 0.5s">
<div class="case-content">
<div class="case-header">
<span class="case-badge">Impact Analysis</span>
<h3>Real-Time Fraud Detection Solution</h3>
</div>
<p>Reducing Authorised Push Payment (APP) fraud by 92% using high-performance predictive ML.</p>
<a href="case/fintech-fraud-detection/" class="read-more">View Full Breakdown <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="case-card animate-in hidden-card" style="animation-delay: 0.6000000000000001s">
<div class="case-content">
<div class="case-header">
<span class="case-badge">Impact Analysis</span>
<h3>Healthcare Assistant: Patient Pre-Visit Synthesis & Scheduling</h3>
</div>
<p>Freeing clinicians from administrative burden with 24/7 autonomous phone and chat agents.</p>
<a href="case/healthcare-agent-system/" class="read-more">View Full Breakdown <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="case-card animate-in hidden-card" style="animation-delay: 0.7000000000000001s">
<div class="case-content">
<div class="case-header">
<span class="case-badge">Impact Analysis</span>
<h3>Healthcare Hub: Automated Claims & Super Bills Processing</h3>
</div>
<p>Streamlining insurance lifecycles with intelligent extraction of member IDS, CPT codes, and ICD-10 medical billing data.</p>
<a href="case/healthcare-claims/" class="read-more">View Full Breakdown <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="case-card animate-in hidden-card" style="animation-delay: 0.8s">
<div class="case-content">
<div class="case-header">
<span class="case-badge">Impact Analysis</span>
<h3>Identity Suite: Secure Passport & ID Verification</h3>
</div>
<p>Automating Global Identity Verification (KYC) with intelligent OCR for Passports, Visas, and National IDs across 180+ countries.</p>
<a href="case/identity-verification/" class="read-more">View Full Breakdown <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="case-card animate-in hidden-card" style="animation-delay: 0.9s">
<div class="case-content">
<div class="case-header">
<span class="case-badge">Impact Analysis</span>
<h3>Insurance Card OCR & Eligibility: Real-Time Verification in < 2 Seconds</h3>
</div>
<p>Eliminating front-desk friction with localized, high-speed document intelligence for healthcare providers.</p>
<a href="case/insurance-card-ocr/" class="read-more">View Full Breakdown <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="case-card animate-in hidden-card" style="animation-delay: 1.0s">
<div class="case-content">
<div class="case-header">
<span class="case-badge">Impact Analysis</span>
<h3>Invoice Intelligence: Beyond OCR to Autonomous ERP Reconciliation</h3>
</div>
<p>Transforming invoices from dead PDF pixels into structured, actionable business intelligence with 0 human intervention.</p>
<a href="case/invoice-intelligence/" class="read-more">View Full Breakdown <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="case-card animate-in hidden-card" style="animation-delay: 1.1s">
<div class="case-content">
<div class="case-header">
<span class="case-badge">Impact Analysis</span>
<h3>Precision Medical Billing: 99.9% Coding Accuracy with AI Agents</h3>
</div>
<p>Closing the revenue cycle gap through autonomous ICD-10/CPT assignment and claim scrubbing.</p>
<a href="case/medical-billing-automation/" class="read-more">View Full Breakdown <i class="fas fa-arrow-right"></i></a>
</div>
</div><!-- CASES_END -->
<div class="pagination-container"><button class="load-more-btn" onclick="loadMore('cases-grid')">View More Demos <i class="fas fa-plus"></i></button></div>
</div>
</div>
</section>
<section id="roi" class="roi-section">
<div class="roi-container container">
<div class="roi-header">
<h2 class="section-title">Calculate Your <span>Automation ROI.</span></h2>
<p>Estimate the annual savings from transitioning your manual workflows to Azura AI Agents.</p>
</div>
<div class="roi-calculator">
<div class="calc-inputs">
<div class="input-group">
<label>Monthly Volume (Docs/Tasks): <span id="vol-val">5,000</span></label>
<input type="range" id="doc-volume" min="1000" max="50000" step="1000" value="5000" oninput="updateROI()">
</div>
<div class="input-group">
<label>Current Manual Cost ($/task): <span id="cost-val">2.50</span></label>
<input type="range" id="unit-cost" min="0.5" max="10" step="0.5" value="2.5" oninput="updateROI()">
</div>
</div>
<div class="calc-results">
<div class="result-item">
<h4>Estimated Annual Savings</h4>
<div class="result-value" id="savings-total">$150,000</div>
</div>
<div class="result-item">
<h4>Accuracy Improvement</h4>
<div class="result-value">99.9%</div>
</div>
<button class="cta-button" onclick="document.getElementById('contact').scrollIntoView()">Book Your Automation Audit</button>
</div>
</div>
</div>
</section>
<section id="blog" class="blog-section">
<div class="container">
<div class="section-header">
<h2 class="section-title">Latest AI <span>Insights.</span></h2>
<a href="blog.html" class="view-all">View All Insights <i class="fas fa-arrow-right"></i></a>
</div>
<div class="blog-grid" id="blog-grid">
<!-- BLOG_START -->
<div class="blog-card animate-in" style="animation-delay: 0.0s">
<div class="blog-img" style="background: linear-gradient(135deg, hsl(265, 75%, 45%), hsl(225, 75%, 35%));">
<div class="img-overlay" style="background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);"></div>
</div>
<div class="blog-content" style="padding: 3rem;">
<span class="blog-tag">Insight</span>
<h3>Ecommerce Agent Showdown: Pydantic AI vs LangGraph</h3>
<p>Building twins. We deployed identical Ecommerce assistants using both *Pydantic AI* and *LangGraph* ...</p>
<a href="blog/3-ecommerce-agent-pydantic-vs-langgraph/" class="read-more">Read Insight <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="blog-card animate-in" style="animation-delay: 0.1s">
<div class="blog-img" style="background: linear-gradient(135deg, hsl(280, 75%, 45%), hsl(240, 75%, 35%));">
<div class="img-overlay" style="background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);"></div>
</div>
<div class="blog-content" style="padding: 3rem;">
<span class="blog-tag">Insight</span>
<h3>AI Fraud Detection for Fintech: How ML Catches What Rules Miss</h3>
<p>The shift from "Reactive Rules" to "Predictive Intelligence." Learn how high-growth fintechs are red...</p>
<a href="blog/ai-fraud-detection-for-fintech-how-ml-catches-what-rules-miss/" class="read-more">Read Insight <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="blog-card animate-in" style="animation-delay: 0.2s">
<div class="blog-img" style="background: linear-gradient(135deg, hsl(295, 75%, 45%), hsl(255, 75%, 35%));">
<div class="img-overlay" style="background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);"></div>
</div>
<div class="blog-content" style="padding: 3rem;">
<span class="blog-tag">Insight</span>
<h3>FastAPI + Pydantic AI: The Ultimate High-Performance AI Backend</h3>
<p>Build scalable, type-safe, and agentic AI architectures using the power of FastAPI, Pydantic AI, and...</p>
<a href="blog/fastapi-+-pydantic-ai-the-ultimate-high-performance-ai-backend/" class="read-more">Read Insight <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="blog-card animate-in" style="animation-delay: 0.30000000000000004s">
<div class="blog-img" style="background: linear-gradient(135deg, hsl(310, 75%, 45%), hsl(270, 75%, 35%));">
<div class="img-overlay" style="background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);"></div>
</div>
<div class="blog-content" style="padding: 3rem;">
<span class="blog-tag">Insight</span>
<h3>How to Automate Invoice Processing with AI (OCR + LLMs)</h3>
<p>Stop paying for manual data entry. Learn how to architect a modern Intelligent Document Processing (...</p>
<a href="blog/how-to-automate-invoice-processing-with-ai-ocr-plus-llms/" class="read-more">Read Insight <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="blog-card animate-in" style="animation-delay: 0.4s">
<div class="blog-img" style="background: linear-gradient(135deg, hsl(325, 75%, 45%), hsl(285, 75%, 35%));">
<div class="img-overlay" style="background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);"></div>
</div>
<div class="blog-content" style="padding: 3rem;">
<span class="blog-tag">Insight</span>
<h3>How to Build an AI Agent with LangGraph: Step-by-Step Python Tutorial</h3>
<p>Move beyond simple prompts. Learn how to build a stateful, cyclic AI agent that can reason, verify, ...</p>
<a href="blog/how-to-build-an-ai-agent-with-langgraph-step-by-step-python-tutorial/" class="read-more">Read Insight <i class="fas fa-arrow-right"></i></a>
</div>
</div>
<div class="blog-card animate-in" style="animation-delay: 0.5s">
<div class="blog-img" style="background: linear-gradient(135deg, hsl(340, 75%, 45%), hsl(300, 75%, 35%));">
<div class="img-overlay" style="background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);"></div>
</div>
<div class="blog-content" style="padding: 3rem;">
<span class="blog-tag">Insight</span>
<h3>How to Calculate ROI for AI Automation Projects (With Formula)</h3>
<p>Don’t guess. Measure. Learn the exact framework we use to justify AI spend for Fortune 500 clients....</p>
<a href="blog/how-to-calculate-roi-for-ai-automation-projects/" class="read-more">Read Insight <i class="fas fa-arrow-right"></i></a>
</div>
</div><div class="pagination-container"><button class="load-more-btn" id="load-more-blog">Load More Insights</button></div><!-- BLOG_END -->
</div>
</div>
</section>
<section id="faq" class="faq-section">
<div class="container">
<h2 class="section-title">Your Questions, <span>Answered.</span></h2>
<div class="faq-grid">
<div class="faq-item animate-in">
<h3>Is our sensitive data safe with your AI?</h3>
<p>Absolutely. We specialize in HIPAA and GDPR compliant workflows, using layout-aware PII redaction and local/private cloud hosting to ensure your data stays within your sovereign jurisdiction.</p>
</div>
<div class="faq-item animate-in">
<h3>How long does a typical implementation take?</h3>
<p>A "Foundation" setup usually takes 2-4 weeks. Enterprise "Automation Suites" involving deep ERP integration typically take 8-12 weeks from architecture to live production.</p>
</div>
<div class="faq-item animate-in">
<h3>Do we need a technical team to manage this?</h3>
<p>No. Our "Elite" and "Scaling" tiers include complete managed services and hosting. We act as your internal AI department, handling all monitoring and updates.</p>
</div>
</div>
</div>
</section>
<section id="contact" class="contact-section">
<div class="container">
<div class="contact-grid">
<div class="contact-info">
<h2 class="section-title" style="text-align: left;">Let's Build <span>Intelligence.</span></h2>
<p>Book a strategic consultation to discover how much manual labor we can remove from your specialized document workflows.</p>
<div class="contact-methods">
<div class="method"><i class="fas fa-map-marker-alt"></i> Serving EU & Middle East</div>
</div>
</div>
<form id="leadForm" class="contact-form">
<div class="form-group"><input type="text" id="name" placeholder="Name" required></div>
<div class="form-group"><input type="email" id="email" placeholder="Business Email" required></div>
<div class="form-group"><textarea id="message" placeholder="Describe your current manual workflow (e.g. Invoice processing, passport verification)..." required></textarea></div>
<button type="submit" class="cta-button">Request Your Free Audit</button>
</form>
</div>
</div>
</section>
<div class="sticky-cta">
<a href="#contact" class="audit-btn ripple">
<i class="fas fa-search-dollar"></i> Get Your Free AI Audit
</a>
</div>
<script>
function updateROI() {
const vol = document.getElementById('doc-volume').value;
const cost = document.getElementById('unit-cost').value;
document.getElementById('vol-val').innerText = Number(vol).toLocaleString();
document.getElementById('cost-val').innerText = Number(cost).toFixed(2);
// Azura typically reduces costs by 90%
const annualSavings = (vol * cost * 12 * 0.9);
document.getElementById('savings-total').innerText = '$' + Number(annualSavings).toLocaleString(undefined, {maximumFractionDigits: 0});
}
</script>
</main>
<footer id="footer-container">
<!-- Footer will be injected here during build -->
<div class="footer-content">
<div class="footer-brand">
<div class="logo">AZURA<span>AI</span></div>
<p>Architecting the future of enterprise intelligence.</p>
</div>
<div class="footer-links">
<h4>Solutions</h4>
<ul>
<li><a href="index.html#services">Document Intelligence</a></li>
<li><a href="index.html#services">Retail Workflow Analytics</a></li>
<li><a href="index.html#services">Autonomous Agents</a></li>
</ul>
</div>
<div class="footer-links">
<h4>Company</h4>
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-social">
<h4>Connect</h4>
<div class="social-icons">
<a href="https://github.com/azura-ai" target="_blank" rel="noopener"><i class="fab fa-github"></i></a>
<a href="facebook.html" title="Facebook"><i class="fab fa-facebook"></i></a>
<a href="instagram.html" title="Instagram"><i class="fab fa-instagram"></i></a>
<a href="linkedin.html" title="LinkedIn"><i class="fab fa-linkedin"></i></a>
<a href="threads.html" title="Threads"><i class="fab fa-threads"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Azura AI. All rights reserved.</p>
</div>
<!-- Chatbot Widget -->
<div id="chatbot-widget" class="chatbot-closed">
<div class="chatbot-header">
<div class="bot-info">
<div class="bot-status-dot"></div>
<span>Azura AI Assistant</span>
</div>
<button id="close-chat"><i class="fas fa-times"></i></button>
</div>
<div id="chat-messages" class="chat-messages">
<div class="message bot-message">Welcome. How can I assist with your document workflow automation today?</div>
</div>
<div class="chat-input">
<input type="text" placeholder="Type a message...">
<button id="send-msg"><i class="fas fa-paper-plane"></i></button>
</div>
</div>
<button id="chatbot-trigger"><i class="fas fa-comment-dots"></i></button>
</footer>
<script src="script.js" defer></script>
</body>
</html>