.cta {
    position: relative;
    font-family: 'Lato', sans-serif;
    transition: all 0.5s ease;
}

.cta--alt {
    display: grid;
    align-items: center;
    gap: 10px;
    padding: 5%;
    text-align: center;
}

.cta__content {
    display: flex;
    justify-content: center;
    background: radial-gradient(at 0% 0%, #fa5354, #fa1e5a 20%, #c8145c 50%, #7831a4);
    padding: 120px 5% 160px 5%;
    margin: 50px 0;
    transition: all 0.3s ease;
}

.cta__title {
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.cta__subtitle {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

.cta__description {
    font-size: 17px;
    font-weight: normal;
}

.cta__btn {
    box-shadow: 1px 1px 5px #1c1b39 !important;
    color: #fff;
    margin-top: 30px;
}

.cta__img {
    width: 100%;
    height: auto;
    max-width: 200px !important;
    margin: auto;
}

.cta__img--top,
.cta__img--bottom {
    position: absolute;
    max-width: 100%;
    transition: all 0.3s ease;
}

.cta__img--top {
    top: -50px;
    left: 5%;
    width: 150px;
}

.cta__img--bottom {
    bottom: -90px;
    right: 5%;
    width: 250px;
}

.cta__content-wrapper {
    max-width: 950px;
}

/* === SOCIAL === */
.cta__social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.cta__social-icon,
.elementor .cta__social-icon {
    width: 25px;
    height: 25px;
    transition: all 0.3s ease;
}

.cta__social-icon:hover {
    transform: scale(1.05);
}

/* === NEWS === */
.cta__subtitle--news {
    font-weight: bold;
}

.cta__newsletter-form {
    margin-top: 20px;
}

/* === RESPONSIVE === */
@media (min-width: 640px) {
    .cta--alt {
        grid-template-columns: 1fr 2fr;
        gap: 30px;
        text-align: start;
    }

    .cta__content {
        padding: 200px 5% 200px 5%;
    }

    .cta__title {
        font-size: 35px;
    }

    .cta__description {
        font-size: 20px;
    }

    .cta__img--top {
        top: -60px;
        left: 5%;
        width: 250px;
    }

    .cta__img {
        max-width: 300px !important;
    }

    .cta__img--bottom {
        bottom: -130px;
        right: 5%;
        width: 400px;
    }

    .cta__social-list {
        justify-content: start;
    }
}

@media (min-width: 768px) {
    .cta--alt {
        padding: 30px 5%;
    }

    .cta__content {
        padding: 200px 5%;
    }

    .cta__title {
        font-size: 50px;
        max-width: 950px;
    }

    .cta__subtitle {
        font-size: 30px;
    }

    .cta__description {
        font-size: 25px;
        max-width: 630px;
    }

    .cta__img--bottom {
        bottom: -180px;
        width: 500px;
    }

    .cta__social-icon,
    .elementor .cta__social-icon {
        width: 35px;
        height: 35px;
    }

    .cta__social-list {
        gap: 20px;
        margin-top: 20px;
    }

    .cta__newsletter-form {
        margin-top: 30px;
    }
}

@media (min-width: 1024px) {
    .cta__content {
        padding: 250px 5% 230px 5%;
        margin: 120px 0;
    }

    .cta__img--top {
        top: -100px;
        width: 300px;
    }

    .cta__img--bottom {
        bottom: -200px;
        width: 600px;
    }
}

@media (min-width: 1280px) {
    .cta__img--top {
        top: -110px;
        width: 350px;
    }

    .cta__img--bottom {
        bottom: -220px;
        width: 650px;
    }
}