.catalog-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.catalog-action {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 22px;
    border-radius: 13px;
    font-weight: 850;
    text-align: center;
}

.calculator-coming {
    border: 1px solid #d4af3790;
    background: #24231e;
    color: #dedbd2;
    cursor: default;
}

.coming-badge {
    position: absolute;
    top: -10px;
    right: 12px;
    padding: 4px 9px;
    border: 2px solid #171715;
    border-radius: 999px;
    background: #d4af37;
    color: #171715;
    font-size: 11px;
    font-weight: 900;
}

.order-action {
    background: #d4af37;
    color: #171715;
    text-decoration: none;
    box-shadow: 0 12px 28px #0004;
}

.order-action:hover {
    background: #e5c351;
    transform: translateY(-2px);
}

@media (max-width: 760px) {
    .catalog-actions {
        flex-direction: column;
    }

    .catalog-action {
        width: 100%;
    }
}
