.makerry-article-cta {
    margin: 40px 0 32px;
    padding: 0 4px;
}

.makerry-article-cta__inner {
    background: #fff7fa;
    border: 1px solid #f6cdd8;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(217, 117, 145, 0.12);
    padding: 28px;
    text-align: center;
}

.makerry-article-cta__heading {
    color: #c64f78;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.55;
    margin: 0 0 14px;
}

.makerry-article-cta__body {
    color: #5d4a50;
    font-size: 1rem;
    line-height: 1.9;
    margin: 0 auto 22px;
    max-width: 640px;
}

.makerry-article-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.makerry-article-cta__button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    line-height: 1.4;
    min-height: 46px;
    padding: 12px 22px;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.makerry-article-cta__button:hover,
.makerry-article-cta__button:focus {
    opacity: 0.86;
    transform: translateY(-1px);
}

.makerry-article-cta__button.is-primary {
    background: #e96f95;
    color: #fff;
}

.makerry-article-cta__button.is-secondary {
    background: #fff;
    border: 1px solid #efb6c7;
    color: #c64f78;
}

@media (max-width: 640px) {
    .makerry-article-cta {
        margin: 32px 0 24px;
        padding: 0;
    }

    .makerry-article-cta__inner {
        border-radius: 16px;
        padding: 22px 16px;
    }

    .makerry-article-cta__heading {
        font-size: 1.12rem;
    }

    .makerry-article-cta__body {
        font-size: 0.95rem;
        text-align: left;
    }

    .makerry-article-cta__buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .makerry-article-cta__button {
        min-height: 48px;
        width: 100%;
    }
}
