.ff-promo-result {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: center;
    min-height: 260px;
    padding: 32px 20px;
    text-align: center;
}

.ff-promo-result-page {
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: clamp(520px, 56vh, 720px);
    padding: 72px 24px 110px;
    width: 100%;
}

.ff-promo-result-page .ff-promo-result {
    min-height: 0;
    padding: 0;
    width: min(620px, 100%);
}

.ff-promo-result__title {
    color: #2d302f;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 400;
    line-height: 1.3;
}

.ff-promo-result__code {
    color: #809383;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(30px, 5vw, 46px);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.1;
}

.ff-promo-result__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.ff-promo-result__button {
    align-items: center;
    border: 1px solid #809383;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-family: "Montserrat", sans-serif;
    justify-content: center;
    min-height: 48px;
    min-width: 180px;
    padding: 12px 24px;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
}

.ff-promo-result__button--copy {
    background: #fff;
    color: #809383;
}

.ff-promo-result__button--shop {
    background: #809383;
    color: #fff;
}

.ff-promo-result__button:hover,
.ff-promo-result__button:focus {
    background: #687b6b;
    color: #fff;
}

@media (max-width: 480px) {
    .ff-promo-result-page {
        min-height: 520px;
        padding: 56px 24px 80px;
    }

    .ff-promo-result__button {
        width: 100%;
    }
}
