.bottomCTA {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.bottomCTA__background {
    position: absolute;
    inset: 0;
    background-color: #1C2910;
}

.bottomCTA__background--has-image {
    background-image: var(--bottom-cta-bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bottomCTA--big .bottomCTA__background--has-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.35);
}

.bottomCTA--small .bottomCTA__background--has-image {
    background: linear-gradient(0deg, rgba(28, 41, 16, 0.70) 0%, rgba(28, 41, 16, 0.70) 100%), var(--bottom-cta-bg-image) lightgray 0px -831.373px / 100% 210.912% no-repeat;
    filter: blur(55.5px);
    transform: translateZ(0);
}

.bottomCTA__decoration {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    line-height: 0;
}

.bottomCTA--small .bottomCTA__decoration {
    right: 50%;
}

.bottomCTA--big .bottomCTA__decoration {
    right: -5%;
}

.bottomCTA--big .bottomCTA__decoration svg {
    height: 150%;
}

.bottomCTA__decoration svg {
    display: block;
    height: 400%;
    width: auto;
    flex-shrink: 0;
    max-width: none;
    align-self: center;
    transform-origin: right center;
}

@media (max-width: 790px) {
    .bottomCTA__decoration {
        display: none;
    }
}

.bottomCTA__container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.bottomCTA__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottomCTA__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.bottomCTA__title {
    color: #FFFFFF;
    font-family: Satoshi, "Montserrat", sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.32px;
}

.bottomCTA__description {
    color: rgba(255, 255, 255, 0.60);
    font-family: Satoshi, "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}

.bottomCTA__actions {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 20px;
}

.bottomCTA__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 4px;
    font-family: Satoshi, "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.bottomCTA__button-arrow {
    display: flex;
    flex-shrink: 0;
}

.bottomCTA__button--primary {
    color: #18210F;
    background-color: #B7B656;
    border: 1px solid transparent;
}

.bottomCTA__button--primary:hover {
    border-radius: 4px;
    background: rgba(183, 182, 86, 0.70);
}

.bottomCTA__button--outline {
    color: #F4F0E8;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.30);
}

.bottomCTA__button--outline:hover {
    border-radius: 4px;
border: 1px solid rgba(255, 255, 255, 0.30);
background: rgba(255, 255, 255, 0.10);
}

/* Big variant */
.bottomCTA--big {
    height: 429px;
    padding: 0 80px;
    display: flex;
    align-items: flex-end;
}

.bottomCTA--big .bottomCTA__container {
    display: flex;
    align-items: flex-end;
    height: 100%;
    margin-bottom: 30px;
}

.bottomCTA--big .bottomCTA__inner {
    width: 100%;
    height: 140px;
    padding: 40px;
    border-radius: 6px;
    background-color: rgba(28, 41, 16, 0.90);
    backdrop-filter: blur(2.5px);
    box-sizing: border-box;
}

/* Small variant */
.bottomCTA--small {
    height: 198px;
    padding: 40px 80px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.bottomCTA--small .bottomCTA__container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.bottomCTA--small .bottomCTA__inner {
    width: 100%;
}

.bottomCTA--small .bottomCTA__button--primary {
    color: #F4F0E8;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: var(--Mossbdd, #18210F);
}

@media (max-width: 1439px) {
    .bottomCTA--big {
        padding: 0;
        height: auto;
        min-height: 429px;
    }

    .bottomCTA--small {
        padding: 0;
        height: auto;
        min-height: 198px;
    }

    .bottomCTA__container {
        width: 92%;
        max-width: 1280px;
    }

    .bottomCTA--big .bottomCTA__container {
        margin-bottom: 30px;
    }

    .bottomCTA--big .bottomCTA__inner {
        height: auto;
        min-height: 140px;
    }

    .bottomCTA--small .bottomCTA__container {
        height: auto;
        min-height: 198px;
        padding: 40px 0;
        box-sizing: border-box;
    }

    .bottomCTA--small .bottomCTA__inner {
        padding: 0 40px;
        box-sizing: border-box;
    }
}

@media (max-width: 1280px) {
    .bottomCTA--big .bottomCTA__inner {
        gap: 24px;
    }

    .bottomCTA--small .bottomCTA__inner {
        gap: 24px;
        padding: 0 32px;
    }

    .bottomCTA__button {
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .bottomCTA--big {
        min-height: 360px;
    }

    .bottomCTA--big .bottomCTA__container {
        margin-bottom: 24px;
    }

    .bottomCTA--big .bottomCTA__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 32px 24px;
    }

    .bottomCTA--big .bottomCTA__title {
        font-size: 28px;
        letter-spacing: -0.28px;
    }

    .bottomCTA--big .bottomCTA__description {
        font-size: 16px;
    }

    .bottomCTA--big .bottomCTA__actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .bottomCTA--big .bottomCTA__button {
        justify-content: center;
    }

    .bottomCTA--small {
        min-height: auto;
    }

    .bottomCTA--small .bottomCTA__container {
        padding: 48px 0;
    }

    .bottomCTA--small .bottomCTA__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 0 24px;
    }

    .bottomCTA--small .bottomCTA__title {
        font-size: 28px;
        letter-spacing: -0.28px;
    }

    .bottomCTA--small .bottomCTA__description {
        font-size: 16px;
    }

    .bottomCTA--small .bottomCTA__background--has-image {
        inset: 0;
        filter: blur(40px);
        transform: scale(1.05);
        background-position: center;
        background-size: cover;
    }
}

@media (max-width: 480px) {
    .bottomCTA--big {
        min-height: 320px;
    }

    .bottomCTA--big .bottomCTA__inner {
        padding: 28px 20px;
    }

    .bottomCTA--big .bottomCTA__title {
        font-size: 24px;
        letter-spacing: -0.24px;
    }

    .bottomCTA--small .bottomCTA__container {
        padding: 40px 0;
    }

    .bottomCTA--small .bottomCTA__inner {
        padding: 0 20px;
    }

    .bottomCTA--small .bottomCTA__title {
        font-size: 24px;
        letter-spacing: -0.24px;
    }

    .bottomCTA--small .bottomCTA__description {
        font-size: 15px;
    }

    .bottomCTA--small .bottomCTA__button {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
}
