/* ════════════════════════════════════════
   DWELLTRY, Lenders / Financing page
   Loaded after style.css + footer.css + rail.css + municipality.css
   + contact.css (form styles for the lender application form).
   Adds Lenders-specific blocks: WIP badge, loan-types grid, ROI charts, network grid, form panel container.
═══════════════════════════════════════════════════════════ */

body { background: #000; color: #FFF; scrollbar-width: none; }
body::-webkit-scrollbar { display: none; }

.muni-section-eyebrow--light { color: var(--gold); }
.muni-section-h2--light       { color: #111; }
.muni-section-h2--light em    { color: var(--gold); font-style: italic; }

.lend-head { max-width: 900px; margin: 0 auto 1.3rem; text-align: center; }
.lend-lede {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 1.04rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.8);
  max-width: 760px;
  margin: 0.55rem auto 0;
}
.lend-lede em { color: var(--gold); font-style: italic; }

/* ════════════════════════════════════════
   HERO + WIP BADGE
══════════════════════════════════════ */
.lend-hero-panel { background: #000; overflow: hidden; isolation: isolate; }
.lend-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.lend-topo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0.45;
  animation: lendTopoDrift 26s ease-in-out infinite alternate;
}
@keyframes lendTopoDrift {
  0%   { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-3%, 1%, 0); }
}
.lend-hero-radial {
  position: absolute; inset: 0;
  background:
    radial-gradient(45% 55% at 92% 12%, rgba(240,168,0,0.18), transparent 70%), radial-gradient(45% 60% at 8% 88%, rgba(240,168,0,0.10), transparent 75%);
}
.lend-hero-hatch {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, rgba(255,255,255,0.020) 0 1px, transparent 1px 14px);
}
.lend-hero-inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
.lend-hero-left { max-width: 640px; }

.lend-wip-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem 0.35rem;
  border: 1px solid rgba(240,168,0,0.5);
  background: rgba(240,168,0,0.06);
  margin-bottom: 1.4rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.lend-wip-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(240,168,0,0.75);
  animation: lendWipPulse 1.8s ease-in-out infinite;
}
@keyframes lendWipPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.5; transform: scale(0.7); }
}

.lend-hero-card {
  border: 1px solid rgba(240,168,0,0.4);
  background: rgba(240,168,0,0.04);
  padding: 1.4rem 1.6rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.lend-card-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}
.lend-card-h {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1;
  color: #FFF;
  margin-bottom: 0.3rem;
}
.lend-card-sub {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
  margin-bottom: 0.5rem;
}
.lend-card-sub strong { color: var(--gold); font-weight: 500; }
.lend-card-list {
  list-style: none; margin: 0; padding: 0.7rem 0 0;
  display: grid; gap: 0.35rem;
  border-top: 1px dashed rgba(240,168,0,0.25);
}
.lend-card-list li {
  display: flex; justify-content: space-between;
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.85);
}
.lend-card-list span {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  opacity: 0.6;
}
.lend-card-list strong { color: var(--gold); font-weight: 400; }

/* ════════════════════════════════════════
   LOAN TYPES GRID
══════════════════════════════════════ */
.lend-types-panel {
  background: #060606;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  min-height: auto;
  overflow: hidden;
}
.lend-types-panel .muni-snap-inner {
  display: flex; flex-direction: column;
  justify-content: center; height: 100%;
}
.lend-types-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.55rem;
  margin-top: 0.4rem;
}
.lend-type {
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.025);
  padding: 0.7rem 0.85rem 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  transition: border-color 0.25s, background 0.25s, transform 0.25s;
}
.lend-type:hover {
  border-color: var(--gold);
  background: rgba(240,168,0,0.05);
  transform: translateY(-3px);
}
.lend-type-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  color: var(--gold);
}
.lend-type-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.1;
  color: #FFF;
  margin: 0;
}
.lend-type-text {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.78);
  margin: 0;
  flex: 1;
}
.lend-type-tag {
  font-family: 'Jost', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 0.5rem;
  margin-top: 0.4rem;
}

