# Schedule Service

:::raw
<div class="cms-embed" style="display:none"></div>
<div style="display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;align-items:stretch;margin:0 0 1rem;">
  <div style="flex:1 1 300px;max-width:360px;background:var(--card);border:1px solid var(--line);border-top:4px solid #1366d6;border-radius:12px;box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;">
    <img src="https://storage.googleapis.com/jarrett-scott/service/mobile%20service.jpg" alt="Ford Mobile Service" style="width:100%;height:190px;object-fit:cover;display:block;">
    <div style="padding:18px 20px;display:flex;flex-direction:column;flex:1;">
      <h2 style="color:var(--navy);font-size:1.2rem;margin:0 0 8px;">Mobile Service &amp; Pickup &amp; Delivery</h2>
      <p style="color:var(--ink-soft);line-height:1.6;margin:0 0 16px;">Need to schedule Ford service but can&rsquo;t make it into our nearby Ford service center? Not to worry, we will come to you!</p>
      <div style="margin-top:auto;display:flex;flex-direction:column;gap:10px;">
        <a href="/mobile-service-appointment" style="background:#1366d6;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.03em;font-size:.85rem;text-decoration:none;padding:12px;border-radius:8px;text-align:center;">Schedule Mobile Service</a>
        <a href="/mobile-service-appointment" style="background:#1366d6;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.03em;font-size:.85rem;text-decoration:none;padding:12px;border-radius:8px;text-align:center;">Schedule Pickup &amp; Delivery</a>
      </div>
    </div>
  </div>
  <div style="flex:1 1 300px;max-width:360px;background:var(--card);border:1px solid var(--line);border-top:4px solid #1f9d55;border-radius:12px;box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;">
    <img src="https://storage.googleapis.com/savvy-platform-media/Jarrett%20Gordon/Commercial%20%26%20RV%20Service.png" alt="Commercial RV Service" style="width:100%;height:190px;object-fit:cover;display:block;">
    <div style="padding:18px 20px;display:flex;flex-direction:column;flex:1;">
      <h2 style="color:var(--navy);font-size:1.2rem;margin:0 0 8px;">RV &amp; Commercial</h2>
      <p style="color:var(--ink-soft);line-height:1.6;margin:0 0 16px;">Let us pick up and return your vehicle!</p>
      <div style="margin-top:auto;display:flex;flex-direction:column;gap:10px;">
        <a href="/service-appointment" style="background:#1f9d55;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.03em;font-size:.85rem;text-decoration:none;padding:12px;border-radius:8px;text-align:center;">Commercial Service</a>
        <a href="/schedule-rv-service" style="background:#1f9d55;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.03em;font-size:.85rem;text-decoration:none;padding:12px;border-radius:8px;text-align:center;">Schedule RV Service</a>
      </div>
    </div>
  </div>
  <div style="flex:1 1 300px;max-width:360px;background:var(--card);border:1px solid var(--line);border-top:4px solid var(--red);border-radius:12px;box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;">
    <img src="https://storage.googleapis.com/jarrett-scott/service/service.jpg" alt="Service Department" style="width:100%;height:190px;object-fit:cover;display:block;">
    <div style="padding:18px 20px;display:flex;flex-direction:column;flex:1;">
      <h2 style="color:var(--navy);font-size:1.2rem;margin:0 0 8px;">In-Dealer Service</h2>
      <p style="color:var(--ink-soft);line-height:1.6;margin:0 0 16px;">For certified Ford service you can trust, head to our Ford dealership in Winter Haven, FL.</p>
      <div style="margin-top:auto;display:flex;flex-direction:column;gap:10px;">
        <a href="/service-appointment" style="background:var(--red);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.03em;font-size:.85rem;text-decoration:none;padding:12px;border-radius:8px;text-align:center;">Schedule In-Dealer Service</a>
      </div>
    </div>
  </div>
</div>
:::