/* JR Founders Banner v0.4.0 */
.jrfb-wrap{
  background:#E5E0D5; /* light grey */
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:22px;
  max-width:820px;
  margin:24px auto;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.jrfb-inner{ text-align:center; }
.jrfb-title{
  margin:0 0 10px;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height:1.2;
}
.jrfb-desc{
  color:#374151;
  font-size:16px;
  line-height:1.5;
  margin: 0 auto 14px;
  max-width: 60ch;
}
.jrfb-meta{
  font-size:14px;
  color:#374151;
  margin: 6px 0 12px;
}
.jrfb-line{ margin: 2px 0; }
.jrfb-bar{
  width:100%;
  height:12px;
  border-radius:999px;
  background:#e5e7eb;
  overflow:hidden;
  margin:10px auto 14px;
}
.jrfb-bar-fill{
  height:100%;
  background:#10b981; /* teal-ish */
  width:0%;
  transition: width .5s ease;
}
.jrfb-cta{ margin-top:6px; }
a.jrfb-btn{
  display:inline-block;
  padding:10px 18px;
  border-radius:10px;
  background:#111827;
  color:#fff !important;
  text-decoration:none;
  font-weight:600;
}
a.jrfb-btn:hover{ opacity:.9; }
