.st-cta {
    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.st-cta: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;
}

.st-cta__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 40px;
}
.st-cta__card {
    border-radius: 16px;
    padding: 61px 132px 42px;
    text-align: center;
    box-shadow: 0px 0px 3px 2px #0000000D;
    backdrop-filter: blur(7px);
    background: rgba(255, 255, 255, 0.87);
}
.st-cta__title {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin: 0 0 9px;
}
.st-cta__subtitle p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 27px;
    margin: 0;
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
}
.st-cta__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 22px;
    margin-bottom: 78px;
}
a.st-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease, background 0.2s ease;
    border: 1px solid #111827;
}
a.st-cta__btn--dark {
    background: #111111;
    color: #ffffff;
}
a.st-cta__btn--outline {
    color: rgba(17, 24, 39, 1);
    background: transparent;
    transition: all 0.3s ease 0s;
}
a.st-cta__btn--outline:hover {
    color: #fff;
    background: #000;
}
a.st-cta__btn:hover {
    opacity: 0.85;
    text-decoration: none;
    color: #fff;
}
hr.st-cta__divider {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 31px;
}
.st-cta__facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 48px;
    text-align: left;
    max-width: 680px;
    margin: 0 auto;
}
.st-cta__facts-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.st-cta__fact {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 20px;
    margin: 0;
}
.st-cta__fact strong {
    font-weight: 600;
    color: #000;
}

@media (max-width: 1200px) {
    .st-cta__container {
        padding: 0 32px;
    }
    .st-cta__card {
        padding: 56px 80px 42px;
    }
}

@media (max-width: 1024px) {
    .st-cta__card {
        padding: 48px 56px 40px;
    }
    .st-cta__title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .st-cta {
        padding: 48px 0;
    }
    .st-cta__container {
        padding: 0 24px;
    }
    .st-cta__card {
        padding: 36px 28px;
    }
    .st-cta__title {
        font-size: 26px;
    }
    .st-cta__actions {
        margin-bottom: 48px;
    }
    .cta-stop__actions {
        margin-bottom: 48px;
    }
}

@media (max-width: 640px) {
    .st-cta {
        padding: 40px 0;
    }
    .st-cta__container {
        padding: 0 20px;
    }
    .st-cta__card {
        padding: 32px 20px;
    }
    .st-cta__title {
        font-size: 22px;
    }
    .st-cta__facts {
        gap: 10px 24px;
    }
}

@media (max-width: 480px) {
    .st-cta__card {
        padding: 28px 16px;
    }
    .st-cta__title {
        font-size: 20px;
    }
    .st-cta__facts {
        grid-template-columns: 1fr;
    }
    a.st-cta__btn {
        width: 100%;
        text-align: center;
    }
}
