<?php
$standalone = false;
if (!defined('ABEMS_ACCESS')) {
    require_once __DIR__ . '/../../config/config.php';
    $standalone = abems_standalone_begin([
        'config_path' => __DIR__ . '/../../config/config.php',
        'title'       => 'Facility Transfers | A Believers EMS Houston',
        'description' => 'Hospital-to-hospital and inter-facility patient transfers in Houston, TX.',
        'header_img'  => 'services/facility-transfer.jpg',
        'heading'     => 'Facility <em class="display">Transfers</em>',
        'intro'       => 'Hospital-to-hospital and inter-facility patient transfers with continuous clinical handoff.',
        'breadcrumb'  => [
            ['Services', 'services.php'],
            ['Facility Transfers', null]
        ],
    ]);
}
?>
<section class="section">
    <div class="container">
        <div class="about-split">
            <div class="js-reveal">
                <span class="eyebrow">Service · Inter-Facility</span>
                <h2>Facility Transfers</h2>
                <p class="lead">
                    Hospital-to-hospital, hospital-to-rehab, and facility-to-home transfers for medically stable
                    patients. We coordinate directly with discharge planners and case managers to make handoffs clean,
                    on time and dignified.
                </p>

                <ul class="feature-list">
                    <li>BLS-level transfer for medically stable patients</li>
                    <li>Bed-to-bed pickup and delivery</li>
                    <li>Direct coordination with discharge planners and case managers</li>
                    <li>Documentation handed off in person at receiving facility</li>
                    <li>Standing relationships with Houston-area SNFs, rehabs and hospitals</li>
                    <li>Medicare, Medicaid and private insurance — we do the billing</li>
                </ul>

                <div class="hero-actions mt-8">
                    <a href="<?= e(SITE_URL) ?>/contact.php" class="btn">Coordinate a transfer</a>
                    <a href="tel:<?= e(CONTACT_PHONE_RAW) ?>" class="btn btn-secondary">Call <?= e(CONTACT_PHONE) ?></a>
                </div>
            </div>

            <div class="js-image-reveal" style="aspect-ratio: 4/5; overflow:hidden; border-radius:var(--radius-lg);">
                <img src="<?= e(img('services/facility-transfer.jpg')) ?>" alt="Facility transfer service" loading="lazy">
            </div>
        </div>
    </div>
</section>
<?php abems_standalone_end($standalone); ?>
