/* Ranqx CDFI section — v2.5.2 */
body.ranqx-cdfi-page .ranqx-logo-link,
body.ranqx-cdfi-page .ranqx-logo-link:link,
body.ranqx-cdfi-page .ranqx-logo-link:visited,
body.ranqx-cdfi-page .ranqx-logo-link:active {
  color: var(--text) !important;
  text-decoration: none !important;
}

.cdfi-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 88px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(760px 420px at 88% -8%, rgba(76,216,160,.12), transparent 62%),
    radial-gradient(520px 300px at 5% 26%, rgba(231,162,72,.07), transparent 64%),
    var(--ink);
}
.cdfi-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr);
  align-items: center;
  gap: 72px;
}
.cdfi-hero h1 {
  max-width: 760px;
  font-size: clamp(38px,5vw,62px);
  line-height: 1.03;
  color: #fff;
  margin-bottom: 24px;
}
.cdfi-hero h1 .accent { color: var(--signal); }
.cdfi-hero p {
  max-width: 670px;
  margin: 0 0 32px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-dim);
}
.cdfi-hero-simple .wrap { max-width: 1180px; }
.cdfi-hero-simple h1 { max-width: 900px; }
.cdfi-hero-simple p { max-width: 780px; }
.cdfi-readiness-note {
  display: inline-block;
  max-width: 720px;
  padding: 12px 15px;
  border: 1px solid rgba(231,162,72,.28);
  border-radius: 10px;
  color: var(--amber);
  background: var(--amber-dim);
  font-size: 13px;
  line-height: 1.55;
}

.cdfi-card-kicker {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--signal);
  margin-bottom: 16px;
}
.cdfi-stack-card,
.cdfi-signal-card,
.cdfi-dashboard-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 30px 60px -24px rgba(0,0,0,.58);
}
.cdfi-stack-card::before,
.cdfi-signal-card::before,
.cdfi-dashboard-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(76,216,160,.8), transparent);
}
.cdfi-stack-list { list-style: none; margin: 0; padding: 0; }
.cdfi-stack-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.cdfi-stack-list li:first-child { border-top: 0; }
.cdfi-stack-list li > span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: var(--signal);
}
.cdfi-stack-list strong { display: block; color: #fff; font-size: 14px; margin-bottom: 3px; }
.cdfi-stack-list small { display: block; color: var(--text-dim); font-size: 12px; line-height: 1.45; }

.cdfi-requirements-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--line);
}
.cdfi-requirement { min-height: 190px; padding: 24px; background: var(--ink-2); }
.cdfi-requirement span,
.cdfi-flow article > span,
.cdfi-data-grid article > span {
  display: block;
  margin-bottom: 18px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: var(--signal);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.cdfi-requirement h3,
.cdfi-flow h3,
.cdfi-data-grid h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.cdfi-requirement p,
.cdfi-flow p,
.cdfi-data-grid p {
  margin: 0;
  color: var(--text-dim);
  font-size: 13px;
  line-height: 1.65;
}
.cdfi-source-note { margin: 22px 0 0; font-size: 12.5px; color: var(--text-dim); }
.cdfi-source-note a,
.cdfi-text-link,
.cdfi-guide-article a {
  color: var(--signal);
  text-decoration: none;
  border-bottom: 1px solid rgba(76,216,160,.32);
}
.on-paper .cdfi-source-note a,
.on-paper .cdfi-text-link { color: #24785a; border-bottom-color: rgba(36,120,90,.3); }

.cdfi-three-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.cdfi-three-grid article {
  padding: 30px;
  border: 1px solid #dedbd0;
  border-radius: 16px;
  background: rgba(255,255,255,.55);
}
.cdfi-three-grid article h3 { margin: 0 0 12px; font-size: 19px; color: var(--text-ink); }
.cdfi-three-grid article p { margin: 0; font-size: 14px; line-height: 1.7; color: var(--text-ink-dim); }
.cdfi-three-grid.dark article { background: var(--surface); border-color: var(--line-strong); }
.cdfi-three-grid.dark article h3 { color: #fff; }
.cdfi-three-grid.dark article p { color: var(--text-dim); }
.cdfi-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 9px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: #116045;
  background: rgba(76,216,160,.18);
}

.cdfi-link-grid,
.cdfi-resource-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
}
.cdfi-link-grid a,
.cdfi-resource-grid a {
  display: block;
  padding: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: var(--surface);
  text-decoration: none;
  transition: transform .16s, border-color .16s, background .16s;
}
.cdfi-link-grid a:hover,
.cdfi-link-grid a:focus-visible,
.cdfi-resource-grid a:hover,
.cdfi-resource-grid a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(76,216,160,.5);
  background: var(--surface-2);
}
.cdfi-link-grid span,
.cdfi-resource-grid span {
  display: block;
  margin-bottom: 11px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: var(--signal);
  text-transform: uppercase;
  letter-spacing: .07em;
}
.cdfi-link-grid strong,
.cdfi-resource-grid h3 {
  display: block;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 10px;
}
.cdfi-link-grid small,
.cdfi-resource-grid p {
  color: var(--text-dim);
  font-size: 13px;
  line-height: 1.6;
}
.cdfi-resource-grid p { margin: 0 0 18px; }
.cdfi-resource-grid a > strong { color: var(--signal); font-size: 13px; }

