.xd-full-width-content {
    position: relative;
    width: 100%;
    min-height: 900px;
    display: flex;
    align-items: flex-end;
    background-color: #1d1730;
    background-image:
        linear-gradient(90deg, rgba(23, 14, 46, 0.9) 0%, rgba(23, 14, 46, 0.78) 32%, rgba(23, 14, 46, 0.44) 56%, rgba(23, 14, 46, 0.08) 100%),
        var(--xd-fwc-bg-image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.xd-full-width-content__inner {
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 8.5vw 120px 7vw;
    box-sizing: border-box;
}

.xd-full-width-content__heading {
    max-width: 960px;
    margin: 0 0 28px;
    color: #ffffff;
    font-size: clamp(4.5rem, 5.3vw, 7.2rem);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: 0;
}

.xd-full-width-content__copy {
    max-width: 980px;
    margin: 0 0 48px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(2rem, 1.75vw, 2.7rem);
    line-height: 1.34;
    font-weight: 400;
}

.xd-full-width-content__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.1;
    font-weight: 700;
    text-decoration: none;
}

.xd-full-width-content__button span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.xd-full-width-content__button:hover,
.xd-full-width-content__button:focus {
    text-decoration: none;
}

.xd-full-width-content__button:hover span,
.xd-full-width-content__button:focus-visible span {
    transform: translateX(5px);
}

@media (max-width: 1199px) {
    .xd-full-width-content {
        min-height: 760px;
    }

    .xd-full-width-content__inner {
        padding: 0 6vw 88px 6vw;
    }

    .xd-full-width-content__heading {
        margin-bottom: 20px;
        font-size: clamp(3.7rem, 6vw, 5.8rem);
    }

    .xd-full-width-content__copy {
        margin-bottom: 34px;
        font-size: clamp(1.55rem, 2.6vw, 2rem);
    }

    .xd-full-width-content__button {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .xd-full-width-content {
        min-height: 500px;
        align-items: flex-end;
        background-image:
            linear-gradient(180deg, rgba(23, 14, 46, 0.24) 0%, rgba(23, 14, 46, 0.86) 58%, rgba(23, 14, 46, 0.95) 100%),
            var(--xd-fwc-bg-image);
    }

    .xd-full-width-content__inner {
        padding: 0 22px 44px;
    }

    .xd-full-width-content__heading {
        margin-bottom: 14px;
        font-size: 38px;
        line-height: 1.1;
    }

    .xd-full-width-content__copy {
        margin-bottom: 22px;
        font-size: 18px;
        line-height: 1.38;
    }

    .xd-full-width-content__button {
        font-size: 19px;
    }
}
