.cda-loyalty {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(1170px, calc(100% - 40px));
    min-height: 350px;
    margin: 140px auto 100px;
    overflow: visible;
    background: #161837;
}

.cda-loyalty__visual {
    position: relative;
    min-width: 0;
}

.cda-loyalty__background,
.cda-loyalty__characters {
    position: absolute;
    display: block;
    max-width: none;
    height: auto;
    margin: 0;
    border: 0;
}

.cda-loyalty__background {
    z-index: 1;
    top: -20px;
    left: 0;
    width: 502px;
}

.cda-loyalty__characters {
    z-index: 2;
    bottom: -30px;
    left: 40px;
    width: 378px;
}

.cda-loyalty__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    padding: 38px 20px 34px;
    text-align: center;
}

.cda-loyalty__title {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.cda-loyalty__eyebrow,
.cda-loyalty__main-title {
    display: block;
}

.cda-loyalty__eyebrow {
    color: #E7502A;
    font-family: "Playfair Display SC", serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.1;
}

.cda-loyalty__main-title {
    margin-top: 5px;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1;
}

.cda-loyalty__decoration {
    display: block;
    flex: 0 0 auto;
    width: 160px;
    height: 47px;
    margin: -4px auto 18px;
    background: url("../img/under-title.png") no-repeat center;
    background-size: 140px auto;
}

.cda-loyalty__text {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 40px !important;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    text-align: center;
}

.cda-loyalty__button {
    display: inline-flex;
    min-width: 130px;
    min-height: 38px;
    padding: 10px 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid #E7502A;
    background: #E7502A;
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.cda-loyalty__button:hover,
.cda-loyalty__button:focus {
    background: #fff;
    color: #E7502A !important;
    text-decoration: none;
}

.cda-loyalty__button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

@media (max-width: 1024px) {
    .cda-loyalty {
        grid-template-columns: minmax(280px, 40%) minmax(0, 60%);
    }

    .cda-loyalty__background {
        top: -35px;
        width: 400px;
    }

    .cda-loyalty__characters {
        bottom: 0;
        left: 25px;
        width: 300px;
    }

    .cda-loyalty__content {
        padding-inline: 32px;
    }
}

@media (max-width: 767px) {
    .cda-loyalty {
        display: block;
        width: min(360px, 100%);
        min-height: 0;
        margin: 50px auto;
    }

    .cda-loyalty__visual {
        display: none;
    }

    .cda-loyalty__content {
        padding: 34px 24px 38px;
    }

    .cda-loyalty__eyebrow {
        font-size: 24px;
    }

    .cda-loyalty__main-title {
        font-size: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cda-loyalty__button {
        transition: none;
    }
}
