Home

<style>

/* =========================================================
   PCL PRO COLLECTIONS LIMITED
   HOME PAGE
========================================================= */

.pcl-site,
.pcl-site *{
    box-sizing:border-box;
}

.pcl-site{
    width:100%;
    margin:0;
    padding:0;
    background:#ffffff;
    color:#111111;
    font-family:Arial,Helvetica,sans-serif;
    overflow:hidden;
}

.pcl-site a{
    text-decoration:none;
}

.pcl-container{
    width:92%;
    max-width:1380px;
    margin:0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.pcl-header{
    width:100%;
    background:#ffffff;
    border-bottom:1px solid #e5e5e5;
}

.pcl-header-inner{
    width:94%;
    max-width:1500px;
    margin:0 auto;
    min-height:105px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:35px;
}


/* LOGO */

.pcl-logo{
    display:flex;
    align-items:center;
    flex-shrink:0;
}

.pcl-logo-pcl{
    color:#d52617;
    font-size:58px;
    font-weight:900;
    line-height:1;
    letter-spacing:-4px;

    padding-right:20px;
    margin-right:20px;

    border-right:2px solid #111111;
}

.pcl-logo-company{
    line-height:1;
}

.pcl-logo-company strong{
    display:block;
    color:#111111;
    font-size:25px;
    font-weight:900;
    white-space:nowrap;
}

.pcl-logo-company span{
    display:block;
    color:#d52617;

    font-size:14px;
    font-weight:500;
    letter-spacing:7px;

    margin-top:8px;
}


/* NAVIGATION */

.pcl-menu{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:26px;
    flex-wrap:nowrap;
}

.pcl-menu a{
    color:#111111;
    font-size:11px;
    font-weight:900;
    white-space:nowrap;

    padding:43px 0 38px;

    border-bottom:3px solid transparent;
}

.pcl-menu a:hover{
    color:#d52617;
}

.pcl-menu a.active{
    color:#d52617;
    border-bottom-color:#d52617;
}


/* =========================================================
   BRAND STRIP
========================================================= */

.pcl-brand-strip{
    background:#ffffff;
    padding:19px 0 22px;
    border-bottom:1px solid #eeeeee;
}

.pcl-tagline{
    text-align:center;
    color:#222222;
    font-size:17px;
    font-weight:600;
    margin-bottom:17px;
}

.pcl-maple-row{
    width:560px;
    max-width:90%;
    margin:0 auto;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
}

.pcl-maple-line{
    height:1px;
    background:#d52617;
    flex:1;
}

.pcl-maple{
    color:#d52617;
    font-size:31px;
    line-height:1;
}

.pcl-categories{
    margin-top:13px;
    text-align:center;

    color:#111111;
    font-size:14px;
    font-weight:900;
}

.pcl-categories b{
    color:#d52617;
    padding:0 12px;
}


/* =========================================================
   HERO
========================================================= */

.pcl-hero{
    width:100%;
    background:#ffffff;
    padding:70px 0 75px;
}

.pcl-hero-grid{
    display:grid;
    grid-template-columns:44% 56%;
    align-items:center;
    gap:50px;
}

.pcl-eyebrow{
    color:#d52617;
    font-size:13px;
    font-weight:900;
    letter-spacing:2px;
    margin-bottom:24px;
}

.pcl-hero h1{
    margin:0;

    color:#111111;

    font-size:72px;
    line-height:1.03;
    letter-spacing:-3px;

    font-weight:900;
}

.pcl-hero h1 span{
    display:block;
    color:#d52617;
}

.pcl-red-line{
    width:85px;
    height:4px;
    background:#d52617;
    margin:28px 0;
}

.pcl-hero-text{
    max-width:610px;

    color:#555d63;

    font-size:19px;
    line-height:1.75;
}

.pcl-hero-services{
    margin-top:30px;

    color:#111111;

    font-size:18px;
    font-weight:800;
}

.pcl-hero-services b{
    color:#d52617;
    padding:0 9px;
}


/* HERO IMAGE */

.pcl-hero-image{
    width:100%;
    height:500px;

    overflow:hidden;

    background:#eeeeee;

    border-radius:4px;

    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.pcl-hero-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}


/* =========================================================
   INTRO
========================================================= */

.pcl-intro-section{
    padding:90px 0;
    background:#f7f7f7;
}

.pcl-intro-box{
    background:#ffffff;

    border:1px solid #e4e4e4;
    border-left:6px solid #d52617;

    padding:55px 60px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.pcl-intro-label{
    color:#d52617;

    font-size:13px;
    font-weight:900;
    letter-spacing:2px;

    margin-bottom:16px;
}

.pcl-intro-box h2{
    margin:0 0 20px;

    color:#111111;

    font-size:46px;
    line-height:1.15;
    font-weight:900;
}

.pcl-intro-box h2 span{
    color:#d52617;
}

.pcl-intro-box p{
    max-width:1050px;

    margin:0;

    color:#5e6469;

    font-size:18px;
    line-height:1.8;
}


/* =========================================================
   STANDARD SECTION
========================================================= */

.pcl-section{
    padding:90px 0;
    background:#ffffff;
}

.pcl-section-grey{
    background:#f7f7f7;
}

.pcl-section-title{
    text-align:center;
    margin-bottom:50px;
}

.pcl-section-label{
    color:#d52617;

    font-size:13px;
    font-weight:900;
    letter-spacing:2px;

    margin-bottom:12px;
}

.pcl-section-title h2{
    margin:0 0 17px;

    color:#111111;

    font-size:44px;
    line-height:1.2;
    font-weight:900;
}

.pcl-section-title p{
    max-width:850px;
    margin:0 auto;

    color:#646a70;

    font-size:17px;
    line-height:1.75;
}


/* =========================================================
   TECHNOLOGY DATA PEOPLE
========================================================= */

.pcl-three-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.pcl-card{
    background:#ffffff;

    border:1px solid #e4e4e4;
    border-top:5px solid #d52617;

    padding:38px 34px;

    min-height:285px;

    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.pcl-card-number{
    color:#d52617;

    font-size:13px;
    font-weight:900;
    letter-spacing:1.5px;

    margin-bottom:22px;
}

.pcl-card h3{
    margin:0 0 16px;

    color:#111111;

    font-size:27px;
    line-height:1.25;
    font-weight:900;
}

.pcl-card p{
    margin:0;

    color:#62686d;

    font-size:16px;
    line-height:1.75;
}


/* =========================================================
   SERVICES
========================================================= */

.pcl-services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.pcl-service-card{
    min-height:180px;

    padding:30px;

    background:#ffffff;

    border:1px solid #e4e4e4;

    box-shadow:0 6px 20px rgba(0,0,0,.04);
}

.pcl-service-icon{
    color:#d52617;

    font-size:28px;
    font-weight:900;

    margin-bottom:18px;
}

.pcl-service-card h3{
    margin:0 0 12px;

    color:#111111;

    font-size:21px;
    line-height:1.3;
    font-weight:900;
}

.pcl-service-card p{
    margin:0;

    color:#666c71;

    font-size:15px;
    line-height:1.7;
}


/* =========================================================
   TECHNOLOGY SECTION
========================================================= */

.pcl-tech{
    padding:90px 0;

    background:#111315;

    color:#ffffff;
}

.pcl-tech-grid{
    display:grid;
    grid-template-columns:42% 58%;
    gap:60px;
    align-items:center;
}

.pcl-tech-label{
    color:#e03729;

    font-size:13px;
    font-weight:900;
    letter-spacing:2px;

    margin-bottom:17px;
}

.pcl-tech h2{
    margin:0 0 24px;

    color:#ffffff;

    font-size:46px;
    line-height:1.15;
    font-weight:900;
}

.pcl-tech h2 span{
    color:#e03729;
}

.pcl-tech p{
    color:#c9ced2;

    font-size:17px;
    line-height:1.8;

    margin:0;
}

.pcl-tech-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}

.pcl-tech-item{
    min-height:105px;

    padding:23px;

    background:#191c1f;

    border:1px solid #303438;
    border-left:4px solid #d52617;
}

.pcl-tech-item strong{
    display:block;

    color:#ffffff;

    font-size:17px;

    margin-bottom:8px;
}

.pcl-tech-item span{
    color:#aeb5bb;

    font-size:14px;
    line-height:1.55;
}


/* =========================================================
   SECURITY
========================================================= */

.pcl-security-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.pcl-security-card{
    background:#ffffff;

    border:1px solid #e3e3e3;

    padding:30px;

    min-height:175px;
}

.pcl-security-card strong{
    display:block;

    color:#111111;

    font-size:19px;

    margin-bottom:12px;
}

.pcl-security-card span{
    color:#666c71;

    font-size:15px;
    line-height:1.7;
}


/* =========================================================
   CLIENT VISIBILITY
========================================================= */

.pcl-reporting{
    padding:85px 0;
    background:#f7f7f7;
}

.pcl-reporting-box{
    display:grid;
    grid-template-columns:1fr 1fr;

    background:#ffffff;

    border:1px solid #e4e4e4;

    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.pcl-reporting-copy{
    padding:55px;
}

.pcl-reporting-label{
    color:#d52617;

    font-size:13px;
    font-weight:900;
    letter-spacing:2px;

    margin-bottom:15px;
}

.pcl-reporting h2{
    margin:0 0 20px;

    color:#111111;

    font-size:40px;
    line-height:1.2;
}

.pcl-reporting p{
    margin:0;

    color:#62686d;

    font-size:17px;
    line-height:1.8;
}

.pcl-reporting-panel{
    padding:45px;

    background:#151719;

    display:flex;
    align-items:center;
}

.pcl-dashboard{
    width:100%;

    background:#202326;

    border:1px solid #34383c;

    padding:28px;
}

.pcl-dashboard-title{
    color:#ffffff;

    font-size:18px;
    font-weight:800;

    margin-bottom:25px;
}

.pcl-dashboard-row{
    margin-bottom:19px;
}

.pcl-dashboard-row:last-child{
    margin-bottom:0;
}

.pcl-dashboard-row strong{
    display:flex;
    justify-content:space-between;

    color:#d8dde1;

    font-size:13px;

    margin-bottom:8px;
}

.pcl-dashboard-bar{
    width:100%;
    height:8px;

    background:#34383c;
}

.pcl-dashboard-fill{
    height:8px;
    background:#d52617;
}


/* =========================================================
   CONTACT
========================================================= */

.pcl-contact{
    padding:70px 0;
    background:#ffffff;
}

.pcl-contact-title{
    text-align:center;
    margin-bottom:40px;
}

.pcl-contact-title h2{
    margin:0 0 12px;

    color:#111111;

    font-size:38px;
    font-weight:900;
}

.pcl-contact-title p{
    margin:0;

    color:#666c71;

    font-size:16px;
}

.pcl-contact-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.pcl-contact-box{
    min-height:135px;

    padding:24px 18px;

    background:#f7f7f7;

    border:1px solid #e4e4e4;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;
}

.pcl-contact-box strong{
    display:block;

    color:#d52617;

    font-size:12px;
    font-weight:900;
    letter-spacing:1.4px;

    margin-bottom:11px;
}

.pcl-contact-box a,
.pcl-contact-box span{
    color:#111111;

    font-size:16px;
    font-weight:800;
}

.pcl-contact-box small{
    display:block;

    color:#777777;

    font-size:12px;

    margin-top:7px;
}


/* =========================================================
   FOOTER
========================================================= */

.pcl-footer{
    padding:38px 0 22px;

    background:#111315;
}

.pcl-footer-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

.pcl-footer-logo{
    color:#ffffff;

    font-size:20px;
    font-weight:900;
}

.pcl-footer-logo span{
    color:#e03729;
}

.pcl-footer-menu{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.pcl-footer-menu a{
    color:#d5dade;

    font-size:11px;
    font-weight:700;
}

.pcl-footer-menu a:hover{
    color:#e03729;
}

.pcl-copyright{
    margin-top:22px;

    padding-top:17px;

    border-top:1px solid #303438;

    text-align:center;

    color:#8f989f;

    font-size:11px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1100px){

    .pcl-header-inner{
        flex-direction:column;
        padding:20px;
    }

    .pcl-menu{
        justify-content:center;
        flex-wrap:wrap;
    }

    .pcl-menu a{
        padding:10px 0;
    }

    .pcl-hero-grid{
        grid-template-columns:1fr;
    }

    .pcl-hero h1{
        font-size:62px;
    }

    .pcl-three-grid,
    .pcl-services-grid,
    .pcl-security-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .pcl-tech-grid,
    .pcl-reporting-box{
        grid-template-columns:1fr;
    }

    .pcl-contact-grid{
        grid-template-columns:repeat(2,1fr);
    }
}


@media(max-width:650px){

    .pcl-container{
        width:90%;
    }

    .pcl-logo-pcl{
        font-size:45px;
        padding-right:14px;
        margin-right:14px;
    }

    .pcl-logo-company strong{
        font-size:18px;
    }

    .pcl-logo-company span{
        font-size:11px;
        letter-spacing:5px;
    }

    .pcl-menu{
        gap:12px 18px;
    }

    .pcl-hero{
        padding:55px 0;
    }

    .pcl-hero h1{
        font-size:48px;
        letter-spacing:-2px;
    }

    .pcl-hero-text{
        font-size:17px;
    }

    .pcl-hero-image{
        height:320px;
    }

    .pcl-intro-box{
        padding:35px 25px;
    }

    .pcl-intro-box h2{
        font-size:35px;
    }

    .pcl-section{
        padding:65px 0;
    }

    .pcl-section-title h2{
        font-size:34px;
    }

    .pcl-three-grid,
    .pcl-services-grid,
    .pcl-security-grid,
    .pcl-contact-grid,
    .pcl-tech-list{
        grid-template-columns:1fr;
    }

    .pcl-tech h2{
        font-size:36px;
    }

    .pcl-reporting-copy,
    .pcl-reporting-panel{
        padding:30px 24px;
    }

    .pcl-footer-top{
        flex-direction:column;
        text-align:center;
    }

    .pcl-footer-menu{
        justify-content:center;
    }
}

</style>


<div class="pcl-site">


<!-- =========================================================
     HEADER
========================================================= -->

<header class="pcl-header">

    <div class="pcl-header-inner">


        <a href="/" class="pcl-logo">

            <div class="pcl-logo-pcl">
                PCL
            </div>

            <div class="pcl-logo-company">

                <strong>
                    PRO COLLECTIONS
                </strong>

                <span>
                    LIMITED
                </span>

            </div>

        </a>


        <nav class="pcl-menu">

            <a class="active" href="/">
                HOME
            </a>

            <a href="/about-us/">
                ABOUT
            </a>

            <a href="/what-we-do/">
                WHAT WE DO
            </a>

            <a href="/innovation-technology/">
                INNOVATION &amp; TECHNOLOGY
            </a>

            <a href="/compliance-security/">
                COMPLIANCE &amp; SECURITY
            </a>

            <a href="/privacy-policy/">
                PRIVACY &amp; PROTECTIONS
            </a>

            <a href="/contact/">
                CONTACT
            </a>

        </nav>


    </div>

</header>



<!-- =========================================================
     BRAND STRIP
========================================================= -->

<section class="pcl-brand-strip">

    <div class="pcl-tagline">

        Professional Debt Recovery &amp; Account Resolution

    </div>


    <div class="pcl-maple-row">

        <div class="pcl-maple-line"></div>

        <div class="pcl-maple">
            🍁
        </div>

        <div class="pcl-maple-line"></div>

    </div>


    <div class="pcl-categories">

        CONSUMER

        <b>•</b>

        COMMERCIAL

        <b>•</b>

        ACCOUNT RESOLUTION

    </div>

</section>



<!-- =========================================================
     HERO
========================================================= -->

<section class="pcl-hero">

    <div class="pcl-container pcl-hero-grid">


        <div class="pcl-hero-copy">


            <div class="pcl-eyebrow">

                PROFESSIONAL RECEIVABLES MANAGEMENT

            </div>


            <h1>

                Collections<br>
                have changed.

                <span>
                    So have we.
                </span>

            </h1>


            <div class="pcl-red-line"></div>


            <div class="pcl-hero-text">

                A modern approach to receivables — combining
                intelligent technology, meaningful data and
                professional human engagement.

            </div>


            <div class="pcl-hero-services">

                Consumer

                <b>•</b>

                Commercial

                <b>•</b>

                Account Resolution

            </div>


        </div>



        <div class="pcl-hero-image">

            <img
                src="https://procollections.ca/wp-content/uploads/2026/08/ChatGPT-Image-Aug-24-2026-01_59_56-PM.png"
                alt="PCL Pro Collections Limited"
            >

        </div>


    </div>

</section>



<!-- =========================================================
     INTRODUCTION
========================================================= -->

<section class="pcl-intro-section">

    <div class="pcl-container">


        <div class="pcl-intro-box">


            <div class="pcl-intro-label">

                PCL PRO COLLECTIONS LIMITED

            </div>


            <h2>

                Modern Recovery.<br>

                <span>
                    Stronger Visibility.
                </span>

            </h2>


            <p>

                PCL Pro Collections Limited provides professional
                receivables management and account resolution services
                for organizations seeking a modern approach to recovery.

                Our operating model combines intelligent technology,
                meaningful portfolio data and professional human
                engagement to support effective account resolution
                while maintaining accountability, transparency and
                responsible communication.

            </p>


        </div>


    </div>

</section>



<!-- =========================================================
     TECHNOLOGY DATA PEOPLE
========================================================= -->

<section class="pcl-section">

    <div class="pcl-container">


        <div class="pcl-section-title">

            <div class="pcl-section-label">
                THE PCL APPROACH
            </div>

            <h2>
                Technology. Data. People.
            </h2>

            <p>

                Our approach combines modern systems, meaningful
                information and professional communication to create
                a stronger receivables management process.

            </p>

        </div>



        <div class="pcl-three-grid">


            <div class="pcl-card">

                <div class="pcl-card-number">
                    01 — TECHNOLOGY
                </div>

                <h3>
                    Intelligent Workflow
                </h3>

                <p>

                    Modern technology supports structured account
                    workflows, prioritization, consistency and
                    operational visibility throughout the recovery
                    process.

                </p>

            </div>



            <div class="pcl-card">

                <div class="pcl-card-number">
                    02 — DATA
                </div>

                <h3>
                    Meaningful Intelligence
                </h3>

                <p>

                    Portfolio information and reporting provide
                    meaningful visibility into account activity,
                    performance and recovery outcomes.

                </p>

            </div>



            <div class="pcl-card">

                <div class="pcl-card-number">
                    03 — PEOPLE
                </div>

                <h3>
                    Human Engagement
                </h3>

                <p>

                    Technology supports the process while professional
                    human communication remains central to practical
                    account resolution.

                </p>

            </div>


        </div>


    </div>

</section>



<!-- =========================================================
     SERVICES
========================================================= -->

<section class="pcl-section pcl-section-grey">

    <div class="pcl-container">


        <div class="pcl-section-title">

            <div class="pcl-section-label">
                RECEIVABLES SERVICES
            </div>

            <h2>
                Built Around the Needs of the Portfolio
            </h2>

            <p>

                Flexible receivables management services designed
                around client requirements, account type and
                portfolio strategy.

            </p>

        </div>



        <div class="pcl-services-grid">


            <div class="pcl-service-card">

                <div class="pcl-service-icon">
                    ◉
                </div>

                <h3>
                    Consumer Collections
                </h3>

                <p>
                    Professional third-party consumer account recovery.
                </p>

            </div>



            <div class="pcl-service-card">

                <div class="pcl-service-icon">
                    ◆
                </div>

                <h3>
                    Commercial Collections
                </h3>

                <p>
                    Business-to-business receivables recovery support.
                </p>

            </div>



            <div class="pcl-service-card">

                <div class="pcl-service-icon">
                    ▣
                </div>

                <h3>
                    Account Resolution Management
                </h3>

                <p>
                    Structured account management and portfolio workflows.
                </p>

            </div>



            <div class="pcl-service-card">

                <div class="pcl-service-icon">
                    ◷
                </div>

                <h3>
                    Early-Out / Pre-Collection
                </h3>

                <p>
                    Earlier-stage communication and resolution programs.
                </p>

            </div>



            <div class="pcl-service-card">

                <div class="pcl-service-icon">
                    ◇
                </div>

                <h3>
                    Payment Arrangements
                </h3>

                <p>
                    Structured resolution options where authorized.
                </p>

            </div>



            <div class="pcl-service-card">

                <div class="pcl-service-icon">
                    ▤
                </div>

                <h3>
                    Reporting &amp; Analytics
                </h3>

                <p>
                    Portfolio visibility and performance reporting.
                </p>

            </div>


        </div>


    </div>

</section>



<!-- =========================================================
     INNOVATION & TECHNOLOGY
========================================================= -->

<section class="pcl-tech">

    <div class="pcl-container pcl-tech-grid">


        <div>


            <div class="pcl-tech-label">

                INNOVATION &amp; TECHNOLOGY

            </div>


            <h2>

                Technology Supporting

                <span>
                    Better Decisions.
                </span>

            </h2>


            <p>

                Modern receivables management requires visibility,
                consistency and operational control. PCL uses technology
                to support account workflows, communication processes,
                reporting and portfolio management while maintaining
                professional human oversight.

            </p>


        </div>



        <div class="pcl-tech-list">


            <div class="pcl-tech-item">

                <strong>
                    Account Workflows
                </strong>

                <span>
                    Structured processes supporting consistent account handling.
                </span>

            </div>


            <div class="pcl-tech-item">

                <strong>
                    Portfolio Reporting
                </strong>

                <span>
                    Meaningful visibility into activity and performance.
                </span>

            </div>


            <div class="pcl-tech-item">

                <strong>
                    Communication Management
                </strong>

                <span>
                    Controlled communication workflows and account engagement.
                </span>

            </div>


            <div class="pcl-tech-item">

                <strong>
                    Operational Monitoring
                </strong>

                <span>
                    Technology-supported oversight and performance visibility.
                </span>

            </div>


        </div>


    </div>

</section>



<!-- =========================================================
     SECURITY
========================================================= -->

<section class="pcl-section">

    <div class="pcl-container">


        <div class="pcl-section-title">

            <div class="pcl-section-label">
                SECURITY &amp; DATA PROTECTION
            </div>

            <h2>
                Protecting Client &amp; Consumer Information
            </h2>

            <p>

                Security is incorporated into our operating approach
                through layered controls designed to protect systems,
                information and access.

            </p>

        </div>



        <div class="pcl-security-grid">


            <div class="pcl-security-card">

                <strong>
                    Secure Access
                </strong>

                <span>
                    Controlled access principles and authentication controls.
                </span>

            </div>


            <div class="pcl-security-card">

                <strong>
                    Multi-Factor Authentication
                </strong>

                <span>
                    Additional authentication controls supporting secure system access.
                </span>

            </div>


            <div class="pcl-security-card">

                <strong>
                    Encryption
                </strong>

                <span>
                    Protection principles for sensitive information and communications.
                </span>

            </div>


            <div class="pcl-security-card">

                <strong>
                    Secure File Transfer
                </strong>

                <span>
                    Controlled methods for transferring sensitive client information.
                </span>

            </div>


            <div class="pcl-security-card">

                <strong>
                    Backups &amp; Continuity
                </strong>

                <span>
                    Operational resilience and business continuity considerations.
                </span>

            </div>


            <div class="pcl-security-card">

                <strong>
                    Monitoring
                </strong>

                <span>
                    Ongoing oversight supporting operational and security awareness.
                </span>

            </div>


        </div>


    </div>

</section>



<!-- =========================================================
     CLIENT REPORTING
========================================================= -->

<section class="pcl-reporting">

    <div class="pcl-container">


        <div class="pcl-reporting-box">


            <div class="pcl-reporting-copy">


                <div class="pcl-reporting-label">

                    CLIENT REPORTING

                </div>


                <h2>

                    Visibility Into Your Portfolio

                </h2>


                <p>

                    Clients need more than recovery results. They need
                    meaningful visibility into portfolio activity and
                    performance. PCL's reporting approach is designed
                    to provide clear information supporting account
                    oversight, performance analysis and informed
                    business decisions.

                </p>


            </div>



            <div class="pcl-reporting-panel">


                <div class="pcl-dashboard">


                    <div class="pcl-dashboard-title">

                        Portfolio Performance

                    </div>


                    <div class="pcl-dashboard-row">

                        <strong>

                            <span>
                                Account Activity
                            </span>

                            <span>
                                84%
                            </span>

                        </strong>

                        <div class="pcl-dashboard-bar">

                            <div
                                class="pcl-dashboard-fill"
                                style="width:84%;">
                            </div>

                        </div>

                    </div>


                    <div class="pcl-dashboard-row">

                        <strong>

                            <span>
                                Portfolio Engagement
                            </span>

                            <span>
                                72%
                            </span>

                        </strong>

                        <div class="pcl-dashboard-bar">

                            <div
                                class="pcl-dashboard-fill"
                                style="width:72%;">
                            </div>

                        </div>

                    </div>


                    <div class="pcl-dashboard-row">

                        <strong>

                            <span>
                                Resolution Activity
                            </span>

                            <span>
                                63%
                            </span>

                        </strong>

                        <div class="pcl-dashboard-bar">

                            <div
                                class="pcl-dashboard-fill"
                                style="width:63%;">
                            </div>

                        </div>

                    </div>


                </div>


            </div>


        </div>


    </div>

</section>



<!-- =========================================================
     CONTACT
========================================================= -->

<section class="pcl-contact">

    <div class="pcl-container">


        <div class="pcl-contact-title">

            <h2>
                Connect With PCL Pro Collections
            </h2>

            <p>
                Business inquiries, account assistance and client services.
            </p>

        </div>



        <div class="pcl-contact-grid">


            <div class="pcl-contact-box">

                <strong>
                    GENERAL
                </strong>

                <a href="mailto:info@procollections.ca">
                    info@procollections.ca
                </a>

            </div>



            <div class="pcl-contact-box">

                <strong>
                    CLIENT SERVICES
                </strong>

                <a href="mailto:clientservices@procollections.ca">
                    clientservices@procollections.ca
                </a>

            </div>



            <div class="pcl-contact-box">

                <strong>
                    TELEPHONE
                </strong>

                <a href="tel:+18663970233">
                    1-866-397-0233
                </a>

                <small>
                    Canada Toll-Free
                </small>

            </div>



            <div class="pcl-contact-box">

                <strong>
                    OFFICE
                </strong>

                <span>
                    Toronto, Ontario
                </span>

                <small>
                    Canada
                </small>

            </div>


        </div>


    </div>

</section>



<!-- =========================================================
     FOOTER
========================================================= -->

<footer class="pcl-footer">

    <div class="pcl-container">


        <div class="pcl-footer-top">


            <div class="pcl-footer-logo">

                PCL | PRO COLLECTIONS

                <span>
                    LIMITED
                </span>

            </div>



            <div class="pcl-footer-menu">


                <a href="/">
                    Home
                </a>


                <a href="/about-us/">
                    About
                </a>


                <a href="/what-we-do/">
                    What We Do
                </a>


                <a href="/innovation-technology/">
                    Innovation &amp; Technology
                </a>


                <a href="/compliance-security/">
                    Compliance &amp; Security
                </a>


                <a href="/privacy-policy/">
                    Privacy &amp; Protections
                </a>


                <a href="/contact/">
                    Contact
                </a>


            </div>


        </div>



        <div class="pcl-copyright">

            © 2026 PCL Pro Collections Limited.
            All Rights Reserved.

        </div>


    </div>

</footer>


</div>
Scroll to Top