
body.fca-v1-active{
  background:#fff!important;
}

.fca-v1-page{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#17213f;
}

.fca-v1-container{
  width:min(1160px,calc(100% - 40px));
  margin:0 auto;
}

.fca-v1-hero{
  padding:54px 0 46px;
  border-bottom:1px solid #efeaf5;
  background:
    radial-gradient(circle at 84% 20%,rgba(128,84,232,.10),transparent 28%),
    linear-gradient(180deg,#fbf9ff 0%,#fff 100%);
}

.fca-v1-eyebrow,
.fca-v1-small-label{
  display:block;
  margin-bottom:10px;
  color:#8054e8;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
}

.fca-v1-hero h1{
  margin:0 0 14px!important;
  color:#151d38;
  font-size:clamp(42px,5vw,64px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
}

.fca-v1-intro{
  max-width:720px;
  margin:0;
  color:#667085;
  font-size:17px;
  line-height:1.7;
}

.fca-v1-intro p{
  margin:0;
}

.fca-v1-main{
  padding-top:42px;
  padding-bottom:72px;
}

.fca-v1-section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:20px;
  margin-bottom:22px;
}

.fca-v1-section-head h2{
  margin:0!important;
  color:#171f3a;
  font-size:32px!important;
  letter-spacing:-.03em!important;
}

.fca-v1-count{
  color:#8d93a0;
  font-size:12px;
}

.fca-v1-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.fca-v1-card{
  overflow:hidden;
  border:1px solid #ebe8f1;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 25px rgba(31,28,61,.045);
  transition:transform .18s ease,box-shadow .18s ease;
}

.fca-v1-card:hover{
  transform:translateY(-3px);
  box-shadow:0 15px 34px rgba(31,28,61,.075);
}

.fca-v1-image{
  display:block;
  aspect-ratio:4/3;
  overflow:hidden;
  background:#f6f3fa;
}

.fca-v1-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.fca-v1-fallback{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  background:linear-gradient(135deg,#f6f1ff,#fff8e7);
  color:#8054e8;
  font-size:13px;
  font-weight:800;
}

.fca-v1-card-body{
  padding:18px;
}

.fca-v1-card-label{
  margin-bottom:8px;
  color:#8054e8;
  font-size:9.5px;
  font-weight:800;
  letter-spacing:.04em;
}

.fca-v1-card-title{
  margin:0 0 10px!important;
  font-size:20px!important;
  line-height:1.28!important;
  letter-spacing:-.02em!important;
}

.fca-v1-card-title a{
  color:#18203b!important;
  text-decoration:none!important;
}

.fca-v1-card-body p{
  margin:0 0 13px;
  color:#687086;
  font-size:13.5px;
  line-height:1.65;
}

.fca-v1-meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  color:#9a9faa;
  font-size:10.5px;
}

.fca-v1-read{
  display:inline-block;
  margin-top:14px;
  color:#7447dc!important;
  font-size:12px;
  font-weight:800;
  text-decoration:none!important;
}

.fca-v1-pagination{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:36px;
}

.fca-v1-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:40px;
  height:40px;
  padding:0 12px;
  border:1px solid #e2dfea;
  border-radius:8px;
  background:#fff;
  color:#5e6578;
  font-size:12px;
  text-decoration:none;
}

.fca-v1-pagination .current{
  border-color:#8054e8;
  background:#8054e8;
  color:#fff;
}

.fca-v1-bottom-cta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:35px;
  margin-top:52px;
  padding:30px 32px;
  border:1px solid #e9e4f0;
  border-radius:16px;
  background:linear-gradient(135deg,#fff9e9,#f7f2ff);
}

.fca-v1-bottom-cta h2{
  margin:0 0 7px!important;
  color:#1a213c;
  font-size:28px!important;
}

.fca-v1-bottom-cta p{
  max-width:680px;
  margin:0;
  color:#646b7d;
  font-size:14px;
  line-height:1.6;
}

.fca-v1-bottom-cta>a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 19px;
  border-radius:8px;
  background:#8054e8;
  color:#fff!important;
  font-size:12px;
  font-weight:800;
  text-decoration:none!important;
}

@media(max-width:900px){
  .fca-v1-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:650px){
  .fca-v1-container{
    width:min(100% - 28px,1160px);
  }

  .fca-v1-hero{
    padding:38px 0 34px;
  }

  .fca-v1-hero h1{
    font-size:40px!important;
  }

  .fca-v1-section-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .fca-v1-grid{
    grid-template-columns:1fr;
  }

  .fca-v1-bottom-cta{
    align-items:flex-start;
    flex-direction:column;
    padding:24px;
  }
}