/* ════════════════════════════════════════
   ROI CHARTS
══════════════════════════════════════ */
.lend-roi-panel {
  background:
    radial-gradient(50% 60% at 50% 100%, rgba(240,168,0,0.08), transparent 70%), #060606;
}
.lend-charts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 3vw, 3rem);
  margin-top: 0.6rem;
}
.lend-chart {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.02);
  padding: 1.1rem 1.2rem 1.2rem;
}
.lend-chart-cap { display: flex; flex-direction: column; gap: 0.2rem; }
.lend-chart-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}
.lend-chart-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.15;
  color: #FFF;
}
.lend-chart-svg { width: 100%; height: auto; display: block; }
.lend-chart-note {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.6);
  font-style: italic;
  margin: 0;
}
.lend-chart-note em { color: var(--gold); }

/* ════════════════════════════════════════
   NETWORK / WIP PANEL (light)
══════════════════════════════════════ */
.lend-network-panel { background: #FFFFFF; color: #111; }
.lend-network-panel::before {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(45deg, rgba(0,0,0,0.025) 0 1px, transparent 1px 16px), radial-gradient(40% 50% at 92% 8%, rgba(240,168,0,0.10), transparent 70%);
  z-index: 0;
}
.lend-network-panel .muni-snap-inner { position: relative; z-index: 1; }
.lend-network-panel .muni-section-eyebrow { color: var(--gold); }
.lend-network-panel .muni-section-h2 { color: #111; }
.lend-network-panel .muni-section-h2 em { color: var(--gold); }
.lend-network-panel .lend-lede { color: #333; }

.lend-net-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
  margin-top: 0.4rem;
}
.lend-net-cell {
  background: #FFF;
  border: 1px solid rgba(0,0,0,0.10);
  padding: 1rem 1.1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.lend-net-cell:hover {
  border-color: var(--gold);
  box-shadow: 0 8px 18px -10px rgba(240,168,0,0.55);
  transform: translateY(-2px);
}
.lend-net-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  color: var(--gold);
}
.lend-net-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.1;
  color: #111;
  margin: 0;
}
.lend-net-text {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(0,0,0,0.72);
  margin: 0;
}

.lend-net-wip {
  margin-top: 1rem;
  border: 1px dashed rgba(240,168,0,0.55);
  background: rgba(240,168,0,0.06);
  padding: 1rem 1.3rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.lend-net-wip-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}
.lend-net-wip-text {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #111;
  margin: 0;
}
.lend-net-wip-text strong { color: var(--gold); font-weight: 500; }

/* ════════════════════════════════════════
   LENDER APPLICATION FORM (reuses .contact-form / .cform-* styles)
══════════════════════════════════════ */
.lend-form-panel {
  background: #060606;
  padding-bottom: 1.5rem;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  min-height: auto;
  overflow: hidden;
}
.lend-form-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.lend-form-head {
  text-align: center;
  margin-bottom: 1rem;
  flex: 0 0 auto;
}
.lend-form-h2 { font-size: clamp(2rem, 3.8vw, 3rem); margin-bottom: 0.5rem; }
.lend-form-lede {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
  max-width: 760px;
  margin: 0 auto;
}
/* Force the lend-form to behave like the contact-form (scrolls internally) */
.lend-form { flex: 1 1 auto; }

/* ════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 1180px) {
  .lend-types-grid     { grid-template-columns: repeat(2, 1fr); }
  .lend-charts         { gap: 1rem; }
  .lend-chart          { padding: 0.85rem 1rem 1rem; }
  .lend-chart-title    { font-size: 1.1rem; }
  .lend-net-grid       { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .lend-hero-inner     { grid-template-columns: 1fr; gap: 1.4rem; }
  .lend-charts         { grid-template-columns: 1fr; }
  .lend-net-grid       { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .lend-types-grid     { grid-template-columns: 1fr; }
  .lend-net-grid       { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════
   v2 — BORROWER-FOCUSED LAYOUT (lend-* namespace)
   New lenders.html targets borrowers seeking financing. Old WIP-style
   content was moved to lender-partner.html and keeps its original CSS.
══════════════════════════════════════ */

.lend-head {
  max-width: 880px;
  margin: 0 auto 1.5rem;
  text-align: center;
}
.lend-lede {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 1.04rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.78);
  max-width: 720px;
  margin: 0.55rem auto 0;
}

/* ── Hero ── */
.lend-hero-panel { background: #000; overflow: hidden; isolation: isolate; }
.lend-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.lend-topo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0.45;
  animation: lendTopoDrift 28s ease-in-out infinite alternate;
}
@keyframes lendTopoDrift {
  0%   { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-3%, 1%, 0); }
}
.lend-hero-radial {
  position: absolute; inset: 0;
  background:
    radial-gradient(40% 50% at 8% 12%, rgba(240,168,0,0.18), transparent 70%),
    radial-gradient(50% 60% at 92% 88%, rgba(240,168,0,0.10), transparent 75%);
}
.lend-hero-hatch {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, rgba(255,255,255,0.020) 0 1px, transparent 1px 14px);
}
.lend-hero-inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
.lend-hero-left { max-width: 620px; }