.cdfi-distinction-grid,
.cdfi-two-col {
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(360px,1.05fr);
  gap: 64px;
  align-items: start;
}
.cdfi-distinction-grid h2,
.cdfi-two-col h2 {
  color: var(--text-ink);
  font-size: clamp(28px,3.4vw,42px);
  line-height: 1.12;
  margin-bottom: 18px;
}
.cdfi-distinction-grid p,
.cdfi-two-col > div > p {
  margin: 0;
  color: var(--text-ink-dim);
  font-size: 15px;
  line-height: 1.75;
}
.cdfi-distinction-list { border-top: 1px solid #dcd8cd; }
.cdfi-distinction-list div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #dcd8cd;
}
.cdfi-distinction-list strong { color: var(--text-ink); font-size: 14px; }
.cdfi-distinction-list span { color: var(--text-ink-dim); font-size: 13.5px; line-height: 1.55; }

.cdfi-signal-card h3 { color: #fff; font-size: 22px; margin: 0 0 20px; }
.cdfi-signal-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  font-size: 12.5px;
}
.cdfi-signal-row span { color: var(--text-dim); }
.cdfi-signal-row strong { color: var(--text); font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; text-align: right; }
.cdfi-signal-card > p { margin: 20px 0 0; font-size: 11.5px; line-height: 1.55; color: var(--text-dim); }

.cdfi-flow {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--line);
}
.cdfi-flow article { min-height: 230px; padding: 26px 22px; background: var(--ink-2); }

.cdfi-check-list { list-style: none; margin: 28px 0 0; padding: 0; }
.cdfi-check-list li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-top: 1px solid #dedbd0;
  color: var(--text-ink-dim);
  font-size: 14px;
}
.cdfi-check-list li::before { content: "✓"; position: absolute; left: 0; color: #24785a; font-weight: 700; }
.cdfi-paper-card {
  padding: 30px;
  border: 1px solid #dedbd0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 50px -32px rgba(20,20,10,.3);
}
.cdfi-paper-card .cdfi-card-kicker { color: #B36A2E; }
.cdfi-paper-card h3 { margin: 0 0 14px; color: var(--text-ink); font-size: 24px; }
.cdfi-paper-card p { margin: 0 0 18px; color: var(--text-ink-dim); font-size: 14px; line-height: 1.7; }

.cdfi-dashboard-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 20px; }
.cdfi-dashboard-head .cdfi-card-kicker { margin: 0; }
.cdfi-dashboard-head > span:last-child { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--text-dim); }
.cdfi-metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.cdfi-metric-grid div { padding: 20px; background: var(--ink-2); }
.cdfi-metric-grid strong { display: block; margin-bottom: 4px; color: var(--signal); font-family: 'Space Grotesk', sans-serif; font-size: 28px; }
.cdfi-metric-grid span { color: var(--text-dim); font-size: 11px; }
.cdfi-mini-bars { margin-top: 22px; }
.cdfi-mini-bars > span { display: block; height: 7px; overflow: hidden; border-radius: 99px; background: var(--surface-2); }
.cdfi-mini-bars i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--signal),var(--amber)); }
.cdfi-mini-bar-fill { width: 68%; }
.cdfi-mini-bars small { display: block; margin-top: 9px; color: var(--text-dim); font-size: 10.5px; }

