# Bob Weaver Auto Finance Department

:::raw
<div class="cms-fullwidth">
<style>
/* Bob Weaver /finance — legacy layout (www.bobweaverauto.com/finance), reproduced.
   Legacy ships Bootstrap + its theme stylesheet; this platform ships neither, so the grid,
   the card chrome and the check-mark icon are all declared here. Scoped to .jgf-fin. */
.jgf-fin {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  grid-template-rows: auto auto;
  column-gap: 2.5rem;
  row-gap: 1.5rem;
  align-items: start;
  background: #fff;
  border-radius: 14px;
  padding: clamp(1.4rem, 3vw, 2.6rem);
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
}
.jgf-fin__apply { grid-column: 1; grid-row: 1 / span 2; }
.jgf-fin__media { grid-column: 2; grid-row: 1; margin: 0; }
.jgf-fin__trade { grid-column: 2; grid-row: 2; }

/* Heading: legacy prefixes it with a check glyph. <svg> is stripped by the CMS sanitizer, so the
   mark is a background image on ::before — percent-encoded because sanitizeCssContent strips "<". */
.jgf-fin__heading {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #201747;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  margin: 0 0 1rem;
  text-transform: none;
}
.jgf-fin__heading::before {
  content: "";
  flex: none;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23201747'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.jgf-fin__copy p { color: #41474f; line-height: 1.7; margin: 0 0 1.05rem; }

/* Legacy's orange application button. */
.cms-body a.jgf-fin__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.4rem;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  background: #db4504;
  color: #fff;
  font-weight: 700;
  font-size: 0.98rem;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(219, 69, 4, 0.28);
}
.cms-body a.jgf-fin__cta:hover { background: #b93a03; color: #fff; }

.jgf-fin__media img { display: block; width: 100%; height: auto; border-radius: 12px; }

/* Trade-in card — legacy's tinted panel under the photo. */
.jgf-fin__trade {
  background: #f3f6fb;
  border-radius: 12px;
  padding: 1.3rem 1.4rem;
}
.jgf-fin__trade h2 {
  color: #201747;
  font-size: 1.1rem;
  margin: 0 0 0.7rem;
  text-transform: none;
}
.jgf-fin__trade p { color: #41474f; line-height: 1.65; margin: 0; font-size: 0.95rem; }
.jgf-fin__trade a { color: #db4504; font-weight: 700; }

@media (max-width: 860px) {
  .jgf-fin { grid-template-columns: minmax(0, 1fr); }
  .jgf-fin__apply, .jgf-fin__media, .jgf-fin__trade { grid-column: 1; grid-row: auto; }
}
</style>
<div class="jgf-fin">
<section class="jgf-fin__apply">
<h2 class="jgf-fin__heading">
Apply for Financing
</h2>
<div class="jgf-fin__copy">
<p>
Buying a new or used car is an investment, one of the biggest that you'll make in your life. At Bob Weaver Auto, we know that and we are here to help. You have a multitude of financing options, whether
you're looking for an auto loan or a lease, and the Bob Weaver Auto finance department can walk you
through your options.
</p>
<p>
If you have bad credit, no credit, or are a first-time car buyer, you can trust that the Bob Weaver Auto
team will get you into the car, truck, or SUV of your choice with professionalism and careful attention
to your needs.
</p>
<p>
Want to talk about your options? Contact us today to learn about the latest auto finance offers, lease
specials, and financing packages for new cars, trucks, and SUVs at Bob Weaver Auto. We'll be happy to
talk to you about your unique circumstances and the options we offer.
</p>
<p>Fill out the finance application below to be pre-approved for your new or used car, truck, or SUV.</p>
</div>
<a class="jgf-fin__cta" href="/credit-app">
Finance Application
</a>
</section>
<figure class="jgf-fin__media">
<a href="/credit-app">
<img class="savvy-full-image" alt="apply-financing" src="https://storage.googleapis.com/savvy-platform-media/content/bob-weaver-auto/finance-apply.png">
</a>
</figure>
<div class="jgf-fin__trade">
<h2>No Hassle Trade-In Evaluation</h2>
<p>
Do you have a vehicle that you'd like to use as a downpayment on a new or used truck, SUV, or car? Your
first step is to determine what your vehicle is worth. Take a look at our <a href="/sell-us-your-car">Trade-In Evaluation Tool </a>and make an appointment with our sales team.
Our trade-in experts at Bob Weaver Auto are committed to giving you a fair market value for your used
car, truck, SUV, or van.
</p>
</div>
</div>
</div>
:::