.lend-hero-info {
  border: 1px solid rgba(240,168,0,0.35);
  background: rgba(240,168,0,0.04);
  padding: 1.3rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.lend-hero-info-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}
.lend-hero-info-list {
  list-style: none;
  margin: 0; padding: 0;
  display: grid; gap: 0.55rem;
}
.lend-hero-info-list li {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.82);
  padding-left: 1.2rem;
  position: relative;
}
.lend-hero-info-list li::before {
  content: '/';
  position: absolute; left: 0;
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
}
.lend-hero-info-list strong { color: #FFF; font-weight: 500; }

/* ── Options grid ── */
.lend-options-panel { background: #060606; }
.lend-options-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  margin-top: 0.6rem;
}
.lend-option {
  position: relative;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.025);
  padding: 0.95rem 1.05rem 1.05rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: border-color 0.28s, background 0.28s, transform 0.28s;
}
.lend-option:hover {
  border-color: var(--gold);
  background: rgba(240,168,0,0.05);
  transform: translateY(-3px);
}
.lend-option--featured {
  background: rgba(240,168,0,0.05);
  border-color: rgba(240,168,0,0.35);
}
.lend-option-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0.18em;
  color: var(--gold);
}
.lend-option-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 1.35rem;
  line-height: 1.1;
  color: #FFF;
  margin: 0;
}
.lend-option-desc {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.86rem;
  line-height: 1.55;
  opacity: 0.8;
  margin: 0;
}
.lend-option-stats {
  list-style: none;
  margin: auto 0 0;
  padding: 0.6rem 0 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: grid;
  gap: 0.25rem;
}
.lend-option-stats li {
  display: flex;
  justify-content: space-between;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
}
.lend-option-stats li span {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  opacity: 0.55;
  font-size: 0.66rem;
}
.lend-option-stats li strong { color: var(--gold); font-weight: 400; }

/* ── Form panel container ── */
.lend-form-panel { background: #060606; }

/* ── Partner CTA ── */
.lend-partner-panel {
  background: #000;
  overflow: hidden;
  isolation: isolate;
}
.lend-partner-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60% 80% at 25% 80%, rgba(240,168,0,0.20), transparent 75%),
    radial-gradient(50% 70% at 88% 12%, rgba(240,168,0,0.10), transparent 70%),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 14px),
    linear-gradient(150deg, #0a0a0a, #050505);
}
.lend-partner-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
.lend-partner-h2 {
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  line-height: 1.05;
  margin-bottom: 1.1rem;
}
.lend-partner-lede {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 1.04rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.82);
  max-width: 540px;
  margin: 0 0 1.5rem;
}
.lend-partner-actions {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  flex-wrap: wrap;
}
.lend-partner-btn { padding: 0.95rem 1.4rem 0.9rem 1.45rem; }
.lend-partner-link {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.25s;
}
.lend-partner-link:hover { color: var(--gold); }
.lend-partner-link .slash-motif { color: var(--gold); padding-left: 0.4rem; }

.lend-partner-card {
  border: 1px solid rgba(240,168,0,0.35);
  background: rgba(240,168,0,0.04);
  padding: 1.3rem 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.lend-partner-card-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}
.lend-partner-card-list {
  list-style: none;
  margin: 0; padding: 0;
  display: grid; gap: 0.55rem;
}
.lend-partner-card-list li {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.85);
}
.lend-partner-card-rank {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--gold);
  font-size: 1.1rem;
}
.lend-partner-card-foot {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  border-top: 1px dashed rgba(240,168,0,0.35);
  padding-top: 0.7rem;
  text-align: center;
}

