.erp-integrations-cta-bottom {
    padding: 76px 0 81px;
    background: url(/snippet-template/21A57608-2467-4FFC-AC1B-0433C76B834B/images/cta-bg.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    position: relative;
}
section.erp-integrations-cta-bottom:before {
    content: "";
    background: url(/snippet-template/21A57608-2467-4FFC-AC1B-0433C76B834B/images/cta-top-right-img.svg);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
}

/* Decorative blobs */
.erp-integrations-cta-bottom .cta-stop__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}
.erp-integrations-cta-bottom .cta-stop__card {
    border-radius: 16px;
    padding: 61px 132px 85px;
    text-align: center;
    backdrop-filter: blur(7px);
    background: rgba(255, 255, 255, 0.87);
}
.erp-integrations-cta-bottom .cta-stop__title {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    margin: 0 0 9px;
}
.erp-integrations-cta-bottom .cta-stop__subtitle {
    max-width: 590px;
    margin: 0 auto 25px;
}
.erp-integrations-cta-bottom .cta-stop__subtitle p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 21px;
    margin: 0;
    padding:0;
}
.erp-integrations-cta-bottom .cta-stop__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  	margin-top: 22px;
}
.erp-integrations-cta-bottom .cta-stop__actions .hyk-cta__not-sure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 21px;
}

.erp-integrations-cta-bottom .cta-stop__actions a.hyk-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border: none;
    line-height: 1;
    align-self: flex-start;
    white-space: nowrap;
    text-decoration: none;
    height:44px;
    line-height: 25px;
    min-width: 230px;
    justify-content: center;
}
.erp-integrations-cta-bottom .cta-stop__actions a.hyk-btn--dark {
    background: #111827;
    color: #ffffff;
}
.erp-integrations-cta-bottom .cta-stop__actions a.hyk-btn--ghost {
    background: #ffffff;
    color: #111827;
    border: 1px solid #111827;
    transition: all 0.3s ease 0s;
}
.erp-integrations-cta-bottom .cta-stop__actions a.hyk-btn:hover, 
.erp-integrations-cta-bottom .cta-stop__actions a.hyk-btn--ghost:hover {
    background:#272727;
    color: #fff;
}
.erp-integrations-cta-bottom .cta-stop__actions a.hyk-btn:hover svg path {
    fill: #fff;
}
.erp-integrations-cta-bottom .cta-stop__actions .cta-title{
  font-family: Biotif;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  letter-spacing:-0.001em;
  text-align: center;
  margin: 0 0 42px 0;
  padding:0;
}
.erp-integrations-cta-bottom .cta-stop__facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 48px;
    text-align: left;
    max-width: 680px;
    margin: 0 auto;
}
.erp-integrations-cta-bottom .cta-stop__facts-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.erp-integrations-cta-bottom .cta-stop__fact {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 20px;
    margin: 0;
}
.erp-integrations-cta-bottom .cta-stop__fact strong {
    font-weight: 600;
    color: #000;
}

@media (max-width: 768px) {
.erp-integrations-cta-bottom .erp-integrations-cta-bottom {
        padding: 48px 20px;
    }
.erp-integrations-cta-bottom .cta-stop__card {
        padding: 36px 28px;
    }
.erp-integrations-cta-bottom .cta-stop__title {
        font-size: 28px;
    }
.erp-integrations-cta-bottom .cta-stop__blob--navy {
        width: 200px;
        height: 180px;
    }
.erp-integrations-cta-bottom .cta-stop__blob--purple {
        width: 160px;
        height: 160px;
    }
}
@media (max-width: 480px) {
.erp-integrations-cta-bottom .cta-stop__card {
        padding: 28px 20px;
    }
.erp-integrations-cta-bottom .cta-stop__title {
        font-size: 22px;
    }
.erp-integrations-cta-bottom .cta-stop__facts {
        grid-template-columns: 1fr;
    }
.erp-integrations-cta-bottom a.cta-stop__btn {
        width: 100%;
    }
.erp-integrations-cta-bottom .cta-stop__blob--teal {
        display: none;
    }
}
