    #nbl-eligibility {
      background: #f9f6ef;
      padding: 60px 15px;
      font-family: 'Arimo', sans-serif;
    }
    #nbl-eligibility .elig-inner {
      max-width: 1170px;
      margin: 0 auto;
    }
 
    /* Badge */
    #nbl-eligibility .elig-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 1.5px solid #f4bd37;
      border-radius: 50px;
      padding: 5px 18px;
      font-size: 13px;
      font-weight: 700;
      color: #201658;
      background: #fff;
      font-family: 'Arimo', sans-serif;
      letter-spacing: 0.02em;
    }
    #nbl-eligibility .elig-badge-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #f4bd37;
      flex-shrink: 0;
    }
 
    /* Header */
    #nbl-eligibility .elig-header {
      text-align: center;
      margin-bottom: 40px;
    }
    #nbl-eligibility .elig-badge-row {
      margin-bottom: 14px;
    }
    #nbl-eligibility .elig-header h2 {
      font-family: 'Arimo', sans-serif;
      font-size: 38px;
      font-weight: 700;
      color: #201658;
      line-height: 1.2;
      margin-bottom: 10px;
    }
    #nbl-eligibility .elig-header h2 span {
      color: #f4bd37;
    }
    #nbl-eligibility .elig-header p {
      font-family: 'Arimo', sans-serif;
      font-size: 15px;
      font-weight: 400;
      color: #666;
    }
 
    /* Grid */
    #nbl-eligibility .elig-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-bottom: 20px;
    }
 
    /* Cards */
    #nbl-eligibility .elig-card {
      background: #fff;
      border-radius: 30px 0px;
      border: 1px solid #ebebeb;
      border-bottom: 4px solid #f4bd37;
      padding: 30px 18px 26px;
      text-align: center;
      box-shadow: 0px 0px 10px #cccccc94;
      transition: border-bottom-color 0.2s;
    }
    #nbl-eligibility .elig-card:hover {
      border-bottom-color: #201658;
    }
    #nbl-eligibility .elig-icon-wrap {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: #fff8e6;
      border: 2px solid #f4bd37;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 18px;
    }
    #nbl-eligibility .elig-icon-wrap svg {
      width: 26px;
      height: 26px;
    }
    #nbl-eligibility .elig-value {
      font-family: 'Arimo', sans-serif;
      font-size: 26px;
      font-weight: 700;
      color: #f4bd37;
      margin-bottom: 6px;
      line-height: 1.15;
    }
    #nbl-eligibility .elig-label {
      font-family: 'Arimo', sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #444;
    }
 
    /* Docs note */
    #nbl-eligibility .elig-docs {
      background: #fff;
      border-radius: 10px;
      border: 1px solid #ebebeb;
      border-left: 4px solid #201658;
      padding: 16px 22px;
      display: flex;
      align-items: flex-start;
      gap: 14px;
      box-shadow: 0px 0px 10px #cccccc60;
    }
    #nbl-eligibility .elig-docs-icon {
      width: 38px;
      height: 38px;
      background: #e8f5e9;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
    }
    #nbl-eligibility .elig-docs-icon svg {
      width: 20px;
      height: 20px;
    }
    #nbl-eligibility .elig-docs p {
      font-family: 'Arimo', sans-serif;
      font-size: 14px;
      color: #444;
      margin: 0;
      padding: 0;
      font-weight: 400;
      line-height: 1.7;
    }
    #nbl-eligibility .elig-docs p strong {
      font-weight: 700;
      color: #201658;
    }
 
    /* Responsive */
    @media (max-width: 991px) {
      #nbl-eligibility .elig-grid { grid-template-columns: repeat(2, 1fr); }
      #nbl-eligibility .elig-header h2 { font-size: 28px; }
    }
    @media (max-width: 576px) {
      #nbl-eligibility .elig-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
      #nbl-eligibility .elig-header h2 { font-size: 22px; }
      #nbl-eligibility { padding: 40px 15px; }
      #nbl-eligibility .elig-value { font-size: 20px; }
    }

    #loanex {
  font-family: 'Arimo', sans-serif;
  background: #fff;
  padding: 70px 15px;
}
#loanex .lex-wrap {
  max-width: 1140px;
  margin: 0 auto;
}

/* ── Badge ── */
#loanex .lex-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #c9a227;
  border-radius: 100px;
  padding: 5px 20px;
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1a1d2e;
  background: #fdf8eb;
  margin-bottom: 16px;
}
#loanex .lex-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c9a227;
  flex-shrink: 0;
}

/* ── Header ── */
#loanex .lex-header {
  text-align: center;
  margin-bottom: 44px;
}
#loanex .lex-header h2 {
  font-family: 'Arimo', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #1a1d2e;
  margin: 0 0 10px;
  line-height: 1.15;
}
#loanex .lex-header h2 span { color: #c9a227; }
#loanex .lex-header p {
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  color: #777;
  margin: 0 0 14px;
}
#loanex .lex-apr-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #c9a227;
  color: #fff;
  border-radius: 100px;
  padding: 5px 20px;
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  font-weight: 700;
}

/* ── Grids ── */
#loanex .lex-grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}
#loanex .lex-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* ── Card ── */
#loanex .lex-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e8e4d8;
  border-bottom: 4px solid #c9a227;
  padding: 28px 16px 24px;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
#loanex .lex-card:hover {
  box-shadow: 0 8px 28px rgba(201,162,39,0.14);
  transform: translateY(-4px);
}
#loanex .lex-card.featured {
  background: #fdf8eb;
  border-bottom-color: #1a1d2e;
}
#loanex .lex-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fdf8eb;
  border: 1.5px solid #c9a227;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
#loanex .lex-card.featured .lex-card-icon { background: #fff; }
#loanex .lex-card-icon svg { width: 24px; height: 24px; }
#loanex .lex-card-label {
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 8px;
}
#loanex .lex-card-value {
  font-family: 'Arimo', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1d2e;
  margin: 0;
  line-height: 1.15;
}
#loanex .lex-card-value.gold { color: #c9a227; }
#loanex .lex-card-sub {
  font-family: 'Arimo', sans-serif;
  font-size: 11px;
  color: #bbb;
  margin: 5px 0 0;
}
#loanex .lex-divider {
  border: none;
  border-top: 1.5px solid #f0ede3;
  margin: 4px 0 18px;
}

/* ── CTA ── */
#loanex .lex-cta {
  text-align: center;
  margin-top: 36px;
}
#loanex .lex-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #c9a227;
  color: #fff;
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 40px;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
#loanex .lex-cta a:hover {
  background: #a8861e;
  color: #fff;
  transform: translateY(-2px);
}

/* ── Disclaimer ── */
#loanex .lex-disclaimer {
  text-align: center;
  margin-top: 32px;
  padding: 16px 24px;
  background: #f9f7f0;
  border-radius: 12px;
  border: 1px solid #e8e4d8;
}
#loanex .lex-disclaimer p {
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
  color: #aaa;
  margin: 0;
  line-height: 1.8;
}
#loanex .lex-disclaimer strong { color: #888; }

/* ── Responsive ── */
@media (max-width: 991px) {
  #loanex .lex-grid4 { grid-template-columns: repeat(2, 1fr); }
  #loanex .lex-grid3 { grid-template-columns: repeat(2, 1fr); }
  #loanex .lex-header h2 { font-size: 30px; }
}
@media (max-width: 540px) {
  #loanex .lex-grid4,
  #loanex .lex-grid3 { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  #loanex .lex-header h2 { font-size: 24px; }
  #loanex { padding: 48px 15px; }
  #loanex .lex-card-value { font-size: 18px; }
}
