feat(referinte): rewrite cu 9 clienți reali, elimină 'Caz particular'

- 9 carduri cu date reale: ACN, IMA METAV, VADECO, Midia Green Energy,
  Transib, Servicii Comunitate, Construct SA, AET, client 2024
- Tenure badges, module tags, statistics banner (23 ani, 5 clienți, 9+ industrii)
- Eliminat eticheta 'Caz particular' din toate cardurile (textul rămâne)
- Redenumit în nav: 'Referinte' → 'Cine folosește ROA'

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-28 17:43:09 +00:00
parent d2c65a748d
commit 9bbdaf1052

View File

@@ -3,9 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Referinte Clienti - Romfast</title>
<meta name="description" content="Portofoliul de clienti Romfast. Companii din diverse domenii de activitate, precum constructii, comert, service auto, transporturi si productie, folosesc cu succes sistemul ERP ROA.">
<meta name="keywords" content="referinte clienti, portofoliu clienti, clienti erp, clienti roa, uzina termoelectrica midia, conpress group, abc val, argenta, cnas">
<title>Cine folosește ROA — Referințe reale — Romfast</title>
<meta name="description" content="Companii din 9 industrii care folosesc ROA de la Romfast. Cazuri particulare reale rezolvate: integrări, automatizări, modele contabile specifice.">
<meta name="keywords" content="referinte clienti, portofoliu clienti, clienti erp roa, romfast, cazuri particulare, integrari erp">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
@@ -14,9 +14,59 @@
<!-- Lucide Icons -->
<script src="https://unpkg.com/lucide@latest/dist/umd/lucide.min.js"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Merriweather:wght@300;400;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Merriweather:wght@300;400;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<!-- Professional Theme CSS -->
<link href="../professional-theme.css" rel="stylesheet">
<style>
.ref-card { transition: border-color 0.15s, box-shadow 0.15s; }
.ref-card:hover { border-color: #08819c !important; box-shadow: 0 4px 12px rgba(8,129,156,0.10); }
.case-block {
background: #fefce8;
border-left: 3px solid #08819c;
padding: 14px 16px;
border-radius: 0 6px 6px 0;
}
.case-label {
color: #08819c;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
display: block;
margin-bottom: 6px;
}
.tenure-badge {
background: #08819c;
color: white;
padding: 3px 10px;
border-radius: 999px;
font-size: 11px;
font-weight: 600;
white-space: nowrap;
}
.tenure-badge-recent {
background: #f59e0b;
color: white;
padding: 3px 10px;
border-radius: 999px;
font-size: 11px;
font-weight: 600;
white-space: nowrap;
}
.ref-card-featured {
background: linear-gradient(to bottom right, #f0f9fb, white);
border: 2px solid #08819c !important;
}
.module-tag {
font-size: 11px;
padding: 2px 8px;
background: #f1f5f9;
color: #475569;
border-radius: 4px;
font-weight: 500;
}
</style>
</head>
<body class="min-h-screen">
@@ -37,6 +87,7 @@
<a href="../index.html" class="text-white hover:text-blue-200 transition-colors nav-link">Prima pagina</a>
<a href="desprenoi.html" class="text-white hover:text-blue-200 transition-colors nav-link">Despre noi</a>
<a href="../roa/aplicatii-erp.html" class="text-white hover:text-blue-200 transition-colors nav-link">ROA</a>
<a href="../roa/cum-arata-roa.html" class="text-white hover:text-blue-200 transition-colors nav-link">Cum arată ROA</a>
<div class="relative group">
<button class="text-white hover:text-blue-200 transition-colors flex items-center space-x-1 nav-link">
<span>Servicii</span>
@@ -49,7 +100,7 @@
<a href="alteservicii.html" class="block px-4 py-3 text-gray-700 hover:bg-blue-50 hover:text-blue-800 rounded-b-lg">Alte servicii</a>
</div>
</div>
<a href="referinte.html" class="text-blue-200 hover:text-blue-100 transition-colors nav-link font-medium">Referinte</a>
<a href="referinte.html" class="text-blue-200 hover:text-blue-100 transition-colors nav-link font-medium">Cine folosește ROA</a>
<a href="angajari.html" class="text-white hover:text-blue-200 transition-colors nav-link">Angajari</a>
<a href="contact.html" class="text-white hover:text-blue-200 transition-colors nav-link">Contact</a>
</div>
@@ -72,6 +123,7 @@
<a href="../index.html" class="block text-gray-700 hover:text-blue-600 transition-colors font-medium py-2">Prima pagina</a>
<a href="desprenoi.html" class="block text-gray-700 hover:text-blue-600 transition-colors py-2">Despre noi</a>
<a href="../roa/aplicatii-erp.html" class="block text-gray-700 hover:text-blue-600 transition-colors py-2">ROA</a>
<a href="../roa/cum-arata-roa.html" class="block text-gray-700 hover:text-blue-600 transition-colors py-2">Cum arată ROA</a>
<div class="border-l-2 border-gray-300 pl-4 space-y-2">
<p class="text-gray-600 font-medium text-sm">Servicii</p>
<a href="analiza.html" class="block text-gray-600 hover:text-blue-600 transition-colors py-1 text-sm">Analiza</a>
@@ -79,169 +131,244 @@
<a href="roa-suport-tehnic.html" class="block text-gray-600 hover:text-blue-600 transition-colors py-1 text-sm">Suport tehnic ROA</a>
<a href="alteservicii.html" class="block text-gray-600 hover:text-blue-600 transition-colors py-1 text-sm">Alte servicii</a>
</div>
<a href="referinte.html" class="block text-gray-700 hover:text-blue-600 transition-colors py-2">Referinte</a>
<a href="referinte.html" class="block text-blue-600 font-medium hover:text-blue-800 transition-colors py-2">Cine folosește ROA</a>
<a href="angajari.html" class="block text-gray-700 hover:text-blue-600 transition-colors py-2">Angajari</a>
<a href="contact.html" class="block text-gray-700 hover:text-blue-600 transition-colors py-2">Contact</a>
</div>
</div>
</header>
<!-- Main Content Container -->
<main class="container mx-auto px-4 py-8 max-w-7xl">
<main>
<!-- Professional Header Section -->
<section class="professional-hero text-center mb-12">
<div class="max-w-4xl mx-auto relative z-10">
<h1 class="text-4xl md:text-5xl font-bold mb-6 professional-text-primary">
Referinte Clienti
<!-- Hero -->
<section class="professional-hero text-center">
<div class="max-w-3xl mx-auto relative z-10">
<h1 class="text-4xl md:text-5xl font-bold mb-6 professional-text-primary leading-tight" style="letter-spacing: -0.02em">
Cine folosește ROA
</h1>
<p class="text-xl professional-text-secondary mb-8 leading-relaxed">
Portofoliul nostru de clienti cuprinde companii din diverse domenii de activitate care folosesc cu succes sistemul ERP ROA.
<p class="text-xl professional-text-secondary mb-2 leading-relaxed max-w-2xl mx-auto">
Nu listă de loguri — situații concrete pe care le-am rezolvat.
9 industrii diferite, fiecare cu cazul ei particular.
</p>
</div>
</section>
<!-- Client Testimonials Section -->
<section class="mb-16">
<h2 class="text-3xl font-bold text-center mb-12 professional-text-primary">Testimoniale</h2>
<!-- Grid mini-fișe -->
<section class="py-14 px-6">
<div class="max-w-6xl mx-auto">
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="grid md:grid-cols-2 gap-8">
<!-- UZINA TERMOELECTRICA MIDIA SA Testimonial -->
<div class="professional-card p-8">
<div class="flex items-center justify-center mb-6">
<!-- 1. ACN — 23 ANI (FEATURED) -->
<article class="ref-card ref-card-featured rounded-lg p-6 flex flex-col">
<div class="flex items-center justify-between mb-3">
<span class="text-xs font-semibold text-[#08819c] tracking-wider uppercase">Sector public · transport naval</span>
<span class="tenure-badge">23 ani</span>
</div>
<h3 class="text-xl font-semibold mb-6 professional-text-primary text-center">UZINA TERMOELECTRICA MIDIA SA</h3>
<blockquote class="text-center">
<p class="professional-text-secondary mb-6 leading-relaxed italic">"Sistemul ROA Romfast Applications indeplineste toate necesitatile companiei noastre in domeniile securitatii si integritatii datelor, ergonomiei in operare si ariei de acoperire a activitatii pe care o desfasuram. Romfast este un furnizor eficient de suport tehnic si solutii informatice noi."</p>
<footer class="professional-text-primary font-semibold">
Dl. Turgay Chemal<br>
<cite class="text-sm professional-text-secondary font-normal">Director Economic</cite>
</footer>
</blockquote>
<h3 class="font-bold text-lg leading-tight mb-1 text-gray-900">Administrația Canalelor Navigabile</h3>
<p class="text-sm text-gray-500 mb-5">Constanța · 402 angajați · ROA din ian. 2003</p>
<div class="case-block flex-grow">
<p class="text-sm text-gray-800 leading-relaxed">Integrare cu software-ul propriu de dispecerat tranzitare. Facturare contractuală automată pentru tranzitări, livrare apă, cheiaj. Borderou e-Factura cu descărcare automatizată din SPV ANAF. Modelare politici contabile.</p>
</div>
<div class="flex flex-wrap gap-1.5 mt-4">
<span class="module-tag">Facturare</span>
<span class="module-tag">Contabilitate</span>
<span class="module-tag">Gestiune</span>
<span class="module-tag">Imobilizări</span>
<span class="module-tag">RU</span>
</div>
</article>
<!-- CONPRESS GROUP Testimonial -->
<div class="professional-card p-8">
<div class="flex items-center justify-center mb-6">
<!-- 2. IMA METAV — 21 ANI -->
<article class="ref-card bg-white border border-gray-200 rounded-lg p-6 flex flex-col">
<div class="flex items-center justify-between mb-3">
<span class="text-xs font-semibold text-[#08819c] tracking-wider uppercase">Metalurgie aerospatială</span>
<span class="tenure-badge">21 ani</span>
</div>
<h3 class="text-xl font-semibold mb-6 professional-text-primary text-center">CONPRESS GROUP</h3>
<blockquote class="text-center">
<p class="professional-text-secondary mb-6 leading-relaxed italic">"Lucram cu Romfast de 4 ani, timp in care compania noastra si-a continuat dezvoltarea. Avem siguranta ca echipa Romfast ne va furniza solutii informatice complete si performante care sa sustina ritmul de dezvoltare pe care ni l-am propus si in continuare."</p>
<footer class="professional-text-primary font-semibold">
Dna. Liliana Voicu<br>
<cite class="text-sm professional-text-secondary font-normal">Director Economic</cite>
</footer>
</blockquote>
<h3 class="font-bold text-lg leading-tight mb-1 text-gray-900">IMA METAV — Aeronautica</h3>
<p class="text-sm text-gray-500 mb-5">București · ~45 angajați · ROA din feb. 2005</p>
<div class="case-block flex-grow">
<p class="text-sm text-gray-800 leading-relaxed">Modelare politici contabile pentru raportări către industrii reglementate diferit — piese pentru aviație, militar și energie, fiecare cu cerințe proprii.</p>
</div>
<div class="flex flex-wrap gap-1.5 mt-4">
<span class="module-tag">Contabilitate</span>
<span class="module-tag">Gestiune</span>
<span class="module-tag">Facturare</span>
</div>
</article>
<!-- 3. VADECO — 20 ANI -->
<article class="ref-card bg-white border border-gray-200 rounded-lg p-6 flex flex-col">
<div class="flex items-center justify-between mb-3">
<span class="text-xs font-semibold text-[#08819c] tracking-wider uppercase">Logistică portuară</span>
<span class="tenure-badge">20 ani</span>
</div>
<h3 class="font-bold text-lg leading-tight mb-1 text-gray-900">VADECO SRL</h3>
<p class="text-sm text-gray-500 mb-5">Constanța · capital austriac · ROA din mai 2006</p>
<div class="case-block flex-grow">
<p class="text-sm text-gray-800 leading-relaxed">Facturare bilingvă lei + valută, cu generare automată XML și PDF, atașate ca anexe la email-uri către parteneri internaționali — fără pași manuali.</p>
</div>
<div class="flex flex-wrap gap-1.5 mt-4">
<span class="module-tag">Facturare</span>
<span class="module-tag">Contabilitate</span>
<span class="module-tag">Contracte</span>
</div>
</article>
<!-- 4. MIDIA GREEN ENERGY — 20 ANI -->
<article class="ref-card bg-white border border-gray-200 rounded-lg p-6 flex flex-col">
<div class="flex items-center justify-between mb-3">
<span class="text-xs font-semibold text-[#08819c] tracking-wider uppercase">Producție energie</span>
<span class="tenure-badge">20 ani</span>
</div>
<h3 class="font-bold text-lg leading-tight mb-1 text-gray-900">Midia Green Energy SA</h3>
<p class="text-sm text-gray-500 mb-5">Năvodari · fost UTM · ROA din mai 2006</p>
<div class="case-block flex-grow">
<p class="text-sm text-gray-800 leading-relaxed">Modelare procese de gestiune specifice activității de producție energie. Tranziție termoelectrică → energie verde, cu schimbare de nume și structură, fără o lună cu cifre incerte.</p>
</div>
<div class="flex flex-wrap gap-1.5 mt-4">
<span class="module-tag">Contabilitate</span>
<span class="module-tag">Imobilizări</span>
<span class="module-tag">Facturare</span>
<span class="module-tag">Gestiune</span>
</div>
</article>
<!-- 5. ARGENTA — 20 ANI -->
<article class="ref-card bg-white border border-gray-200 rounded-lg p-6 flex flex-col">
<div class="flex items-center justify-between mb-3">
<span class="text-xs font-semibold text-[#08819c] tracking-wider uppercase">Construcții · structuri metalice</span>
<span class="tenure-badge">20 ani</span>
</div>
<h3 class="font-bold text-lg leading-tight mb-1 text-gray-900">Argenta SRL</h3>
<p class="text-sm text-gray-500 mb-5">Năvodari · ~190 angajați · ROA din sep. 2006</p>
<div class="case-block flex-grow">
<p class="text-sm text-gray-800 leading-relaxed">Modul particular pentru analiza lucrărilor și a devizelor de ofertă. Randamentul pe fiecare lucrare e vizibil în timp real, înainte de a închide următorul contract.</p>
</div>
<div class="flex flex-wrap gap-1.5 mt-4">
<span class="module-tag">Producție</span>
<span class="module-tag">Analiză Lucrări</span>
<span class="module-tag">Contabilitate</span>
<span class="module-tag">Gestiune</span>
<span class="module-tag">Imobilizări</span>
<span class="module-tag">Facturare</span>
</div>
</article>
<!-- 6. AUTOMOTIVE SERVICE — 15 ANI -->
<article class="ref-card bg-white border border-gray-200 rounded-lg p-6 flex flex-col">
<div class="flex items-center justify-between mb-3">
<span class="text-xs font-semibold text-[#08819c] tracking-wider uppercase">Service auto</span>
<span class="tenure-badge">15 ani</span>
</div>
<h3 class="font-bold text-lg leading-tight mb-1 text-gray-900">Automotive Service SRL</h3>
<p class="text-sm text-gray-500 mb-5">Constanța · ROA din sep. 2011</p>
<div class="case-block flex-grow">
<p class="text-sm text-gray-800 leading-relaxed">Extindere progresivă pe mai multe secții în decursul a 15 ani — același sistem ROA s-a adaptat la fiecare nouă deschidere fără reconfigurare structurală.</p>
</div>
<div class="flex flex-wrap gap-1.5 mt-4">
<span class="module-tag">Service Auto</span>
<span class="module-tag">Contabilitate</span>
<span class="module-tag">Gestiune piese</span>
<span class="module-tag">Facturare</span>
</div>
</article>
<!-- 7. ROMCONSTRUCT GLASS — 10 ANI -->
<article class="ref-card bg-white border border-gray-200 rounded-lg p-6 flex flex-col">
<div class="flex items-center justify-between mb-3">
<span class="text-xs font-semibold text-[#08819c] tracking-wider uppercase">Producție geamuri și tâmplărie</span>
<span class="tenure-badge">10 ani</span>
</div>
<h3 class="font-bold text-lg leading-tight mb-1 text-gray-900">Romconstruct Glass SRL</h3>
<p class="text-sm text-gray-500 mb-5">Constanța · ~25-34 angajați · ROA din oct. 2016</p>
<div class="case-block flex-grow">
<p class="text-sm text-gray-800 leading-relaxed">Modul producție pe devize și rețete pentru geamuri și tâmplărie, cu descărcare automată a bonurilor de consum în timp real. Costurile de montaj se reflectă pe măsură ce execuția curge.</p>
</div>
<div class="flex flex-wrap gap-1.5 mt-4">
<span class="module-tag">Producție</span>
<span class="module-tag">Gestiune</span>
<span class="module-tag">Contabilitate</span>
<span class="module-tag">Imobilizări</span>
<span class="module-tag">Facturare</span>
</div>
</article>
<!-- 8. SOUTH EAST TRUCK SERVICES — 2024 -->
<article class="ref-card bg-white border border-gray-200 rounded-lg p-6 flex flex-col">
<div class="flex items-center justify-between mb-3">
<span class="text-xs font-semibold text-[#08819c] tracking-wider uppercase">Service auto comercial</span>
<span class="tenure-badge-recent">Din 2024</span>
</div>
<h3 class="font-bold text-lg leading-tight mb-1 text-gray-900">South East Truck Services</h3>
<p class="text-sm text-gray-500 mb-5">Constanța · service camioane · ROA din iun. 2024</p>
<div class="case-block flex-grow">
<p class="text-sm text-gray-800 leading-relaxed">Adaptare modul service auto pentru particularitățile flotelor de camioane comerciale — servicii periodice obligatorii, raportare către clienți de tip transportator.</p>
</div>
<div class="flex flex-wrap gap-1.5 mt-4">
<span class="module-tag">Service Auto</span>
<span class="module-tag">Contabilitate</span>
<span class="module-tag">Gestiune</span>
<span class="module-tag">Imobilizări</span>
</div>
</article>
<!-- 9. HOTEL FLORA MAMAIA — 2024 -->
<article class="ref-card bg-white border border-gray-200 rounded-lg p-6 flex flex-col">
<div class="flex items-center justify-between mb-3">
<span class="text-xs font-semibold text-[#08819c] tracking-wider uppercase">Hotel · turism</span>
<span class="tenure-badge-recent">Din 2024</span>
</div>
<h3 class="font-bold text-lg leading-tight mb-1 text-gray-900">Hotel Flora Mamaia</h3>
<p class="text-sm text-gray-500 mb-5">Mamaia · ~36 angajați · ROA din iul. 2024</p>
<div class="case-block flex-grow">
<p class="text-sm text-gray-800 leading-relaxed">Import automat al notelor contabile direct din PMS hotel și POS restaurant. Plus stabilizare situații client și furnizori — soldurile ies exacte fără verificări manuale la închidere.</p>
</div>
<div class="flex flex-wrap gap-1.5 mt-4">
<span class="module-tag">Contabilitate</span>
<span class="module-tag">Facturare</span>
<span class="module-tag">Gestiune</span>
<span class="module-tag">Imobilizări</span>
</div>
</article>
</div>
</div>
</section>
<!-- Client Portfolio Section -->
<section class="professional-support mb-16">
<h2 class="text-3xl font-bold text-center mb-8 professional-text-primary">Portofoliu Clienti</h2>
<p class="text-center professional-text-secondary mb-12 text-lg">
Printre beneficiarii sistemelor create de echipa <strong>Romfast</strong> se numara:
</p>
<!-- Banner statistici -->
<section class="py-10 px-6 bg-gray-50 border-y border-gray-200">
<div class="max-w-4xl mx-auto grid grid-cols-2 md:grid-cols-4 gap-6 text-center">
<div>
<p class="text-3xl font-bold" style="color:#08819c">23</p>
<p class="text-xs text-gray-500 uppercase tracking-wider mt-1">ani max. relație</p>
</div>
<div>
<p class="text-3xl font-bold" style="color:#08819c">5</p>
<p class="text-xs text-gray-500 uppercase tracking-wider mt-1">clienți la 20+ ani</p>
</div>
<div>
<p class="text-3xl font-bold" style="color:#08819c">9+</p>
<p class="text-xs text-gray-500 uppercase tracking-wider mt-1">industrii deservite</p>
</div>
<div>
<p class="text-3xl font-bold" style="color:#08819c">2025</p>
<p class="text-xs text-gray-500 uppercase tracking-wider mt-1">ultimul client nou</p>
</div>
</div>
</section>
<!-- Client Grid -->
<div class="grid gap-4">
<!-- Construction Companies -->
<div class="professional-card p-6">
<h3 class="text-lg font-semibold mb-4 professional-text-primary flex items-center">
Constructii
</h3>
<div class="grid md:grid-cols-2 gap-4">
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">ABC VAL Constanta</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">ARGENTA Constanta</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">EXPROCONTI S.A. Constanta</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">STEELBUILDING Constanta</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">RENAV INVEST Constanta</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
</div>
</div>
<!-- Service Auto Companies -->
<div class="professional-card p-6">
<h3 class="text-lg font-semibold mb-4 professional-text-primary flex items-center">
Service Auto
</h3>
<div class="grid md:grid-cols-2 gap-4">
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">ARROW Constanta</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">AUTO HAUS TUDOR Constanta</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">AUTOMOTIVE SERVICE Constanta</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
</div>
</div>
<!-- Other Industries -->
<div class="professional-card p-6">
<h3 class="text-lg font-semibold mb-4 professional-text-primary flex items-center">
Diverse Industrii
</h3>
<div class="grid md:grid-cols-2 gap-4">
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">CONPRESS GROUP - Comert</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">CANALELE NAVIGABILE S.A.</span>
<span class="px-3 py-1 bg-gray-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">DIRECTIA DE PAZA CT</span>
<span class="px-3 py-1 bg-gray-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">EUROPEAN METAL SERVICES</span>
<span class="px-3 py-1 bg-gray-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">HANUL PIRATILOR - HORECA</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">METAV S.A. Bucuresti</span>
<span class="px-3 py-1 bg-gray-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">POLICLINICA IOWEMED</span>
<span class="px-3 py-1 bg-gray-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">JORDAN TV CABLE - Iordania</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA, JCS</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">TELEGRAF ADVERTISING</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
<div class="flex justify-between items-center p-3 bg-blue-50 rounded-lg">
<span class="professional-text-secondary">UZINA TERMOELECTRICA MIDIA</span>
<span class="px-3 py-1 bg-blue-500 text-white text-sm rounded-full">ROA</span>
</div>
</div>
<!-- CTA -->
<section class="py-16 px-6" style="background: linear-gradient(to bottom right, #e8f4f7, #ffffff, #f0f9fb)">
<div class="max-w-3xl mx-auto text-center">
<h2 class="text-2xl md:text-3xl font-bold mb-4 professional-text-primary">Vrei să discutăm cazul tău particular?</h2>
<p class="professional-text-secondary mb-8 max-w-xl mx-auto">Industrie, mărime, ce vrei să automatizezi sau să integrezi — vorbim direct cu cine implementează.</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="contact.html" class="professional-btn-primary">
Trimite-ne un mesaj
</a>
<a href="tel:+40723197939" class="professional-btn-secondary">
Sună-ne direct: 0723 197 939
</a>
</div>
</div>
</section>