<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Clients | BUSCOOR</title>

<!-- Correct CSS Path -->
<link rel="stylesheet" href="/assets/css/style.css">

</head>

<body>

<header>
    <a href="/en/index.html">
        <img src="/assets/images/logo.png" alt="BUSCOOR Logo">
    </a>

    <nav>
        <a href="/en/index.html">Home</a>
        <a href="/en/about.html">About</a>
        <a href="/en/services.html">Services</a>
        <a href="/en/technology.html">Technology</a>
        <a href="/en/clients.html" class="active">Clients</a>
        <a href="/en/contact.html">Contact</a>
        <a href="https://app.buscoor.com/login" target="_blank" class="btn">
            Access CoorFunds
        </a>
    </nav>
</header>

<section class="hero">
    <h1>Our Clients & Partnerships</h1>
    <p>
        BUSCOOR collaborates with serious organizations seeking structured financial governance,
        disciplined treasury systems, and long-term operational stability.
    </p>
</section>

<section class="content">

    <h2>Who We Work With</h2>
    <p class="section-intro">
        Our governance framework is designed for institutions that value transparency,
        accountability, and strategic financial coordination.
    </p>

    <div class="cards">
        <div class="card">
            <h3>Small & Medium Enterprises</h3>
            <p>
                Growing businesses that require structured treasury oversight,
                internal control systems, and disciplined reporting mechanisms.
            </p>
        </div>

        <div class="card">
            <h3>Multi-Branch Companies</h3>
            <p>
                Organizations operating across multiple locations that need centralized
                financial visibility and coordinated operational governance.
            </p>
        </div>

        <div class="card">
            <h3>Institutional Entities</h3>
            <p>
                Institutions seeking governance advisory, operational discipline,
                and scalable digital financial control systems.
            </p>
        </div>
    </div>

    <div class="client-portal">
        <h2>Client Access Portal</h2>
        <p>
            BUSCOOR clients can securely access the CoorFunds Treasury Management System
            through the dedicated client portal.
        </p>

        <a href="https://app.buscoor.com/login"
           target="_blank"
           class="btn">
           Access CoorFunds
        </a>
    </div>

</section>

<footer>
    <p>© 2026 BUSCOOR. All rights reserved.</p>
</footer>

</body>
</html>
