/* FINAL CTA */
.final-cta {
    background: linear-gradient(90deg, #3901AE 0%, #3B48D4 100%);
    padding: 100px 5%;
    text-align: center;
    position: relative;
    overflow: hidden
}

.final-cta .section-headline,
.final-cta .section-sub {
    max-width: 540px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.final-cta::before {
    content: '';
    position: absolute;
    bottom: 100px;
    right: -300px;
    width: 680px;
    height: 680px;
    border-radius: 50%;
    background: #4845DA;
    z-index: -1;
}

.final-cta::after {
    content: '';
    position: absolute;
    bottom: -180px;
    left: -200px;
    width: 398px;
    height: 398px;
    border-radius: 50%;
    background: #2E0A97;
    z-index: -2;
}

.final-cta-inner {
    position: relative;
    z-index: 2
}

.final-cta h4 {
    color: #fff;
    margin-bottom: 29px;
}

.final-cta p {
    color: #fff;
    margin-bottom: 40px;
    max-width: none;
}

.final-cta .btn-primary {
    width: 264px;
    margin-bottom: 22px;
}

.price-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 371px;
    height: 36px;
    background: #5347CE;
    border: 1px solid #6A61D5;
    border-radius: 30px;
    padding: 10px 14px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #B0A8FF;
    text-align: center;
    justify-content: center;
}


/* STICKY MOBILE CTA */
.sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .1);
    z-index: 50;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, .1)
}

.sticky-cta button {
    width: 100%;
    background: linear-gradient(135deg, var(--orange), #ff6b2b);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 15px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer
}

.coverage-final-cta .section-headline {
    max-width: 668px;
}

.coverage-final-cta .section-sub {
    max-width: 411px;
}

.coverage-final-cta .btn-primary {
    width: 204px;
}

.coverage-final-cta .price-chip {
    width: 483px;
}