.lms-cta-clean {
    z-index: 5;
}

.lms-cta-clean__card {
    margin-top: var(--lms-cta-mt, 0);
    margin-bottom: var(--lms-cta-mb, 0);
    padding-top: var(--lms-cta-pt, 0);
    padding-bottom: var(--lms-cta-pb, 0);
}

@media (max-width: 767px) {
    .lms-cta-clean__card {
        margin-top: var(--lms-cta-mt-mobile, var(--lms-cta-mt, 0));
        margin-bottom: var(--lms-cta-mb-mobile, var(--lms-cta-mb, 0));
        padding-top: var(--lms-cta-pt-mobile, var(--lms-cta-pt, 0));
        padding-bottom: var(--lms-cta-pb-mobile, var(--lms-cta-pb, 0));
    }
}

.lms-cta-clean--gray{
    background: #EEEEEE;
}

.lms-cta-clean__container {
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.lms-cta-clean__card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    padding: 33px 38px 40px;
    background: url(/wp-content/uploads/2026/03/Union-2.svg) right center / contain no-repeat, linear-gradient(0deg, #1C1C1C 0%, #383838 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
}


.lms-cta-clean__content {
    max-width: 720px;
}

.lms-cta-clean__title {
    margin: 0 0 8px;
    font-family: 'Geist', sans-serif;
    color: #fff;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
}

.lms-cta-clean__sub {
    margin: 0 0 63px;
    font-family: 'Geist', sans-serif;
    color: #D2D2D2;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
}

.lms-cta-clean__text {
    margin: 0 0 63px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
}

.lms-cta-clean__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 42px;
}

.lms-cta-clean__hint {
    margin: 0;
    font-family: 'Geist', sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

/* Responsive */
@media (max-width: 1024px) {
    .lms-cta-clean__card {
        padding: 351px 20px 20px;
        background: url(/wp-content/uploads/2026/03/Union-1.svg) right top / contain no-repeat, linear-gradient(0deg, #1C1C1C 0%, #383838 100%);
    }

    .lms-cta-clean__title {
        font-size: 44px;
    }

    .lms-cta-clean__sub {
        font-size: 22px;
    }
}

@media (max-width: 768px) {

    .lms-cta-clean__card{
        clip-path: polygon(0 0, calc(100% - 56px) 0, 100% 50px, 100% 100%, 0 100%);
    }

    .lms-cta-clean__actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .lms-cta-clean__title {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
        margin: 0;
    }

    .lms-cta-clean__sub {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 24px 0;
    }
}

.post .lms-cta-clean__title{
    margin: 0;
    padding: 0;
    color: #FFF;
    margin-bottom: 3px;
}

.post .lms-cta-clean__sub{
    padding: 0;
    margin: 0 0 37px 0;
    color: #FFF;
}