<pre style="display:none"><style>
    #main{padding:0;margin-top:0;width:100%;}
    #content > .dst-block:first-child{padding-top: 0;}
    .chd-main{
        width:100%;
        margin:0 auto;
        --zero-size: 0;
        --sm-size: .5rem;
        --md-size: 1rem;
        --lg-size: 2rem;
        --ink: #0b1320;
        --muted: #e8e8e8;
        --brand: #e40521;
        --overlay-dark: linear-gradient(90deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .25) 45%, rgba(0, 0, 0, 0) 70%);
        --shadow: 0 10px 24px rgba(0, 0, 0, .18);
  
        *{box-sizing:border-box;}
        h1,h2,h3,h4,h5,h6{color:inherit;margin-top:initial;}
        .hidden{display:none;}
        p:empty, br:not(.show){display:none}
        *:not(p) a{text-decoration:none;color:inherit}
        section{padding:var(--md-size);}
        .chd-flex-row, .chd-flex-col {display: flex}
        .chd-flex-col {flex-direction: column}
        .chd-grid{display:grid;--desktop-cols:repeat(4, 1fr);--tablet-cols:repeat(2, 1fr);--mobile-cols:1fr;grid-template-columns:var(--desktop-cols);}
        img {object-fit: cover;width:100%;min-width:0;}
        img.contain {object-fit:contain;}
        .rounded{border-radius:16px;overflow:hidden}
        .limited-width{max-width:1200px;margin:0 auto;width:100%;}
        .relative{position:relative;isolation:isolate;}
        .absolute, .bg{position:absolute;}
        .bg{left:0;top:0;right:0;bottom:0;width:100%;height:100%!important;z-index:-1}
        .text-shadow{text-shadow: 0 2px 14px rgba(0, 0, 0, .45), 0 1px 2px rgba(0, 0, 0, .5);}
        .text-white{color:#fff}
        .text-center{text-align:center;}
        .text-xl,.text-lg,.text-md,.text-sm{font-weight: 800;font-family: Inter, system-ui, Segoe UI, Roboto, Arial;}
        .text-xl{font-size: clamp(36px, 6.6vw, 76px);}
        .text-lg{font-size: clamp(28px, 4.2vw, 44px);}
        .text-md{font-size: clamp(22px, 2.8vw, 34px);}
        .text-sm{font-size: clamp(16px, 1.6vw, 22px);}

        *:is(.chd-flex-row, .chd-flex-col, .chd-grid).justify-center,  *:is(.chd-flex-row, .chd-flex-col, .chd-grid).center {justify-content: center;}
        *:is(.chd-flex-row, .chd-flex-col, .chd-grid).align-center, *:is(.chd-flex-row, .chd-flex-col, .chd-grid).center {align-items: center;}
        *:is(.chd-flex-row, .chd-flex-col, .chd-grid).gap-sm {gap: var(--sm-size);}
        *:is(.chd-flex-row, .chd-flex-col, .chd-grid).gap-md {gap: var(--md-size);}
        *:is(.chd-flex-row, .chd-flex-col, .chd-grid).gap-lg {gap: var(--lg-size);}

        .p-0 {padding: var(--zero-size);}
        .p-0-children > * {padding: var(--zero-size);}
        .p-sm {padding: var(--sm-size);}
        .p-md {padding: var(--md-size);}
        .p-lg {padding: var(--lg-size);}

        .m-0 {margin: var(--zero-size);}
        .m-0-children > * {margin: var(--zero-size);}
        .m-sm {margin: var(--sm-size);}
        .m-md {margin: var(--md-size);}
        .m-lg {margin: var(--lg-size);}
        .mx-auto {margin-left:auto;margin-right:auto;}

        .fill,.fill-width,.full-width-children>* {width: 100%}
        .fill,.fill-height,.full-height-children>* {height: 100%}
        .fit, .fit-height{height:fit-content;}
        .fit, .fit-width{width:fit-content;}

        .aspect-4-3{aspect-ratio:4/3}
        .aspect-square{aspect-ratio:1/1}
        .span-width{aspect-ratio:8/3}

        .chd-btn,.chd-btn:active,.chd-btn:visited{text-align:center;background-color:var(--ink);color:#fff;padding:10px 14px;width:fit-content;transition:all .25s ease;text-decoration:none!important;font-weight:700;border-radius:10px;display:block;cursor:pointer}
        .chd-btn.outline{background-color:transparent;border:2px solid #fff;}
        .chd-btn.outline:hover{background-color:white;color:var(--ink);}
        .chd-btn.white{background-color:#fff;color:var(--ink)}

        .card{background-color:#f2f2f2}
        .hover-zoom{transition:transform .35s ease;}
        .hover-zoom:hover{transform:scale(1.03)}

        #faqs details{border-bottom:1px solid lightgrey}
        #faqs details summary{list-style:none;cursor:pointer;}
        #faqs details[open] summary{color:var(--brand)}
        .icon{max-width:70%;filter:invert(1)}

        /* constellation banner placeholder */
        [id='ws-root']{
            aspect-ratio:1500/300;
            background-image:url("https://www.ridenowchandler.com/fckimages/ridenow-constellation-placeholder-banner.png");
            background-size: contain;
            background-repeat: no-repeat;
        }

        @media(max-width:1080px){
            .chd-grid{grid-template-columns:var(--tablet-cols);}
        }
        @media(max-width:768px) {
            .chd-flex-row.mobile-convert {flex-direction: column;}
            .chd-flex-row.mobile-convert.reverse {flex-direction: column-reverse;}
            .chd-flex-col.mobile-convert {flex-direction: row;}
            .chd-flex-col.mobile-convert.reverse {flex-direction: row-reverse;}
            .chd-grid{grid-template-columns:var(--mobile-cols);}
            .mobile-first {order: -1;}
            .icon{max-width:30%}
            .span-width{aspect-ratio:4/3;}
            .card.aspect-4-3{aspect-ratio:unset;min-height:75vw;}
        }
    }     
</style></pre>
<div class="chd-main chd-colors">
  <header class="relative">
  <img src="https://www.ridenowchandler.com/fckimages/26-cfmoto-home-hero-04-sept-v2.jpg" alt="CFMOTO powersports hero image" class="bg" style="filter:brightness(40%)"
  >
  <div class="limited-width" style="">
    <div class="chd-flex-col justify-center p-md" style="color:white!important;min-height:500px;max-width: min(700px, 92vw);">
      <img src="https://www.ridenowchandler.com/fckimages/logo-header.png" alt="CFMOTO logo" style="max-width:160px;"
      >
      <h1 class="text-xl m-0" style="font-weight:unset;font-family:initial;">CFMOTO Powersports Dealer in Tucson, AZ</h1>
      <p>
        Explore CFMOTO motorcycles, ATVs, and side-by-sides for sale at RideNow Powersports Tucson East. Located at 7501 E 22nd St, Tucson, AZ 85710
      </p>
      <a class="chd-btn outline chd-flex-row center" style="display:flex" href="/default.asp?make=cfmoto&page=inventory&pg=1&sortby=Year%7Casc">
        <svg viewBox="0 0 24 24" fill="none" aria-hidden="true" style="display:inline-block;width:100%;max-width:1.5rem;margin-right:1ch">
          <path d="M5 12h14M13 5l7 7-7 7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
        <span style="white-space:nowrap;">Explore All CFMOTO Vehicles For Sale Near You</span>
      </a>
    </div>
  </div>
</header>


  <section class="limited-width p-sm full-width-children" style="margin-bottom:15px;">
    <div id="ws-root1"></div>
    <script src="https://alexia-share.constellationenv.com/_website-integration/website-integration.js"></script>
  </section>


  <section class="limited-width chd-flex-col gap-md center full-width-children p-sm">
    <h2 class="text-lg text-center m-0">Shop CFMOTO Inventory</h2>


    <div class="chd-grid gap-md" style="--mobile-cols:1fr 1fr">
      <a class="chd-flex-col fill p-md rounded relative text-sm text-shadow text-white aspect-4-3" style="justify-content:flex-end;" href="/default.asp?category=motorcycle%20%2F%20scooter&make=cfmoto&page=inventory&pg=1&sortby=Year%7Casc">
        <img src="https://www.ridenowchandler.com/fckimages/overview-inset-my26-mcy-02.jpg" alt="Sport motorcycle leaned over in a corner" class="bg hover-zoom">
        <p class="m-0">Motorcycles</p>
      </a>


      <a class="chd-flex-col fill p-md rounded relative text-sm text-shadow text-white aspect-4-3" style="justify-content:flex-end;" href="/default.asp?category=utility%20vehicle&make=cfmoto&page=inventory&pg=1&sortby=Year%7Casc">
        <img src="https://www.ridenowchandler.com/fckimages/home_cta_2026_uforce-09022025.jpg" alt="Adventure-style motorcycle on an open road" class="bg hover-zoom">
        <p class="m-0">Utility Side-By-Sides</p>
      </a>


      <a class="chd-flex-col fill p-md rounded relative text-sm text-shadow text-white aspect-4-3" style="justify-content:flex-end;" href="/default.asp?category=atv&make=cfmoto&page=inventory&pg=1&sortby=Year%7Casc">
        <img src="https://www.ridenowchandler.com/fckimages/home_cta_2026_uforce-09022025.jpg" alt="ATV riding on a dirt trail" class="bg hover-zoom">
        <p class="m-0">ATVs</p>
      </a>


      <a class="chd-flex-col fill p-md rounded relative text-sm text-shadow text-white aspect-4-3" style="justify-content:flex-end;" href="/default.asp?category=utility%20vehicle&make=cfmoto&page=inventory&pg=1&sortby=Year%7Casc">
        <img src="https://www.ridenowchandler.com/fckimages/home_cta_2026_zforce-09022025.jpg" alt="Side-by-side UTV on an off-road trail" class="bg hover-zoom">
        <p class="m-0">Side By Sides</p>
      </a>
    </div>
  </section>


  <section class="limited-width chd-flex-row gap-md mobile-convert full-width-children p-sm">
    <div class="chd-flex-col justify-center gap-sm card rounded p-lg aspect-4-3">
      <h3 class="text-md">CFMOTO Powersports</h3>


      <p>
        CFMOTO builds feature-packed motorcycles, ATVs, and side-by-sides designed to deliver strong performance and modern tech without the premium-brand price tag.
        From sport bikes and adventure models to trail-ready ATVs and capable SxS machines, CFMOTO focuses on “fully-equipped” packages—big screens, smart connectivity, confidence-inspiring brakes, and rider-friendly ergonomics—so you get more right out of the crate.
      </p>


      <p>
        For example, CFMOTO’s 450SS highlights the brand’s approach with a 449cc parallel-twin, Bosch EFI, a 5" TFT display, slipper clutch, Continental ABS, and app connectivity for a tech-forward ride experience.
      </p>


      <a href="/default.asp?make=cfmoto&page=inventory&pg=1&sortby=Year%7Casc" class="chd-btn">Shop CFMOTO Inventory</a>
    </div>


    <div class="relative rounded chd-flex-col p-lg text-white gap-sm aspect-4-3">
      <img src="https://www.ridenowchandler.com/fckimages/26-social-slider-05-09022025b.jpg" alt="Sport motorcycle parked at golden hour" class="bg hover-zoom">
    </div>
  </section>


  <section class="limited-width chd-flex-row gap-md full-width-children mobile-convert p-sm">
    <a class="rounded relative chd-flex-col p-lg text-white gap-sm aspect-4-3" style="justify-content:flex-end;" href="/schedule-a-service-appointment--xservice_request">
      <img src="https://www.ridenowchandler.com/fckimages/crafted-cat-inset-oil-03-03-03-2025.jpg" alt="Motorcycle technician working in a service bay" class="bg hover-zoom">
      <h3 class="text-md text-shadow m-0">CFMOTO Service Near You</h3>
      <span class="chd-btn white">Schedule Service</span>
    </a>


    <a class="rounded chd-flex-col p-lg text-white gap-sm aspect-4-3" style="background-color:#1b3e90" href="/trade-in-value-atvs-pwc-motorcycles-dealership--xtrade_value">
      <h3 class="text-white text-md text-shadow m-0">Value Your Trade In</h3>
      <span class="chd-btn">Get Your Cash Offer</span>
      <img src="https://www.ridenowchandler.com/fckimages/model4.png" alt="" style="margin-top:auto;width:70%;object-fit:contain;align-self:end;">
    </a>
  </section>


  <section class="limited-width p-sm">
    <div class="fill-width full-width-children rounded relative p-lg chd-flex-col gap-sm span-width" style="justify-content:flex-end;">
      <img src="https://www.ridenowchandler.com/fckimages/lower-slider-a-2026.jpg" alt="Motorcycle accessories and gear displayed on a wall" class="bg hover-zoom" style="object-position:center 65%;">
      <h3 class="text-white text-md text-shadow m-0">Customize Your CFMOTO</h3>
      <a href="/we-offer-great-variety-of--parts" class="chd-btn white">Explore Accessories</a>
    </div>
  </section>


  <section class="limited-width chd-flex-row gap-md mobile-convert full-width-children p-sm">
    <div class="text-ctn chd-flex-col justify-center p-lg aspect-4-3">
      <h2 class="text-lg m-0">CFMOTO Specials Near You</h2>
      <p>Browse current promotions and local offers on select CFMOTO motorcycles, ATVs, and side-by-sides.</p>
      <a href="/regional-promotions" class="chd-btn">View All Offers</a>
    </div>


    <a class="rounded chd-flex-col card gap-sm p-lg aspect-4-3" href="/regional-promotions">
      <h3 class="text-md m-0">Explore Finance Offers & Bonus Savings</h3>
      <span class="chd-btn">View Our Local Offers</span>
      <img src="https://www.ridenowchandler.com/fckimages/25-450ss-skn-white(1).png" alt="Sport motorcycle on a clean background-style photo" style="margin-top:auto;width:70%;object-fit:contain;align-self:end;">
    </a>
  </section>


  <section class="limited-width chd-flex-row gap-md mobile-convert full-width-children p-sm">
    <div class="rounded relative chd-flex-col fill-width aspect-4-3 p-lg">
      <img src="https://www.ridenowchandler.com/fckimages/26-social-slider-01-09022025b.jpg" alt="Street motorcycle riding on an open road" class="bg hover-zoom">
    </div>


    <div class="chd-flex-col justify-center gap-sm card rounded p-lg aspect-4-3">
      <h2 class="text-md m-0">Street & Sport Motorcycles</h2>
      <p>
        CFMOTO’s street lineup blends sharp styling with modern rider tech. Sport models like the 450SS emphasize a lightweight, confidence-building feel while still delivering premium touches like a TFT display, ABS, and app connectivity—ideal for riders who want a serious bike that still feels approachable.
      </p>
      <a href="/default.asp?category=motorcycle%20%2F%20scooter&make=cfmoto&page=inventory&pg=1&sortby=Year%7Casc" class="chd-btn">Explore Motorcycles</a>
    </div>
  </section>


  <section class="limited-width chd-flex-row gap-md mobile-convert reverse full-width-children p-sm">
    <div class="chd-flex-col justify-center gap-sm card rounded p-lg aspect-4-3">
      <h2 class="text-md m-0">ATVs</h2>
      <p>
        Want a do-it-all ATV for the trail or off it? ? CFMOTO’s adventure-focused ATVs are built for long days in the saddle with comfort-first ergonomics and practical equipment, giving you a versatile platform for hitting the road - or getting off it entirely.
      </p>
      <a href="/default.asp?category=atv&make=cfmoto&page=inventory&pg=1&sortby=Year%7Casc" class="chd-btn">Explore ATVs</a>
    </div>


    <div class="rounded relative chd-flex-col aspect-4-3 p-lg">
      <img src="https://www.ridenowchandler.com/fckimages/overview-inset-my26-cforce-03.jpg" alt="Adventure ATV with man and woman on it from CFMoto" class="bg hover-zoom">
    </div>
  </section>


  <section class="limited-width chd-flex-row gap-md mobile-convert full-width-children p-sm">
    <div class="rounded relative chd-flex-col aspect-4-3 p-lg">
      <img src="https://www.ridenowchandler.com/fckimages/overview-inset-my26-zforce-03.jpg" alt="ATV riding through rugged terrain" class="bg hover-zoom">
    </div>


    <div class="chd-flex-col justify-center card rounded p-lg aspect-4-3">
      <h2 class="text-md m-0">Side By Sides</h2>
      <p>
        CFMOTO off-road machines are designed to be “ready-to-ride” with a long list of standard features. Many CFMOTO side-by-sides offer selectable 2WD/4WD, modern LED lighting, winch-ready utility, and tech touches like TFT displays with Bluetooth connectivity—so you can focus on the trail, not the add-ons.
      </p>
      <a href="/default.asp?category=atv&category=utility%20vehicle&make=cfmoto&page=inventory&pg=1&sortby=Year%7Casc" class="chd-btn">Explore Side-by-Sides & ATVs</a>
    </div>
  </section>


  <section class="limited-width chd-flex-col center gap-sm">
    <h2 class="text-md m-0">Why Buy From RideNow Powersports</h2>
    <p>
      As part of a nationwide powersports network with deep local roots, RideNow delivers unmatched selection, transparent pricing, and professional support for every rider.
      From flexible financing to expert service, we make it simple to shop, ride, and maintain your CFMOTO with confidence.
    </p>


    <div class="chd-grid fill-width gap-md" style="--mobile-cols:1fr 1fr">
      <div class="rounded chd-flex-col p-md gap-sm card align-center m-0-children" style="justify-content:flex-start;">
        <img src="https://www.ridenow.com/images/ridenow-type-moto.png" alt="RideNow Motorcycle logo" class="icon aspect-square fill-width mx-auto contain">
        <h3 class="text-sm m-0">Extensive Inventory</h3>
        <p>Thousands of new and pre-owned motorcycles, ATVs, and side-by-sides available nationwide.</p>
      </div>


      <div class="rounded chd-flex-col p-md gap-sm card align-center m-0-children" style="justify-content:flex-start;">
        <img src="https://www.ridenow.com/images/ridenow-type-atv.png" alt="RideNow ATV logo" class="icon aspect-square fill-width mx-auto contain">
        <h3 class="text-sm m-0">Flexible Financing</h3>
        <p>Quick approvals, trade-in tools, and payment plans tailored to your budget.</p>
      </div>


      <div class="rounded chd-flex-col p-md gap-sm card align-center m-0-children" style="justify-content:flex-start;">
        <img src="https://www.ridenow.com/images/ridenow-type-utv.png" alt="RideNow UTV logo" class="icon aspect-square fill-width mx-auto contain">
        <h3 class="text-sm m-0">Nationwide Support</h3>
        <p>Factory-trained technicians, genuine OEM parts, and RideNow-backed service wherever you ride.</p>
      </div>


      <div class="rounded chd-flex-col p-md gap-sm card align-center m-0-children" style="justify-content:flex-start;">
        <img src="https://www.ridenow.com/images/ridenow-type-all.png" alt="RideNow Brand logo" class="icon aspect-square fill-width mx-auto contain">
        <h3 class="text-sm m-0">Trusted Reputation</h3>
        <p>Decades of powersports experience and thousands of five-star reviews across the RideNow network.</p>
      </div>
    </div>
  </section>


  <section class="limited-width chd-flex-col gap-sm center">
    <h2 class="text-md m-0">Frequently Asked Questions</h2>


    <div id="faqs" class="chd-flex-col gap-md fill-width full-width-children">
      <details>
        <summary><h3 class="m-sm">What types of CFMOTO vehicles do you sell?</h3></summary>
        <div class="m-sm">
          <p>
            We carry a wide range of CFMOTO powersports units—including street motorcycles, adventure bikes, ATVs, and side-by-sides.
            Shop what fits your lifestyle, then let our team help you compare trims, features, and availability.
          </p>
        </div>
      </details>


      <details>
        <summary><h3 class="m-sm">Do you offer financing for CFMOTO vehicles?</h3></summary>
        <div class="m-sm">
          <p>
            Yes. Our finance experts work with a network of trusted lenders to help you secure a competitive rate.
            You can apply online to get a head start before visiting the showroom.
          </p>
        </div>
      </details>


      <details>
        <summary><h3 class="m-sm">Can I trade in my current motorcycle, ATV, or side-by-side for a CFMOTO?</h3></summary>
        <div class="m-sm">
          <p>
            Absolutely. Use our online trade-in tool for an instant estimate or bring your unit in for a quick in-person appraisal.
            We make it easy to upgrade into your next ride.
          </p>
        </div>
      </details>


      <details>
        <summary><h3 class="m-sm">Do you offer delivery or pickup for CFMOTO vehicles?</h3></summary>
        <div class="m-sm">
          <p>
            Yes, we can arrange delivery or pickup for your new or pre-owned unit. Contact our team for availability and local options.
          </p>
        </div>
      </details>


      <details>
        <summary><h3 class="m-sm">What service and maintenance options do you provide for CFMOTO?</h3></summary>
        <div class="m-sm">
          <p>
            Our trained technicians handle routine maintenance, diagnostics, accessory installs, and repairs.
            <a href="/schedule-a-service-appointment--xservice_request">Schedule your service</a> online or call our shop today.
          </p>
        </div>
      </details>


      <details>
        <summary><h3 class="m-sm">Are OEM parts and accessories available?</h3></summary>
        <div class="m-sm">
          <p>
            Yes. We can help you find OEM parts and accessories for CFMOTO motorcycles, ATVs, and side-by-sides.
            If we don’t have it in stock, we’ll order it for you.
          </p>
        </div>
      </details>


      <details>
        <summary><h3 class="m-sm">What promotions or special offers are available?</h3></summary>
        <div class="m-sm">
          <p>
            Incentives can vary by model and season. Check our <a href="/regional-promotions">Current Offers</a> page or contact our team to learn about local specials and financing options.
          </p>
        </div>
      </details>


      <details>
        <summary><h3 class="m-sm">How do I schedule a test ride?</h3></summary>
        <div class="m-sm">
          <p>
            Give our sales team a call or stop by to ask about test ride availability. We’ll help you get set up and ready to ride.
          </p>
        </div>
      </details>


      <details>
        <summary><h3 class="m-sm">Why choose RideNow for your next CFMOTO purchase?</h3></summary>
        <div class="m-sm">
          <p>
            You get the combined advantage of local support and nationwide reach—inventory depth, streamlined financing tools, and service expertise to keep you riding.
            From first-time buyers to seasoned enthusiasts, we make it easy to shop, finance, and maintain your next CFMOTO.
          </p>
        </div>
      </details>
    </div>
  </section>
</div>