
.cfh-endcta{
  background:#F7F7F5;
  padding:64px 0 56px;
  font-family:Inter,"Segoe UI",Arial,sans-serif;
}

.cfh-endcta__inner{
  max-width:1400px;
  margin:0 auto;
  padding:0 24px;
  text-align:center;
}

.cfh-endcta__title{
  margin:0;
  font-size:28px;
  font-weight:700;
  line-height:1.25;
  color:#1F1F1F;
}

.cfh-endcta__subtitle{
  margin:12px auto 0;
  max-width:900px;
  font-size:17px;
  line-height:1.8;
  color:#495057;
}

.cfh-endcta__trust{
  list-style:none;
  padding:0;
  margin:24px auto 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px 26px;
  max-width:1200px;
}

.cfh-endcta__trustItem{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:16px 22px;
  border:1px solid #E7E4DE;
  border-radius:12px;
  background:#fff;
  min-height:64px;
}

/* Trust icons – force visible */
.cfh-ico{
  width:22px;
  height:22px;
  color:#5F5F5F;
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.cfh-ico svg{
  width:22px !important;
  height:22px !important;
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
}

.cfh-endcta__trustText{
  font-size:15px;
  line-height:1.6;
  color:#555;
}
.cfh-endcta__trustText strong{
  font-weight:600;
  color:#1F1F1F;
}

.cfh-endcta__actions{
  margin-top:24px;
}

/* CTA Button – clean, not flat, no arrow */
.cfh-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  height:56px;
  padding:0 48px;
  font-size:17px;
  font-weight:650;
  line-height:1;
  border-radius:12px;
  background:#7A4A2A;
  color:#fff;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}

@media (max-width:860px){
  .cfh-endcta{
    padding:56px 0 48px;
  }
  .cfh-endcta__title{
    font-size:24px;
  }
  .cfh-endcta__trust{
    grid-template-columns:1fr;
  }
}
