.prefooter.book-demo {
    background: linear-gradient(312.81deg, #001136 32.81%, #002986 81.5%);
    padding: 72px 40px;
    border-radius: 16px;
    text-align: center;
}
.css-text-rotator .sk-swiper-slide {
    display: none;
}

.prefooter.book-demo .headline-2.title {
    color: #fff;
    margin-bottom: 20px;
}
.prefooter.book-demo .title {
    line-height: 120%;
    font-size: 40px;
    margin: auto;
    font-weight: 700;
    max-width: 80%;
}
.prefooter.book-demo .css-text-rotator {
    display: inline-block;
}
.sk-cta-custom-section.why-skpi-cta .prefooter.book-demo {
    background-image: url(/wp-content/uploads/2026/04/Live-Launch-Event.webp);
    text-align: center;
    border-radius: 16px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.prefooter.book-demo p {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
}
.prefooter.book-demo .buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .prefooter.book-demo .headline-2.title {
        margin-bottom: 20px;
    }

    .prefooter.book-demo {
        padding: 50px 30px;
    }
}