.cdfi-data-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.cdfi-data-grid article { padding: 28px; background: var(--ink-2); }

.cdfi-resource-grid { grid-template-columns: repeat(4,1fr); }
.cdfi-official-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.cdfi-official-grid a { display: flex; flex-direction: column; gap: 8px; padding: 22px 24px; border: 1px solid #dedbd0; border-radius: 14px; background: rgba(255,255,255,.6); text-decoration: none; }
.cdfi-official-grid strong { color: var(--text-ink); font-size: 15px; }
.cdfi-official-grid span { color: #24785a; font-size: 12.5px; line-height: 1.5; }

/* Readiness assessment */
.cdfi-assessment-section { padding: 80px 0 96px; background: var(--ink-2); }
.cdfi-assessment-layout { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(330px,.65fr); gap: 40px; align-items: start; }
.cdfi-assessment { display: grid; gap: 14px; font-family: 'Inter', system-ui, sans-serif; }
.cdfi-question { margin: 0; padding: 28px 24px 24px; border: 1px solid var(--line-strong); border-radius: 15px; background: var(--surface); font-family: 'Inter', system-ui, sans-serif; transition: border-color .15s, box-shadow .15s; }
.cdfi-question--missing { border-color: var(--coral); box-shadow: 0 0 0 2px rgba(233,107,92,.1); }
.cdfi-question-heading { width: 100%; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; font-family: 'Inter', system-ui, sans-serif; }
.cdfi-question-heading > span { padding-top: 3px; font-family: 'IBM Plex Mono', monospace; color: var(--signal); font-size: 11px; }
.cdfi-question-heading strong { display: block; margin-bottom: 6px; color: #fff; font-family: 'Inter', system-ui, sans-serif; font-size: 16px; }
.cdfi-question-heading em { display: block; max-width: 720px; color: var(--text); font-family: 'Inter', system-ui, sans-serif; font-style: normal; font-size: 14px; line-height: 1.55; font-weight: 500; }
.cdfi-question > p { margin: 13px 0 18px 56px; color: var(--text-dim); font-family: 'Inter', system-ui, sans-serif; font-size: 12.5px; line-height: 1.6; }
.cdfi-answer-group { display: flex; gap: 10px; margin-left: 56px; flex-wrap: wrap; }
.cdfi-answer-group label { cursor: pointer; }
.cdfi-answer-group input { position: absolute; opacity: 0; pointer-events: none; }
.cdfi-answer-group span { display: inline-flex; align-items: center; min-height: 38px; padding: 8px 14px; border: 1px solid var(--line-strong); border-radius: 999px; color: var(--text-dim); background: var(--ink-2); font-size: 12.5px; transition: border-color .15s, color .15s, background .15s; }
.cdfi-answer-group input:checked + span { border-color: rgba(76,216,160,.55); color: var(--text); background: var(--signal-dim); }
.cdfi-answer-group input:focus-visible + span { outline: 2px solid var(--signal); outline-offset: 3px; }
.cdfi-assessment-actions { display: flex; gap: 12px; padding-top: 10px; }
.cdfi-assess-button,
.cdfi-reset-button { cursor: pointer; font-family: 'Inter', sans-serif; }
.cdfi-assess-button { border: 0; }
.cdfi-reset-button { background: transparent; }
.cdfi-result-card { position: sticky; top: 92px; padding: 28px; border: 1px solid var(--line-strong); border-radius: 18px; background: var(--surface); box-shadow: 0 26px 60px -30px rgba(0,0,0,.55); }
.cdfi-result-empty h2,
.cdfi-result-content h2 { color: #fff; font-size: 22px; line-height: 1.25; margin-bottom: 12px; }
.cdfi-result-empty p,
.cdfi-result-content > p { color: var(--text-dim); font-size: 13.5px; line-height: 1.65; }
.cdfi-score-ring { width: 132px; height: 132px; display: grid; place-items: center; align-content: center; margin: 4px 0 24px; border-radius: 50%; border: 1px solid rgba(76,216,160,.4); background: radial-gradient(circle,rgba(76,216,160,.11),transparent 68%); }
.cdfi-score-ring strong { display: block; color: var(--signal); font-family: 'Space Grotesk', sans-serif; font-size: 34px; }
.cdfi-score-ring span { color: var(--text-dim); font-size: 9.5px; text-transform: uppercase; letter-spacing: .06em; }
.cdfi-result-blockers,
.cdfi-result-next { margin: 20px 0; padding: 16px; border-radius: 11px; background: var(--ink-2); border: 1px solid var(--line); }
.cdfi-result-blockers > strong,
.cdfi-result-next > strong { display: block; margin-bottom: 9px; color: var(--amber); font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; text-transform: uppercase; letter-spacing: .05em; }
.cdfi-result-blockers ul { margin: 0; padding-left: 18px; color: var(--text); font-size: 12.5px; line-height: 1.7; }
.cdfi-result-next p { margin: 0; color: var(--text-dim); font-size: 12.5px; line-height: 1.65; }
.cdfi-result-content > .btn-primary { display: inline-block; margin-top: 4px; }

/* Guide */
.cdfi-guide-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.cdfi-guide-meta span { padding: 7px 10px; border: 1px solid var(--line-strong); border-radius: 999px; color: var(--text-dim); font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; }
.cdfi-guide { background: var(--paper); color: var(--text-ink); padding: 0; }
.cdfi-guide-layout { display: grid; grid-template-columns: minmax(0,1fr) 270px; gap: 72px; align-items: start; padding-left: 40px !important; padding-right: 40px !important; }
.cdfi-guide-article { min-width: 0; padding: 74px 0 96px; }
.cdfi-guide-article section { padding: 0 0 64px; margin: 0 0 64px; border-bottom: 1px solid #dedbd0; }
.cdfi-guide-article section:last-child { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
.cdfi-guide-article .section-label { color: #B36A2E; }
.cdfi-guide-article h2 { max-width: 780px; margin-bottom: 20px; color: var(--text-ink); font-size: clamp(27px,3.2vw,40px); line-height: 1.14; }
.cdfi-guide-article p { max-width: 790px; margin: 0 0 18px; color: var(--text-ink-dim); font-size: 15.5px; line-height: 1.78; }
.cdfi-guide-list { max-width: 800px; margin: 26px 0 0; padding: 0; list-style: none; counter-reset: guide; }
.cdfi-guide-list li { counter-increment: guide; position: relative; padding: 16px 0 16px 48px; border-top: 1px solid #dedbd0; color: var(--text-ink-dim); font-size: 14.5px; line-height: 1.68; }
.cdfi-guide-list li::before { content: counter(guide,decimal-leading-zero); position: absolute; left: 0; top: 18px; color: #B36A2E; font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; }
.cdfi-guide-list strong { color: var(--text-ink); }
.cdfi-callout { max-width: 790px; margin: 30px 0 0; padding: 24px; border-left: 3px solid #B36A2E; background: #fff; }
.cdfi-callout > strong { display: block; margin-bottom: 8px; color: #B36A2E; font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; text-transform: uppercase; letter-spacing: .06em; }
.cdfi-callout p { margin: 0; font-size: 14px; }
.cdfi-guide-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.cdfi-guide-cards div { padding: 20px; border: 1px solid #dedbd0; border-radius: 12px; background: rgba(255,255,255,.6); }
.cdfi-guide-cards strong { display: block; margin-bottom: 7px; color: var(--text-ink); font-size: 14px; }
.cdfi-guide-cards span { color: var(--text-ink-dim); font-size: 12.5px; line-height: 1.55; }
.cdfi-inline-button { display: inline-block; margin-top: 8px; background: var(--ink); color: #fff !important; border: 0 !important; }
.cdfi-guide-sources ul { margin: 22px 0; padding-left: 20px; }
.cdfi-guide-sources li { margin: 10px 0; color: var(--text-ink-dim); }
.cdfi-guide-sources a { color: #24785a; border-bottom-color: rgba(36,120,90,.3); }
.cdfi-guide-sources > p:last-child { font-size: 12.5px; }
.cdfi-guide-nav { position: sticky; top: 98px; margin-top: 74px; padding: 22px; border: 1px solid #dedbd0; border-radius: 14px; background: rgba(255,255,255,.72); }
.cdfi-guide-nav .cdfi-card-kicker { color: #B36A2E; }
.cdfi-guide-nav a { display: block; padding: 9px 0; border-top: 1px solid #e6e2d8; color: var(--text-ink-dim); text-decoration: none; font-size: 12.5px; }
.cdfi-guide-nav a:hover { color: #24785a; }

@media (max-width: 1040px) {
  .cdfi-hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .cdfi-stack-card,
  .cdfi-signal-card,
  .cdfi-dashboard-card { max-width: 720px; }
  .cdfi-requirements-grid { grid-template-columns: repeat(2,1fr); }
  .cdfi-flow { grid-template-columns: repeat(2,1fr); }
  .cdfi-flow article:last-child { grid-column: span 2; }
  .cdfi-resource-grid { grid-template-columns: repeat(2,1fr); }
  .cdfi-assessment-layout { grid-template-columns: 1fr; }
  .cdfi-result-card { position: static; }
}

@media (max-width: 900px) {
  .cdfi-three-grid,
  .cdfi-data-grid { grid-template-columns: 1fr; }
  .cdfi-distinction-grid,
  .cdfi-two-col { grid-template-columns: 1fr; gap: 38px; }
  .cdfi-guide-layout { grid-template-columns: 1fr; gap: 0; padding-left: 32px !important; padding-right: 32px !important; }
  .cdfi-guide-nav { display: none; }
}

@media (max-width: 700px) {
  .cdfi-hero { padding: 70px 0 64px; }
  .cdfi-hero h1 { font-size: clamp(34px,11vw,48px); }
  .cdfi-hero p { font-size: 15.5px; }
  .cdfi-requirements-grid,
  .cdfi-link-grid,
  .cdfi-resource-grid,
  .cdfi-official-grid,
  .cdfi-metric-grid,
  .cdfi-guide-cards { grid-template-columns: 1fr; }
  .cdfi-flow { grid-template-columns: 1fr; }
  .cdfi-flow article:last-child { grid-column: auto; }
  .cdfi-distinction-list div { grid-template-columns: 1fr; gap: 7px; }
  .cdfi-question { padding: 20px; }
  .cdfi-question-heading { grid-template-columns: 32px 1fr; gap: 10px; }
  .cdfi-question > p,
  .cdfi-answer-group { margin-left: 42px; }
  .cdfi-answer-group { flex-direction: column; align-items: stretch; }
  .cdfi-answer-group span { width: 100%; justify-content: center; }
  .cdfi-assessment-actions { flex-direction: column; align-items: stretch; }
  .cdfi-assessment-actions button { width: 100%; }
  .cdfi-guide-layout { padding-left: 22px !important; padding-right: 22px !important; }
  .cdfi-guide-article { padding-top: 58px; }
  .cdfi-guide-article section { padding-bottom: 48px; margin-bottom: 48px; }
}


/* Integrated CDFI homepage sections — v2.5.2 */
.ranqx-cdfi-home-intro,
.ranqx-cdfi-home-lending,
.ranqx-cdfi-home-impact,
.ranqx-cdfi-home-readiness { scroll-margin-top: 78px; }
.ranqx-cdfi-home-intro {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(760px 420px at 88% -8%, rgba(76,216,160,.1), transparent 62%),
    var(--ink);
}
.cdfi-home-hero-grid,
.cdfi-home-impact-grid {
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(350px,.92fr);
  gap: 64px;
  align-items: center;
}
.cdfi-home-hero-grid .section-head,
.cdfi-home-impact-grid .section-head,
.cdfi-home-readiness-head .section-head { margin-bottom: 0; }
.cdfi-home-hero-grid .section-head h2,
.cdfi-home-impact-grid .section-head h2,
.cdfi-home-readiness-head .section-head h2 { max-width: 760px; }
.cdfi-home-ctas { margin-top: 28px; }
.cdfi-home-distinction {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  margin-top: 54px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line);
}
.cdfi-home-distinction div { padding: 18px 20px; background: var(--ink-2); }
.cdfi-home-distinction strong { display: block; margin-bottom: 5px; color: var(--text); font-size: 12.5px; }
.cdfi-home-distinction span { color: var(--text-dim); font-size: 11.5px; line-height: 1.45; }
.ranqx-cdfi-home-lending .section-head { max-width: 760px; }
.cdfi-home-process {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
  padding: 18px 22px;
  border: 1px solid #dedbd0;
  border-radius: 14px;
  background: rgba(255,255,255,.55);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--text-ink-dim);
}
.cdfi-home-process i { color: #24785a; font-style: normal; }
.ranqx-cdfi-home-impact { background: var(--ink-2); }
.ranqx-cdfi-home-impact .cdfi-data-grid { margin-top: 46px; }
.ranqx-cdfi-home-readiness {
  background:
    radial-gradient(620px 340px at 8% 20%, rgba(231,162,72,.055), transparent 65%),
    var(--ink);
}
.cdfi-home-readiness-head {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: end;
  margin-bottom: 30px;
}
.cdfi-home-readiness-head > .cdfi-text-link {
  flex: 0 0 auto;
  margin-bottom: 7px;
  font-size: 13px;
}
.cdfi-readiness-expander {
  overflow: hidden;
  scroll-margin-top: 92px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: var(--ink-2);
}
.cdfi-readiness-expander > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  padding: 24px 28px;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.cdfi-readiness-expander > summary::-webkit-details-marker { display: none; }
.cdfi-readiness-expander > summary::after {
  content: '+';
  flex: 0 0 auto;
  color: var(--signal);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 24px;
  font-weight: 400;
}
.cdfi-readiness-expander[open] > summary::after { content: '−'; }
.cdfi-readiness-expander > summary small {
  margin-left: auto;
  color: var(--text-dim);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.cdfi-home-assessment-layout {
  padding: 0 28px 30px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.cdfi-home-assessment-layout .cdfi-result-card { top: 90px; }

@media (max-width: 1040px) {
  .cdfi-home-hero-grid,
  .cdfi-home-impact-grid { grid-template-columns: 1fr; gap: 38px; }
  .cdfi-home-distinction { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
  .cdfi-home-distinction { grid-template-columns: 1fr; }
  .cdfi-home-process { flex-wrap: wrap; justify-content: flex-start; }
  .cdfi-home-readiness-head { display: block; }
  .cdfi-home-readiness-head > .cdfi-text-link { display: inline-block; margin-top: 18px; }
  .cdfi-readiness-expander > summary { padding: 20px; }
  .cdfi-readiness-expander > summary small { display: none; }
  .cdfi-home-assessment-layout { padding: 22px 18px 22px; }
}
