Files
romfast-website/menu/referinte.html
Claude Agent 6afd3840ec PDF QR: link separat pdfqr.roa.romfast.ro (nu qr)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-26 21:36:50 +00:00

418 lines
27 KiB
HTML

<!DOCTYPE html>
<html lang="ro">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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>
<!-- Flowbite -->
<script src="https://cdn.jsdelivr.net/npm/flowbite@2.0.0/dist/flowbite.min.js"></script>
<!-- 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;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>
/* Theme-aware: foloseste variabilele din professional-theme.css (light + dark) */
.ref-card { background: var(--surface) !important; border-color: var(--border) !important; transition: border-color 0.15s, box-shadow 0.15s; }
.ref-card:hover { border-color: var(--primary) !important; box-shadow: var(--shadow-card); }
.case-block {
background: var(--surface-2);
border-left: 3px solid var(--primary);
padding: 14px 16px;
border-radius: 0 6px 6px 0;
}
.case-block p { color: var(--text-secondary) !important; }
.case-label {
color: var(--primary);
font-size: 10px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
display: block;
margin-bottom: 6px;
}
.tenure-badge {
background: var(--primary-strong);
color: #fff;
padding: 3px 10px;
border-radius: 999px;
font-size: 11px;
font-weight: 600;
white-space: nowrap;
}
.tenure-badge-recent {
background: var(--accent);
color: #fff;
padding: 3px 10px;
border-radius: 999px;
font-size: 11px;
font-weight: 600;
white-space: nowrap;
}
.ref-card-featured {
background: var(--surface) !important;
border: 2px solid var(--primary) !important;
}
.module-tag {
font-size: 11px;
padding: 2px 8px;
background: var(--surface-2);
color: var(--text-secondary);
border-radius: 4px;
font-weight: 500;
}
/* eyebrow-uri industrie folosesc culoarea brand din tema */
.ref-card .text-\[\#08819c\] { color: var(--primary) !important; }
</style>
</head>
<body class="min-h-screen">
<!-- Soft Professional Blue Header -->
<!--NAV-START-->
<!-- ============ STICKY NAV (canonic — identic în toate paginile) ============ -->
<header class="professional-navbar sticky top-0 z-50">
<nav class="container mx-auto px-4 lg:px-10 py-3">
<div class="flex items-center justify-between gap-6">
<!-- Logo -->
<a href="/index.html" class="flex items-center gap-3">
<img src="/images/romfast_logo.png" alt="Romfast Logo" class="romfast-logo">
<span class="brand-tagline hidden md:inline">Aduce informația în mâinile tale</span>
</a>
<!-- Centered Navigation -->
<div class="hidden lg:flex items-center gap-7">
<div class="relative group">
<button class="nav-link flex items-center gap-1">
<span>ROA</span>
<i data-lucide="chevron-down" class="w-4 h-4"></i>
</button>
<div class="nav-dropdown absolute top-full left-0 mt-2 w-56 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-300 overflow-hidden">
<a href="/roa/aplicatii-erp.html" class="block px-4 py-3">Toate aplicațiile</a>
<a href="/roa/roa-financiar-contabilitate.html" class="block px-4 py-3">Financiar &amp; Contabilitate</a>
<a href="/roa/roa-gestiune.html" class="block px-4 py-3">Gestiune</a>
<a href="/roa/roa-facturare.html" class="block px-4 py-3">Facturare &amp; e-Factura</a>
<a href="/roa/roa-contracte-clienti.html" class="block px-4 py-3">Contracte clienți și furnizori</a>
<a href="/roa/roa-imobilizari.html" class="block px-4 py-3">Imobilizări</a>
<a href="/roa/roa-horeca.html" class="block px-4 py-3">HORECA</a>
<a href="/roa/roa-service-auto.html" class="block px-4 py-3">Service Auto</a>
<a href="/roa/roa-proiecte-devize.html" class="block px-4 py-3">Proiecte &amp; Devize</a>
</div>
</div>
<a href="/menu/servicii.html" class="nav-link">Servicii</a>
<a href="/menu/aplicatii-online.html" class="nav-link">Aplicații online</a>
<a href="/menu/referinte.html" class="nav-link">Referințe</a>
<a href="/menu/angajari.html" class="nav-link">Angajări</a>
<a href="/menu/contact.html" class="nav-cta">Contact</a>
</div>
<!-- Theme Toggle & Mobile Menu -->
<div class="flex items-center gap-2">
<button id="theme-toggle" class="p-2" aria-label="Comută tema">
<i data-lucide="sun" class="w-5 h-5"></i>
</button>
<button id="mobile-menu-toggle" class="lg:hidden p-2" style="color: var(--text-secondary);" aria-label="Meniu">
<i data-lucide="menu" class="w-6 h-6" id="menu-icon"></i>
<i data-lucide="x" class="w-6 h-6 hidden" id="close-icon"></i>
</button>
</div>
</div>
<!-- Mobile Menu -->
<div id="mobile-menu" class="lg:hidden hidden mt-3 rounded-xl overflow-hidden" style="background: var(--surface); border: 1px solid var(--border);">
<div class="px-4 py-4 space-y-1">
<div class="pl-4 py-1 space-y-1" style="border-left: 2px solid var(--border);">
<p class="eyebrow">ROA</p>
<a href="/roa/aplicatii-erp.html" class="nav-link block py-1 text-sm">Toate aplicațiile</a>
<a href="/roa/roa-financiar-contabilitate.html" class="nav-link block py-1 text-sm">Financiar &amp; Contabilitate</a>
<a href="/roa/roa-gestiune.html" class="nav-link block py-1 text-sm">Gestiune</a>
<a href="/roa/roa-facturare.html" class="nav-link block py-1 text-sm">Facturare &amp; e-Factura</a>
<a href="/roa/roa-contracte-clienti.html" class="nav-link block py-1 text-sm">Contracte clienți și furnizori</a>
<a href="/roa/roa-imobilizari.html" class="nav-link block py-1 text-sm">Imobilizări</a>
<a href="/roa/roa-horeca.html" class="nav-link block py-1 text-sm">HORECA</a>
<a href="/roa/roa-service-auto.html" class="nav-link block py-1 text-sm">Service Auto</a>
<a href="/roa/roa-proiecte-devize.html" class="nav-link block py-1 text-sm">Proiecte &amp; Devize</a>
</div>
<a href="/menu/servicii.html" class="nav-link block py-2">Servicii</a>
<a href="/menu/aplicatii-online.html" class="nav-link block py-2">Aplicații online</a>
<a href="/menu/referinte.html" class="nav-link block py-2">Referințe</a>
<a href="/menu/angajari.html" class="nav-link block py-2">Angajări</a>
<a href="/menu/contact.html" class="nav-cta inline-block mt-2">Contact</a>
</div>
</div>
</nav>
</header>
<!--NAV-END-->
<main>
<!-- 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-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>
<!-- 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">
<!-- 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="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>
<!-- 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="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>
<!-- 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:var(--primary)">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:var(--primary)">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:var(--primary)">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:var(--primary)">2025</p>
<p class="text-xs text-gray-500 uppercase tracking-wider mt-1">ultimul client nou</p>
</div>
</div>
</section>
<!-- CTA -->
<section class="py-16 px-6">
<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>
</main>
<!-- Professional Footer -->
<footer class="site-footer">
<div class="max-w-6xl mx-auto px-4 lg:px-10 pt-12 pb-7">
<!-- Aplicații online -->
<div class="pb-6 footer-divider" style="border-bottom: 1px solid;">
<div class="flex flex-wrap gap-x-5 gap-y-2.5">
<a href="https://efactura.roa.romfast.ro" target="_blank" rel="noopener" title="Editor e-factură (XML)" class="inline-flex items-center gap-1.5 text-sm"><i data-lucide="file-text" class="w-4 h-4"></i>Editor Factură Electronică</a>
<a href="https://qr.roa.romfast.ro" target="_blank" rel="noopener" title="Generator coduri QR" class="inline-flex items-center gap-1.5 text-sm"><i data-lucide="qr-code" class="w-4 h-4"></i>QR Code Generator</a>
<a href="https://ico.roa.romfast.ro" target="_blank" rel="noopener" title="Generator iconuri" class="inline-flex items-center gap-1.5 text-sm"><i data-lucide="shapes" class="w-4 h-4"></i>Icon Generator</a>
<a href="https://pdfqr.roa.romfast.ro" target="_blank" rel="noopener" title="Generează cod QR și-l adaugă la PDF" class="inline-flex items-center gap-1.5 text-sm"><i data-lucide="scan-line" class="w-4 h-4"></i>PDF QR</a>
<a href="https://city-discovery.roa.romfast.ro" target="_blank" rel="noopener" title="Joc City Adventure Game" class="inline-flex items-center gap-1.5 text-sm"><i data-lucide="gamepad-2" class="w-4 h-4"></i>City Discovery</a>
<a href="https://space.roa.romfast.ro" target="_blank" rel="noopener" title="Rezervări spații" class="inline-flex items-center gap-1.5 text-sm"><i data-lucide="calendar-check" class="w-4 h-4"></i>Space Booking</a>
</div>
</div>
<div class="flex items-center justify-between gap-4 flex-wrap pt-5">
<span class="footer-muted text-sm">Copyright © 2025 Romfast SRL. Toate drepturile rezervate.</span>
<div class="flex flex-wrap gap-5">
<a href="/menu/politica-confidentialitate.html" class="footer-muted text-sm">Politica de confidențialitate</a>
</div>
</div>
</div>
</footer>
<!-- Professional Theme JavaScript -->
<script src="../professional-theme.js"></script>
</body>
</html>