.full-image-cta {
    position: relative;
    overflow: hidden;
    background-color: #0c2340;
}

.full-image-cta_bg {
    position: absolute;
    left: 0;
    top: 0;
}

.full-width-image-curve {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    z-index: 3;
}

.full-image-cta__overlay {
    position: relative;
    z-index: 3;
    color: #fff;
}

.full-image-cta_overlay {
    position: absolute;
    left: 0;
    top: 0;
}

.full-image-cta__wrapper a {
    color: #fff;
    background: linear-gradient(to bottom, rgba(255, 203, 5, 0.5) 0%, rgba(255, 203, 5, 0.5) 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 3px 3px;
}

.full-image-cta__wrapper .btn-secondary {
    transition: background 0.3s;
}

.full-image-cta__wrapper .btn-secondary:hover {
    background: #824188;
}

.full-image-cta h2 {
    color: #fff;
}

.full-image-cta h2:after {
    display: none;
}

.full-image-cta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}

@media (max-width: 767px) {
    .full-image-cta__btn {
        flex-direction: column;
        gap: 10px;
    }
}

.full-image-cta__btn .btn {
    margin: 0;
}

.full-image-cta-star-icon {
    position: absolute;
    width: 191px;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -87px;
    z-index: 2;
    opacity: 0.7;
}

@media (min-width: 768px) {
    .full-image-cta__btn .btn-secondary:before {
        display: none;
    }

    .full-image-cta__btn .btn-secondary {
        padding: 13px 33px 13px 33px;
    }

    .full-image-cta__wrapper p {
        margin-bottom: 22px;
    }

    .full-image-cta-star-icon {
        width: 360px;
        bottom: -160px;
        opacity: 0.3;
    }
}

@media (min-width: 1200px) {
    .full-image-cta__wrapper {
        max-width: 800px;
        margin: 0 auto;
    }

    .full-image-cta__btn .btn-primary:hover:before {
        scale: var(--cta-icon-scale);
        translate: var(--cta-icon-translate);
        transition: var(--cta-icon-transition);
    }

    .full-image-cta-star-icon {
        width: 713px;
        bottom: -304px;
        opacity: 0.3;
    }
}

.full-image-cta .btn-primary {
    background: #ffffff;
    color: #824088;
}

.full-image-cta .btn-primary::after {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 25%, #ffffff 70%, #ffffff 90%, #ffffff 100%);
    transition: all ease-in-out 0.2s;
}

.full-image-cta .btn-primary:before {
    color: #ffcb05;
}

.full-image-cta .btn-secondary {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border-color: #ffffff;
}

.full-image-cta .btn-tertiary {
    color: #ffffff;
}

.full-image-cta .btn-tertiary::before {
    right: 0;
    color: #fadc6a;
    opacity: 0.5;
}

.full-image-cta .btn-tertiary::after {
    color: #ffffff;
}

.full-image-cta .btn-primary:hover {
    color: #824088;
}

.full-image-cta .btn-secondary:hover::before {
    color: #fecb05;
}

.full-image-cta .btn-tertiary:hover {
    color: #ffffff;
    background: transparent;
    padding-right: 50px;
    transition: all ease-in-out 0.3s;
}

.full-image-cta .btn-tertiary:hover::before {
    font-size: 50px;
    right: 0;
}

.full-image-cta .btn-tertiary:hover::after {
    right: 24px;
}

.bg-white + .full-image-cta svg path {
    fill: #ffffff;
}

.bg-light-purple + .full-image-cta svg path {
    fill: #f0f2fa;
}

.bg-dark-purple:has(+ .full-image-cta) {
    padding-bottom: calc(var(--section-margins) + var(--section-margins));
    margin-bottom: -35px;
}

.bg-dark-purple + .full-image-cta {
    clip-path: ellipse(175% 99.9% at 50% 100%);
}

.bg-dark-purple + .full-image-cta svg {
    display: none;
}

@media (min-width: 768px) {
    .bg-dark-purple:has(+ .full-image-cta) {
        margin-bottom: -65px;
    }

    .bg-dark-purple + .full-image-cta {
        clip-path: none;
    }
}

@media (min-width: 1200px) {
    .bg-dark-purple:has(+ .full-image-cta) {
        margin-bottom: -100px;
    }

    .bg-dark-purple + .full-image-cta {
        clip-path: none;
    }
}
