<?php
$standalone = false;
if (!defined('ABEMS_ACCESS')) {
    require_once __DIR__ . '/../../config/config.php';
    $standalone = abems_standalone_begin([
        'config_path' => __DIR__ . '/../../config/config.php',
        'title'       => 'Stretcher Transport | A Believers EMS Houston',
        'description' => 'Bed-confined patient stretcher transport in Houston, TX. BLS-certified crew, lift-equipped vehicles. Texas DSHS Licensed #' . CRED_TX_LICENSE . '.',
        'header_img'  => 'services/emergency-transport.jpg',
        'heading'     => 'Stretcher <em class="display">Transport</em>',
        'intro'       => 'Safe, gentle stretcher-bound transport for bed-confined patients across the Greater Houston metro. BLS-certified crews, lift-equipped vehicles, Medicaid and Medicare accepted.',
        'breadcrumb'  => [['Services', 'services.php'], ['Stretcher Transport', null]],
    ]);
}
?>
<section class="section">
    <div class="container">
        <div class="about-split">
            <div class="js-reveal">
                <span class="eyebrow">Service · Bed-Confined Transport</span>
                <h2>Stretcher Transport</h2>
                <p class="lead">
                    For patients who cannot safely sit upright or transfer to a wheelchair, A Believers EMS provides
                    BLS-level stretcher transport across the Greater Houston metro. Whether it is a recurring trip
                    to dialysis or a one-time discharge home, the same care applies.
                </p>

                <ul class="feature-list">
                    <li>BLS-certified EMT crew on every stretcher transport</li>
                    <li>Lift-equipped vehicles, stretcher-secured per Texas DSHS standards</li>
                    <li>Vitals monitoring during transport for medically stable patients</li>
                    <li>Family member welcome in front passenger seat at no extra charge</li>
                    <li>Direct billing to Medicare, Texas Medicaid (#<?= e(CRED_TX_MEDICAID) ?>) and private insurance</li>
                    <li>Standing schedules available for dialysis, oncology and recurring appointments</li>
                </ul>

                <div class="hero-actions mt-8">
                    <a href="tel:<?= e(CONTACT_PHONE_RAW) ?>" class="btn btn-red">
                        <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></svg>
                        Call <?= e(CONTACT_PHONE) ?>
                    </a>
                    <a href="<?= e(SITE_URL) ?>/contact.php" class="btn btn-secondary">Request a quote</a>
                </div>

                <p class="hint" style="margin-top:var(--s-6);font-size:var(--fs-xs);color:var(--fg-muted);">
                    <strong>Not a 911 service.</strong> If your situation is a life-threatening emergency, call 911.
                    A Believers EMS is a non-emergency medical transport company — we move stable patients with dignity.
                </p>
            </div>

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