
.jcbo-ffl-wrap{
  width:100%;
  box-sizing:border-box;
  padding:56px 20px;
  margin:34px 0;
  background:linear-gradient(180deg,#f7fafc 0%,#ffffff 100%);
  border-top:1px solid #e3e9ee;
  border-bottom:1px solid #e3e9ee;
}
.jcbo-ffl-inner{
  width:min(1240px,100%);
  margin:0 auto;
}
.jcbo-ffl-heading{
  text-align:center;
  max-width:820px;
  margin:0 auto 32px;
}
.jcbo-ffl-kicker{
  display:block;
  font-size:12px;
  letter-spacing:.12em;
  font-weight:800;
  color:#547086;
  margin-bottom:6px;
}
.jcbo-ffl-heading h2{
  margin:0 0 10px!important;
  font-size:30px!important;
  line-height:1.25!important;
  color:#102637!important;
}
.jcbo-ffl-heading p{
  margin:0!important;
  color:#647583!important;
  line-height:1.8!important;
  font-size:14px!important;
}
.jcbo-ffl-groups{
  display:grid;
  gap:24px;
}
.jcbo-ffl-group{
  background:#fff;
  border:1px solid #dde5eb;
  border-radius:14px;
  padding:18px;
  box-shadow:0 4px 16px rgba(12,35,52,.045);
}
.jcbo-ffl-group h3{
  margin:0 0 13px!important;
  padding:0 0 10px!important;
  border-bottom:2px solid #0b2a3d;
  color:#0b2a3d!important;
  font-size:18px!important;
  line-height:1.4!important;
}
.jcbo-ffl-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}
.jcbo-ffl-card{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  min-height:52px;
  padding:10px 13px!important;
  border:1px solid #dfe6eb!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#183044!important;
  text-decoration:none!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.45!important;
  box-sizing:border-box!important;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease!important;
}
.jcbo-ffl-card span{
  overflow-wrap:anywhere;
}
.jcbo-ffl-card b{
  flex:0 0 auto;
  font-size:16px;
}
.jcbo-ffl-card:hover,
.jcbo-ffl-card:focus{
  background:#0a293d!important;
  color:#fff!important;
  border-color:#0a293d!important;
  transform:translateY(-1px);
  box-shadow:0 5px 12px rgba(10,41,61,.13);
}
@media(max-width:980px){
  .jcbo-ffl-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .jcbo-ffl-wrap{padding:38px 12px;margin:24px 0}
  .jcbo-ffl-heading h2{font-size:24px!important}
  .jcbo-ffl-grid{grid-template-columns:1fr}
  .jcbo-ffl-group{padding:14px}
}
