/* PAGE WRAPPER */
.financing-wrapper {
  background: #4f5563; /* matches old site gray */
  padding: 4rem 1rem 6rem;
}

/* WHITE CARD */
.financing-card {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 4rem 3rem;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.12);
}

/* TITLE */
.financing-title {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  line-height: 1.15;
}

/* INTRO PARAGRAPH */
.financing-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
  font-size: 1.1rem;
  line-height: 1.7;
}

/* LOGO */
.financing-logo {
  display: flex;
  justify-content: center;
  margin: 3rem 0 2rem;
}

.financing-logo img {
  width: 165px;
  max-width: 100%;
  display: block;
}

/* SUBTITLE */
.financing-subtitle {
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

/* GRID */
.financing-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-bottom: 3rem;
}

.financing-box {
  background: #f7f7f7;
  padding: 1.8rem;
  border-radius: 12px;
  text-align: center;
}

.financing-box h3 {
  margin-bottom: 0.8rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.financing-box p {
  font-size: 1rem;
  line-height: 1.6;
}

/* APPLY BUTTON */
.financing-button-wrap {
  text-align: center;
  margin-top: 1rem;
}

.financing-apply-button {
  background: #e63946;
  color: #fff;
  padding: 0.9rem 2.2rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}

.financing-apply-button:hover {
  background: #cf2c39;
}

/* FOOTNOTE */
.financing-footnote {
  text-align: center;
  font-size: 0.9rem;
  opacity: 0.7;
  margin-top: 2rem;
}
