




						
<?php
declare(strict_types=1);

$page_slug = 'sustainability';
$page_eyebrow = 'Sustainability';
$page_heading = 'ESG, climate reporting and carbon insight for data centre operations.';
$page_intro = 'Swizet connects operational data with environmental intelligence so operators can monitor, measure and reduce their footprint.';
include __DIR__ . '/includes/header.php';
?>
<section class="section">
    <div class="container split">
        <div class="visual-panel">
            <img src="<?= asset('assets/img/sustainability-metrics.svg') ?>" alt="Environmental metrics dashboard for data centre sustainability tracking" loading="lazy">
        </div>
        <div class="rich-copy">
            <p class="eyebrow">Climate intelligence layer</p>
            <h2>Make sustainability measurable inside the data centre workflow.</h2>
            <p>Data centre operators are under pressure from regulators, customers, investors and stakeholders to reduce emissions and report progress. Swizet gives teams visibility into carbon emissions, energy utilization patterns and overall sustainability performance.</p>
            <p>Using BigQuery and AI models, the platform correlates operational data with environmental impact, providing a comprehensive view of performance and reporting readiness.</p>
        </div>
    </div>
</section>

<section class="section muted">
    <div class="container card-grid four">
        <article class="feature-card reveal">
            <h2>ESG Support</h2>
            <p>Track environmental performance indicators aligned with enterprise and stakeholder reporting needs.</p>
        </article>
        <article class="feature-card reveal">
            <h2>Climate Reporting</h2>
            <p>Translate operational data into reporting support for carbon reduction and regulatory visibility.</p>
        </article>
        <article class="feature-card reveal">
            <h2>Carbon Insights</h2>
            <p>Calculate emissions in real time and connect energy patterns with environmental impact.</p>
        </article>
        <article class="feature-card reveal">
            <h2>Environmental Metrics</h2>
            <p>Monitor PUE, sustainability indicators and energy efficiency trends across infrastructure.</p>
        </article>
    </div>
</section>

<section class="section">
    <div class="container section-heading">
        <p class="eyebrow">Operational outcomes</p>
        <h2>Efficiency and sustainability move together.</h2>
        <p>Swizet's sustainability engine helps operators reduce waste while maintaining the performance and uptime expectations of modern digital infrastructure.</p>
    </div>
    <div class="container metric-row">
        <div><strong>01</strong><span>Measure carbon and PUE</span></div>
        <div><strong>02</strong><span>Find energy waste patterns</span></div>
        <div><strong>03</strong><span>Support ESG reporting</span></div>
        <div><strong>04</strong><span>Guide low-carbon operations</span></div>
    </div>
</section>

<section class="section cta-panel">
    <div class="container">
        <p class="eyebrow">Sustainable digital infrastructure</p>
        <h2>Build a clearer link between efficiency, resilience and climate impact.</h2>
        <a class="btn btn-light" href="<?= url('contact.php') ?>">Discuss sustainability tracking</a>
    </div>
</section>
<?php include __DIR__ . '/includes/foot