.xd-lower-article {
    width: 100%;
}

.xd-lower-article__inner {
    max-width: 820px;
    margin: 0 auto;
}

.xd-lower-article__heading {
    margin: 0 0 12px;
    color: #2f1f57;
    font-size: clamp(2.3rem, 4vw, 3.6rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.xd-lower-article__body {
    color: #222222;
    font-size: 18px;
    line-height: 1.42;
}

.xd-lower-article__body > *:first-child {
    margin-top: 0;
}

.xd-lower-article__body > *:last-child {
    margin-bottom: 0;
}

.xd-lower-article__body p,
.xd-lower-article__body ul,
.xd-lower-article__body ol {
    margin: 0 0 22px;
}

.xd-lower-article__body ul,
.xd-lower-article__body ol {
    padding-left: 1.6em;
}

.xd-lower-article__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
    margin-top: 40px;
}

.xd-lower-article__step {
    text-align: center;
}

.xd-lower-article__step::marker {
    color: rgba(0,0,0,0) !important;
}

.xd-lower-article__step-label {
    margin-bottom: 8px;
    color: #222222;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.xd-lower-article__step-number {
    margin-bottom: 12px;
    color: #6030a1;
    font-size: clamp(4.2rem, 7vw, 5.4rem);
    line-height: 0.9;
    font-weight: 800;
}

.xd-lower-article__step-copy {
    color: #222222;
    font-size: clamp(1.2rem, 2vw, 2.5rem);
    line-height: 1.05;
    font-weight: 400;
    max-width: 240px;
    margin: 0 auto;
    text-wrap: balance;
}

.xd-lower-article__actions {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.xd-lower-article__button,
.xd-lower-article__button:visited {
    position: relative;
    isolation: isolate;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 12px 35px;
    box-sizing: border-box;
    font-size: 19px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    transition: box-shadow 180ms ease, color 180ms ease, border-color 180ms ease;
    background-color: #efbb47;
    color: #1c140f;
    border: 2px solid #efbb47;
}

.xd-lower-article__button::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(45deg, #ffb92a, #fbd179);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.xd-lower-article__button:hover,
.xd-lower-article__button:focus-visible {
    text-decoration: none;
}

.xd-lower-article__button:hover::after,
.xd-lower-article__button:focus-visible::after {
    opacity: 1;
}

@media (max-width: 767px) {
    .xd-lower-article__inner {
        max-width: 100%;
    }

    .xd-lower-article__heading {
        margin-bottom: 18px;
        font-size: clamp(2.1rem, 10vw, 3.4rem);
    }

    .xd-lower-article__body {
        font-size: 18px;
        line-height: 1.34;
    }

    .xd-lower-article__steps {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 32px;
    }

    .xd-lower-article__step-label {
        font-size: 1.7rem;
    }

    .xd-lower-article__step-number {
        font-size: clamp(4rem, 18vw, 5rem);
    }

    .xd-lower-article__step-copy {
        font-size: 18px;
        max-width: 220px;
    }
}