/* Responsive */
@media (max-width: 1180px) {
  .lend-options-grid    { grid-template-columns: repeat(2, 1fr); }
  .lend-option          { padding: 0.7rem 0.85rem 0.9rem; }
  .lend-option-name     { font-size: 1.15rem; }
  .lend-option-desc     { font-size: 0.8rem; }
  .lend-option-stats li { font-size: 0.68rem; }
}
@media (max-width: 900px) {
  .lend-hero-inner      { grid-template-columns: 1fr; gap: 1.4rem; }
  .lend-partner-inner   { grid-template-columns: 1fr; gap: 1.4rem; }
  .lend-options-grid    { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════
   v3 — TEXT BUMPS: Loan Options + Partner CTA card
══════════════════════════════════════ */
.lend-options-panel .lend-head { margin-bottom: 1rem; }
.lend-options-panel .muni-section-h2 { font-size: clamp(2rem, 3.4vw, 2.8rem); }
.lend-options-panel .lend-lede { font-size: 1.1rem; line-height: 1.65; }
.lend-options-grid { gap: 0.7rem; }
.lend-option { padding: 1rem 1.15rem 1.15rem; gap: 0.45rem; }
.lend-option-name { font-size: 1.5rem; }
.lend-option-desc { font-size: 0.96rem; line-height: 1.6; }
.lend-option-stats li { font-size: 0.8rem; }
.lend-option-stats li span { font-size: 0.72rem; }
.lend-option-num { font-size: 1.05rem; }

/* Last panel: Partner CTA card a bit bigger */
.lend-partner-card { padding: 1.4rem 1.65rem 1.5rem; gap: 0.95rem; }
.lend-partner-card-eyebrow { font-size: 0.78rem; letter-spacing: 0.26em; }
.lend-partner-card-list li { font-size: 1rem; line-height: 1.5; gap: 0.8rem; }
.lend-partner-card-rank { font-size: 1.25rem; }
.lend-partner-card-foot { font-size: 0.78rem; letter-spacing: 0.18em; }
.lend-partner-h2 { font-size: clamp(2.4rem, 4.4vw, 3.8rem); }
.lend-partner-lede { font-size: 1.1rem; line-height: 1.65; }

@media (max-width: 1180px) {
  .lend-option-name { font-size: 1.32rem; }
  .lend-option-desc { font-size: 0.88rem; }
  .lend-option-stats li { font-size: 0.74rem; }
  .lend-partner-card-list li { font-size: 0.92rem; }
}

/* ════════════════════════════════════════
   v4 — Sitewide text bump on lenders pages (everywhere EXCEPT the form)
══════════════════════════════════════ */
.lend-lede { font-size: 1.18rem !important; line-height: 1.65 !important; }
.lend-hero-info-eyebrow { font-size: 0.82rem !important; letter-spacing: 0.26em; }
.lend-hero-info-list li { font-size: 1.04rem !important; line-height: 1.6 !important; }

/* Snap 2 (loan options) was bumped in v3; bump a touch more */
.lend-option-name { font-size: 1.55rem !important; }
.lend-option-desc { font-size: 1.02rem !important; line-height: 1.6 !important; }
.lend-option-stats li { font-size: 0.86rem !important; }
.lend-option-stats li span { font-size: 0.74rem !important; }

/* Partner CTA (last panel) */
.lend-partner-h2 { font-size: clamp(2.5rem, 4.6vw, 4rem) !important; }
.lend-partner-lede { font-size: 1.18rem !important; line-height: 1.7 !important; }
.lend-partner-card-eyebrow { font-size: 0.84rem !important; letter-spacing: 0.24em; }
.lend-partner-card-list li { font-size: 1.05rem !important; line-height: 1.55 !important; }
.lend-partner-card-rank { font-size: 1.3rem !important; }
.lend-partner-card-foot { font-size: 0.82rem !important; }

@media (max-width: 1180px) {
  .lend-option-name { font-size: 1.3rem !important; }
  .lend-option-desc { font-size: 0.9rem !important; }
  .lend-partner-card-list li { font-size: 0.94rem !important; }
}

/* Extra bump round */
.lend-hero-info-list li { font-size: 1.04rem !important; line-height: 1.6 !important; }
.lend-option-name { font-size: 1.55rem !important; }
.lend-option-desc { font-size: 1.02rem !important; line-height: 1.6 !important; }
.lend-option-stats li { font-size: 0.92rem !important; }
.lend-option-stats li span { font-size: 0.78rem !important; }
.lend-partner-card-list li { font-size: 1.08rem !important; }
.lend-partner-lede { font-size: 1.16rem !important; line-height: 1.65 !important; }
@media (max-width: 1180px) {
  .lend-option-name { font-size: 1.3rem !important; }
  .lend-option-desc { font-size: 0.92rem !important; }
  .lend-option-stats li { font-size: 0.82rem !important; }
}
