<link rel="stylesheet" type="text/css" href="https://unpkg.com/@phosphor-icons/web@2.1.2/src/regular/style.css"
/> <div class="system-diagram"> <h3 class="third-title mb-lg text-center">Hoe het werkt</h3> <div class="system-diagram-svg-wrap"> <svg width="100%" viewBox="0 0 1040 680" preserveAspectRatio="xMidYMid meet" role="img" xmlns="http://www.w3.org/2000/svg" style="display:block;height:auto;" > <title>NTGent mobiliteitsoplossing</title> <desc> Schema dat toont hoe professionele en privéritten via de app verlopen naar de eigen poolwagen of de BattMobility-vloot, inclusief leasekosten, ritkosten en facturatie. </desc> <!-- ========================================================= --> <!-- DEFINITIONS --> <!-- ========================================================= --> <defs> <!-- BLUE ARROW --> <marker id="arr-blue" viewBox="0 0 10 10" refX="8" refY="5" markerWidth="7" markerHeight="7" orient="auto-start-reverse" > <path d="M2 1L8 5L2 9" fill="none" stroke="#1943A3" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </marker> <!-- GRAPHITE ARROW --> <marker id="arr-graphite" viewBox="0 0 10 10" refX="8" refY="5" markerWidth="7" markerHeight="7" orient="auto-start-reverse" > <path d="M2 1L8 5L2 9" fill="none" stroke="#4F4F4F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </marker> <!-- COST ARROW --> <marker id="arr-gray" viewBox="0 0 10 10" refX="8" refY="5" markerWidth="7" markerHeight="7" orient="auto-start-reverse" > <path d="M2 1L8 5L2 9" fill="none" stroke="#9F9F9F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </marker> </defs> <!-- ========================================================= --> <!-- ROW 1 — RITTYPE --> <!-- ========================================================= --> <!-- PROFESSIONAL CARD --> <rect x="70" y="35" width="350" height="110" rx="20" fill="#F6F9FD" stroke="#D9D9D9" stroke-width="1.2" /> <!-- Phosphor: User --> <foreignObject x="105" y="65" width="55" height="55" > <div xmlns="http://www.w3.org/1999/xhtml" style=" width:55px; height:55px; display:flex; align-items:center; justify-content:center; " > <i class="ph ph-user" style=" font-size:44px; line-height:1; color:#4F4F4F; " ></i> </div> </foreignObject> <text x="185" y="82" style=" font-size:20px; font-weight:500; fill:#4F4F4F; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:-0.02em; " > Professionele ritten </text> <text x="185" y="108" style=" font-size:15px; font-weight:400; fill:#9F9F9F; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:-0.02em; " > Zakelijke ritten </text> <!-- PRIVATE CARD --> <rect x="620" y="35" width="350" height="110" rx="20" fill="#F6F9FD" stroke="#D9D9D9" stroke-width="1.2" /> <!-- Phosphor: User --> <foreignObject x="655" y="65" width="55" height="55" > <div xmlns="http://www.w3.org/1999/xhtml" style=" width:55px; height:55px; display:flex; align-items:center; justify-content:center; " > <i class="ph ph-user" style=" font-size:44px; line-height:1; color:#4F4F4F; " ></i> </div> </foreignObject> <text x="735" y="82" style=" font-size:20px; font-weight:500; fill:#4F4F4F; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:-0.02em; " > Privéritten </text> <text x="735" y="108" style=" font-size:15px; font-weight:400; fill:#9F9F9F; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:-0.02em; " > Personeelstarief </text> <!-- APP PILL --> <rect x="432" y="67" width="176" height="44" rx="22" fill="#F6F9FD" stroke="#1943A3" stroke-width="1.2" /> <text x="520" y="94" text-anchor="middle" style=" font-size:14px; font-weight:500; fill:#1943A3; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:-0.02em; " > Boeken via de app </text> <!-- ========================================================= --> <!-- ROW 1 → ROW 2 ARROWS --> <!-- ========================================================= --> <!-- Professional → own pool car --> <line x1="245" y1="145" x2="245" y2="255" stroke="#1943A3" stroke-width="1.8" marker-end="url(#arr-blue)" /> <text x="90" y="200" style=" font-size:11px; font-weight:500; fill:#1943A3; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:0.03em; " > MEDEWERKERS </text> <!-- Professional → BattMobility fleet --> <path d="M300 145 C420 185 540 215 625 265" fill="none" stroke="#1943A3" stroke-width="1.8" marker-end="url(#arr-blue)" /> <text x="455" y="203" style=" font-size:11px; font-weight:500; fill:#1943A3; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:0.03em; " > MEDEWERKERS </text> <!-- Private → BattMobility fleet --> <line x1="795" y1="145" x2="795" y2="255" stroke="#4F4F4F" stroke-width="1.6" marker-end="url(#arr-graphite)" /> <text x="815" y="200" style=" font-size:11px; font-weight:500; fill:#4F4F4F; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:0.03em; " > PRIVÉ </text> <!-- ========================================================= --> <!-- ROW 2 — VOERTUIGEN --> <!-- ========================================================= --> <!-- OWN POOL CAR --> <rect x="70" y="265" width="350" height="110" rx="20" fill="#1943A3" /> <!-- Phosphor: Car --> <foreignObject x="100" y="293" width="70" height="70" > <div xmlns="http://www.w3.org/1999/xhtml" style=" width:70px; height:70px; display:flex; align-items:center; justify-content:center; " > <i class="ph ph-car" style=" font-size:58px; line-height:1; color:#F6F9FD; " ></i> </div> </foreignObject> <text x="185" y="314" style=" font-size:20px; font-weight:500; fill:#F6F9FD; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:-0.02em; " > Eigen poolwagen </text> <text x="185" y="342" style=" font-size:15px; font-weight:400; fill:#D1DAEE; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:-0.02em; " > Peugeot E-Rifter </text> <!-- BATTMOBILITY FLEET --> <rect x="620" y="265" width="350" height="110" rx="20" fill="#D1E8D1" stroke="#8CA1D1" stroke-width="1.2" /> <!-- Phosphor: Car --> <foreignObject x="650" y="293" width="70" height="70" > <div xmlns="http://www.w3.org/1999/xhtml" style=" width:70px; height:70px; display:flex; align-items:center; justify-content:center; " > <i class="ph ph-car" style=" font-size:58px; line-height:1; color:#1943A3; " ></i> </div> </foreignObject> <text x="735" y="314" style=" font-size:20px; font-weight:500; fill:#4F4F4F; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:-0.02em; " > BattMobility-vloot </text> <text x="735" y="342" style=" font-size:15px; font-weight:400; fill:#4F4F4F; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:-0.02em; " > Nabijgelegen deelauto </text> <!-- ========================================================= --> <!-- ROW 2 → ROW 3 ARROWS --> <!-- ========================================================= --> <!-- Lease costs --> <line x1="245" y1="375" x2="245" y2="447" stroke="#4F4F4F" stroke-width="1.5" marker-end="url(#arr-graphite)" /> <text x="265" y="418" style=" font-size:11px; font-weight:500; fill:#4F4F4F; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:0.03em; " > LEASEKOSTEN </text> <!-- Business ride costs --> <path d="M690 375 C585 405 470 430 405 455" fill="none" stroke="#9F9F9F" stroke-width="1.5" marker-end="url(#arr-gray)" /> <text x="510" y="413" style=" font-size:11px; font-weight:500; fill:#9F9F9F; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:0.03em; " > RITKOSTEN </text> <!-- Private ride costs --> <line x1="795" y1="375" x2="795" y2="447" stroke="#9F9F9F" stroke-width="1.5" marker-end="url(#arr-gray)" /> <text x="815" y="418" style=" font-size:11px; font-weight:500; fill:#9F9F9F; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:0.03em; " > RITKOSTEN </text> <!-- ========================================================= --> <!-- ROW 3 — KOSTEN --> <!-- ========================================================= --> <!-- NTGENT --> <rect x="70" y="455" width="370" height="100" rx="20" fill="#D1E8D1" /> <!-- Phosphor: Buildings --> <foreignObject x="100" y="478" width="70" height="70" > <div xmlns="http://www.w3.org/1999/xhtml" style=" width:70px; height:70px; display:flex; align-items:center; justify-content:center; " > <i class="ph ph-buildings" style=" font-size:54px; line-height:1; color:#1943A3; " ></i> </div> </foreignObject> <text x="185" y="494" style=" font-size:19px; font-weight:500; fill:#4F4F4F; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:-0.02em; " > NTGent </text> <text x="185" y="520" style=" font-size:14px; font-weight:400; fill:#4F4F4F; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:-0.02em; " > Vaste leasekost poolwagen </text> <text x="185" y="542" style=" font-size:13px; font-weight:400; fill:#1943A3; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:-0.02em; " > + uitzonderlijke zakelijke ritkosten </text> <!-- EMPLOYEE --> <rect x="620" y="455" width="350" height="100" rx="20" fill="#F6F9FD" stroke="#D9D9D9" stroke-width="1.2" /> <!-- Phosphor: User --> <foreignObject x="650" y="478" width="70" height="70" > <div xmlns="http://www.w3.org/1999/xhtml" style=" width:70px; height:70px; display:flex; align-items:center; justify-content:center; " > <i class="ph ph-user" style=" font-size:54px; line-height:1; color:#4F4F4F; " ></i> </div> </foreignObject> <text x="735" y="494" style=" font-size:19px; font-weight:500; fill:#4F4F4F; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:-0.02em; " > Medewerker </text> <text x="735" y="520" style=" font-size:14px; font-weight:400; fill:#4F4F4F; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:-0.02em; " > Privéritten rechtstreeks </text> <text x="735" y="542" style=" font-size:14px; font-weight:400; fill:#9F9F9F; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:-0.02em; " > gefactureerd </text> <!-- ========================================================= --> <!-- BOTTOM PLATFORM --> <!-- ========================================================= --> <rect x="70" y="590" width="900" height="70" rx="20" fill="#4F4F4F" /> <!-- Phosphor: Shield Check --> <foreignObject x="105" y="603" width="55" height="55" > <div xmlns="http://www.w3.org/1999/xhtml" style=" width:55px; height:55px; display:flex; align-items:center; justify-content:center; " > <i class="ph ph-shield-check" style=" font-size:46px; line-height:1; color:#F6F9FD; " ></i> </div> </foreignObject> <text x="185" y="620" style=" font-size:18px; font-weight:500; fill:#F6F9FD; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:-0.02em; " > BattMobility </text> <text x="185" y="645" style=" font-size:13px; font-weight:400; fill:#D9D9D9; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; letter-spacing:-0.02em; " > Beheert alles: poolwagen, vloot, facturatie, boekhoudkundig & operationeel </text> </svg> </div> </div>